/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url('https://www.cityofmadison.com/fonts/cityicons/style.css');
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('../bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2b689c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1a4060;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 1.6em;
}
h2,
.h2 {
  font-size: 1.4em;
}
h3,
.h3 {
  font-size: 1.2em;
}
h4,
.h4 {
  font-size: 1em;
}
h5,
.h5 {
  font-size: 0.8em;
}
h6,
.h6 {
  font-size: 0.6em;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #595959;
}
.text-primary {
  color: #2b689c;
}
a.text-primary:hover {
  color: #204d74;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #2b689c;
}
a.bg-primary:hover {
  background-color: #204d74;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid transparent;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid transparent;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #595959;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 30px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #2b689c;
  border-color: #255b88;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #204d74;
  border-color: #183b58;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2b689c;
  border-color: #255b88;
}
.btn-primary .badge {
  color: #2b689c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #2b689c;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #1a4060;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2b689c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 8px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2b689c;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #2b689c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #248;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #18305f;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #248;
}
.navbar-default .navbar-nav > li > a {
  color: #248;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #18305f;
  background-color: #f0f0f0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #18305f;
  background-color: #ebebeb;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #248;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ebebeb;
  color: #18305f;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #248;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #18305f;
    background-color: #f0f0f0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #18305f;
    background-color: #ebebeb;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #248;
}
.navbar-default .navbar-link:hover {
  color: #18305f;
}
.navbar-default .btn-link {
  color: #248;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #18305f;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #aaa;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #aaa;
}
.navbar-inverse .navbar-nav > li > a {
  color: #aaa;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #aaa;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #111111;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #aaa;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #aaa;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #aaa;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2b689c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1a4060;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2b689c;
  border-color: #2b689c;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #595959;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #595959;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #2b689c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #204d74;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2b689c;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2b689c;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #2b689c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #2b689c;
  border-color: #2b689c;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #abcce8;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #2b689c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #2b689c;
  border-color: #2b689c;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #2b689c;
}
.panel-primary > .panel-heading .badge {
  color: #2b689c;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #2b689c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 380px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -20px;
}
.popover.right {
  margin-left: 20px;
}
.popover.bottom {
  margin-top: 20px;
}
.popover.left {
  margin-left: -20px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 21px;
}
.popover > .arrow:after {
  border-width: 20px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -21px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -21px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -20px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -21px;
  margin-top: -21px;
  border-left-width: 0;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -20px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -21px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -21px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -20px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -21px;
  margin-top: -21px;
  border-right-width: 0;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -20px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.node-type-contactinfo .region-content:before,
.node-type-contactinfo .region-content:after,
.node-type-outreach .region-content:before,
.node-type-outreach .region-content:after,
.node-type-hr-course-date .region-content:before,
.node-type-hr-course-date .region-content:after,
.node-type-city-core-link .region-content:before,
.node-type-city-core-link .region-content:after,
.page-toboggan-denied .com-page .region-content:before,
.page-toboggan-denied .com-page .region-content:after,
.page-find-my-local .region-content:before,
.page-find-my-local .region-content:after,
.page-tags .region-content:before,
.page-tags .region-content:after,
.com-agency-new .com-agency .com-agency__container.container-detail:before,
.com-agency-new .com-agency .com-agency__container.container-detail:after,
.com-agency-new .com-agency .com-agency__nav:before,
.com-agency-new .com-agency .com-agency__nav:after,
.com-legacy .com-agency .com-agency__container.container-detail:before,
.com-legacy .com-agency .com-agency__container.container-detail:after,
.com-legacy.com-water .com-agency__nav:before,
.com-legacy.com-water .com-agency__nav:after,
.com-legacy.com-fire .com-agency__nav:before,
.com-legacy.com-fire .com-agency__nav:after,
.com-metro .com-agency .com-agency__container.container-detail:before,
.com-metro .com-agency .com-agency__container.container-detail:after,
.com-olbrich .com-agency .com-agency__container.container-detail:before,
.com-olbrich .com-agency .com-agency__container.container-detail:after,
#events-comm-node-form fieldset .fieldset-wrapper:before,
#events-comm-node-form fieldset .fieldset-wrapper:after,
.region-feedback .container-fluid:before,
.region-feedback .container-fluid:after,
.employeenet.page-employeenet-directory .region-content:before,
.employeenet.page-employeenet-directory .region-content:after,
.page-toboggan-denied.employeenet .region-content:before,
.page-toboggan-denied.employeenet .region-content:after,
body.add-events-comm .region-content .block.block-system:before,
body.add-events-comm .region-content .block.block-system:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.node-type-contactinfo .region-content:after,
.node-type-outreach .region-content:after,
.node-type-hr-course-date .region-content:after,
.node-type-city-core-link .region-content:after,
.page-toboggan-denied .com-page .region-content:after,
.page-find-my-local .region-content:after,
.page-tags .region-content:after,
.com-agency-new .com-agency .com-agency__container.container-detail:after,
.com-agency-new .com-agency .com-agency__nav:after,
.com-legacy .com-agency .com-agency__container.container-detail:after,
.com-legacy.com-water .com-agency__nav:after,
.com-legacy.com-fire .com-agency__nav:after,
.com-metro .com-agency .com-agency__container.container-detail:after,
.com-olbrich .com-agency .com-agency__container.container-detail:after,
#events-comm-node-form fieldset .fieldset-wrapper:after,
.region-feedback .container-fluid:after,
.employeenet.page-employeenet-directory .region-content:after,
.page-toboggan-denied.employeenet .region-content:after,
body.add-events-comm .region-content .block.block-system:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
html {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
html.overlay-open .navbar-fixed-top {
  z-index: 400;
}
html.js fieldset.collapsed {
  height: auto;
}
html.js input.form-autocomplete {
  background-image: none;
}
body {
  position: relative;
}
body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}
body.navbar-is-fixed-top {
  padding-top: 64px !important;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}
body.toolbar {
  padding-top: 30px !important;
}
body.toolbar .navbar-fixed-top {
  top: 30px;
}
body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}
body.toolbar-drawer {
  padding-top: 64px !important;
}
body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}
body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}
body.admin-menu .navbar-fixed-top {
  top: 29px;
}
body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}
body div#admin-toolbar {
  z-index: 1600;
}
body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}
body #admin-menu .dropdown li {
  line-height: normal;
}
body.media {
  zoom: normal;
  overflow: auto;
  margin-top: 0;
}
body.alert {
  padding: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
body.calendar {
  width: auto;
}
.region-content .row {
  margin-bottom: 15px;
}
.region-content form .row {
  margin-bottom: 0;
}
.region-content .sidebar .panel-pane {
  margin-bottom: 30px;
}
.navbar.container {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar.container > .container {
  margin: 0;
  padding: 0;
  width: auto;
}
#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}
#toolbar {
  z-index: 1600;
}
.modal {
  z-index: 1620;
}
.modal-dialog {
  z-index: 1630;
}
.modal-backdrop {
  z-index: 1610;
}
.footer {
  margin-top: 45px;
  padding-top: 24px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}
.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
ul.secondary {
  float: left;
}
@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}
.page-header {
  margin-top: 0;
}
.block:first-child h2.block-title {
  margin-top: 0;
}
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}
.navbar-search .control-group {
  margin-bottom: 0;
}
ul.action-links {
  margin: 12px 0;
  padding: 0;
}
ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}
ul.action-links .glyphicon {
  padding-right: 0.5em;
}
input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}
input.error {
  color: #a94442;
  border-color: #ebccd1;
}
fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}
fieldset .panel-body {
  clear: both;
}
fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}
.form-actions {
  clear: both;
}
.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}
.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}
.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}
.help-block,
.control-group .help-inline,
.fieldset-description {
  color: #000;
  font-size: 14px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block {
  color: #595959;
}
.panel-heading {
  display: block;
}
a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}
.error {
  color: #a94442;
}
div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}
.control-group.error {
  background: none;
}
.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}
.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #ccc;
}
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}
.list-inline > li.first {
  padding-left: 0;
}
.nav-tabs {
  margin-bottom: 10px;
}
ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}
.tabs--secondary {
  margin: 0 0 10px;
}
.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}
.password-strength {
  width: 17em;
  float: right;
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
}
.password-strength-text {
  float: right;
  font-weight: bold;
}
.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}
.password-indicator div {
  height: 100%;
  width: 0;
  background-color: #999;
}
input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  float: right;
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}
div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  width: 36.3em;
}
.progress-wrapper .progress {
  margin-bottom: 10px;
}
.pagination ul > li > a.progress-disabled {
  float: left;
}
.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}
.form-autocomplete .glyphicon.glyphicon-spin {
  color: #2b689c;
}
.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}
.form-autocomplete .dropdown-menu li > a {
  border: none;
}
.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}
.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}
.tabbable {
  margin-bottom: 20px;
}
.tabs-below > .nav-tabs,
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary,
.tabs-left > .nav-tabs .summary,
.tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}
.tab-pane > .panel-heading {
  display: none;
}
.tab-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 10px 15px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}
th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}
.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}
.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}
table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}
.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
  }
}
@media (min-width: 768px) {
  .form-inline div {
    display: inline-block;
  }
}
.glyphicon {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.glyphicon:before {
  font-family: "Glyphicons Halflings";
}
.glyphicon:not(:empty):before {
  padding-right: 5px;
  vertical-align: top;
}
.com-page .glyphicon {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h3 .glyphicon:not(:empty):before {
  padding-right: 10px;
}
html {
  color: #222;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
html.js {
  background-color: #222;
}
body {
  line-height: 1.5;
}
a:hover,
a:active,
a:visited {
  outline: 0;
}
a[data-toggle='collapse']:hover,
a[data-toggle='collapse']:focus,
a[data-toggle='collapse']:active,
a[data-toggle='collapse']:visited {
  text-decoration: none;
}
ol.breadcrumb a,
.view-display-id-outreach_homepage_block a,
.region-content a {
  content: 'cityofmadison/less/scaffolding.less';
  color: #065d8c;
  border-bottom: 1px solid #065d8c;
}
ol.breadcrumb a:hover,
.view-display-id-outreach_homepage_block a:hover,
.region-content a:hover,
ol.breadcrumb a:focus,
.view-display-id-outreach_homepage_block a:focus,
.region-content a:focus {
  content: 'cityofmadison/less/scaffolding.less';
  color: #001e36;
  text-decoration: none;
  border-bottom-width: 2px;
  border-color: #043d5b;
}
ol.breadcrumb a:focus,
.view-display-id-outreach_homepage_block a:focus,
.region-content a:focus {
  content: 'cityofmadison/less/scaffolding.less';
  outline: none;
  -webkit-box-shadow: 0 0 0 4px #a2d7e8;
  box-shadow: 0 0 0 4px #a2d7e8;
  border-radius: 0.02rem;
}
ol.breadcrumb a:active,
.view-display-id-outreach_homepage_block a:active,
.region-content a:active,
ol.breadcrumb a:focus:active,
.view-display-id-outreach_homepage_block a:focus:active,
.region-content a:focus:active {
  color: #065d8c;
  border-color: #065d8c;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
ol.breadcrumb a[role="button"]:not(.btn):not(.link),
.view-display-id-outreach_homepage_block a[role="button"]:not(.btn):not(.link),
.region-content a[role="button"]:not(.btn):not(.link),
ol.breadcrumb a.role-button,
.view-display-id-outreach_homepage_block a.role-button,
.region-content a.role-button {
  border: none;
}
.com-metro ol.breadcrumb a,
.com-metro .view-display-id-outreach_homepage_block a,
.com-metro .region-content a {
  color: #0d4c86;
  border-color: #0d4c86;
}
.com-metro ol.breadcrumb a:hover,
.com-metro .view-display-id-outreach_homepage_block a:hover,
.com-metro .region-content a:hover,
.com-metro ol.breadcrumb a:focus,
.com-metro .view-display-id-outreach_homepage_block a:focus,
.com-metro .region-content a:focus {
  border-color: #1f355a;
}
ol.breadcrumb .menu-tree-heading a,
.view-display-id-outreach_homepage_block .menu-tree-heading a,
.region-content .menu-tree-heading a,
ol.breadcrumb .menu-block-wrapper a,
.view-display-id-outreach_homepage_block .menu-block-wrapper a,
.region-content .menu-block-wrapper a,
ol.breadcrumb .icon-list-standard a,
.view-display-id-outreach_homepage_block .icon-list-standard a,
.region-content .icon-list-standard a,
ol.breadcrumb .icon-list-grid a,
.view-display-id-outreach_homepage_block .icon-list-grid a,
.region-content .icon-list-grid a,
ol.breadcrumb .icon-list-grid-dark a,
.view-display-id-outreach_homepage_block .icon-list-grid-dark a,
.region-content .icon-list-grid-dark a,
ol.breadcrumb .icon-list-circle a,
.view-display-id-outreach_homepage_block .icon-list-circle a,
.region-content .icon-list-circle a,
ol.breadcrumb .large-icons a,
.view-display-id-outreach_homepage_block .large-icons a,
.region-content .large-icons a,
ol.breadcrumb .image-overlay a,
.view-display-id-outreach_homepage_block .image-overlay a,
.region-content .image-overlay a,
ol.breadcrumb .com-gallery-list a,
.view-display-id-outreach_homepage_block .com-gallery-list a,
.region-content .com-gallery-list a,
ol.breadcrumb .flexslider a,
.view-display-id-outreach_homepage_block .flexslider a,
.region-content .flexslider a,
ol.breadcrumb .linkedin-block a,
.view-display-id-outreach_homepage_block .linkedin-block a,
.region-content .linkedin-block a,
ol.breadcrumb .route-icons a,
.view-display-id-outreach_homepage_block .route-icons a,
.region-content .route-icons a,
ol.breadcrumb .contextual-links-wrapper a,
.view-display-id-outreach_homepage_block .contextual-links-wrapper a,
.region-content .contextual-links-wrapper a {
  border: none;
}
ol.breadcrumb .vocabulary-project-type .accordion-heading a.pull-right,
.view-display-id-outreach_homepage_block .vocabulary-project-type .accordion-heading a.pull-right,
.region-content .vocabulary-project-type .accordion-heading a.pull-right,
ol.breadcrumb .homepage-job-search,
.view-display-id-outreach_homepage_block .homepage-job-search,
.region-content .homepage-job-search {
  border: none;
}
ol.breadcrumb .pagination a,
.view-display-id-outreach_homepage_block .pagination a,
.region-content .pagination a {
  border-width: 1px;
}
ol.breadcrumb .pagination a:focus:active,
.view-display-id-outreach_homepage_block .pagination a:focus:active,
.region-content .pagination a:focus:active {
  border-color: #ddd;
}
ol.breadcrumb .link-remove-border .list a,
.view-display-id-outreach_homepage_block .link-remove-border .list a,
.region-content .link-remove-border .list a {
  border: none;
}
.view-display-id-event_search_pane a[href="/calendar?type=2"] {
  margin-left: 20px;
}
.view-display-id-event_search_pane a[href="/calendar?type=2"] .icon-event-community {
  position: absolute;
  top: 2px;
  left: 15px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .region-content .anchor:before {
    display: block;
    content: "";
    margin-top: -80px;
    padding-bottom: 80px;
    visibility: hidden;
    width: 1px;
  }
  body.admin-menu .region-content .anchor:before {
    visibility: hidden;
    display: inline-block;
  }
}
.external.glyphicon,
.new-window.glyphicon,
.external.cityicons,
.new-window.cityicons {
  color: inherit;
}
img + .external.glyphicon,
img + .new-window.glyphicon,
img + .external.cityicons,
img + .new-window.cityicons {
  position: absolute;
  display: inline-block;
  top: auto;
  right: 4px;
  bottom: 4px;
}
.thumbnail img + .external.glyphicon,
.thumbnail img + .new-window.glyphicon,
.thumbnail img + .external.cityicons,
.thumbnail img + .new-window.cityicons {
  position: absolute;
  height: 20px;
  top: 10px;
  right: 24px;
}
.flexslider .slides li a img + .doc-link-wrapper {
  position: absolute;
  display: inline-block;
  top: auto;
  right: 4px;
  bottom: 4px;
}
.link-doc-type {
  line-height: inherit;
  font-size: 0.8em;
  color: #666 !important;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}
.footer .link-doc-type {
  color: inherit !important;
  opacity: 0.65;
}
.external .glyphicon,
.new-window .glyphicon,
.link-locked .glyphicon,
.link-doc-type .glyphicon,
.external .cityicons,
.new-window .cityicons,
.link-locked .cityicons,
.link-doc-type .cityicons,
.external.glyphicon,
.new-window.glyphicon,
.link-locked.glyphicon,
.link-doc-type.glyphicon,
.external.cityicons,
.new-window.cityicons,
.link-locked.cityicons,
.link-doc-type.cityicons {
  font-size: 1.1rem;
}
.btn .external,
.btn .new-window,
.btn .link-locked,
.btn .link-doc-type {
  color: inherit !important;
}
.link-doctype-csv:after,
.link-doctype-CSV:after,
.link-doctype-doc:after,
.link-doctype-DOC:after,
.link-doctype-docx:after,
.link-doctype-DOCX:after,
.link-doctype-eps:after,
.link-doctype-EPS:after,
.link-doctype-ppt:after,
.link-doctype-PPT:after,
.link-doctype-txt:after,
.link-doctype-TXT:after,
.link-doctype-xls:after,
.link-doctype-XLS:after,
.link-doctype-xlsx:after,
.link-doctype-XLSX:after,
.link-doctype-dot:after,
.link-doctype-DOT:after {
  line-height: inherit;
  font-size: 0.8em;
  color: #666 !important;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  padding-left: 5px;
}
.footer .link-doctype-csv:after,
.footer .link-doctype-CSV:after,
.footer .link-doctype-doc:after,
.footer .link-doctype-DOC:after,
.footer .link-doctype-docx:after,
.footer .link-doctype-DOCX:after,
.footer .link-doctype-eps:after,
.footer .link-doctype-EPS:after,
.footer .link-doctype-ppt:after,
.footer .link-doctype-PPT:after,
.footer .link-doctype-txt:after,
.footer .link-doctype-TXT:after,
.footer .link-doctype-xls:after,
.footer .link-doctype-XLS:after,
.footer .link-doctype-xlsx:after,
.footer .link-doctype-XLSX:after,
.footer .link-doctype-dot:after,
.footer .link-doctype-DOT:after {
  color: inherit !important;
  opacity: 0.65;
}
.link-doctype-csv:after .glyphicon,
.link-doctype-CSV:after .glyphicon,
.link-doctype-doc:after .glyphicon,
.link-doctype-DOC:after .glyphicon,
.link-doctype-docx:after .glyphicon,
.link-doctype-DOCX:after .glyphicon,
.link-doctype-eps:after .glyphicon,
.link-doctype-EPS:after .glyphicon,
.link-doctype-ppt:after .glyphicon,
.link-doctype-PPT:after .glyphicon,
.link-doctype-txt:after .glyphicon,
.link-doctype-TXT:after .glyphicon,
.link-doctype-xls:after .glyphicon,
.link-doctype-XLS:after .glyphicon,
.link-doctype-xlsx:after .glyphicon,
.link-doctype-XLSX:after .glyphicon,
.link-doctype-dot:after .glyphicon,
.link-doctype-DOT:after .glyphicon,
.link-doctype-csv:after .cityicons,
.link-doctype-CSV:after .cityicons,
.link-doctype-doc:after .cityicons,
.link-doctype-DOC:after .cityicons,
.link-doctype-docx:after .cityicons,
.link-doctype-DOCX:after .cityicons,
.link-doctype-eps:after .cityicons,
.link-doctype-EPS:after .cityicons,
.link-doctype-ppt:after .cityicons,
.link-doctype-PPT:after .cityicons,
.link-doctype-txt:after .cityicons,
.link-doctype-TXT:after .cityicons,
.link-doctype-xls:after .cityicons,
.link-doctype-XLS:after .cityicons,
.link-doctype-xlsx:after .cityicons,
.link-doctype-XLSX:after .cityicons,
.link-doctype-dot:after .cityicons,
.link-doctype-DOT:after .cityicons,
.link-doctype-csv:after.glyphicon,
.link-doctype-CSV:after.glyphicon,
.link-doctype-doc:after.glyphicon,
.link-doctype-DOC:after.glyphicon,
.link-doctype-docx:after.glyphicon,
.link-doctype-DOCX:after.glyphicon,
.link-doctype-eps:after.glyphicon,
.link-doctype-EPS:after.glyphicon,
.link-doctype-ppt:after.glyphicon,
.link-doctype-PPT:after.glyphicon,
.link-doctype-txt:after.glyphicon,
.link-doctype-TXT:after.glyphicon,
.link-doctype-xls:after.glyphicon,
.link-doctype-XLS:after.glyphicon,
.link-doctype-xlsx:after.glyphicon,
.link-doctype-XLSX:after.glyphicon,
.link-doctype-dot:after.glyphicon,
.link-doctype-DOT:after.glyphicon,
.link-doctype-csv:after.cityicons,
.link-doctype-CSV:after.cityicons,
.link-doctype-doc:after.cityicons,
.link-doctype-DOC:after.cityicons,
.link-doctype-docx:after.cityicons,
.link-doctype-DOCX:after.cityicons,
.link-doctype-eps:after.cityicons,
.link-doctype-EPS:after.cityicons,
.link-doctype-ppt:after.cityicons,
.link-doctype-PPT:after.cityicons,
.link-doctype-txt:after.cityicons,
.link-doctype-TXT:after.cityicons,
.link-doctype-xls:after.cityicons,
.link-doctype-XLS:after.cityicons,
.link-doctype-xlsx:after.cityicons,
.link-doctype-XLSX:after.cityicons,
.link-doctype-dot:after.cityicons,
.link-doctype-DOT:after.cityicons {
  font-size: 1.1rem;
}
.link-doctype-csv:after,
.link-doctype-CSV:after {
  content: "CSV";
}
.link-doctype-doc:after,
.link-doctype-DOC:after {
  content: "DOC";
}
.link-doctype-docx:after,
.link-doctype-DOCX:after {
  content: "DOCX";
}
.link-doctype-eps:after,
.link-doctype-EPS:after {
  content: "EPS";
}
.link-doctype-ppt:after,
.link-doctype-PPT:after {
  content: "PPT";
}
.link-doctype-txt:after,
.link-doctype-TXT:after {
  content: "TXT";
}
.link-doctype-xls:after,
.link-doctype-XLS:after {
  content: "XLS";
}
.link-doctype-xlsx:after,
.link-doctype-XLSX:after {
  content: "XLSX";
}
.link-doctype-dot:after,
.link-doctype-DOT:after {
  content: "DOT";
}
.link-doctype-pdf.external .cityicons-external,
.link-doctype-PDF.external .cityicons-external {
  display: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.pull-left {
  margin: 1em 2em 1em 0;
}
img.pull-right {
  margin: 1em 0 1em 2em;
}
img + img,
img + p {
  margin-top: 1em;
}
@media (max-width: 580px) {
  .main-container .node img.pull-left,
  .main-container .node img.pull-right {
    float: none !important;
    margin-right: 0;
    margin-left: 0;
  }
  .main-container .node img.pull-left.allow-float,
  .main-container .node img.pull-right.allow-float {
    float: inherit !important;
    margin-right: inherit;
    margin-left: inherit;
    width: auto;
    max-width: 100%;
  }
}
.text-center {
  text-align: center;
}
img.text-center,
.text-center img {
  display: block;
  float: none;
  margin: 1em auto;
}
img.img-one-thirds.pull-left,
figure.img-one-thirds.pull-left,
img.img-half.pull-left,
figure.img-half.pull-left,
img.img-two-thirds.pull-left,
figure.img-two-thirds.pull-left,
img.img-one-thirds.pull-right,
figure.img-one-thirds.pull-right,
img.img-half.pull-right,
figure.img-half.pull-right,
img.img-two-thirds.pull-right,
figure.img-two-thirds.pull-right {
  display: inline-block !important;
  margin-top: 5px;
}
@media (min-width: 992px) {
  img.img-one-thirds,
  figure.img-one-thirds {
    width: calc(33% - (1.5em * 2 / 3));
  }
  img.img-half,
  figure.img-half {
    width: calc(50% - (1.5em / 2));
  }
  img.img-two-thirds,
  figure.img-two-thirds {
    width: calc(66.6% - (1.5em * 2 / 1));
  }
}
figure.center-block {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
figure {
  position: relative;
}
figure figcaption {
  position: relative;
}
figure figcaption .photo-credit {
  margin-top: -12px;
  margin-bottom: 12px;
  padding: 7px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: right;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure figcaption .photo-credit.credited > .cityicons {
  padding-right: 4px;
}
@media (max-width: 991px) {
  figure figcaption .photo-credit:not(.credited) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (min-width: 992px) {
  figure {
    overflow: hidden;
  }
  figure figcaption .photo-credit {
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  figure figcaption .photo-credit:not(.credited) {
    visibility: hidden;
    opacity: 0;
  }
  figure figcaption .photo-credit.credited {
    margin-left: 100%;
    -webkit-transform: translateX(-36px);
    -ms-transform: translateX(-36px);
    transform: translateX(-36px);
  }
  figure figcaption .photo-credit.credited > .cityicons {
    position: absolute;
    top: 9px;
    left: 11px;
  }
  figure:hover figcaption .photo-credit:not(.credited),
  figure:focus figcaption .photo-credit:not(.credited) {
    visibility: visible;
    opacity: 1;
  }
  figure:hover figcaption .photo-credit.credited,
  figure:focus figcaption .photo-credit.credited {
    margin-left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  figure:hover figcaption .photo-credit.credited > .cityicons,
  figure:focus figcaption .photo-credit.credited > .cityicons {
    position: relative;
    top: 2px;
    left: 0;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
figure.image {
  margin: 1em 0;
  background: #fdfdfd;
  border: 1px solid #f0f0f0;
  display: inline-block;
  border-radius: 6px;
  text-align: center;
  font-size: 1em;
  color: #555555;
}
figure.image img {
  margin: 0 auto 1em;
  float: none;
  display: block;
}
figure.image figcaption {
  margin-bottom: 1em;
}
figure.image.pull-left {
  margin-right: 1em;
}
figure.image.pull-right {
  margin-left: 1em;
}
.text-center figure.image {
  display: block;
}
[data-cke-display-name="image"] {
  margin: 1em 0;
}
[data-cke-display-name="image"].pull-left {
  margin-right: 1em;
}
[data-cke-display-name="image"].pull-right {
  margin-left: 1em;
}
.node-type-contactinfo .region-content,
.node-type-outreach .region-content,
.node-type-hr-course-date .region-content,
.node-type-city-core-link .region-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .node-type-contactinfo .region-content,
  .node-type-outreach .region-content,
  .node-type-hr-course-date .region-content,
  .node-type-city-core-link .region-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .node-type-contactinfo .region-content,
  .node-type-outreach .region-content,
  .node-type-hr-course-date .region-content,
  .node-type-city-core-link .region-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .node-type-contactinfo .region-content,
  .node-type-outreach .region-content,
  .node-type-hr-course-date .region-content,
  .node-type-city-core-link .region-content {
    width: 1170px;
  }
}
.node-type-contactinfo .region-content > .navbar-header,
.node-type-outreach .region-content > .navbar-header,
.node-type-hr-course-date .region-content > .navbar-header,
.node-type-city-core-link .region-content > .navbar-header,
.node-type-contactinfo .region-content > .navbar-collapse,
.node-type-outreach .region-content > .navbar-collapse,
.node-type-hr-course-date .region-content > .navbar-collapse,
.node-type-city-core-link .region-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .node-type-contactinfo .region-content > .navbar-header,
  .node-type-outreach .region-content > .navbar-header,
  .node-type-hr-course-date .region-content > .navbar-header,
  .node-type-city-core-link .region-content > .navbar-header,
  .node-type-contactinfo .region-content > .navbar-collapse,
  .node-type-outreach .region-content > .navbar-collapse,
  .node-type-hr-course-date .region-content > .navbar-collapse,
  .node-type-city-core-link .region-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-toboggan-denied .com-page .region-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-toboggan-denied .com-page .region-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .page-toboggan-denied .com-page .region-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .page-toboggan-denied .com-page .region-content {
    width: 1170px;
  }
}
.page-toboggan-denied .com-page .region-content > .navbar-header,
.page-toboggan-denied .com-page .region-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .page-toboggan-denied .com-page .region-content > .navbar-header,
  .page-toboggan-denied .com-page .region-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.page-find-my-local .region-content,
.page-tags .region-content {
  margin-left: -15px;
  margin-right: -15px;
}
.image-overlay {
  position: relative;
  overflow-y: visible;
}
.image-overlay h1,
.image-overlay h2,
.image-overlay h3,
.image-overlay h4,
.image-overlay h5,
.image-overlay h6,
.image-overlay .h1,
.image-overlay .h2,
.image-overlay .h3,
.image-overlay .h4,
.image-overlay .h5,
.image-overlay .h6 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .image-overlay h1,
  .image-overlay h2,
  .image-overlay h3,
  .image-overlay h4,
  .image-overlay h5,
  .image-overlay h6,
  .image-overlay .h1,
  .image-overlay .h2,
  .image-overlay .h3,
  .image-overlay .h4,
  .image-overlay .h5,
  .image-overlay .h6 {
    position: absolute;
    top: 0;
    max-width: 100%;
    padding: 2%;
    margin: 0;
    color: #222222;
    background: rgba(255, 255, 255, 0.6);
  }
  .image-overlay h1:first-child,
  .image-overlay h2:first-child,
  .image-overlay h3:first-child,
  .image-overlay h4:first-child,
  .image-overlay h5:first-child,
  .image-overlay h6:first-child,
  .image-overlay .h1:first-child,
  .image-overlay .h2:first-child,
  .image-overlay .h3:first-child,
  .image-overlay .h4:first-child,
  .image-overlay .h5:first-child,
  .image-overlay .h6:first-child {
    margin-top: 0;
  }
}
.image-overlay h1 a,
.image-overlay h2 a,
.image-overlay h3 a,
.image-overlay h4 a,
.image-overlay h5 a,
.image-overlay h6 a,
.image-overlay .h1 a,
.image-overlay .h2 a,
.image-overlay .h3 a,
.image-overlay .h4 a,
.image-overlay .h5 a,
.image-overlay .h6 a {
  color: #19334d;
}
@media (min-width: 991px) {
  .image-overlay h1 a,
  .image-overlay h2 a,
  .image-overlay h3 a,
  .image-overlay h4 a,
  .image-overlay h5 a,
  .image-overlay h6 a,
  .image-overlay .h1 a,
  .image-overlay .h2 a,
  .image-overlay .h3 a,
  .image-overlay .h4 a,
  .image-overlay .h5 a,
  .image-overlay .h6 a {
    text-decoration: none;
  }
}
.image-overlay h1 a:hover,
.image-overlay h2 a:hover,
.image-overlay h3 a:hover,
.image-overlay h4 a:hover,
.image-overlay h5 a:hover,
.image-overlay h6 a:hover,
.image-overlay .h1 a:hover,
.image-overlay .h2 a:hover,
.image-overlay .h3 a:hover,
.image-overlay .h4 a:hover,
.image-overlay .h5 a:hover,
.image-overlay .h6 a:hover,
.image-overlay h1 a:focus,
.image-overlay h2 a:focus,
.image-overlay h3 a:focus,
.image-overlay h4 a:focus,
.image-overlay h5 a:focus,
.image-overlay h6 a:focus,
.image-overlay .h1 a:focus,
.image-overlay .h2 a:focus,
.image-overlay .h3 a:focus,
.image-overlay .h4 a:focus,
.image-overlay .h5 a:focus,
.image-overlay .h6 a:focus {
  color: #264c73;
}
.awards-vision {
  border-bottom: none !important;
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .awards-vision:nth-child(odd) .image-overlay {
    margin-right: 15px;
  }
  .awards-vision:nth-child(even) .image-overlay {
    margin-left: 15px;
  }
}
hr {
  margin: 2em 0;
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
hr:before,
hr:after {
  content: " ";
  display: table;
}
hr:after {
  clear: both;
}
hr.node-meta {
  clear: both;
}
.sidebar .well.well-small h3,
.sidebar .well.list h3,
.sidebar .attachment-list h3 {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  border-radius: 4px 4px 0 0;
  line-height: 1.19em;
  margin: -19px -19px 10px -19px;
  padding: 10px;
}
.sidebar .well.well-small a,
.sidebar .well.list a,
.sidebar .attachment-list a {
  word-wrap: break-word;
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.com-spinner {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 45px;
}
.com-spinner:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url('/sites/default/files/template/loading-spinner.png');
  -webkit-animation: spinner 1.5s linear infinite;
  animation: spinner 1.5s linear infinite;
}
.container-fluid {
  max-width: 1170px;
}
.circle {
  background: #666;
  border: 1px solid #ccc;
  color: #fff;
  padding: 20px;
  width: 105px;
  height: 105px;
  max-height: 105px;
  margin: 8px auto;
  border-radius: 100px;
}
.circle h1,
.circle h2,
.circle h3,
.circle h4,
.circle h5,
.circle h6,
.circle .h1,
.circle .h2,
.circle .h3,
.circle .h4,
.circle .h5,
.circle .h6 {
  text-align: center;
  margin: 0;
  padding: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
.circle h1:first-child,
.circle h2:first-child,
.circle h3:first-child,
.circle h4:first-child,
.circle h5:first-child,
.circle h6:first-child,
.circle .h1:first-child,
.circle .h2:first-child,
.circle .h3:first-child,
.circle .h4:first-child,
.circle .h5:first-child,
.circle .h6:first-child {
  margin-top: 5px;
}
.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.margin-top-50 {
  margin-top: 50px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-right-45 {
  margin-right: 45px !important;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-left-45 {
  margin-left: 45px !important;
}
.margin-top-40 {
  margin-top: 40px !important;
}
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-top-35 {
  margin-top: 35px !important;
}
.margin-right-35 {
  margin-right: 35px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px !important;
}
.margin-left-35 {
  margin-left: 35px !important;
}
.margin-top-30 {
  margin-top: 30px !important;
}
.margin-right-30 {
  margin-right: 30px !important;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-top-25 {
  margin-top: 25px !important;
}
.margin-right-25 {
  margin-right: 25px !important;
}
.margin-bottom-25 {
  margin-bottom: 25px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-top-20 {
  margin-top: 20px !important;
}
.margin-right-20 {
  margin-right: 20px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-top-10 {
  margin-top: 10px !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-right-50 {
  padding-right: 50px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-left-50 {
  padding-left: 50px !important;
}
.padding-top-45 {
  padding-top: 45px !important;
}
.padding-right-45 {
  padding-right: 45px !important;
}
.padding-bottom-45 {
  padding-bottom: 45px !important;
}
.padding-left-45 {
  padding-left: 45px !important;
}
.padding-top-40 {
  padding-top: 40px !important;
}
.padding-right-40 {
  padding-right: 40px !important;
}
.padding-bottom-40 {
  padding-bottom: 40px !important;
}
.padding-left-40 {
  padding-left: 40px !important;
}
.padding-top-35 {
  padding-top: 35px !important;
}
.padding-right-35 {
  padding-right: 35px !important;
}
.padding-bottom-35 {
  padding-bottom: 35px !important;
}
.padding-left-35 {
  padding-left: 35px !important;
}
.padding-top-30 {
  padding-top: 30px !important;
}
.padding-right-30 {
  padding-right: 30px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-left-30 {
  padding-left: 30px !important;
}
.padding-top-25 {
  padding-top: 25px !important;
}
.padding-right-25 {
  padding-right: 25px !important;
}
.padding-bottom-25 {
  padding-bottom: 25px !important;
}
.padding-left-25 {
  padding-left: 25px !important;
}
.padding-top-20 {
  padding-top: 20px !important;
}
.padding-right-20 {
  padding-right: 20px !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-left-20 {
  padding-left: 20px !important;
}
.padding-top-15 {
  padding-top: 15px !important;
}
.padding-right-15 {
  padding-right: 15px !important;
}
.padding-bottom-15 {
  padding-bottom: 15px !important;
}
.padding-left-15 {
  padding-left: 15px !important;
}
.padding-top-10 {
  padding-top: 10px !important;
}
.padding-right-10 {
  padding-right: 10px !important;
}
.padding-bottom-10 {
  padding-bottom: 10px !important;
}
.padding-left-10 {
  padding-left: 10px !important;
}
.icon-left div {
  display: table-cell;
  padding-right: 7px;
  vertical-align: middle;
}
.icon-left .h2 {
  display: table-cell;
  margin-top: 0;
}
.scroll {
  max-height: 29em;
  overflow-y: scroll;
  width: 100%;
}
.scroll.well {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.333;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 10px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  display: inline-block;
  font-size: 85%;
}
h1 small a,
h2 small a,
h3 small a,
h4 small a,
h5 small a,
h6 small a,
.h1 small a,
.h2 small a,
.h3 small a,
.h4 small a,
.h5 small a,
.h6 small a,
h1 .small a,
h2 .small a,
h3 .small a,
h4 .small a,
h5 .small a,
h6 .small a,
.h1 .small a,
.h2 .small a,
.h3 .small a,
.h4 .small a,
.h5 .small a,
.h6 .small a {
  color: #777777;
}
h1 small a:hover,
h2 small a:hover,
h3 small a:hover,
h4 small a:hover,
h5 small a:hover,
h6 small a:hover,
.h1 small a:hover,
.h2 small a:hover,
.h3 small a:hover,
.h4 small a:hover,
.h5 small a:hover,
.h6 small a:hover,
h1 .small a:hover,
h2 .small a:hover,
h3 .small a:hover,
h4 .small a:hover,
h5 .small a:hover,
h6 .small a:hover,
.h1 .small a:hover,
.h2 .small a:hover,
.h3 .small a:hover,
.h4 .small a:hover,
.h5 .small a:hover,
.h6 .small a:hover,
h1 small a:focus,
h2 small a:focus,
h3 small a:focus,
h4 small a:focus,
h5 small a:focus,
h6 small a:focus,
.h1 small a:focus,
.h2 small a:focus,
.h3 small a:focus,
.h4 small a:focus,
.h5 small a:focus,
.h6 small a:focus,
h1 .small a:focus,
h2 .small a:focus,
h3 .small a:focus,
h4 .small a:focus,
h5 .small a:focus,
h6 .small a:focus,
.h1 .small a:focus,
.h2 .small a:focus,
.h3 .small a:focus,
.h4 .small a:focus,
.h5 .small a:focus,
.h6 .small a:focus {
  color: #1a4060;
}
address {
  line-height: 1.5;
}
.lead-lg,
p.lead-lg,
.com-page .lead-lg {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  max-width: none;
}
.lead-lg strong,
p.lead-lg strong,
.com-page .lead-lg strong {
  font-weight: 600;
}
.subhead {
  display: block;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 75%;
  color: inherit;
  font-weight: normal;
}
.font-source-sans {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.data-stats,
.com-page .data-stats {
  margin-bottom: 20px;
  font-weight: 600;
}
.data-stats p.lead,
.com-page .data-stats p.lead {
  margin-bottom: -5px;
  font-size: 48px;
  font-weight: bold;
  font-family: "montserrat", "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-variant: small-caps;
  color: #03626b;
}
.data-stats em,
.com-page .data-stats em {
  font-weight: normal;
}
.com-vision {
  font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .com-vision {
    text-align: center;
  }
}
body.water .com-footer .com-vision {
  margin-top: 24px;
}
table > tbody > tr > td,
.table > tbody > tr > td {
  line-height: 1.5;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  table {
    font-size: 1.8rem;
    width: 100% !important;
  }
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
@media (max-width: 767px) {
  table > thead > tr > th p,
  table > tbody > tr > th p,
  table > tfoot > tr > th p,
  table > thead > tr > td p,
  table > tbody > tr > td p,
  table > tfoot > tr > td p,
  table > thead > tr > th address,
  table > tbody > tr > th address,
  table > tfoot > tr > th address,
  table > thead > tr > td address,
  table > tbody > tr > td address,
  table > tfoot > tr > td address {
    min-width: 250px;
  }
}
table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody {
  border-top: 2px solid #ddd;
}
table > tbody th {
  font-weight: normal;
}
table > tbody th {
  font-weight: normal;
}
table table {
  background-color: #fff;
}
.pseudo-table .row,
.pseudo-table .row-fluid {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  table.table-flipped {
    position: relative;
    display: block;
  }
  table.table-flipped:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10px;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #eee), to(transparent));
    background-image: -webkit-linear-gradient(right, #eee 0, transparent 100%);
    background-image: -o-linear-gradient(right, #eee 0, transparent 100%);
    background-image: linear-gradient(to left, #eee 0, transparent 100%);
    z-index: 1;
  }
  table.table-flipped thead {
    position: relative;
    display: block;
    float: left;
  }
  table.table-flipped thead:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 10px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #eee), to(transparent));
    background-image: -webkit-linear-gradient(left, #eee 0, transparent 100%);
    background-image: -o-linear-gradient(left, #eee 0, transparent 100%);
    background-image: linear-gradient(to right, #eee 0, transparent 100%);
    border-left: 1px solid #ccc;
    z-index: 1;
  }
  table.table-flipped thead th {
    border-top: 1px solid #ccc !important;
    border-bottom: none !important;
  }
  table.table-flipped tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.table-flipped tr {
    display: inline-block;
    margin-right: -2px;
    margin-left: -2px;
  }
  table.table-flipped tr:last-child th,
  table.table-flipped tr:last-child td {
    border-bottom: none !important;
  }
  table.table-flipped tr:nth-of-type(even) {
    background-color: #f5f5f5;
  }
  table.table-flipped th,
  table.table-flipped td {
    display: block;
    min-height: 6rem;
    padding: 5px 10px;
    font-size: 1.6rem;
    line-height: 1.1;
    border: none;
  }
}
@media (max-width: 767px) {
  table.table-collapsed > caption {
    padding: 0.5rem 1.5rem !important;
  }
  table.table-collapsed > thead {
    display: none;
  }
  table.table-collapsed > tbody > tr {
    display: block;
    padding: 1.5rem;
    border-top: 1px solid #ccc;
  }
  table.table-collapsed > tbody > tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  table.table-collapsed > tbody > tr > th,
  table.table-collapsed > tbody > tr > td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    max-width: 92vw;
    white-space: normal !important;
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .table-collapsed > tbody > tr,
  .page-contact-employee-directory  table > tbody > tr,
  .page-employeenet-directory  table > tbody > tr,
  .civil-rights.about  table > tbody > tr {
    display: block;
    padding: 1.5rem;
    border-top: 1px solid #ccc;
  }
  .table-collapsed > tbody > tr:last-child,
  .page-contact-employee-directory  table > tbody > tr:last-child,
  .page-employeenet-directory  table > tbody > tr:last-child,
  .civil-rights.about  table > tbody > tr:last-child {
    border-bottom: 1px solid #ccc;
  }
  .table-collapsed > tbody > tr > th,
  .page-contact-employee-directory  table > tbody > tr > th,
  .page-employeenet-directory  table > tbody > tr > th,
  .civil-rights.about  table > tbody > tr > th,
  .table-collapsed > tbody > tr > td,
  .page-contact-employee-directory  table > tbody > tr > td,
  .page-employeenet-directory  table > tbody > tr > td,
  .civil-rights.about  table > tbody > tr > td {
    display: block;
    padding: 0 !important;
    border: none !important;
    max-width: 92vw;
    white-space: normal !important;
    word-wrap: break-word;
  }
}
.civil-rights.about .employee-directory-form-wrapper .mobile-search-bar .toggle-search {
  display: none !important;
}
.civil-rights.about .region-content table > tbody > tr > td:last-child {
  text-transform: lowercase;
}
@media (min-width: 992px) {
  .civil-rights.about .region-content .download-listings {
    max-width: 38rem;
  }
}
.sortable > thead > tr > th:not(.sort-ignore) {
  position: relative;
  cursor: pointer;
}
.sortable > thead > tr > th:not(.sort-ignore) .cityicons-chevron-up,
.sortable > thead > tr > th:not(.sort-ignore) .cityicons-chevron-down {
  position: absolute;
  margin-left: 6px;
  font-size: 10px;
  color: #cccccc;
}
.sortable > thead > tr > th:not(.sort-ignore) .cityicons-chevron-up {
  bottom: 50%;
}
.sortable > thead > tr > th:not(.sort-ignore) .cityicons-chevron-down {
  top: 50%;
}
.sortable > thead > tr > th:not(.sort-ignore).sort-off .sort-up .cityicons-chevron-up,
.sortable > thead > tr > th:not(.sort-ignore).sort-off .sort-down .cityicons-chevron-up,
.sortable > thead > tr > th:not(.sort-ignore).sort-off .sort-up .cityicons-chevron-down,
.sortable > thead > tr > th:not(.sort-ignore).sort-off .sort-down .cityicons-chevron-down {
  color: #cccccc;
}
.sortable > thead > tr > th:not(.sort-ignore).sort-on.sort-up .cityicons-chevron-up {
  color: #595959;
}
.sortable > thead > tr > th:not(.sort-ignore).sort-on.sort-up .cityicons-chevron-down {
  color: #cccccc;
}
.sortable > thead > tr > th:not(.sort-ignore).sort-on.sort-down .cityicons-chevron-up {
  color: #cccccc;
}
.sortable > thead > tr > th:not(.sort-ignore).sort-on.sort-down .cityicons-chevron-down {
  color: #595959;
}
.page-contact-employee-directory  .region-content .table-responsive,
.com-employeenet.directory .region-content .table-responsive,
.civil-rights.about  .region-content .table-responsive {
  border: none;
  overflow: visible;
}
.page-contact-employee-directory  .region-content table.sticky-header,
.com-employeenet.directory .region-content table.sticky-header,
.civil-rights.about  .region-content table.sticky-header {
  z-index: 1;
}
@media (max-width: 767px) {
  .page-contact-employee-directory  .region-content table.sticky-header > thead,
  .com-employeenet.directory .region-content table.sticky-header > thead,
  .civil-rights.about  .region-content table.sticky-header > thead {
    display: none !important;
  }
}
.page-contact-employee-directory  .region-content table > caption,
.com-employeenet.directory .region-content table > caption,
.civil-rights.about  .region-content table > caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-contact-employee-directory  .region-content table > thead > tr:last-child > td,
.com-employeenet.directory .region-content table > thead > tr:last-child > td,
.civil-rights.about  .region-content table > thead > tr:last-child > td,
.page-contact-employee-directory  .region-content table > tbody > tr:last-child > td,
.com-employeenet.directory .region-content table > tbody > tr:last-child > td,
.civil-rights.about  .region-content table > tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.page-contact-employee-directory  .region-content table > thead > tr th,
.com-employeenet.directory .region-content table > thead > tr th,
.civil-rights.about  .region-content table > thead > tr th {
  border-bottom: none !important;
}
.page-contact-employee-directory  .region-content table > thead > tr th.sort-default .cityicons-chevron-down,
.com-employeenet.directory .region-content table > thead > tr th.sort-default .cityicons-chevron-down,
.civil-rights.about  .region-content table > thead > tr th.sort-default .cityicons-chevron-down {
  color: #595959;
}
.page-contact-employee-directory  .region-content table > tbody > tr > td:nth-child(5),
.com-employeenet.directory .region-content table > tbody > tr > td:nth-child(5),
.civil-rights.about  .region-content table > tbody > tr > td:nth-child(5) {
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .page-contact-employee-directory  .region-content table,
  .com-employeenet.directory .region-content table,
  .civil-rights.about  .region-content table {
    margin-bottom: 4rem;
  }
  .page-contact-employee-directory  .region-content table > thead,
  .com-employeenet.directory .region-content table > thead,
  .civil-rights.about  .region-content table > thead {
    display: none !important;
  }
  .page-contact-employee-directory  .region-content table > tbody tr,
  .com-employeenet.directory .region-content table > tbody tr,
  .civil-rights.about  .region-content table > tbody tr {
    padding: 1.5rem 0;
    border-top: none !important;
    border-bottom: 1px solid #cccccc;
  }
  .page-contact-employee-directory  .region-content table > tbody tr > td:nth-child(1),
  .com-employeenet.directory .region-content table > tbody tr > td:nth-child(1),
  .civil-rights.about  .region-content table > tbody tr > td:nth-child(1),
  .page-contact-employee-directory  .region-content table > tbody tr > td:nth-child(2),
  .com-employeenet.directory .region-content table > tbody tr > td:nth-child(2),
  .civil-rights.about  .region-content table > tbody tr > td:nth-child(2) {
    display: inline-block;
    margin-right: 4px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .page-contact-employee-directory  .region-content .sortable > thead,
  .com-employeenet.directory .region-content .sortable > thead,
  .civil-rights.about  .region-content .sortable > thead {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
    background-color: #eeeeee;
  }
  .page-contact-employee-directory  .region-content .sortable > thead > tr,
  .com-employeenet.directory .region-content .sortable > thead > tr,
  .civil-rights.about  .region-content .sortable > thead > tr {
    display: block;
  }
  .page-contact-employee-directory  .region-content .sortable > thead > tr > th,
  .com-employeenet.directory .region-content .sortable > thead > tr > th,
  .civil-rights.about  .region-content .sortable > thead > tr > th {
    display: inline-block;
    width: calc(100% / 3);
    padding: 15px;
    font-size: 1.2rem;
  }
  .page-contact-employee-directory  .region-content .sortable > thead > tr > th.sort-ignore,
  .com-employeenet.directory .region-content .sortable > thead > tr > th.sort-ignore,
  .civil-rights.about  .region-content .sortable > thead > tr > th.sort-ignore {
    display: none;
  }
  .page-contact-employee-directory  .region-content .sortable > tbody tr,
  .com-employeenet.directory .region-content .sortable > tbody tr,
  .civil-rights.about  .region-content .sortable > tbody tr {
    margin-right: -15px;
    margin-left: -15px;
    padding: 1.5rem 15px;
    border-top: none !important;
    border-bottom: 1px solid #cccccc;
  }
  .page-contact-employee-directory  .region-content .sortable > tbody tr > td:nth-child(1),
  .com-employeenet.directory .region-content .sortable > tbody tr > td:nth-child(1),
  .civil-rights.about  .region-content .sortable > tbody tr > td:nth-child(1),
  .page-contact-employee-directory  .region-content .sortable > tbody tr > td:nth-child(2),
  .com-employeenet.directory .region-content .sortable > tbody tr > td:nth-child(2),
  .civil-rights.about  .region-content .sortable > tbody tr > td:nth-child(2) {
    display: inline-block;
    margin-right: 4px;
    font-weight: 600;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  .page-contact-employee-directory  .region-content .sortable > thead > tr > th,
  .com-employeenet.directory .region-content .sortable > thead > tr > th,
  .civil-rights.about  .region-content .sortable > thead > tr > th {
    font-size: 1.4rem;
  }
}
ul,
ol {
  margin: 0 0 1em 1.5em;
  padding: 0;
}
ul li,
ol li {
  margin: 0;
  padding: 1em 0 0 0;
}
ul li p,
ol li p {
  margin: 0;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ol ol {
  list-style-type: upper-alpha;
}
ol ol ol {
  list-style-type: upper-roman;
}
ol ol ol ol {
  list-style-type: lower-alpha;
}
ol ol ol ol ol {
  list-style-type: lower-roman;
}
ol ol ol ol ol ol {
  list-style-type: decimal;
}
ul ul {
  list-style-type: circle;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: disc;
}
ul ul ul ul ul {
  list-style-type: circle;
}
ul ul ul ul ul ul {
  list-style-type: square;
}
dt,
dd {
  line-height: 1.5;
}
.main-container .list-unstyled {
  margin-bottom: 12px;
}
.list-inline-table {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
  margin-left: 0;
}
.list-inline-table > li {
  display: inline-block;
  min-width: 9rem;
}
@media (min-width: 768px) {
  #collapseNews .list-inline {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
.media-list {
  margin-left: 0;
}
.icon-list.list-inline > li {
  display: inline-table;
  margin: 0;
  padding: 0;
}
.icon-list a {
  padding: 10px;
  display: table;
  min-height: 75px;
  margin: 0 0 5px 0;
}
.icon-list a:hover,
.icon-list a:focus {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.icon-list img,
.icon-list .text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: auto 0;
  padding: 0;
}
.icon-list img {
  max-width: 25px;
  margin-right: 10px;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .icon-list a {
    min-height: 90px;
    margin-bottom: 10px;
  }
  .icon-list img {
    max-width: 50px;
    margin-top: 10px;
  }
}
.list ul,
ul.list {
  list-style: none;
  margin-left: 0;
}
.list ul:after,
ul.list:after {
  content: "";
  clear: both;
  display: table;
}
.list ul li,
ul.list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(130, 130, 130, 0.2);
}
.list ul li ul,
ul.list li ul {
  margin-top: 0.75em;
  margin-bottom: -0.75em;
}
.list ul li ul li,
ul.list li ul li {
  margin-left: 3em;
}
.list ul li ul li:first-child,
ul.list li ul li:first-child {
  border-top-color: rgba(255, 255, 255, 0);
}
.list ul li ul li:last-child,
ul.list li ul li:last-child {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.list ul li.success,
ul.list li.success,
.list ul li.info,
ul.list li.info,
.list ul li.warning,
ul.list li.warning,
.list ul li.danger,
ul.list li.danger {
  padding: 0.75em;
  display: block;
  border-left: 0.25em solid rgba(0, 0, 0, 0.2);
}
.list ul li.success,
ul.list li.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-left-color: #d6e9c6;
}
.list ul li.info,
ul.list li.info {
  color: #31708f;
  background-color: #d9edf7;
  border-left-color: #bce8f1;
}
.list ul li.warning,
ul.list li.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-left-color: #faebcc;
}
.list ul li.danger,
ul.list li.danger {
  color: #a94442;
  background-color: #f2dede;
  border-left-color: #ebccd1;
}
@media (min-width: 768px) {
  .list.double ul ul:before,
  ul.list.double ul:before,
  .list.triple ul ul:before,
  ul.list.triple ul:before,
  .list.quadruple ul ul:before,
  ul.list.quadruple ul:before,
  .list.double ul ul:after,
  ul.list.double ul:after,
  .list.triple ul ul:after,
  ul.list.triple ul:after,
  .list.quadruple ul ul:after,
  ul.list.quadruple ul:after {
    content: " ";
    display: table;
  }
  .list.double ul ul:after,
  ul.list.double ul:after,
  .list.triple ul ul:after,
  ul.list.triple ul:after,
  .list.quadruple ul ul:after,
  ul.list.quadruple ul:after {
    clear: both;
  }
  .list.double ul ul:before,
  ul.list.double ul:before,
  .list.triple ul ul:before,
  ul.list.triple ul:before,
  .list.quadruple ul ul:before,
  ul.list.quadruple ul:before,
  .list.double ul ul:after,
  ul.list.double ul:after,
  .list.triple ul ul:after,
  ul.list.triple ul:after,
  .list.quadruple ul ul:after,
  ul.list.quadruple ul:after {
    content: " ";
    display: table;
  }
  .list.double ul ul:after,
  ul.list.double ul:after,
  .list.triple ul ul:after,
  ul.list.triple ul:after,
  .list.quadruple ul ul:after,
  ul.list.quadruple ul:after {
    clear: both;
  }
  .list.double ul li,
  ul.list.double li,
  .list.triple ul li,
  ul.list.triple li,
  .list.quadruple ul li,
  ul.list.quadruple li {
    float: left;
    width: 49%;
    margin-right: 1% !important;
  }
}
@media (min-width: 992px) {
  .list.triple ul li,
  ul.list.triple li,
  .list.quadruple ul li,
  ul.list.quadruple li {
    width: 32.33333333%;
  }
}
@media (min-width: 1200px) {
  .list.quadruple ul li,
  ul.list.quadruple li {
    width: 24%;
  }
}
#content-banner .list ul,
.well .list ul,
#content-banner ul.list,
.well ul.list {
  border-top-color: rgba(255, 255, 255, 0);
  margin-bottom: 0;
}
#content-banner .list ul li:last-child,
.well .list ul li:last-child,
#content-banner ul.list li:last-child,
.well ul.list li:last-child {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.list.large-icons ul {
  border-top: none;
}
@media (min-width: 768px) {
  .list.large-icons ul.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
}
.sidebar .list.large-icons ul.inline {
  display: block;
}
.list.large-icons ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list.large-icons ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px;
}
@media (-ms-high-contrast: none) {
  .list.large-icons ul li a {
    max-width: none;
  }
  .sidebar .list.large-icons ul li a {
    max-width: none;
  }
}
@media (-ms-high-contrast: none) and (min-width: 768px) {
  .list.large-icons ul li a {
    max-width: 150px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px) {
  .list.large-icons ul li a {
    max-width: 190px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1200px) {
  .list.large-icons ul li a {
    max-width: 220px;
  }
}
.list.large-icons ul li a:hover,
.list.large-icons ul li a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.list.large-icons ul li a img {
  height: 50px;
  width: auto;
  margin-right: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.list.large-icons ul li a h3 {
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
@media (-ms-high-contrast: none) {
  .list.large-icons ul li a h3 {
    max-width: 75%;
  }
}
.list.large-icons ul li a h4 {
  font-weight: bold;
}
@media (-ms-high-contrast: none) and (min-width: 768px) {
  .list.large-icons ul li a h4 {
    width: 75px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 992px) {
  .list.large-icons ul li a h4 {
    width: 110px;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1200px) {
  .list.large-icons ul li a h4 {
    width: 150px;
  }
}
@media (-ms-high-contrast: none) {
  .list.large-icons ul li a .inline {
    width: 90%;
  }
  .list.large-icons ul li a .inline h4 {
    width: 100%;
  }
  .list.large-icons ul li a .inline p {
    width: 100%;
  }
}
.list.large-icons ul li a .inline h4 {
  margin-top: 0;
}
@media (min-device-width: 800px) and (max-device-width: 1280px), (max-device-width: 800px) and (orientation: portrait), (max-device-width: 1280px) and (orientation: landscape), (max-device-width: 1280px), (max-device-width: 800px) {
  .list.large-icons ul.inline li {
    display: block;
  }
  .list.large-icons ul.inline li a {
    display: block;
    padding: 8px 3px 8px 8px;
    margin-bottom: 0;
  }
  .list.large-icons ul.inline li a:hover,
  .list.large-icons ul.inline li a:focus {
    text-decoration: none;
    background-color: #eeeeee;
  }
  .list.large-icons ul.inline li a img {
    float: left;
    vertical-align: top;
    width: 50px;
    height: 50px;
  }
  .list.large-icons ul.inline li a h4 {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    min-width: 75px;
    padding: 0 0 0 10px;
    margin: 0;
    border: none;
    font-size: 1em;
    font-weight: bold;
  }
  .sidebar .list.large-icons ul.inline.inline li {
    display: block;
    width: 100%;
  }
  .sidebar .list.large-icons ul.inline.inline li a {
    display: block;
  }
  .sidebar .list.large-icons ul.inline.inline li a img {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
  .sidebar .list.large-icons ul.inline.inline li a .inline {
    margin-left: 60px;
  }
  .list.large-icons ul li a {
    display: block;
  }
  .list.large-icons ul li a img {
    float: left;
    height: 50px;
    width: 50px;
    margin-right: 10px;
  }
  .list.large-icons ul li a .inline {
    margin-left: 60px;
  }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) and (min-width: 768px), (max-device-width: 800px) and (orientation: portrait) and (min-width: 768px), (max-device-width: 1280px) and (orientation: landscape) and (min-width: 768px), (max-device-width: 1280px) and (min-width: 768px), (max-device-width: 800px) and (min-width: 768px) {
  .list.large-icons ul.inline li {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media (min-device-width: 800px) and (max-device-width: 1280px) and (min-width: 992px), (max-device-width: 800px) and (orientation: portrait) and (min-width: 992px), (max-device-width: 1280px) and (orientation: landscape) and (min-width: 992px), (max-device-width: 1280px) and (min-width: 992px), (max-device-width: 800px) and (min-width: 992px) {
  .list.large-icons ul.inline li {
    display: inline-block;
    vertical-align: top;
    width: 19.5%;
  }
}
@media (-ms-high-contrast: none) {
  .list.large-icons.pay-your-bill ul li a {
    max-width: none !important;
  }
}
.list.attachment-list .file {
  display: block;
}
.list.attachment-list .file img {
  display: inline-block;
}
.list .meeting-calendar > li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 3px solid #cccccc;
  border-left: 3px solid #cccccc;
}
.com-page.main-container .list .meeting-calendar > li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.list .meeting-calendar > li:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -12px;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 3px;
  border-radius: 100%;
  background-color: #fff;
}
@media print {
  .list .meeting-calendar > li:after {
    border-width: 10px;
  }
}
@media all and (min-width: 992px) {
  .list .meeting-calendar > li {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.list .meeting-calendar > li .label.label-danger {
  text-transform: uppercase;
  background-color: #ac1d2c;
}
.list .meeting-calendar .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px 12px 15px;
  border-bottom: 3px solid #cccccc;
}
.list .meeting-calendar .header .header-icon {
  float: left;
  margin-right: 10px;
}
.list .meeting-calendar .header .header-icon .cityicons {
  font-size: 30px;
}
.list .meeting-calendar .header .header-date,
.list .meeting-calendar .header .header-meeting,
.list .meeting-calendar .header .header-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.list .meeting-calendar .header .header-date {
  width: 38%;
}
.list .meeting-calendar .header .header-meeting {
  width: 32%;
}
.list .meeting-calendar .header h3,
.list .meeting-calendar .header h4,
.list .meeting-calendar .header h5 {
  margin: 0;
  font-size: 16px;
}
.com-page .list .meeting-calendar .header h3,
.com-page .list .meeting-calendar .header h4,
.com-page .list .meeting-calendar .header h5 {
  font-size: 2.2rem;
}
.list .meeting-calendar .date {
  font-weight: 600;
  padding: 15px 15px 15px 20px;
}
@media (max-width: 991px) {
  .list .meeting-calendar .date {
    background-color: #cccccc;
  }
}
@media all and (min-width: 992px) {
  .list .meeting-calendar .date {
    display: table-cell;
    width: 25%;
  }
}
@media all and (min-width: 992px) {
  .com-page .list .meeting-calendar .date {
    display: table-cell;
    width: 23%;
  }
}
.list .meeting-calendar .list-meetings {
  margin: 0;
}
.com-page .list .meeting-calendar .list-meetings {
  padding-top: 0 !important;
}
.list .meeting-calendar .list-meetings > li {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  border-top: none;
}
@media all and (min-width: 992px) {
  .list .meeting-calendar .list-meetings > li {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .list .meeting-calendar .list-meetings > li .time,
  .list .meeting-calendar .list-meetings > li .meeting,
  .list .meeting-calendar .list-meetings > li .location {
    display: table-cell;
    padding: 5px 15px 5px 0;
  }
  .list .meeting-calendar .list-meetings > li .time {
    width: 18%;
    text-transform: lowercase;
  }
}
.com-page .list .meeting-calendar .list-meetings > li {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 15px !important;
}
.list .meeting-calendar address {
  margin-bottom: 0;
}
.list .meeting-calendar address + address {
  margin-top: 20px;
}
.list .meeting-calendar address strong {
  font-weight: 600;
}
.list .meeting-calendar.weekly .header .header-date {
  width: 38.25%;
}
.list .meeting-calendar.weekly .header .header-meeting {
  width: 31.5%;
}
.list .meeting-calendar.weekly .date {
  font-size: 14px;
}
.com-page .list .meeting-calendar.weekly .date {
  font-size: 16px;
}
.list .meeting-calendar.weekly .list-meetings > li {
  border-bottom: 3px solid #cccccc;
}
@media all and (min-width: 992px) {
  .list .meeting-calendar.weekly .list-meetings > li {
    padding-left: 0;
  }
}
.list .meeting-calendar.weekly .list-meetings > li:last-child {
  border-bottom: none;
}
.list .meeting-calendar.committee .header .header-date {
  width: 40%;
}
.list .meeting-calendar.committee .header .header-meeting {
  width: 31%;
}
.com-page .list .meeting-calendar.committee .header-date {
  width: 38%;
}
.com-page .list .meeting-calendar.committee .header-meeting {
  width: 32%;
}
.list .meeting-calendar.committee .list-meetings > li {
  border-bottom: none;
}
@media print {
  .list .meeting-calendar a[href]:after {
    content: none;
  }
}
@media (min-width: 992px) {
  .list.view-display-id-past_meeting_with_watch .meeting-calendar.weekly .header .header-meeting {
    width: 34.5%;
  }
  .list.view-display-id-past_meeting_with_watch .watch-online {
    padding-left: 20px;
  }
}
.list .dl-contact-list dt,
.list .dl-contact-list dd {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .list .dl-contact-list dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: left;
    overflow: visible;
    white-space: pre-wrap;
  }
}
.list .dl-contact-list dd {
  margin-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .list .dl-contact-list dd {
    min-height: 40px;
    padding-left: 180px;
    margin-left: 0;
  }
}
.list.list-offset li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list.list-offset li .datetime {
  display: table-cell;
  width: 90px;
  padding-right: 15px;
}
.list.list-offset-medium li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.list.list-offset-medium li .datetime {
  display: table-cell;
  width: 120px;
  padding-right: 15px;
}
.list.list-offset-large li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list.list-offset-large li .datetime {
  display: table-cell;
  width: 200px;
  padding-right: 15px;
}
#content-banner .list ul li,
#content-banner ul.list li {
  padding: 0;
  border-bottom-color: rgba(255, 255, 255, 0);
}
.list li .views-field-counter {
  float: left;
  margin: 0 1.5em 0 0;
  background: #FE7569;
  border: 1px solid #333;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  font-weight: bold;
}
.list li .views-field-counter span.field-content {
  display: block;
}
.list li .views-field-counter span.field-content .glyphicon {
  margin-left: 2px;
}
.list li .views-field-counter + .views-field-title {
  margin-left: 3em;
}
.list li .views-field-counter + .views-field-title + .views-field-field-project-status {
  min-height: 20px;
  margin-left: 3em;
}
.list li .views-field-counter + .views-field-title + .views-field-body {
  margin-left: 3em;
}
.list li .views-field-counter + .views-field-title + .views-field-body + .views-field-field-place-location {
  margin-left: 3em;
}
.list li .views-field-counter + .views-field-title + .views-field-body + .views-field-field-place-location address {
  margin-bottom: 0;
}
.list li .views-field-counter + .views-field-title + .views-field-body + .views-field-field-place-location address + address {
  margin-top: 20px;
}
.list .empty li .views-field-counter {
  background: #eeeeee;
}
.list .project-area,
.list .project-status {
  position: relative;
  margin-right: 18px;
}
.list .list-group {
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .list .list-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
}
.list .list-group .list-group-item {
  display: inline-block;
  padding: 2px 6px;
  margin-bottom: 4px;
  border-color: #ddd;
}
@media (max-width: 991px) {
  .list .list-group .list-group-item {
    padding: 5px 10px;
    margin-left: -5px;
  }
}
@media (min-width: 992px) {
  .list .list-group .list-group-item {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .list .list-group .list-group-item:not(:first-child) {
    border-left: none;
  }
}
.list .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
@media (min-width: 992px) {
  .list .list-group .list-group-item:first-child {
    width: 100px;
  }
}
.list .list-group .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.list .list-group .list-group-item:hover,
.list .list-group .list-group-item:focus {
  border-bottom-width: 1px;
  border-color: #ddd;
}
.list .list-group.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px;
  background-color: #fff;
  border-bottom: 1px solid #888;
  border-radius: 0;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  z-index: 1601;
}
@media (max-width: 991px) {
  .list .list-group.affix .list-group-item {
    padding: 8px 14px;
  }
}
@media (min-width: 992px) {
  .list .list-group.affix {
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 4px #1a1a1a;
    box-shadow: 0 0 4px #1a1a1a;
  }
}
.promo {
  border: 1px solid #d5d5d5;
  margin: 0 0 20px;
  padding: 10px;
}
.promo.promo-list {
  border-width: 0 0 1px 0;
  padding: 10px 0;
}
.promo.image,
.promo.video {
  border-radius: 4px;
}
.promo.image h3,
.promo.video h3 {
  padding: 10px;
  margin: -10px -10px 10px -10px;
  background-color: #eee;
  border-bottom: 1px solid #d5d5d5;
  font-weight: 600;
}
.promo h3,
.promo h4 {
  margin-bottom: 0;
}
.promo h3 {
  border-bottom: 0;
}
.sidebar .well.list ul {
  margin-bottom: -1px;
}
.sidebar .well.list ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.outreach-core-inline {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #eeeeee;
}
@media (min-width: 808px) {
  .outreach-core-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.outreach-core-inline ul.list-inline {
  margin-right: 7px;
  margin-left: 0;
}
.outreach-core-inline ul.list-inline > li {
  padding: 0 10px 0 0;
}
.homepage-outreach-wrap {
  margin-bottom: 20px;
}
.homepage-outreach-wrap .view-stay-informed-list,
.homepage-outreach-wrap .outreach_home,
.homepage-outreach-wrap .homepage-outreach {
  float: left;
}
.homepage-outreach-wrap .view-stay-informed-list .outreach-base,
.homepage-outreach-wrap .outreach_home .outreach-base,
.homepage-outreach-wrap .homepage-outreach .outreach-base,
.homepage-outreach-wrap .view-stay-informed-list .outreach-additional,
.homepage-outreach-wrap .outreach_home .outreach-additional,
.homepage-outreach-wrap .homepage-outreach .outreach-additional {
  float: left;
  width: auto;
}
.homepage-outreach-wrap .view-stay-informed-list .outreach-base,
.homepage-outreach-wrap .outreach_home .outreach-base,
.homepage-outreach-wrap .homepage-outreach .outreach-base {
  margin-right: 6px;
}
.homepage-outreach-wrap .view-stay-informed-list {
  font-size: 13px;
}
.stay-informed {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.stay-informed li {
  width: auto;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media (min-width: 768px) {
  .stay-informed li {
    width: auto;
  }
}
.stay-informed li a {
  display: block;
  color: #595959;
  text-align: center;
  text-decoration: none;
  border-bottom: none;
}
.stay-informed li a .cityicons,
.stay-informed li a.external .cityicons {
  position: relative;
  font-size: 3rem;
  color: #595959;
}
.stay-informed li a .cityicons.cityicons-social-twitter,
.stay-informed li a.external .cityicons.cityicons-social-twitter {
  font-size: 3.6rem;
}
.stay-informed li a .cityicons.cityicons-social-youtube,
.stay-informed li a.external .cityicons.cityicons-social-youtube {
  top: 6px;
  font-size: 4.4rem;
}
.stay-informed li a:hover,
.stay-informed li a:focus {
  color: #999999;
  border-bottom: none;
}
.stay-informed li a:hover .cityicons,
.stay-informed li a:focus .cityicons {
  color: currentColor;
}
.stay-informed li a .social-icon img {
  display: inline-block;
  height: 30px;
}
.stay-informed li a .social-name {
  margin-top: 4px;
  font-size: 10px;
}
.stay-informed li a:hover .social-icon img,
.stay-informed li a:focus .social-icon img {
  opacity: 0.8;
}
.stay-informed li a span.cityicons.cityicons-external {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.stay-informed.stacked li:before,
.stay-informed.stacked li:after {
  content: " ";
  display: table;
}
.stay-informed.stacked li:after {
  clear: both;
}
.stay-informed.stacked li:before,
.stay-informed.stacked li:after {
  content: " ";
  display: table;
}
.stay-informed.stacked li:after {
  clear: both;
}
.stay-informed.stacked li a {
  height: 4rem;
  line-height: 3rem;
  text-align: left;
}
.stay-informed.stacked li a .cityicons {
  float: left;
  margin-right: 1rem;
  font-size: 3rem;
}
.stay-informed.stacked li a .cityicons.cityicons-social-youtube {
  top: inherit;
  font-size: 3rem;
}
.stay-informed.stacked li a .cityicons.cityicons-social-twitter {
  font-size: 3rem;
}
.stay-informed.stacked li a:hover,
.stay-informed.stacked li a:focus {
  text-decoration: none;
}
.list-description ul,
ul.list-description {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.list-description ul > li,
ul.list-description > li {
  margin: 0 0 1rem 0 !important;
  padding: 0 0 0 0 !important;
}
.list-description ul > li > strong,
ul.list-description > li > strong {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 0;
  font-weight: 600;
}
.com-page.main-container :not(.list) ul:not(.media-list) > li:not(.media),
.com-page.main-container :not(.list) ol:not(.media-list) > li:not(.media),
.com-page.main-container :not(.list) ul:not(.list) > li:not(.media),
.com-page.main-container :not(.list) ol:not(.list) > li:not(.media),
.com-page.main-container :not(.list) ul:not(.flex-direction-nav) > li:not(.media),
.com-page.main-container :not(.list) ol:not(.flex-direction-nav) > li:not(.media),
.com-page.main-container :not(.list) ul:not(.directions-google) > li:not(.media),
.com-page.main-container :not(.list) ol:not(.directions-google) > li:not(.media) {
  margin: 0;
  padding: 4px 0;
}
.com-page.main-container :not(.list) ul:not(.media-list) ol,
.com-page.main-container :not(.list) ol:not(.media-list) ol,
.com-page.main-container :not(.list) ul:not(.list) ol,
.com-page.main-container :not(.list) ol:not(.list) ol,
.com-page.main-container :not(.list) ul:not(.flex-direction-nav) ol,
.com-page.main-container :not(.list) ol:not(.flex-direction-nav) ol,
.com-page.main-container :not(.list) ul:not(.directions-google) ol,
.com-page.main-container :not(.list) ol:not(.directions-google) ol,
.com-page.main-container :not(.list) ul:not(.media-list) ul,
.com-page.main-container :not(.list) ol:not(.media-list) ul,
.com-page.main-container :not(.list) ul:not(.list) ul,
.com-page.main-container :not(.list) ol:not(.list) ul,
.com-page.main-container :not(.list) ul:not(.flex-direction-nav) ul,
.com-page.main-container :not(.list) ol:not(.flex-direction-nav) ul,
.com-page.main-container :not(.list) ul:not(.directions-google) ul,
.com-page.main-container :not(.list) ol:not(.directions-google) ul {
  padding-top: 4px;
}
.com-page.main-container :not(.list) ul:not(.media-list) ol > li:last-child,
.com-page.main-container :not(.list) ol:not(.media-list) ol > li:last-child,
.com-page.main-container :not(.list) ul:not(.list) ol > li:last-child,
.com-page.main-container :not(.list) ol:not(.list) ol > li:last-child,
.com-page.main-container :not(.list) ul:not(.flex-direction-nav) ol > li:last-child,
.com-page.main-container :not(.list) ol:not(.flex-direction-nav) ol > li:last-child,
.com-page.main-container :not(.list) ul:not(.directions-google) ol > li:last-child,
.com-page.main-container :not(.list) ol:not(.directions-google) ol > li:last-child,
.com-page.main-container :not(.list) ul:not(.media-list) ul > li:last-child,
.com-page.main-container :not(.list) ol:not(.media-list) ul > li:last-child,
.com-page.main-container :not(.list) ul:not(.list) ul > li:last-child,
.com-page.main-container :not(.list) ol:not(.list) ul > li:last-child,
.com-page.main-container :not(.list) ul:not(.flex-direction-nav) ul > li:last-child,
.com-page.main-container :not(.list) ol:not(.flex-direction-nav) ul > li:last-child,
.com-page.main-container :not(.list) ul:not(.directions-google) ul > li:last-child,
.com-page.main-container :not(.list) ol:not(.directions-google) ul > li:last-child {
  padding-bottom: 0;
}
.com-page.main-container :not(.list) ul.breadcrumb,
.com-page.main-container :not(.list) ol.breadcrumb {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .com-page.main-container :not(.list) ul.breadcrumb,
  .com-page.main-container :not(.list) ol.breadcrumb {
    font-size: 1.6rem;
  }
}
.com-page.main-container :not(.list) ul.breadcrumb > li,
.com-page.main-container :not(.list) ol.breadcrumb > li {
  padding: 0.2em 0 0 0 !important;
}
@media (min-width: 768px) {
  .com-page.main-container :not(.list) ul.breadcrumb > li,
  .com-page.main-container :not(.list) ol.breadcrumb > li {
    padding: 1em 0 0 0 !important;
  }
}
.com-page.main-container :not(.list) ul.media-list > li,
.com-page.main-container :not(.list) ol.media-list > li {
  padding-top: 0;
}
.com-page.main-container dl dt {
  font-size: 1.8rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.com-page.main-container dl dd {
  margin-bottom: 1rem;
}
.com-page.main-container dl.dl-horizontal dt {
  overflow: visible;
  white-space: pre-wrap;
}
.com-page.main-container .flexslider {
  min-height: 160px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com-page.main-container .flexslider ul li {
  padding: 0 !important;
}
.com-page.main-container .list li,
.com-page.main-container ul.list li {
  padding: 8px 0 !important;
}
.com-page.main-container .list-unstyled {
  margin-left: 0 !important;
}
.com-page.main-container .view-display-id-event_search_pane .list li {
  padding-left: 15px !important;
}
.com-page.main-container .calendar-mini ul,
.com-page.main-container ul.calendar-mini {
  margin-left: 0 !important;
  margin: 0;
  padding: 0;
}
.com-page.main-container .calendar-mini ul li,
.com-page.main-container ul.calendar-mini li {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-height: 5rem;
  padding: 0;
}
.com-page.main-container .calendar-mini ul li + li,
.com-page.main-container ul.calendar-mini li + li {
  margin-top: 1.5rem !important;
}
.com-page.main-container .calendar-mini ul li .date,
.com-page.main-container ul.calendar-mini li .date {
  width: 7rem;
  min-height: 7rem;
  display: table-cell;
  vertical-align: top;
}
.com-page.main-container .calendar-mini ul li .date span,
.com-page.main-container ul.calendar-mini li .date span {
  display: block;
  height: 7.5rem;
  padding-top: 18px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  background-color: #065d8c;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0.9em;
}
.com-page.main-container .calendar-mini ul li .date + .details,
.com-page.main-container ul.calendar-mini li .date + .details {
  padding: 0 10px;
}
.com-page.main-container .calendar-mini ul li .details,
.com-page.main-container ul.calendar-mini li .details {
  display: table-cell;
  vertical-align: middle;
}
.com-page.main-container .calendar-mini ul li .details .date-range,
.com-page.main-container ul.calendar-mini li .details .date-range {
  margin-bottom: 2px;
  font-size: 1.8rem;
  font-weight: 600;
}
.com-page.main-container .calendar-mini ul li .details .date-display-range,
.com-page.main-container ul.calendar-mini li .details .date-display-range {
  text-transform: lowercase;
}
.com-page.main-container .calendar-mini ul li .details address,
.com-page.main-container ul.calendar-mini li .details address {
  margin-bottom: 0;
}
.com-page.main-container .region-content ul.list > li > ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
}
.com-page.main-container .region-content ul.list > li > ul > li {
  border: none;
}
.com-page.main-container .region-content .list.agency-latest-news li {
  border-bottom: none;
}
.directions-google.list-inline li:not(:first-child) {
  margin-left: 10px !important;
}
body[class*="calendar-"] .com-page .directions-google {
  margin-left: 0;
}
body[class*="calendar-"] .com-page .directions-google.list-inline a.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.event-list-calendar-block {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.event-list-calendar-block > ul {
  margin: 0;
  list-style: none;
}
.event-list-calendar-block > ul li {
  margin-bottom: 20px !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.event-list-calendar-block > ul li .date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 7.5rem;
  width: 7.5rem;
  margin-right: 22px;
  padding: 12px 10px;
  color: #ffffff;
  background-color: #065d8c;
  text-align: center;
  line-height: 0.9;
}
.event-list-calendar-block > ul li .date .month {
  font-family: "montserrat", "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.event-list-calendar-block > ul li .date .day {
  font-size: 40px;
  font-weight: 200;
}
.event-list-calendar-block > ul li .details {
  -webkit-box-flex: 0;
  -ms-flex: 0 4 auto;
  flex: 0 4 auto;
}
.event-list-calendar-block > ul li .details .title {
  font-size: 18px;
  font-weight: 600;
}
.event-list-calendar-block > ul li .details address {
  margin-bottom: 0;
}
.event-list-calendar-block.flex-center ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bcs-result cite {
  font-size: 12px;
  color: #595959 !important;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
ol.bcs-results {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}
ol.bcs-results .bcs-result {
  padding-right: 0;
  padding-left: 0;
}
.com-page ol.bcs-results .bcs-result {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol.bcs-results .bcs-result h2 {
  margin: 0;
  padding: 0 0 3px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.com-page ol.bcs-results .bcs-result h2 {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ol.bcs-results .bcs-result a {
  color: #065d8c;
  word-break: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  -ms-hyphens: auto;
}
ol.bcs-results .bcs-result a:hover {
  text-decoration: none;
}
ol.bcs-results .bcs-result:hover a {
  text-decoration: none;
}
ol.bcs-results .bcs-result .bcs-caption p {
  padding-top: 3px;
  color: #222;
  line-height: 1.333;
}
ol.bcs-results .bcs-result .bcs-deep-links > ul > li > h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.bcs-pagination {
  text-align: center;
}
.bcs-pagination a {
  margin-right: 0 !important;
  line-height: 1.7 !important;
}
.bcs-pagination a.bcs-current-page,
.bcs-pagination a.bcs-current-page:hover,
.bcs-pagination a.bcs-current-page:focus {
  color: #fff;
  background-color: #065d8c;
  border-color: #065d8c;
  cursor: default;
}
.bcs-pagination a.bcs-current-page:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bcs-pagination a:hover {
  color: #222;
}
.bcs-pagination > ul {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.bcs-pagination > ul > li {
  display: inline;
}
.bcs-pagination > ul > li > a,
.bcs-pagination > ul > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #2b689c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.bcs-pagination > ul > li:first-child > a,
.bcs-pagination > ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.bcs-pagination > ul > li:last-child > a,
.bcs-pagination > ul > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.bcs-pagination > ul > li > a:hover,
.bcs-pagination > ul > li > span:hover,
.bcs-pagination > ul > li > a:focus,
.bcs-pagination > ul > li > span:focus {
  color: #1a4060;
  background-color: #eeeeee;
  border-color: #ddd;
}
.bcs-pagination > ul > .active > a,
.bcs-pagination > ul > .active > span,
.bcs-pagination > ul > .active > a:hover,
.bcs-pagination > ul > .active > span:hover,
.bcs-pagination > ul > .active > a:focus,
.bcs-pagination > ul > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #2b689c;
  border-color: #2b689c;
  cursor: default;
}
.bcs-pagination > ul > .disabled > span,
.bcs-pagination > ul > .disabled > span:hover,
.bcs-pagination > ul > .disabled > span:focus,
.bcs-pagination > ul > .disabled > a,
.bcs-pagination > ul > .disabled > a:hover,
.bcs-pagination > ul > .disabled > a:focus {
  color: #595959;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.bcs-pagination > ul > li.prev a,
.bcs-pagination > ul > li.next a,
.bcs-pagination > ul > li.prev a:hover,
.bcs-pagination > ul > li.next a:hover,
.bcs-pagination > ul > li.prev a:focus,
.bcs-pagination > ul > li.next a:focus {
  position: relative;
  color: transparent;
  padding-right: 1px;
}
.bcs-pagination > ul > li.prev a:before {
  content: "\00ab\00a0Previous";
  color: #065d8c;
}
.bcs-pagination > ul > li.prev a:hover:before,
.bcs-pagination > ul > li.prev a:focus:before {
  color: #222;
}
.bcs-pagination > ul > li.next a:before {
  content: "Next\00a0\00bb";
  color: #065d8c;
}
.bcs-pagination > ul > li.next a:hover:before,
.bcs-pagination > ul > li.next a:focus:before {
  color: #222;
}
.bcs-pagination > ul > li > a {
  height: auto;
}
.bcs-pagination > ul > li > a:hover,
.bcs-pagination > ul > li > a:focus,
.bcs-pagination > ul > li > a:focus:active {
  border-color: #ddd;
  border-width: 1px;
}
.contacts .contact-list .contact-list-item .news-contact-name:not(:first-child):before,
.contacts .contact-list .contact-list-item .news-contact-phone:not(:first-child):before,
.contacts .contact-list .contact-list-item .news-contact-email:not(:first-child):before {
  content: ',\00a0';
}
.contacts .contact-list .contact-list-item .news-contact-name:empty,
.contacts .contact-list .contact-list-item .news-contact-phone:empty,
.contacts .contact-list .contact-list-item .news-contact-email:empty {
  display: none;
}
.list-commas li {
  position: relative;
  padding: 0 !important;
}
.list-commas li:not(:last-child):after {
  content: ', ';
  margin-right: 4px;
}
.list-commas li:last-child:after {
  content: '.';
}
.list-departures {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 6px;
  padding-left: 0;
}
.list-departures li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 12px !important;
}
.list-departures li:before,
.list-departures li:after {
  content: " ";
  display: table;
}
.list-departures li:after {
  clear: both;
}
.list-departures li:before,
.list-departures li:after {
  content: " ";
  display: table;
}
.list-departures li:after {
  clear: both;
}
.list-departures li .route-icons {
  float: left;
}
.list-departures li .route-icons a {
  margin-bottom: 0;
}
.list-departures li .content {
  margin-top: -0.2rem;
  margin-left: 6.5rem;
}
.list-departures li .time {
  display: inline-block;
  width: 8rem;
  font-weight: 600;
}
.list-departures li .status-wrap status {
  font-size: 1.4rem;
}
.list-departures li .status-wrap .status-late {
  color: #ac1d2c;
}
.list-departures li.past-departure {
  color: #595959;
}
.list-departures li.past-departure .route-icons a {
  background-color: #595959;
}
.menu-icons {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.menu-icons:before,
.menu-icons:after {
  content: " ";
  display: table;
}
.menu-icons:after {
  clear: both;
}
.menu-icons:before,
.menu-icons:after {
  content: " ";
  display: table;
}
.menu-icons:after {
  clear: both;
}
.menu-icons li {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-icons li:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) {
  .menu-icons li {
    width: 50%;
    min-height: 15rem;
    float: left;
  }
}
@media (min-width: 992px) {
  .menu-icons li {
    width: 33.333333%;
    min-height: 23.2rem;
  }
}
.menu-icons li a {
  display: block;
  padding: 15px 15px 15px 0;
  color: #222;
  border: none;
}
.menu-icons li a:hover,
.menu-icons li a:focus {
  color: #222;
  text-decoration: none;
}
.menu-icons li a:hover .cityicons,
.menu-icons li a:focus .cityicons {
  background-color: #065d8c;
}
.menu-icons li a .cityicons {
  display: block;
  float: left;
  margin-right: 2rem;
  width: 6.6rem;
  height: 6.6rem;
  font-size: 4rem;
  line-height: 6.6rem;
  text-align: center;
  color: #ffffff;
  background-color: #065d8c;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .menu-icons li a .cityicons {
    margin-right: 2.8rem;
    width: 9.6rem;
    height: 9.6rem;
    font-size: 6.25rem;
    line-height: 9.6rem;
  }
}
@media (min-width: 992px) {
  .menu-icons li a .cityicons {
    width: 11rem;
    height: 11rem;
    font-size: 7.5rem;
    line-height: 11rem;
  }
}
@media (min-width: 1200px) {
  .menu-icons li a .cityicons {
    width: 12.4rem;
    height: 12.4rem;
    font-size: 7.5rem;
    line-height: 12.4rem;
  }
}
.menu-icons li a .cityicons:hover,
.menu-icons li a .cityicons:focus {
  background-color: #043d5b;
}
.menu-icons li a .content {
  display: table-cell;
  vertical-align: middle;
  height: 6.6rem;
  margin-left: calc(6.6rem + 2rem);
}
@media (min-width: 768px) {
  .menu-icons li a .content {
    height: 9.6rem;
    margin-left: calc(9.6rem + 2.8rem);
  }
}
@media (min-width: 992px) {
  .menu-icons li a .content {
    height: 11rem;
    margin-left: calc(11rem + 2.8rem);
  }
}
@media (min-width: 1200px) {
  .menu-icons li a .content {
    height: 12.4rem;
    margin-left: calc(12.4rem + 2.8rem);
  }
}
.menu-icons li a .content .heading {
  font-size: 2.2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu-icons li a .content .heading {
    font-size: 2rem;
  }
}
.menu-icons li a .content h1,
.menu-icons li a .content h2,
.menu-icons li a .content h3,
.menu-icons li a .content h4,
.menu-icons li a .content h5,
.menu-icons li a .content h6,
.menu-icons li a .content .h1,
.menu-icons li a .content .h2,
.menu-icons li a .content .h3,
.menu-icons li a .content .h4,
.menu-icons li a .content .h5,
.menu-icons li a .content .h6 {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .espanol .menu-icons li:nth-child(odd) {
    clear: none;
  }
}
@media (min-width: 768px) {
  .espanol .menu-icons li {
    width: calc(100%/5);
  }
  .espanol .menu-icons li a {
    padding: 15px;
    text-align: center;
  }
  .espanol .menu-icons li a .cityicons {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .espanol .menu-icons li a .content {
    display: block;
    margin-left: 0;
    padding-top: 3rem;
    vertical-align: top;
  }
}
.list-farmers-markets {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
@media (min-width: 768px) {
  .list-farmers-markets {
    -webkit-columns: 2;
    columns: 2;
  }
}
.list-farmers-markets li,
.list-farmers-markets div {
  padding: 16px 25px 29px !important;
  margin-bottom: 20px !important;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background-color: #f5f5f5;
  position: relative;
}
.list-farmers-markets li:after,
.list-farmers-markets div:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #cccccc;
}
.farmers-markets ul {
  list-style: none;
  margin-left: 0;
}
@media (min-width: 768px) {
  .farmers-markets ul {
    -webkit-columns: 2;
    columns: 2;
  }
}
.farmers-markets ul li {
  padding: 16px 25px 29px !important;
  margin-bottom: 20px !important;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background-color: #f5f5f5;
  position: relative;
}
.farmers-markets ul li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #cccccc;
}
.list-image {
  list-style: none;
  margin-left: 0;
}
.list-image > li {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 30px !important;
  padding-left: 80px !important;
}
@media (min-width: 768px) {
  .list-image > li {
    min-height: 100px;
    padding-left: 100px !important;
  }
}
.list-image > li:before,
.list-image > li:after {
  content: " ";
  display: table;
}
.list-image > li:after {
  clear: both;
}
.list-image > li:before,
.list-image > li:after {
  content: " ";
  display: table;
}
.list-image > li:after {
  clear: both;
}
.list-image > li img,
.list-image > li > span.cke_widget_wrapper {
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0;
  max-width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .list-image > li img,
  .list-image > li > span.cke_widget_wrapper {
    max-width: 70px;
  }
}
.list-image > li img + strong,
.list-image > li > span.cke_widget_wrapper + strong {
  font-size: 2rem;
  font-weight: 600;
}
.list-image > li h1,
.list-image > li h2,
.list-image > li h3,
.list-image > li h4,
.list-image > li h5,
.list-image > li h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.list-image > li a {
  margin-right: 10px;
}
.element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #065d8c;
}
.element a {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .element a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 200px !important;
  }
}
.element a:hover,
.element a:focus {
  text-decoration: none;
}
.element .element-symbol,
.element .content {
  color: #fff;
  font-family: "montserrat", sans-serif;
  font-weight: 600;
}
.element .element-symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 80px;
}
.element .content {
  width: 100%;
  padding: 10px 14px;
  background-color: #043d5b;
}
.element .content .heading {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  font-size: 20px;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-align: center;
}
.element.element-land-use-transportation {
  background-color: #043d5b;
}
.element.element-land-use-transportation .content {
  background-color: #00243d;
}
.element.element-land-use-transportation a:hover,
.element.element-land-use-transportation a:focus {
  background-color: #00243d;
}
.element.element-neighborhoods-housing {
  background-color: #065d8c;
}
.element.element-neighborhoods-housing .content {
  background-color: #043d5b;
}
.element.element-neighborhoods-housing a:hover,
.element.element-neighborhoods-housing a:focus {
  background-color: #043d5b;
}
.element.element-economy-opportunity {
  background-color: #d05319;
}
.element.element-economy-opportunity .content {
  background-color: #a2300c;
}
.element.element-economy-opportunity a:hover,
.element.element-economy-opportunity a:focus {
  background-color: #a2300c;
}
.element.element-culture-character {
  background-color: #84036c;
}
.element.element-culture-character .content {
  background-color: #580648;
}
.element.element-culture-character a:hover,
.element.element-culture-character a:focus {
  background-color: #580648;
}
.element.element-green-resilient {
  background-color: #00662f;
}
.element.element-green-resilient .content {
  background-color: #00431c;
}
.element.element-green-resilient a:hover,
.element.element-green-resilient a:focus {
  background-color: #00431c;
}
.element.element-effective-government {
  background-color: #580749;
}
.element.element-effective-government .content {
  background-color: #28001c;
}
.element.element-effective-government a:hover,
.element.element-effective-government a:focus {
  background-color: #28001c;
}
.element.element-health-safety {
  background-color: #03626b;
}
.element.element-health-safety .content {
  background-color: #004d54;
}
.element.element-health-safety a:hover,
.element.element-health-safety a:focus {
  background-color: #004d54;
}
@media (min-width: 992px) {
  .icon-list-blocks.elements {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
}
.icon-list-blocks.elements li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  background-color: transparent;
}
.icon-list-blocks.elements li a:after {
  display: none;
}
@media (min-width: 992px) {
  .icon-list-blocks.elements.grid-space-4 li,
  .icon-list-blocks.elements.grid-space-4 li:not(:nth-child(4n)) {
    width: calc((100% * (1/4)) - 23px);
    display: inline-block;
    margin-left: 15px !important;
    margin-right: 15px !important;
    vertical-align: top;
  }
  .icon-list-blocks.elements.grid-space-4 li:nth-child(1),
  .icon-list-blocks.elements.grid-space-4 li:not(:nth-child(4n)):nth-child(1) {
    margin-left: 0 !important;
  }
  .icon-list-blocks.elements.grid-space-4 li:nth-child(4n+4),
  .icon-list-blocks.elements.grid-space-4 li:not(:nth-child(4n)):nth-child(4n+4) {
    margin-right: 0 !important;
  }
  .icon-list-blocks.elements.grid-space-4 li:nth-child(4n+5),
  .icon-list-blocks.elements.grid-space-4 li:not(:nth-child(4n)):nth-child(4n+5) {
    margin-left: 11.5% !important;
  }
}
.list-steps > ol,
ol.list-steps {
  position: relative;
  counter-reset: list-steps;
  margin: 0 0 2.4em 0;
  list-style: none;
}
.list-steps > ol > li,
ol.list-steps > li {
  position: relative;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .list-steps > ol > li,
  ol.list-steps > li {
    padding-left: 105px !important;
  }
}
.list-steps > ol > li:before,
ol.list-steps > li:before {
  content: counter(list-steps);
  counter-increment: list-steps;
  position: absolute;
  left: 0;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 72px;
  color: #222;
  text-align: center;
  font-size: 5.4rem;
  font-weight: 700;
  background-color: #fff;
  border: 3px solid #cccccc;
  border-radius: 100%;
  z-index: 2;
}
@media only screen and (max-device-width: 360px) and (orientation: portrait) {
  .list-steps > ol > li:before,
  ol.list-steps > li:before {
    height: 70px;
    width: 70px;
    line-height: 58px;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .list-steps > ol > li:after,
  ol.list-steps > li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: -50px;
    left: 4rem;
    width: 3px;
    background-color: #cccccc;
    z-index: 1;
  }
}
@media (min-width: 768px) and only screen and (max-device-width: 360px) and (orientation: portrait) {
  .list-steps > ol > li:after,
  ol.list-steps > li:after {
    left: 2.5rem;
  }
}
.list-steps > ol > li .list-steps-heading,
ol.list-steps > li .list-steps-heading,
.list-steps > ol > li .heading,
ol.list-steps > li .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 105px;
  color: #222;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .list-steps > ol > li .list-steps-heading,
  ol.list-steps > li .list-steps-heading,
  .list-steps > ol > li .heading,
  ol.list-steps > li .heading {
    display: block;
    min-height: 0;
    margin-left: 0;
    padding-top: 0;
  }
}
@media only screen and (max-device-width: 360px) and (orientation: portrait) {
  .list-steps > ol > li .list-steps-heading,
  ol.list-steps > li .list-steps-heading,
  .list-steps > ol > li .heading,
  ol.list-steps > li .heading {
    min-height: 70px;
    margin-left: 85px;
  }
}
.list-steps > ol > li .list-steps-heading h1,
ol.list-steps > li .list-steps-heading h1,
.list-steps > ol > li .heading h1,
ol.list-steps > li .heading h1,
.list-steps > ol > li .list-steps-heading h2,
ol.list-steps > li .list-steps-heading h2,
.list-steps > ol > li .heading h2,
ol.list-steps > li .heading h2,
.list-steps > ol > li .list-steps-heading h3,
ol.list-steps > li .list-steps-heading h3,
.list-steps > ol > li .heading h3,
ol.list-steps > li .heading h3,
.list-steps > ol > li .list-steps-heading h4,
ol.list-steps > li .list-steps-heading h4,
.list-steps > ol > li .heading h4,
ol.list-steps > li .heading h4,
.list-steps > ol > li .list-steps-heading h5,
ol.list-steps > li .list-steps-heading h5,
.list-steps > ol > li .heading h5,
ol.list-steps > li .heading h5,
.list-steps > ol > li .list-steps-heading h6,
ol.list-steps > li .list-steps-heading h6,
.list-steps > ol > li .heading h6,
ol.list-steps > li .heading h6,
.list-steps > ol > li .list-steps-heading .h1,
ol.list-steps > li .list-steps-heading .h1,
.list-steps > ol > li .heading .h1,
ol.list-steps > li .heading .h1,
.list-steps > ol > li .list-steps-heading .h2,
ol.list-steps > li .list-steps-heading .h2,
.list-steps > ol > li .heading .h2,
ol.list-steps > li .heading .h2,
.list-steps > ol > li .list-steps-heading .h3,
ol.list-steps > li .list-steps-heading .h3,
.list-steps > ol > li .heading .h3,
ol.list-steps > li .heading .h3,
.list-steps > ol > li .list-steps-heading .h4,
ol.list-steps > li .list-steps-heading .h4,
.list-steps > ol > li .heading .h4,
ol.list-steps > li .heading .h4,
.list-steps > ol > li .list-steps-heading .h5,
ol.list-steps > li .list-steps-heading .h5,
.list-steps > ol > li .heading .h5,
ol.list-steps > li .heading .h5,
.list-steps > ol > li .list-steps-heading .h6,
ol.list-steps > li .list-steps-heading .h6,
.list-steps > ol > li .heading .h6,
ol.list-steps > li .heading .h6 {
  margin-top: 0;
  font-size: 3rem;
}
.list-steps > ol > li:last-child,
ol.list-steps > li:last-child {
  position: relative;
}
@media (min-width: 768px) {
  .list-steps > ol > li:last-child:after,
  ol.list-steps > li:last-child:after {
    content: '';
    position: absolute;
    top: -50px;
    bottom: 100%;
    left: 4rem;
    width: 3px;
    background-color: #cccccc;
  }
}
.list-steps > ol > li p,
ol.list-steps > li p {
  margin-bottom: 10px;
}
.list-steps > ol > li ul,
ol.list-steps > li ul,
.list-steps > ol > li ol,
ol.list-steps > li ol {
  margin: 0 0 1rem 2.4rem;
  list-style: disc;
}
.list-steps > ol > li ul li,
ol.list-steps > li ul li,
.list-steps > ol > li ol li,
ol.list-steps > li ol li {
  padding: 0 !important;
  margin: 0 0 4px 0 !important;
}
.list-steps > ol > li ul li p:nth-of-type(1),
ol.list-steps > li ul li p:nth-of-type(1),
.list-steps > ol > li ol li p:nth-of-type(1),
ol.list-steps > li ol li p:nth-of-type(1) {
  margin-top: 10px;
}
.list-steps > ol > li:before,
ol.list-steps > li:before {
  color: #222;
  background-color: white;
}
.list-steps > ol > li .list-steps-heading,
ol.list-steps > li .list-steps-heading {
  color: #222;
}
.list-steps.list-steps-purple > ol > li:before,
ol.list-steps.list-steps-purple > li:before {
  color: #84036c;
  background-color: #fff;
}
.list-steps.list-steps-purple > ol > li h1,
ol.list-steps.list-steps-purple > li h1,
.list-steps.list-steps-purple > ol > li h2,
ol.list-steps.list-steps-purple > li h2,
.list-steps.list-steps-purple > ol > li h3,
ol.list-steps.list-steps-purple > li h3,
.list-steps.list-steps-purple > ol > li h4,
ol.list-steps.list-steps-purple > li h4,
.list-steps.list-steps-purple > ol > li h5,
ol.list-steps.list-steps-purple > li h5,
.list-steps.list-steps-purple > ol > li h6,
ol.list-steps.list-steps-purple > li h6 {
  color: #84036c;
}
.list-steps.list-steps-blue > ol > li:before,
ol.list-steps.list-steps-blue > li:before {
  color: #065d8c;
  background-color: #fff;
}
.list-steps.list-steps-blue > ol > li h1,
ol.list-steps.list-steps-blue > li h1,
.list-steps.list-steps-blue > ol > li h2,
ol.list-steps.list-steps-blue > li h2,
.list-steps.list-steps-blue > ol > li h3,
ol.list-steps.list-steps-blue > li h3,
.list-steps.list-steps-blue > ol > li h4,
ol.list-steps.list-steps-blue > li h4,
.list-steps.list-steps-blue > ol > li h5,
ol.list-steps.list-steps-blue > li h5,
.list-steps.list-steps-blue > ol > li h6,
ol.list-steps.list-steps-blue > li h6 {
  color: #065d8c;
}
.list-steps.list-steps-teal > ol > li:before,
ol.list-steps.list-steps-teal > li:before {
  color: #04717b;
  background-color: #fff;
}
.list-steps.list-steps-teal > ol > li h1,
ol.list-steps.list-steps-teal > li h1,
.list-steps.list-steps-teal > ol > li h2,
ol.list-steps.list-steps-teal > li h2,
.list-steps.list-steps-teal > ol > li h3,
ol.list-steps.list-steps-teal > li h3,
.list-steps.list-steps-teal > ol > li h4,
ol.list-steps.list-steps-teal > li h4,
.list-steps.list-steps-teal > ol > li h5,
ol.list-steps.list-steps-teal > li h5,
.list-steps.list-steps-teal > ol > li h6,
ol.list-steps.list-steps-teal > li h6 {
  color: #04717b;
}
.list-steps.list-steps-green > ol > li:before,
ol.list-steps.list-steps-green > li:before {
  color: #006930;
  background-color: #fff;
}
.list-steps.list-steps-green > ol > li h1,
ol.list-steps.list-steps-green > li h1,
.list-steps.list-steps-green > ol > li h2,
ol.list-steps.list-steps-green > li h2,
.list-steps.list-steps-green > ol > li h3,
ol.list-steps.list-steps-green > li h3,
.list-steps.list-steps-green > ol > li h4,
ol.list-steps.list-steps-green > li h4,
.list-steps.list-steps-green > ol > li h5,
ol.list-steps.list-steps-green > li h5,
.list-steps.list-steps-green > ol > li h6,
ol.list-steps.list-steps-green > li h6 {
  color: #006930;
}
.list-steps.list-steps-yellow > ol > li:before,
ol.list-steps.list-steps-yellow > li:before {
  color: #eca120;
  background-color: #fff;
}
.list-steps.list-steps-yellow > ol > li h1,
ol.list-steps.list-steps-yellow > li h1,
.list-steps.list-steps-yellow > ol > li h2,
ol.list-steps.list-steps-yellow > li h2,
.list-steps.list-steps-yellow > ol > li h3,
ol.list-steps.list-steps-yellow > li h3,
.list-steps.list-steps-yellow > ol > li h4,
ol.list-steps.list-steps-yellow > li h4,
.list-steps.list-steps-yellow > ol > li h5,
ol.list-steps.list-steps-yellow > li h5,
.list-steps.list-steps-yellow > ol > li h6,
ol.list-steps.list-steps-yellow > li h6 {
  color: #eca120;
}
.list-steps.list-steps-orange > ol > li:before,
ol.list-steps.list-steps-orange > li:before {
  color: #e36622;
  background-color: #fff;
}
.list-steps.list-steps-orange > ol > li h1,
ol.list-steps.list-steps-orange > li h1,
.list-steps.list-steps-orange > ol > li h2,
ol.list-steps.list-steps-orange > li h2,
.list-steps.list-steps-orange > ol > li h3,
ol.list-steps.list-steps-orange > li h3,
.list-steps.list-steps-orange > ol > li h4,
ol.list-steps.list-steps-orange > li h4,
.list-steps.list-steps-orange > ol > li h5,
ol.list-steps.list-steps-orange > li h5,
.list-steps.list-steps-orange > ol > li h6,
ol.list-steps.list-steps-orange > li h6 {
  color: #e36622;
}
.list-steps.list-steps-red > ol > li:before,
ol.list-steps.list-steps-red > li:before {
  color: #b51f2e;
  background-color: #fff;
}
.list-steps.list-steps-red > ol > li h1,
ol.list-steps.list-steps-red > li h1,
.list-steps.list-steps-red > ol > li h2,
ol.list-steps.list-steps-red > li h2,
.list-steps.list-steps-red > ol > li h3,
ol.list-steps.list-steps-red > li h3,
.list-steps.list-steps-red > ol > li h4,
ol.list-steps.list-steps-red > li h4,
.list-steps.list-steps-red > ol > li h5,
ol.list-steps.list-steps-red > li h5,
.list-steps.list-steps-red > ol > li h6,
ol.list-steps.list-steps-red > li h6 {
  color: #b51f2e;
}
h1 + .list-steps,
h2 + .list-steps,
h3 + .list-steps,
h4 + .list-steps,
h5 + .list-steps,
h6 + .list-steps {
  margin-top: 2.5rem;
}
.timeline ul,
ul.timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 30px 0 15px 0;
}
.timeline ul li,
ul.timeline li {
  position: relative;
  margin: 0 !important;
  padding: 2px 0 3rem 4.6rem !important;
  color: #595959;
}
.timeline ul li:before,
ul.timeline li:before,
.timeline ul li:after,
ul.timeline li:after {
  position: absolute;
  content: '';
}
.timeline ul li:after,
ul.timeline li:after {
  content: '';
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 5px solid #cccccc;
  border-radius: 100%;
}
.timeline ul li:last-child .content:before,
ul.timeline li:last-child .content:before {
  display: none;
}
.timeline ul li.complete .content:before,
ul.timeline li.complete .content:before {
  background-color: #03626b;
}
.timeline ul li.complete:after,
ul.timeline li.complete:after {
  padding-top: 1px;
  padding-right: 1px;
  content: "\e013";
  border-color: #03626b;
  font-size: 1.2rem;
  font-family: 'Glyphicons Halflings';
  color: #03626b;
  text-align: center;
}
.timeline ul li.active,
ul.timeline li.active {
  color: #222;
}
.timeline ul li.active:after,
ul.timeline li.active:after {
  border-color: #03626b;
  background-color: #004d54;
}
.timeline ul li .content h1,
ul.timeline li .content h1,
.timeline ul li .content h2,
ul.timeline li .content h2,
.timeline ul li .content h3,
ul.timeline li .content h3,
.timeline ul li .content h4,
ul.timeline li .content h4,
.timeline ul li .content h5,
ul.timeline li .content h5,
.timeline ul li .content h6,
ul.timeline li .content h6,
.timeline ul li .content .h1,
ul.timeline li .content .h1,
.timeline ul li .content .h2,
ul.timeline li .content .h2,
.timeline ul li .content .h3,
ul.timeline li .content .h3,
.timeline ul li .content .h4,
ul.timeline li .content .h4,
.timeline ul li .content .h5,
ul.timeline li .content .h5,
.timeline ul li .content .h6,
ul.timeline li .content .h6 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 2rem;
}
.timeline ul li .content p,
ul.timeline li .content p {
  margin-bottom: 0;
}
.timeline ul li .content p + p,
ul.timeline li .content p + p {
  margin-top: 0.75rem;
}
.timeline ul li .content:before,
ul.timeline li .content:before {
  position: absolute;
  content: '';
  width: 5px;
  top: 35px;
  left: 1.25rem;
  bottom: 6px;
  border-radius: 4px;
  background-color: #cccccc;
}
@media (min-width: 992px) {
  .timeline ul:not(.stacked),
  ul.timeline:not(.stacked) {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .timeline ul:not(.stacked) li,
  ul.timeline:not(.stacked) li {
    display: table-cell;
    padding: 5.2rem 1.5rem 1.5rem 1.5rem !important;
    text-align: center;
  }
  .timeline ul:not(.stacked) li:first-child:before,
  ul.timeline:not(.stacked) li:first-child:before,
  .timeline ul:not(.stacked) li:last-child:before,
  ul.timeline:not(.stacked) li:last-child:before {
    content: '';
    position: absolute;
    top: 0.65rem;
    width: 5px;
    height: 16px;
    border-radius: 4px;
    background-color: #cccccc;
  }
  .timeline ul:not(.stacked) li:first-child:before,
  ul.timeline:not(.stacked) li:first-child:before {
    left: 0;
  }
  .timeline ul:not(.stacked) li:last-child:before,
  ul.timeline:not(.stacked) li:last-child:before {
    right: 0;
    left: auto;
  }
  .timeline ul:not(.stacked) li:after,
  ul.timeline:not(.stacked) li:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .timeline ul:not(.stacked) li:last-child:before,
  ul.timeline:not(.stacked) li:last-child:before {
    display: block;
  }
  .timeline ul:not(.stacked) li .content:before,
  ul.timeline:not(.stacked) li .content:before,
  .timeline ul:not(.stacked) li .content:after,
  ul.timeline:not(.stacked) li .content:after {
    content: '';
    position: absolute;
    top: 1.25rem;
    height: 5px;
    background-color: #cccccc;
  }
  .timeline ul:not(.stacked) li .content:before,
  ul.timeline:not(.stacked) li .content:before {
    right: calc((100% / 2) + 20px);
    left: -1px;
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .timeline ul:not(.stacked) li .content:after,
  ul.timeline:not(.stacked) li .content:after {
    right: -1px;
    left: calc((100% / 2) + 20px);
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 4px;
  }
  .timeline ul:not(.stacked) li:first-child .content:before,
  ul.timeline:not(.stacked) li:first-child .content:before {
    left: 0;
  }
  .timeline ul:not(.stacked) li:last-child .content:before,
  ul.timeline:not(.stacked) li:last-child .content:before {
    display: block;
  }
  .timeline ul:not(.stacked) li:last-child .content:after,
  ul.timeline:not(.stacked) li:last-child .content:after {
    right: 0;
  }
  .timeline ul:not(.stacked) li:first-child.active:before,
  ul.timeline:not(.stacked) li:first-child.active:before,
  .timeline ul:not(.stacked) li:first-child.complete:before,
  ul.timeline:not(.stacked) li:first-child.complete:before,
  .timeline ul:not(.stacked) li:last-child.complete:before,
  ul.timeline:not(.stacked) li:last-child.complete:before {
    background-color: #03626b;
  }
  .timeline ul:not(.stacked) li.active .content:before,
  ul.timeline:not(.stacked) li.active .content:before {
    background-color: #03626b;
  }
  .timeline ul:not(.stacked) li.complete .content:before,
  ul.timeline:not(.stacked) li.complete .content:before,
  .timeline ul:not(.stacked) li.complete .content:after,
  ul.timeline:not(.stacked) li.complete .content:after {
    background-color: #03626b;
  }
}
[class*="bg-grey"] .timeline li {
  color: #454545;
}
.timeline-progress {
  list-style: none;
  margin-left: 0;
}
.timeline-progress li {
  position: relative;
  display: block;
  padding-right: 100px !important;
  padding-left: 40px !important;
  line-height: 3rem;
  color: #595959;
  font-weight: normal;
}
@media (min-width: 768px) {
  .timeline-progress li {
    display: inline-block;
    padding-right: 100px !important;
  }
}
.timeline-progress li:last-child {
  padding-right: 0 !important;
}
.timeline-progress li:last-child:after {
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-progress li:not(:last-child) {
    padding-right: 72px !important;
  }
}
.timeline-progress li:before,
.timeline-progress li:after {
  position: absolute;
  content: '';
  left: 0;
  line-height: normal;
}
.timeline-progress li:before {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border: 5px solid #cccccc;
  border-radius: 100%;
  z-index: 2;
}
.timeline-progress li:after {
  height: 13px;
  background-color: #cccccc;
  width: 5px;
  top: 32px;
  right: auto;
  left: 13px;
  border-radius: 4px;
  z-index: 1;
}
@media (min-width: 768px) {
  .timeline-progress li:after {
    height: 5px;
    width: calc(50% - 10px);
    top: 50%;
    right: 3px;
    left: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .timeline-progress li:after {
    width: 31%;
  }
}
.timeline-progress li.active,
.timeline-progress li.complete {
  color: #222;
}
.timeline-progress li.active:before,
.timeline-progress li.complete:before {
  border-color: #03626b;
}
.timeline-progress li.active {
  font-weight: 600;
}
.timeline-progress li.active:before {
  background-color: #004d54;
}
.timeline-progress li.complete:before {
  padding-top: 3px;
  padding-right: 1px;
  content: "\e013";
  border-color: #03626b;
  font-size: 1.2rem;
  font-family: 'Glyphicons Halflings';
  color: #03626b;
  text-align: center;
}
.timeline-progress li.complete:after {
  background-color: #03626b;
}
[class^="icon-list-"] {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
[class^="icon-list-"] li {
  position: relative;
  display: block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
[class^="icon-list-"] li span.cityicons {
  display: block;
  float: left;
  margin-right: 1.5rem;
}
[class^="icon-list-"] li .content {
  margin-left: 6.8rem;
}
[class^="icon-list-"] li .content .heading {
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-weight: 600;
}
[class^="icon-list-"] li > a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class^="icon-list-"] li > a:hover,
[class^="icon-list-"] li > a:focus {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
[class^="icon-list-"] li .cityicons.new-window,
[class^="icon-list-"] li .cityicons.external {
  display: inline-block;
  float: none;
  font-size: 1.1rem !important;
}
[class^="icon-list-"] li .external .content h1,
[class^="icon-list-"] li .external .content h2,
[class^="icon-list-"] li .external .content h3,
[class^="icon-list-"] li .external .content h4,
[class^="icon-list-"] li .external .content h5,
[class^="icon-list-"] li .external .content h6,
[class^="icon-list-"] li .external .content .h1,
[class^="icon-list-"] li .external .content .h2,
[class^="icon-list-"] li .external .content .h3,
[class^="icon-list-"] li .external .content .h4,
[class^="icon-list-"] li .external .content .h5,
[class^="icon-list-"] li .external .content .h6 {
  position: relative;
}
[class^="icon-list-"] li .external .content h1:after,
[class^="icon-list-"] li .external .content h2:after,
[class^="icon-list-"] li .external .content h3:after,
[class^="icon-list-"] li .external .content h4:after,
[class^="icon-list-"] li .external .content h5:after,
[class^="icon-list-"] li .external .content h6:after,
[class^="icon-list-"] li .external .content .h1:after,
[class^="icon-list-"] li .external .content .h2:after,
[class^="icon-list-"] li .external .content .h3:after,
[class^="icon-list-"] li .external .content .h4:after,
[class^="icon-list-"] li .external .content .h5:after,
[class^="icon-list-"] li .external .content .h6:after {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  bottom: 2px;
  content: '\e966';
  font-family: 'cityicons';
  font-size: 1.1rem;
}
[class^="icon-list-"] li [target="_blank"] .content h1,
[class^="icon-list-"] li [target="_blank"] .content h2,
[class^="icon-list-"] li [target="_blank"] .content h3,
[class^="icon-list-"] li [target="_blank"] .content h4,
[class^="icon-list-"] li [target="_blank"] .content h5,
[class^="icon-list-"] li [target="_blank"] .content h6,
[class^="icon-list-"] li [target="_blank"] .content .h1,
[class^="icon-list-"] li [target="_blank"] .content .h2,
[class^="icon-list-"] li [target="_blank"] .content .h3,
[class^="icon-list-"] li [target="_blank"] .content .h4,
[class^="icon-list-"] li [target="_blank"] .content .h5,
[class^="icon-list-"] li [target="_blank"] .content .h6 {
  position: relative;
}
[class^="icon-list-"] li [target="_blank"] .content h1:after,
[class^="icon-list-"] li [target="_blank"] .content h2:after,
[class^="icon-list-"] li [target="_blank"] .content h3:after,
[class^="icon-list-"] li [target="_blank"] .content h4:after,
[class^="icon-list-"] li [target="_blank"] .content h5:after,
[class^="icon-list-"] li [target="_blank"] .content h6:after,
[class^="icon-list-"] li [target="_blank"] .content .h1:after,
[class^="icon-list-"] li [target="_blank"] .content .h2:after,
[class^="icon-list-"] li [target="_blank"] .content .h3:after,
[class^="icon-list-"] li [target="_blank"] .content .h4:after,
[class^="icon-list-"] li [target="_blank"] .content .h5:after,
[class^="icon-list-"] li [target="_blank"] .content .h6:after {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  bottom: 2px;
  content: '\e967';
  font-family: 'cityicons';
  font-size: 1.1rem;
}
[class^="icon-list-"] li .doc-pdf .content {
  position: relative;
}
[class^="icon-list-"] li .doc-pdf .content h1:after,
[class^="icon-list-"] li .doc-pdf .content h2:after,
[class^="icon-list-"] li .doc-pdf .content h3:after,
[class^="icon-list-"] li .doc-pdf .content h4:after,
[class^="icon-list-"] li .doc-pdf .content h5:after,
[class^="icon-list-"] li .doc-pdf .content h6:after,
[class^="icon-list-"] li .doc-pdf .content .h1:after,
[class^="icon-list-"] li .doc-pdf .content .h2:after,
[class^="icon-list-"] li .doc-pdf .content .h3:after,
[class^="icon-list-"] li .doc-pdf .content .h4:after,
[class^="icon-list-"] li .doc-pdf .content .h5:after,
[class^="icon-list-"] li .doc-pdf .content .h6:after {
  display: inline-block;
  content: 'pdf';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-csv .content {
  position: relative;
}
[class^="icon-list-"] li .doc-csv .content h1:after,
[class^="icon-list-"] li .doc-csv .content h2:after,
[class^="icon-list-"] li .doc-csv .content h3:after,
[class^="icon-list-"] li .doc-csv .content h4:after,
[class^="icon-list-"] li .doc-csv .content h5:after,
[class^="icon-list-"] li .doc-csv .content h6:after,
[class^="icon-list-"] li .doc-csv .content .h1:after,
[class^="icon-list-"] li .doc-csv .content .h2:after,
[class^="icon-list-"] li .doc-csv .content .h3:after,
[class^="icon-list-"] li .doc-csv .content .h4:after,
[class^="icon-list-"] li .doc-csv .content .h5:after,
[class^="icon-list-"] li .doc-csv .content .h6:after {
  display: inline-block;
  content: 'csv';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-doc .content {
  position: relative;
}
[class^="icon-list-"] li .doc-doc .content h1:after,
[class^="icon-list-"] li .doc-doc .content h2:after,
[class^="icon-list-"] li .doc-doc .content h3:after,
[class^="icon-list-"] li .doc-doc .content h4:after,
[class^="icon-list-"] li .doc-doc .content h5:after,
[class^="icon-list-"] li .doc-doc .content h6:after,
[class^="icon-list-"] li .doc-doc .content .h1:after,
[class^="icon-list-"] li .doc-doc .content .h2:after,
[class^="icon-list-"] li .doc-doc .content .h3:after,
[class^="icon-list-"] li .doc-doc .content .h4:after,
[class^="icon-list-"] li .doc-doc .content .h5:after,
[class^="icon-list-"] li .doc-doc .content .h6:after {
  display: inline-block;
  content: 'doc';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-docx .content {
  position: relative;
}
[class^="icon-list-"] li .doc-docx .content h1:after,
[class^="icon-list-"] li .doc-docx .content h2:after,
[class^="icon-list-"] li .doc-docx .content h3:after,
[class^="icon-list-"] li .doc-docx .content h4:after,
[class^="icon-list-"] li .doc-docx .content h5:after,
[class^="icon-list-"] li .doc-docx .content h6:after,
[class^="icon-list-"] li .doc-docx .content .h1:after,
[class^="icon-list-"] li .doc-docx .content .h2:after,
[class^="icon-list-"] li .doc-docx .content .h3:after,
[class^="icon-list-"] li .doc-docx .content .h4:after,
[class^="icon-list-"] li .doc-docx .content .h5:after,
[class^="icon-list-"] li .doc-docx .content .h6:after {
  display: inline-block;
  content: 'docx';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-eps .content {
  position: relative;
}
[class^="icon-list-"] li .doc-eps .content h1:after,
[class^="icon-list-"] li .doc-eps .content h2:after,
[class^="icon-list-"] li .doc-eps .content h3:after,
[class^="icon-list-"] li .doc-eps .content h4:after,
[class^="icon-list-"] li .doc-eps .content h5:after,
[class^="icon-list-"] li .doc-eps .content h6:after,
[class^="icon-list-"] li .doc-eps .content .h1:after,
[class^="icon-list-"] li .doc-eps .content .h2:after,
[class^="icon-list-"] li .doc-eps .content .h3:after,
[class^="icon-list-"] li .doc-eps .content .h4:after,
[class^="icon-list-"] li .doc-eps .content .h5:after,
[class^="icon-list-"] li .doc-eps .content .h6:after {
  display: inline-block;
  content: 'eps';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-ppt .content {
  position: relative;
}
[class^="icon-list-"] li .doc-ppt .content h1:after,
[class^="icon-list-"] li .doc-ppt .content h2:after,
[class^="icon-list-"] li .doc-ppt .content h3:after,
[class^="icon-list-"] li .doc-ppt .content h4:after,
[class^="icon-list-"] li .doc-ppt .content h5:after,
[class^="icon-list-"] li .doc-ppt .content h6:after,
[class^="icon-list-"] li .doc-ppt .content .h1:after,
[class^="icon-list-"] li .doc-ppt .content .h2:after,
[class^="icon-list-"] li .doc-ppt .content .h3:after,
[class^="icon-list-"] li .doc-ppt .content .h4:after,
[class^="icon-list-"] li .doc-ppt .content .h5:after,
[class^="icon-list-"] li .doc-ppt .content .h6:after {
  display: inline-block;
  content: 'ppt';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-txt .content {
  position: relative;
}
[class^="icon-list-"] li .doc-txt .content h1:after,
[class^="icon-list-"] li .doc-txt .content h2:after,
[class^="icon-list-"] li .doc-txt .content h3:after,
[class^="icon-list-"] li .doc-txt .content h4:after,
[class^="icon-list-"] li .doc-txt .content h5:after,
[class^="icon-list-"] li .doc-txt .content h6:after,
[class^="icon-list-"] li .doc-txt .content .h1:after,
[class^="icon-list-"] li .doc-txt .content .h2:after,
[class^="icon-list-"] li .doc-txt .content .h3:after,
[class^="icon-list-"] li .doc-txt .content .h4:after,
[class^="icon-list-"] li .doc-txt .content .h5:after,
[class^="icon-list-"] li .doc-txt .content .h6:after {
  display: inline-block;
  content: 'txt';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-xls .content {
  position: relative;
}
[class^="icon-list-"] li .doc-xls .content h1:after,
[class^="icon-list-"] li .doc-xls .content h2:after,
[class^="icon-list-"] li .doc-xls .content h3:after,
[class^="icon-list-"] li .doc-xls .content h4:after,
[class^="icon-list-"] li .doc-xls .content h5:after,
[class^="icon-list-"] li .doc-xls .content h6:after,
[class^="icon-list-"] li .doc-xls .content .h1:after,
[class^="icon-list-"] li .doc-xls .content .h2:after,
[class^="icon-list-"] li .doc-xls .content .h3:after,
[class^="icon-list-"] li .doc-xls .content .h4:after,
[class^="icon-list-"] li .doc-xls .content .h5:after,
[class^="icon-list-"] li .doc-xls .content .h6:after {
  display: inline-block;
  content: 'xls';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-dot .content {
  position: relative;
}
[class^="icon-list-"] li .doc-dot .content h1:after,
[class^="icon-list-"] li .doc-dot .content h2:after,
[class^="icon-list-"] li .doc-dot .content h3:after,
[class^="icon-list-"] li .doc-dot .content h4:after,
[class^="icon-list-"] li .doc-dot .content h5:after,
[class^="icon-list-"] li .doc-dot .content h6:after,
[class^="icon-list-"] li .doc-dot .content .h1:after,
[class^="icon-list-"] li .doc-dot .content .h2:after,
[class^="icon-list-"] li .doc-dot .content .h3:after,
[class^="icon-list-"] li .doc-dot .content .h4:after,
[class^="icon-list-"] li .doc-dot .content .h5:after,
[class^="icon-list-"] li .doc-dot .content .h6:after {
  display: inline-block;
  content: 'dot';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .doc-xlsx .content {
  position: relative;
}
[class^="icon-list-"] li .doc-xlsx .content h1:after,
[class^="icon-list-"] li .doc-xlsx .content h2:after,
[class^="icon-list-"] li .doc-xlsx .content h3:after,
[class^="icon-list-"] li .doc-xlsx .content h4:after,
[class^="icon-list-"] li .doc-xlsx .content h5:after,
[class^="icon-list-"] li .doc-xlsx .content h6:after,
[class^="icon-list-"] li .doc-xlsx .content .h1:after,
[class^="icon-list-"] li .doc-xlsx .content .h2:after,
[class^="icon-list-"] li .doc-xlsx .content .h3:after,
[class^="icon-list-"] li .doc-xlsx .content .h4:after,
[class^="icon-list-"] li .doc-xlsx .content .h5:after,
[class^="icon-list-"] li .doc-xlsx .content .h6:after {
  display: inline-block;
  content: 'xlsx';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
[class^="icon-list-"] li .link-doc-type,
[class^="icon-list-"] li .new-window.cityicons,
[class^="icon-list-"] li .external.cityicons,
[class^="icon-list-"] li .doc-link-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[class^="icon-list-"] li .external .content .heading {
  position: relative;
}
[class^="icon-list-"] li .external .content .heading:after {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  bottom: 2px;
  content: '\e966';
  font-family: 'cityicons';
  font-size: 1.1rem;
}
[class^="icon-list-"] li [target="_blank"] .content .heading {
  position: relative;
}
[class^="icon-list-"] li [target="_blank"] .content .heading:after {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  bottom: 2px;
  content: '\e967';
  font-family: 'cityicons';
  font-size: 1.1rem;
}
[class^="icon-list-"] li .doc-pdf .content .heading:after {
  display: inline-block;
  content: 'pdf';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-csv .content .heading:after {
  display: inline-block;
  content: 'csv';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-doc .content .heading:after {
  display: inline-block;
  content: 'doc';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-docx .content .heading:after {
  display: inline-block;
  content: 'docx';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-eps .content .heading:after {
  display: inline-block;
  content: 'eps';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-ppt .content .heading:after {
  display: inline-block;
  content: 'ppt';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-txt .content .heading:after {
  display: inline-block;
  content: 'txt';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-xls .content .heading:after {
  display: inline-block;
  content: 'xls';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-dot .content .heading:after {
  display: inline-block;
  content: 'dot';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
[class^="icon-list-"] li .doc-xlsx .content .heading:after {
  display: inline-block;
  content: 'xlsx';
  position: relative;
  margin-left: 5px;
  bottom: 1px;
  font-size: 1.3rem;
  font-weight: normal;
  font-style: italic;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase !important;
}
.icon-list-standard li {
  min-height: 5rem;
  margin-bottom: 1.4rem !important;
}
.icon-list-standard li span.cityicons {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 3rem !important;
  text-align: center;
  border-radius: 100%;
  background-color: #03626b;
  color: #ffffff;
}
.icon-list-standard li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-list-standard li .content .heading {
  margin: 0;
  font-weight: 600;
  font-size: 1.8rem !important;
  color: #222;
}
.icon-list-standard li a:hover span.cityicons,
.icon-list-standard li a:focus span.cityicons {
  background-color: #004d54;
  color: #ffffff;
}
.icon-list-standard li a:hover .content .heading,
.icon-list-standard li a:focus .content .heading {
  color: #03626b;
}
.icon-list-standard li .link-doc-type,
.icon-list-standard li .new-window.cityicons,
.icon-list-standard li .external.cityicons,
.icon-list-standard li .doc-link-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.icon-list-detail li {
  margin-bottom: 2rem !important;
  padding-top: 0 !important;
  min-height: 4rem;
}
.icon-list-detail li span.cityicons {
  width: 5rem;
  color: #03626b;
  font-size: 4rem !important;
  text-align: center;
  border-radius: 100%;
}
.icon-list-detail li .content {
  margin-left: 6.75rem;
}
.icon-list-detail li .content .heading {
  margin-top: 0;
  margin-bottom: 0;
  color: #004d54;
  font-size: 1.8rem;
  font-weight: 600;
}
.icon-list-detail li .content .heading a {
  color: #065d8c;
}
.icon-list-detail li .link-doc-type {
  font-size: 1.1rem;
}
.icon-list-detail-circle li span.cityicons {
  width: 5rem;
  height: 5rem;
  font-size: 3rem !important;
  line-height: 5rem;
  background-color: #03626b;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
}
.icon-list-detail-large li {
  margin-bottom: 4rem !important;
  min-height: 8rem;
}
.icon-list-detail-large li span.cityicons {
  color: #03626b;
}
@media (min-width: 768px) {
  .icon-list-detail-large li span.cityicons {
    margin-right: 2.1rem;
    font-size: 8rem !important;
  }
}
@media (min-width: 768px) {
  .icon-list-detail-large li .content {
    margin-left: 10.5rem;
  }
}
.icon-list-detail-large li .content .heading {
  margin-bottom: 1.2rem;
  color: #004d54;
  font-weight: 600;
  font-size: 2.4rem;
}
.icon-list-detail-large li .content .heading a {
  color: #065d8c;
}
.icon-list-detail-large.icon-list-detail-circle li span.cityicons {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  background-color: #03626b;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
}
@media (min-width: 768px) {
  .icon-list-detail-large.icon-list-detail-circle li span.cityicons {
    width: 8rem;
    height: 8rem;
    font-size: 4.8rem !important;
    line-height: 8rem;
  }
}
.icon-list-circle li span.cityicons,
.icon-list-circle-card li span.cityicons {
  width: 8rem;
  height: 8rem;
  font-size: 5rem !important;
  line-height: 8rem;
  background-color: #03626b;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-list-circle li .content,
.icon-list-circle-card li .content {
  margin-left: 11rem;
  color: #222;
}
.icon-list-circle li .content .heading,
.icon-list-circle-card li .content .heading {
  font-size: 2.4rem;
  margin-bottom: 0.4rem;
}
.icon-list-circle li a,
.icon-list-circle-card li a {
  padding: 15px 15px 15px 0;
}
.icon-list-circle li a:hover span.cityicons,
.icon-list-circle-card li a:hover span.cityicons,
.icon-list-circle li a:focus span.cityicons,
.icon-list-circle-card li a:focus span.cityicons {
  background-color: #004d54;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.icon-list-circle li .link-doc-type,
.icon-list-circle-card li .link-doc-type,
.icon-list-circle li .new-window.cityicons,
.icon-list-circle-card li .new-window.cityicons,
.icon-list-circle li .external.cityicons,
.icon-list-circle-card li .external.cityicons,
.icon-list-circle li .doc-link-wrapper,
.icon-list-circle-card li .doc-link-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 992px) {
  .icon-list-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.icon-list-circle li {
  min-height: 10rem;
}
@media (min-width: 992px) {
  .icon-list-circle li {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .icon-list-circle li span.cityicons {
    float: none;
    margin: 0 auto;
    margin-bottom: 3rem;
    width: 12.5rem;
    height: 12.5rem;
    font-size: 7.5rem !important;
    line-height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .icon-list-circle li .content {
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .icon-list-circle li a {
    padding: 1.5rem;
    text-align: center;
  }
}
.icon-list-circle-card:before,
.icon-list-circle-card:after {
  content: " ";
  display: table;
}
.icon-list-circle-card:after {
  clear: both;
}
.icon-list-circle-card:before,
.icon-list-circle-card:after {
  content: " ";
  display: table;
}
.icon-list-circle-card:after {
  clear: both;
}
@media (min-width: 992px) {
  .icon-list-circle-card li {
    width: 50%;
    min-height: 15rem;
    float: left;
  }
}
@media (min-width: 992px) {
  .icon-list-circle-card li span.cityicons {
    width: 12.5rem;
    height: 12.5rem;
    font-size: 7.5rem !important;
    line-height: 12.5rem;
  }
}
@media (min-width: 992px) {
  .icon-list-circle-card li .content {
    display: table-cell;
    height: 12.4rem;
    padding-left: 1.8rem;
    vertical-align: middle;
  }
}
.icon-list-circle-card li a {
  padding: 15px 15px 15px 0;
}
.icon-list-circle-card li a:hover span.cityicons,
.icon-list-circle-card li a:focus span.cityicons {
  background-color: #004d54;
  color: #ffffff;
}
.icon-list-circle-card li .link-doc-type,
.icon-list-circle-card li .new-window.cityicons,
.icon-list-circle-card li .external.cityicons,
.icon-list-circle-card li .doc-link-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[class^="icon-list-grid"] li span.cityicons,
.icon-list-blocks li span.cityicons {
  font-size: 6rem;
  margin-right: 3rem;
}
@media (min-width: 992px) {
  [class^="icon-list-grid"] li span.cityicons,
  .icon-list-blocks li span.cityicons {
    margin-right: 3rem;
  }
}
[class^="icon-list-grid"] li .content,
.icon-list-blocks li .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 7.5rem;
  padding: 1.5rem;
}
[class^="icon-list-grid"] li .content .heading,
.icon-list-blocks li .content .heading {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
}
[class^="icon-list-grid"] li a,
.icon-list-blocks li a {
  position: relative;
  min-height: 6rem;
  padding: 1.6rem 2.5rem;
}
[class^="icon-list-grid"] li a:after,
.icon-list-blocks li a:after {
  content: '';
  display: table;
  clear: both;
}
[class^="icon-list-grid"] li .link-doc-type,
.icon-list-blocks li .link-doc-type,
[class^="icon-list-grid"] li .new-window.cityicons,
.icon-list-blocks li .new-window.cityicons,
[class^="icon-list-grid"] li .external.cityicons,
.icon-list-blocks li .external.cityicons,
[class^="icon-list-grid"] li .doc-link-wrapper,
.icon-list-blocks li .doc-link-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 992px) {
  [class^="icon-list-grid"],
  .icon-list-blocks {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  [class^="icon-list-grid"][class*="grid-"] li,
  .icon-list-blocks[class*="grid-"] li {
    float: left;
  }
  [class^="icon-list-grid"][class*="grid-"] li span.cityicons,
  .icon-list-blocks[class*="grid-"] li span.cityicons {
    float: none;
    margin-right: 0;
    padding-bottom: 3rem;
    font-size: 8rem;
    text-align: center;
  }
  [class^="icon-list-grid"][class*="grid-"] li .content,
  .icon-list-blocks[class*="grid-"] li .content {
    position: relative;
    min-height: 6rem;
    margin-left: 0;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
  }
  [class^="icon-list-grid"][class*="grid-"] li a,
  .icon-list-blocks[class*="grid-"] li a {
    padding: 4.5rem 3rem 2rem;
  }
}
[class^="icon-list-grid"] li .content {
  color: #222;
}
[class^="icon-list-grid"] li a {
  padding: 3rem;
  color: #03626b;
}
@media (min-width: 992px) {
  [class^="icon-list-grid"] li a {
    min-height: 23.7rem;
  }
}
[class^="icon-list-grid"] li a:hover,
[class^="icon-list-grid"] li a:focus {
  background-color: #03626b;
  color: #ffffff !important;
}
[class^="icon-list-grid"] li a:hover .content,
[class^="icon-list-grid"] li a:focus .content {
  color: inherit;
}
@media (min-width: 992px) {
  [class^="icon-list-grid"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  [class^="icon-list-grid"] li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  [class^="icon-list-grid"] li a {
    width: 100%;
    min-height: auto;
  }
  [class^="icon-list-grid"] li .content {
    top: auto;
  }
}
.icon-list-grid-dark li .content {
  color: #ffffff;
}
.icon-list-grid-dark li a {
  background-color: #03626b;
  color: #ffffff;
}
.icon-list-grid-dark li a:hover,
.icon-list-grid-dark li a:focus {
  background-color: #004d54;
  color: #ffffff;
}
.icon-list-blocks li {
  margin-bottom: 3rem !important;
  clear: both;
  vertical-align: top;
}
@media (min-width: 992px) {
  .icon-list-blocks li {
    float: none !important;
    display: inline-block;
  }
}
.icon-list-blocks li a {
  background-color: #03626b;
  color: #ffffff;
  border-bottom: 0.8rem solid #004d54;
}
@media (min-width: 992px) {
  .icon-list-blocks li a {
    min-height: 200px;
    padding: 3rem;
  }
}
.icon-list-blocks li a:hover,
.icon-list-blocks li a:focus,
.icon-list-blocks li a:active,
.icon-list-blocks li a:focus:active {
  background-color: #004d54;
  color: #ffffff;
  border-bottom: 0.8rem solid #00363b;
}
.icon-list-blocks li a:after {
  content: '';
  display: table;
  clear: both;
}
.icon-list-blocks li:nth-child(even) a {
  background-color: #84036c;
  color: #ffffff;
  border-bottom: 0.8rem solid #580648;
}
.icon-list-blocks li:nth-child(even) a:hover,
.icon-list-blocks li:nth-child(even) a:focus {
  background-color: #580648;
  color: #ffffff;
  border-bottom: 0.8rem solid #400434;
}
.grid-2 > li,
.grid-3 > li,
.grid-4 > li,
.grid-5 > li,
.grid-6 > li,
.grid-7 > li,
.grid-8 > li,
.grid-9 > li,
.grid-10 > li,
.grid-11 > li,
.grid-12 > li {
  width: 100%;
}
@media (min-width: 992px) {
  .grid-2 > li {
    width: 50%;
  }
  .grid-3 > li,
  .grid-9 > li {
    width: 33.33333333%;
  }
  .grid-4 > li,
  .grid-8 > li {
    width: 25%;
  }
  .grid-5 > li,
  .grid-10 > li {
    width: 20%;
  }
  .grid-6 > li,
  .grid-12 > li {
    width: 16.66666667%;
  }
  .grid-7 > li {
    width: 14.28571429%;
  }
}
.grid-space-2 > li,
.grid-space-3 > li,
.grid-space-4 > li,
.grid-space-5 > li,
.grid-space-6 > li,
.grid-space-7 > li,
.grid-space-8 > li,
.grid-space-9 > li,
.grid-space-10 > li,
.grid-space-11 > li,
.grid-space-12 > li {
  width: 100%;
}
@media (min-width: 992px) {
  .grid-space-2 > li {
    width: 51.31%;
  }
  .grid-space-2 > li > a {
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-space-2 > li:nth-child(2n+1) {
    margin-left: -15px !important;
  }
  .grid-space-2 > li:nth-child(2n+2) {
    margin-right: -15px !important;
  }
  .grid-space-3 > li,
  .grid-space-6 > li,
  .grid-space-7 > li,
  .grid-space-9 > li,
  .grid-space-11 > li {
    width: 34.21%;
  }
  .grid-space-3 > li > a,
  .grid-space-6 > li > a,
  .grid-space-7 > li > a,
  .grid-space-9 > li > a,
  .grid-space-11 > li > a {
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-space-3 > li:nth-child(3n+1),
  .grid-space-6 > li:nth-child(3n+1),
  .grid-space-7 > li:nth-child(3n+1),
  .grid-space-9 > li:nth-child(3n+1),
  .grid-space-11 > li:nth-child(3n+1) {
    margin-left: -15px !important;
  }
  .grid-space-3 > li:nth-child(3n+3),
  .grid-space-6 > li:nth-child(3n+3),
  .grid-space-7 > li:nth-child(3n+3),
  .grid-space-9 > li:nth-child(3n+3),
  .grid-space-11 > li:nth-child(3n+3) {
    margin-right: -15px !important;
  }
  .grid-space-4 > li,
  .grid-space-8 > li,
  .grid-space-12 > li {
    width: 25.65%;
  }
  .grid-space-4 > li > a,
  .grid-space-8 > li > a,
  .grid-space-12 > li > a {
    min-height: 25.3rem;
    margin-right: 15px;
    margin-left: 15px;
  }
  .grid-space-4 > li:nth-child(4n+1),
  .grid-space-8 > li:nth-child(4n+1),
  .grid-space-12 > li:nth-child(4n+1) {
    margin-left: -15px !important;
  }
  .grid-space-4 > li:nth-child(4n+4),
  .grid-space-8 > li:nth-child(4n+4),
  .grid-space-12 > li:nth-child(4n+4) {
    margin-right: -15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .grid-space-5 > li:nth-child(5n+1),
  .grid-space-10 > li:nth-child(5n+1),
  .grid-space-5 > li:nth-child(5n+2),
  .grid-space-10 > li:nth-child(5n+2),
  .grid-space-5 > li:nth-child(5n+3),
  .grid-space-10 > li:nth-child(5n+3) {
    width: 34.21%;
    margin-right: 30px;
  }
  .grid-space-5 > li:nth-child(5n+4),
  .grid-space-10 > li:nth-child(5n+4),
  .grid-space-5 > li:nth-child(5n+5),
  .grid-space-10 > li:nth-child(5n+5) {
    width: 51.31%;
  }
  .grid-space-5 > li:nth-child(5n+1),
  .grid-space-10 > li:nth-child(5n+1),
  .grid-space-5 > li:nth-child(5n+4),
  .grid-space-10 > li:nth-child(5n+4) {
    margin-left: -15px !important;
  }
  .grid-space-5 > li:nth-child(5n+3),
  .grid-space-10 > li:nth-child(5n+3),
  .grid-space-5 > li:nth-child(5n+5),
  .grid-space-10 > li:nth-child(5n+5) {
    margin-right: -15px !important;
  }
  .grid-space-5 > li > a,
  .grid-space-10 > li > a {
    min-height: 22.4rem;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .grid-space-5 > li,
  .grid-space-10 > li {
    width: 20.52%;
  }
  .grid-space-5 > li > a,
  .grid-space-10 > li > a {
    min-height: 22.3rem;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .grid-space-5 > li span.cityicons,
  .grid-space-10 > li span.cityicons {
    font-size: 6rem !important;
  }
  .grid-space-5 > li:nth-child(5n+1),
  .grid-space-10 > li:nth-child(5n+1) {
    margin-left: -15px !important;
  }
  .grid-space-5 > li:nth-child(5n+5),
  .grid-space-10 > li:nth-child(5n+5) {
    margin-right: -15px !important;
  }
}
.icon-list-standard.blue li span.cityicons {
  background-color: #065d8c;
  color: #ffffff;
}
.icon-list-standard.blue li a:hover span.cityicons,
.icon-list-standard.blue li a:focus span.cityicons {
  background-color: #043d5b;
  color: #ffffff;
}
.icon-list-standard.blue li a:hover .content .heading,
.icon-list-standard.blue li a:focus .content .heading {
  color: #065d8c;
}
.icon-list-standard.red li span.cityicons {
  background-color: #ac1d2c;
  color: #ffffff;
}
.icon-list-standard.red li a:hover span.cityicons,
.icon-list-standard.red li a:focus span.cityicons {
  background-color: #8d031e;
  color: #ffffff;
}
.icon-list-standard.red li a:hover .content .heading,
.icon-list-standard.red li a:focus .content .heading {
  color: #ac1d2c;
}
.icon-list-standard.green li span.cityicons {
  background-color: #00662f;
  color: #ffffff;
}
.icon-list-standard.green li a:hover span.cityicons,
.icon-list-standard.green li a:focus span.cityicons {
  background-color: #00431c;
  color: #ffffff;
}
.icon-list-standard.green li a:hover .content .heading,
.icon-list-standard.green li a:focus .content .heading {
  color: #00662f;
}
.icon-list-standard.teal li span.cityicons {
  background-color: #03626b;
  color: #ffffff;
}
.icon-list-standard.teal li a:hover span.cityicons,
.icon-list-standard.teal li a:focus span.cityicons {
  background-color: #004d54;
  color: #ffffff;
}
.icon-list-standard.teal li a:hover .content .heading,
.icon-list-standard.teal li a:focus .content .heading {
  color: #03626b;
}
.icon-list-standard.purple li span.cityicons {
  background-color: #84036c;
  color: #ffffff;
}
.icon-list-standard.purple li a:hover span.cityicons,
.icon-list-standard.purple li a:focus span.cityicons {
  background-color: #580648;
  color: #ffffff;
}
.icon-list-standard.purple li a:hover .content .heading,
.icon-list-standard.purple li a:focus .content .heading {
  color: #84036c;
}
.icon-list-standard.yellow li span.cityicons {
  background-color: #eca120;
  color: #000000;
}
.icon-list-standard.yellow li a:hover span.cityicons,
.icon-list-standard.yellow li a:focus span.cityicons {
  background-color: #d98522;
  color: #ffffff;
}
.icon-list-standard.yellow li a:hover .content .heading,
.icon-list-standard.yellow li a:focus .content .heading {
  color: #d98522;
}
.icon-list-standard.orange li span.cityicons {
  background-color: #d05319;
  color: #ffffff;
}
.icon-list-standard.orange li a:hover span.cityicons,
.icon-list-standard.orange li a:focus span.cityicons {
  background-color: #a2300c;
  color: #ffffff;
}
.icon-list-standard.orange li a:hover .content .heading,
.icon-list-standard.orange li a:focus .content .heading {
  color: #d05319;
}
.icon-list-standard.base li span.cityicons {
  background-color: #222;
  color: #ffffff;
}
.icon-list-standard.base li a:hover span.cityicons,
.icon-list-standard.base li a:focus span.cityicons {
  background-color: #595959;
  color: #ffffff;
}
.icon-list-standard.base li a:hover .content .heading,
.icon-list-standard.base li a:focus .content .heading {
  color: #222;
}
.icon-list-detail.blue li span.cityicons {
  color: #065d8c;
}
.icon-list-detail.blue li .content .heading {
  color: #065d8c;
}
.icon-list-detail.red li span.cityicons {
  color: #ac1d2c;
}
.icon-list-detail.red li .content .heading {
  color: #ac1d2c;
}
.icon-list-detail.green li span.cityicons {
  color: #00662f;
}
.icon-list-detail.green li .content .heading {
  color: #00662f;
}
.icon-list-detail.teal li span.cityicons {
  color: #03626b;
}
.icon-list-detail.teal li .content .heading {
  color: #03626b;
}
.icon-list-detail.purple li span.cityicons {
  color: #84036c;
}
.icon-list-detail.purple li .content .heading {
  color: #84036c;
}
.icon-list-detail.yellow li span.cityicons {
  color: #eca120;
}
.icon-list-detail.yellow li .content .heading {
  color: #d98522;
}
.icon-list-detail.orange li span.cityicons {
  color: #d05319;
}
.icon-list-detail.orange li .content .heading {
  color: #d05319;
}
.icon-list-detail.base li span.cityicons {
  color: #222;
}
.icon-list-detail.base li .content .heading {
  color: #222;
}
.icon-list-detail-circle.blue li span.cityicons {
  background-color: #065d8c;
  color: #ffffff;
}
.icon-list-detail-circle.blue li .content .heading {
  color: #065d8c;
}
.icon-list-detail-circle.red li span.cityicons {
  background-color: #ac1d2c;
  color: #ffffff;
}
.icon-list-detail-circle.red li .content .heading {
  color: #ac1d2c;
}
.icon-list-detail-circle.green li span.cityicons {
  background-color: #00662f;
  color: #ffffff;
}
.icon-list-detail-circle.green li .content .heading {
  color: #00662f;
}
.icon-list-detail-circle.teal li span.cityicons {
  background-color: #03626b;
  color: #ffffff;
}
.icon-list-detail-circle.teal li .content .heading {
  color: #03626b;
}
.icon-list-detail-circle.purple li span.cityicons {
  background-color: #84036c;
  color: #ffffff;
}
.icon-list-detail-circle.purple li .content .heading {
  color: #84036c;
}
.icon-list-detail-circle.yellow li span.cityicons {
  background-color: #eca120;
  color: #000000;
}
.icon-list-detail-circle.yellow li .content .heading {
  color: #d98522;
}
.icon-list-detail-circle.orange li span.cityicons {
  background-color: #d05319;
  color: #ffffff;
}
.icon-list-detail-circle.orange li .content .heading {
  color: #d05319;
}
.icon-list-detail-circle.base li span.cityicons {
  background-color: #222;
  color: #ffffff;
}
.icon-list-detail-circle.base li .content .heading {
  color: #222;
}
.icon-list-circle.blue li span.cityicons,
.icon-list-circle-card.blue li span.cityicons {
  background-color: #065d8c;
  color: #ffffff;
}
.icon-list-circle.blue li a:hover span.cityicons,
.icon-list-circle-card.blue li a:hover span.cityicons,
.icon-list-circle.blue li a:focus span.cityicons,
.icon-list-circle-card.blue li a:focus span.cityicons {
  background-color: #043d5b;
  color: #ffffff;
}
.icon-list-circle.red li span.cityicons,
.icon-list-circle-card.red li span.cityicons {
  background-color: #ac1d2c;
  color: #ffffff;
}
.icon-list-circle.red li a:hover span.cityicons,
.icon-list-circle-card.red li a:hover span.cityicons,
.icon-list-circle.red li a:focus span.cityicons,
.icon-list-circle-card.red li a:focus span.cityicons {
  background-color: #8d031e;
  color: #ffffff;
}
.icon-list-circle.green li span.cityicons,
.icon-list-circle-card.green li span.cityicons {
  background-color: #00662f;
  color: #ffffff;
}
.icon-list-circle.green li a:hover span.cityicons,
.icon-list-circle-card.green li a:hover span.cityicons,
.icon-list-circle.green li a:focus span.cityicons,
.icon-list-circle-card.green li a:focus span.cityicons {
  background-color: #00431c;
  color: #ffffff;
}
.icon-list-circle.teal li span.cityicons,
.icon-list-circle-card.teal li span.cityicons {
  background-color: #03626b;
  color: #ffffff;
}
.icon-list-circle.teal li a:hover span.cityicons,
.icon-list-circle-card.teal li a:hover span.cityicons,
.icon-list-circle.teal li a:focus span.cityicons,
.icon-list-circle-card.teal li a:focus span.cityicons {
  background-color: #004d54;
  color: #ffffff;
}
.icon-list-circle.purple li span.cityicons,
.icon-list-circle-card.purple li span.cityicons {
  background-color: #84036c;
  color: #ffffff;
}
.icon-list-circle.purple li a:hover span.cityicons,
.icon-list-circle-card.purple li a:hover span.cityicons,
.icon-list-circle.purple li a:focus span.cityicons,
.icon-list-circle-card.purple li a:focus span.cityicons {
  background-color: #580648;
  color: #ffffff;
}
.icon-list-circle.yellow li span.cityicons,
.icon-list-circle-card.yellow li span.cityicons {
  background-color: #eca120;
  color: #000000;
}
.icon-list-circle.yellow li a:hover span.cityicons,
.icon-list-circle-card.yellow li a:hover span.cityicons,
.icon-list-circle.yellow li a:focus span.cityicons,
.icon-list-circle-card.yellow li a:focus span.cityicons {
  background-color: #d98522;
  color: #ffffff;
}
.icon-list-circle.orange li span.cityicons,
.icon-list-circle-card.orange li span.cityicons {
  background-color: #d05319;
  color: #ffffff;
}
.icon-list-circle.orange li a:hover span.cityicons,
.icon-list-circle-card.orange li a:hover span.cityicons,
.icon-list-circle.orange li a:focus span.cityicons,
.icon-list-circle-card.orange li a:focus span.cityicons {
  background-color: #a2300c;
  color: #ffffff;
}
.icon-list-circle.base li span.cityicons,
.icon-list-circle-card.base li span.cityicons {
  background-color: #222;
  color: #ffffff;
}
.icon-list-circle.base li a:hover span.cityicons,
.icon-list-circle-card.base li a:hover span.cityicons,
.icon-list-circle.base li a:focus span.cityicons,
.icon-list-circle-card.base li a:focus span.cityicons {
  background-color: #595959;
  color: #ffffff;
}
.icon-list-grid.blue li a {
  color: #065d8c;
}
.icon-list-grid.blue li a:hover,
.icon-list-grid.blue li a:focus {
  background-color: #065d8c;
  color: #ffffff !important;
}
.icon-list-grid.blue li a:hover .content,
.icon-list-grid.blue li a:focus .content {
  color: inherit;
}
.icon-list-grid.red li a {
  color: #ac1d2c;
}
.icon-list-grid.red li a:hover,
.icon-list-grid.red li a:focus {
  background-color: #ac1d2c;
  color: #ffffff !important;
}
.icon-list-grid.red li a:hover .content,
.icon-list-grid.red li a:focus .content {
  color: inherit;
}
.icon-list-grid.green li a {
  color: #00662f;
}
.icon-list-grid.green li a:hover,
.icon-list-grid.green li a:focus {
  background-color: #00662f;
  color: #ffffff !important;
}
.icon-list-grid.green li a:hover .content,
.icon-list-grid.green li a:focus .content {
  color: inherit;
}
.icon-list-grid.teal li a {
  color: #03626b;
}
.icon-list-grid.teal li a:hover,
.icon-list-grid.teal li a:focus {
  background-color: #03626b;
  color: #ffffff !important;
}
.icon-list-grid.teal li a:hover .content,
.icon-list-grid.teal li a:focus .content {
  color: inherit;
}
.icon-list-grid.purple li a {
  color: #84036c;
}
.icon-list-grid.purple li a:hover,
.icon-list-grid.purple li a:focus {
  background-color: #84036c;
  color: #ffffff !important;
}
.icon-list-grid.purple li a:hover .content,
.icon-list-grid.purple li a:focus .content {
  color: inherit;
}
.icon-list-grid.yellow li a {
  color: #eca120;
}
.icon-list-grid.yellow li a:hover,
.icon-list-grid.yellow li a:focus {
  background-color: #eca120;
  color: #000000 !important;
}
.icon-list-grid.yellow li a:hover .content,
.icon-list-grid.yellow li a:focus .content {
  color: inherit;
}
.icon-list-grid.orange li a {
  color: #d05319;
}
.icon-list-grid.orange li a:hover,
.icon-list-grid.orange li a:focus {
  background-color: #d05319;
  color: #ffffff !important;
}
.icon-list-grid.orange li a:hover .content,
.icon-list-grid.orange li a:focus .content {
  color: inherit;
}
.icon-list-grid.base li a {
  color: #222;
}
.icon-list-grid.base li a:hover,
.icon-list-grid.base li a:focus {
  background-color: #222;
  color: #ffffff !important;
}
.icon-list-grid.base li a:hover .content,
.icon-list-grid.base li a:focus .content {
  color: inherit;
}
.icon-list-grid-dark.blue li .content {
  color: #ffffff;
}
.icon-list-grid-dark.blue li a {
  background-color: #065d8c;
  color: #ffffff;
}
.icon-list-grid-dark.blue li a:hover,
.icon-list-grid-dark.blue li a:focus {
  background-color: #043d5b;
  color: #ffffff;
}
.icon-list-grid-dark.red li .content {
  color: #ffffff;
}
.icon-list-grid-dark.red li a {
  background-color: #ac1d2c;
  color: #ffffff;
}
.icon-list-grid-dark.red li a:hover,
.icon-list-grid-dark.red li a:focus {
  background-color: #8d031e;
  color: #ffffff;
}
.icon-list-grid-dark.green li .content {
  color: #ffffff;
}
.icon-list-grid-dark.green li a {
  background-color: #00662f;
  color: #ffffff;
}
.icon-list-grid-dark.green li a:hover,
.icon-list-grid-dark.green li a:focus {
  background-color: #00431c;
  color: #ffffff;
}
.icon-list-grid-dark.teal li .content {
  color: #ffffff;
}
.icon-list-grid-dark.teal li a {
  background-color: #03626b;
  color: #ffffff;
}
.icon-list-grid-dark.teal li a:hover,
.icon-list-grid-dark.teal li a:focus {
  background-color: #004d54;
  color: #ffffff;
}
.icon-list-grid-dark.purple li .content {
  color: #ffffff;
}
.icon-list-grid-dark.purple li a {
  background-color: #84036c;
  color: #ffffff;
}
.icon-list-grid-dark.purple li a:hover,
.icon-list-grid-dark.purple li a:focus {
  background-color: #580648;
  color: #ffffff;
}
.icon-list-grid-dark.yellow li .content {
  color: #000000;
}
.icon-list-grid-dark.yellow li a {
  background-color: #eca120;
  color: #000000;
}
.icon-list-grid-dark.yellow li a:hover,
.icon-list-grid-dark.yellow li a:focus {
  background-color: #d98522;
  color: #ffffff;
}
.icon-list-grid-dark.orange li .content {
  color: #ffffff;
}
.icon-list-grid-dark.orange li a {
  background-color: #d05319;
  color: #ffffff;
}
.icon-list-grid-dark.orange li a:hover,
.icon-list-grid-dark.orange li a:focus {
  background-color: #a2300c;
  color: #ffffff;
}
.icon-list-grid-dark.base li .content {
  color: #ffffff;
}
.icon-list-grid-dark.base li a {
  background-color: #222;
  color: #ffffff;
}
.icon-list-grid-dark.base li a:hover,
.icon-list-grid-dark.base li a:focus {
  background-color: #595959;
  color: #ffffff;
}
#content-banner {
  margin-bottom: 15px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
#content-banner .brand {
  display: table;
  padding: 10px;
}
#content-banner .brand:hover,
#content-banner .brand:focus {
  text-decoration: none;
}
#content-banner .banner-logo {
  color: #fff;
  padding: 10px 10px 10px 0;
  display: table;
}
#content-banner .banner-logo img {
  margin: 0 20px 0 0;
}
#content-banner .banner-logo .logo-text {
  margin: auto 0;
  vertical-align: middle;
  line-height: inherit;
  font-weight: normal;
}
#content-banner .banner-right .slogan {
  font-weight: bold;
}
#content-banner .content-dark-overlay {
  padding-bottom: 40px;
  -webkit-animation: fade-in 5s ease-in;
  -moz-animation: fade-in 5s ease-in;
  -o-animation: fade-in 5s ease-in;
  -ms-animation: fade-in 5s ease-in;
  animation: fade-in 5s ease-in;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content-and-map {
  overflow: hidden;
  position: relative;
}
.content-and-map .map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: #b2d0fe;
}
.content-and-map .content {
  margin-top: 1em;
}
.content-dark-overlay {
  background-color: rgba(30, 30, 30, 0.85);
  padding-top: 20px;
  padding-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004);
  color: #fff;
}
.content-dark-overlay a {
  color: #ffffff;
}
.content-dark-overlay a:hover,
.content-dark-overlay a:focus {
  color: #d3e4f3;
}
.content-mid-grey-overlay {
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-bottom: 20px;
}
.content-grey-overlay {
  background: #eeeeee;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-no-bg {
  padding-bottom: 1em;
}
.region-content {
  margin-bottom: 16px;
}
.display-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.display-table-auto {
  table-layout: auto;
}
.display-table-cell {
  display: table-cell;
  vertical-align: top;
}
.display-table-cell-middle {
  vertical-align: middle;
}
.display-table-cell-bottom {
  vertical-align: bottom;
}
.columns {
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.columns-two,
.columns-three,
.columns-four,
.columns-five,
.columns-six {
  -webkit-columns: 1;
  columns: 1;
}
.columns-two > div,
.columns-three > div,
.columns-four > div,
.columns-five > div,
.columns-six > div,
.columns-two > span,
.columns-three > span,
.columns-four > span,
.columns-five > span,
.columns-six > span,
.columns-two > li,
.columns-three > li,
.columns-four > li,
.columns-five > li,
.columns-six > li,
.columns-two > .well,
.columns-three > .well,
.columns-four > .well,
.columns-five > .well,
.columns-six > .well,
.columns-two img,
.columns-three img,
.columns-four img,
.columns-five img,
.columns-six img,
.columns-two > p,
.columns-three > p,
.columns-four > p,
.columns-five > p,
.columns-six > p {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 768px) {
  .columns-two {
    -webkit-columns: 2;
    columns: 2;
  }
  .columns-three {
    -webkit-columns: 3;
    columns: 3;
  }
  .columns-four {
    -webkit-columns: 4;
    columns: 4;
  }
  .columns-five {
    -webkit-columns: 5;
    columns: 5;
  }
  .columns-six {
    -webkit-columns: 6;
    columns: 6;
  }
}
.footer .columns {
  -webkit-column-gap: 30px;
  column-gap: 30px;
}
.footer .columns-two-wrap ul,
.footer .columns-three-wrap ul,
.footer .columns-four-wrap ul,
.footer .columns-five-wrap ul,
.footer .columns-six-wrap ul {
  -webkit-columns: 1;
  columns: 1;
}
.footer .columns-two-wrap ul > div,
.footer .columns-three-wrap ul > div,
.footer .columns-four-wrap ul > div,
.footer .columns-five-wrap ul > div,
.footer .columns-six-wrap ul > div,
.footer .columns-two-wrap ul > span,
.footer .columns-three-wrap ul > span,
.footer .columns-four-wrap ul > span,
.footer .columns-five-wrap ul > span,
.footer .columns-six-wrap ul > span,
.footer .columns-two-wrap ul > li,
.footer .columns-three-wrap ul > li,
.footer .columns-four-wrap ul > li,
.footer .columns-five-wrap ul > li,
.footer .columns-six-wrap ul > li,
.footer .columns-two-wrap ul > .well,
.footer .columns-three-wrap ul > .well,
.footer .columns-four-wrap ul > .well,
.footer .columns-five-wrap ul > .well,
.footer .columns-six-wrap ul > .well,
.footer .columns-two-wrap ul img,
.footer .columns-three-wrap ul img,
.footer .columns-four-wrap ul img,
.footer .columns-five-wrap ul img,
.footer .columns-six-wrap ul img,
.footer .columns-two-wrap ul > p,
.footer .columns-three-wrap ul > p,
.footer .columns-four-wrap ul > p,
.footer .columns-five-wrap ul > p,
.footer .columns-six-wrap ul > p {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
@media (min-width: 768px) {
  .footer .columns-two-wrap ul {
    -webkit-columns: 2;
    columns: 2;
  }
  .footer .columns-three-wrap ul {
    -webkit-columns: 3;
    columns: 3;
  }
  .footer .columns-four-wrap ul {
    -webkit-columns: 4;
    columns: 4;
  }
  .footer .columns-five-wrap ul {
    -webkit-columns: 5;
    columns: 5;
  }
  .footer .columns-six-wrap ul {
    -webkit-columns: 6;
    columns: 6;
  }
}
.nav li.dropdown.open > .dropdown-toggle .caret,
.nav li.dropdown.open > .dropdown-toggle:focus .caret {
  border-bottom: 4px solid;
  border-top-width: 0;
}
.navbar-collapse {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: none;
}
@media (min-width: 992px) {
}
.navbar-toggle .h4 {
  display: inline-block;
  margin: 0;
}
.navbar-toggle .bars {
  float: right;
  padding: 2px 0 0 6px;
}
.navbar-toggle .icon-bars {
  display: inline-block;
}
.navbar-inverse .nav .dropdown-menu {
  background-color: #f8f8f8;
  max-height: 300px;
  overflow-y: auto;
  width: 225px;
}
.navbar-inverse .nav .dropdown-menu li a {
  background-color: #222222;
  color: #aaa;
}
.navbar-inverse .nav .dropdown-menu li a:focus,
.navbar-inverse .nav .dropdown-menu li a:hover {
  color: #fff;
  background-color: #000;
  background-image: none;
}
.navbar-inverse .nav .dropdown-menu .active > a {
  background-image: none;
}
.navbar-inverse .navbar-toggle {
  color: #aaa;
}
.navbar-brand {
  padding: 4px 4px 4px 0;
  height: auto;
}
.navbar-brand .logo {
  width: 32px;
  padding-right: 0;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-brand #site-name {
  max-width: 65px;
  margin-top: 4px;
  margin-bottom: 1px;
  font-size: 17px;
}
#site-name {
  max-width: 65px;
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 1.1;
  margin-right: 34px;
}
.navbar-default {
  border-top: none;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    min-height: 70px;
  }
}
.navbar {
  margin-bottom: 0;
}
@media (min-width: 768px) {
}
.navbar .navbar-nav {
  margin: 0;
  margin-left: 15px;
}
@media (min-width: 992px) {
  .navbar .navbar-nav {
    margin-left: 0;
  }
}
.navbar .navbar-nav > li {
  padding-top: 0;
  width: auto;
}
.navbar .navbar-nav > li.media {
  margin-top: 0;
  overflow: visible;
}
.navbar .navbar-nav > li.last a {
  border-bottom: none;
}
.navbar .navbar-nav > li > a {
  font-size: 17px;
  float: left;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 2px solid #eeeeee;
}
.navbar .navbar-nav > li > a.active {
  background-color: transparent;
  border-bottom-color: #bda493;
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li.home {
    width: 65px;
    height: 70px;
    text-indent: -9000px;
    overflow: hidden;
  }
  .navbar .navbar-nav > li.home a {
    width: 65px;
    padding-right: 8px;
    padding-bottom: 0;
    padding-left: 8px;
    padding-top: 2px;
    text-shadow: none;
    overflow: hidden;
  }
  .navbar .navbar-nav > li.home a:before {
    width: 26px;
    height: 40px;
    content: "\e021";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin: 20px 10px 10px 10px;
    font-size: 24px;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.navbar .navbar-nav > li > .dropdown-menu {
  border: 0 none;
  border-radius: 0 0 0 0;
  padding: 0;
  margin: 0;
}
.navbar .navbar-nav > li > .dropdown-menu:after,
.navbar .navbar-nav > li > .dropdown-menu:before {
  border: 0 none;
}
.navbar .navbar-nav > li > .dropdown-menu li {
  padding: 0;
}
.navbar .navbar-nav > li > .dropdown-menu li a {
  -webkit-filter: none;
  filter: none;
  margin: 0 0 1px;
  padding: 10px 15px;
  white-space: normal;
}
@media (min-width: 480px) {
  .navbar .navbar-nav > li {
    display: inline-block;
    float: none;
    margin-right: 4%;
    width: 45%;
  }
  .navbar .navbar-nav > li.last a {
    border-bottom: 2px solid #eeeeee;
  }
  .navbar .navbar-nav > li.last a.active {
    border-bottom-color: #bda493;
  }
}
@media (min-width: 992px) {
  .navbar .navbar-nav > li {
    float: left;
    margin-right: 0;
    text-align: left;
    width: auto;
  }
  .navbar .navbar-nav > li.home {
    text-align: center;
  }
  .navbar .navbar-nav > li.last a {
    border-bottom: none;
  }
  .navbar .navbar-nav > li.news-updates {
    width: 91px;
  }
  .navbar .navbar-nav > li.live-work {
    width: 91px;
  }
  .navbar .navbar-nav > li.health-safety {
    width: 98px;
  }
  .navbar .navbar-nav > li.visit-play {
    width: 91px;
  }
  .navbar .navbar-nav > li.business-development {
    width: 116px;
  }
  .navbar .navbar-nav > li.get-around {
    width: 91px;
  }
  .navbar .navbar-nav > li.city-hall {
    width: 91px;
  }
  .navbar .navbar-nav > li.projects {
    width: 91px;
  }
  .navbar .navbar-nav > li.vision-awards {
    width: 94px;
  }
  .navbar .navbar-nav > li > a {
    border: none;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li.news-updates {
    width: 130px;
  }
  .navbar .navbar-nav > li.live-work {
    width: 105px;
  }
  .navbar .navbar-nav > li.health-safety {
    width: 125px;
  }
  .navbar .navbar-nav > li.visit-play {
    width: 104px;
  }
  .navbar .navbar-nav > li.business-development {
    width: 170px;
  }
  .navbar .navbar-nav > li.get-around {
    width: 103px;
  }
  .navbar .navbar-nav > li.city-hall {
    width: 81px;
  }
  .navbar .navbar-nav > li.projects {
    width: 125px;
  }
  .navbar .navbar-nav > li.vision-awards {
    width: 105px;
  }
}
#nav-global .navbar-brand {
  margin-left: 15px;
}
@media (min-width: 992px) {
  #nav-global .navbar-brand {
    margin-left: 0 !important;
    margin-right: 34px;
  }
}
#nav-global .nav > li > a {
  font-size: 14px;
}
@media (min-width: 992px) {
  #nav-global .nav > li > a {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 1200px) {
  #nav-global .nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#nav-global .nav.navbar-nav {
  margin-left: 0;
}
.com-global-header {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .com-global-header {
    height: 80px;
  }
}
.com-global-header .container {
  width: auto;
}
.com-global-header ul li {
  margin: 0;
  padding: 0;
}
.com-brand {
  padding: 9px 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 99;
}
@media (min-width: 992px) {
  .com-brand {
    position: absolute;
    top: 0;
  }
}
.com-brand a {
  color: #2d3134;
  text-decoration: none;
}
.com-brand a:hover,
.com-brand a:focus {
  color: #000000;
}
@media (min-width: 768px) {
  .com-brand {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .com-brand {
    padding: 0 0 0 30px;
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  .com-global-header-navigation-wrap.collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  .com-navigation-global {
    text-align: right;
    position: absolute;
    top: 0;
    right: 10px;
    left: 0;
  }
}
.com-navigation-global .container {
  width: auto;
}
@media (max-width: 992px) {
  .com-navigation-global .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1300px) {
}
@media (min-width: 1400px) {
  .com-navigation-global .container {
    width: auto;
  }
}
.com-navigation-global-list,
.com-navigation-global .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .com-navigation-global-list,
  .com-navigation-global .menu {
    margin-right: 56px;
  }
}
@media (min-width: 1200px) {
  .com-navigation-global-list,
  .com-navigation-global .menu {
    margin-right: 56px;
  }
}
@media (min-width: 1300px) {
}
@media (min-width: 1400px) {
}
.com-navigation-global-list > li,
.com-navigation-global .menu > li {
  display: block;
  padding-top: 0;
  padding-bottom: 0 !important;
}
.com-navigation-global-list > li > a,
.com-navigation-global .menu > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #2d3134;
  text-transform: uppercase;
  font-weight: 500;
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .com-navigation-global-list > li > a,
  .com-navigation-global .menu > li > a {
    font-weight: 600;
  }
}
@media (min-width: 992px) {
  .com-navigation-global-list > li > a,
  .com-navigation-global .menu > li > a {
    line-height: 42px;
    font-size: 16px;
    padding: 19px 4px;
    padding: 19px 0.4vw;
  }
}
@media (min-width: 1200px) {
  .com-navigation-global-list > li > a,
  .com-navigation-global .menu > li > a {
    font-size: 18px;
    padding: 19px 10px;
    padding: 19px 0.8vw;
  }
}
@media (min-width: 1300px) {
  .com-navigation-global-list > li > a,
  .com-navigation-global .menu > li > a {
    padding: 19px 13px;
    padding: 19px 1.1vw;
  }
}
.com-navigation-global-list > li > a:hover,
.com-navigation-global .menu > li > a:hover,
.com-navigation-global-list > li > a:focus,
.com-navigation-global .menu > li > a:focus {
  color: #065d8c;
  background: #fff;
}
.com-navigation-global-list > li .com-search-button,
.com-navigation-global .menu > li .com-search-button {
  padding: 19px 28px;
  line-height: 42px;
  border: none;
  background-color: transparent;
  font-size: 18px;
}
@media (min-width: 1200px) {
}
.com-navigation-global-list > li .com-search-button:hover,
.com-navigation-global .menu > li .com-search-button:hover,
.com-navigation-global-list > li .com-search-button:focus,
.com-navigation-global .menu > li .com-search-button:focus,
.com-navigation-global-list > li .com-search-button[aria-expanded=true],
.com-navigation-global .menu > li .com-search-button[aria-expanded=true] {
  background-color: #eee;
}
@media (min-width: 992px) {
  .com-navigation-global-list.navbar-nav,
  .com-navigation-global .menu.navbar-nav {
    float: none;
  }
  .com-navigation-global-list.navbar-nav > li,
  .com-navigation-global .menu.navbar-nav > li {
    float: none;
    display: inline-block;
    padding-bottom: 0 !important;
  }
}
.com-navigation-global-list.navbar-nav .com-search-control,
.com-navigation-global .menu.navbar-nav .com-search-control {
  position: relative;
  top: auto;
  right: auto;
  height: 40px;
  width: 40px;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
@media (min-width: 992px) {
  .com-search {
    margin-top: 80px;
    background-color: #eee;
  }
}
@media (max-width: 992px) {
  .com-search .container {
    width: auto;
  }
}
.com-search-form.collapse {
  display: block;
}
@media (min-width: 992px) {
  .com-search-form.collapse {
    display: none;
  }
  .com-search-form.collapse.in {
    display: block;
  }
}
.com-search-form .input-group {
  padding: 4px 0;
}
@media (min-width: 992px) {
  .com-search-form .input-group {
    width: 50%;
    width: 50vw;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.com-navigation-core {
  position: relative;
}
@media (max-width: 992px) {
  .com-navigation-core .container {
    width: auto;
  }
}
.com-navigation-core.collapse {
  display: block;
  height: auto !important;
}
@media (min-width: 992px) {
  .com-navigation-core.collapse {
    display: none;
  }
  .com-navigation-core.collapse.in {
    display: block;
  }
}
@media (min-width: 992px) {
  .com-navigation-core .container {
    width: 30%;
    height: 100vh;
    padding-right: 0;
    padding-left: 0;
    background-color: #fff;
    border-top: 80px solid #065d8c;
    border-right: 1px solid rgba(45, 49, 52, 0.15);
    border-left: 1px solid rgba(45, 49, 52, 0.15);
    z-index: 99;
  }
}
@media (min-width: 992px) {
  .com-navigation-core .navbar-nav {
    float: none;
  }
}
@media (min-width: 992px) {
  .com-navigation-core li {
    float: none;
  }
}
.com-navigation-core li a {
  padding-right: 15px;
  padding-left: 15px;
  color: #2d3134;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .com-navigation-core li a {
    line-height: 1.1em;
    border-bottom: 1px solid rgba(45, 49, 52, 0.15);
  }
  .com-navigation-core li a:hover,
  .com-navigation-core li a:focus {
    color: #065d8c;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .com-navigation-core li a .cityicons {
    display: block;
    margin-bottom: 0.2em;
    font-size: 1.8em;
  }
}
.com-navigation-core-control,
.com-global-header-navigation-wrap-control {
  position: absolute;
  top: 0;
  right: 0;
  padding: 22px 24px 35px 24px;
  background-color: #065d8c;
  border: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-navigation-core-control:hover,
.com-global-header-navigation-wrap-control:hover,
.com-navigation-core-control:focus,
.com-global-header-navigation-wrap-control:focus {
  background-color: #054d74;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.com-navigation-core-control:focus,
.com-global-header-navigation-wrap-control:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.com-navigation-core-control .icon-bar,
.com-global-header-navigation-wrap-control .icon-bar {
  display: block;
  margin-bottom: 2px;
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
}
@media (min-width: 992px) {
  .com-navigation-core-control .icon-bar,
  .com-global-header-navigation-wrap-control .icon-bar {
    width: 32px;
    height: 3px;
  }
}
@media (min-width: 992px) {
  .com-navigation-core-control .icon-bar + .icon-bar,
  .com-global-header-navigation-wrap-control .icon-bar + .icon-bar {
    margin-top: 6px;
  }
}
.com-navigation-core-control[aria-expanded=true] .icon-bar:nth-of-type(3n-1),
.com-global-header-navigation-wrap-control[aria-expanded=true] .icon-bar:nth-of-type(3n-1) {
  -webkit-transform: translate(0, 300%) rotate(-45deg);
  -ms-transform: translate(0, 300%) rotate(-45deg);
  transform: translate(0, 300%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.com-navigation-core-control[aria-expanded=true] .icon-bar:nth-of-type(3n+0),
.com-global-header-navigation-wrap-control[aria-expanded=true] .icon-bar:nth-of-type(3n+0) {
  opacity: 0;
  -webkit-transform: translate(0, 250%);
  -ms-transform: translate(0, 250%);
  transform: translate(0, 250%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-navigation-core-control[aria-expanded=true] .icon-bar:nth-of-type(3n+1),
.com-global-header-navigation-wrap-control[aria-expanded=true] .icon-bar:nth-of-type(3n+1) {
  -webkit-transform: translate(0, -300%) rotate(45deg);
  -ms-transform: translate(0, -300%) rotate(45deg);
  transform: translate(0, -300%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.com-navigation-core-control[aria-expanded=false] .icon-bar:nth-of-type(3n-1),
.com-global-header-navigation-wrap-control[aria-expanded=false] .icon-bar:nth-of-type(3n-1) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-navigation-core-control[aria-expanded=false] .icon-bar:nth-of-type(3n+0),
.com-global-header-navigation-wrap-control[aria-expanded=false] .icon-bar:nth-of-type(3n+0) {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-navigation-core-control[aria-expanded=false] .icon-bar:nth-of-type(3n+1),
.com-global-header-navigation-wrap-control[aria-expanded=false] .icon-bar:nth-of-type(3n+1) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-navigation-core-control:after,
.com-global-header-navigation-wrap-control:after {
  position: absolute;
  content: 'MENU';
  right: 0;
  bottom: 10px;
  left: 0;
  font-size: 10px;
  color: #fff;
}
@media (min-width: 992px) {
  .com-navigation-core-control:after,
  .com-global-header-navigation-wrap-control:after {
    font-size: 14px;
  }
}
.com-navigation-core-control.affix,
.com-global-header-navigation-wrap-control.affix {
  position: absolute;
}
.com-navigation-core-control.active {
  position: fixed;
}
.com-global-header-navigation-wrap-control {
  padding: 14px 19px 30px;
}
@media (min-width: 992px) {
  .com-global-header-navigation-wrap-control {
    padding: 13px 15px 23px;
  }
}
.com-global-header-navigation-wrap-control .icon-bar {
  width: 22px;
  height: 2px;
}
@media (min-width: 992px) {
  .com-global-header-navigation-wrap-control .icon-bar {
    width: 30px;
    height: 3px;
  }
}
.com-global-header-navigation-wrap-control .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .com-global-header-navigation-wrap-control .icon-bar + .icon-bar {
    margin-top: 5px;
  }
}
.com-global-header-navigation-wrap-control[aria-expanded=true] .icon-bar:nth-of-type(3n-1) {
  -webkit-transform: translate(0, 300%) rotate(-45deg);
  -ms-transform: translate(0, 300%) rotate(-45deg);
  transform: translate(0, 300%) rotate(-45deg);
}
.com-global-header-navigation-wrap-control[aria-expanded=true] .icon-bar:nth-of-type(3n+1) {
  -webkit-transform: translate(0, -300%) rotate(45deg);
  -ms-transform: translate(0, -300%) rotate(45deg);
  transform: translate(0, -300%) rotate(45deg);
}
body.logged-in .com-global-header .com-navigation-core-control.active {
  top: 29px;
}
.com-global-header .navbar,
.agency-header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.com-global-header .navbar-default,
.agency-header .navbar-default {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com-global-header .navbar-default .navbar-toggle,
.agency-header .navbar-default .navbar-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 19px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0;
  margin-right: -15px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-global-header .navbar-default .navbar-toggle .icon-bar,
.agency-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=true],
.agency-header .navbar-default .navbar-toggle[aria-expanded=true] {
  background-color: #000;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n-1),
.agency-header .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n-1) {
  -webkit-transform: translate(0, 300%) rotate(-45deg);
  -ms-transform: translate(0, 300%) rotate(-45deg);
  transform: translate(0, 300%) rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  background-color: #e4616a;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n+0),
.agency-header .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n+0) {
  opacity: 0;
  -webkit-transform: translate(0, 250%);
  -ms-transform: translate(0, 250%);
  transform: translate(0, 250%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n+1),
.agency-header .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n+1) {
  -webkit-transform: translate(0, -300%) rotate(45deg);
  -ms-transform: translate(0, -300%) rotate(45deg);
  transform: translate(0, -300%) rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  background-color: #e4616a;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=false],
.agency-header .navbar-default .navbar-toggle[aria-expanded=false] {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n-1),
.agency-header .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n-1) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n+0),
.agency-header .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n+0) {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-global-header .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n+1),
.agency-header .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n+1) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-global-header .navbar-default .navbar-toggle:after,
.agency-header .navbar-default .navbar-toggle:after {
  position: absolute;
  content: 'MENU';
  right: 0;
  bottom: 10px;
  left: 0;
  font-size: 10px;
  color: #fff;
}
.com-global-header .navbar-collapse,
.agency-header .navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .com-global-header .agency-navigation-container,
  .agency-header .agency-navigation-container {
    min-height: 58px;
  }
}
@media (min-width: 992px) {
  .offcanvas {
    position: relative;
  }
}
@media (min-width: 992px) {
  .offcanvas-right .offcanvas-item {
    position: fixed;
    top: 0;
    right: -50%;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
  .admin-menu .offcanvas-right .offcanvas-item {
    top: 29px;
  }
}
@media (min-width: 992px) {
  .offcanvas-right.active .offcanvas-item {
    position: fixed;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
}
@media (min-width: 992px) {
  .offcanvas-left .offcanvas-item {
    position: fixed;
    top: 0;
    left: -50%;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
}
@media (min-width: 992px) {
  .offcanvas-left.active .offcanvas-item {
    position: fixed;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
  }
}
.on-page-menu {
  z-index: 1;
}
.on-page-menu.affix-top {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease-in-out 0.25s;
  -o-transition: top 0.3s ease-in-out 0.25s;
  transition: top 0.3s ease-in-out 0.25s;
}
@media (max-width: 767px) {
  .on-page-menu.affix {
    position: relative;
  }
}
@media (min-width: 768px) {
  .on-page-menu.affix {
    position: fixed;
    top: 0;
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
  .on-page-menu.affix.nav-down {
    top: 58px;
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
}
@media (min-width: 992px) {
  .on-page-menu.affix {
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
  .on-page-menu.affix.nav-down {
    top: 58px;
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
}
.on-page-menu.affix-bottom {
  position: fixed;
}
.on-page-menu h3 {
  padding: 0 20px;
  font-size: 3rem !important;
  color: #333333;
}
.on-page-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.on-page-menu ul li {
  margin: 0;
  padding: 0 !important;
}
.on-page-menu ul li a {
  display: block;
  padding: 8px 20px;
  font-size: 1.8rem;
  color: #065d8c;
  background-color: #ffffff;
}
.on-page-menu ul li a:hover,
.on-page-menu ul li a:focus {
  color: #ffffff;
  background-color: #065d8c;
  text-decoration: none;
}
.on-page-menu ul li.active a {
  color: #ffffff;
  background-color: #065d8c;
  text-decoration: none;
}
@media (min-width: 768px) {
  .admin-menu .on-page-menu.affix {
    top: 40px;
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
}
@media (min-width: 992px) {
  .admin-menu .on-page-menu.affix {
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
  .admin-menu .on-page-menu.affix.nav-down {
    top: 58px;
    -webkit-transition: top 0.3s ease-in-out 0.25s;
    -o-transition: top 0.3s ease-in-out 0.25s;
    transition: top 0.3s ease-in-out 0.25s;
  }
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: none !important;
}
body.page-user .navbar-default {
  border-bottom: 4px solid #93b3bd;
}
body.page-user .navbar-default .navbar-nav > li > a,
body.page-user .navbar-default body.page-user .navbar-default .navbar-nav > li > a {
  font-weight: bold;
}
.navbar-refresh.navbar {
  border-top: none;
  border-bottom: none;
}
.navbar-refresh .com-wordmark {
  display: block;
  width: 170px;
  height: 50px;
  margin-left: 54px;
}
.navbar-refresh .com-wordmark img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 170px;
}
@media (min-width: 992px) {
  .navbar-refresh #navbar-global.navbar-collapse {
    padding-right: 0;
  }
  .navbar-refresh #navbar-global.navbar-collapse .nav > li > a {
    padding-right: 22px;
    padding-left: 22px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #222;
  }
}
@media (min-width: 992px) {
  .navbar-refresh .navbar-nav {
    float: right;
  }
  .navbar-refresh .navbar-nav > li > .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
    width: 225px;
  }
  .navbar-refresh .navbar-nav > li > .dropdown-menu li a {
    font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #222;
  }
  .navbar-refresh .navbar-nav > li.last > .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.navbar-refresh .caret {
  width: 7px;
  height: 7px;
  margin-top: -8px;
  margin-left: 4px;
  border-top: none;
  border-right: 2px solid #222;
  border-bottom: 2px solid #222;
  border-left: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-refresh .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-refresh .nav li.dropdown.open > .dropdown-toggle:focus .caret,
.navbar-refresh .nav li.dropdown a[aria-expanded="true"] .caret {
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.main-container .menu-tree-heading {
  margin-bottom: 0;
  font-weight: bold;
}
.com-page.main-container .menu-tree-heading {
  content: 'nav-sidebar.less';
  margin-top: 0;
  border-bottom: 0;
}
.com-page.main-container .menu-tree-heading a {
  position: relative;
  display: block;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  font-size: 2.4rem;
  font-weight: 600;
  color: #222;
}
.com-page.main-container .menu-tree-heading a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.com-page.main-container .menu-tree-heading a:focus {
  text-decoration: none;
}
.com-page.main-container .menu-block-wrapper {
  margin-bottom: 3rem;
  border-top: none;
}
.com-page.main-container .menu-block-wrapper ul.list {
  margin: 0;
  padding: 0;
  border-top: 3px solid #eeeeee;
}
.com-page.main-container .menu-block-wrapper ul.list li {
  padding: 0 !important;
  border-bottom: 3px solid #eeeeee;
}
.com-page.main-container .menu-block-wrapper ul.list li > a {
  display: block;
  padding: 1rem 1rem 1rem 1.6rem;
  color: #065d8c;
}
.com-page.main-container .menu-block-wrapper ul.list li > a.active {
  font-weight: 700;
  color: #222;
}
.com-page.main-container .menu-block-wrapper ul.list li > a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:focus {
  background-color: #eeeeee;
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"],
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  max-height: 44px;
  height: 44px;
  max-width: 44px;
  width: 44px;
  padding: 8px 18px;
  background-color: transparent;
  opacity: 1;
  border-top: none;
  border-bottom: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:before,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:before,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"]:before,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:after,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:after,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"]:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 10px;
  margin: 0;
  background-color: #222;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:before,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:before,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"]:before {
  top: 50%;
  left: 50%;
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:after,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:after,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"]:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:hover,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:hover,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"]:hover,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed:focus,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:focus,
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="false"]:focus {
  background-color: #f5f5f5;
}
.com-page.main-container .menu-block-wrapper ul.list li a.expand-icon-collapsed[aria-expanded="true"]:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.com-page.main-container .menu-block-wrapper ul.list li ul li {
  margin-left: 2rem !important;
}
.com-page.main-container .menu-block-wrapper ul.list li ul li a {
  padding-left: 1.6rem;
}
.com-page.main-container .menu-block-wrapper ul.list li ul.list {
  padding-top: 0;
}
.com-page.main-container .menu-block-wrapper ul.list li ul.list li {
  margin-top: 0;
  margin-bottom: 0;
}
.com-page.main-container .menu-block-wrapper ul.list li ul.list li:last-child {
  border-bottom: none;
}
.com-page.main-container .menu-block-wrapper ul.list li.media {
  margin-top: 0;
}
.com-page.main-container .menu-block-wrapper .expanded {
  position: relative;
}
.com-page.main-container .menu-block-wrapper .expanded > a:first-child {
  margin-right: 0;
  padding-right: 46px;
}
body.com-water .main-container .menu-tree-heading,
body.com-fire .main-container .menu-tree-heading,
body.com-frontpage .main-container .menu-tree-heading {
  border-bottom: 2px solid #cccccc;
}
body.com-water .main-container .menu-tree-heading a,
body.com-fire .main-container .menu-tree-heading a,
body.com-frontpage .main-container .menu-tree-heading a {
  color: #264c73;
}
body.com-water .main-container .menu-tree-heading a:hover,
body.com-fire .main-container .menu-tree-heading a:hover,
body.com-frontpage .main-container .menu-tree-heading a:hover {
  text-decoration: none;
}
body.com-water .main-container .expanded ul.list,
body.com-fire .main-container .expanded ul.list,
body.com-frontpage .main-container .expanded ul.list {
  border-top: 1px solid #e3e3e3;
}
body.com-frontpage .main-container .menu-block-wrapper ul li > a.active {
  font-weight: bold;
}
body.com-water .main-container .menu-block-wrapper ul li {
  padding-top: 0;
  padding-bottom: 0;
}
body.com-water .main-container .menu-block-wrapper ul li > a:not(.expand-icon-collapse) {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.com-water .main-container .menu-block-wrapper ul li > a.active {
  font-weight: bold;
}
body.com-water .main-container .menu-block-wrapper ul li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.com-water .main-container .menu-block-wrapper ul li ul li {
  margin-left: 3em;
}
body.com-water .main-container .expanded,
body.com-water .main-container .accordion-heading {
  position: relative;
}
body.com-water .main-container .expanded > a:first-child,
body.com-water .main-container .accordion-heading > a:first-child {
  margin-right: 90px;
  position: relative;
}
body.com-water .main-container .expanded > a.pull-right.expand-icon-collapsed,
body.com-water .main-container .accordion-heading > a.pull-right.expand-icon-collapsed {
  opacity: 0.7;
  background: rgba(50, 50, 50, 0.15);
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  top: 0;
  right: 0;
  position: absolute;
  padding: 8px;
  display: inline-block;
}
body.com-water .main-container .expanded > a.pull-right.expand-icon-collapsed:hover,
body.com-water .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:hover {
  cursor: pointer;
  opacity: 1;
}
body.com-water .main-container .expanded > a.pull-right.expand-icon-collapsed:before,
body.com-water .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:before {
  content: "Sections";
}
body.com-water .main-container .expanded > a.pull-right.expand-icon-collapsed:after,
body.com-water .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:after {
  font-size: 10px;
  font-family: 'Glyphicons Halflings';
  content: "\e253";
  margin-left: 4px;
}
body.com-water .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after,
body.com-water .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after {
  content: "\e252";
}
body.com-water .main-container .expanded > ul,
body.com-water .main-container .accordion-heading > ul {
  margin: 0;
}
body.com-water .main-container .expanded > ul:before,
body.com-water .main-container .accordion-heading > ul:before,
body.com-water .main-container .expanded > ul:after,
body.com-water .main-container .accordion-heading > ul:after {
  content: " ";
  display: table;
}
body.com-water .main-container .expanded > ul:after,
body.com-water .main-container .accordion-heading > ul:after {
  clear: both;
}
body.com-water .main-container .expanded > ul:before,
body.com-water .main-container .accordion-heading > ul:before,
body.com-water .main-container .expanded > ul:after,
body.com-water .main-container .accordion-heading > ul:after {
  content: " ";
  display: table;
}
body.com-water .main-container .expanded > ul:after,
body.com-water .main-container .accordion-heading > ul:after {
  clear: both;
}
body.com-water .main-container .expanded > ul > li,
body.com-water .main-container .accordion-heading > ul > li {
  border-bottom: 1px solid #e3e3e3;
}
body.com-water .main-container .expanded > ul > li > a:first-child,
body.com-water .main-container .accordion-heading > ul > li > a:first-child {
  margin-right: 0;
}
body.com-water .main-container .expanded ul.list,
body.com-water .main-container .accordion-heading ul.list {
  margin-top: 8px;
  border-top: 1px solid #e3e3e3;
}
body.com-fire .main-container .menu-block-wrapper ul li {
  padding-top: 0;
  padding-bottom: 0;
}
body.com-fire .main-container .menu-block-wrapper ul li > a:not(.expand-icon-collapse) {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.com-fire .main-container .menu-block-wrapper ul li > a.active {
  font-weight: bold;
}
body.com-fire .main-container .menu-block-wrapper ul li ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body.com-fire .main-container .menu-block-wrapper ul li ul li {
  margin-left: 3em;
}
body.com-fire .main-container .expanded,
body.com-fire .main-container .accordion-heading {
  position: relative;
}
body.com-fire .main-container .expanded ul.list,
body.com-fire .main-container .accordion-heading ul.list {
  border-top: 1px solid #e3e3e3;
}
body.com-fire .main-container .expanded > a:first-child,
body.com-fire .main-container .accordion-heading > a:first-child {
  margin-right: 90px;
  position: relative;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed {
  opacity: 0.7;
  height: 36px;
  width: 36px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  right: 0;
  position: absolute;
  padding: 8px;
  display: inline-block;
  background-color: #5cb85c;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed:hover,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:hover,
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed:focus,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:focus {
  cursor: pointer;
  opacity: 1;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed:before,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:before,
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed:after,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:after {
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 50%;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed:before,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:before {
  top: 50%;
  left: 50%;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed:after,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"],
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"] {
  background-color: #d9534f;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:hover,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:hover,
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:focus,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:focus {
  opacity: 1;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:before,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:before,
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after {
  content: '';
  position: absolute;
  display: block;
  height: 4px;
  width: 50%;
  margin: 0;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:before,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:before {
  top: 50%;
  left: 50%;
}
body.com-fire .main-container .expanded > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after,
body.com-fire .main-container .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  -ms-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.com-global {
  height: 80px;
}
.com-global:before,
.com-global:after {
  content: " ";
  display: table;
}
.com-global:after {
  clear: both;
}
.com-global:before,
.com-global:after {
  content: " ";
  display: table;
}
.com-global:after {
  clear: both;
}
.com-global__logo {
  float: left;
  padding: 2.75rem;
}
@media (min-width: 992px) {
  .com-global__logo {
    margin-left: 2.75rem;
  }
}
.com-global__logo img {
  max-width: 300px;
}
.com-global__nav {
  float: right;
}
.com-global__nav ul li {
  padding-top: 0;
}
.com-global__nav ul li a {
  padding: 30px 24px;
  text-transform: uppercase;
  font-size: 18px;
  color: #333333;
}
.com-global__nav ul li a .cityicons-search {
  font-size: 24px;
}
.com-global__nav ul li.com-global__search a {
  padding: 27px 24px;
  font-size: 24px;
}
.com-agency {
  position: relative;
}
.com-agency__container {
  position: relative;
}
.com-agency__container.container-detail ul {
  list-style: none;
  margin: 0;
}
.com-agency__container.container-detail ul li {
  padding-top: 0;
}
.com-agency__logo {
  display: inline-block;
}
.com-agency__name h1 a,
.com-agency__head,
.com-agency__custom {
  color: #fff;
}
.com-agency__nav ul li {
  padding-top: 0;
}
.com-agency__nav .media {
  margin-top: 0;
}
.com-agency__alerts .alert {
  margin-bottom: 0;
}
.com-agency-new .com-agency {
  background-color: #222;
  background-image: url('/sites/default/files/template/banner/banner4.jpg');
  background-size: cover;
  background-position: center center;
}
.landing .com-agency-new .com-agency {
  padding-top: 230px;
}
.com-agency-new .com-agency .com-agency__alerts,
.com-agency-new .com-agency .com-agency__search {
  display: none;
}
.com-agency-new .com-agency .com-agency__logo,
.com-agency-new .com-agency .com-agency__name,
.com-agency-new .com-agency .com-agency__head,
.com-agency-new .com-agency .com-agency__custom {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  color: #fff;
}
.com-agency-new .com-agency .com-agency__container.container-detail {
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.com-agency-new .com-agency .com-agency__logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  width: 40px;
  z-index: 2;
}
@media (max-width: 991px) {
  .com-agency-new .com-agency .com-agency__logo {
    display: none;
  }
}
@media (min-width: 992px) {
  .com-agency-new .com-agency .com-agency__logo {
    position: absolute;
    top: 20px;
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .com-agency-new .com-agency .com-agency__logo {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .com-agency-new .com-agency .com-agency__name,
  .com-agency-new .com-agency .com-agency__head,
  .com-agency-new .com-agency .com-agency__custom {
    margin-left: 140px;
  }
}
@media (min-width: 1200px) {
  .com-agency-new .com-agency .com-agency__name,
  .com-agency-new .com-agency .com-agency__head,
  .com-agency-new .com-agency .com-agency__custom {
    margin-left: 160px;
  }
}
.com-agency-new .com-agency .com-agency__name {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.com-agency-new .com-agency .com-agency__name h1 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
}
@media (min-width: 1200px) {
  .com-agency-new .com-agency .com-agency__name h1 {
    font-size: 60px;
  }
}
.com-agency-new .com-agency .com-agency__name h1 a,
.com-agency-new .com-agency .com-agency__name h1 a:hover,
.com-agency-new .com-agency .com-agency__name h1 a:focus {
  text-decoration: none;
}
.com-agency-new .com-agency .com-agency__head {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
  font-size: 18px;
  font-style: italic;
}
.com-agency-new .com-agency .com-agency__custom {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
  font-size: 18px;
}
.com-agency-new .com-agency .com-agency__container.container-detail,
.com-agency-new .com-agency .com-agency__nav {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .com-agency-new .com-agency .com-agency__container.container-detail,
  .com-agency-new .com-agency .com-agency__nav {
    padding-right: calc((100vw - 750px) / 2);
    padding-left: calc((100vw - 750px) / 2);
  }
}
@media (min-width: 992px) {
  .com-agency-new .com-agency .com-agency__container.container-detail,
  .com-agency-new .com-agency .com-agency__nav {
    padding-right: calc((100vw - 970px) / 2);
    padding-left: calc((100vw - 970px) / 2);
  }
}
@media (min-width: 1200px) {
  .com-agency-new .com-agency .com-agency__container.container-detail,
  .com-agency-new .com-agency .com-agency__nav {
    padding-right: calc((100vw - 1170px) / 2);
    padding-left: calc((100vw - 1170px) / 2);
  }
}
.com-agency-new .com-agency .com-agency__container.container-nav {
  background-color: rgba(0, 0, 0, 0.75);
}
.com-agency-new .com-agency .com-agency__nav {
  -webkit-box-ordinal-group: 51;
  -ms-flex-order: 50;
  order: 50;
}
@media (min-width: 992px) {
  .com-agency-new .com-agency .com-agency__nav .navbar-nav {
    margin-left: 140px;
  }
}
@media (min-width: 1200px) {
  .com-agency-new .com-agency .com-agency__nav .navbar-nav {
    margin-left: 160px;
  }
}
.com-agency-new.com-parking-utility .com-agency {
  background-image: url("/sites/default/files/city-of-madison/parking-utility/banners/parking_utility-banner.jpg");
}
.com-legacy {
  position: relative;
}
.com-legacy .com-agency {
  font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.com-legacy .com-agency .com-agency__search,
.com-legacy .com-agency .com-agency__alerts {
  display: none;
}
.com-legacy .com-agency .com-agency__logo,
.com-legacy .com-agency .com-agency__name,
.com-legacy .com-agency .com-agency__head,
.com-legacy .com-agency .com-agency__custom {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.com-legacy .com-agency .com-agency__logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.com-legacy .com-agency .com-agency__name {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.com-legacy .com-agency .com-agency__head {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
}
.com-legacy .com-agency .com-agency__custom {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
}
.com-legacy .com-agency .com-agency__nav {
  -webkit-box-ordinal-group: 51;
  -ms-flex-order: 50;
  order: 50;
}
.com-legacy .com-agency .com-agency__container.container-detail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .com-legacy .com-agency .com-agency__container.container-detail {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .com-legacy .com-agency .com-agency__container.container-detail {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .com-legacy .com-agency .com-agency__container.container-detail {
    width: 1170px;
  }
}
.com-legacy .com-agency .com-agency__container.container-detail > .navbar-header,
.com-legacy .com-agency .com-agency__container.container-detail > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .com-legacy .com-agency .com-agency__container.container-detail > .navbar-header,
  .com-legacy .com-agency .com-agency__container.container-detail > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.com-legacy.com-water .com-agency {
  background-image: url('/sites/default/files/template/banner/water/banner.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: inherit;
  background-attachment: inherit;
}
.com-legacy.com-water .com-agency__logo {
  margin: 18px 0;
  padding: 0 10px;
}
.com-legacy.com-water .com-agency__logo img {
  max-width: 225px;
  -webkit-filter: drop-shadow(0 0 20px #fff);
  filter: drop-shadow(0 0 20px #fff);
}
.com-legacy.com-water .com-agency__name {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (min-width: 768px) {
  .com-legacy.com-water .com-agency__head {
    position: absolute;
    top: 91px;
    right: 0;
    font-weight: bold;
    color: #003c73;
  }
}
@media (min-width: 768px) {
  .com-legacy.com-water .com-agency__custom {
    position: absolute;
    top: 36px;
    right: 0;
    text-align: right;
    color: #003c73;
  }
}
.com-legacy.com-water .com-agency__container.container-nav {
  background-color: rgba(228, 240, 240, 0.8);
}
.com-legacy.com-water .com-agency__nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .com-legacy.com-water .com-agency__nav {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .com-legacy.com-water .com-agency__nav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .com-legacy.com-water .com-agency__nav {
    width: 1170px;
  }
}
.com-legacy.com-water .com-agency__nav > .navbar-header,
.com-legacy.com-water .com-agency__nav > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .com-legacy.com-water .com-agency__nav > .navbar-header,
  .com-legacy.com-water .com-agency__nav > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.com-legacy.com-fire .com-agency {
  background-color: #691513;
}
.com-legacy.com-fire .com-agency__logo {
  margin: 18px 0;
  padding: 0 10px;
}
.com-legacy.com-fire .com-agency__logo img {
  max-width: 85px;
}
.com-legacy.com-fire .com-agency__name,
.com-legacy.com-fire .com-agency__head,
.com-legacy.com-fire .com-agency__custom {
  position: absolute;
}
@media (max-width: 991px) {
  .com-legacy.com-fire .com-agency__head,
  .com-legacy.com-fire .com-agency__custom {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.com-legacy.com-fire .com-agency__name {
  top: 50%;
  left: 130px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 150px;
}
.com-legacy.com-fire .com-agency__name h1 {
  font-size: 17px;
  line-height: 1.5;
}
.com-legacy.com-fire .com-agency__name a,
.com-legacy.com-fire .com-agency__name a:hover,
.com-legacy.com-fire .com-agency__name a:focus {
  color: #fff;
}
@media (min-width: 768px) {
  .com-legacy.com-fire .com-agency__head {
    top: 40px;
    right: 0;
    width: 260px;
  }
}
@media (min-width: 768px) {
  .com-legacy.com-fire .com-agency__custom {
    top: 70px;
    right: 0;
    width: 260px;
    font-weight: bold;
    font-style: italic;
  }
}
.com-legacy.com-fire .com-agency__container.container-nav {
  background-color: #550000;
}
.com-legacy.com-fire .com-agency__nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .com-legacy.com-fire .com-agency__nav {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .com-legacy.com-fire .com-agency__nav {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .com-legacy.com-fire .com-agency__nav {
    width: 1170px;
  }
}
.com-legacy.com-fire .com-agency__nav > .navbar-header,
.com-legacy.com-fire .com-agency__nav > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .com-legacy.com-fire .com-agency__nav > .navbar-header,
  .com-legacy.com-fire .com-agency__nav > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.com-public-health .com-agency {
  background-color: #095e75;
}
.com-public-health .com-agency .com-global,
.com-public-health .com-agency .com-agency__name,
.com-public-health .com-agency .com-agency__head,
.com-public-health .com-agency .com-agency__custom {
  display: none;
}
@media (min-width: 992px) {
  .com-public-health .com-agency .com-agency__container {
    float: left;
  }
}
.com-public-health .com-agency .com-agency__logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 190px;
  margin: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .com-public-health .com-agency .com-agency__logo {
    width: 140px;
  }
}
.com-public-health .com-agency .com-agency__alerts {
  clear: both;
}
@media (min-width: 992px) {
  .com-public-health .com-agency .com-agency__search {
    float: right;
  }
}
.com-metro .com-agency {
  background-color: #1f355a;
  background-image: url("/sites/default/files/city-of-madison/metro/banners/metro-banner.jpg");
}
@media (min-width: 992px) {
  .com-metro .com-agency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.com-metro .com-agency .com-agency__name,
.com-metro .com-agency .com-agency__head {
  display: none;
}
.com-metro .com-agency .com-agency__logo,
.com-metro .com-agency .com-agency__name,
.com-metro .com-agency .com-agency__search,
.com-metro .com-agency .com-agency__nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
}
.com-metro .com-agency .com-agency__container.container-detail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .com-metro .com-agency .com-agency__container.container-detail {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .com-metro .com-agency .com-agency__container.container-detail {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .com-metro .com-agency .com-agency__container.container-detail {
    width: 1170px;
  }
}
.com-metro .com-agency .com-agency__container.container-detail > .navbar-header,
.com-metro .com-agency .com-agency__container.container-detail > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .com-metro .com-agency .com-agency__container.container-detail > .navbar-header,
  .com-metro .com-agency .com-agency__container.container-detail > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .com-metro .com-agency .com-agency__container.container-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.com-metro .com-agency .com-agency__logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 17px 0;
}
.com-metro .com-agency .com-agency__logo img {
  height: 3.2rem;
}
@media (min-width: 992px) {
  .com-metro .com-agency .com-agency__logo img {
    height: 4.6rem;
  }
}
.com-metro .com-agency .com-agency__custom {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
}
.com-metro .com-agency .com-agency__custom button {
  padding: 15px;
  font-size: 2.4rem;
  background-color: transparent;
  border: none;
  color: #fff;
}
.com-metro .com-agency .com-agency__alerts {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.com-metro .com-agency .com-agency__search {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.com-metro .com-agency .com-agency__nav {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.com-olbrich .com-agency .com-agency__name,
.com-olbrich .com-agency .com-agency__head,
.com-olbrich .com-agency .com-agency__search {
  display: none;
}
.com-olbrich .com-agency .com-agency__logo {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}
.com-olbrich .com-agency .com-agency__logo img {
  width: 282px;
}
@media (min-width: 992px) {
  .com-olbrich .com-agency .com-agency__logo img {
    width: 265px;
  }
}
.com-olbrich .com-agency .com-agency__custom {
  -webkit-box-ordinal-group: 21;
  -ms-flex-order: 20;
  order: 20;
}
.com-olbrich .com-agency .com-agency__alerts {
  -webkit-box-ordinal-group: 41;
  -ms-flex-order: 40;
  order: 40;
}
.com-olbrich .com-agency .com-agency__nav {
  -webkit-box-ordinal-group: 31;
  -ms-flex-order: 30;
  order: 30;
}
.com-olbrich .com-agency .com-agency__container.container-detail {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .com-olbrich .com-agency .com-agency__container.container-detail {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .com-olbrich .com-agency .com-agency__container.container-detail {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .com-olbrich .com-agency .com-agency__container.container-detail {
    width: 1170px;
  }
}
.com-olbrich .com-agency .com-agency__container.container-detail > .navbar-header,
.com-olbrich .com-agency .com-agency__container.container-detail > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .com-olbrich .com-agency .com-agency__container.container-detail > .navbar-header,
  .com-olbrich .com-agency .com-agency__container.container-detail > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .com-olbrich .com-agency .com-agency__container.container-nav {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .com-olbrich .com-agency .com-agency__container.container-nav {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .com-olbrich .com-agency .com-agency__nav {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .com-olbrich .com-agency .com-agency__custom {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.com-olbrich .com-agency .com-agency__alerts {
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
ol.breadcrumb {
  margin-left: 0;
}
ol.breadcrumb > li {
  color: #595959;
}
ol.breadcrumb > li:before {
  content: '';
  padding: 0;
}
ol.breadcrumb > li:after {
  content: "/\00a0";
  padding-right: 4px;
  padding-left: 10px;
  color: #cccccc;
}
ol.breadcrumb > li:last-child:before,
ol.breadcrumb > li:last-child:after {
  content: '';
  padding: 0;
}
.label {
  display: inline-block;
  text-transform: uppercase;
  border-radius: 2px;
  vertical-align: top;
}
.label-default {
  background-color: #222;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #080808;
}
.label-primary {
  background-color: #03626b;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #023539;
}
.label-success {
  background-color: #00662f;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #003318;
}
.label-info {
  background-color: #065d8c;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #043d5b;
}
.label-warning {
  background-color: #eca120;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c88511;
}
.label-danger {
  background-color: #ac1d2c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #801621;
}
.label-purple {
  background-color: #84036c;
}
.label-purple[href]:hover,
.label-purple[href]:focus {
  background-color: #520243;
}
a.alert {
  display: block;
}
a.alert:before,
a.alert:after {
  content: " ";
  display: table;
}
a.alert:after {
  clear: both;
}
a.alert:before,
a.alert:after {
  content: " ";
  display: table;
}
a.alert:after {
  clear: both;
}
a.alert:hover {
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
a.alert:focus {
  -webkit-box-shadow: 0 0 15px #336699;
  box-shadow: 0 0 15px #336699;
}
a.alert .cityicons {
  font-size: 25px;
  margin-right: 6px;
}
.alert h4,
.alert .h4 {
  margin: 0;
}
.alert-item .alert {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert-item .alert .alert-link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-right: 15px;
  font-size: 14px;
}
.alert.alert-DSE {
  min-height: 65px;
}
.alert.alert-DSE.NO {
  background-color: #1f7e41;
  border-color: #24924c;
}
.alert.alert-DSE.NO:hover {
  background-color: #24924c;
  border-color: #29a756;
}
.alert.alert-DSE.YES {
  background-color: #bf0428;
  border-color: #f10532;
}
.alert.alert-DSE.YES:hover {
  background-color: #d8052d;
}
.alert.alert-DSE.YES h4,
.alert.alert-DSE.YES .h4 {
  color: #fff !important;
}
.alert.alert-DSE h4,
.alert.alert-DSE .h4 {
  float: left;
  text-transform: uppercase;
  color: #212221;
  font-size: 45px;
  line-height: 33px;
}
.alert.alert-DSE img {
  max-width: 100px;
}
.alert.alert-DSE .dse-date {
  position: relative;
  display: block;
  clear: both;
  margin: 10px -15px -15px;
  padding: 10px 30px 10px 13px;
  background-color: rgba(0, 0, 0, 0.37);
  border-top: 1px solid rgba(0, 0, 0, 0.8);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .alert.alert-DSE {
    min-height: 70px;
  }
  .alert.alert-DSE h4 {
    font-size: 50px;
    line-height: 40px;
  }
  .alert.alert-DSE img {
    max-width: 120px;
  }
}
.alert.alert-DSE p {
  vertical-align: middle;
}
.alert.alert-DSE a {
  color: #eee;
}
.com-page .announcement-alert-list .list-unstyled {
  margin-bottom: 0 !important;
  margin-left: 0;
  padding-left: 0 !important;
}
.com-page .announcement-alert-list .list-unstyled li {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.com-page .announcement-alert-list .list-unstyled li .alert {
  margin-bottom: 0;
}
.com-page .alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
  padding: 1.5rem;
  border-radius: 0;
  border: none;
  border-left: 5px solid #065d8c;
  text-shadow: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.com-page .alert:before,
.com-page .alert:after {
  content: " ";
  display: table;
}
.com-page .alert:after {
  clear: both;
}
.com-page .alert:before,
.com-page .alert:after {
  content: " ";
  display: table;
}
.com-page .alert:after {
  clear: both;
}
.com-page .alert .alert-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.com-page .alert .alert-icon .cityicons {
  margin-right: 0;
  font-size: 3.2rem;
}
.com-page .alert .alert-icon + .content {
  padding-left: 1.5rem;
}
.com-page .alert .heading {
  font-size: 1.8rem;
  font-weight: 600;
}
.com-page .alert p {
  max-width: none;
  margin-bottom: 0 !important;
}
.com-page .alert p + p {
  margin-top: 1rem;
}
.com-page .alert ul {
  margin-bottom: 0 !important;
}
.com-page .alert .close,
.com-page .alert button:not(.btn).close {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  padding: 0;
  line-height: 4.8rem;
  text-align: center;
  text-shadow: none;
  font-size: 2.8rem;
  font-weight: bold;
  opacity: 0.8;
  border: none;
  background-color: transparent;
}
.com-page .alert .close:after,
.com-page .alert button:not(.btn).close:after {
  display: none;
}
.com-page .alert .close:hover,
.com-page .alert button:not(.btn).close:hover,
.com-page .alert .close:focus,
.com-page .alert button:not(.btn).close:focus,
.com-page .alert .close:active:hover,
.com-page .alert button:not(.btn).close:active:hover,
.com-page .alert .close:active:focus,
.com-page .alert button:not(.btn).close:active:focus {
  opacity: 1;
  background-color: transparent;
}
.com-page .alert + .alert {
  margin-top: 1.5rem;
}
.com-page .alert.messages {
  display: block;
  padding-right: 50px;
}
.com-page .alert.messages .placeholder {
  word-break: break-word;
}
.com-page .alert.alert-dismissible .content {
  padding-right: 50px;
}
.com-page a.alert {
  text-decoration: none;
}
.com-page a.alert:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 16px;
  height: 21px;
  content: "\e982";
  font-family: 'cityicons';
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.com-page a.alert .content {
  padding-right: 50px;
}
.com-page .alert.alert-danger {
  border-left-color: #ac1d2c;
  background-color: #f5f5f5;
  color: #222;
}
.com-page .alert.alert-danger .alert-icon {
  color: #ac1d2c;
}
.com-page .alert.alert-danger .content {
  color: #222;
}
.com-page .alert.alert-danger a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-danger a:hover,
.com-page .alert.alert-danger a:focus {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}
.com-page .alert.alert-danger:after {
  color: #ac1d2c;
}
.com-page .alert.alert-danger:hover:after,
.com-page .alert.alert-danger:focus:after {
  color: #8d031e;
}
.com-page .alert.alert-danger .close {
  color: #000000;
}
.com-page .alert.alert-danger .close:hover,
.com-page .alert.alert-danger .close:focus {
  color: #000000;
}
.com-page .alert.alert-warning {
  border-left-color: #eca120;
  background-color: #f5f5f5;
  color: #222;
}
.com-page .alert.alert-warning .alert-icon {
  color: #eca120;
}
.com-page .alert.alert-warning .content {
  color: #222;
}
.com-page .alert.alert-warning a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-warning a:hover,
.com-page .alert.alert-warning a:focus {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}
.com-page .alert.alert-warning:after {
  color: #eca120;
}
.com-page .alert.alert-warning:hover:after,
.com-page .alert.alert-warning:focus:after {
  color: #d98522;
}
.com-page .alert.alert-warning .close {
  color: #000000;
}
.com-page .alert.alert-warning .close:hover,
.com-page .alert.alert-warning .close:focus {
  color: #000000;
}
.com-page .alert.alert-success {
  border-left-color: #00662f;
  background-color: #f5f5f5;
  color: #222;
}
.com-page .alert.alert-success .alert-icon {
  color: #00662f;
}
.com-page .alert.alert-success .content {
  color: #222;
}
.com-page .alert.alert-success a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-success a:hover,
.com-page .alert.alert-success a:focus {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}
.com-page .alert.alert-success:after {
  color: #00662f;
}
.com-page .alert.alert-success:hover:after,
.com-page .alert.alert-success:focus:after {
  color: #00431c;
}
.com-page .alert.alert-success .close {
  color: #000000;
}
.com-page .alert.alert-success .close:hover,
.com-page .alert.alert-success .close:focus {
  color: #000000;
}
.com-page .alert.alert-info {
  border-left-color: #065d8c;
  background-color: #f5f5f5;
  color: #222;
}
.com-page .alert.alert-info .alert-icon {
  color: #065d8c;
}
.com-page .alert.alert-info .content {
  color: #222;
}
.com-page .alert.alert-info a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-info a:hover,
.com-page .alert.alert-info a:focus {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}
.com-page .alert.alert-info:after {
  color: #065d8c;
}
.com-page .alert.alert-info:hover:after,
.com-page .alert.alert-info:focus:after {
  color: #043d5b;
}
.com-page .alert.alert-info .close {
  color: #000000;
}
.com-page .alert.alert-info .close:hover,
.com-page .alert.alert-info .close:focus {
  color: #000000;
}
.com-page .alert.alert-full-width {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.com-page .alert.alert-full-width .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .com-page .alert.alert-full-width .container {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.com-page .alert.alert-full-width .alert-icon .cityicons {
  margin-right: 0;
  font-size: 3rem;
}
.com-page .alert.alert-full-width .alert-icon + .content {
  padding-left: 1.5rem;
}
.com-page .alert.alert-full-width .heading {
  font-size: 2.2rem;
}
.com-page .alert.alert-full-width + .com-page .alert.alert-full-width {
  margin-top: 0;
}
.com-page .alert.alert-full-width:after {
  content: '';
}
.com-page .alert.alert-full-width.alert-danger {
  border-left-color: transparent;
  background-color: #8d031e;
  color: #222;
}
.com-page .alert.alert-full-width.alert-danger .alert-icon {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-danger .content {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-danger a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-full-width.alert-danger a:hover,
.com-page .alert.alert-full-width.alert-danger a:focus {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.com-page .alert.alert-full-width.alert-danger:after {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-danger:hover:after,
.com-page .alert.alert-full-width.alert-danger:focus:after {
  color: #650215;
}
.com-page .alert.alert-full-width.alert-danger .close {
  color: #ffffff;
}
.com-page .alert.alert-full-width.alert-danger .close:hover,
.com-page .alert.alert-full-width.alert-danger .close:focus {
  color: #ffffff;
}
.com-page .alert.alert-full-width.alert-warning {
  border-left-color: transparent;
  background-color: #eca120;
  color: #222;
}
.com-page .alert.alert-full-width.alert-warning .alert-icon {
  color: inherit;
}
.com-page .alert.alert-full-width.alert-warning .content {
  color: #222;
}
.com-page .alert.alert-full-width.alert-warning a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-full-width.alert-warning a:hover,
.com-page .alert.alert-full-width.alert-warning a:focus {
  color: rgba(0, 0, 0, 0.9);
  border-color: rgba(0, 0, 0, 0.9);
}
.com-page .alert.alert-full-width.alert-warning:after {
  color: inherit;
}
.com-page .alert.alert-full-width.alert-warning:hover:after,
.com-page .alert.alert-full-width.alert-warning:focus:after {
  color: #eca120;
}
.com-page .alert.alert-full-width.alert-warning .close {
  color: #000000;
}
.com-page .alert.alert-full-width.alert-warning .close:hover,
.com-page .alert.alert-full-width.alert-warning .close:focus {
  color: #000000;
}
.com-page .alert.alert-full-width.alert-success {
  border-left-color: transparent;
  background-color: #00431c;
  color: #222;
}
.com-page .alert.alert-full-width.alert-success .alert-icon {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-success .content {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-success a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-full-width.alert-success a:hover,
.com-page .alert.alert-full-width.alert-success a:focus {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.com-page .alert.alert-full-width.alert-success:after {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-success:hover:after,
.com-page .alert.alert-full-width.alert-success:focus:after {
  color: #00431c;
}
.com-page .alert.alert-full-width.alert-success .close {
  color: #ffffff;
}
.com-page .alert.alert-full-width.alert-success .close:hover,
.com-page .alert.alert-full-width.alert-success .close:focus {
  color: #ffffff;
}
.com-page .alert.alert-full-width.alert-info {
  border-left-color: transparent;
  background-color: #043d5b;
  color: #222;
}
.com-page .alert.alert-full-width.alert-info .alert-icon {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-info .content {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-info a {
  color: currentColor;
  border-color: currentColor;
}
.com-page .alert.alert-full-width.alert-info a:hover,
.com-page .alert.alert-full-width.alert-info a:focus {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
}
.com-page .alert.alert-full-width.alert-info:after {
  color: #fff;
}
.com-page .alert.alert-full-width.alert-info:hover:after,
.com-page .alert.alert-full-width.alert-info:focus:after {
  color: #043d5b;
}
.com-page .alert.alert-full-width.alert-info .close {
  color: #ffffff;
}
.com-page .alert.alert-full-width.alert-info .close:hover,
.com-page .alert.alert-full-width.alert-info .close:focus {
  color: #ffffff;
}
.com-page a.alert.alert-full-width:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 16px;
  height: 21px;
  content: "\e982";
  font-family: 'cityicons';
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.com-page a.alert.alert-full-width.alert-warning {
  background-color: #8d031e;
}
.com-page a.alert.alert-full-width.alert-warning:after {
  color: #ffffff;
}
.com-page a.alert.alert-full-width.alert-warninga:hover,
.com-page a.alert.alert-full-width.alert-warninga:focus {
  background-color: #8d031e;
}
.com-page a.alert.alert-full-width.alert-warninga:hover:after,
.com-page a.alert.alert-full-width.alert-warninga:focus:after {
  color: #ffffff;
}
.com-page a.alert.alert-full-width.alert-success {
  background-color: #00662f;
}
.com-page a.alert.alert-full-width.alert-success:after {
  color: #ffffff;
}
.com-page a.alert.alert-full-width.alert-successa:hover,
.com-page a.alert.alert-full-width.alert-successa:focus {
  background-color: #00431c;
}
.com-page a.alert.alert-full-width.alert-successa:hover:after,
.com-page a.alert.alert-full-width.alert-successa:focus:after {
  color: #ffffff;
}
.com-page a.alert.alert-full-width.alert-info {
  background-color: #065d8c;
}
.com-page a.alert.alert-full-width.alert-info:after {
  color: #ffffff;
}
.com-page a.alert.alert-full-width.alert-infoa:hover,
.com-page a.alert.alert-full-width.alert-infoa:focus {
  background-color: #043d5b;
}
.com-page a.alert.alert-full-width.alert-infoa:hover:after,
.com-page a.alert.alert-full-width.alert-infoa:focus:after {
  color: #ffffff;
}
.ajax-render[data-query*="flooding_alert_xml_block"] a {
  position: relative;
}
.ajax-render[data-query*="flooding_alert_xml_block"] a.alert-danger {
  background-color: #065d8c;
  color: #ffffff;
}
.ajax-render[data-query*="flooding_alert_xml_block"] a.alert-danger:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e982";
  font-family: 'cityicons';
  font-size: 1.5rem;
}
.ajax-render[data-query*="flooding_alert_xml_block"] a.alert-danger:hover {
  background-color: #043d5b;
}
.ajax-render[data-query*="flooding_alert_xml_block"] a.alert-danger h4 {
  margin-top: 0 !important;
  font-size: 22px !important;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.view-display-id-flooding_alert_xml_block a {
  position: relative;
}
.view-display-id-flooding_alert_xml_block a.alert-danger {
  background-color: #065d8c;
  color: #ffffff;
}
.view-display-id-flooding_alert_xml_block a.alert-danger:after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e982";
  font-family: 'cityicons';
  font-size: 1.5rem;
}
.view-display-id-flooding_alert_xml_block a.alert-danger:hover {
  background-color: #043d5b;
}
.view-display-id-flooding_alert_xml_block a.alert-danger h4 {
  margin-top: 0 !important;
  font-size: 22px !important;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.views-exposed-form #edit-distance-wrapper .form-group:first-child {
  margin-bottom: 10px;
}
.views-exposed-form .views-exposed-widget {
  padding-top: 1em;
}
.views-exposed-form .views-exposed-widget.views-submit-button {
  clear: both;
  float: none;
}
.views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}
#views-exposed-form-event-event-search-pane .form-group {
  margin-bottom: 20px;
}
#views-exposed-form-event-event-search-pane .help-block {
  margin: 0 0 6px;
}
#views-exposed-form-event-event-search-pane .views-exposed-form label {
  font-weight: 600;
  margin-bottom: 0;
}
#views-exposed-form-event-event-search-pane .views-exposed-form .form-type-select label {
  font-weight: normal;
}
#views-exposed-form-event-event-search-pane .views-exposed-form input[type="text"],
#views-exposed-form-event-event-search-pane .views-exposed-form select {
  height: 43px;
  font-size: 16px;
  border-radius: 2px;
  color: #222;
}
#views-exposed-form-event-event-search-pane .views-exposed-form .views-exposed-widget {
  padding-top: 0;
}
.email-list-subscription {
  margin-bottom: 20px;
}
.form-required,
.required:not(.state) {
  color: #ac1d2c;
}
.form-required small,
.required:not(.state) small {
  font-size: 14px;
  font-weight: normal;
  color: #8d031e;
}
@media (min-width: 768px) {
  .form-required small,
  .required:not(.state) small {
    font-size: 12px;
  }
}
select.required,
input.required,
textarea.required {
  color: inherit !important;
}
em.form-required {
  font-weight: bold;
  font-style: normal;
}
.col-xs-6 .container-inline-date .form-item {
  width: 100%;
}
.col-xs-6 .container-inline-date .form-item input {
  width: 100%;
}
label[for="edit-field-event-date-und-0-value2"] {
  display: block;
  padding-left: 10px;
}
#edit-field-event-cost-und-0-value,
#edit-field-event-registration-cost-und-0-value {
  display: inline-block;
  width: auto;
}
.term-reference-tree-level li {
  padding-top: 4px;
}
.region-feedback form .form-radios .form-item-submitted-was-this-page-helpful-to-you {
  display: inline-block;
}
@media screen and (min-width: 800px) and (device-width: 800px) and (max-width: 800px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (device-aspect-ratio: 5/8), screen and (min-width: 1280px) and (device-width: 1280px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (device-aspect-ratio: 8/5) {
  .region-feedback form .radio-inline input[type="radio"] {
    top: 0;
    margin-left: 0;
  }
}
.search-form input,
.form-search input {
  min-width: 19.6rem;
  background-color: #fff;
  border-color: #cccccc;
}
.search-form button[type="submit"],
.form-search button[type="submit"] {
  position: relative;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  font-family: 'cityicons';
}
.search-form button[type="submit"]:hover,
.form-search button[type="submit"]:hover,
.search-form button[type="submit"]:focus,
.form-search button[type="submit"]:focus,
.search-form button[type="submit"].focus,
.form-search button[type="submit"].focus,
.search-form button[type="submit"]:active,
.form-search button[type="submit"]:active,
.search-form button[type="submit"].active,
.form-search button[type="submit"].active,
.open > .dropdown-toggle.search-form button[type="submit"],
.open > .dropdown-toggle.form-search button[type="submit"] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.search-form button[type="submit"]:active,
.form-search button[type="submit"]:active,
.search-form button[type="submit"].active,
.form-search button[type="submit"].active,
.open > .dropdown-toggle.search-form button[type="submit"],
.open > .dropdown-toggle.form-search button[type="submit"] {
  background-image: none;
}
.search-form button[type="submit"].disabled,
.form-search button[type="submit"].disabled,
.search-form button[type="submit"][disabled],
.form-search button[type="submit"][disabled],
fieldset[disabled] .search-form button[type="submit"],
fieldset[disabled] .form-search button[type="submit"],
.search-form button[type="submit"].disabled:hover,
.form-search button[type="submit"].disabled:hover,
.search-form button[type="submit"][disabled]:hover,
.form-search button[type="submit"][disabled]:hover,
fieldset[disabled] .search-form button[type="submit"]:hover,
fieldset[disabled] .form-search button[type="submit"]:hover,
.search-form button[type="submit"].disabled:focus,
.form-search button[type="submit"].disabled:focus,
.search-form button[type="submit"][disabled]:focus,
.form-search button[type="submit"][disabled]:focus,
fieldset[disabled] .search-form button[type="submit"]:focus,
fieldset[disabled] .form-search button[type="submit"]:focus,
.search-form button[type="submit"].disabled.focus,
.form-search button[type="submit"].disabled.focus,
.search-form button[type="submit"][disabled].focus,
.form-search button[type="submit"][disabled].focus,
fieldset[disabled] .search-form button[type="submit"].focus,
fieldset[disabled] .form-search button[type="submit"].focus,
.search-form button[type="submit"].disabled:active,
.form-search button[type="submit"].disabled:active,
.search-form button[type="submit"][disabled]:active,
.form-search button[type="submit"][disabled]:active,
fieldset[disabled] .search-form button[type="submit"]:active,
fieldset[disabled] .form-search button[type="submit"]:active,
.search-form button[type="submit"].disabled.active,
.form-search button[type="submit"].disabled.active,
.search-form button[type="submit"][disabled].active,
.form-search button[type="submit"][disabled].active,
fieldset[disabled] .search-form button[type="submit"].active,
fieldset[disabled] .form-search button[type="submit"].active {
  background-color: #fff;
  border-color: #ccc;
}
.search-form button[type="submit"] .badge,
.form-search button[type="submit"] .badge {
  color: #fff;
  background-color: #333;
}
.search-form button[type="submit"]:active,
.form-search button[type="submit"]:active,
.search-form button[type="submit"].active,
.form-search button[type="submit"].active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.search-form button[type="submit"] .badge,
.form-search button[type="submit"] .badge {
  text-shadow: none;
}
.search-form button[type="submit"]:hover,
.form-search button[type="submit"]:hover,
.search-form button[type="submit"]:focus,
.form-search button[type="submit"]:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.search-form button[type="submit"]:active,
.form-search button[type="submit"]:active,
.search-form button[type="submit"].active,
.form-search button[type="submit"].active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.search-form button[type="submit"].disabled,
.form-search button[type="submit"].disabled,
.search-form button[type="submit"]:disabled,
.form-search button[type="submit"]:disabled,
.search-form button[type="submit"][disabled],
.form-search button[type="submit"][disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.search-form button[type="submit"]:after,
.form-search button[type="submit"]:after {
  content: "\e911";
}
.main-container .bcs-container-searchbox {
  border: none;
}
@media (min-width: 992px) {
  .main-container .bcs-container-searchbox {
    width: 50%;
  }
}
.main-container .bcs-container-searchbox input {
  width: calc(100% - 75px);
  margin: 0;
  padding: 5px 5px 5px 12px;
  border: 1px solid #cccccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: transparent;
  height: 30px;
  color: #595959;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  outline: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: top;
}
.main-container .bcs-container-searchbox input:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.main-container .bcs-container-searchbox button.bcs-searchbox-submit,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit {
  position: relative !important;
  width: 41px;
  height: 42px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background-image: none !important;
  background-color: #065d8c !important;
  color: #fff !important;
  border-color: transparent !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 0 !important;
}
.main-container .bcs-container-searchbox button.bcs-searchbox-submit:before,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'cityicons';
  content: "\e911";
  font-weight: normal;
}
.main-container .bcs-container-searchbox button.bcs-searchbox-submit:after,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit:after {
  background-color: #043d5b !important;
}
.main-container .bcs-container-searchbox button.bcs-searchbox-submit:hover,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit:hover,
.main-container .bcs-container-searchbox button.bcs-searchbox-submit:focus,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit:focus {
  background-color: #043d5b !important;
}
.main-container .bcs-container-searchbox button.bcs-searchbox-submit:hover:after,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit:hover:after,
.main-container .bcs-container-searchbox button.bcs-searchbox-submit:focus:after,
.main-container .bcs-container-searchbox button.bcs-searchbox-plugin-submit:focus:after {
  background-color: #032d43 !important;
}
.main-container #search-form {
  display: none;
}
.main-container .search-form > div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .main-container .search-form > div {
    float: left;
    width: 50%;
  }
}
.main-container .search-form button[type="submit"] {
  color: #fff;
  background-color: #2b689c;
  border-color: #255b88;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-linear-gradient(top, #2b689c 0%, #1e486c 100%);
  background-image: -o-linear-gradient(top, #2b689c 0%, #1e486c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#1e486c));
  background-image: linear-gradient(to bottom, #2b689c 0%, #1e486c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff1e486c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #1c4364;
}
.main-container .search-form button[type="submit"]:hover,
.main-container .search-form button[type="submit"]:focus,
.main-container .search-form button[type="submit"].focus,
.main-container .search-form button[type="submit"]:active,
.main-container .search-form button[type="submit"].active,
.open > .dropdown-toggle.main-container .search-form button[type="submit"] {
  color: #fff;
  background-color: #204d74;
  border-color: #183b58;
}
.main-container .search-form button[type="submit"]:active,
.main-container .search-form button[type="submit"].active,
.open > .dropdown-toggle.main-container .search-form button[type="submit"] {
  background-image: none;
}
.main-container .search-form button[type="submit"].disabled,
.main-container .search-form button[type="submit"][disabled],
fieldset[disabled] .main-container .search-form button[type="submit"],
.main-container .search-form button[type="submit"].disabled:hover,
.main-container .search-form button[type="submit"][disabled]:hover,
fieldset[disabled] .main-container .search-form button[type="submit"]:hover,
.main-container .search-form button[type="submit"].disabled:focus,
.main-container .search-form button[type="submit"][disabled]:focus,
fieldset[disabled] .main-container .search-form button[type="submit"]:focus,
.main-container .search-form button[type="submit"].disabled.focus,
.main-container .search-form button[type="submit"][disabled].focus,
fieldset[disabled] .main-container .search-form button[type="submit"].focus,
.main-container .search-form button[type="submit"].disabled:active,
.main-container .search-form button[type="submit"][disabled]:active,
fieldset[disabled] .main-container .search-form button[type="submit"]:active,
.main-container .search-form button[type="submit"].disabled.active,
.main-container .search-form button[type="submit"][disabled].active,
fieldset[disabled] .main-container .search-form button[type="submit"].active {
  background-color: #2b689c;
  border-color: #255b88;
}
.main-container .search-form button[type="submit"] .badge {
  color: #2b689c;
  background-color: #fff;
}
.main-container .search-form button[type="submit"]:active,
.main-container .search-form button[type="submit"].active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.main-container .search-form button[type="submit"] .badge {
  text-shadow: none;
}
.main-container .search-form button[type="submit"]:hover,
.main-container .search-form button[type="submit"]:focus {
  background-color: #1e486c;
  background-position: 0 -15px;
}
.main-container .search-form button[type="submit"]:active,
.main-container .search-form button[type="submit"].active {
  background-color: #1e486c;
  border-color: #1c4364;
}
.main-container .search-form button[type="submit"].disabled,
.main-container .search-form button[type="submit"]:disabled,
.main-container .search-form button[type="submit"][disabled] {
  background-color: #1e486c;
  background-image: none;
}
body .main-container .region-content .bcs-container-searchbox + .bcs-container-searchbox {
  display: none;
}
.live-filter {
  position: relative;
}
.live-filter #filterCount {
  position: absolute;
  top: 12px;
  right: 2px;
  padding: 0 16px 0 20px;
  color: #222;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #fff), color-stop(90%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(right, #fff 0, #fff 90%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(right, #fff 0, #fff 90%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, #fff 0, #fff 90%, rgba(255, 255, 255, 0) 100%);
}
#employee-directory-heading {
  margin-bottom: 10px;
}
@media (max-device-width: 767px) {
  #employee-directory-heading {
    font-size: 9vw;
  }
}
#city-plugin-contact-directory-form {
  position: relative;
}
#city-plugin-contact-directory-form .form-item {
  margin-bottom: 2rem;
}
#city-plugin-contact-directory-form:not(.submitted) {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  #city-plugin-contact-directory-form:not(.submitted) {
    float: left;
    width: calc((100% / 3) * 2);
  }
  #city-plugin-contact-directory-form:not(.submitted) .form-item {
    width: calc((100% / 3) * 2);
    display: block;
  }
}
#city-plugin-contact-directory-form.submitted {
  font-style: normal;
  color: #222;
}
@media (min-width: 768px) {
  #city-plugin-contact-directory-form.submitted.collapse {
    display: block;
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #city-plugin-contact-directory-form.submitted {
    color: #222;
  }
  #city-plugin-contact-directory-form.submitted > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #city-plugin-contact-directory-form.submitted .form-item {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    margin-right: 3rem;
  }
  #city-plugin-contact-directory-form.submitted .form-item:nth-of-type(3) {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
  }
}
@media (max-width: 767px) {
  #city-plugin-contact-directory-form.submitted[aria-expanded="false"] {
    display: none;
  }
  #city-plugin-contact-directory-form.submitted.affix {
    top: 40px;
    right: 0;
    left: 0;
    z-index: 9999;
    display: block;
    padding: 15px;
    background-color: #eeeeee;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  }
}
#city-plugin-contact-directory-form button[type="submit"] {
  margin-top: 4px;
  margin-bottom: 0;
}
#city-plugin-contact-directory-form input,
#city-plugin-contact-directory-sort input,
#city-plugin-contact-directory-form select,
#city-plugin-contact-directory-sort select {
  height: 4.4rem;
  font-size: 1.65rem;
}
@media (max-width: 767px) {
  .employee-directory-form-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #eeeeee;
  }
  .employee-directory-form-wrapper #city-plugin-contact-directory-form.submitted,
  .employee-directory-form-wrapper #city-plugin-contact-directory-sort {
    margin: 0 15px;
  }
  .employee-directory-form-wrapper #city-plugin-contact-directory-form.submitted > div {
    margin-top: 15px;
    min-height: 335px;
  }
}
.employee-directory-form-wrapper.affix {
  position: relative;
}
@media (max-width: 767px) {
  .employee-directory-form-wrapper.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
}
.employee-directory-form-wrapper .mobile-search-bar {
  background-color: #fff;
  text-align: right;
}
@media (min-width: 768px) {
  .employee-directory-form-wrapper .mobile-search-bar {
    display: none;
  }
}
.employee-directory-form-wrapper .mobile-search-bar button {
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-size: 18px !important;
  font-weight: normal !important;
  text-transform: none !important;
}
.employee-directory-form-wrapper .mobile-search-bar button .cityicons {
  vertical-align: inherit;
}
.employee-directory-form-wrapper .mobile-search-bar button:hover,
.employee-directory-form-wrapper .mobile-search-bar button:focus,
.employee-directory-form-wrapper .mobile-search-bar button:active,
.employee-directory-form-wrapper .mobile-search-bar button[aria-expanded="true"] {
  background-color: #eeeeee;
  text-decoration: none;
}
.employee-directory-form-wrapper .mobile-search-bar button:last-of-type {
  margin-right: 15px !important;
}
#events-comm-node-form fieldset {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
}
#events-comm-node-form fieldset > .list-group,
#events-comm-node-form fieldset > .panel-collapse > .list-group {
  margin-bottom: 0;
}
#events-comm-node-form fieldset > .list-group .list-group-item,
#events-comm-node-form fieldset > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
#events-comm-node-form fieldset > .list-group:first-child .list-group-item:first-child,
#events-comm-node-form fieldset > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#events-comm-node-form fieldset > .list-group:last-child .list-group-item:last-child,
#events-comm-node-form fieldset > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#events-comm-node-form fieldset > .table,
#events-comm-node-form fieldset > .table-responsive > .table,
#events-comm-node-form fieldset > .panel-collapse > .table {
  margin-bottom: 0;
}
#events-comm-node-form fieldset > .table caption,
#events-comm-node-form fieldset > .table-responsive > .table caption,
#events-comm-node-form fieldset > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
#events-comm-node-form fieldset > .table:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#events-comm-node-form fieldset > .table:first-child > thead:first-child > tr:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
#events-comm-node-form fieldset > .table:first-child > tbody:first-child > tr:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#events-comm-node-form fieldset > .table:first-child > thead:first-child > tr:first-child td:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
#events-comm-node-form fieldset > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
#events-comm-node-form fieldset > .table:first-child > thead:first-child > tr:first-child th:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
#events-comm-node-form fieldset > .table:first-child > tbody:first-child > tr:first-child th:first-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
#events-comm-node-form fieldset > .table:first-child > thead:first-child > tr:first-child td:last-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
#events-comm-node-form fieldset > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
#events-comm-node-form fieldset > .table:first-child > thead:first-child > tr:first-child th:last-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
#events-comm-node-form fieldset > .table:first-child > tbody:first-child > tr:first-child th:last-child,
#events-comm-node-form fieldset > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
#events-comm-node-form fieldset > .table:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#events-comm-node-form fieldset > .table:last-child > tbody:last-child > tr:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
#events-comm-node-form fieldset > .table:last-child > tfoot:last-child > tr:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#events-comm-node-form fieldset > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
#events-comm-node-form fieldset > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
#events-comm-node-form fieldset > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
#events-comm-node-form fieldset > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
#events-comm-node-form fieldset > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
#events-comm-node-form fieldset > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
#events-comm-node-form fieldset > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
#events-comm-node-form fieldset > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
#events-comm-node-form fieldset > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
#events-comm-node-form fieldset > .panel-body + .table,
#events-comm-node-form fieldset > .panel-body + .table-responsive,
#events-comm-node-form fieldset > .table + .panel-body,
#events-comm-node-form fieldset > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
#events-comm-node-form fieldset > .table > tbody:first-child > tr:first-child th,
#events-comm-node-form fieldset > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
#events-comm-node-form fieldset > .table-bordered,
#events-comm-node-form fieldset > .table-responsive > .table-bordered {
  border: 0;
}
#events-comm-node-form fieldset > .table-bordered > thead > tr > th:first-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > thead > tr > th:first-child,
#events-comm-node-form fieldset > .table-bordered > tbody > tr > th:first-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr > th:first-child,
#events-comm-node-form fieldset > .table-bordered > tfoot > tr > th:first-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
#events-comm-node-form fieldset > .table-bordered > thead > tr > td:first-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > thead > tr > td:first-child,
#events-comm-node-form fieldset > .table-bordered > tbody > tr > td:first-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr > td:first-child,
#events-comm-node-form fieldset > .table-bordered > tfoot > tr > td:first-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
#events-comm-node-form fieldset > .table-bordered > thead > tr > th:last-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > thead > tr > th:last-child,
#events-comm-node-form fieldset > .table-bordered > tbody > tr > th:last-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr > th:last-child,
#events-comm-node-form fieldset > .table-bordered > tfoot > tr > th:last-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
#events-comm-node-form fieldset > .table-bordered > thead > tr > td:last-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > thead > tr > td:last-child,
#events-comm-node-form fieldset > .table-bordered > tbody > tr > td:last-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr > td:last-child,
#events-comm-node-form fieldset > .table-bordered > tfoot > tr > td:last-child,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
#events-comm-node-form fieldset > .table-bordered > thead > tr:first-child > td,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > thead > tr:first-child > td,
#events-comm-node-form fieldset > .table-bordered > tbody > tr:first-child > td,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr:first-child > td,
#events-comm-node-form fieldset > .table-bordered > thead > tr:first-child > th,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > thead > tr:first-child > th,
#events-comm-node-form fieldset > .table-bordered > tbody > tr:first-child > th,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
#events-comm-node-form fieldset > .table-bordered > tbody > tr:last-child > td,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr:last-child > td,
#events-comm-node-form fieldset > .table-bordered > tfoot > tr:last-child > td,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
#events-comm-node-form fieldset > .table-bordered > tbody > tr:last-child > th,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tbody > tr:last-child > th,
#events-comm-node-form fieldset > .table-bordered > tfoot > tr:last-child > th,
#events-comm-node-form fieldset > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
#events-comm-node-form fieldset > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
#events-comm-node-form fieldset > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
#events-comm-node-form fieldset > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
#events-comm-node-form fieldset > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
#events-comm-node-form fieldset > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
#events-comm-node-form fieldset legend {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  float: left;
  line-height: 1em;
  margin: 0;
}
#events-comm-node-form fieldset legend + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
#events-comm-node-form fieldset legend .badge {
  color: #f5f5f5;
  background-color: #333333;
}
#events-comm-node-form fieldset legend .fieldset-legend {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
#events-comm-node-form fieldset legend .fieldset-legend > a,
#events-comm-node-form fieldset legend .fieldset-legend > small,
#events-comm-node-form fieldset legend .fieldset-legend > .small,
#events-comm-node-form fieldset legend .fieldset-legend > small > a,
#events-comm-node-form fieldset legend .fieldset-legend > .small > a {
  color: inherit;
}
#events-comm-node-form fieldset .fieldset-wrapper {
  padding: 15px;
  clear: both;
}
#events-comm-node-form #edit-field-event-location .form-wrapper.required table th,
#events-comm-node-form #edit-field-event-location .form-wrapper.required table td {
  color: #222;
}
#events-comm-node-form #edit-field-event-location .form-wrapper.required #edit-field-event-location-und-form {
  color: #222;
}
.region-content .webform-client-form label {
  font-size: 18px;
}
@media (min-width: 768px) {
  .region-content .webform-client-form label {
    font-size: inherit;
  }
}
.region-content .webform-client-form .description,
.region-content .webform-client-form .fieldset-description {
  font-size: 16px;
}
@media (min-width: 768px) {
  .region-content .webform-client-form .description,
  .region-content .webform-client-form .fieldset-description {
    font-size: inherit;
  }
}
.region-content .webform-client-form .error {
  color: #ac1d2c;
}
.region-content .webform-client-form input.error,
.region-content .webform-client-form select.error,
.region-content .webform-client-form textarea.error {
  border-color: #ac1d2c;
  border-width: 2px;
}
.region-content .webform-client-form .has-state {
  position: relative;
}
.region-content .webform-client-form .has-state .form-state {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
}
.region-content .webform-client-form .has-state .description + input.error + .form-state {
  bottom: 50%;
}
.region-content .webform-client-form .has-state select {
  width: calc(100% - 43px);
}
.region-content .webform-client-form .has-state select + .form-state {
  right: 0;
}
.region-content .webform-client-form .has-state textarea + .form-state {
  top: 0.95rem;
  right: 8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.region-content .webform-client-form .has-state + .help-block {
  color: #ac1d2c !important;
}
.region-content .webform-client-form input + .form-state,
.region-content .webform-client-form textarea + .form-state,
.region-content .webform-client-form select + .form-state {
  color: #ac1d2c;
}
.region-content .webform-client-form input.error + .form-state,
.region-content .webform-client-form select.error + .form-state,
.region-content .webform-client-form textarea.error + .form-state {
  color: #ac1d2c;
}
.region-content .webform-client-form .has-error .help-block,
.region-content .webform-client-form .has-error .control-label,
.region-content .webform-client-form .has-error .radio,
.region-content .webform-client-form .has-error .checkbox,
.region-content .webform-client-form .has-error .radio-inline,
.region-content .webform-client-form .has-error .checkbox-inline,
.region-content .webform-client-form .has-error.radio label,
.region-content .webform-client-form .has-error.checkbox label,
.region-content .webform-client-form .has-error.radio-inline label,
.region-content .webform-client-form .has-error.checkbox-inline label {
  color: #ac1d2c;
}
.region-content .webform-client-form[action="/water/contact-madison-water-utility"] .has-state select.state + .form-state {
  right: 16px;
}
.region-content .webform-client-form[action="/live-work/extreme-weather/flooding/sandbag-collection/request"] .has-state .form-state {
  right: 8px;
}
.com-page form fieldset .radio input[type="radio"],
.com-page form fieldset .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.com-page form fieldset .radio label > input[type="radio"],
.com-page form fieldset .checkbox label > input[type="checkbox"] {
  margin-left: -20px;
}
.com-page form fieldset legend {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 3rem;
  border-bottom: none;
}
.com-page .region-content .webform-client-form label {
  font-weight: 600;
}
.com-page .region-content .webform-client-form .form-control {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com-page .region-content .webform-client-form .form-group {
  margin-bottom: 16px;
}
.com-page .region-content .webform-client-form .form-item {
  position: relative;
}
.com-page .region-content .webform-client-form .description,
.com-page .region-content .webform-client-form .fieldset-description {
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 4px;
  color: #595959;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .description,
  .com-page .region-content .webform-client-form .fieldset-description {
    font-size: 1.5rem;
  }
}
.com-page .region-content .webform-client-form label + div + div.description {
  margin-top: 5px;
}
.com-page .region-content .webform-client-form input[type="text"],
.com-page .region-content .webform-client-form input[type="password"],
.com-page .region-content .webform-client-form input[type="email"],
.com-page .region-content .webform-client-form input[type="color"],
.com-page .region-content .webform-client-form input[type="date"],
.com-page .region-content .webform-client-form input[type="month"],
.com-page .region-content .webform-client-form input[type="tel"],
.com-page .region-content .webform-client-form input[type="url"],
.com-page .region-content .webform-client-form input[type="time"],
.com-page .region-content .webform-client-form input[type="week"],
.com-page .region-content .webform-client-form input[type="file"],
.com-page .region-content .webform-client-form select {
  height: 43px;
}
.com-page .region-content .webform-client-form input,
.com-page .region-content .webform-client-form textarea,
.com-page .region-content .webform-client-form select {
  font-size: 1.6rem;
}
.com-page .region-content .webform-client-form input:focus,
.com-page .region-content .webform-client-form textarea:focus,
.com-page .region-content .webform-client-form select:focus {
  border-width: 2px;
}
.com-page .region-content .webform-client-form .form-type-radio label,
.com-page .region-content .webform-client-form .form-type-checkbox label {
  font-weight: normal;
}
.com-page .region-content .webform-client-form .has-state .form-state {
  right: 8px;
}
.com-page .region-content .webform-client-form .webform-component-date .has-state {
  display: block;
}
.com-page .region-content .webform-client-form .webform-component-checkboxes label.error .form-state,
.com-page .region-content .webform-client-form .webform-component-radios label.error .form-state {
  position: relative;
  top: 3px;
  font-size: 18px;
}
.com-page .region-content .webform-client-form .error + div > .webform-datepicker {
  color: #ac1d2c;
}
.com-page .region-content .webform-client-form .webform-datepicker {
  position: relative;
}
.com-page .region-content .webform-client-form .webform-datepicker .webform-calendar {
  opacity: 0;
}
.com-page .region-content .webform-client-form .webform-datepicker:before {
  content: "\e904";
  position: absolute;
  top: 3px;
  left: 0;
  font-family: 'cityicons';
  font-size: 24px;
}
.com-page .region-content .webform-client-form .webform-component-time .has-state {
  display: block;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-time .has-state select {
    width: 100%;
  }
  .com-page .region-content .webform-client-form .webform-component-time .has-state select + .form-state {
    right: -150px;
  }
  .com-page .region-content .webform-client-form .webform-component-time .has-state select.hour + .form-state {
    display: none;
  }
}
.com-page .region-content .webform-client-form .form-actions {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form [class*="webform-component-"],
  .com-page .region-content .webform-client-form .form-managed-file {
    width: 50%;
  }
  .com-page .region-content .webform-client-form .webform-component-textarea,
  .com-page .region-content .webform-client-form .webform-component-grid,
  .com-page .region-content .webform-client-form .webform-component-checkboxes,
  .com-page .region-content .webform-client-form .webform-component-radios,
  .com-page .region-content .webform-client-form .webform-component-fieldset {
    width: calc(100% * (1/3) * 2);
  }
  .com-page .region-content .webform-client-form .left,
  .com-page .region-content .webform-client-form .right {
    float: left;
  }
  .com-page .region-content .webform-client-form .left.width-one-half,
  .com-page .region-content .webform-client-form .right.width-one-half {
    width: 25%;
  }
  .com-page .region-content .webform-client-form .left {
    padding-right: 15px;
  }
  .com-page .region-content .webform-client-form .right {
    padding-left: 15px;
  }
  .com-page .region-content .webform-client-form .right + div {
    clear: both;
  }
}
.com-page .region-content .webform-client-form .form-type-date-popup.form-item {
  width: 100%;
  padding-bottom: 16px;
}
.com-page .region-content .webform-client-form .form-type-date-popup.form-item [id|="edit-submitted"][id$="-date"] {
  width: 100%;
}
.com-page .region-content .webform-client-form .form-type-date-popup.form-item .form-item {
  width: 100%;
  padding-left: 45px;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .form-type-date-popup.form-item .form-item {
    padding-right: 25%;
  }
}
.com-page .region-content .webform-client-form .form-type-date-popup.form-item .form-item label.element-invisible {
  clip: auto;
  height: auto;
  overflow: visible;
  color: transparent;
}
.com-page .region-content .webform-client-form .form-type-date-popup.form-item .form-item label.element-invisible:before {
  position: absolute;
  top: 0;
  left: -42px;
  width: 42px;
  height: 42px;
  font-family: 'cityicons';
  font-size: 30px;
  font-weight: normal;
  color: #222;
  content: "\e904";
  display: block;
}
.com-page .region-content .webform-client-form .form-type-date-popup.form-item .form-item input {
  width: 100%;
}
.com-page .region-content .webform-client-form .date-time-group-date .form-item-submitted-date,
.com-page .region-content .webform-client-form .date-time-group-time .form-item-submitted-date,
.com-page .region-content .webform-client-form .date-time-group-date .form-item-submitted-date-date,
.com-page .region-content .webform-client-form .date-time-group-time .form-item-submitted-date-date,
.com-page .region-content .webform-client-form .date-time-group-date #edit-submitted-date,
.com-page .region-content .webform-client-form .date-time-group-time #edit-submitted-date,
.com-page .region-content .webform-client-form .date-time-group-date .webform-component-textfield,
.com-page .region-content .webform-client-form .date-time-group-time .webform-component-textfield,
.com-page .region-content .webform-client-form .date-time-group-date .form-item-submitted-date-time,
.com-page .region-content .webform-client-form .date-time-group-time .form-item-submitted-date-time {
  width: 100% !important;
  padding-right: 0 !important;
}
.com-page .region-content .webform-client-form .date-time-group-date .form-item-submitted-date input,
.com-page .region-content .webform-client-form .date-time-group-time .form-item-submitted-date input,
.com-page .region-content .webform-client-form .date-time-group-date .form-item-submitted-date-date input,
.com-page .region-content .webform-client-form .date-time-group-time .form-item-submitted-date-date input,
.com-page .region-content .webform-client-form .date-time-group-date #edit-submitted-date input,
.com-page .region-content .webform-client-form .date-time-group-time #edit-submitted-date input,
.com-page .region-content .webform-client-form .date-time-group-date .webform-component-textfield input,
.com-page .region-content .webform-client-form .date-time-group-time .webform-component-textfield input,
.com-page .region-content .webform-client-form .date-time-group-date .form-item-submitted-date-time input,
.com-page .region-content .webform-client-form .date-time-group-time .form-item-submitted-date-time input {
  width: 100%;
}
.com-page .region-content .webform-client-form .date-time-group-date {
  position: relative;
  padding-right: 15px;
}
.com-page .region-content .webform-client-form .date-time-group-time {
  padding-left: 15px;
}
.com-page .region-content .webform-client-form .phone-group {
  position: relative;
}
.com-page .region-content .webform-client-form .phone-group:before,
.com-page .region-content .webform-client-form .phone-group:after {
  content: " ";
  display: table;
}
.com-page .region-content .webform-client-form .phone-group:after {
  clear: both;
}
.com-page .region-content .webform-client-form .phone-group:before,
.com-page .region-content .webform-client-form .phone-group:after {
  content: " ";
  display: table;
}
.com-page .region-content .webform-client-form .phone-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .phone-group {
    padding-right: 25%;
  }
}
.com-page .region-content .webform-client-form .phone-group.form-group {
  margin-bottom: 0;
}
.com-page .region-content .webform-client-form .phone-group .phone-group-phone,
.com-page .region-content .webform-client-form .phone-group .phone-group-ext {
  float: left;
}
.com-page .region-content .webform-client-form .phone-group .phone-group-phone .webform-component-phone,
.com-page .region-content .webform-client-form .phone-group .phone-group-ext .webform-component-phone,
.com-page .region-content .webform-client-form .phone-group .phone-group-phone .webform-component-number,
.com-page .region-content .webform-client-form .phone-group .phone-group-ext .webform-component-number {
  width: 100%;
}
.com-page .region-content .webform-client-form .phone-group .phone-group-phone {
  width: 72.5%;
}
@media (max-width: 480px) and (orientation: portrait) {
  .com-page .region-content .webform-client-form .phone-group .phone-group-phone .description {
    display: block;
  }
}
.com-page .region-content .webform-client-form .phone-group .phone-group-ext {
  width: 27.5%;
  padding-left: 15px;
}
@media (max-width: 480px) {
  .com-page .region-content .webform-client-form .phone-group .phone-group-ext {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .com-page .region-content .webform-client-form .phone-group .phone-group-ext label {
    position: relative;
    overflow: hidden;
    color: transparent;
  }
  .com-page .region-content .webform-client-form .phone-group .phone-group-ext label:before {
    content: 'Ext.';
    color: #222;
  }
}
@media (min-width: 768px) {
  .com-page .region-content .col-sm-8 .webform-client-form [class*="webform-component-"],
  .com-page .region-content .col-md-8 .webform-client-form [class*="webform-component-"],
  .com-page .region-content .col-lg-8 .webform-client-form [class*="webform-component-"],
  .com-page .region-content .col-sm-8 .webform-client-form .form-managed-file,
  .com-page .region-content .col-md-8 .webform-client-form .form-managed-file,
  .com-page .region-content .col-lg-8 .webform-client-form .form-managed-file {
    width: 75%;
  }
  .com-page .region-content .col-sm-8 .webform-client-form .webform-component-textarea,
  .com-page .region-content .col-md-8 .webform-client-form .webform-component-textarea,
  .com-page .region-content .col-lg-8 .webform-client-form .webform-component-textarea,
  .com-page .region-content .col-sm-8 .webform-client-form .webform-component-grid,
  .com-page .region-content .col-md-8 .webform-client-form .webform-component-grid,
  .com-page .region-content .col-lg-8 .webform-client-form .webform-component-grid,
  .com-page .region-content .col-sm-8 .webform-client-form .webform-component-checkboxes,
  .com-page .region-content .col-md-8 .webform-client-form .webform-component-checkboxes,
  .com-page .region-content .col-lg-8 .webform-client-form .webform-component-checkboxes,
  .com-page .region-content .col-sm-8 .webform-client-form .webform-component-radios,
  .com-page .region-content .col-md-8 .webform-client-form .webform-component-radios,
  .com-page .region-content .col-lg-8 .webform-client-form .webform-component-radios,
  .com-page .region-content .col-sm-8 .webform-client-form .webform-component-fieldset,
  .com-page .region-content .col-md-8 .webform-client-form .webform-component-fieldset,
  .com-page .region-content .col-lg-8 .webform-client-form .webform-component-fieldset {
    width: 100%;
  }
  .com-page .region-content .col-sm-8 .webform-client-form .width-one-half,
  .com-page .region-content .col-md-8 .webform-client-form .width-one-half,
  .com-page .region-content .col-lg-8 .webform-client-form .width-one-half {
    width: 37.5%;
  }
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-date .webform-container-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.com-page .region-content .webform-client-form .webform-component-date .webform-container-inline div.form-item {
  display: block;
  margin-left: 40px;
  margin-bottom: 10px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-date .webform-container-inline div.form-item {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
    margin-bottom: 0;
    padding-right: 15px;
  }
  .com-page .region-content .webform-client-form .webform-component-date .webform-container-inline div.form-item:nth-child(3) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .com-page .region-content .webform-client-form .webform-component-date .webform-calendar {
    position: absolute;
    top: 10px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-date .webform-calendar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .com-page .region-content .webform-client-form .webform-component-time .webform-container-inline {
    color: #fff;
  }
}
.com-page .region-content .webform-client-form .webform-component-time div.form-item {
  display: block;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-time div.form-item {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-time div.form-item.form-type-select:nth-child(1) {
    width: 25%;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .com-page .region-content .webform-client-form .webform-component-time div.form-item.form-type-select:nth-child(2) {
    margin-top: -10px;
  }
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-time div.form-item.form-type-select:nth-child(2) {
    width: 25%;
    margin-right: 15px;
    padding-left: 6px;
  }
}
.com-page .region-content .webform-client-form .webform-component-time .form-radios {
  display: inline-block;
  color: #222;
}
@media (max-width: 767px) {
  .com-page .region-content .webform-client-form .webform-component-time .form-radios {
    margin-top: 10px;
  }
}
.com-page .region-content .webform-client-form .webform-component-time .form-radios .form-item {
  display: inline-block;
}
.com-page .region-content .webform-client-form .webform-component-time .form-radios input[type="radio"] {
  margin-top: 6px;
}
.com-page .region-content .webform-client-form .name-block:before,
.com-page .region-content .webform-client-form .name-block:after {
  content: " ";
  display: table;
}
.com-page .region-content .webform-client-form .name-block:after {
  clear: both;
}
.com-page .region-content .webform-client-form .name-block:before,
.com-page .region-content .webform-client-form .name-block:after {
  content: " ";
  display: table;
}
.com-page .region-content .webform-client-form .name-block:after {
  clear: both;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .name-block [class*="-first-name"],
  .com-page .region-content .webform-client-form .name-block [class*="-last-name"] {
    width: 50%;
    float: left;
  }
  .com-page .region-content .webform-client-form .name-block [class*="-first-name"] {
    padding-right: 15px;
  }
  .com-page .region-content .webform-client-form .name-block [class*="-last-name"] {
    padding-left: 15px;
  }
}
.com-page .region-content .webform-client-form .webform-component-addressfield .form-item {
  margin-bottom: 16px;
}
.com-page .region-content .webform-client-form .webform-component-addressfield label[for="edit-submitted-address"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.com-page .region-content .webform-client-form .webform-component-addressfield .organisation-block > div.form-item {
  width: 100%;
}
.com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item {
  margin-right: 0;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item:not(:last-child) {
    padding-right: 15px;
  }
}
.com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-locality"] {
  width: 100%;
}
@media (max-width: 767px) {
  .com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-locality"] {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-locality"] {
    width: 50%;
  }
}
.com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-administrative-area"] {
  width: 100%;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-administrative-area"] {
    width: 25%;
  }
}
.com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-postal-code"] {
  width: 50%;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-postal-code"] {
    width: 25%;
  }
}
.com-page .region-content .webform-client-form .webform-grid-question {
  font-weight: 600;
}
.com-page .region-content .webform-client-form .addon .field-prefix,
.com-page .region-content .webform-client-form .addon .field-suffix {
  display: inline-block;
  width: auto;
  height: 43px;
  padding: 10px 12px;
  font-size: 1.6rem;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.com-page .region-content .webform-client-form .addon .field-prefix {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.com-page .region-content .webform-client-form .addon .field-suffix {
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.com-page .region-content .webform-client-form .addon .form-control {
  width: 100%;
  display: inline-block;
  margin-right: -5px;
  padding-left: 43px;
}
.com-page .region-content .webform-client-form input[type="file"] {
  padding: 8px;
}
@media (min-width: 768px) {
  .com-page .region-content .webform-client-form [id$="-ajax-wrapper"] .form-managed-file {
    position: relative;
  }
  .com-page .region-content .webform-client-form [id$="-ajax-wrapper"] .form-managed-file input[type="file"] {
    height: auto;
  }
  .com-page .region-content .webform-client-form [id$="-ajax-wrapper"] .form-managed-file button {
    position: absolute;
    bottom: -6px;
    left: 102%;
  }
}
.com-page .region-content .webform-client-form .webform-upload .form-control.form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.com-page .region-content .webform-client-form .webform-upload .form-control.form-file + label {
  padding: 12px 18px;
  color: #222;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #eeeeee;
  border-radius: 2px;
}
.com-page .region-content .webform-client-form .webform-upload .form-control.form-file + label:hover {
  color: #fff;
  background-color: #454545;
}
.com-page .region-content .webform-client-form .webform-upload .form-control.form-file:focus + label {
  color: #fff;
  background-color: #454545;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
form#city-plugin-metro-email-updates-form {
  margin-bottom: 30px;
}
form#city-plugin-metro-email-updates-form input[name="email"] {
  float: left;
  width: 70%;
  margin-right: 15px;
}
.url-textfield {
  display: none !important;
}
.webform-client-form fieldset.com-form legend {
  font-size: 18px;
}
@media (min-width: 768px) {
  .webform-client-form fieldset.com-form legend {
    font-size: inherit;
  }
}
.webform-client-form fieldset.com-form.fieldset-hidden-label > legend,
.webform-client-form fieldset.com-form .fieldset-hidden-label > legend {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.webform-client-form fieldset.com-form .radio input[type="radio"],
.webform-client-form fieldset.com-form .checkbox input[type="checkbox"] {
  margin-left: 0;
}
.webform-client-form fieldset.com-form .radio label > input[type="radio"],
.webform-client-form fieldset.com-form .checkbox label > input[type="checkbox"] {
  margin-left: -20px;
}
.webform-client-form fieldset.com-form legend {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  border-bottom: none;
}
.webform-client-form .com-form label {
  font-weight: 600;
}
.webform-client-form .com-form .form-control {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.webform-client-form .com-form .form-group {
  margin-bottom: 16px;
}
.webform-client-form .com-form .form-item {
  position: relative;
}
.webform-client-form .com-form .description,
.webform-client-form .com-form .fieldset-description {
  margin-top: -5px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-size: 1.5rem;
  color: #595959;
}
.webform-client-form .com-form label + div + div.description {
  margin-top: 5px;
}
.webform-client-form .com-form input[type="text"],
.webform-client-form .com-form input[type="password"],
.webform-client-form .com-form input[type="email"],
.webform-client-form .com-form input[type="color"],
.webform-client-form .com-form input[type="date"],
.webform-client-form .com-form input[type="month"],
.webform-client-form .com-form input[type="tel"],
.webform-client-form .com-form input[type="url"],
.webform-client-form .com-form input[type="time"],
.webform-client-form .com-form input[type="week"],
.webform-client-form .com-form input[type="file"],
.webform-client-form .com-form select {
  height: 43px;
}
.webform-client-form .com-form input,
.webform-client-form .com-form textarea,
.webform-client-form .com-form select {
  font-size: 1.6rem;
}
.webform-client-form .com-form input:focus,
.webform-client-form .com-form textarea:focus,
.webform-client-form .com-form select:focus {
  border-width: 2px;
}
.webform-client-form .com-form .form-type-radio label,
.webform-client-form .com-form .form-type-checkbox label {
  font-weight: normal;
}
.webform-client-form .com-form input.error,
.webform-client-form .com-form select.error,
.webform-client-form .com-form textarea.error {
  border-color: #ac1d2c;
  border-width: 2px;
}
.webform-client-form .com-form .form-actions {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .webform-client-form .com-form [class*="webform-component-"],
  .webform-client-form .com-form .form-managed-file {
    width: 50%;
  }
  .webform-client-form .com-form .webform-component-textarea,
  .webform-client-form .com-form .webform-component-grid,
  .webform-client-form .com-form .webform-component-checkboxes,
  .webform-client-form .com-form .webform-component-radios,
  .webform-client-form .com-form .webform-component-fieldset {
    width: calc(100% * (1/3) * 2);
  }
  .webform-client-form .com-form .left,
  .webform-client-form .com-form .right {
    float: left;
  }
  .webform-client-form .com-form .left.width-one-half,
  .webform-client-form .com-form .right.width-one-half {
    width: 25%;
  }
  .webform-client-form .com-form .left {
    padding-right: 15px;
  }
  .webform-client-form .com-form .right {
    padding-left: 15px;
  }
  .webform-client-form .com-form .right + div {
    clear: both;
  }
}
.webform-client-form .com-form .webform-component-addressfield .form-item {
  margin-bottom: 16px;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.333;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] small,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] small,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] .small {
  font-size: 65%;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"]:first-child {
  margin-top: 10px;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] small,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] .small {
  display: inline-block;
  font-size: 85%;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] small a,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] .small a {
  color: #777777;
}
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] small a:hover,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] .small a:hover,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] small a:focus,
.webform-client-form .com-form .webform-component-addressfield label[for="edit-submitted-address"] .small a:focus {
  color: #1a4060;
}
.webform-client-form .com-form .webform-component-addressfield .organisation-block > div.form-item {
  width: 100%;
}
.webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item {
  float: left;
  margin-right: 0;
}
.webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item:not(:last-child) {
  padding-right: 15px;
}
.webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-locality"] {
  width: 100%;
}
@media (max-width: 499px) {
  .webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-locality"] {
    padding-right: 0;
  }
}
@media (min-width: 550px) {
  .webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-locality"] {
    width: 50%;
  }
}
.webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-administrative-area"] {
  width: 66.66666667%;
}
@media (min-width: 550px) {
  .webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-administrative-area"] {
    width: 25%;
  }
}
.webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-postal-code"] {
  width: 33.33333333%;
}
@media (min-width: 550px) {
  .webform-client-form .com-form .webform-component-addressfield .addressfield-container-inline > div.form-item[class*="-postal-code"] {
    width: 25%;
  }
}
.webform-client-form .com-form .addon .field-prefix,
.webform-client-form .com-form .addon .field-suffix {
  display: inline-block;
  width: auto;
  height: 43px;
  padding: 10px 12px;
  font-size: 1.6rem;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.webform-client-form .com-form .addon .field-prefix {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.webform-client-form .com-form .addon .field-suffix {
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.webform-client-form .com-form .addon .form-control {
  width: 100%;
  display: inline-block;
  margin-right: -5px;
  padding-left: 43px;
}
@media (min-width: 768px) {
  .col-sm-8 .webform-client-form .com-form [class*="webform-component-"],
  .col-md-8 .webform-client-form .com-form [class*="webform-component-"],
  .col-lg-8 .webform-client-form .com-form [class*="webform-component-"],
  .col-sm-8 .webform-client-form .com-form .form-managed-file,
  .col-md-8 .webform-client-form .com-form .form-managed-file,
  .col-lg-8 .webform-client-form .com-form .form-managed-file {
    width: 75%;
  }
  .col-sm-8 .webform-client-form .com-form .webform-component-textarea,
  .col-md-8 .webform-client-form .com-form .webform-component-textarea,
  .col-lg-8 .webform-client-form .com-form .webform-component-textarea,
  .col-sm-8 .webform-client-form .com-form .webform-component-grid,
  .col-md-8 .webform-client-form .com-form .webform-component-grid,
  .col-lg-8 .webform-client-form .com-form .webform-component-grid,
  .col-sm-8 .webform-client-form .com-form .webform-component-checkboxes,
  .col-md-8 .webform-client-form .com-form .webform-component-checkboxes,
  .col-lg-8 .webform-client-form .com-form .webform-component-checkboxes,
  .col-sm-8 .webform-client-form .com-form .webform-component-radios,
  .col-md-8 .webform-client-form .com-form .webform-component-radios,
  .col-lg-8 .webform-client-form .com-form .webform-component-radios,
  .col-sm-8 .webform-client-form .com-form .webform-component-fieldset,
  .col-md-8 .webform-client-form .com-form .webform-component-fieldset,
  .col-lg-8 .webform-client-form .com-form .webform-component-fieldset {
    width: 100%;
  }
  .col-sm-8 .webform-client-form .com-form .width-one-half,
  .col-md-8 .webform-client-form .com-form .width-one-half,
  .col-lg-8 .webform-client-form .com-form .width-one-half {
    width: 37.5%;
  }
}
form#user-login label {
  font-weight: 600;
}
form#user-login .help-block {
  margin-top: -5px;
  margin-bottom: 0;
  padding-bottom: 4px;
  font-size: 15px;
}
form#user-login input.form-control {
  height: 43px;
  font-size: 16px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form#user-login input.form-group {
  margin-bottom: 16px;
}
#city-plugin-metro-wens-subscribe-form .form-item-phone,
#city-plugin-metro-wens-unsub-form .form-item-phone,
#city-plugin-metro-wens-subscribe-form .form-item-alert-type,
#city-plugin-metro-wens-unsub-form .form-item-alert-type {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #city-plugin-metro-wens-subscribe-form .form-item-phone,
  #city-plugin-metro-wens-unsub-form .form-item-phone,
  #city-plugin-metro-wens-subscribe-form .form-item-alert-type,
  #city-plugin-metro-wens-unsub-form .form-item-alert-type {
    width: 75%;
  }
}
#city-plugin-metro-wens-subscribe-form input[type="text"],
#city-plugin-metro-wens-unsub-form input[type="text"] {
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#city-plugin-metro-wens-subscribe-form .terms-list,
#city-plugin-metro-wens-unsub-form .terms-list {
  font-size: 14px;
}
#city-plugin-metro-wens-subscribe-form [for="edit-alert-type"],
#city-plugin-metro-wens-unsub-form [for="edit-alert-type"],
#city-plugin-metro-wens-subscribe-form [for="edit-phone"],
#city-plugin-metro-wens-unsub-form [for="edit-phone"] {
  font-weight: 600;
}
#city-plugin-metro-wens-subscribe-form .form-radios,
#city-plugin-metro-wens-unsub-form .form-radios {
  margin-top: 12px;
}
#city-plugin-metro-wens-subscribe-form .form-item-agree-terms .form-required,
#city-plugin-metro-wens-unsub-form .form-item-agree-terms .form-required {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.com-page .btn {
  display: inline-block;
  margin-top: 7.5px;
  margin-right: 15px;
  margin-bottom: 7.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 18px;
  font-size: 16.8px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.com-page .btn:after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.com-page .btn:last-of-type {
  margin-right: 0;
}
.com-page .btn:focus,
.com-page .btn:active:focus,
.com-page .btn.active:focus,
.com-page .btn.focus,
.com-page .btn:active.focus,
.com-page .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.com-page .btn:hover,
.com-page .btn:focus,
.com-page .btn.focus {
  color: #333;
  text-decoration: none;
  border-width: 2px;
}
.com-page .btn:active,
.com-page .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.com-page .btn.disabled,
.com-page .btn[disabled],
fieldset[disabled] .com-page .btn {
  cursor: not-allowed;
  background-color: #57595b;
  border-color: #454545;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.com-page .btn.disabled,
fieldset[disabled] .com-page .btn {
  pointer-events: none;
}
.com-page .btn-primary {
  color: #ffffff;
  background-color: #065d8c;
  border-color: transparent !important;
}
.com-page .btn-primary:hover,
.com-page .btn-primary:focus {
  color: #ffffff;
  background-color: #054d74;
  border-color: transparent !important;
}
.com-page .btn-wrap {
  white-space: normal !important;
  line-height: 1.5;
}
.com-page .btn-group .btn {
  margin-right: 0;
}
.com-page .btn-group .btn + .btn {
  margin-left: -2px;
}
.com-page .btn-group [class^="btn-outline-"]:not(:first-child),
.com-page .btn-group [class*=" btn-outline-"]:not(:first-child) {
  margin-left: -2px;
}
.com-page input[type="submit"],
.com-page input[type="reset"],
.com-page input[type="button"] {
  margin-top: 0;
}
.com-page input[type="submit"].btn-block,
.com-page input[type="reset"].btn-block,
.com-page input[type="button"].btn-block {
  width: 100%;
}
.com-page input.btn {
  border-bottom: 4px solid #043d5b !important;
  padding-bottom: 6px;
  vertical-align: bottom;
}
.com-page .btn-block {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .com-page .btn-block-xs {
    display: block;
    width: 100%;
  }
  .com-page .btn-block-xs + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .com-page .btn-block-sm {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .com-page .btn-block-sm + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .com-page .btn-block-md {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }
  .com-page .btn-block-md + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
}
.com-page .btn-block + .btn-block {
  margin-top: 15px;
  margin-left: 0;
}
@media only screen and (max-device-width: 480px) and (orientation: portrait) {
  .com-page.main-container .btn {
    display: block;
    width: 100%;
    white-space: normal !important;
  }
  .com-page.main-container .btn + .btn {
    margin-left: 0;
  }
}
.com-page .btn-gray {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
  border-radius: 2px;
}
.com-page .btn-gray:focus,
.com-page .btn-gray.focus {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.com-page .btn-gray:hover {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.com-page .btn-gray:active,
.com-page .btn-gray.active,
.open > .dropdown-toggle.com-page .btn-gray {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #2b2b2b;
}
.com-page .btn-gray:active:hover,
.com-page .btn-gray.active:hover,
.open > .dropdown-toggle.com-page .btn-gray:hover,
.com-page .btn-gray:active:focus,
.com-page .btn-gray.active:focus,
.open > .dropdown-toggle.com-page .btn-gray:focus,
.com-page .btn-gray:active.focus,
.com-page .btn-gray.active.focus,
.open > .dropdown-toggle.com-page .btn-gray.focus {
  color: #ffffff;
  background-color: #191919;
  border-color: #2b2b2b;
}
.com-page .btn-gray:active,
.com-page .btn-gray.active,
.open > .dropdown-toggle.com-page .btn-gray {
  background-image: none;
}
.com-page .btn-gray.disabled:hover,
.com-page .btn-gray[disabled]:hover,
fieldset[disabled] .com-page .btn-gray:hover,
.com-page .btn-gray.disabled:focus,
.com-page .btn-gray[disabled]:focus,
fieldset[disabled] .com-page .btn-gray:focus,
.com-page .btn-gray.disabled.focus,
.com-page .btn-gray[disabled].focus,
fieldset[disabled] .com-page .btn-gray.focus {
  background-color: #454545;
  border-color: #454545;
}
.com-page .btn-gray .badge {
  color: #454545;
  background-color: #ffffff;
}
.com-page .btn-gray:after {
  background-color: #333333;
}
.com-page .btn-gray:hover:after,
.com-page .btn-gray:focus:after {
  background-color: #1a1a1a;
}
.com-page .btn-primary,
.com-page .btn-default {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
  border-radius: 2px;
}
.com-page .btn-primary:focus,
.com-page .btn-default:focus,
.com-page .btn-primary.focus,
.com-page .btn-default.focus {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .btn-primary:hover,
.com-page .btn-default:hover {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .btn-primary:active,
.com-page .btn-default:active,
.com-page .btn-primary.active,
.com-page .btn-default.active,
.open > .dropdown-toggle.com-page .btn-primary,
.open > .dropdown-toggle.com-page .btn-default {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .btn-primary:active:hover,
.com-page .btn-default:active:hover,
.com-page .btn-primary.active:hover,
.com-page .btn-default.active:hover,
.open > .dropdown-toggle.com-page .btn-primary:hover,
.open > .dropdown-toggle.com-page .btn-default:hover,
.com-page .btn-primary:active:focus,
.com-page .btn-default:active:focus,
.com-page .btn-primary.active:focus,
.com-page .btn-default.active:focus,
.open > .dropdown-toggle.com-page .btn-primary:focus,
.open > .dropdown-toggle.com-page .btn-default:focus,
.com-page .btn-primary:active.focus,
.com-page .btn-default:active.focus,
.com-page .btn-primary.active.focus,
.com-page .btn-default.active.focus,
.open > .dropdown-toggle.com-page .btn-primary.focus,
.open > .dropdown-toggle.com-page .btn-default.focus {
  color: #ffffff;
  background-color: #022639;
  border-color: #043d5b;
}
.com-page .btn-primary:active,
.com-page .btn-default:active,
.com-page .btn-primary.active,
.com-page .btn-default.active,
.open > .dropdown-toggle.com-page .btn-primary,
.open > .dropdown-toggle.com-page .btn-default {
  background-image: none;
}
.com-page .btn-primary.disabled:hover,
.com-page .btn-default.disabled:hover,
.com-page .btn-primary[disabled]:hover,
.com-page .btn-default[disabled]:hover,
fieldset[disabled] .com-page .btn-primary:hover,
fieldset[disabled] .com-page .btn-default:hover,
.com-page .btn-primary.disabled:focus,
.com-page .btn-default.disabled:focus,
.com-page .btn-primary[disabled]:focus,
.com-page .btn-default[disabled]:focus,
fieldset[disabled] .com-page .btn-primary:focus,
fieldset[disabled] .com-page .btn-default:focus,
.com-page .btn-primary.disabled.focus,
.com-page .btn-default.disabled.focus,
.com-page .btn-primary[disabled].focus,
.com-page .btn-default[disabled].focus,
fieldset[disabled] .com-page .btn-primary.focus,
fieldset[disabled] .com-page .btn-default.focus {
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-primary .badge,
.com-page .btn-default .badge {
  color: #065d8c;
  background-color: #ffffff;
}
.com-page .btn-primary:after,
.com-page .btn-default:after {
  background-color: #043d5b;
}
.com-page .btn-primary:hover:after,
.com-page .btn-default:hover:after,
.com-page .btn-primary:focus:after,
.com-page .btn-default:focus:after {
  background-color: #021c2a;
}
.com-page .btn-success,
.com-page .btn-green {
  color: #ffffff;
  background-color: #00662f;
  border-color: #00662f;
  border-radius: 2px;
}
.com-page .btn-success:focus,
.com-page .btn-green:focus,
.com-page .btn-success.focus,
.com-page .btn-green.focus {
  color: #ffffff;
  background-color: #003318;
  border-color: #003318;
}
.com-page .btn-success:hover,
.com-page .btn-green:hover {
  color: #ffffff;
  background-color: #003318;
  border-color: #003318;
}
.com-page .btn-success:active,
.com-page .btn-green:active,
.com-page .btn-success.active,
.com-page .btn-green.active,
.open > .dropdown-toggle.com-page .btn-success,
.open > .dropdown-toggle.com-page .btn-green {
  color: #ffffff;
  background-color: #003318;
  border-color: #003318;
}
.com-page .btn-success:active:hover,
.com-page .btn-green:active:hover,
.com-page .btn-success.active:hover,
.com-page .btn-green.active:hover,
.open > .dropdown-toggle.com-page .btn-success:hover,
.open > .dropdown-toggle.com-page .btn-green:hover,
.com-page .btn-success:active:focus,
.com-page .btn-green:active:focus,
.com-page .btn-success.active:focus,
.com-page .btn-green.active:focus,
.open > .dropdown-toggle.com-page .btn-success:focus,
.open > .dropdown-toggle.com-page .btn-green:focus,
.com-page .btn-success:active.focus,
.com-page .btn-green:active.focus,
.com-page .btn-success.active.focus,
.com-page .btn-green.active.focus,
.open > .dropdown-toggle.com-page .btn-success.focus,
.open > .dropdown-toggle.com-page .btn-green.focus {
  color: #ffffff;
  background-color: #000f07;
  border-color: #003318;
}
.com-page .btn-success:active,
.com-page .btn-green:active,
.com-page .btn-success.active,
.com-page .btn-green.active,
.open > .dropdown-toggle.com-page .btn-success,
.open > .dropdown-toggle.com-page .btn-green {
  background-image: none;
}
.com-page .btn-success.disabled:hover,
.com-page .btn-green.disabled:hover,
.com-page .btn-success[disabled]:hover,
.com-page .btn-green[disabled]:hover,
fieldset[disabled] .com-page .btn-success:hover,
fieldset[disabled] .com-page .btn-green:hover,
.com-page .btn-success.disabled:focus,
.com-page .btn-green.disabled:focus,
.com-page .btn-success[disabled]:focus,
.com-page .btn-green[disabled]:focus,
fieldset[disabled] .com-page .btn-success:focus,
fieldset[disabled] .com-page .btn-green:focus,
.com-page .btn-success.disabled.focus,
.com-page .btn-green.disabled.focus,
.com-page .btn-success[disabled].focus,
.com-page .btn-green[disabled].focus,
fieldset[disabled] .com-page .btn-success.focus,
fieldset[disabled] .com-page .btn-green.focus {
  background-color: #00662f;
  border-color: #00662f;
}
.com-page .btn-success .badge,
.com-page .btn-green .badge {
  color: #00662f;
  background-color: #ffffff;
}
.com-page .btn-success:after,
.com-page .btn-green:after {
  background-color: #00431c;
}
.com-page .btn-success:hover:after,
.com-page .btn-green:hover:after,
.com-page .btn-success:focus:after,
.com-page .btn-green:focus:after {
  background-color: #001007;
}
.com-page .btn-info,
.com-page .btn-blue,
.com-page .btn-submit {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
  border-radius: 2px;
}
.com-page .btn-info:focus,
.com-page .btn-blue:focus,
.com-page .btn-submit:focus,
.com-page .btn-info.focus,
.com-page .btn-blue.focus,
.com-page .btn-submit.focus {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .btn-info:hover,
.com-page .btn-blue:hover,
.com-page .btn-submit:hover {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .btn-info:active,
.com-page .btn-blue:active,
.com-page .btn-submit:active,
.com-page .btn-info.active,
.com-page .btn-blue.active,
.com-page .btn-submit.active,
.open > .dropdown-toggle.com-page .btn-info,
.open > .dropdown-toggle.com-page .btn-blue,
.open > .dropdown-toggle.com-page .btn-submit {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .btn-info:active:hover,
.com-page .btn-blue:active:hover,
.com-page .btn-submit:active:hover,
.com-page .btn-info.active:hover,
.com-page .btn-blue.active:hover,
.com-page .btn-submit.active:hover,
.open > .dropdown-toggle.com-page .btn-info:hover,
.open > .dropdown-toggle.com-page .btn-blue:hover,
.open > .dropdown-toggle.com-page .btn-submit:hover,
.com-page .btn-info:active:focus,
.com-page .btn-blue:active:focus,
.com-page .btn-submit:active:focus,
.com-page .btn-info.active:focus,
.com-page .btn-blue.active:focus,
.com-page .btn-submit.active:focus,
.open > .dropdown-toggle.com-page .btn-info:focus,
.open > .dropdown-toggle.com-page .btn-blue:focus,
.open > .dropdown-toggle.com-page .btn-submit:focus,
.com-page .btn-info:active.focus,
.com-page .btn-blue:active.focus,
.com-page .btn-submit:active.focus,
.com-page .btn-info.active.focus,
.com-page .btn-blue.active.focus,
.com-page .btn-submit.active.focus,
.open > .dropdown-toggle.com-page .btn-info.focus,
.open > .dropdown-toggle.com-page .btn-blue.focus,
.open > .dropdown-toggle.com-page .btn-submit.focus {
  color: #ffffff;
  background-color: #022639;
  border-color: #043d5b;
}
.com-page .btn-info:active,
.com-page .btn-blue:active,
.com-page .btn-submit:active,
.com-page .btn-info.active,
.com-page .btn-blue.active,
.com-page .btn-submit.active,
.open > .dropdown-toggle.com-page .btn-info,
.open > .dropdown-toggle.com-page .btn-blue,
.open > .dropdown-toggle.com-page .btn-submit {
  background-image: none;
}
.com-page .btn-info.disabled:hover,
.com-page .btn-blue.disabled:hover,
.com-page .btn-submit.disabled:hover,
.com-page .btn-info[disabled]:hover,
.com-page .btn-blue[disabled]:hover,
.com-page .btn-submit[disabled]:hover,
fieldset[disabled] .com-page .btn-info:hover,
fieldset[disabled] .com-page .btn-blue:hover,
fieldset[disabled] .com-page .btn-submit:hover,
.com-page .btn-info.disabled:focus,
.com-page .btn-blue.disabled:focus,
.com-page .btn-submit.disabled:focus,
.com-page .btn-info[disabled]:focus,
.com-page .btn-blue[disabled]:focus,
.com-page .btn-submit[disabled]:focus,
fieldset[disabled] .com-page .btn-info:focus,
fieldset[disabled] .com-page .btn-blue:focus,
fieldset[disabled] .com-page .btn-submit:focus,
.com-page .btn-info.disabled.focus,
.com-page .btn-blue.disabled.focus,
.com-page .btn-submit.disabled.focus,
.com-page .btn-info[disabled].focus,
.com-page .btn-blue[disabled].focus,
.com-page .btn-submit[disabled].focus,
fieldset[disabled] .com-page .btn-info.focus,
fieldset[disabled] .com-page .btn-blue.focus,
fieldset[disabled] .com-page .btn-submit.focus {
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-info .badge,
.com-page .btn-blue .badge,
.com-page .btn-submit .badge {
  color: #065d8c;
  background-color: #ffffff;
}
.com-page .btn-info:after,
.com-page .btn-blue:after,
.com-page .btn-submit:after {
  background-color: #043d5b;
}
.com-page .btn-info:hover:after,
.com-page .btn-blue:hover:after,
.com-page .btn-submit:hover:after,
.com-page .btn-info:focus:after,
.com-page .btn-blue:focus:after,
.com-page .btn-submit:focus:after {
  background-color: #021c2a;
}
.com-page .btn-advisory,
.com-page .btn-yellow {
  color: #000000;
  background-color: #eca120;
  border-color: #eca120;
  border-radius: 2px;
}
.com-page .btn-advisory:focus,
.com-page .btn-yellow:focus,
.com-page .btn-advisory.focus,
.com-page .btn-yellow.focus {
  color: #000000;
  background-color: #c88511;
  border-color: #c88511;
}
.com-page .btn-advisory:hover,
.com-page .btn-yellow:hover {
  color: #000000;
  background-color: #c88511;
  border-color: #c88511;
}
.com-page .btn-advisory:active,
.com-page .btn-yellow:active,
.com-page .btn-advisory.active,
.com-page .btn-yellow.active,
.open > .dropdown-toggle.com-page .btn-advisory,
.open > .dropdown-toggle.com-page .btn-yellow {
  color: #000000;
  background-color: #c88511;
  border-color: #c88511;
}
.com-page .btn-advisory:active:hover,
.com-page .btn-yellow:active:hover,
.com-page .btn-advisory.active:hover,
.com-page .btn-yellow.active:hover,
.open > .dropdown-toggle.com-page .btn-advisory:hover,
.open > .dropdown-toggle.com-page .btn-yellow:hover,
.com-page .btn-advisory:active:focus,
.com-page .btn-yellow:active:focus,
.com-page .btn-advisory.active:focus,
.com-page .btn-yellow.active:focus,
.open > .dropdown-toggle.com-page .btn-advisory:focus,
.open > .dropdown-toggle.com-page .btn-yellow:focus,
.com-page .btn-advisory:active.focus,
.com-page .btn-yellow:active.focus,
.com-page .btn-advisory.active.focus,
.com-page .btn-yellow.active.focus,
.open > .dropdown-toggle.com-page .btn-advisory.focus,
.open > .dropdown-toggle.com-page .btn-yellow.focus {
  color: #000000;
  background-color: #a76f0e;
  border-color: #c88511;
}
.com-page .btn-advisory:active,
.com-page .btn-yellow:active,
.com-page .btn-advisory.active,
.com-page .btn-yellow.active,
.open > .dropdown-toggle.com-page .btn-advisory,
.open > .dropdown-toggle.com-page .btn-yellow {
  background-image: none;
}
.com-page .btn-advisory.disabled:hover,
.com-page .btn-yellow.disabled:hover,
.com-page .btn-advisory[disabled]:hover,
.com-page .btn-yellow[disabled]:hover,
fieldset[disabled] .com-page .btn-advisory:hover,
fieldset[disabled] .com-page .btn-yellow:hover,
.com-page .btn-advisory.disabled:focus,
.com-page .btn-yellow.disabled:focus,
.com-page .btn-advisory[disabled]:focus,
.com-page .btn-yellow[disabled]:focus,
fieldset[disabled] .com-page .btn-advisory:focus,
fieldset[disabled] .com-page .btn-yellow:focus,
.com-page .btn-advisory.disabled.focus,
.com-page .btn-yellow.disabled.focus,
.com-page .btn-advisory[disabled].focus,
.com-page .btn-yellow[disabled].focus,
fieldset[disabled] .com-page .btn-advisory.focus,
fieldset[disabled] .com-page .btn-yellow.focus {
  background-color: #eca120;
  border-color: #eca120;
}
.com-page .btn-advisory .badge,
.com-page .btn-yellow .badge {
  color: #eca120;
  background-color: #000000;
}
.com-page .btn-advisory:after,
.com-page .btn-yellow:after {
  background-color: #d98522;
}
.com-page .btn-advisory:hover:after,
.com-page .btn-yellow:hover:after,
.com-page .btn-advisory:focus:after,
.com-page .btn-yellow:focus:after {
  background-color: #ad6a1b;
}
.com-page .btn-warning,
.com-page .btn-orange {
  color: #ffffff;
  background-color: #a2300c;
  border-color: #a2300c;
  border-radius: 2px;
}
.com-page .btn-warning:focus,
.com-page .btn-orange:focus,
.com-page .btn-warning.focus,
.com-page .btn-orange.focus {
  color: #ffffff;
  background-color: #732208;
  border-color: #732208;
}
.com-page .btn-warning:hover,
.com-page .btn-orange:hover {
  color: #ffffff;
  background-color: #732208;
  border-color: #732208;
}
.com-page .btn-warning:active,
.com-page .btn-orange:active,
.com-page .btn-warning.active,
.com-page .btn-orange.active,
.open > .dropdown-toggle.com-page .btn-warning,
.open > .dropdown-toggle.com-page .btn-orange {
  color: #ffffff;
  background-color: #732208;
  border-color: #732208;
}
.com-page .btn-warning:active:hover,
.com-page .btn-orange:active:hover,
.com-page .btn-warning.active:hover,
.com-page .btn-orange.active:hover,
.open > .dropdown-toggle.com-page .btn-warning:hover,
.open > .dropdown-toggle.com-page .btn-orange:hover,
.com-page .btn-warning:active:focus,
.com-page .btn-orange:active:focus,
.com-page .btn-warning.active:focus,
.com-page .btn-orange.active:focus,
.open > .dropdown-toggle.com-page .btn-warning:focus,
.open > .dropdown-toggle.com-page .btn-orange:focus,
.com-page .btn-warning:active.focus,
.com-page .btn-orange:active.focus,
.com-page .btn-warning.active.focus,
.com-page .btn-orange.active.focus,
.open > .dropdown-toggle.com-page .btn-warning.focus,
.open > .dropdown-toggle.com-page .btn-orange.focus {
  color: #ffffff;
  background-color: #511806;
  border-color: #732208;
}
.com-page .btn-warning:active,
.com-page .btn-orange:active,
.com-page .btn-warning.active,
.com-page .btn-orange.active,
.open > .dropdown-toggle.com-page .btn-warning,
.open > .dropdown-toggle.com-page .btn-orange {
  background-image: none;
}
.com-page .btn-warning.disabled:hover,
.com-page .btn-orange.disabled:hover,
.com-page .btn-warning[disabled]:hover,
.com-page .btn-orange[disabled]:hover,
fieldset[disabled] .com-page .btn-warning:hover,
fieldset[disabled] .com-page .btn-orange:hover,
.com-page .btn-warning.disabled:focus,
.com-page .btn-orange.disabled:focus,
.com-page .btn-warning[disabled]:focus,
.com-page .btn-orange[disabled]:focus,
fieldset[disabled] .com-page .btn-warning:focus,
fieldset[disabled] .com-page .btn-orange:focus,
.com-page .btn-warning.disabled.focus,
.com-page .btn-orange.disabled.focus,
.com-page .btn-warning[disabled].focus,
.com-page .btn-orange[disabled].focus,
fieldset[disabled] .com-page .btn-warning.focus,
fieldset[disabled] .com-page .btn-orange.focus {
  background-color: #a2300c;
  border-color: #a2300c;
}
.com-page .btn-warning .badge,
.com-page .btn-orange .badge {
  color: #a2300c;
  background-color: #ffffff;
}
.com-page .btn-warning:after,
.com-page .btn-orange:after {
  background-color: #7d2509;
}
.com-page .btn-warning:hover:after,
.com-page .btn-orange:hover:after,
.com-page .btn-warning:focus:after,
.com-page .btn-orange:focus:after {
  background-color: #4d1706;
}
.com-page .btn-danger,
.com-page .btn-red {
  color: #ffffff;
  background-color: #ac1d2c;
  border-color: #ac1d2c;
  border-radius: 2px;
}
.com-page .btn-danger:focus,
.com-page .btn-red:focus,
.com-page .btn-danger.focus,
.com-page .btn-red.focus {
  color: #ffffff;
  background-color: #801621;
  border-color: #801621;
}
.com-page .btn-danger:hover,
.com-page .btn-red:hover {
  color: #ffffff;
  background-color: #801621;
  border-color: #801621;
}
.com-page .btn-danger:active,
.com-page .btn-red:active,
.com-page .btn-danger.active,
.com-page .btn-red.active,
.open > .dropdown-toggle.com-page .btn-danger,
.open > .dropdown-toggle.com-page .btn-red {
  color: #ffffff;
  background-color: #801621;
  border-color: #801621;
}
.com-page .btn-danger:active:hover,
.com-page .btn-red:active:hover,
.com-page .btn-danger.active:hover,
.com-page .btn-red.active:hover,
.open > .dropdown-toggle.com-page .btn-danger:hover,
.open > .dropdown-toggle.com-page .btn-red:hover,
.com-page .btn-danger:active:focus,
.com-page .btn-red:active:focus,
.com-page .btn-danger.active:focus,
.com-page .btn-red.active:focus,
.open > .dropdown-toggle.com-page .btn-danger:focus,
.open > .dropdown-toggle.com-page .btn-red:focus,
.com-page .btn-danger:active.focus,
.com-page .btn-red:active.focus,
.com-page .btn-danger.active.focus,
.com-page .btn-red.active.focus,
.open > .dropdown-toggle.com-page .btn-danger.focus,
.open > .dropdown-toggle.com-page .btn-red.focus {
  color: #ffffff;
  background-color: #621019;
  border-color: #801621;
}
.com-page .btn-danger:active,
.com-page .btn-red:active,
.com-page .btn-danger.active,
.com-page .btn-red.active,
.open > .dropdown-toggle.com-page .btn-danger,
.open > .dropdown-toggle.com-page .btn-red {
  background-image: none;
}
.com-page .btn-danger.disabled:hover,
.com-page .btn-red.disabled:hover,
.com-page .btn-danger[disabled]:hover,
.com-page .btn-red[disabled]:hover,
fieldset[disabled] .com-page .btn-danger:hover,
fieldset[disabled] .com-page .btn-red:hover,
.com-page .btn-danger.disabled:focus,
.com-page .btn-red.disabled:focus,
.com-page .btn-danger[disabled]:focus,
.com-page .btn-red[disabled]:focus,
fieldset[disabled] .com-page .btn-danger:focus,
fieldset[disabled] .com-page .btn-red:focus,
.com-page .btn-danger.disabled.focus,
.com-page .btn-red.disabled.focus,
.com-page .btn-danger[disabled].focus,
.com-page .btn-red[disabled].focus,
fieldset[disabled] .com-page .btn-danger.focus,
fieldset[disabled] .com-page .btn-red.focus {
  background-color: #ac1d2c;
  border-color: #ac1d2c;
}
.com-page .btn-danger .badge,
.com-page .btn-red .badge {
  color: #ac1d2c;
  background-color: #ffffff;
}
.com-page .btn-danger:after,
.com-page .btn-red:after {
  background-color: #8d031e;
}
.com-page .btn-danger:hover:after,
.com-page .btn-red:hover:after,
.com-page .btn-danger:focus:after,
.com-page .btn-red:focus:after {
  background-color: #5b0213;
}
.com-page .btn-purple {
  color: #ffffff;
  background-color: #84036c;
  border-color: #84036c;
  border-radius: 2px;
}
.com-page .btn-purple:focus,
.com-page .btn-purple.focus {
  color: #ffffff;
  background-color: #520243;
  border-color: #520243;
}
.com-page .btn-purple:hover {
  color: #ffffff;
  background-color: #520243;
  border-color: #520243;
}
.com-page .btn-purple:active,
.com-page .btn-purple.active,
.open > .dropdown-toggle.com-page .btn-purple {
  color: #ffffff;
  background-color: #520243;
  border-color: #520243;
}
.com-page .btn-purple:active:hover,
.com-page .btn-purple.active:hover,
.open > .dropdown-toggle.com-page .btn-purple:hover,
.com-page .btn-purple:active:focus,
.com-page .btn-purple.active:focus,
.open > .dropdown-toggle.com-page .btn-purple:focus,
.com-page .btn-purple:active.focus,
.com-page .btn-purple.active.focus,
.open > .dropdown-toggle.com-page .btn-purple.focus {
  color: #ffffff;
  background-color: #2f0127;
  border-color: #520243;
}
.com-page .btn-purple:active,
.com-page .btn-purple.active,
.open > .dropdown-toggle.com-page .btn-purple {
  background-image: none;
}
.com-page .btn-purple.disabled:hover,
.com-page .btn-purple[disabled]:hover,
fieldset[disabled] .com-page .btn-purple:hover,
.com-page .btn-purple.disabled:focus,
.com-page .btn-purple[disabled]:focus,
fieldset[disabled] .com-page .btn-purple:focus,
.com-page .btn-purple.disabled.focus,
.com-page .btn-purple[disabled].focus,
fieldset[disabled] .com-page .btn-purple.focus {
  background-color: #84036c;
  border-color: #84036c;
}
.com-page .btn-purple .badge {
  color: #84036c;
  background-color: #ffffff;
}
.com-page .btn-purple:after {
  background-color: #580648;
}
.com-page .btn-purple:hover:after,
.com-page .btn-purple:focus:after {
  background-color: #280321;
}
.com-page .btn-teal {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
  border-radius: 2px;
}
.com-page .btn-teal:focus,
.com-page .btn-teal.focus {
  color: #ffffff;
  background-color: #023539;
  border-color: #023539;
}
.com-page .btn-teal:hover {
  color: #ffffff;
  background-color: #023539;
  border-color: #023539;
}
.com-page .btn-teal:active,
.com-page .btn-teal.active,
.open > .dropdown-toggle.com-page .btn-teal {
  color: #ffffff;
  background-color: #023539;
  border-color: #023539;
}
.com-page .btn-teal:active:hover,
.com-page .btn-teal.active:hover,
.open > .dropdown-toggle.com-page .btn-teal:hover,
.com-page .btn-teal:active:focus,
.com-page .btn-teal.active:focus,
.open > .dropdown-toggle.com-page .btn-teal:focus,
.com-page .btn-teal:active.focus,
.com-page .btn-teal.active.focus,
.open > .dropdown-toggle.com-page .btn-teal.focus {
  color: #ffffff;
  background-color: #011517;
  border-color: #023539;
}
.com-page .btn-teal:active,
.com-page .btn-teal.active,
.open > .dropdown-toggle.com-page .btn-teal {
  background-image: none;
}
.com-page .btn-teal.disabled:hover,
.com-page .btn-teal[disabled]:hover,
fieldset[disabled] .com-page .btn-teal:hover,
.com-page .btn-teal.disabled:focus,
.com-page .btn-teal[disabled]:focus,
fieldset[disabled] .com-page .btn-teal:focus,
.com-page .btn-teal.disabled.focus,
.com-page .btn-teal[disabled].focus,
fieldset[disabled] .com-page .btn-teal.focus {
  background-color: #03626b;
  border-color: #03626b;
}
.com-page .btn-teal .badge {
  color: #03626b;
  background-color: #ffffff;
}
.com-page .btn-teal:after {
  background-color: #004d54;
}
.com-page .btn-teal:hover:after,
.com-page .btn-teal:focus:after {
  background-color: #001e21;
}
.com-page [class*="btn-outline-"] {
  background-color: #fff;
}
.com-page .btn-outline-default,
.com-page .btn-outline-gray,
.com-page .btn-outline {
  color: #333;
  border-color: #454545;
}
.com-page .btn-outline-default:focus,
.com-page .btn-outline-gray:focus,
.com-page .btn-outline:focus,
.com-page .btn-outline-default.focus,
.com-page .btn-outline-gray.focus,
.com-page .btn-outline.focus {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
}
.com-page .btn-outline-default:hover,
.com-page .btn-outline-gray:hover,
.com-page .btn-outline:hover,
.com-page .btn-outline-default.active,
.com-page .btn-outline-gray.active,
.com-page .btn-outline.active {
  color: #ffffff;
  background-color: #454545;
  border-color: #454545;
}
.com-page .btn-outline-default:active,
.com-page .btn-outline-gray:active,
.com-page .btn-outline:active,
.open > .dropdown-toggle.com-page .btn-outline-default,
.open > .dropdown-toggle.com-page .btn-outline-gray,
.open > .dropdown-toggle.com-page .btn-outline {
  color: #ffffff;
  background-color: #2b2b2b;
  border-color: #262626;
}
.com-page .btn-outline-default:active:hover,
.com-page .btn-outline-gray:active:hover,
.com-page .btn-outline:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-default:hover,
.open > .dropdown-toggle.com-page .btn-outline-gray:hover,
.open > .dropdown-toggle.com-page .btn-outline:hover,
.com-page .btn-outline-default:active:focus,
.com-page .btn-outline-gray:active:focus,
.com-page .btn-outline:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-default:focus,
.open > .dropdown-toggle.com-page .btn-outline-gray:focus,
.open > .dropdown-toggle.com-page .btn-outline:focus,
.com-page .btn-outline-default:active.focus,
.com-page .btn-outline-gray:active.focus,
.com-page .btn-outline:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-default.focus,
.open > .dropdown-toggle.com-page .btn-outline-gray.focus,
.open > .dropdown-toggle.com-page .btn-outline.focus {
  color: #ffffff;
  background-color: #191919;
  border-color: #050505;
}
.com-page .btn-outline-default.disabled:hover,
.com-page .btn-outline-gray.disabled:hover,
.com-page .btn-outline.disabled:hover,
.com-page .btn-outline-default[disabled]:hover,
.com-page .btn-outline-gray[disabled]:hover,
.com-page .btn-outline[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-default:hover,
fieldset[disabled] .com-page .btn-outline-gray:hover,
fieldset[disabled] .com-page .btn-outline:hover,
.com-page .btn-outline-default.disabled:focus,
.com-page .btn-outline-gray.disabled:focus,
.com-page .btn-outline.disabled:focus,
.com-page .btn-outline-default[disabled]:focus,
.com-page .btn-outline-gray[disabled]:focus,
.com-page .btn-outline[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-default:focus,
fieldset[disabled] .com-page .btn-outline-gray:focus,
fieldset[disabled] .com-page .btn-outline:focus,
.com-page .btn-outline-default.disabled.focus,
.com-page .btn-outline-gray.disabled.focus,
.com-page .btn-outline.disabled.focus,
.com-page .btn-outline-default[disabled].focus,
.com-page .btn-outline-gray[disabled].focus,
.com-page .btn-outline[disabled].focus,
fieldset[disabled] .com-page .btn-outline-default.focus,
fieldset[disabled] .com-page .btn-outline-gray.focus,
fieldset[disabled] .com-page .btn-outline.focus {
  background-color: #454545;
  border-color: #454545;
}
.com-page .btn-outline-default .badge,
.com-page .btn-outline-gray .badge,
.com-page .btn-outline .badge {
  color: #454545;
  background-color: #ffffff;
}
.com-page .btn-outline-primary {
  color: #043d5b;
  border-color: #065d8c;
}
.com-page .btn-outline-primary:focus,
.com-page .btn-outline-primary.focus {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-outline-primary:hover,
.com-page .btn-outline-primary.active {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-outline-primary:active,
.open > .dropdown-toggle.com-page .btn-outline-primary {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #033651;
}
.com-page .btn-outline-primary:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-primary:hover,
.com-page .btn-outline-primary:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-primary:focus,
.com-page .btn-outline-primary:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-primary.focus {
  color: #ffffff;
  background-color: #022639;
  border-color: #010c12;
}
.com-page .btn-outline-primary.disabled:hover,
.com-page .btn-outline-primary[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-primary:hover,
.com-page .btn-outline-primary.disabled:focus,
.com-page .btn-outline-primary[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-primary:focus,
.com-page .btn-outline-primary.disabled.focus,
.com-page .btn-outline-primary[disabled].focus,
fieldset[disabled] .com-page .btn-outline-primary.focus {
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-outline-primary .badge {
  color: #065d8c;
  background-color: #ffffff;
}
.com-page .btn-outline-success,
.com-page .btn-outline-green {
  color: #00431c;
  border-color: #00662f;
}
.com-page .btn-outline-success:focus,
.com-page .btn-outline-green:focus,
.com-page .btn-outline-success.focus,
.com-page .btn-outline-green.focus {
  color: #ffffff;
  background-color: #00662f;
  border-color: #00662f;
}
.com-page .btn-outline-success:hover,
.com-page .btn-outline-green:hover,
.com-page .btn-outline-success.active,
.com-page .btn-outline-green.active {
  color: #ffffff;
  background-color: #00662f;
  border-color: #00662f;
}
.com-page .btn-outline-success:active,
.com-page .btn-outline-green:active,
.open > .dropdown-toggle.com-page .btn-outline-success,
.open > .dropdown-toggle.com-page .btn-outline-green {
  color: #ffffff;
  background-color: #003318;
  border-color: #002913;
}
.com-page .btn-outline-success:active:hover,
.com-page .btn-outline-green:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-success:hover,
.open > .dropdown-toggle.com-page .btn-outline-green:hover,
.com-page .btn-outline-success:active:focus,
.com-page .btn-outline-green:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-success:focus,
.open > .dropdown-toggle.com-page .btn-outline-green:focus,
.com-page .btn-outline-success:active.focus,
.com-page .btn-outline-green:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-success.focus,
.open > .dropdown-toggle.com-page .btn-outline-green.focus {
  color: #ffffff;
  background-color: #000f07;
  border-color: #000000;
}
.com-page .btn-outline-success.disabled:hover,
.com-page .btn-outline-green.disabled:hover,
.com-page .btn-outline-success[disabled]:hover,
.com-page .btn-outline-green[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-success:hover,
fieldset[disabled] .com-page .btn-outline-green:hover,
.com-page .btn-outline-success.disabled:focus,
.com-page .btn-outline-green.disabled:focus,
.com-page .btn-outline-success[disabled]:focus,
.com-page .btn-outline-green[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-success:focus,
fieldset[disabled] .com-page .btn-outline-green:focus,
.com-page .btn-outline-success.disabled.focus,
.com-page .btn-outline-green.disabled.focus,
.com-page .btn-outline-success[disabled].focus,
.com-page .btn-outline-green[disabled].focus,
fieldset[disabled] .com-page .btn-outline-success.focus,
fieldset[disabled] .com-page .btn-outline-green.focus {
  background-color: #00662f;
  border-color: #00662f;
}
.com-page .btn-outline-success .badge,
.com-page .btn-outline-green .badge {
  color: #00662f;
  background-color: #ffffff;
}
.com-page .btn-outline-info,
.com-page .btn-outline-blue {
  color: #043d5b;
  border-color: #065d8c;
}
.com-page .btn-outline-info:focus,
.com-page .btn-outline-blue:focus,
.com-page .btn-outline-info.focus,
.com-page .btn-outline-blue.focus {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-outline-info:hover,
.com-page .btn-outline-blue:hover,
.com-page .btn-outline-info.active,
.com-page .btn-outline-blue.active {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-outline-info:active,
.com-page .btn-outline-blue:active,
.open > .dropdown-toggle.com-page .btn-outline-info,
.open > .dropdown-toggle.com-page .btn-outline-blue {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #033651;
}
.com-page .btn-outline-info:active:hover,
.com-page .btn-outline-blue:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-info:hover,
.open > .dropdown-toggle.com-page .btn-outline-blue:hover,
.com-page .btn-outline-info:active:focus,
.com-page .btn-outline-blue:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-info:focus,
.open > .dropdown-toggle.com-page .btn-outline-blue:focus,
.com-page .btn-outline-info:active.focus,
.com-page .btn-outline-blue:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-info.focus,
.open > .dropdown-toggle.com-page .btn-outline-blue.focus {
  color: #ffffff;
  background-color: #022639;
  border-color: #010c12;
}
.com-page .btn-outline-info.disabled:hover,
.com-page .btn-outline-blue.disabled:hover,
.com-page .btn-outline-info[disabled]:hover,
.com-page .btn-outline-blue[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-info:hover,
fieldset[disabled] .com-page .btn-outline-blue:hover,
.com-page .btn-outline-info.disabled:focus,
.com-page .btn-outline-blue.disabled:focus,
.com-page .btn-outline-info[disabled]:focus,
.com-page .btn-outline-blue[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-info:focus,
fieldset[disabled] .com-page .btn-outline-blue:focus,
.com-page .btn-outline-info.disabled.focus,
.com-page .btn-outline-blue.disabled.focus,
.com-page .btn-outline-info[disabled].focus,
.com-page .btn-outline-blue[disabled].focus,
fieldset[disabled] .com-page .btn-outline-info.focus,
fieldset[disabled] .com-page .btn-outline-blue.focus {
  background-color: #065d8c;
  border-color: #065d8c;
}
.com-page .btn-outline-info .badge,
.com-page .btn-outline-blue .badge {
  color: #065d8c;
  background-color: #ffffff;
}
.com-page .btn-outline-advisory,
.com-page .btn-outline-yellow {
  color: #000000;
  border-color: #eca120;
}
.com-page .btn-outline-advisory:focus,
.com-page .btn-outline-yellow:focus,
.com-page .btn-outline-advisory.focus,
.com-page .btn-outline-yellow.focus {
  color: #000000;
  background-color: #eca120;
  border-color: #eca120;
}
.com-page .btn-outline-advisory:hover,
.com-page .btn-outline-yellow:hover,
.com-page .btn-outline-advisory.active,
.com-page .btn-outline-yellow.active {
  color: #000000;
  background-color: #eca120;
  border-color: #eca120;
}
.com-page .btn-outline-advisory:active,
.com-page .btn-outline-yellow:active,
.open > .dropdown-toggle.com-page .btn-outline-advisory,
.open > .dropdown-toggle.com-page .btn-outline-yellow {
  color: #000000;
  background-color: #c88511;
  border-color: #bf7e10;
}
.com-page .btn-outline-advisory:active:hover,
.com-page .btn-outline-yellow:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-advisory:hover,
.open > .dropdown-toggle.com-page .btn-outline-yellow:hover,
.com-page .btn-outline-advisory:active:focus,
.com-page .btn-outline-yellow:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-advisory:focus,
.open > .dropdown-toggle.com-page .btn-outline-yellow:focus,
.com-page .btn-outline-advisory:active.focus,
.com-page .btn-outline-yellow:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-advisory.focus,
.open > .dropdown-toggle.com-page .btn-outline-yellow.focus {
  color: #000000;
  background-color: #a76f0e;
  border-color: #81560b;
}
.com-page .btn-outline-advisory.disabled:hover,
.com-page .btn-outline-yellow.disabled:hover,
.com-page .btn-outline-advisory[disabled]:hover,
.com-page .btn-outline-yellow[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-advisory:hover,
fieldset[disabled] .com-page .btn-outline-yellow:hover,
.com-page .btn-outline-advisory.disabled:focus,
.com-page .btn-outline-yellow.disabled:focus,
.com-page .btn-outline-advisory[disabled]:focus,
.com-page .btn-outline-yellow[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-advisory:focus,
fieldset[disabled] .com-page .btn-outline-yellow:focus,
.com-page .btn-outline-advisory.disabled.focus,
.com-page .btn-outline-yellow.disabled.focus,
.com-page .btn-outline-advisory[disabled].focus,
.com-page .btn-outline-yellow[disabled].focus,
fieldset[disabled] .com-page .btn-outline-advisory.focus,
fieldset[disabled] .com-page .btn-outline-yellow.focus {
  background-color: #eca120;
  border-color: #eca120;
}
.com-page .btn-outline-advisory .badge,
.com-page .btn-outline-yellow .badge {
  color: #eca120;
  background-color: #000000;
}
.com-page .btn-outline-warning,
.com-page .btn-outline-orange {
  color: #7d2509;
  border-color: #d05319;
}
.com-page .btn-outline-warning:focus,
.com-page .btn-outline-orange:focus,
.com-page .btn-outline-warning.focus,
.com-page .btn-outline-orange.focus {
  color: #ffffff;
  background-color: #d05319;
  border-color: #d05319;
}
.com-page .btn-outline-warning:hover,
.com-page .btn-outline-orange:hover,
.com-page .btn-outline-warning.active,
.com-page .btn-outline-orange.active {
  color: #ffffff;
  background-color: #d05319;
  border-color: #d05319;
}
.com-page .btn-outline-warning:active,
.com-page .btn-outline-orange:active,
.open > .dropdown-toggle.com-page .btn-outline-warning,
.open > .dropdown-toggle.com-page .btn-outline-orange {
  color: #ffffff;
  background-color: #a24114;
  border-color: #993d12;
}
.com-page .btn-outline-warning:active:hover,
.com-page .btn-outline-orange:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-warning:hover,
.open > .dropdown-toggle.com-page .btn-outline-orange:hover,
.com-page .btn-outline-warning:active:focus,
.com-page .btn-outline-orange:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-warning:focus,
.open > .dropdown-toggle.com-page .btn-outline-orange:focus,
.com-page .btn-outline-warning:active.focus,
.com-page .btn-outline-orange:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-warning.focus,
.open > .dropdown-toggle.com-page .btn-outline-orange.focus {
  color: #ffffff;
  background-color: #833410;
  border-color: #5e260b;
}
.com-page .btn-outline-warning.disabled:hover,
.com-page .btn-outline-orange.disabled:hover,
.com-page .btn-outline-warning[disabled]:hover,
.com-page .btn-outline-orange[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-warning:hover,
fieldset[disabled] .com-page .btn-outline-orange:hover,
.com-page .btn-outline-warning.disabled:focus,
.com-page .btn-outline-orange.disabled:focus,
.com-page .btn-outline-warning[disabled]:focus,
.com-page .btn-outline-orange[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-warning:focus,
fieldset[disabled] .com-page .btn-outline-orange:focus,
.com-page .btn-outline-warning.disabled.focus,
.com-page .btn-outline-orange.disabled.focus,
.com-page .btn-outline-warning[disabled].focus,
.com-page .btn-outline-orange[disabled].focus,
fieldset[disabled] .com-page .btn-outline-warning.focus,
fieldset[disabled] .com-page .btn-outline-orange.focus {
  background-color: #d05319;
  border-color: #d05319;
}
.com-page .btn-outline-warning .badge,
.com-page .btn-outline-orange .badge {
  color: #d05319;
  background-color: #ffffff;
}
.com-page .btn-outline-danger,
.com-page .btn-outline-red {
  color: #8d031e;
  border-color: #ac1d2c;
}
.com-page .btn-outline-danger:focus,
.com-page .btn-outline-red:focus,
.com-page .btn-outline-danger.focus,
.com-page .btn-outline-red.focus {
  color: #ffffff;
  background-color: #ac1d2c;
  border-color: #ac1d2c;
}
.com-page .btn-outline-danger:hover,
.com-page .btn-outline-red:hover,
.com-page .btn-outline-danger.active,
.com-page .btn-outline-red.active {
  color: #ffffff;
  background-color: #ac1d2c;
  border-color: #ac1d2c;
}
.com-page .btn-outline-danger:active,
.com-page .btn-outline-red:active,
.open > .dropdown-toggle.com-page .btn-outline-danger,
.open > .dropdown-toggle.com-page .btn-outline-red {
  color: #ffffff;
  background-color: #801621;
  border-color: #78141f;
}
.com-page .btn-outline-danger:active:hover,
.com-page .btn-outline-red:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-danger:hover,
.open > .dropdown-toggle.com-page .btn-outline-red:hover,
.com-page .btn-outline-danger:active:focus,
.com-page .btn-outline-red:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-danger:focus,
.open > .dropdown-toggle.com-page .btn-outline-red:focus,
.com-page .btn-outline-danger:active.focus,
.com-page .btn-outline-red:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-danger.focus,
.open > .dropdown-toggle.com-page .btn-outline-red.focus {
  color: #ffffff;
  background-color: #621019;
  border-color: #3f0b10;
}
.com-page .btn-outline-danger.disabled:hover,
.com-page .btn-outline-red.disabled:hover,
.com-page .btn-outline-danger[disabled]:hover,
.com-page .btn-outline-red[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-danger:hover,
fieldset[disabled] .com-page .btn-outline-red:hover,
.com-page .btn-outline-danger.disabled:focus,
.com-page .btn-outline-red.disabled:focus,
.com-page .btn-outline-danger[disabled]:focus,
.com-page .btn-outline-red[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-danger:focus,
fieldset[disabled] .com-page .btn-outline-red:focus,
.com-page .btn-outline-danger.disabled.focus,
.com-page .btn-outline-red.disabled.focus,
.com-page .btn-outline-danger[disabled].focus,
.com-page .btn-outline-red[disabled].focus,
fieldset[disabled] .com-page .btn-outline-danger.focus,
fieldset[disabled] .com-page .btn-outline-red.focus {
  background-color: #ac1d2c;
  border-color: #ac1d2c;
}
.com-page .btn-outline-danger .badge,
.com-page .btn-outline-red .badge {
  color: #ac1d2c;
  background-color: #ffffff;
}
.com-page .btn-outline-purple {
  color: #580648;
  border-color: #84036c;
}
.com-page .btn-outline-purple:focus,
.com-page .btn-outline-purple.focus {
  color: #ffffff;
  background-color: #84036c;
  border-color: #84036c;
}
.com-page .btn-outline-purple:hover,
.com-page .btn-outline-purple.active {
  color: #ffffff;
  background-color: #84036c;
  border-color: #84036c;
}
.com-page .btn-outline-purple:active,
.open > .dropdown-toggle.com-page .btn-outline-purple {
  color: #ffffff;
  background-color: #520243;
  border-color: #48023b;
}
.com-page .btn-outline-purple:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-purple:hover,
.com-page .btn-outline-purple:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-purple:focus,
.com-page .btn-outline-purple:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-purple.focus {
  color: #ffffff;
  background-color: #2f0127;
  border-color: #070006;
}
.com-page .btn-outline-purple.disabled:hover,
.com-page .btn-outline-purple[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-purple:hover,
.com-page .btn-outline-purple.disabled:focus,
.com-page .btn-outline-purple[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-purple:focus,
.com-page .btn-outline-purple.disabled.focus,
.com-page .btn-outline-purple[disabled].focus,
fieldset[disabled] .com-page .btn-outline-purple.focus {
  background-color: #84036c;
  border-color: #84036c;
}
.com-page .btn-outline-purple .badge {
  color: #84036c;
  background-color: #ffffff;
}
.com-page .btn-outline-teal {
  color: #004d54;
  border-color: #03626b;
}
.com-page .btn-outline-teal:focus,
.com-page .btn-outline-teal.focus {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
}
.com-page .btn-outline-teal:hover,
.com-page .btn-outline-teal.active {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
}
.com-page .btn-outline-teal:active,
.open > .dropdown-toggle.com-page .btn-outline-teal {
  color: #ffffff;
  background-color: #023539;
  border-color: #012b2f;
}
.com-page .btn-outline-teal:active:hover,
.open > .dropdown-toggle.com-page .btn-outline-teal:hover,
.com-page .btn-outline-teal:active:focus,
.open > .dropdown-toggle.com-page .btn-outline-teal:focus,
.com-page .btn-outline-teal:active.focus,
.open > .dropdown-toggle.com-page .btn-outline-teal.focus {
  color: #ffffff;
  background-color: #011517;
  border-color: #000000;
}
.com-page .btn-outline-teal.disabled:hover,
.com-page .btn-outline-teal[disabled]:hover,
fieldset[disabled] .com-page .btn-outline-teal:hover,
.com-page .btn-outline-teal.disabled:focus,
.com-page .btn-outline-teal[disabled]:focus,
fieldset[disabled] .com-page .btn-outline-teal:focus,
.com-page .btn-outline-teal.disabled.focus,
.com-page .btn-outline-teal[disabled].focus,
fieldset[disabled] .com-page .btn-outline-teal.focus {
  background-color: #03626b;
  border-color: #03626b;
}
.com-page .btn-outline-teal .badge {
  color: #03626b;
  background-color: #ffffff;
}
.com-page button.webform-submit,
.com-page button.form-submit,
.com-page button[type="submit"],
.com-page button.webform-submit.btn-primary,
.com-page button.form-submit.btn-primary,
.com-page button[type="submit"].btn-primary {
  color: #ffffff !important;
  background-color: #065d8c !important;
  border-color: #065d8c !important;
  border-radius: 2px !important;
}
.com-page button.webform-submit:focus,
.com-page button.form-submit:focus,
.com-page button[type="submit"]:focus,
.com-page button.webform-submit.btn-primary:focus,
.com-page button.form-submit.btn-primary:focus,
.com-page button[type="submit"].btn-primary:focus,
.com-page button.webform-submit.focus,
.com-page button.form-submit.focus,
.com-page button[type="submit"].focus,
.com-page button.webform-submit.btn-primary.focus,
.com-page button.form-submit.btn-primary.focus,
.com-page button[type="submit"].btn-primary.focus {
  color: #ffffff !important;
  background-color: #043d5b !important;
  border-color: #043d5b !important;
}
.com-page button.webform-submit:hover,
.com-page button.form-submit:hover,
.com-page button[type="submit"]:hover,
.com-page button.webform-submit.btn-primary:hover,
.com-page button.form-submit.btn-primary:hover,
.com-page button[type="submit"].btn-primary:hover {
  color: #ffffff !important;
  background-color: #043d5b !important;
  border-color: #043d5b !important;
}
.com-page button.webform-submit:active,
.com-page button.form-submit:active,
.com-page button[type="submit"]:active,
.com-page button.webform-submit.btn-primary:active,
.com-page button.form-submit.btn-primary:active,
.com-page button[type="submit"].btn-primary:active,
.com-page button.webform-submit.active,
.com-page button.form-submit.active,
.com-page button[type="submit"].active,
.com-page button.webform-submit.btn-primary.active,
.com-page button.form-submit.btn-primary.active,
.com-page button[type="submit"].btn-primary.active,
.open > .dropdown-toggle.com-page button.webform-submit,
.open > .dropdown-toggle.com-page button.form-submit,
.open > .dropdown-toggle.com-page button[type="submit"],
.open > .dropdown-toggle.com-page button.webform-submit.btn-primary,
.open > .dropdown-toggle.com-page button.form-submit.btn-primary,
.open > .dropdown-toggle.com-page button[type="submit"].btn-primary {
  color: #ffffff !important;
  background-color: #043d5b !important;
  border-color: #043d5b !important;
}
.com-page button.webform-submit:active:hover,
.com-page button.form-submit:active:hover,
.com-page button[type="submit"]:active:hover,
.com-page button.webform-submit.btn-primary:active:hover,
.com-page button.form-submit.btn-primary:active:hover,
.com-page button[type="submit"].btn-primary:active:hover,
.com-page button.webform-submit.active:hover,
.com-page button.form-submit.active:hover,
.com-page button[type="submit"].active:hover,
.com-page button.webform-submit.btn-primary.active:hover,
.com-page button.form-submit.btn-primary.active:hover,
.com-page button[type="submit"].btn-primary.active:hover,
.open > .dropdown-toggle.com-page button.webform-submit:hover,
.open > .dropdown-toggle.com-page button.form-submit:hover,
.open > .dropdown-toggle.com-page button[type="submit"]:hover,
.open > .dropdown-toggle.com-page button.webform-submit.btn-primary:hover,
.open > .dropdown-toggle.com-page button.form-submit.btn-primary:hover,
.open > .dropdown-toggle.com-page button[type="submit"].btn-primary:hover,
.com-page button.webform-submit:active:focus,
.com-page button.form-submit:active:focus,
.com-page button[type="submit"]:active:focus,
.com-page button.webform-submit.btn-primary:active:focus,
.com-page button.form-submit.btn-primary:active:focus,
.com-page button[type="submit"].btn-primary:active:focus,
.com-page button.webform-submit.active:focus,
.com-page button.form-submit.active:focus,
.com-page button[type="submit"].active:focus,
.com-page button.webform-submit.btn-primary.active:focus,
.com-page button.form-submit.btn-primary.active:focus,
.com-page button[type="submit"].btn-primary.active:focus,
.open > .dropdown-toggle.com-page button.webform-submit:focus,
.open > .dropdown-toggle.com-page button.form-submit:focus,
.open > .dropdown-toggle.com-page button[type="submit"]:focus,
.open > .dropdown-toggle.com-page button.webform-submit.btn-primary:focus,
.open > .dropdown-toggle.com-page button.form-submit.btn-primary:focus,
.open > .dropdown-toggle.com-page button[type="submit"].btn-primary:focus,
.com-page button.webform-submit:active.focus,
.com-page button.form-submit:active.focus,
.com-page button[type="submit"]:active.focus,
.com-page button.webform-submit.btn-primary:active.focus,
.com-page button.form-submit.btn-primary:active.focus,
.com-page button[type="submit"].btn-primary:active.focus,
.com-page button.webform-submit.active.focus,
.com-page button.form-submit.active.focus,
.com-page button[type="submit"].active.focus,
.com-page button.webform-submit.btn-primary.active.focus,
.com-page button.form-submit.btn-primary.active.focus,
.com-page button[type="submit"].btn-primary.active.focus,
.open > .dropdown-toggle.com-page button.webform-submit.focus,
.open > .dropdown-toggle.com-page button.form-submit.focus,
.open > .dropdown-toggle.com-page button[type="submit"].focus,
.open > .dropdown-toggle.com-page button.webform-submit.btn-primary.focus,
.open > .dropdown-toggle.com-page button.form-submit.btn-primary.focus,
.open > .dropdown-toggle.com-page button[type="submit"].btn-primary.focus {
  color: #ffffff !important;
  background-color: #022639 !important;
  border-color: #043d5b !important;
}
.com-page button.webform-submit:active,
.com-page button.form-submit:active,
.com-page button[type="submit"]:active,
.com-page button.webform-submit.btn-primary:active,
.com-page button.form-submit.btn-primary:active,
.com-page button[type="submit"].btn-primary:active,
.com-page button.webform-submit.active,
.com-page button.form-submit.active,
.com-page button[type="submit"].active,
.com-page button.webform-submit.btn-primary.active,
.com-page button.form-submit.btn-primary.active,
.com-page button[type="submit"].btn-primary.active,
.open > .dropdown-toggle.com-page button.webform-submit,
.open > .dropdown-toggle.com-page button.form-submit,
.open > .dropdown-toggle.com-page button[type="submit"],
.open > .dropdown-toggle.com-page button.webform-submit.btn-primary,
.open > .dropdown-toggle.com-page button.form-submit.btn-primary,
.open > .dropdown-toggle.com-page button[type="submit"].btn-primary {
  background-image: none !important;
}
.com-page button.webform-submit.disabled:hover,
.com-page button.form-submit.disabled:hover,
.com-page button[type="submit"].disabled:hover,
.com-page button.webform-submit.btn-primary.disabled:hover,
.com-page button.form-submit.btn-primary.disabled:hover,
.com-page button[type="submit"].btn-primary.disabled:hover,
.com-page button.webform-submit[disabled]:hover,
.com-page button.form-submit[disabled]:hover,
.com-page button[type="submit"][disabled]:hover,
.com-page button.webform-submit.btn-primary[disabled]:hover,
.com-page button.form-submit.btn-primary[disabled]:hover,
.com-page button[type="submit"].btn-primary[disabled]:hover,
fieldset[disabled] .com-page button.webform-submit:hover,
fieldset[disabled] .com-page button.form-submit:hover,
fieldset[disabled] .com-page button[type="submit"]:hover,
fieldset[disabled] .com-page button.webform-submit.btn-primary:hover,
fieldset[disabled] .com-page button.form-submit.btn-primary:hover,
fieldset[disabled] .com-page button[type="submit"].btn-primary:hover,
.com-page button.webform-submit.disabled:focus,
.com-page button.form-submit.disabled:focus,
.com-page button[type="submit"].disabled:focus,
.com-page button.webform-submit.btn-primary.disabled:focus,
.com-page button.form-submit.btn-primary.disabled:focus,
.com-page button[type="submit"].btn-primary.disabled:focus,
.com-page button.webform-submit[disabled]:focus,
.com-page button.form-submit[disabled]:focus,
.com-page button[type="submit"][disabled]:focus,
.com-page button.webform-submit.btn-primary[disabled]:focus,
.com-page button.form-submit.btn-primary[disabled]:focus,
.com-page button[type="submit"].btn-primary[disabled]:focus,
fieldset[disabled] .com-page button.webform-submit:focus,
fieldset[disabled] .com-page button.form-submit:focus,
fieldset[disabled] .com-page button[type="submit"]:focus,
fieldset[disabled] .com-page button.webform-submit.btn-primary:focus,
fieldset[disabled] .com-page button.form-submit.btn-primary:focus,
fieldset[disabled] .com-page button[type="submit"].btn-primary:focus,
.com-page button.webform-submit.disabled.focus,
.com-page button.form-submit.disabled.focus,
.com-page button[type="submit"].disabled.focus,
.com-page button.webform-submit.btn-primary.disabled.focus,
.com-page button.form-submit.btn-primary.disabled.focus,
.com-page button[type="submit"].btn-primary.disabled.focus,
.com-page button.webform-submit[disabled].focus,
.com-page button.form-submit[disabled].focus,
.com-page button[type="submit"][disabled].focus,
.com-page button.webform-submit.btn-primary[disabled].focus,
.com-page button.form-submit.btn-primary[disabled].focus,
.com-page button[type="submit"].btn-primary[disabled].focus,
fieldset[disabled] .com-page button.webform-submit.focus,
fieldset[disabled] .com-page button.form-submit.focus,
fieldset[disabled] .com-page button[type="submit"].focus,
fieldset[disabled] .com-page button.webform-submit.btn-primary.focus,
fieldset[disabled] .com-page button.form-submit.btn-primary.focus,
fieldset[disabled] .com-page button[type="submit"].btn-primary.focus {
  background-color: #065d8c !important;
  border-color: #065d8c !important;
}
.com-page button.webform-submit .badge,
.com-page button.form-submit .badge,
.com-page button[type="submit"] .badge,
.com-page button.webform-submit.btn-primary .badge,
.com-page button.form-submit.btn-primary .badge,
.com-page button[type="submit"].btn-primary .badge {
  color: #065d8c !important;
  background-color: #ffffff !important;
}
.com-page button.webform-submit:after,
.com-page button.form-submit:after,
.com-page button[type="submit"]:after,
.com-page button.webform-submit.btn-primary:after,
.com-page button.form-submit.btn-primary:after,
.com-page button[type="submit"].btn-primary:after {
  background-color: #043d5b !important;
}
.com-page button.webform-submit:hover:after,
.com-page button.form-submit:hover:after,
.com-page button[type="submit"]:hover:after,
.com-page button.webform-submit.btn-primary:hover:after,
.com-page button.form-submit.btn-primary:hover:after,
.com-page button[type="submit"].btn-primary:hover:after,
.com-page button.webform-submit:focus:after,
.com-page button.form-submit:focus:after,
.com-page button[type="submit"]:focus:after,
.com-page button.webform-submit.btn-primary:focus:after,
.com-page button.form-submit.btn-primary:focus:after,
.com-page button[type="submit"].btn-primary:focus:after {
  background-color: #021c2a !important;
}
.com-page button:not(.btn) {
  display: inline-block;
  margin-top: 7.5px;
  margin-right: 15px;
  margin-bottom: 7.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 18px;
  font-size: 16.8px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  content: 'test change from buttons.less';
}
.com-page button:not(.btn):after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.com-page .btn-lg,
.com-page .btn-xl {
  padding: 1.7rem 2.7rem !important;
  font-size: 2rem !important;
  line-height: 2rem !important;
  border-radius: 2px !important;
}
.com-page .btn-xs,
.com-page .btn-sm {
  padding: 0.6rem 1rem !important;
  font-size: 1.4rem !important;
  line-height: 1.4rem !important;
  border-radius: 2px !important;
}
.com-page .pagination li a,
.com-page .pagination li.pager-ellipsis span,
.com-page .pagination li.active span {
  margin-left: 4px;
  padding: 11px 18px;
  min-width: 44px;
  min-height: 44px;
  color: #03626b;
  font-size: 1.6rem;
  font-weight: 600;
  background-color: #f5f5f5;
  border: none;
  position: relative;
}
.com-page .pagination li a:after,
.com-page .pagination li.pager-ellipsis span:after,
.com-page .pagination li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination li a:first-child,
.com-page .pagination li.pager-ellipsis span:first-child,
.com-page .pagination li.active span:first-child,
.com-page .pagination li a:last-child,
.com-page .pagination li.pager-ellipsis span:last-child,
.com-page .pagination li.active span:last-child {
  border-radius: 0;
}
.com-page .pagination li a:hover,
.com-page .pagination li.pager-ellipsis span:hover,
.com-page .pagination li.active span:hover,
.com-page .pagination li a:focus,
.com-page .pagination li.pager-ellipsis span:focus,
.com-page .pagination li.active span:focus {
  color: #ffffff;
  background-color: #03626b;
  position: relative;
}
.com-page .pagination li a:hover:after,
.com-page .pagination li.pager-ellipsis span:hover:after,
.com-page .pagination li.active span:hover:after,
.com-page .pagination li a:focus:after,
.com-page .pagination li.pager-ellipsis span:focus:after,
.com-page .pagination li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #004d54;
}
.com-page .pagination li.prev a,
.com-page .pagination li.next a {
  width: 40px;
  height: 44px;
  position: relative;
  text-indent: -99999999px;
  overflow: hidden;
}
.com-page .pagination li.prev a:before,
.com-page .pagination li.next a:before {
  display: block;
  text-indent: 0;
  overflow: hidden;
  color: #03626b;
}
.com-page .pagination li.prev a:hover:before,
.com-page .pagination li.next a:hover:before,
.com-page .pagination li.prev a:focus:before,
.com-page .pagination li.next a:focus:before {
  color: #ffffff;
}
.com-page .pagination li.prev a:before {
  content: "\2039";
}
.com-page .pagination li.next a:before {
  content: "\203A";
}
.com-page .pagination li.pager-ellipsis span:hover,
.com-page .pagination li.pager-ellipsis span:hover {
  color: #03626b;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination li.pager-ellipsis span:hover:after,
.com-page .pagination li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination li.pager-first,
.com-page .pagination li.pager-last {
  text-transform: capitalize;
}
.com-page .pagination li.pager-first a span,
.com-page .pagination li.pager-last a span {
  position: absolute;
  top: 0.1rem;
  font-size: 2.6rem;
}
.com-page .pagination li.pager-first a span {
  left: 1.7rem;
}
.com-page .pagination li.pager-last a span {
  right: 1.7rem;
}
.com-page .pagination li.active a,
.com-page .pagination li.active span {
  color: #ffffff;
  background-color: #03626b;
  position: relative;
}
.com-page .pagination li.active a:after,
.com-page .pagination li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #004d54;
}
.com-page .pagination.blue li a,
.com-page .pagination.blue li.pager-ellipsis span {
  color: #065d8c;
}
.com-page .pagination.blue li a:hover,
.com-page .pagination.blue li.pager-ellipsis span:hover,
.com-page .pagination.blue li a:focus,
.com-page .pagination.blue li.pager-ellipsis span:focus {
  color: #ffffff;
  background-color: #065d8c;
  position: relative;
}
.com-page .pagination.blue li a:hover:after,
.com-page .pagination.blue li.pager-ellipsis span:hover:after,
.com-page .pagination.blue li a:focus:after,
.com-page .pagination.blue li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #043d5b;
}
.com-page .pagination.blue li.pager-ellipsis span:hover,
.com-page .pagination.blue li.pager-ellipsis span:hover {
  color: #065d8c;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.blue li.pager-ellipsis span:hover:after,
.com-page .pagination.blue li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.blue li.active a {
  color: #ffffff;
  background-color: #065d8c;
  position: relative;
}
.com-page .pagination.blue li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #043d5b;
}
.com-page .pagination.blue li.active a:hover,
.com-page .pagination.blue li.active a:focus {
  color: #ffffff;
  background-color: #043d5b;
  position: relative;
}
.com-page .pagination.blue li.active a:hover:after,
.com-page .pagination.blue li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #032d43;
}
.com-page .pagination.blue li.active a,
.com-page .pagination.blue li.active span {
  color: #ffffff;
  background-color: #065d8c;
  position: relative;
}
.com-page .pagination.blue li.active a:after,
.com-page .pagination.blue li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #043d5b;
}
.com-page .pagination.blue li.active a:hover,
.com-page .pagination.blue li.active span:hover,
.com-page .pagination.blue li.active a:focus,
.com-page .pagination.blue li.active span:focus {
  background-color: #043d5b;
  position: relative;
}
.com-page .pagination.blue li.active a:hover:after,
.com-page .pagination.blue li.active span:hover:after,
.com-page .pagination.blue li.active a:focus:after,
.com-page .pagination.blue li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #032d43;
}
.com-page .pagination.green li a,
.com-page .pagination.green li.pager-ellipsis span {
  color: #00662f;
}
.com-page .pagination.green li a:hover,
.com-page .pagination.green li.pager-ellipsis span:hover,
.com-page .pagination.green li a:focus,
.com-page .pagination.green li.pager-ellipsis span:focus {
  color: #ffffff;
  background-color: #00662f;
  position: relative;
}
.com-page .pagination.green li a:hover:after,
.com-page .pagination.green li.pager-ellipsis span:hover:after,
.com-page .pagination.green li a:focus:after,
.com-page .pagination.green li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #00431c;
}
.com-page .pagination.green li.pager-ellipsis span:hover,
.com-page .pagination.green li.pager-ellipsis span:hover {
  color: #00662f;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.green li.pager-ellipsis span:hover:after,
.com-page .pagination.green li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.green li.active a {
  color: #ffffff;
  background-color: #00662f;
  position: relative;
}
.com-page .pagination.green li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #00431c;
}
.com-page .pagination.green li.active a:hover,
.com-page .pagination.green li.active a:focus {
  color: #ffffff;
  background-color: #00431c;
  position: relative;
}
.com-page .pagination.green li.active a:hover:after,
.com-page .pagination.green li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #002a11;
}
.com-page .pagination.green li.active a,
.com-page .pagination.green li.active span {
  color: #ffffff;
  background-color: #00662f;
  position: relative;
}
.com-page .pagination.green li.active a:after,
.com-page .pagination.green li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #00431c;
}
.com-page .pagination.green li.active a:hover,
.com-page .pagination.green li.active span:hover,
.com-page .pagination.green li.active a:focus,
.com-page .pagination.green li.active span:focus {
  background-color: #00431c;
  position: relative;
}
.com-page .pagination.green li.active a:hover:after,
.com-page .pagination.green li.active span:hover:after,
.com-page .pagination.green li.active a:focus:after,
.com-page .pagination.green li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #002a11;
}
.com-page .pagination.orange li a,
.com-page .pagination.orange li.pager-ellipsis span {
  color: #d05319;
}
.com-page .pagination.orange li a:hover,
.com-page .pagination.orange li.pager-ellipsis span:hover,
.com-page .pagination.orange li a:focus,
.com-page .pagination.orange li.pager-ellipsis span:focus {
  color: #ffffff;
  background-color: #d05319;
  position: relative;
}
.com-page .pagination.orange li a:hover:after,
.com-page .pagination.orange li.pager-ellipsis span:hover:after,
.com-page .pagination.orange li a:focus:after,
.com-page .pagination.orange li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #a2300c;
}
.com-page .pagination.orange li.pager-ellipsis span:hover,
.com-page .pagination.orange li.pager-ellipsis span:hover {
  color: #d05319;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.orange li.pager-ellipsis span:hover:after,
.com-page .pagination.orange li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.orange li.active a {
  color: #ffffff;
  background-color: #d05319;
  position: relative;
}
.com-page .pagination.orange li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #a2300c;
}
.com-page .pagination.orange li.active a:hover,
.com-page .pagination.orange li.active a:focus {
  color: #ffffff;
  background-color: #a2300c;
  position: relative;
}
.com-page .pagination.orange li.active a:hover:after,
.com-page .pagination.orange li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #8a290a;
}
.com-page .pagination.orange li.active a,
.com-page .pagination.orange li.active span {
  color: #ffffff;
  background-color: #d05319;
  position: relative;
}
.com-page .pagination.orange li.active a:after,
.com-page .pagination.orange li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #a2300c;
}
.com-page .pagination.orange li.active a:hover,
.com-page .pagination.orange li.active span:hover,
.com-page .pagination.orange li.active a:focus,
.com-page .pagination.orange li.active span:focus {
  background-color: #a2300c;
  position: relative;
}
.com-page .pagination.orange li.active a:hover:after,
.com-page .pagination.orange li.active span:hover:after,
.com-page .pagination.orange li.active a:focus:after,
.com-page .pagination.orange li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #8a290a;
}
.com-page .pagination.red li a,
.com-page .pagination.red li.pager-ellipsis span {
  color: #ac1d2c;
}
.com-page .pagination.red li a:hover,
.com-page .pagination.red li.pager-ellipsis span:hover,
.com-page .pagination.red li a:focus,
.com-page .pagination.red li.pager-ellipsis span:focus {
  color: #ffffff;
  background-color: #ac1d2c;
  position: relative;
}
.com-page .pagination.red li a:hover:after,
.com-page .pagination.red li.pager-ellipsis span:hover:after,
.com-page .pagination.red li a:focus:after,
.com-page .pagination.red li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #8d031e;
}
.com-page .pagination.red li.pager-ellipsis span:hover,
.com-page .pagination.red li.pager-ellipsis span:hover {
  color: #ac1d2c;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.red li.pager-ellipsis span:hover:after,
.com-page .pagination.red li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.red li.active a {
  color: #ffffff;
  background-color: #ac1d2c;
  position: relative;
}
.com-page .pagination.red li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #8d031e;
}
.com-page .pagination.red li.active a:hover,
.com-page .pagination.red li.active a:focus {
  color: #ffffff;
  background-color: #8d031e;
  position: relative;
}
.com-page .pagination.red li.active a:hover:after,
.com-page .pagination.red li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #740219;
}
.com-page .pagination.red li.active a,
.com-page .pagination.red li.active span {
  color: #ffffff;
  background-color: #ac1d2c;
  position: relative;
}
.com-page .pagination.red li.active a:after,
.com-page .pagination.red li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #8d031e;
}
.com-page .pagination.red li.active a:hover,
.com-page .pagination.red li.active span:hover,
.com-page .pagination.red li.active a:focus,
.com-page .pagination.red li.active span:focus {
  background-color: #8d031e;
  position: relative;
}
.com-page .pagination.red li.active a:hover:after,
.com-page .pagination.red li.active span:hover:after,
.com-page .pagination.red li.active a:focus:after,
.com-page .pagination.red li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #740219;
}
.com-page .pagination.yellow li a,
.com-page .pagination.yellow li.pager-ellipsis span {
  color: #eca120;
}
.com-page .pagination.yellow li a:hover,
.com-page .pagination.yellow li.pager-ellipsis span:hover,
.com-page .pagination.yellow li a:focus,
.com-page .pagination.yellow li.pager-ellipsis span:focus {
  color: #000000;
  background-color: #eca120;
  position: relative;
}
.com-page .pagination.yellow li a:hover:after,
.com-page .pagination.yellow li.pager-ellipsis span:hover:after,
.com-page .pagination.yellow li a:focus:after,
.com-page .pagination.yellow li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #d98522;
}
.com-page .pagination.yellow li.pager-ellipsis span:hover,
.com-page .pagination.yellow li.pager-ellipsis span:hover {
  color: #eca120;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.yellow li.pager-ellipsis span:hover:after,
.com-page .pagination.yellow li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.yellow li.active a {
  color: #000000;
  background-color: #eca120;
  position: relative;
}
.com-page .pagination.yellow li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #d98522;
}
.com-page .pagination.yellow li.active a:hover,
.com-page .pagination.yellow li.active a:focus {
  color: #ffffff;
  background-color: #d98522;
  position: relative;
}
.com-page .pagination.yellow li.active a:hover:after,
.com-page .pagination.yellow li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #c3771f;
}
.com-page .pagination.yellow li.active a,
.com-page .pagination.yellow li.active span {
  color: #000000;
  background-color: #eca120;
  position: relative;
}
.com-page .pagination.yellow li.active a:after,
.com-page .pagination.yellow li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #d98522;
}
.com-page .pagination.yellow li.active a:hover,
.com-page .pagination.yellow li.active span:hover,
.com-page .pagination.yellow li.active a:focus,
.com-page .pagination.yellow li.active span:focus {
  background-color: #d98522;
  position: relative;
}
.com-page .pagination.yellow li.active a:hover:after,
.com-page .pagination.yellow li.active span:hover:after,
.com-page .pagination.yellow li.active a:focus:after,
.com-page .pagination.yellow li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #c3771f;
}
.com-page .pagination.teal li a,
.com-page .pagination.teal li.pager-ellipsis span {
  color: #03626b;
}
.com-page .pagination.teal li a:hover,
.com-page .pagination.teal li.pager-ellipsis span:hover,
.com-page .pagination.teal li a:focus,
.com-page .pagination.teal li.pager-ellipsis span:focus {
  color: #ffffff;
  background-color: #03626b;
  position: relative;
}
.com-page .pagination.teal li a:hover:after,
.com-page .pagination.teal li.pager-ellipsis span:hover:after,
.com-page .pagination.teal li a:focus:after,
.com-page .pagination.teal li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #004d54;
}
.com-page .pagination.teal li.pager-ellipsis span:hover,
.com-page .pagination.teal li.pager-ellipsis span:hover {
  color: #03626b;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.teal li.pager-ellipsis span:hover:after,
.com-page .pagination.teal li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.teal li.active a {
  color: #ffffff;
  background-color: #03626b;
  position: relative;
}
.com-page .pagination.teal li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #004d54;
}
.com-page .pagination.teal li.active a:hover,
.com-page .pagination.teal li.active a:focus {
  color: #ffffff;
  background-color: #004d54;
  position: relative;
}
.com-page .pagination.teal li.active a:hover:after,
.com-page .pagination.teal li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #00363b;
}
.com-page .pagination.teal li.active a,
.com-page .pagination.teal li.active span {
  color: #ffffff;
  background-color: #03626b;
  position: relative;
}
.com-page .pagination.teal li.active a:after,
.com-page .pagination.teal li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #004d54;
}
.com-page .pagination.teal li.active a:hover,
.com-page .pagination.teal li.active span:hover,
.com-page .pagination.teal li.active a:focus,
.com-page .pagination.teal li.active span:focus {
  background-color: #004d54;
  position: relative;
}
.com-page .pagination.teal li.active a:hover:after,
.com-page .pagination.teal li.active span:hover:after,
.com-page .pagination.teal li.active a:focus:after,
.com-page .pagination.teal li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #00363b;
}
.com-page .pagination.purple li a,
.com-page .pagination.purple li.pager-ellipsis span {
  color: #84036c;
}
.com-page .pagination.purple li a:hover,
.com-page .pagination.purple li.pager-ellipsis span:hover,
.com-page .pagination.purple li a:focus,
.com-page .pagination.purple li.pager-ellipsis span:focus {
  color: #ffffff;
  background-color: #84036c;
  position: relative;
}
.com-page .pagination.purple li a:hover:after,
.com-page .pagination.purple li.pager-ellipsis span:hover:after,
.com-page .pagination.purple li a:focus:after,
.com-page .pagination.purple li.pager-ellipsis span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #580648;
}
.com-page .pagination.purple li.pager-ellipsis span:hover,
.com-page .pagination.purple li.pager-ellipsis span:hover {
  color: #84036c;
  background-color: #f5f5f5;
  position: relative;
}
.com-page .pagination.purple li.pager-ellipsis span:hover:after,
.com-page .pagination.purple li.pager-ellipsis span:hover:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #cccccc;
}
.com-page .pagination.purple li.active a {
  color: #ffffff;
  background-color: #84036c;
  position: relative;
}
.com-page .pagination.purple li.active a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #580648;
}
.com-page .pagination.purple li.active a:hover,
.com-page .pagination.purple li.active a:focus {
  color: #ffffff;
  background-color: #580648;
  position: relative;
}
.com-page .pagination.purple li.active a:hover:after,
.com-page .pagination.purple li.active a:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #400434;
}
.com-page .pagination.purple li.active a,
.com-page .pagination.purple li.active span {
  color: #ffffff;
  background-color: #84036c;
  position: relative;
}
.com-page .pagination.purple li.active a:after,
.com-page .pagination.purple li.active span:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #580648;
}
.com-page .pagination.purple li.active a:hover,
.com-page .pagination.purple li.active span:hover,
.com-page .pagination.purple li.active a:focus,
.com-page .pagination.purple li.active span:focus {
  background-color: #580648;
  position: relative;
}
.com-page .pagination.purple li.active a:hover:after,
.com-page .pagination.purple li.active span:hover:after,
.com-page .pagination.purple li.active a:focus:after,
.com-page .pagination.purple li.active span:focus:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #400434;
}
.com-page .gm-style button:after {
  display: none;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 380px;
  padding: 1px;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -20px;
}
.popover.right {
  margin-left: 20px;
}
.popover.bottom {
  margin-top: 20px;
}
.popover.left {
  margin-left: -20px;
}
.popover-title {
  margin: 0;
  padding: 2rem 3rem 0.7rem 3rem;
  font-size: 3rem;
  background-color: #fff;
  border-bottom: none;
  border-radius: 0;
}
.popover-content {
  padding: 0 3rem 2.5rem 3rem;
  font-size: 1.6rem;
}
.popover > .arrow {
  border-width: 21px;
}
.popover > .arrow:after {
  border-width: 20px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -21px;
  border-bottom-width: 0;
  border-top-color: #cccccc;
  border-top-color: rgba(0, 0, 0, 0.05);
  bottom: -21px;
}
.popover.top > .arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -20px;
  top: -21px;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1em solid white;
  border-color: transparent transparent white white;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.09);
}
.popover.right > .arrow {
  top: 50%;
  left: -21px;
  margin-top: -21px;
  border-left-width: 0;
  border-right-color: #cccccc;
  border-right-color: rgba(0, 0, 0, 0.05);
}
.popover.right > .arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 21px;
  margin-bottom: -0.5em;
  bottom: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1em solid white;
  border-color: transparent transparent white white;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -4px 4px 5px 0 rgba(0, 0, 0, 0.09);
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -21px;
  border-top-width: 0;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.05);
  top: -21px;
}
.popover.bottom > .arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 1px;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1em solid white;
  border-color: white transparent transparent white;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: -4px -4px 5px 0 rgba(0, 0, 0, 0.09);
}
.popover.left > .arrow {
  top: 50%;
  right: -21px;
  margin-top: -21px;
  border-right-width: 0;
  border-left-color: #cccccc;
  border-left-color: rgba(0, 0, 0, 0.05);
}
.popover.left > .arrow:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -20px;
  margin-bottom: -0.5em;
  bottom: 50%;
  left: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1em solid white;
  border-color: white white transparent transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-box-shadow: 4px -4px 5px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 4px -4px 5px 0 rgba(0, 0, 0, 0.09);
}
.main-container .blog:before,
.footer .blog:before,
.main-container .public-comment:before,
.footer .public-comment:before,
.main-container .email-list:before,
.footer .email-list:before,
.main-container .facebook:before,
.footer .facebook:before,
.main-container .flickr:before,
.footer .flickr:before,
.main-container .instagram:before,
.footer .instagram:before,
.main-container .phone:before,
.footer .phone:before,
.main-container .linkedin:before,
.footer .linkedin:before,
.main-container .rss:before,
.footer .rss:before,
.main-container .text-alert:before,
.footer .text-alert:before,
.main-container .twitter:before,
.footer .twitter:before,
.main-container .city-channel:before,
.footer .city-channel:before,
.main-container .youtube:before,
.footer .youtube:before,
.main-container .photo:before,
.footer .photo:before {
  content: "";
  background-color: transparent;
  background-image: url("/sites/default/files/template/outreach-media.png");
  background-repeat: no-repeat;
  background-size: 72px 72px;
  background-position: 0 0;
  width: 16px;
  height: 16px;
  margin: 3px 6px -3px 0;
  display: inline-block;
}
.main-container .blog:before,
.footer .blog:before {
  background-position: 0   0;
}
.main-container .public-comment:before,
.footer .public-comment:before {
  background-position: -17px 0;
}
.main-container .email-list:before,
.footer .email-list:before {
  background-position: -35px 0;
}
.main-container .facebook:before,
.footer .facebook:before {
  background-position: 0 -17px;
}
.main-container .flickr:before,
.footer .flickr:before {
  background-position: -17px -17px;
}
.main-container .instagram:before,
.footer .instagram:before {
  background-position: -53px 0;
}
.main-container .phone:before,
.footer .phone:before {
  background-position: -35px -17px;
}
.main-container .linkedin:before,
.footer .linkedin:before {
  background-position: -53px -17px;
}
.main-container .rss:before,
.footer .rss:before {
  background-position: 0 -35px;
}
.main-container .text-alert:before,
.footer .text-alert:before {
  background-position: -17px -35px;
}
.main-container .twitter:before,
.footer .twitter:before {
  background-position: -35px -35px;
}
.main-container .city-channel:before,
.footer .city-channel:before {
  background-position: -53px -35px;
}
.main-container .youtube:before,
.footer .youtube:before {
  background-position: 0 -53px;
}
.main-container .photo:before,
.footer .photo:before {
  background-position: -35px -53px;
}
.footer .instagram:before {
  background-position: -53px -53px;
}
.sidebar .city-channel:before {
  display: none;
}
.add-this {
  text-align: center;
  margin: 30px auto 0 auto;
}
@media (min-width: 992px) {
  .add-this {
    margin-top: 70px;
  }
}
.addthis_toolbox > ul {
  margin: 0 !important;
  padding-left: 0;
  list-style: none;
}
.addthis_toolbox > ul > li {
  float: left;
  padding: 0;
}
.addthis-wrap {
  background: none;
  float: left !important;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .addthis-wrap {
    float: right !important;
    width: auto;
    margin-top: 25px;
    margin-bottom: 4px;
  }
  .col-xs-4 .addthis-wrap {
    margin-top: 25px;
  }
}
.addthis-wrap .addthis_toolbox {
  background: none;
}
.addthis-wrap .addthis_toolbox .addthis_counter {
  background: none;
}
.addthis-wrap .addthis_toolbox .addthis_counter.addthis_pill_style {
  float: left;
  margin: -2px 5px 0 0;
}
.addthis-wrap .addthis_toolbox .addthis_counter.addthis_pill_style a.addthis_button_expanded {
  font-size: 9px;
  width: auto !important;
  padding-right: 3px;
  padding-left: 7px;
  margin-right: 0;
  margin-left: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #ddd;
}
.addthis-wrap .addthis_toolbox a {
  padding: 0;
}
.addthis-wrap .addthis_toolbox a.at300b {
  padding-right: 2px;
  background: none;
}
.addthis-wrap .addthis_toolbox a.atc_s {
  margin-right: 0;
}
.addthis-wrap .addthis_toolbox a.addthis_button_expanded {
  padding: 0 0 0 4px;
}
#twitter-widget-0 {
  width: 100%;
}
.com-facebook .facebook-feed .thumbnail-square {
  display: inline-block;
  width: 16rem;
  height: 16rem;
  padding: 4px;
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
@media (min-width: 1006px) {
  .com-facebook .facebook-feed .thumbnail-square {
    width: 9rem;
    height: 9rem;
  }
}
@media (min-width: 1196px) {
  .com-facebook .facebook-feed .thumbnail-square {
    width: 11rem;
    height: 11rem;
  }
}
.com-facebook .facebook-feed .thumbnail-square .crop {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.com-facebook .facebook-feed .thumbnail-square .crop img {
  display: block;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: auto;
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  height: inherit;
  max-width: none;
}
.embed-wrapper,
.video-wrapper,
.embedded-video {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25% 0;
}
.embed-wrapper iframe,
.video-wrapper iframe,
.embedded-video iframe,
.embed-wrapper embed,
.video-wrapper embed,
.embedded-video embed,
.embed-wrapper object,
.video-wrapper object,
.embedded-video object,
.embed-wrapper video,
.video-wrapper video,
.embedded-video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}
.embed-wrapper {
  border: 1px solid #eee;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 75%;
}
div.video-filter {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  div.video-filter {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25% 0;
  }
  div.video-filter iframe,
  div.video-filter embed,
  div.video-filter object,
  div.video-filter video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    border: 0;
  }
}
div.video-filter .video-left {
  margin-right: 20px;
  margin-bottom: 20px;
}
div.video-filter .video-right {
  margin-bottom: 20px;
  margin-left: 20px;
}
.well.light {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .well.light {
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (min-width: 992px) {
  .well.light {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
.well .title {
  margin: -19px -19px 19px -19px;
  padding: 14px 19px;
  border-bottom: 1px solid rgba(130, 130, 130, 0.2);
  background-color: rgba(130, 130, 130, 0.05);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.com-page .well,
.com-page .promo {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 16px 25px 29px;
}
.com-page .well:after,
.com-page .promo:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #cccccc;
}
.com-page .well blockquote,
.com-page .promo blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.com-page .well a,
.com-page .promo a {
  position: relative;
}
.com-page .well h1 a,
.com-page .promo h1 a,
.com-page .well h2 a,
.com-page .promo h2 a,
.com-page .well h3 a,
.com-page .promo h3 a,
.com-page .well h4 a,
.com-page .promo h4 a,
.com-page .well h5 a,
.com-page .promo h5 a,
.com-page .well h6 a,
.com-page .promo h6 a,
.com-page .well .h1 a,
.com-page .promo .h1 a,
.com-page .well .h2 a,
.com-page .promo .h2 a,
.com-page .well .h3 a,
.com-page .promo .h3 a,
.com-page .well .h4 a,
.com-page .promo .h4 a,
.com-page .well .h5 a,
.com-page .promo .h5 a,
.com-page .well .h6 a,
.com-page .promo .h6 a {
  text-decoration: none !important;
}
.com-page .well p:last-child,
.com-page .promo p:last-child {
  margin-bottom: 0;
}
.com-page .well button,
.com-page .promo button,
.com-page .well .btn,
.com-page .promo .btn {
  margin-bottom: 0;
  font-weight: 600;
}
.com-page .well.event-map,
.com-page .promo.event-map {
  padding: 0;
}
.com-page .well.event-map:after,
.com-page .promo.event-map:after {
  display: none;
}
.com-page .node-events-city .promo.image,
.com-page .node-events-city .promo.video {
  background-color: transparent;
  padding: 0;
}
.com-page .node-events-city .promo.image:after,
.com-page .node-events-city .promo.video:after {
  display: none;
}
.com-page .sidebar .well.well-small h3,
.com-page .sidebar .well.list h3,
.com-page .sidebar .attachment-list h3,
.com-page .sidebar .promo.image h3,
.com-page .sidebar .promo.video h3 {
  background-color: transparent;
  margin: 14px 0 7px;
  padding: 0;
  border: none;
}
.com-page .well-lg {
  padding: 24px 24px 32px;
}
.com-page .well-sm {
  padding: 9px 9px 17px;
}
.com-page .well-blue {
  background-color: #065d8c;
  color: #ffffff;
}
a.com-page .well-blue:hover {
  background-color: #043d5b;
}
.com-page .well-blue a {
  color: #ffffff;
}
.com-page .well-blue a:hover,
.com-page .well-blue a:focus {
  color: #e6e6e6;
  background-color: #087dbd;
}
.com-page .well-blue button {
  border-color: transparent;
}
.com-page .well-blue button:after {
  background-color: #065d8c;
}
.com-page .well-blue button,
.com-page .well-blue .btn {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #043d5b;
  border-radius: 2px;
}
.com-page .well-blue button:focus,
.com-page .well-blue .btn:focus,
.com-page .well-blue button.focus,
.com-page .well-blue .btn.focus {
  color: #ffffff;
  background-color: #021c2a;
  border-color: #021c2a;
}
.com-page .well-blue button:hover,
.com-page .well-blue .btn:hover {
  color: #ffffff;
  background-color: #021c2a;
  border-color: #021c2a;
}
.com-page .well-blue button:active,
.com-page .well-blue .btn:active,
.com-page .well-blue button.active,
.com-page .well-blue .btn.active,
.open > .dropdown-toggle.com-page .well-blue button,
.open > .dropdown-toggle.com-page .well-blue .btn {
  color: #ffffff;
  background-color: #021c2a;
  border-color: #021c2a;
}
.com-page .well-blue button:active:hover,
.com-page .well-blue .btn:active:hover,
.com-page .well-blue button.active:hover,
.com-page .well-blue .btn.active:hover,
.open > .dropdown-toggle.com-page .well-blue button:hover,
.open > .dropdown-toggle.com-page .well-blue .btn:hover,
.com-page .well-blue button:active:focus,
.com-page .well-blue .btn:active:focus,
.com-page .well-blue button.active:focus,
.com-page .well-blue .btn.active:focus,
.open > .dropdown-toggle.com-page .well-blue button:focus,
.open > .dropdown-toggle.com-page .well-blue .btn:focus,
.com-page .well-blue button:active.focus,
.com-page .well-blue .btn:active.focus,
.com-page .well-blue button.active.focus,
.com-page .well-blue .btn.active.focus,
.open > .dropdown-toggle.com-page .well-blue button.focus,
.open > .dropdown-toggle.com-page .well-blue .btn.focus {
  color: #ffffff;
  background-color: #000508;
  border-color: #021c2a;
}
.com-page .well-blue button:active,
.com-page .well-blue .btn:active,
.com-page .well-blue button.active,
.com-page .well-blue .btn.active,
.open > .dropdown-toggle.com-page .well-blue button,
.open > .dropdown-toggle.com-page .well-blue .btn {
  background-image: none;
}
.com-page .well-blue button.disabled:hover,
.com-page .well-blue .btn.disabled:hover,
.com-page .well-blue button[disabled]:hover,
.com-page .well-blue .btn[disabled]:hover,
fieldset[disabled] .com-page .well-blue button:hover,
fieldset[disabled] .com-page .well-blue .btn:hover,
.com-page .well-blue button.disabled:focus,
.com-page .well-blue .btn.disabled:focus,
.com-page .well-blue button[disabled]:focus,
.com-page .well-blue .btn[disabled]:focus,
fieldset[disabled] .com-page .well-blue button:focus,
fieldset[disabled] .com-page .well-blue .btn:focus,
.com-page .well-blue button.disabled.focus,
.com-page .well-blue .btn.disabled.focus,
.com-page .well-blue button[disabled].focus,
.com-page .well-blue .btn[disabled].focus,
fieldset[disabled] .com-page .well-blue button.focus,
fieldset[disabled] .com-page .well-blue .btn.focus {
  background-color: #043d5b;
  border-color: #043d5b;
}
.com-page .well-blue button .badge,
.com-page .well-blue .btn .badge {
  color: #043d5b;
  background-color: #ffffff;
}
.com-page .well-blue button:after,
.com-page .well-blue .btn:after {
  background-color: #043d5b;
}
.com-page .well-blue button:hover:after,
.com-page .well-blue .btn:hover:after,
.com-page .well-blue button:focus:after,
.com-page .well-blue .btn:focus:after {
  background-color: #021c2a;
}
.com-page .well-blue button:hover,
.com-page .well-blue .btn:hover,
.com-page .well-blue button:focus,
.com-page .well-blue .btn:focus {
  color: #ffffff;
}
.com-page .well-blue:after {
  background-color: #043d5b;
}
.com-page .well-green {
  background-color: #00662f;
  color: #ffffff;
}
a.com-page .well-green:hover {
  background-color: #003318;
}
.com-page .well-green a {
  color: #ffffff;
}
.com-page .well-green a:hover,
.com-page .well-green a:focus {
  color: #e6e6e6;
  background-color: #009947;
}
.com-page .well-green button {
  border-color: transparent;
}
.com-page .well-green button:after {
  background-color: #00662f;
}
.com-page .well-green button,
.com-page .well-green .btn {
  color: #ffffff;
  background-color: #00431c;
  border-color: #00431c;
  border-radius: 2px;
}
.com-page .well-green button:focus,
.com-page .well-green .btn:focus,
.com-page .well-green button.focus,
.com-page .well-green .btn.focus {
  color: #ffffff;
  background-color: #001007;
  border-color: #001007;
}
.com-page .well-green button:hover,
.com-page .well-green .btn:hover {
  color: #ffffff;
  background-color: #001007;
  border-color: #001007;
}
.com-page .well-green button:active,
.com-page .well-green .btn:active,
.com-page .well-green button.active,
.com-page .well-green .btn.active,
.open > .dropdown-toggle.com-page .well-green button,
.open > .dropdown-toggle.com-page .well-green .btn {
  color: #ffffff;
  background-color: #001007;
  border-color: #001007;
}
.com-page .well-green button:active:hover,
.com-page .well-green .btn:active:hover,
.com-page .well-green button.active:hover,
.com-page .well-green .btn.active:hover,
.open > .dropdown-toggle.com-page .well-green button:hover,
.open > .dropdown-toggle.com-page .well-green .btn:hover,
.com-page .well-green button:active:focus,
.com-page .well-green .btn:active:focus,
.com-page .well-green button.active:focus,
.com-page .well-green .btn.active:focus,
.open > .dropdown-toggle.com-page .well-green button:focus,
.open > .dropdown-toggle.com-page .well-green .btn:focus,
.com-page .well-green button:active.focus,
.com-page .well-green .btn:active.focus,
.com-page .well-green button.active.focus,
.com-page .well-green .btn.active.focus,
.open > .dropdown-toggle.com-page .well-green button.focus,
.open > .dropdown-toggle.com-page .well-green .btn.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #001007;
}
.com-page .well-green button:active,
.com-page .well-green .btn:active,
.com-page .well-green button.active,
.com-page .well-green .btn.active,
.open > .dropdown-toggle.com-page .well-green button,
.open > .dropdown-toggle.com-page .well-green .btn {
  background-image: none;
}
.com-page .well-green button.disabled:hover,
.com-page .well-green .btn.disabled:hover,
.com-page .well-green button[disabled]:hover,
.com-page .well-green .btn[disabled]:hover,
fieldset[disabled] .com-page .well-green button:hover,
fieldset[disabled] .com-page .well-green .btn:hover,
.com-page .well-green button.disabled:focus,
.com-page .well-green .btn.disabled:focus,
.com-page .well-green button[disabled]:focus,
.com-page .well-green .btn[disabled]:focus,
fieldset[disabled] .com-page .well-green button:focus,
fieldset[disabled] .com-page .well-green .btn:focus,
.com-page .well-green button.disabled.focus,
.com-page .well-green .btn.disabled.focus,
.com-page .well-green button[disabled].focus,
.com-page .well-green .btn[disabled].focus,
fieldset[disabled] .com-page .well-green button.focus,
fieldset[disabled] .com-page .well-green .btn.focus {
  background-color: #00431c;
  border-color: #00431c;
}
.com-page .well-green button .badge,
.com-page .well-green .btn .badge {
  color: #00431c;
  background-color: #ffffff;
}
.com-page .well-green button:after,
.com-page .well-green .btn:after {
  background-color: #00431c;
}
.com-page .well-green button:hover:after,
.com-page .well-green .btn:hover:after,
.com-page .well-green button:focus:after,
.com-page .well-green .btn:focus:after {
  background-color: #001007;
}
.com-page .well-green button:hover,
.com-page .well-green .btn:hover,
.com-page .well-green button:focus,
.com-page .well-green .btn:focus {
  color: #ffffff;
}
.com-page .well-green:after {
  background-color: #00431c;
}
.com-page .well-yellow {
  background-color: #eca120;
  color: #000000;
}
a.com-page .well-yellow:hover {
  background-color: #c88511;
}
.com-page .well-yellow a {
  color: #000000;
}
.com-page .well-yellow a:hover,
.com-page .well-yellow a:focus {
  color: #000000;
  background-color: #f0b54f;
}
.com-page .well-yellow button {
  border-color: transparent;
}
.com-page .well-yellow button:after {
  background-color: #eca120;
}
.com-page .well-yellow button,
.com-page .well-yellow .btn {
  color: #ffffff;
  background-color: #d98522;
  border-color: #d98522;
  border-radius: 2px;
}
.com-page .well-yellow button:focus,
.com-page .well-yellow .btn:focus,
.com-page .well-yellow button.focus,
.com-page .well-yellow .btn.focus {
  color: #ffffff;
  background-color: #ad6a1b;
  border-color: #ad6a1b;
}
.com-page .well-yellow button:hover,
.com-page .well-yellow .btn:hover {
  color: #ffffff;
  background-color: #ad6a1b;
  border-color: #ad6a1b;
}
.com-page .well-yellow button:active,
.com-page .well-yellow .btn:active,
.com-page .well-yellow button.active,
.com-page .well-yellow .btn.active,
.open > .dropdown-toggle.com-page .well-yellow button,
.open > .dropdown-toggle.com-page .well-yellow .btn {
  color: #ffffff;
  background-color: #ad6a1b;
  border-color: #ad6a1b;
}
.com-page .well-yellow button:active:hover,
.com-page .well-yellow .btn:active:hover,
.com-page .well-yellow button.active:hover,
.com-page .well-yellow .btn.active:hover,
.open > .dropdown-toggle.com-page .well-yellow button:hover,
.open > .dropdown-toggle.com-page .well-yellow .btn:hover,
.com-page .well-yellow button:active:focus,
.com-page .well-yellow .btn:active:focus,
.com-page .well-yellow button.active:focus,
.com-page .well-yellow .btn.active:focus,
.open > .dropdown-toggle.com-page .well-yellow button:focus,
.open > .dropdown-toggle.com-page .well-yellow .btn:focus,
.com-page .well-yellow button:active.focus,
.com-page .well-yellow .btn:active.focus,
.com-page .well-yellow button.active.focus,
.com-page .well-yellow .btn.active.focus,
.open > .dropdown-toggle.com-page .well-yellow button.focus,
.open > .dropdown-toggle.com-page .well-yellow .btn.focus {
  color: #ffffff;
  background-color: #8e5716;
  border-color: #ad6a1b;
}
.com-page .well-yellow button:active,
.com-page .well-yellow .btn:active,
.com-page .well-yellow button.active,
.com-page .well-yellow .btn.active,
.open > .dropdown-toggle.com-page .well-yellow button,
.open > .dropdown-toggle.com-page .well-yellow .btn {
  background-image: none;
}
.com-page .well-yellow button.disabled:hover,
.com-page .well-yellow .btn.disabled:hover,
.com-page .well-yellow button[disabled]:hover,
.com-page .well-yellow .btn[disabled]:hover,
fieldset[disabled] .com-page .well-yellow button:hover,
fieldset[disabled] .com-page .well-yellow .btn:hover,
.com-page .well-yellow button.disabled:focus,
.com-page .well-yellow .btn.disabled:focus,
.com-page .well-yellow button[disabled]:focus,
.com-page .well-yellow .btn[disabled]:focus,
fieldset[disabled] .com-page .well-yellow button:focus,
fieldset[disabled] .com-page .well-yellow .btn:focus,
.com-page .well-yellow button.disabled.focus,
.com-page .well-yellow .btn.disabled.focus,
.com-page .well-yellow button[disabled].focus,
.com-page .well-yellow .btn[disabled].focus,
fieldset[disabled] .com-page .well-yellow button.focus,
fieldset[disabled] .com-page .well-yellow .btn.focus {
  background-color: #d98522;
  border-color: #d98522;
}
.com-page .well-yellow button .badge,
.com-page .well-yellow .btn .badge {
  color: #d98522;
  background-color: #ffffff;
}
.com-page .well-yellow button:after,
.com-page .well-yellow .btn:after {
  background-color: #d98522;
}
.com-page .well-yellow button:hover:after,
.com-page .well-yellow .btn:hover:after,
.com-page .well-yellow button:focus:after,
.com-page .well-yellow .btn:focus:after {
  background-color: #ad6a1b;
}
.com-page .well-yellow button:hover,
.com-page .well-yellow .btn:hover,
.com-page .well-yellow button:focus,
.com-page .well-yellow .btn:focus {
  color: #ffffff;
}
.com-page .well-yellow:after {
  background-color: #d98522;
}
.com-page .well-yellow a,
.com-page .well-yellow button,
.com-page .well-yellow .btn {
  color: #000;
}
.com-page .well-yellow a:hover,
.com-page .well-yellow button:hover,
.com-page .well-yellow .btn:hover,
.com-page .well-yellow a:focus,
.com-page .well-yellow button:focus,
.com-page .well-yellow .btn:focus {
  color: #000;
}
.com-page .well-orange {
  background-color: #d05319;
  color: #ffffff;
}
a.com-page .well-orange:hover {
  background-color: #a24114;
}
.com-page .well-orange a {
  color: #ffffff;
}
.com-page .well-orange a:hover,
.com-page .well-orange a:focus {
  color: #e6e6e6;
  background-color: #e76e35;
}
.com-page .well-orange button {
  border-color: transparent;
}
.com-page .well-orange button:after {
  background-color: #d05319;
}
.com-page .well-orange button,
.com-page .well-orange .btn {
  color: #ffffff;
  background-color: #a2300c;
  border-color: #a2300c;
  border-radius: 2px;
}
.com-page .well-orange button:focus,
.com-page .well-orange .btn:focus,
.com-page .well-orange button.focus,
.com-page .well-orange .btn.focus {
  color: #ffffff;
  background-color: #732208;
  border-color: #732208;
}
.com-page .well-orange button:hover,
.com-page .well-orange .btn:hover {
  color: #ffffff;
  background-color: #732208;
  border-color: #732208;
}
.com-page .well-orange button:active,
.com-page .well-orange .btn:active,
.com-page .well-orange button.active,
.com-page .well-orange .btn.active,
.open > .dropdown-toggle.com-page .well-orange button,
.open > .dropdown-toggle.com-page .well-orange .btn {
  color: #ffffff;
  background-color: #732208;
  border-color: #732208;
}
.com-page .well-orange button:active:hover,
.com-page .well-orange .btn:active:hover,
.com-page .well-orange button.active:hover,
.com-page .well-orange .btn.active:hover,
.open > .dropdown-toggle.com-page .well-orange button:hover,
.open > .dropdown-toggle.com-page .well-orange .btn:hover,
.com-page .well-orange button:active:focus,
.com-page .well-orange .btn:active:focus,
.com-page .well-orange button.active:focus,
.com-page .well-orange .btn.active:focus,
.open > .dropdown-toggle.com-page .well-orange button:focus,
.open > .dropdown-toggle.com-page .well-orange .btn:focus,
.com-page .well-orange button:active.focus,
.com-page .well-orange .btn:active.focus,
.com-page .well-orange button.active.focus,
.com-page .well-orange .btn.active.focus,
.open > .dropdown-toggle.com-page .well-orange button.focus,
.open > .dropdown-toggle.com-page .well-orange .btn.focus {
  color: #ffffff;
  background-color: #511806;
  border-color: #732208;
}
.com-page .well-orange button:active,
.com-page .well-orange .btn:active,
.com-page .well-orange button.active,
.com-page .well-orange .btn.active,
.open > .dropdown-toggle.com-page .well-orange button,
.open > .dropdown-toggle.com-page .well-orange .btn {
  background-image: none;
}
.com-page .well-orange button.disabled:hover,
.com-page .well-orange .btn.disabled:hover,
.com-page .well-orange button[disabled]:hover,
.com-page .well-orange .btn[disabled]:hover,
fieldset[disabled] .com-page .well-orange button:hover,
fieldset[disabled] .com-page .well-orange .btn:hover,
.com-page .well-orange button.disabled:focus,
.com-page .well-orange .btn.disabled:focus,
.com-page .well-orange button[disabled]:focus,
.com-page .well-orange .btn[disabled]:focus,
fieldset[disabled] .com-page .well-orange button:focus,
fieldset[disabled] .com-page .well-orange .btn:focus,
.com-page .well-orange button.disabled.focus,
.com-page .well-orange .btn.disabled.focus,
.com-page .well-orange button[disabled].focus,
.com-page .well-orange .btn[disabled].focus,
fieldset[disabled] .com-page .well-orange button.focus,
fieldset[disabled] .com-page .well-orange .btn.focus {
  background-color: #a2300c;
  border-color: #a2300c;
}
.com-page .well-orange button .badge,
.com-page .well-orange .btn .badge {
  color: #a2300c;
  background-color: #ffffff;
}
.com-page .well-orange button:after,
.com-page .well-orange .btn:after {
  background-color: #a2300c;
}
.com-page .well-orange button:hover:after,
.com-page .well-orange .btn:hover:after,
.com-page .well-orange button:focus:after,
.com-page .well-orange .btn:focus:after {
  background-color: #732208;
}
.com-page .well-orange button:hover,
.com-page .well-orange .btn:hover,
.com-page .well-orange button:focus,
.com-page .well-orange .btn:focus {
  color: #ffffff;
}
.com-page .well-orange:after {
  background-color: #a2300c;
}
.com-page .well-red {
  background-color: #ac1d2c;
  color: #ffffff;
}
a.com-page .well-red:hover {
  background-color: #801621;
}
.com-page .well-red a {
  color: #ffffff;
}
.com-page .well-red a:hover,
.com-page .well-red a:focus {
  color: #e6e6e6;
  background-color: #d82437;
}
.com-page .well-red button {
  border-color: transparent;
}
.com-page .well-red button:after {
  background-color: #ac1d2c;
}
.com-page .well-red button,
.com-page .well-red .btn {
  color: #ffffff;
  background-color: #8d031e;
  border-color: #8d031e;
  border-radius: 2px;
}
.com-page .well-red button:focus,
.com-page .well-red .btn:focus,
.com-page .well-red button.focus,
.com-page .well-red .btn.focus {
  color: #ffffff;
  background-color: #5b0213;
  border-color: #5b0213;
}
.com-page .well-red button:hover,
.com-page .well-red .btn:hover {
  color: #ffffff;
  background-color: #5b0213;
  border-color: #5b0213;
}
.com-page .well-red button:active,
.com-page .well-red .btn:active,
.com-page .well-red button.active,
.com-page .well-red .btn.active,
.open > .dropdown-toggle.com-page .well-red button,
.open > .dropdown-toggle.com-page .well-red .btn {
  color: #ffffff;
  background-color: #5b0213;
  border-color: #5b0213;
}
.com-page .well-red button:active:hover,
.com-page .well-red .btn:active:hover,
.com-page .well-red button.active:hover,
.com-page .well-red .btn.active:hover,
.open > .dropdown-toggle.com-page .well-red button:hover,
.open > .dropdown-toggle.com-page .well-red .btn:hover,
.com-page .well-red button:active:focus,
.com-page .well-red .btn:active:focus,
.com-page .well-red button.active:focus,
.com-page .well-red .btn.active:focus,
.open > .dropdown-toggle.com-page .well-red button:focus,
.open > .dropdown-toggle.com-page .well-red .btn:focus,
.com-page .well-red button:active.focus,
.com-page .well-red .btn:active.focus,
.com-page .well-red button.active.focus,
.com-page .well-red .btn.active.focus,
.open > .dropdown-toggle.com-page .well-red button.focus,
.open > .dropdown-toggle.com-page .well-red .btn.focus {
  color: #ffffff;
  background-color: #38010c;
  border-color: #5b0213;
}
.com-page .well-red button:active,
.com-page .well-red .btn:active,
.com-page .well-red button.active,
.com-page .well-red .btn.active,
.open > .dropdown-toggle.com-page .well-red button,
.open > .dropdown-toggle.com-page .well-red .btn {
  background-image: none;
}
.com-page .well-red button.disabled:hover,
.com-page .well-red .btn.disabled:hover,
.com-page .well-red button[disabled]:hover,
.com-page .well-red .btn[disabled]:hover,
fieldset[disabled] .com-page .well-red button:hover,
fieldset[disabled] .com-page .well-red .btn:hover,
.com-page .well-red button.disabled:focus,
.com-page .well-red .btn.disabled:focus,
.com-page .well-red button[disabled]:focus,
.com-page .well-red .btn[disabled]:focus,
fieldset[disabled] .com-page .well-red button:focus,
fieldset[disabled] .com-page .well-red .btn:focus,
.com-page .well-red button.disabled.focus,
.com-page .well-red .btn.disabled.focus,
.com-page .well-red button[disabled].focus,
.com-page .well-red .btn[disabled].focus,
fieldset[disabled] .com-page .well-red button.focus,
fieldset[disabled] .com-page .well-red .btn.focus {
  background-color: #8d031e;
  border-color: #8d031e;
}
.com-page .well-red button .badge,
.com-page .well-red .btn .badge {
  color: #8d031e;
  background-color: #ffffff;
}
.com-page .well-red button:after,
.com-page .well-red .btn:after {
  background-color: #8d031e;
}
.com-page .well-red button:hover:after,
.com-page .well-red .btn:hover:after,
.com-page .well-red button:focus:after,
.com-page .well-red .btn:focus:after {
  background-color: #5b0213;
}
.com-page .well-red button:hover,
.com-page .well-red .btn:hover,
.com-page .well-red button:focus,
.com-page .well-red .btn:focus {
  color: #ffffff;
}
.com-page .well-red:after {
  background-color: #8d031e;
}
.com-page .well-teal {
  background-color: #03626b;
  color: #ffffff;
}
a.com-page .well-teal:hover {
  background-color: #023539;
}
.com-page .well-teal a {
  color: #ffffff;
}
.com-page .well-teal a:hover,
.com-page .well-teal a:focus {
  color: #e6e6e6;
  background-color: #048f9d;
}
.com-page .well-teal button {
  border-color: transparent;
}
.com-page .well-teal button:after {
  background-color: #03626b;
}
.com-page .well-teal button,
.com-page .well-teal .btn {
  color: #ffffff;
  background-color: #004d54;
  border-color: #004d54;
  border-radius: 2px;
}
.com-page .well-teal button:focus,
.com-page .well-teal .btn:focus,
.com-page .well-teal button.focus,
.com-page .well-teal .btn.focus {
  color: #ffffff;
  background-color: #001e21;
  border-color: #001e21;
}
.com-page .well-teal button:hover,
.com-page .well-teal .btn:hover {
  color: #ffffff;
  background-color: #001e21;
  border-color: #001e21;
}
.com-page .well-teal button:active,
.com-page .well-teal .btn:active,
.com-page .well-teal button.active,
.com-page .well-teal .btn.active,
.open > .dropdown-toggle.com-page .well-teal button,
.open > .dropdown-toggle.com-page .well-teal .btn {
  color: #ffffff;
  background-color: #001e21;
  border-color: #001e21;
}
.com-page .well-teal button:active:hover,
.com-page .well-teal .btn:active:hover,
.com-page .well-teal button.active:hover,
.com-page .well-teal .btn.active:hover,
.open > .dropdown-toggle.com-page .well-teal button:hover,
.open > .dropdown-toggle.com-page .well-teal .btn:hover,
.com-page .well-teal button:active:focus,
.com-page .well-teal .btn:active:focus,
.com-page .well-teal button.active:focus,
.com-page .well-teal .btn.active:focus,
.open > .dropdown-toggle.com-page .well-teal button:focus,
.open > .dropdown-toggle.com-page .well-teal .btn:focus,
.com-page .well-teal button:active.focus,
.com-page .well-teal .btn:active.focus,
.com-page .well-teal button.active.focus,
.com-page .well-teal .btn.active.focus,
.open > .dropdown-toggle.com-page .well-teal button.focus,
.open > .dropdown-toggle.com-page .well-teal .btn.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #001e21;
}
.com-page .well-teal button:active,
.com-page .well-teal .btn:active,
.com-page .well-teal button.active,
.com-page .well-teal .btn.active,
.open > .dropdown-toggle.com-page .well-teal button,
.open > .dropdown-toggle.com-page .well-teal .btn {
  background-image: none;
}
.com-page .well-teal button.disabled:hover,
.com-page .well-teal .btn.disabled:hover,
.com-page .well-teal button[disabled]:hover,
.com-page .well-teal .btn[disabled]:hover,
fieldset[disabled] .com-page .well-teal button:hover,
fieldset[disabled] .com-page .well-teal .btn:hover,
.com-page .well-teal button.disabled:focus,
.com-page .well-teal .btn.disabled:focus,
.com-page .well-teal button[disabled]:focus,
.com-page .well-teal .btn[disabled]:focus,
fieldset[disabled] .com-page .well-teal button:focus,
fieldset[disabled] .com-page .well-teal .btn:focus,
.com-page .well-teal button.disabled.focus,
.com-page .well-teal .btn.disabled.focus,
.com-page .well-teal button[disabled].focus,
.com-page .well-teal .btn[disabled].focus,
fieldset[disabled] .com-page .well-teal button.focus,
fieldset[disabled] .com-page .well-teal .btn.focus {
  background-color: #004d54;
  border-color: #004d54;
}
.com-page .well-teal button .badge,
.com-page .well-teal .btn .badge {
  color: #004d54;
  background-color: #ffffff;
}
.com-page .well-teal button:after,
.com-page .well-teal .btn:after {
  background-color: #004d54;
}
.com-page .well-teal button:hover:after,
.com-page .well-teal .btn:hover:after,
.com-page .well-teal button:focus:after,
.com-page .well-teal .btn:focus:after {
  background-color: #001e21;
}
.com-page .well-teal button:hover,
.com-page .well-teal .btn:hover,
.com-page .well-teal button:focus,
.com-page .well-teal .btn:focus {
  color: #ffffff;
}
.com-page .well-teal:after {
  background-color: #004d54;
}
.com-page .well-purple {
  background-color: #84036c;
  color: #ffffff;
}
a.com-page .well-purple:hover {
  background-color: #520243;
}
.com-page .well-purple a {
  color: #ffffff;
}
.com-page .well-purple a:hover,
.com-page .well-purple a:focus {
  color: #e6e6e6;
  background-color: #b60495;
}
.com-page .well-purple button {
  border-color: transparent;
}
.com-page .well-purple button:after {
  background-color: #84036c;
}
.com-page .well-purple button,
.com-page .well-purple .btn {
  color: #ffffff;
  background-color: #580648;
  border-color: #580648;
  border-radius: 2px;
}
.com-page .well-purple button:focus,
.com-page .well-purple .btn:focus,
.com-page .well-purple button.focus,
.com-page .well-purple .btn.focus {
  color: #ffffff;
  background-color: #280321;
  border-color: #280321;
}
.com-page .well-purple button:hover,
.com-page .well-purple .btn:hover {
  color: #ffffff;
  background-color: #280321;
  border-color: #280321;
}
.com-page .well-purple button:active,
.com-page .well-purple .btn:active,
.com-page .well-purple button.active,
.com-page .well-purple .btn.active,
.open > .dropdown-toggle.com-page .well-purple button,
.open > .dropdown-toggle.com-page .well-purple .btn {
  color: #ffffff;
  background-color: #280321;
  border-color: #280321;
}
.com-page .well-purple button:active:hover,
.com-page .well-purple .btn:active:hover,
.com-page .well-purple button.active:hover,
.com-page .well-purple .btn.active:hover,
.open > .dropdown-toggle.com-page .well-purple button:hover,
.open > .dropdown-toggle.com-page .well-purple .btn:hover,
.com-page .well-purple button:active:focus,
.com-page .well-purple .btn:active:focus,
.com-page .well-purple button.active:focus,
.com-page .well-purple .btn.active:focus,
.open > .dropdown-toggle.com-page .well-purple button:focus,
.open > .dropdown-toggle.com-page .well-purple .btn:focus,
.com-page .well-purple button:active.focus,
.com-page .well-purple .btn:active.focus,
.com-page .well-purple button.active.focus,
.com-page .well-purple .btn.active.focus,
.open > .dropdown-toggle.com-page .well-purple button.focus,
.open > .dropdown-toggle.com-page .well-purple .btn.focus {
  color: #ffffff;
  background-color: #070006;
  border-color: #280321;
}
.com-page .well-purple button:active,
.com-page .well-purple .btn:active,
.com-page .well-purple button.active,
.com-page .well-purple .btn.active,
.open > .dropdown-toggle.com-page .well-purple button,
.open > .dropdown-toggle.com-page .well-purple .btn {
  background-image: none;
}
.com-page .well-purple button.disabled:hover,
.com-page .well-purple .btn.disabled:hover,
.com-page .well-purple button[disabled]:hover,
.com-page .well-purple .btn[disabled]:hover,
fieldset[disabled] .com-page .well-purple button:hover,
fieldset[disabled] .com-page .well-purple .btn:hover,
.com-page .well-purple button.disabled:focus,
.com-page .well-purple .btn.disabled:focus,
.com-page .well-purple button[disabled]:focus,
.com-page .well-purple .btn[disabled]:focus,
fieldset[disabled] .com-page .well-purple button:focus,
fieldset[disabled] .com-page .well-purple .btn:focus,
.com-page .well-purple button.disabled.focus,
.com-page .well-purple .btn.disabled.focus,
.com-page .well-purple button[disabled].focus,
.com-page .well-purple .btn[disabled].focus,
fieldset[disabled] .com-page .well-purple button.focus,
fieldset[disabled] .com-page .well-purple .btn.focus {
  background-color: #580648;
  border-color: #580648;
}
.com-page .well-purple button .badge,
.com-page .well-purple .btn .badge {
  color: #580648;
  background-color: #ffffff;
}
.com-page .well-purple button:after,
.com-page .well-purple .btn:after {
  background-color: #580648;
}
.com-page .well-purple button:hover:after,
.com-page .well-purple .btn:hover:after,
.com-page .well-purple button:focus:after,
.com-page .well-purple .btn:focus:after {
  background-color: #280321;
}
.com-page .well-purple button:hover,
.com-page .well-purple .btn:hover,
.com-page .well-purple button:focus,
.com-page .well-purple .btn:focus {
  color: #ffffff;
}
.com-page .well-purple:after {
  background-color: #580648;
}
.com-page a.well-blue:hover,
.com-page a.well-blue:focus {
  background-color: #043d5b;
}
.com-page a.well-blue:hover:after,
.com-page a.well-blue:focus:after {
  background-color: #032d43;
}
.com-page a.well-green:hover,
.com-page a.well-green:focus {
  background-color: #00431c;
}
.com-page a.well-green:hover:after,
.com-page a.well-green:focus:after {
  background-color: #002a11;
}
.com-page a.well-blue-light:hover,
.com-page a.well-blue-light:focus {
  background-color: #8ecee3;
}
.com-page a.well-blue-light:hover:after,
.com-page a.well-blue-light:focus:after {
  background-color: #79c5de;
}
.com-page a.well-yellow:hover,
.com-page a.well-yellow:focus {
  background-color: #d98522;
}
.com-page a.well-yellow:hover:after,
.com-page a.well-yellow:focus:after {
  background-color: #c3771f;
}
.com-page a.well-orange:hover,
.com-page a.well-orange:focus {
  background-color: #a2300c;
}
.com-page a.well-orange:hover:after,
.com-page a.well-orange:focus:after {
  background-color: #8a290a;
}
.com-page a.well-red:hover,
.com-page a.well-red:focus {
  background-color: #8d031e;
}
.com-page a.well-red:hover:after,
.com-page a.well-red:focus:after {
  background-color: #740219;
}
.com-page a.well-teal:hover,
.com-page a.well-teal:focus {
  background-color: #004d54;
}
.com-page a.well-teal:hover:after,
.com-page a.well-teal:focus:after {
  background-color: #00363b;
}
.com-page a.well-purple:hover,
.com-page a.well-purple:focus {
  background-color: #580648;
}
.com-page a.well-purple:hover:after,
.com-page a.well-purple:focus:after {
  background-color: #400434;
}
.footer {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  background-image: url("/sites/default/files/template/background-footer-xs.jpg");
}
@media (min-width: 768px) {
  .footer {
    background-image: url("/sites/default/files/template/background-footer-sm.jpg");
  }
}
@media (min-width: 992px) {
  .footer {
    background-image: url("/sites/default/files/template/background-footer-md.jpg");
  }
}
@media (min-width: 1200px) {
  .footer {
    background-image: url("/sites/default/files/template/background-footer-lg.jpg");
    background-size: inherit;
  }
}
body:not(.com-water) footer {
  margin-top: 4.5rem;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
body:not(.com-water) footer[href^="mailto"] {
  word-wrap: break-word;
}
body:not(.com-water) footer h1,
body:not(.com-water) footer h2,
body:not(.com-water) footer h3,
body:not(.com-water) footer h4,
body:not(.com-water) footer h5,
body:not(.com-water) footer h6 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
}
body:not(.com-water) footer h1 {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  body:not(.com-water) footer h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  body:not(.com-water) footer h1 {
    font-size: 6rem;
  }
}
body:not(.com-water) footer h2 {
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  body:not(.com-water) footer h2 {
    font-size: 4.4rem;
  }
}
@media (min-width: 1200px) {
  body:not(.com-water) footer h2 {
    font-size: 4.8rem;
  }
}
body:not(.com-water) footer h3 {
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  body:not(.com-water) footer h3 {
    font-size: 2.2rem;
  }
}
body:not(.com-water) footer h4 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  body:not(.com-water) footer h4 {
    font-size: 2.2rem;
  }
}
body:not(.com-water) footer h5 {
  font-size: 2.2rem;
}
body:not(.com-water) footer h6 {
  font-size: 1.8rem;
}
body:not(.com-water) .add-this-footer {
  height: 0;
}
body:not(.com-water) .add-this-footer .addthis-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  float: none;
  margin-bottom: -4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:not(.com-water) .add-this-footer .addthis-wrap {
    margin-bottom: -5px;
  }
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a {
  margin-bottom: 0;
  padding-right: 0;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.at300b span {
  width: 36px !important;
  height: 36px !important;
  line-height: 58px !important;
  text-align: center;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.at300b span svg {
  width: 32px !important;
  height: 32px !important;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_button_email span {
  position: relative;
  background-color: #1e944b !important;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_button_email span:after {
  content: "\e940";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "cityicons";
  font-size: 22px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_button_email span svg {
  display: none;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_button_print span {
  position: relative;
  background-color: #738a8d !important;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_button_print span:after {
  content: "\e92c";
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "cityicons";
  font-size: 22px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_button_print span svg {
  display: none;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_counter.addthis_pill_style {
  position: relative;
  height: 36px;
  margin-top: 0 !important;
  margin-right: 0;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_counter.addthis_pill_style .atc_s {
  position: relative;
  height: 36px;
  width: 36px;
  overflow: hidden;
  background-size: inherit;
  background-position: center center;
  background-image: none;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_counter.addthis_pill_style .atc_s:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 32px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_counter.addthis_pill_style .addthis_button_compact {
  color: transparent;
  border-radius: 0 !important;
}
body:not(.com-water) .add-this-footer .addthis-wrap .addthis_toolbox > ul > li > a.addthis_counter.addthis_pill_style .addthis_button_expanded {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
body:not(.com-water) .agency-promo {
  background-color: #454545;
  color: #fff;
}
body:not(.com-water) .parent-nav {
  position: relative;
  display: block;
  background-image: url('/sites/default/files/city-of-madison/jobs/banners/city-of-madison-aerial.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  body:not(.com-water) .parent-nav {
    background-position: center -150px;
  }
}
body:not(.com-water) .parent-nav:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: #000;
  opacity: 0.6;
  z-index: 1;
}
body:not(.com-water) .parent-nav header {
  position: relative;
  padding-top: 24px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
body:not(.com-water) .parent-nav header p {
  max-width: none;
  margin-bottom: 0;
  font-size: 1.8rem;
}
body:not(.com-water) .parent-nav header h3 {
  margin-top: -4px;
  margin-bottom: 0;
  font-size: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
}
body:not(.com-water) .parent-nav ul {
  position: relative;
  float: none;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0 15px 9px 15px;
  z-index: 2;
}
@media (min-width: 450px) and (max-width: 768px) {
  body:not(.com-water) .parent-nav ul {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  body:not(.com-water) .parent-nav ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) {
  body:not(.com-water) .parent-nav ul {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body:not(.com-water) .parent-nav ul {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body:not(.com-water) .parent-nav ul {
    width: 1170px;
  }
}
body:not(.com-water) .parent-nav ul > li {
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  body:not(.com-water) .parent-nav ul > li {
    float: left;
  }
}
body:not(.com-water) .parent-nav ul > li > a {
  font-size: 1.6rem;
  color: #fff;
  text-shadow: none;
}
@media (max-width: 992px) {
  body:not(.com-water) .parent-nav ul > li > a {
    font-size: 1.4rem;
  }
}
body:not(.com-water) .parent-nav ul > li > a:hover,
body:not(.com-water) .parent-nav ul > li > a:focus {
  background-color: rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  body:not(.com-water) .parent-nav ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  body:not(.com-water) .parent-nav ul > li > a {
    padding-right: 19px;
    padding-left: 19px;
  }
}
@media (min-width: 1200px) {
  body:not(.com-water) .parent-nav ul > li > a {
    padding-right: 31px;
    padding-left: 31px;
  }
}
body:not(.com-water) .parent-nav ul > li.home > a,
body:not(.com-water) .parent-nav ul > li.first > a {
  position: relative;
}
@media (min-width: 768px) {
  body:not(.com-water) .parent-nav ul > li.home > a,
  body:not(.com-water) .parent-nav ul > li.first > a {
    padding-right: 4px;
    padding-left: 4px;
    color: transparent;
  }
  body:not(.com-water) .parent-nav ul > li.home > a:after,
  body:not(.com-water) .parent-nav ul > li.first > a:after {
    content: '\e950';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    font-family: 'cityicons';
    color: #fff;
  }
}
body:not(.com-water) .parent-nav ul > li.media {
  margin-top: 0;
  overflow: visible;
}
body:not(.com-water) .footer {
  margin-top: 0;
  clear: both;
  position: relative;
  color: #eeeeee;
  background-color: #363a41;
  border-top: none;
  z-index: 0;
}
body:not(.com-water) .footer a {
  color: #a2d7e8;
}
body:not(.com-water) .footer:after {
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 50px, #363a41 180px, #363a41 250px);
  background-image: -o-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 50px, #363a41 180px, #363a41 250px);
  background-image: linear-gradient(to bottom, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 50px, #363a41 180px, #363a41 250px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363a41', endColorstr='#ff363a41', GradientType=0) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#363a41, endColorstr=#363a41)";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 520px) {
  body:not(.com-water) .footer:after {
    background-image: -webkit-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 140px, #363a41 250px, #363a41 275px);
    background-image: -o-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 140px, #363a41 250px, #363a41 275px);
    background-image: linear-gradient(to bottom, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 140px, #363a41 250px, #363a41 275px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363a41', endColorstr='#ff363a41', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#363a41, endColorstr=#363a41)";
  }
}
@media (min-width: 768px) {
  body:not(.com-water) .footer:after {
    background-image: -webkit-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 200px, #363a41 275px, #363a41 300px);
    background-image: -o-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 200px, #363a41 275px, #363a41 300px);
    background-image: linear-gradient(to bottom, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 200px, #363a41 275px, #363a41 300px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363a41', endColorstr='#ff363a41', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#363a41, endColorstr=#363a41)";
  }
}
@media (min-width: 992px) {
  body:not(.com-water) .footer:after {
    background-image: -webkit-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 80px, #363a41 220px, #363a41 250px);
    background-image: -o-linear-gradient(top, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 80px, #363a41 220px, #363a41 250px);
    background-image: linear-gradient(to bottom, rgba(54, 58, 65, 0) 0, rgba(54, 58, 65, 0) 80px, #363a41 220px, #363a41 250px);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00363a41', endColorstr='#ff363a41', GradientType=0) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#363a41, endColorstr=#363a41)";
  }
}
body:not(.com-water) .footer div[class*="col-"]:first-of-type ul li {
  padding: 0;
  margin-bottom: 10px;
}
body:not(.com-water) .footer .list {
  border-top: 1px solid #808080;
}
body:not(.com-water) .footer .list li {
  padding: 0.5em 0;
  border-bottom: 1px solid #808080;
}
body:not(.com-water) .footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
}
body:not(.com-water) .footer ul li {
  margin-bottom: 0;
}
body:not(.com-water) .footer ul.list.double li {
  float: none;
  width: auto;
  margin-right: 0;
}
body:not(.com-water) .com-footer {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
  color: #fff;
  background-color: #222;
}
body:not(.com-water) .com-footer .copyright {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  body:not(.com-water) .com-footer .copyright {
    font-size: 1.6rem;
  }
}
body:not(.com-water) .com-footer .list-inline {
  display: inline;
  padding-left: 0;
  margin: 0;
}
body:not(.com-water) .com-footer .list-inline li {
  padding-top: 0;
}
@media (max-width: 1199px) {
  body:not(.com-water) .com-footer .list-inline li {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body:not(.com-water) .com-footer .list-inline li {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body:not(.com-water) .com-footer .list-inline {
    float: left;
    width: 100%;
  }
  body:not(.com-water) .com-footer .list-inline li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  body:not(.com-water) .com-footer .copyright {
    display: inline-block;
    margin-bottom: 0;
  }
  body:not(.com-water) .com-footer .list-inline li:first-child {
    margin-right: 4%;
    padding-left: 5px;
  }
  body:not(.com-water) .com-footer .list-inline li:not(:first-child) {
    padding-right: 10px;
    padding-left: 10px;
  }
}
body:not(.com-water) .com-footer a {
  color: #fff;
}
@media (max-width: 1199px) {
  body:not(.com-water) .com-footer a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
body:not(.com-water) .com-footer a:hover,
body:not(.com-water) .com-footer a:focus {
  color: #fff;
}
.region-feedback .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .region-feedback .content-grey-overlay {
    padding-top: 20px;
  }
}
.region-feedback form {
  position: relative;
}
@media (min-width: 404px) {
}
@media (min-width: 768px) {
  .region-feedback form {
    min-height: 45px;
  }
  body.com-water .region-feedback form {
    min-height: 0;
  }
}
.region-feedback form label[for="edit-submitted-was-this-page-helpful-to-you"] {
  font-weight: 600;
}
.region-feedback form label[for="edit-submitted-why-or-why-not"] {
  font-weight: bold;
  position: relative;
  bottom: -1px;
}
.region-feedback form .form-group {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .region-feedback form .form-group {
    margin-bottom: 0;
  }
}
.region-feedback form .webform-component--was-this-page-helpful-to-you {
  margin-bottom: 15px;
}
@media (min-width: 890px) {
  .region-feedback form .webform-component--was-this-page-helpful-to-you {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 440px) {
  .region-feedback form #edit-submitted-was-this-page-helpful-to-you {
    display: block;
  }
}
.region-feedback form #edit-submitted-was-this-page-helpful-to-you input[type="radio"] {
  margin-top: 6px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .region-feedback form #edit-submitted-was-this-page-helpful-to-you input[type="radio"] {
    margin-top: 5px;
  }
}
.region-feedback form .webform-component--why-or-why-not {
  width: calc(100vw - 160px);
}
@media (min-width: 890px) {
  .region-feedback form .webform-component--why-or-why-not {
    display: inline-block;
    width: auto;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .region-feedback form .webform-component--why-or-why-not {
    max-width: 630px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .region-feedback form .webform-component--why-or-why-not {
    width: calc(100vw - 145px);
  }
}
@media (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .region-feedback form .webform-component--why-or-why-not {
    width: calc(100vw - 115px);
  }
}
@media (min-width: 890px) and (-ms-high-contrast: active), (min-width: 890px) and (-ms-high-contrast: none) {
  .region-feedback form .webform-component--why-or-why-not {
    width: auto;
  }
}
@media (max-width: 768px) {
  body.com-water .region-feedback form .webform-component--why-or-why-not {
    width: calc(100vw - 125px);
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.com-water .region-feedback form .webform-component--why-or-why-not {
    width: calc(100vw - 110px);
  }
}
@media (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  body.com-water .region-feedback form .webform-component--why-or-why-not {
    width: calc(100vw - 150px);
  }
}
@media (min-width: 890px) and (-ms-high-contrast: active), (min-width: 890px) and (-ms-high-contrast: none) {
  body.com-water .region-feedback form .webform-component--why-or-why-not {
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  .region-feedback form .webform-component--why-or-why-not > div {
    width: calc(100vw - 299px);
  }
}
@media (min-width: 768px) and (max-width: 889px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 889px) and (-ms-high-contrast: none) {
  .region-feedback form .webform-component--why-or-why-not > div {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .region-feedback form .webform-component--why-or-why-not > div {
    width: 100%;
    max-width: 490px;
  }
}
@media (min-width: 1200px) and (-ms-high-contrast: active), (min-width: 1200px) and (-ms-high-contrast: none) {
  .region-feedback form .webform-component--why-or-why-not > div {
    width: auto;
    max-width: none;
  }
}
.region-feedback form .form-actions {
  position: absolute;
  display: block;
  right: 0;
  bottom: 1px;
  margin-top: 0;
}
@media (min-width: 768px) {
  body.com-water .region-feedback form .form-actions {
    display: inline-block;
    position: relative;
    bottom: 0;
  }
}
body:not(.com-water) .region-feedback form .form-actions button {
  display: inline-block;
  margin-top: 7.5px;
  margin-right: 15px;
  margin-bottom: 7.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 18px;
  font-size: 16.8px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  height: 44px;
  margin: 0;
  background-color: #065d8c;
  background-image: none;
  text-shadow: none;
}
body:not(.com-water) .region-feedback form .form-actions button:after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
body:not(.com-water) .region-feedback form .form-actions button:hover,
body:not(.com-water) .region-feedback form .form-actions button:focus,
body:not(.com-water) .region-feedback form .form-actions button:active {
  background-color: #043d5b;
  background-image: none;
}
body:not(.com-water) .region-feedback form .form-actions button:hover:after,
body:not(.com-water) .region-feedback form .form-actions button:focus:after,
body:not(.com-water) .region-feedback form .form-actions button:active:after {
  background-color: #033047;
}
body:not(.com-water) .region-feedback form .form-actions button:after {
  background-color: #043d5b;
}
body:not(.com-water) .region-feedback form input#edit-submitted-why-or-why-not {
  height: 44px;
  margin-right: 1.5rem;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .region-feedback form input#edit-submitted-why-or-why-not {
    width: 100%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .region-feedback form input#edit-submitted-why-or-why-not {
    width: calc(100vw - 290px);
  }
}
@media (min-width: 890px) {
  .region-feedback form input#edit-submitted-why-or-why-not {
    width: calc(100vw - 700px);
    max-width: 490px;
  }
}
@media (min-width: 890px) and (-ms-high-contrast: active), (min-width: 890px) and (-ms-high-contrast: none) {
  .region-feedback form input#edit-submitted-why-or-why-not {
    max-width: 472px;
  }
}
@media (min-width: 1200px) {
  [lang="es"] .region-feedback form .webform-component--why-or-why-not {
    max-width: 630px;
  }
}
@media (min-width: 768px) and (max-width: 889px) {
  [lang="es"] .region-feedback form .webform-component--why-or-why-not > div {
    width: calc(100vw - 170px);
  }
}
@media (min-width: 1200px) {
  [lang="es"] .region-feedback form .webform-component--why-or-why-not > div {
    width: 100%;
    max-width: 435px;
  }
}
@media (min-width: 768px) {
  [lang="es"] .region-feedback form input#edit-submitted-why-or-why-not {
    width: 100%;
  }
}
@media (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  [lang="es"] .region-feedback form input#edit-submitted-why-or-why-not {
    width: calc(100vw - 290px);
  }
}
@media (min-width: 890px) {
  [lang="es"] .region-feedback form input#edit-submitted-why-or-why-not {
    width: calc(100vw - 750px);
    max-width: 440px;
  }
}
@media (min-width: 890px) and (-ms-high-contrast: active), (min-width: 890px) and (-ms-high-contrast: none) {
  [lang="es"] .region-feedback form input#edit-submitted-why-or-why-not {
    max-width: 300px;
  }
}
.carousel-control {
  z-index: 15;
}
.carousel.text-below img {
  margin: 0 auto;
}
.carousel.text-below h4 {
  margin-bottom: 0;
}
.carousel.text-below .carousel-caption {
  position: relative;
  color: #333;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-shadow: none;
}
.carousel.text-below .carousel-control {
  color: #888;
}
.carousel.text-below .carousel-control.right,
.carousel.text-below .carousel-control.left {
  background-image: none;
}
/**
 //* Drupal Views Carousel:
 //* `.flexslider .flex-caption`<br>
 //* Bummer, Drupal likes to use Flexslider in views instead of a Bootstrap Carousel. Note that the markup is
 //* correct - the styleguide is currently not pulling in the Drupal Views Flexslider CSS and JavaScript.
 //*
 //*     @example
 //*     <div class="flexslider">
 //*       <ul class="slides">
 //*         <li>
 //*           <a href="/fire/blog/upcoming-open-houses-get-you-fired-up-for-recruitment" class="clear-after">
 //*             <img alt="Station 5 crew" src="/sites/default/files/styles/feature_highlight/public/highlight/images/station5_1.png">
 //*           </a>
 //*           <a class="flex-caption" href="/fire/blog/upcoming-open-houses-get-you-fired-up-for-recruitment">
 //*             <h3>Recruitment Begins This Fall</h3>
 //*             <p>Come to one of our open houses to learn more about joining the Madison Fire Department!</p>
 //*           </a>
 //*         </li>
 //*         <li>
 //*           <a href="/fire/blog/chief/friday-nights-at-the-y" class="clear-after">
 //*             <img alt="Group photo at Friday Nights at the Y" src="/sites/default/files/styles/feature_highlight/public/highlight/images/20150724_205936_resized.jpg">
 //*           </a>
 //*           <a class="flex-caption" href="/fire/blog/chief/friday-nights-at-the-y">
 //*             <h3>Friday Nights At the Y</h3>
 //*             <p>Join us for fun and games at MFD-themed "Friday Nights At the Y." Click here for dates and venues.</p>
 //*           </a>
 //*         </li>
 //*       </ul>
 //*       <ul class="flex-direction-nav">
 //*         <li><a href="#" class="flex-prev">Previous</a></li>
 //*         <li><a href="#" class="flex-next">Next</a></li>
 //*       </ul>
 //*     </div>
 //*/
.carousel-grid-view-control button {
  background-color: transparent !important;
  border: none !important;
  color: #2d3134 !important;
}
.carousel-grid-view-control button:after {
  display: none;
}
.carousel-grid-view-control button:before {
  content: "View as grid";
  position: relative;
  float: right;
  margin-left: 8px;
}
.carousel-grid-view-control button[data-display-mode="grid"]:before {
  content: "View as Slider";
}
.carousel-inner .item[data-display="grid"] {
  display: block;
  opacity: 1 !important;
}
/*  3 Items per slide
 *  Used on:
 *  Metro
*/
@media (min-width: 768px) and (max-width: 816px), (min-width: 992px) and (max-width: 1037px), (min-width: 1200px) and (max-width: 1237px) {
  #carousel-3-item {
    width: 93%;
    margin: 0 auto;
  }
}
#carousel-3-item .carousel-indicators {
  top: 100%;
}
#carousel-3-item .carousel-indicators li {
  position: relative;
  margin: 0 10px !important;
  width: 14px;
  height: 14px;
  border-color: #043d5b;
  background-color: #065d8c;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#carousel-3-item .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#carousel-3-item .carousel-control {
  opacity: 1;
  color: #2d3134;
  text-shadow: none;
  font-size: 3rem;
}
@media (max-width: 767px) {
  #carousel-3-item .carousel-control {
    position: relative;
    display: inline-block;
    width: 49%;
  }
}
#carousel-3-item .carousel-control.right,
#carousel-3-item .carousel-control.left {
  background-image: none;
  -webkit-filter: none;
  filter: none;
}
@media (min-width: 768px) {
  #carousel-3-item .carousel-control.right,
  #carousel-3-item .carousel-control.left {
    width: 4rem;
  }
  #carousel-3-item .carousel-control.right {
    right: -4rem;
  }
  #carousel-3-item .carousel-control.left {
    left: -4rem;
  }
  #carousel-3-item .carousel-control .cityicons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item.item-group {
  clear: both;
}
.carousel-fade .carousel-inner .item.item-group:before,
.carousel-fade .carousel-inner .item.item-group:after {
  content: " ";
  display: table;
}
@media (max-width: 767px) {
  .carousel-fade .carousel-inner .item.item-group {
    max-width: 30rem;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .carousel-fade .carousel-inner .item .sub-item {
    width: 23rem;
    float: left;
    margin-right: 15px;
  }
  .carousel-fade .carousel-inner .item .sub-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 816px) {
  .carousel-fade .carousel-inner .item .sub-item {
    width: 21.3rem;
  }
}
@media (min-width: 992px) {
  .carousel-fade .carousel-inner .item .sub-item {
    width: 30.3rem;
  }
}
@media (min-width: 992px) and (max-width: 1037px) {
  .carousel-fade .carousel-inner .item .sub-item {
    width: 28.1rem;
  }
}
@media (min-width: 1200px) {
  .carousel-fade .carousel-inner .item .sub-item {
    width: 37rem;
  }
}
@media (min-width: 1200px) and (max-width: 1237px) {
  .carousel-fade .carousel-inner .item .sub-item {
    width: 34.3rem;
  }
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.flexslider {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  margin: 0;
}
.flexslider .flex-caption {
  display: block;
  top: 0;
  color: #fff;
  position: static;
  padding: 3%;
  width: 100%;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background: rgba(50, 50, 50, 0.75);
}
@media (min-width: 768px) {
  .flexslider .flex-caption {
    position: absolute;
  }
}
.flexslider a {
  color: #fff;
}
.flexslider a:hover,
.flexslider a:active,
.flexslider a:focus,
.flexslider a:focus:active {
  text-decoration: none;
  color: #e6e6e6;
}
.flexslider li {
  padding: 0;
}
@media (max-width: 991px) {
  #slideshow {
    margin-bottom: 2rem;
  }
}
#slideshow .carousel-inner > .item img {
  width: 100%;
}
#slideshow .carousel-control {
  width: 40px;
  border: 0;
  border-radius: 0;
  bottom: 1px;
  font-size: 32px;
  height: 20px;
  line-height: 14px;
  overflow: hidden;
  top: auto;
  background: #222;
  opacity: 0.5;
  -webkit-transition: height 0.4s ease;
  -o-transition: height 0.4s ease;
  transition: height 0.4s ease;
  color: #fff;
}
#slideshow .carousel-control:hover {
  height: 40px;
  color: #fff;
  text-decoration: none;
}
#slideshow .carousel-control.right {
  right: 0;
  left: auto;
}
.one-step-wrapper .views-display {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .one-step-wrapper .views-display .carousel-one-step {
    margin-right: -50%;
    margin-left: -50%;
  }
}
.one-step-wrapper .views-display .carousel-one-step .carousel-control {
  width: 4%;
  background-image: none;
}
.one-step-wrapper .views-display .carousel-one-step .carousel-control.left {
  margin-left: 15px;
}
@media (min-width: 992px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-control.left {
    margin-left: 25%;
  }
}
.one-step-wrapper .views-display .carousel-one-step .carousel-control.right {
  margin-right: 15px;
}
@media (min-width: 992px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-control.right {
    margin-right: 24%;
  }
}
.one-step-wrapper .views-display .carousel-one-step [class*="cloneditem-"] {
  display: none;
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item {
  -webkit-transition: all 1.5s linear;
  -o-transition: all 1.5s linear;
  transition: all 1.5s linear;
}
@media all and (min-width: 768px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .active.left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .prev {
    left: -100%;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .active.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .next {
    left: 100%;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .prev.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .active {
    left: 0;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.active.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.active.left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.prev.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .cloneditem-1 {
    display: block;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item .wrap {
    position: relative;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item .wrap .item-content {
    position: relative;
    float: left;
    margin-left: 0;
    width: 30%;
    z-index: 1;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item .wrap .image {
    position: relative;
    float: left;
    margin-right: 0;
    width: 70%;
    overflow: hidden;
    z-index: 3;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item .wrap.cloneditem-2 {
    -webkit-transform: translate3D(-29.75%, 0, 0);
    -ms-transform: translate3D(-29.75%, 0, 0);
    transform: translate3D(-29.75%, 0, 0);
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left.active .wrap:first-child .image {
    -webkit-transform: translate3D(43%, 0, 0);
    -ms-transform: translate3D(43%, 0, 0);
    transform: translate3D(43%, 0, 0);
    -webkit-transition: -webkit-transform 0.45s linear;
    transition: -webkit-transform 0.45s linear;
    -o-transition: transform 0.45s linear;
    transition: transform 0.45s linear;
    transition: transform 0.45s linear, -webkit-transform 0.45s linear;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left.active .wrap.cloneditem-2 {
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
    -webkit-transition: -webkit-transform 0.45s linear;
    transition: -webkit-transform 0.45s linear;
    -o-transition: transform 0.45s linear;
    transition: transform 0.45s linear;
    transition: transform 0.45s linear, -webkit-transform 0.45s linear;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left.next .wrap:first-child .item-content {
    opacity: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left.next .wrap.cloneditem-1 {
    opacity: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left.next .wrap.cloneditem-2 .item-content {
    opacity: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.right.active .wrap.cloneditem-1 {
    -webkit-transform: translate3D(-29.75%, 0, 0);
    -ms-transform: translate3D(-29.75%, 0, 0);
    transform: translate3D(-29.75%, 0, 0);
    -webkit-transition: -webkit-transform 0.45s linear;
    transition: -webkit-transform 0.45s linear;
    -o-transition: transform 0.45s linear;
    transition: transform 0.45s linear;
    transition: transform 0.45s linear, -webkit-transform 0.45s linear;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.right.active .wrap.cloneditem-2 {
    -webkit-transform: translate3D(-59.5%, 0, 0);
    -ms-transform: translate3D(-59.5%, 0, 0);
    transform: translate3D(-59.5%, 0, 0);
    -webkit-transition: -webkit-transform 0.45s linear;
    transition: -webkit-transform 0.45s linear;
    -o-transition: transform 0.45s linear;
    transition: transform 0.45s linear;
    transition: transform 0.45s linear, -webkit-transform 0.45s linear;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.right.active .wrap.cloneditem-2 .item-content {
    opacity: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.right.prev .wrap.cloneditem-1 {
    opacity: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.right.prev .wrap.cloneditem-2 {
    opacity: 0;
    -webkit-transform: translate3D(0, 0, 0);
    -ms-transform: translate3D(0, 0, 0);
    transform: translate3D(0, 0, 0);
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .active.left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .prev {
    left: -33.333333%;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .active.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .next {
    left: 33.333333%;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .prev.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .active {
    left: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .cloneditem-2,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .cloneditem-3 {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.active.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.next {
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
    left: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.active.left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
    left: 0;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.prev.right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .wrap {
  padding-right: 4px;
  padding-left: 4px;
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item img {
  width: 100%;
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content {
  height: 170px;
  padding: 15px;
  -webkit-transition: -webkit-transition 0.3s ease-in-out;
  transition: -webkit-transition 0.3s ease-in-out;
  -o-transition: -o-transition 0.3s ease-in-out;
  transition: transition 0.3s ease-in-out;
  transition: transition 0.3s ease-in-out, -webkit-transition 0.3s ease-in-out, -o-transition 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content:after {
    content: '';
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.9)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 100%);
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content:focus {
    height: auto;
    overflow: inherit;
  }
}
@media (min-width: 992px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    height: 25.3vw;
  }
}
@media (min-width: 1200px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content {
    padding: 15px 20px;
  }
}
@media (min-width: 1400px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content {
    padding: 20px 30px;
  }
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title,
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title a {
  color: #648900;
  font-weight: 500;
  font-size: 2.4rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title a {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title a {
    font-size: 3.6rem;
  }
}
@media (min-width: 1600px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title,
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title a {
    font-size: 4rem;
  }
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title:hover,
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title a:hover,
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title:focus,
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content .title a:focus {
  text-decoration: none;
}
.one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content p {
  color: #222;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-inner .item .item-content p {
    font-size: 1.4rem;
  }
}
.one-step-wrapper .views-display .carousel-one-step .carousel-control.left,
.one-step-wrapper .views-display .carousel-one-step .carousel-control.right {
  background-image: none;
}
.one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-right,
.one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-left,
.one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-next,
.one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-prev {
  margin-top: 50%;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  width: 5rem;
  height: 5rem;
  font-size: 5rem;
}
@media (min-width: 768px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-next,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-prev {
    margin-top: 50%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
}
@media (min-width: 992px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-next,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-prev {
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 12rem;
    height: 12rem;
    font-size: 12rem;
  }
}
@media (min-width: 1200px) {
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-left,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-prev {
    left: 2rem;
  }
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .glyphicon-chevron-right,
  .one-step-wrapper .views-display .carousel-one-step .carousel-control .icon-next {
    right: 5rem;
  }
}
.one-step-wrapper .views-display + .panel-separator {
  margin-bottom: 0.8rem;
}
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.com-gallery-control {
  height: 32px;
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  padding: 5px !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
  color: #fff !important;
  border: 0 !important;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 21 !important;
}
.com-gallery-control:after {
  display: none;
}
@media (max-width: 991px) {
  .com-gallery-control.carousel-control-list-toggle {
    background-color: #065d8c !important;
  }
}
.carousel-control-play,
.carousel-control-pause {
  position: absolute !important;
  top: 15px;
  right: 20px;
  width: 60px;
}
@media (min-width: 992px) {
  .languages {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .languages button.btn {
    display: none;
  }
}
.languages #language-list-wrapper.collapse {
  display: block;
}
.languages #language-list-wrapper .language-list {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
}
.languages #language-list-wrapper .language-list li {
  display: inline-block;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.languages #language-list-wrapper .language-list li + li {
  margin-left: -4px;
}
.languages #language-list-wrapper .language-list li a {
  position: relative;
  display: block;
  padding: 10px 16px;
  color: #ffffff;
  background-color: #065d8c;
}
.languages #language-list-wrapper .language-list li a:hover,
.languages #language-list-wrapper .language-list li a:focus {
  color: #ffffff;
  background-color: #043d5b;
  text-decoration: none;
}
.languages #language-list-wrapper .language-list li a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #043d5b;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.public-health .languages #language-list-wrapper .language-list li a:after {
  display: none;
}
.languages #language-list-wrapper .language-list li a:hover:after,
.languages #language-list-wrapper .language-list li a:focus:after {
  background-color: #032d43;
}
.languages.multiple-languages {
  font-size: 1.6rem;
  text-align: left;
}
@media (min-width: 992px) {
  .languages.multiple-languages {
    position: relative;
    margin-right: -15px;
    text-align: right;
  }
}
.languages.multiple-languages button.btn.language-list-control {
  display: inline-block;
  position: relative;
  width: 13rem;
  min-height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 10px 6px 10px;
  color: #ffffff;
  background-color: #065d8c;
  border-radius: 0;
  text-align: left;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 4px solid #043d5b;
}
.public-health .languages.multiple-languages button.btn.language-list-control {
  border-bottom: none;
  padding-bottom: 10px;
}
.languages.multiple-languages button.btn.language-list-control:hover,
.languages.multiple-languages button.btn.language-list-control:focus {
  color: #ffffff;
  background-color: #043d5b;
  border-bottom: 4px solid #032d43;
}
.public-health .languages.multiple-languages button.btn.language-list-control:hover,
.public-health .languages.multiple-languages button.btn.language-list-control:focus {
  border-bottom: none;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .languages.multiple-languages button.btn.language-list-control {
    display: none;
  }
}
.languages.multiple-languages button.btn.language-list-control:before,
.languages.multiple-languages button.btn.language-list-control:after {
  position: absolute;
  top: 19px;
  right: 10px;
  left: auto;
  content: '';
  background-color: #ffffff;
  width: 14px;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.languages.multiple-languages button.btn.language-list-control[aria-expanded="false"] .glyphicon {
  display: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.languages.multiple-languages button.btn.language-list-control[aria-expanded="false"]:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.languages.multiple-languages button.btn.language-list-control[aria-expanded="true"] .glyphicon {
  display: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.languages.multiple-languages button.btn.language-list-control[aria-expanded="true"]:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 991px) {
  .languages.multiple-languages #language-list-wrapper {
    position: absolute;
    width: 13rem;
    z-index: 1;
  }
  .languages.multiple-languages #language-list-wrapper.collapse {
    display: none;
  }
  .languages.multiple-languages #language-list-wrapper.collapse.in {
    display: block;
  }
  .languages.multiple-languages #language-list-wrapper .language-list {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
  }
  .languages.multiple-languages #language-list-wrapper .language-list li {
    display: block;
    margin-bottom: 0;
    margin-left: 0;
  }
  .languages.multiple-languages #language-list-wrapper .language-list li a {
    display: block;
    padding: 4px 16px;
    color: #ffffff;
    background-color: #043d5b;
  }
  .languages.multiple-languages #language-list-wrapper .language-list li a:hover,
  .languages.multiple-languages #language-list-wrapper .language-list li a:focus {
    background-color: #032d43;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .languages.multiple-languages #language-list-wrapper .language-list li a:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .languages.multiple-languages {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .breadcrumb-wrapper .view-display-id-translated_pages,
  .breadcrumb-wrapper > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 10px;
  }
  .breadcrumb-wrapper ol.breadcrumb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
html[lang="es"] .main-container .table-mobile [lang="en"] {
  display: none;
}
html[lang="en"] .main-container .table-mobile [lang="es"] {
  display: none;
}
.com-gallery {
  position: relative;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.com-gallery ul,
.com-gallery li,
.com-gallery ol {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.com-gallery .carousel {
  margin-bottom: 20px;
  background-color: #222;
}
.com-gallery .carousel .carousel-inner > .item > img {
  margin-right: auto;
  margin-left: auto;
}
.com-gallery .carousel .carousel-control {
  color: #fff;
  background-image: none;
  border-bottom: none;
}
.com-gallery .carousel .carousel-control .glyphicon-chevron-right,
.com-gallery .carousel .carousel-control .glyphicon-chevron-left {
  height: 33px;
  width: 33px;
  font-size: 33px;
}
.com-gallery .carousel .carousel-control .glyphicon:before {
  font-family: 'cityicons';
}
.com-gallery .carousel .carousel-control .glyphicon-chevron-right {
  right: 30px;
}
.com-gallery .carousel .carousel-control .glyphicon-chevron-right:before {
  content: "\e982";
}
.com-gallery .carousel .carousel-control .glyphicon-chevron-left {
  left: 30px;
}
.com-gallery .carousel .carousel-control .glyphicon-chevron-left:before {
  content: "\e981";
}
.com-gallery .carousel .carousel-control:focus,
.com-gallery .carousel .carousel-control:active {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com-gallery .com-gallery-item a:hover figure,
.com-gallery .com-gallery-item a.active figure,
.com-gallery .com-gallery-item a:focus figure {
  background-color: #fff;
}
.com-gallery .com-gallery-item a:hover figure img,
.com-gallery .com-gallery-item a.active figure img,
.com-gallery .com-gallery-item a:focus figure img {
  opacity: 0.6;
}
.com-gallery .com-gallery-item a:focus figure {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.com-gallery .com-gallery-item.active a figure {
  background-color: #fff;
}
.com-gallery .com-gallery-item.active a figure img {
  opacity: 0.6;
}
.com-gallery .com-gallery-item.active a:hover img,
.com-gallery .com-gallery-item.active a:focus img {
  opacity: 0.7;
}
.com-gallery figure.image {
  border-radius: 0;
}
.com-gallery figure.image img {
  margin-bottom: 0;
}
.com-gallery figure.image figcaption {
  margin-bottom: 0;
}
.com-gallery figcaption,
.com-gallery .figcaption,
.com-page .com-gallery figcaption,
.com-page .com-gallery .figcaption,
.com-gallery .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
@media (min-width: 992px) {
  .com-gallery figcaption,
  .com-gallery .figcaption,
  .com-page .com-gallery figcaption,
  .com-page .com-gallery .figcaption,
  .com-gallery .carousel-caption {
    position: absolute;
    font-size: 1.6rem;
  }
}
.com-gallery figcaption:after,
.com-gallery .figcaption:after,
.com-page .com-gallery figcaption:after,
.com-page .com-gallery .figcaption:after,
.com-gallery .carousel-caption:after {
  height: 0;
}
.com-gallery figcaption .heading,
.com-gallery .figcaption .heading,
.com-page .com-gallery figcaption .heading,
.com-page .com-gallery .figcaption .heading,
.com-gallery .carousel-caption .heading {
  font-size: 2.2rem;
  font-weight: 600;
}
.com-gallery figcaption .heading + .content,
.com-gallery .figcaption .heading + .content,
.com-page .com-gallery figcaption .heading + .content,
.com-page .com-gallery .figcaption .heading + .content,
.com-gallery .carousel-caption .heading + .content {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.com-gallery figcaption.sr-only,
.com-gallery .figcaption.sr-only,
.com-page .com-gallery figcaption.sr-only,
.com-page .com-gallery .figcaption.sr-only,
.com-gallery .carousel-caption.sr-only {
  position: absolute !important;
}
.com-gallery.com-gallery-selectable:before,
.com-gallery.com-gallery-selectable:after {
  content: " ";
  display: table;
}
.com-gallery.com-gallery-selectable:after {
  clear: both;
}
.com-gallery.com-gallery-selectable:before,
.com-gallery.com-gallery-selectable:after {
  content: " ";
  display: table;
}
.com-gallery.com-gallery-selectable:after {
  clear: both;
}
.com-gallery.com-gallery-selectable .com-gallery-item-grid {
  margin-right: -10px;
  margin-left: -10px;
}
.com-gallery.com-gallery-selectable .com-gallery-item {
  float: left;
  width: calc(100% * (1/4) - 20px);
  margin: 10px !important;
}
.com-gallery.com-gallery-selectable .com-gallery-item figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .com-gallery.com-gallery-selectable .carousel .carousel-control .glyphicon {
    top: 28vw;
  }
}
@media (max-width: 991px) {
  .com-gallery-list-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.com-gallery.com-gallery-list {
  margin-bottom: 20px;
  padding-bottom: 32px;
  overflow-x: hidden;
}
.com-gallery.com-gallery-list:before,
.com-gallery.com-gallery-list:after {
  content: " ";
  display: table;
}
.com-gallery.com-gallery-list:after {
  clear: both;
}
.com-gallery.com-gallery-list:before,
.com-gallery.com-gallery-list:after {
  content: " ";
  display: table;
}
.com-gallery.com-gallery-list:after {
  clear: both;
}
.com-gallery.com-gallery-list .list-unstyled {
  margin-bottom: 0;
}
.com-gallery.com-gallery-list a {
  border-bottom: none;
}
.com-gallery.com-gallery-list .carousel {
  margin-bottom: 0;
}
.com-gallery.com-gallery-list .carousel-caption {
  background-color: #222;
}
@media (min-width: 992px) {
  .com-gallery.com-gallery-list .carousel-caption {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.com-gallery.com-gallery-list .carousel-control-pause {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .com-gallery.com-gallery-list .carousel-control-pause {
    position: relative;
    right: 140px;
  }
}
.com-gallery.com-gallery-list .carousel-control-list-toggle {
  position: absolute;
  right: 15px;
  width: 104px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .com-gallery.com-gallery-list .carousel-control-list-toggle {
    right: 20px;
    top: 15px;
  }
}
.com-gallery.com-gallery-list .carousel-control-list-toggle .cityicons {
  position: relative;
  top: 1px;
  padding-right: 3px;
}
@media (min-width: 992px) {
  .com-gallery.com-gallery-list.list-open .carousel-control-list-toggle {
    right: calc(40% + 15px);
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .com-gallery.com-gallery-list.list-open .carousel-control-list-toggle {
    right: 42%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
@media (min-width: 992px) {
  .com-gallery.com-gallery-list.list-open .carousel-control-pause {
    right: calc(40% + 140px);
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 992px), (-ms-high-contrast: none) and (min-width: 992px) {
  .com-gallery.com-gallery-list.list-open .carousel-control-pause {
    right: 58%;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.com-gallery.com-gallery-list ol.com-gallery-list-items {
  display: none;
}
@media (max-width: 991px) {
  .com-gallery.com-gallery-list ol.com-gallery-list-items {
    background-color: #f5f5f5;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li {
    padding: 0.75rem 0.75rem 0 0.75rem !important;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li:first-child {
    padding-top: 1.75rem !important;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li:last-child {
    padding-bottom: 1.75rem !important;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li a figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0.75rem;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li a figure img {
    width: 72px;
    height: auto;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li a figure figcaption {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: transparent;
    color: #222;
    padding: 10px 15px;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items > li.active a figure img {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .com-gallery.com-gallery-list ol.com-gallery-list-items {
    position: absolute;
    top: 0;
    width: 40%;
    height: calc(100% - 32px);
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items li {
    margin-right: 25px !important;
    margin-bottom: 15px !important;
    margin-left: 25px !important;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items li:first-child {
    margin-top: 25px !important;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items li a {
    display: block;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items li a:hover,
  .com-gallery.com-gallery-list ol.com-gallery-list-items li a:focus {
    background-color: #222;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items li figure {
    background-color: transparent;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items li figure figcaption {
    background-color: transparent;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items[aria-expanded="true"] {
    right: 0;
    visibility: visible;
  }
  .com-gallery.com-gallery-list ol.com-gallery-list-items[aria-expanded="false"] {
    visibility: hidden;
    right: -40%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .com-gallery.com-gallery-list ol.com-gallery-list-items li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .com-gallery.com-gallery-list ol.com-gallery-list-items li figure img {
    width: 30%;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .com-gallery.com-gallery-list ol.com-gallery-list-items li figure figcaption {
    position: relative;
    width: 70%;
    padding: 0 1.5rem;
  }
}
.com-gallery.com-gallery-tiled {
  margin-right: -2px;
  margin-left: -2px;
}
.com-gallery.com-gallery-tiled figure {
  height: 0;
  margin: 2px;
  margin-bottom: 4px;
  overflow: hidden;
  width: calc(100% * (1/4) - 4px);
  padding-bottom: calc(100% * (1/4) - 4px);
  float: left;
}
@media (min-width: 768px) {
  .com-gallery.com-gallery-tiled figure {
    width: calc(100% * (1/6) - 4px);
    padding-bottom: calc(100% * (1/6) - 4px);
  }
}
.com-gallery.com-gallery-tiled figure:after {
  content: '';
  float: left;
  padding-top: 100%;
}
.com-gallery.com-gallery-tiled figure img {
  max-width: none;
  width: 160%;
}
.com-gallery.com-gallery-tiled figure figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.com-gallery.com-gallery-tiled.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.com-gallery.com-gallery-tiled.flex figure {
  height: 0;
  margin-bottom: 4px;
  overflow: hidden;
  width: calc(100% * (1/4) - 2px);
  padding-bottom: calc(100% * (1/4) - 2px);
}
@media (min-width: 768px) {
  .com-gallery.com-gallery-tiled.flex figure {
    width: calc(100% * (1/6) - 2px);
    padding-bottom: calc(100% * (1/6) - 2px);
  }
}
body.cke_editable .com-gallery {
  position: relative;
}
body.cke_editable .com-gallery:before {
  content: "The image gallery below may display differently when compared to the version displayed when viewing on the website. Captions are displayed here to make it easier to edit the text, but may not display until interacted with when viewing on the website. To view the final result save this flexible content piece.";
  margin: 15px;
  padding: 15px 15px 15px 60px;
  background-color: #eeeeee;
  color: #222;
  border-left-width: 5px;
  border-left-style: solid;
  border-left-color: #065d8c;
}
body.cke_editable .com-gallery:after {
  content: "\e977";
  color: #065d8c;
  position: absolute;
  left: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'cityicons';
  font-size: 30px;
}
body.cke_editable .com-gallery figure.image figcaption {
  position: relative;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  overflow: visible;
  clip: auto;
  text-align: left;
}
body.cke_editable .com-gallery div[data-cke-display-name="image"]:nth-child(4n+5) > figure.image {
  clear: left;
}
shortcode {
  position: relative;
  display: block;
  padding: 23px 15px 23px 43px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-left: 5px solid #004d54;
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: default;
  clear: both;
}
shortcode[data-type="contactinfo"] {
  border-left-color: #eca120;
}
shortcode[data-type="flex_content_list"] {
  border-left-color: #03626b;
}
shortcode[data-type="flex_content_text"] {
  border-left-color: #03626b;
}
shortcode[data-type="block"] {
  border-left-color: #84036c;
}
shortcode[data-type="form"] {
  border-left-color: #065d8c;
}
shortcode[data-type="views"] {
  border-left-color: #84036c;
}
shortcode[data-type="term"] {
  border-left-color: #84036c;
}
shortcode[data-type="theme"] {
  border-left-color: #d98522;
}
shortcode[data-type="flex_content_timeline"] {
  border-left-color: #03626b;
}
shortcode[data-type]:before,
shortcode[data-type="flex_content_list"]:before,
shortcode[data-type="flex_content_text"]:before,
shortcode[data-type="block"]:before,
shortcode[data-type="form"]:before,
shortcode[data-type="views"]:before,
shortcode[data-type="term"]:before,
shortcode[data-type="theme"]:before,
shortcode[data-type="flex_content_timeline"]:before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  content: "\e99c";
  margin-right: 8px;
  padding: 6px;
  background-color: #004d54;
  color: #fff;
  border-radius: 100%;
  font-size: 12px;
  font-family: 'cityicons' !important;
  font-weight: normal;
}
shortcode[data-type="contactinfo"]:before {
  content: "\e96f";
  background-color: #eca120;
}
shortcode[data-type="flex_content_list"]:before {
  content: "\e99e";
  background-color: #03626b;
}
shortcode[data-type="flex_content_text"]:before {
  content: "\e99b";
  background-color: #03626b;
}
shortcode[data-type="block"]:before {
  content: "\e99c";
  background-color: #84036c;
}
shortcode[data-type="form"]:before {
  content: "\e99d";
  background-color: #065d8c;
}
shortcode[data-type="views"]:before {
  content: "\e99c";
  background-color: #84036c;
}
shortcode[data-type="term"]:before {
  content: "\e99c";
  background-color: #84036c;
}
shortcode[data-type="theme"]:before {
  content: "\e96b";
  background-color: #d98522;
}
shortcode[data-type="flex_content_timeline"]:before {
  content: "\e9a3";
  background-color: #03626b;
}
shortcode[data-type]:after,
shortcode[data-type="contactinfo"]:after,
shortcode[data-type="flex_content_list"]:after,
shortcode[data-type="flex_content_text"]:after,
shortcode[data-type="block"]:after,
shortcode[data-type="form"]:after,
shortcode[data-type="views"]:after,
shortcode[data-type="term"]:after,
shortcode[data-type="theme"]:after,
shortcode[data-type="flex_content_timeline"]:after {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #595959;
  text-transform: uppercase;
}
shortcode[data-type]:after {
  content: "Shortcode";
}
shortcode[data-type="contactinfo"]:after {
  content: "Contact Information";
}
shortcode[data-type="flex_content_list"]:after {
  content: "Flexible Content: List";
}
shortcode[data-type="flex_content_text"]:after {
  content: "Flexible Content: Text";
}
shortcode[data-type="block"]:after {
  content: "Block";
}
shortcode[data-type="form"]:after {
  content: "Form";
}
shortcode[data-type="views"]:after {
  content: "View";
}
shortcode[data-type="term"]:after {
  content: "Term";
}
shortcode[data-type="theme"]:after {
  content: "Theme";
}
shortcode[data-type="flex_content_timeline"]:after {
  content: "Timeline";
}
shortcode + shortcode {
  margin-top: 10px;
}
shortcode[data-locked="1"] {
  border-left-color: #222;
}
shortcode[data-locked="1"]:before {
  background-color: #222;
}
shortcode[data-locked="1"]:after {
  font-family: 'cityicons', "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "Shortcode \e96a";
}
shortcode[data-locked="1"][data-type="contactinfo"]:after {
  content: "Contact Information \e96a";
}
shortcode[data-locked="1"][data-type="flex_content_list"]:after {
  content: "Flexible Content: List \e96a";
}
shortcode[data-locked="1"][data-type="flex_content_text"]:after {
  content: "Flexible Content: Text \e96a";
}
shortcode[data-locked="1"][data-type="block"]:after {
  content: "Block \e96a";
}
shortcode[data-locked="1"][data-type="form"]:after {
  content: "Form \e96a";
}
shortcode[data-locked="1"][data-type="views"]:after {
  content: "View \e96a";
}
shortcode[data-locked="1"][data-type="term"]:after {
  content: "Term \e96a";
}
shortcode[data-locked="1"][data-type="theme"]:after {
  content: "Theme \e96a";
}
shortcode[data-locked="1"][data-type="flex_content_timeline"]:after {
  content: "Timeline \e96a";
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  html.CSS1Compat [contenteditable=false] {
    min-height: auto !important;
  }
}
body.cke_editable {
  padding: 10px;
}
body.cke_editable[contenteditable*="false"] {
  background-color: #e6e6e6;
  color: #919191;
}
body.cke_editable img {
  display: inline-block;
}
body.cke_editable .node,
body.cke_editable .block,
body.cke_editable .contactinfo {
  position: relative;
  margin-bottom: 14px;
  padding: 24px 10px 24px 140px;
  border: 1px solid #999999;
  border-radius: 2px;
}
body.cke_editable .node:before,
body.cke_editable .block:before,
body.cke_editable .contactinfo:before,
body.cke_editable .node:after,
body.cke_editable .block:after,
body.cke_editable .contactinfo:after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #595959;
}
body.cke_editable .node:before,
body.cke_editable .block:before,
body.cke_editable .contactinfo:before {
  height: 100%;
  width: 130px;
  padding: 5px;
  padding-left: 40px;
  border-right: 1px solid #999999;
  background-color: rgba(255, 255, 255, 0.7);
}
body.cke_editable .node:after,
body.cke_editable .block:after,
body.cke_editable .contactinfo:after {
  top: 5px;
  left: 5px;
  font-size: 30px;
  font-family: 'cityicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
body.cke_editable .node {
  border-color: #065d8c;
  background-color: #a2d7e8;
}
body.cke_editable .node:before {
  content: "Flexible Content: Double-click to edit";
  text-transform: uppercase;
  border-color: #065d8c;
  color: #043d5b;
}
body.cke_editable .node:after {
  content: "\e93e";
  color: #043d5b;
}
body.cke_editable .block {
  border-color: #d98522;
  background-color: #eca120;
}
body.cke_editable .block:before {
  content: "Block Content: Double-click to edit";
  text-transform: uppercase;
  color: #454545;
  border-color: #d98522;
}
body.cke_editable .block:after {
  content: "\e935";
  color: #454545;
}
body.cke_editable .contactinfo {
  border-color: #004d54;
  background-color: #03626b;
  color: #ffffff;
}
body.cke_editable .contactinfo:before {
  content: "Contact Info: Double-click to edit";
  text-transform: uppercase;
  color: #004d54 !important;
  border-color: #004d54;
}
body.cke_editable .contactinfo:after {
  content: "\e93c";
  color: #004d54;
}
body.cke_editable .ajax-render {
  position: relative;
  padding: 15px 15px 15px 50px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-left: 4px solid #cccccc;
}
body.cke_editable .ajax-render:before {
  content: "\e977";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  margin-right: 8px;
  padding: 8px;
  background-color: #595959;
  color: #fff;
  border-radius: 100%;
  font-family: 'cityicons' !important;
}
body.cke_editable .ajax-render:after {
  content: "AJAX Content";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  color: #999999;
  text-transform: uppercase;
}
body.cke_editable [class^="visible"],
body.cke_editable [class^="hidden"] {
  display: block !important;
  position: relative;
  padding: 30px 5px 0 5px;
  margin-bottom: 10px;
  background-color: #e2f3f6;
  border: 1px solid #a2d7e8;
}
body.cke_editable [class^="visible"]:before,
body.cke_editable [class^="hidden"]:before {
  content: "Conditional Content";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10px;
  color: #065d8c;
  text-transform: uppercase;
}
body.cke_editable [class^="visible"]:hover:before,
body.cke_editable [class^="hidden"]:hover:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
body.cke_editable [class^="visible"]:hover:after,
body.cke_editable [class^="hidden"]:hover:after {
  content: "Conditional Content: Content displayed in this box will be displayed or hidden on the front-end depending on the class applied. If you have questions, please contact the Web Team.";
  position: absolute;
  top: -140px;
  left: -10px;
  width: 260px;
  height: 150px;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
body.cke_editable .add-this-footer {
  height: auto;
  margin-bottom: 0;
}
body.cke_editable .com-page-feedback {
  padding: 20px 15%;
  background-color: #eee;
}
body.cke_editable .footer {
  color: inherit;
}
body.cke_editable .footer .container-fluid {
  max-width: none;
  background-color: transparent;
}
body.cke_editable .footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  padding: 10px;
}
body.cke_editable .footer .copyright:before,
body.cke_editable .footer .copyright:after {
  content: " ";
  display: table;
}
body.cke_editable .footer .copyright:after {
  clear: both;
}
body.cke_editable .footer .copyright:before,
body.cke_editable .footer .copyright:after {
  content: " ";
  display: table;
}
body.cke_editable .footer .copyright:after {
  clear: both;
}
body.cke_editable .footer .copyright li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
body.cke_editable .footer .copyright li shortcode {
  width: 73%;
  margin-left: 30px;
}
body.cke_editable .com-page.footer hr {
  background-color: transparent;
}
.field {
  margin: 0 0 10px;
}
.field address {
  margin-bottom: 0;
}
.field .directions-google {
  margin-bottom: 30px;
}
.directions a {
  color: inherit;
  margin-right: 15px;
}
.directions a .cityicons.inline {
  font-size: 16px !important;
  position: relative;
  top: 2px;
}
.directions a:hover,
.directions a:focus {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.label-inline {
  display: inline-block;
}
.label-inline:after {
  content: "\00A0";
  font-size: 0.75rem;
}
.view-empty {
  margin-bottom: 10px;
}
.view-empty .view-content {
  font-style: normal;
  color: #333333;
}
.ui-helper-reset {
  font-size: 14px;
  line-height: 1.25em;
}
h3.ui-helper-reset {
  font-weight: bold;
}
.ui-widget {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px;
}
.ui-widget .ui-widget {
  font-size: 14px;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.ui-widget a,
.ui-widget a:link,
.ui-widget a:visited {
  color: #2b689c !important;
}
.ui-widget-content {
  background: none;
  border-style: none !important;
  color: #333;
  margin: 10px 0 20px 0 !important;
}
.ui-widget-header {
  background: none;
  border-style: none;
  color: #333;
  font-weight: normal;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none !important;
  border-style: none !important;
  color: #2b689c !important;
  font-weight: normal;
}
.ui-state-default a,
.ui-widget-content .ui-state-default a,
.ui-widget-header .ui-state-default a,
.ui-state-default a:link,
.ui-widget-content .ui-state-default a:link,
.ui-widget-header .ui-state-default a:link,
.ui-state-default a:visited,
.ui-widget-content .ui-state-default a:visited,
.ui-widget-header .ui-state-default a:visited {
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: none;
  border-style: none;
  color: #15334c;
}
.ui-state-hover a,
.ui-widget-content .ui-state-hover a,
.ui-widget-header .ui-state-hover a,
.ui-state-focus a,
.ui-widget-content .ui-state-focus a,
.ui-widget-header .ui-state-focus a,
.ui-state-hover a:hover,
.ui-widget-content .ui-state-hover a:hover,
.ui-widget-header .ui-state-hover a:hover,
.ui-state-focus a:hover,
.ui-widget-content .ui-state-focus a:hover,
.ui-widget-header .ui-state-focus a:hover {
  color: #15334c;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: none;
  border-style: none;
  color: #15334c;
}
.ui-state-active a,
.ui-widget-content .ui-state-active a,
.ui-widget-header .ui-state-active a,
.ui-state-active a:link,
.ui-widget-content .ui-state-active a:link,
.ui-widget-header .ui-state-active a:link,
.ui-state-active a:visited,
.ui-widget-content .ui-state-active a:visited,
.ui-widget-header .ui-state-active a:visited {
  color: #15334c;
}
.ui-widget *:active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: none;
  border-style: none;
  color: #333;
}
.ui-widget-overlay {
  background: none;
}
.ui-widget-shadow {
  background: none;
  border-radius: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
}
.accordion {
  margin-bottom: 40px;
}
.accordion[role="tablist"] {
  margin-bottom: 20px;
}
.ui-accordion .ui-accordion-header {
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 1.7em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -9px;
}
.ui-accordion .ui-accordion-header a {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
}
.ui-accordion .ui-accordion-header .ui-icon {
  left: 0;
}
.ui-accordion .ui-accordion-icons .ui-accordion-header a {
  padding-left: 1.2em;
}
.ui-accordion .ui-accordion-content {
  padding: 0 !important;
  background: none;
  border-style: none;
  margin-left: 23px !important;
}
.ui-accordion .ui-accordion-content .ui-accordion-header {
  margin-left: -4px;
}
.ui-accordion span[class^="icon-"].text,
.ui-accordion span[class*=" icon-"].text {
  width: inherit;
}
.ui-accordion span[class^="icon-"] .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-icon,
.ui-accordion span[class^="icon-"] .ui-widget-content .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-widget-content .ui-icon,
.ui-accordion span[class^="icon-"] .ui-widget-header .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-widget-header .ui-icon,
.ui-accordion span[class^="icon-"] .ui-state-default .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-state-default .ui-icon,
.ui-accordion span[class^="icon-"] .ui-state-hover .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-state-hover .ui-icon,
.ui-accordion span[class^="icon-"] .ui-state-focus .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-state-focus .ui-icon,
.ui-accordion span[class^="icon-"] .ui-state-active .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-state-active .ui-icon,
.ui-accordion span[class^="icon-"] .ui-state-highlight .ui-icon,
.ui-accordion span[class*=" icon-"] .ui-state-highlight .ui-icon {
  background-image: none;
}
.ui-accordion span[class^="icon-"]:before,
.ui-accordion span[class*=" icon-"]:before {
  background-image: url("/sites/all/themes/cityofmadison/bootstrap/img/glyphicons-halflings.png");
}
.well .accordion {
  margin-bottom: 0 !important;
}
.well .accordion h3 {
  margin-bottom: 0;
  line-height: 100%;
}
.well .accordion .icon-list {
  padding: 0;
}
.well .accordion .icon-list span.ui-icon.ui-icon-triangle-1-e,
.well .accordion .icon-list span.ui-icon.ui-icon-triangle-1-s {
  background-image: url("/sites/all/themes/cityofmadison/bootstrap/img/glyphicons-halflings.png");
  height: 14px;
  width: 14px;
  margin-top: -6px;
  position: relative;
  float: right;
}
.well .accordion .icon-list span.ui-icon.ui-icon-triangle-1-e {
  background-position: -312px -120px;
}
.well .accordion .icon-list span.ui-icon.ui-icon-triangle-1-s {
  background-position: -288px -120px;
}
.well .accordion .icon-list .ui-widget-content {
  margin-bottom: 0 !important;
}
.well .accordion .icon-list ul {
  margin-bottom: 0;
}
.list .accordion {
  margin-bottom: 0 !important;
}
.list li.ui-accordion {
  margin-bottom: 0 !important;
}
.list li.ui-accordion a.ui-accordion-header {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.list li.ui-accordion a.ui-accordion-header .ui-icon {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
}
.list li.ui-accordion a.ui-accordion-header .ui-icon.ui-icon-triangle-1-e {
  background-position: -64px -16px;
}
.list li.ui-accordion a.ui-accordion-header .ui-icon.ui-icon-triangle-1-s {
  background-position: 0 -16px;
}
.list li.ui-accordion ul.ui-widget-content {
  margin: 0 !important;
}
.main-container .sidebar .menu-block-wrapper,
.main-container .sidebar .node-flex-content,
.main-container .sidebar .view-stay-informed-list {
  margin-bottom: 30px;
}
.main-container .sidebar .well .node-flex-content {
  margin-bottom: 0;
}
.main-container .sidebar .well .node-flex-content + .node-flex-content {
  margin-top: 30px;
}
.main-container .pane-menu-tree .pane-content a.active,
.main-container .panels-flexible-column .pane-content a.active,
.main-container .pane-menu-tree .block-menu-block a.active,
.main-container .panels-flexible-column .block-menu-block a.active {
  font-weight: bold;
}
.main-container .vocabulary-project-type .list .accordion-heading {
  position: relative;
}
.main-container .vocabulary-project-type .list .accordion-heading > a.pull-right.expand-icon-collapsed {
  opacity: 0.7;
  background: rgba(50, 50, 50, 0.15);
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  top: 0;
  right: 0;
  position: absolute;
  padding: 8px;
  display: inline-block;
}
.main-container .vocabulary-project-type .list .accordion-heading > a.pull-right.expand-icon-collapsed:before {
  content: "Projects";
}
.main-container .vocabulary-project-type .list .accordion-heading > a.pull-right.expand-icon-collapsed:after {
  font-size: 10px;
  font-family: 'Glyphicons Halflings';
  content: "\e253";
  margin-left: 4px;
}
.main-container .vocabulary-project-type .list .accordion-heading > a.pull-right.expand-icon-collapsed[aria-expanded="true"]:after {
  content: "\e252";
}
.main-container h3.accordion-heading {
  margin-top: 5px;
  margin-bottom: 20px;
}
.main-container h3.accordion-heading > a.pull-right.expand-icon-collapsed {
  top: -7px;
}
.menu.nav .calendar {
  width: auto;
}
.panels-flexible-region-inside {
  padding: 0;
}
.panels-flexible-region-row-left,
.panels-flexible-region-row-center,
.panels-flexible-region-row-form,
.panels-flexible-region-row-fluid-left,
.panels-flexible-region-row-fluid-center,
.panels-flexible-region-row-fluid-form,
.panels-flexible-region-row-fluid-connect {
  float: none !important;
  width: 100% !important;
}
.no-sep .panel-separator {
  margin: 0;
}
.introjs-overlay {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -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;
}
.introjs-fixParent {
  z-index: auto !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.introjs-showElement,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  z-index: 9999999 !important;
}
.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}
.introjs-relativePosition,
tr.introjs-showElement > td,
tr.introjs-showElement > th {
  position: relative;
}
.introjs-helperLayer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -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;
}
.introjs-tooltipReferenceLayer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 10000000;
  background-color: transparent;
  -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;
}
.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.introjs-helperNumberLayer {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #ff3019;
  background: -webkit-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), color-stop(100%, #cf0404));
  background: -moz-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -ms-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -o-linear-gradient(top, #ff3019 0, #cf0404 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff3019), to(#cf0404));
  background: linear-gradient(to bottom, #ff3019 0, #cf0404 100%);
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}
.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}
.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}
.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.introjs-tooltip {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}
.introjs-button {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px / normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ececec));
  background-image: -webkit-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  -webkit-box-shadow: 0 1px 1px #e3e3e3;
  box-shadow: 0 1px 1px #e3e3e3;
}
.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#f4f4f4));
  background-image: -webkit-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.introjs-skipbutton {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}
.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}
.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}
.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}
.introjs-hidden {
  display: none;
}
.introjs-bullets {
  text-align: center;
}
.introjs-bullets ul {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}
.introjs-bullets ul li {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}
.introjs-bullets ul li a {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.introjs-bullets ul li a:hover {
  background: #999;
}
.introjs-bullets ul li a.active {
  background: #999;
}
.introjs-progress {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1;
}
.introjs-progressbar {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: left;
  width: 0;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}
.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}
.introjs-fixedTooltip {
  position: fixed;
}
.introjs-hint {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
.introjs-hint:focus {
  border: 0;
  outline: 0;
}
.introjs-hidehint {
  display: none;
}
.introjs-fixedhint {
  position: fixed;
}
.introjs-hint:hover > .introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}
.introjs-hint-pulse {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.introjs-hint-dot {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}
@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
#metro-widget {
  margin-bottom: 4rem;
}
#metro-widget .nav-tabs {
  margin-bottom: 1.5rem;
}
#metro-widget .nav-tabs li {
  width: 33.33333333%;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-device-width: 320px) and (orientation: portrait) {
  #metro-widget .nav-tabs li {
    min-height: 94px;
  }
}
#metro-widget .nav-tabs li a {
  padding: 4px 4px;
  text-decoration: none;
}
#metro-widget .nav-tabs li a .cityicons {
  display: block;
  font-size: 4rem;
  margin-bottom: 0.2rem;
}
#metro-widget .nav-tabs li.active:before {
  background-color: #0d4c86;
}
#metro-widget form label {
  font-weight: 600;
}
#metro-widget form input,
#metro-widget form select {
  height: 4.3rem;
  font-size: 1.6rem;
}
#metro-widget form .form-group,
#metro-widget form .form-item {
  margin-bottom: 10px;
}
#metro-widget .label {
  padding: 0.2em 0.6em 0.2em;
  background-color: #111921;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .landing #metro-widget {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  #metro-widget .nav-tabs {
    margin-bottom: 1.5rem;
  }
  #metro-widget .nav-tabs li {
    width: auto;
    font-size: 3rem;
  }
  #metro-widget .nav-tabs li a {
    padding: 2.2rem;
  }
  #metro-widget .nav-tabs li a .cityicons {
    float: left;
    font-size: 6rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
    position: relative;
    bottom: 12px;
  }
  #metro-widget .nav-tabs li.active:before {
    background-color: #0d4c86;
  }
  [class|="col"][class$="-8"] #metro-widget .nav-tabs,
  [class|="col"][class$="-7"] #metro-widget .nav-tabs,
  [class|="col"][class$="-6"] #metro-widget .nav-tabs {
    margin-bottom: 1.5rem;
  }
  [class|="col"][class$="-8"] #metro-widget .nav-tabs li,
  [class|="col"][class$="-7"] #metro-widget .nav-tabs li,
  [class|="col"][class$="-6"] #metro-widget .nav-tabs li {
    font-size: 1.8rem;
  }
  [class|="col"][class$="-8"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-7"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-6"] #metro-widget .nav-tabs li a {
    padding: 10px 0.8vw;
  }
  [class|="col"][class$="-8"] #metro-widget .nav-tabs li a .cityicons,
  [class|="col"][class$="-7"] #metro-widget .nav-tabs li a .cityicons,
  [class|="col"][class$="-6"] #metro-widget .nav-tabs li a .cityicons {
    bottom: 0;
    margin-right: 0.6rem;
    font-size: 2.4rem;
  }
  [class|="col"][class$="-8"] #metro-widget form fieldset,
  [class|="col"][class$="-7"] #metro-widget form fieldset,
  [class|="col"][class$="-6"] #metro-widget form fieldset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [class|="col"][class$="-5"] #metro-widget .nav-tabs,
  [class|="col"][class$="-4"] #metro-widget .nav-tabs,
  [class|="col"][class$="-3"] #metro-widget .nav-tabs,
  [class|="col"][class$="-2"] #metro-widget .nav-tabs,
  .sidebar #metro-widget .nav-tabs {
    margin-bottom: 1.5rem;
  }
  [class|="col"][class$="-5"] #metro-widget .nav-tabs li,
  [class|="col"][class$="-4"] #metro-widget .nav-tabs li,
  [class|="col"][class$="-3"] #metro-widget .nav-tabs li,
  [class|="col"][class$="-2"] #metro-widget .nav-tabs li,
  .sidebar #metro-widget .nav-tabs li {
    width: 33.33333333%;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
  }
  [class|="col"][class$="-5"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-4"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-3"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-2"] #metro-widget .nav-tabs li a,
  .sidebar #metro-widget .nav-tabs li a {
    padding: 4px 4px;
  }
  [class|="col"][class$="-5"] #metro-widget .nav-tabs li a .cityicons,
  [class|="col"][class$="-4"] #metro-widget .nav-tabs li a .cityicons,
  [class|="col"][class$="-3"] #metro-widget .nav-tabs li a .cityicons,
  [class|="col"][class$="-2"] #metro-widget .nav-tabs li a .cityicons,
  .sidebar #metro-widget .nav-tabs li a .cityicons {
    display: block;
    float: none;
    font-size: 4rem;
    margin-bottom: 0.2rem;
    margin-right: 0;
    bottom: 0;
  }
  [class|="col"][class$="-5"] #metro-widget form fieldset,
  [class|="col"][class$="-4"] #metro-widget form fieldset,
  [class|="col"][class$="-3"] #metro-widget form fieldset,
  [class|="col"][class$="-2"] #metro-widget form fieldset,
  .sidebar #metro-widget form fieldset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [class|="col"][class$="-5"] #metro-widget form .form-group,
  [class|="col"][class$="-4"] #metro-widget form .form-group,
  [class|="col"][class$="-3"] #metro-widget form .form-group,
  [class|="col"][class$="-2"] #metro-widget form .form-group,
  .sidebar #metro-widget form .form-group {
    width: auto !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap button {
    right: 0 !important;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text {
    padding-right: 7px;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap {
    -webkit-transform: rotate(90deg) rotateY(180deg) !important;
    transform: rotate(90deg) rotateY(180deg) !important;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .col-sm-6,
  .sidebar #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .col-md-4,
  .sidebar #metro-widget #metro-widget-detours .col-md-4 {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  [class|="col"][class$="-5"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-4"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-3"] #metro-widget .nav-tabs li a,
  [class|="col"][class$="-2"] #metro-widget .nav-tabs li a,
  .sidebar #metro-widget .nav-tabs li a {
    height: 94px;
  }
}
#metro-widget #metro-widget-plan-your-trip form .direction-swap {
  position: relative;
}
#metro-widget #metro-widget-plan-your-trip form .direction-swap button {
  position: absolute;
  top: -1rem;
  right: 0;
  padding-right: 3px;
  padding-left: 8px;
  background-color: transparent;
  color: #111921;
  text-transform: none;
  border: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  font-weight: 600;
  z-index: 1;
}
#metro-widget #metro-widget-plan-your-trip form .direction-swap button:after {
  display: none;
}
#metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons {
  float: right;
  margin-left: 7px;
  padding-top: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap {
    -webkit-transform: rotate(90deg) rotateY(180deg);
    transform: rotate(90deg) rotateY(180deg);
  }
}
#metro-widget #metro-widget-plan-your-trip form .form-item {
  position: relative;
  margin-right: 0;
}
#metro-widget #metro-widget-plan-your-trip form .form-item .help-block {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#metro-widget #metro-widget-plan-your-trip form .form-item .date-padding {
  float: none;
}
#metro-widget #metro-widget-plan-your-trip form .form-item [id*="edit-date"] .form-item-date-date,
#metro-widget #metro-widget-plan-your-trip form .form-item [id*="edit-date"] .form-item-date-time {
  width: calc(100% / 2);
}
#metro-widget #metro-widget-plan-your-trip form .form-item [id*="edit-date"] .form-item-date-date {
  padding-right: 12px;
}
#metro-widget #metro-widget-plan-your-trip form .form-item [id*="edit-date"] .form-item-date-time {
  padding-left: 12px;
}
#metro-widget #metro-widget-plan-your-trip form .form-item [id*="edit-date"] .form-item-date-time input {
  width: 100%;
}
#metro-widget #metro-widget-plan-your-trip form .form-item,
#metro-widget #metro-widget-plan-your-trip form .form-item input {
  width: 100%;
}
@media (min-width: 992px) {
  #metro-widget #metro-widget-plan-your-trip form fieldset {
    margin-left: -15px;
    margin-right: -15px;
  }
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  #metro-widget #metro-widget-plan-your-trip form input[type="submit"] {
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
  #metro-widget #metro-widget-plan-your-trip form .container-inline-date {
    clear: none;
    width: 23%;
    padding-right: 23px;
  }
  #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-date {
    padding-right: 12px;
  }
  #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-time {
    padding-left: 12px;
  }
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting {
    width: 21%;
  }
  #metro-widget #metro-widget-plan-your-trip form .direction-swap {
    width: 5%;
    padding-top: 13px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  #metro-widget #metro-widget-plan-your-trip form .direction-swap button {
    position: relative;
    top: 0.3rem;
    padding-left: 3px;
  }
  #metro-widget #metro-widget-plan-your-trip form .direction-swap button span {
    display: block;
  }
  #metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons {
    float: none;
    margin-left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #metro-widget #metro-widget-plan-your-trip form .direction-swap button .swap {
    -webkit-transform: rotateY(180deg) !important;
    transform: rotateY(180deg) !important;
  }
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination {
    width: 21%;
  }
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group {
    width: 15%;
  }
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group .form-item {
    padding-bottom: 5px;
  }
  #metro-widget #metro-widget-plan-your-trip form button[type="submit"] {
    margin-top: 27px;
    background-color: #0d4c86 !important;
    border-color: #0d4c86 !important;
  }
  #metro-widget #metro-widget-plan-your-trip form button[type="submit"]:hover,
  #metro-widget #metro-widget-plan-your-trip form button[type="submit"]:focus {
    background-color: #1f355a !important;
    border-color: #1f355a !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination {
    width: 19%;
  }
  #metro-widget #metro-widget-plan-your-trip form .container-inline-date {
    width: 23.5%;
  }
}
@media (min-width: 992px) {
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  .sidebar #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  .sidebar #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  .sidebar #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form input[type="submit"],
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form input[type="submit"],
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form input[type="submit"],
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form input[type="submit"],
  .sidebar #metro-widget #metro-widget-plan-your-trip form input[type="submit"] {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap {
    float: none;
    width: auto;
    padding-top: 0;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap button {
    position: absolute;
    top: -10px;
    right: 15px;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap button .cityicons {
    float: right;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button span,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button span,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button span,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button span,
  .sidebar #metro-widget #metro-widget-plan-your-trip form .direction-swap button span {
    display: inline-block;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"],
  [class|="col"][class$="-4"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"],
  [class|="col"][class$="-3"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"],
  [class|="col"][class$="-2"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"],
  .sidebar #metro-widget #metro-widget-plan-your-trip form button[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    margin-left: 0;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-starting {
    width: 45%;
    padding-left: 0;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-location-destination {
    width: 45%;
    padding-right: 0;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form .direction-swap,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form .direction-swap {
    width: 10%;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button {
    padding-right: 7px;
    padding-left: 7px;
  }
  [lang="es"] [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text,
  [lang="es"] [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text,
  [lang="es"] [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button .button-text {
    font-size: 12px;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form #plan-trip-options-group {
    width: 35.25%;
    padding-left: 0;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date {
    padding-right: 0 !important;
    padding-left: 12px !important;
    width: 64%;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-date,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-date,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-date {
    padding-right: 12px;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-time,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-time,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form .container-inline-date #edit-date .form-item-date-time {
    padding-left: 12px;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"],
  [class|="col"][class$="-7"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"],
  [class|="col"][class$="-6"] #metro-widget #metro-widget-plan-your-trip form button[type="submit"] {
    margin-top: 0;
    margin-left: 0;
  }
}
#metro-widget #metro-widget-track-your-bus {
  padding-top: 10px;
}
#metro-widget #metro-widget-track-your-bus form {
  margin-bottom: 15px;
}
#metro-widget #metro-widget-track-your-bus form button[type="submit"][disabled] {
  background-color: #595959 !important;
  color: #ffffff !important;
  border-color: #595959 !important;
  border-bottom-color: #111921 !important;
  opacity: 1;
}
#metro-widget #metro-widget-track-your-bus form button[type="submit"][disabled]:after {
  background-color: #454545 !important;
}
#metro-widget #metro-widget-track-your-bus form button[type="submit"][disabled]:hover,
#metro-widget #metro-widget-track-your-bus form button[type="submit"][disabled]:focus {
  background-color: #333333 !important;
  color: #ffffff !important;
  border-color: #333333 !important;
  border-bottom-color: #000 !important;
}
#metro-widget #metro-widget-track-your-bus form button[type="submit"][disabled]:hover:after,
#metro-widget #metro-widget-track-your-bus form button[type="submit"][disabled]:focus:after {
  background-color: #333333 !important;
}
@media (min-width: 992px) {
  #metro-widget #metro-widget-track-your-bus form .form-item,
  #metro-widget #metro-widget-track-your-bus form button[type="submit"] {
    float: left;
    width: calc(100% / 4);
    padding-right: 30px;
  }
  #metro-widget #metro-widget-track-your-bus form button[type="submit"] {
    margin-top: 0;
    padding-right: 0;
  }
}
#metro-widget #metro-widget-track-your-bus #trackYourBusResult h3 {
  margin-top: 0;
  font-size: 2.2em;
}
@media (min-width: 992px) {
  [class|="col"][class$="-8"] #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-8"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-7"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-6"] #metro-widget #metro-widget-track-your-bus form button[type="submit"] {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-7"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-6"] #metro-widget #metro-widget-track-your-bus form button[type="submit"] {
    margin-top: 0;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-track-your-bus form .form-item,
  .sidebar #metro-widget #metro-widget-track-your-bus form .form-item,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-4"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-3"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-2"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  .sidebar #metro-widget #metro-widget-track-your-bus form button[type="submit"] {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-4"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-3"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  [class|="col"][class$="-2"] #metro-widget #metro-widget-track-your-bus form button[type="submit"],
  .sidebar #metro-widget #metro-widget-track-your-bus form button[type="submit"] {
    margin-top: 0;
  }
}
#metro-widget #metro-widget-detours .views-exposed-widget {
  float: none;
  padding: 0;
}
#metro-widget #metro-widget-detours .detours-espanol {
  margin-top: 1.8rem;
}
#metro-widget #metro-widget-detours button[type="submit"] {
  margin-top: 0;
}
#metro-widget #metro-widget-detours .metro-email-alert-signup,
#metro-widget #metro-widget-detours .metro-text-alert-signup {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  #metro-widget #metro-widget-detours .detours-espanol {
    text-align: right;
  }
  #metro-widget #metro-widget-detours .form-inline label {
    display: block;
  }
  #metro-widget #metro-widget-detours .form-inline .form-group {
    width: 80%;
  }
  #metro-widget #metro-widget-detours .form-inline .form-group .form-control {
    width: 95%;
  }
  #metro-widget #metro-widget-detours .form-inline button {
    margin-top: 25px;
  }
}
#metro-widget #metro-widget-detours #city-plugin-text-signup-form,
#metro-widget #metro-widget-detours #city-plugin-alerts-signup-form {
  margin-bottom: 15px;
}
[lang="en"] #metro-widget #metro-widget-detours #city-plugin-text-signup-form button[type="submit"],
[lang="en"] #metro-widget #metro-widget-detours #city-plugin-alerts-signup-form button[type="submit"] {
  margin-top: -10px;
}
[lang="es"] #metro-widget #metro-widget-detours #city-plugin-alerts-signup-form .input-wrapper .form-item {
  margin-bottom: 0;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription {
  margin-bottom: 10px;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription > div .email-list-email-field {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 422px;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription > div .email-list-email-field .form-required {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription > div .email-list-subscription-optout {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-top: 10px;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription > div button[type="submit"] {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 28px;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription > div + div button[type="submit"] {
  margin-top: 0;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .email-list-email-field {
  margin-right: 15px;
  margin-bottom: 0;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .email-list-email-field input {
  color: #555555 !important;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription [id*="edit-optout"] {
  margin-bottom: 10px;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription [id*="edit-optout"] .form-type-radio label {
  font-weight: normal;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription [id*="edit-optout"] input[type="radio"] {
  height: auto;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .messages.error {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .form-required {
  color: #fff;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .error-processed {
  position: relative;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .error-processed:before {
  content: "\e9a1";
  position: absolute;
  top: 4px;
  right: 8px;
  font-family: 'cityicons';
  font-size: 24px;
  color: #ac1d2c;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .error-processed:after {
  content: 'Por favor ingrese un correo electr\00f3nico v\00e1lido.';
  display: block;
  padding-top: 4px;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .error-processed label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .has-error .form-control {
  border-color: #ccc;
}
[lang="es"] #metro-widget #metro-widget-detours .email-list-subscription .has-error .control-label {
  color: #fff;
}
@media (min-width: 992px) {
  [class|="col"][class$="-8"] #metro-widget .nav-tabs,
  [class|="col"][class$="-7"] #metro-widget .nav-tabs,
  [class|="col"][class$="-6"] #metro-widget .nav-tabs {
    margin-bottom: 1.5rem;
  }
  [class|="col"][class$="-8"] #metro-widget form fieldset,
  [class|="col"][class$="-7"] #metro-widget form fieldset,
  [class|="col"][class$="-6"] #metro-widget form fieldset {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  [class|="col"][class$="-8"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-7"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-6"] #metro-widget #metro-widget-detours .col-md-4 {
    width: 100%;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .col-md-4,
  .sidebar #metro-widget #metro-widget-detours .col-md-4,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .col-sm-6,
  .sidebar #metro-widget #metro-widget-detours .col-sm-6,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .detours-current,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .detours-current,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .detours-current,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .detours-current,
  .sidebar #metro-widget #metro-widget-detours .detours-current,
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .detours-upcoming,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .detours-upcoming,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .detours-upcoming,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .detours-upcoming,
  .sidebar #metro-widget #metro-widget-detours .detours-upcoming {
    width: 100%;
  }
  [class|="col"][class$="-5"] #metro-widget #metro-widget-detours .detours-espanol,
  [class|="col"][class$="-4"] #metro-widget #metro-widget-detours .detours-espanol,
  [class|="col"][class$="-3"] #metro-widget #metro-widget-detours .detours-espanol,
  [class|="col"][class$="-2"] #metro-widget #metro-widget-detours .detours-espanol,
  .sidebar #metro-widget #metro-widget-detours .detours-espanol {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  [class|="col"][class$="-6"] #metro-widget #metro-widget-detours .col-sm-6 {
    width: 100%;
  }
  [class|="col"][class$="-6"] #metro-widget #metro-widget-detours .detours-espanol {
    text-align: left;
  }
}
.detours-current li,
.detours-upcoming li {
  margin-bottom: 5px !important;
}
.detours-current li span.cityicons,
.detours-upcoming li span.cityicons {
  width: 4rem;
  font-size: 2.6rem !important;
  margin-right: 0 !important;
  text-align: left;
}
.detours-current li .content,
.detours-upcoming li .content {
  margin-left: 4rem !important;
}
.detours-current .cityicons-alert,
.detours-current .cityicons-inline-alert {
  color: #ae0e2b !important;
}
.detours-upcoming .cityicons-alert,
.detours-upcoming .cityicons-inline-alert {
  color: #d98522 !important;
}
.route-icons a,
.route-icons li,
.route-icons span,
.route-icons div {
  display: inline-block;
  min-width: 5rem;
  margin: 0 15px 15px 0;
  padding: 0.15rem 8px;
  background-color: #0d4c86;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  border-radius: 4px;
}
.route-icons a {
  color: #ffffff !important;
}
.route-icons a:hover,
.route-icons a:focus {
  background-color: #1f355a;
  color: #ffffff;
  text-decoration: none;
}
[lang="es"] #metro-widget .nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[lang="es"] #metro-widget #metro-widget-plan-your-trip form .direction-swap button span.button-text {
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  [lang="es"] [class|="col"][class$="-8"] #metro-widget .nav-tabs li,
  [lang="es"] [class|="col"][class$="-7"] #metro-widget .nav-tabs li,
  [lang="es"] [class|="col"][class$="-6"] #metro-widget .nav-tabs li {
    width: calc(100% / 3);
  }
  [lang="es"] [class|="col"][class$="-8"] #metro-widget .nav-tabs li a,
  [lang="es"] [class|="col"][class$="-7"] #metro-widget .nav-tabs li a,
  [lang="es"] [class|="col"][class$="-6"] #metro-widget .nav-tabs li a {
    padding: 4px 4px;
    text-decoration: none;
  }
  [lang="es"] [class|="col"][class$="-8"] #metro-widget .nav-tabs li a .cityicons,
  [lang="es"] [class|="col"][class$="-7"] #metro-widget .nav-tabs li a .cityicons,
  [lang="es"] [class|="col"][class$="-6"] #metro-widget .nav-tabs li a .cityicons {
    display: block;
    float: none;
    font-size: 4rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
}
html body.admin-menu {
  margin-top: 40px !important;
}
body.logged-in #admin-menu-wrapper {
  padding: 0;
}
body.logged-in #admin-menu {
  height: 40px;
  background: none;
  background-color: #222;
  border-bottom: 1px solid #393939;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.logged-in #admin-menu .dropdown .admin-menu-icon > a {
  padding-right: 14px;
  padding-left: 14px;
  background: none;
}
body.logged-in #admin-menu .dropdown .admin-menu-icon > a span {
  height: 40px;
  position: relative;
  background: none;
}
body.logged-in #admin-menu .dropdown .admin-menu-icon > a span:after {
  content: "\e950";
  font-family: 'cityicons';
  font-size: 14px;
  text-indent: 0px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
}
body.logged-in #admin-menu > div > .dropdown > li > a {
  margin-bottom: 0;
  padding: 0 10px;
  border-radius: 0;
  font-size: 12px;
  line-height: 40px;
}
body.logged-in #admin-menu > div > .dropdown > li > a:hover,
body.logged-in #admin-menu > div > .dropdown > li > a:focus {
  background-color: #454545;
}
#admin-menu .dropdown .admin-menu-toolbar-category > a.active-trail {
  background: none;
  background-color: #595959;
}
.menu-admin-page-management {
  font-size: 16px;
  background-color: #393939;
}
.menu-admin-page-management ul.nav {
  margin: 0;
  text-align: right;
}
.menu-admin-page-management ul.nav > li {
  position: relative;
  padding: 0;
  margin-right: -5px;
}
.menu-admin-page-management ul.nav > li > a {
  display: block;
  text-decoration: none;
}
.menu-admin-page-management ul.nav > li > a.active {
  background-color: #03626b;
}
.menu-admin-page-management ul.nav > li a,
.menu-admin-page-management ul.nav > li.open > a {
  padding: 13px 15px;
  color: #fff;
  background-color: transparent;
}
.menu-admin-page-management ul.nav > li a:hover,
.menu-admin-page-management ul.nav > li.open > a:hover,
.menu-admin-page-management ul.nav > li a:focus,
.menu-admin-page-management ul.nav > li.open > a:focus {
  background-color: #03626b;
}
.menu-admin-page-management ul.nav > li a[aria-expanded="true"],
.menu-admin-page-management ul.nav > li.open > a[aria-expanded="true"] {
  background-color: #004d54;
}
.menu-admin-page-management ul.nav > li a .cityicons,
.menu-admin-page-management ul.nav > li.open > a .cityicons {
  position: relative;
  top: 1px;
}
.menu-admin-page-management ul.nav > li .dropdown-menu {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
}
.menu-admin-page-management ul.nav > li .dropdown-menu li {
  display: block;
  padding: 0;
}
.menu-admin-page-management ul.nav > li .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #cccccc;
}
.menu-admin-page-management ul.nav > li .dropdown-menu li a {
  color: #222;
  text-decoration: none;
}
.menu-admin-page-management ul.nav > li .dropdown-menu li a:hover,
.menu-admin-page-management ul.nav > li .dropdown-menu li a:focus {
  color: #fff;
  background-image: none;
  background-color: #03626b;
}
.menu-admin-page-management li {
  display: inline-block;
}
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-linear-gradient(top, #2b689c 0%, #1e486c 100%);
  background-image: -o-linear-gradient(top, #2b689c 0%, #1e486c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#1e486c));
  background-image: linear-gradient(to bottom, #2b689c 0%, #1e486c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff1e486c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #1c4364;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1e486c;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1e486c;
  border-color: #1c4364;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #1e486c;
  background-image: none;
}
.btn-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.color-red {
  color: #ac1d2c;
}
.color-red-dark {
  color: #8d031e;
}
.bg-red {
  color: #ffffff;
  background-color: #ac1d2c;
}
.bg-red-dark {
  color: #ffffff;
  background-color: #8d031e;
}
.bg-red-darkest {
  color: #ffffff;
  background-color: #8d031e;
}
.color-orange {
  color: #d05319;
}
.color-orange-dark {
  color: #a2300c;
}
.bg-orange {
  color: #ffffff;
  background-color: #d05319;
}
.bg-orange-dark {
  color: #ffffff;
  background-color: #a2300c;
}
.bg-orange-darkest {
  color: #ffffff;
  background-color: #7d2509;
}
.color-yellow {
  color: #eca120;
}
.color-yellow-dark {
  color: #d98522;
}
.bg-yellow {
  color: #000000;
  background-color: #eca120;
}
.bg-yellow-dark {
  color: #ffffff;
  background-color: #d98522;
}
.bg-yellow-darkest {
  color: #ffffff;
  background-color: #d98522;
}
.color-green {
  color: #00662f;
}
.color-green-dark {
  color: #00431c;
}
.bg-green {
  color: #ffffff;
  background-color: #00662f;
}
.bg-green-dark {
  color: #ffffff;
  background-color: #00431c;
}
.bg-green-darkest {
  color: #ffffff;
  background-color: #00431c;
}
.color-teal {
  color: #03626b;
}
.color-teal-dark {
  color: #004d54;
}
.bg-teal {
  color: #ffffff;
  background-color: #03626b;
}
.bg-teal-dark {
  color: #ffffff;
  background-color: #004d54;
}
.bg-teal-darkest {
  color: #ffffff;
  background-color: #004d54;
}
.color-purple {
  color: #84036c;
}
.color-purple-dark {
  color: #580648;
}
.bg-purple {
  color: #ffffff;
  background-color: #84036c;
}
.bg-purple-dark {
  color: #ffffff;
  background-color: #580648;
}
.bg-purple-darkest {
  color: #ffffff;
  background-color: #580648;
}
.color-blue {
  color: #065d8c;
}
.color-blue-dark {
  color: #043d5b;
}
.bg-blue {
  color: #ffffff;
  background-color: #065d8c;
}
.bg-blue-lighter {
  color: #000000;
  background-color: #edf3f6;
}
.bg-blue-light {
  color: #000000;
  background-color: #a2d7e8;
}
.bg-blue-dark {
  color: #ffffff;
  background-color: #043d5b;
}
.color-grey {
  color: #999999;
}
.color-grey-lightest {
  color: #f5f5f5;
}
.color-grey-lighter {
  color: #eeeeee;
}
.color-grey-light {
  color: #cccccc;
}
.color-grey-dark {
  color: #595959;
}
.color-grey-darker {
  color: #454545;
}
.color-grey-darkest {
  color: #333333;
}
.color-grey-base {
  color: #222;
}
.bg-grey {
  color: #222;
  background-color: #999999;
}
.bg-grey-lightest {
  color: #222;
  background-color: #f5f5f5;
}
.bg-grey-lighter {
  color: #222;
  background-color: #eeeeee;
}
.bg-grey-light {
  color: #222;
  background-color: #cccccc;
}
.bg-grey-dark {
  color: #ffffff;
  background-color: #595959;
}
.bg-grey-darker {
  color: #ffffff;
  background-color: #454545;
}
.bg-grey-darkest {
  color: #ffffff;
  background-color: #333333;
}
.bg-grey-base {
  color: #ffffff;
  background-color: #222;
}
.thumbnail,
.img-thumbnail {
  margin-bottom: 1.5em;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
  .thumbnail,
  .img-thumbnail {
    margin-bottom: 3.5em;
  }
}
.thumbnail img,
.img-thumbnail img {
  width: 100%;
  height: auto;
}
.thumbnail h3,
.img-thumbnail h3,
.thumbnail p,
.img-thumbnail p {
  margin: 10px;
}
.thumbnail h3,
.img-thumbnail h3 {
  line-height: 1.25em;
  text-align: center;
}
.align-center img {
  padding: 1em 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-linear-gradient(top, #2b689c 0%, #255b88 100%);
  background-image: -o-linear-gradient(top, #2b689c 0%, #255b88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#255b88));
  background-image: linear-gradient(to bottom, #2b689c 0%, #255b88 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff255b88', GradientType=0);
  background-color: #255b88;
}
.navbar-default {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dedede 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #dedede 0%, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #dedede 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffe6e6e6', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  }
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-linear-gradient(top, #090909 0%, #0f0f0f 100%);
  background-image: -o-linear-gradient(top, #090909 0%, #0f0f0f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#090909), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #090909 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff090909', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 991px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #2b689c 0%, #255b88 100%);
    background-image: -o-linear-gradient(top, #2b689c 0%, #255b88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#255b88));
    background-image: linear-gradient(to bottom, #2b689c 0%, #255b88 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff255b88', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.announcement-wrapper .date-display-single {
  display: inline-block;
  margin-bottom: 15px;
}
.announcement-wrapper img {
  max-width: 500px;
  height: auto;
}
.progress {
  background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-linear-gradient(top, #2b689c 0%, #204d74 100%);
  background-image: -o-linear-gradient(top, #2b689c 0%, #204d74 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#204d74));
  background-image: linear-gradient(to bottom, #2b689c 0%, #204d74 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff204d74', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #204d74;
  background-image: -webkit-linear-gradient(top, #2b689c 0%, #23547e 100%);
  background-image: -o-linear-gradient(top, #2b689c 0%, #23547e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#23547e));
  background-image: linear-gradient(to bottom, #2b689c 0%, #23547e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff23547e', GradientType=0);
  border-color: #23547e;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-linear-gradient(top, #2b689c 0%, #255b88 100%);
  background-image: -o-linear-gradient(top, #2b689c 0%, #255b88 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2b689c), to(#255b88));
  background-image: linear-gradient(to bottom, #2b689c 0%, #255b88 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2b689c', endColorstr='#ff255b88', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
  background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.tabbed-calendar .nav-tabs {
  padding: 0;
  margin: 0 0 10px 0;
  border-bottom: none;
}
.tabbed-calendar .nav-tabs li {
  padding-top: 0;
  border: none;
}
@media (max-width: 991px) {
  .tabbed-calendar .nav-tabs li {
    float: left;
    width: 50%;
  }
}
.tabbed-calendar .nav-tabs li.active {
  border: none;
}
.tabbed-calendar .nav-tabs li.active a {
  position: relative;
  background-color: #0d77b2;
  color: #fff;
}
.tabbed-calendar .nav-tabs li.active a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  height: 12px;
  width: 12px;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translate(-50%, 0);
  -ms-transform: rotate(45deg) translate(-50%, 0);
  transform: rotate(45deg) translate(-50%, 0);
}
.tabbed-calendar .nav-tabs li a {
  margin-right: 0;
  border-right: none;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  border-radius: 0;
  text-align: center;
  color: #fff;
  background-color: #212221;
}
.tabbed-calendar .nav-tabs li a:hover {
  color: #fff;
  border: none;
  background-color: #0a5782;
}
@media (max-width: 299px), (min-width: 768px) and (max-width: 884px) {
  .tabbed-calendar .nav-tabs li a {
    padding-right: 17% !important;
    padding-left: 17% !important;
  }
}
@media (min-width: 885px) and (max-width: 992px) {
  .tabbed-calendar .nav-tabs li a {
    padding-right: 20% !important;
    padding-left: 20% !important;
  }
}
@media (min-width: 992px) and (max-width: 1075px) {
  .tabbed-calendar .nav-tabs li a {
    padding-right: 17% !important;
    padding-left: 17% !important;
  }
}
@media (max-width: 991px) {
  .tabbed-calendar .nav-tabs li a span {
    display: block;
    margin-bottom: 4px;
  }
}
.tabbed-calendar .nav-tabs.nav-justified > .active {
  color: #fff;
}
.tabbed-calendar .nav-tabs.nav-justified > .active:focus {
  border-bottom: none;
  color: #fff;
}
.tabbed-calendar .nav-tabs.nav-justified > .active > a {
  border: none;
}
.tabbed-calendar .nav-tabs.nav-justified > .active > a:focus {
  border: none;
  color: #fff;
}
.tabbed-calendar .tab-content {
  padding-top: 8px;
}
@media (max-width: 991px) {
  .tabbed-calendar .scroll {
    max-height: none;
    overflow-y: visible;
  }
}
.todays-meetings .views-display ul li {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.todays-meetings .views-display ul li .date-display-single {
  display: table-cell;
  width: 20%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .todays-meetings .views-display ul li .date-display-single {
    width: 30%;
  }
}
.com-page.main-container .tabbed-calendar-com .nav-tabs.nav-justified > li > a {
  padding: 6px 5px;
}
.com-page.main-container .tabbed-calendar-com .nav-tabs.nav-justified > li > a .cityicons {
  margin-right: 5px;
}
.com-page.main-container .tabbed-calendar-com .todays-meetings ul:not(.list) > li {
  padding: 7px 15px;
  border-bottom: 3px solid #eeeeee;
}
.com-page.main-container .tabbed-calendar-com .todays-meetings ul:not(.list) > li .date-display-single {
  width: 94px;
}
.agency-layout-full-width .icon-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agency-layout-full-width .icon-header .cityicons {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  width: 100px;
  font-size: 80px;
}
.agency-layout-full-width .icon-header h2 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 0;
  padding-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 33px;
  text-transform: uppercase;
  font-stretch: condensed;
}
@media (min-width: 768px) {
  .agency-layout-full-width .icon-header h2 {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    padding-left: 0;
    font-size: 44px;
  }
}
.agency-header {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-color: #eeeeee;
  background-size: 110%;
  background-size: 110vw;
}
@media (min-width: 768px) {
  .agency-header {
    background-size: 100%;
  }
}
@media (min-width: 992px) {
  .agency-header {
    background-position: center center;
    background-size: cover;
  }
}
.agency-header .agency-banner {
  position: relative;
  min-height: 124px;
  height: auto !important;
  height: 124px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.agency-header .agency-banner .agency-logo {
  display: none;
}
@media (min-width: 992px) {
  .agency-header .agency-banner .agency-logo {
    position: absolute;
    top: 20px;
    display: block;
  }
}
.agency-header .agency-banner .agency-logo a {
  display: block;
}
.agency-header .agency-banner .agency-logo svg,
.agency-header .agency-banner .agency-logo img {
  height: 40px;
  width: 40px;
  margin: 0.25em;
  padding: 0.1em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .agency-header .agency-banner .agency-logo svg,
  .agency-header .agency-banner .agency-logo img {
    height: 5.5em;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .agency-header .agency-banner .agency-logo svg,
  .agency-header .agency-banner .agency-logo img {
    height: 120px;
    width: 120px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .agency-header .agency-banner .agency-logo svg,
  .agency-header .agency-banner .agency-logo img {
    height: 140px;
    width: 140px;
    margin: 0;
  }
}
.agency-header .agency-banner .agency-logo svg path,
.agency-header .agency-banner .agency-logo img path {
  fill: currentColor;
}
.agency-header .agency-banner .agency-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 124px;
  height: auto !important;
  height: 124px;
  padding: 24px 0;
  margin-right: 58px;
  color: #ffffff;
}
@media (min-width: 992px) {
  .agency-header .agency-banner .agency-information {
    margin-left: 140px;
  }
}
@media (min-width: 1200px) {
  .agency-header .agency-banner .agency-information {
    padding-top: 15px;
    padding-bottom: 24px;
    margin-left: 160px;
  }
}
.agency-header .agency-banner .agency-information .agency-name,
.agency-header .agency-banner .agency-information .agency-lead,
.agency-header .agency-banner .agency-information .agency-lead-title {
  margin: 0;
  padding: 0;
}
.agency-header .agency-banner .agency-information .agency-name {
  margin-bottom: 6px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.9em;
  font-family: "montserrat", "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
  .agency-header .agency-banner .agency-information .agency-name {
    font-size: 50px;
  }
}
.agency-header .agency-banner .agency-information .agency-name a {
  color: #ffffff;
  text-decoration: none;
}
.agency-header .agency-banner .agency-information .agency-lead {
  font-size: 18px;
  font-weight: normal;
  font-style: italic;
  line-height: 1.1;
}
@media (max-width: 320px) {
  .agency-header .agency-banner .agency-information .agency-lead {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .agency-header .agency-banner .agency-information .agency-lead {
    font-size: 20px;
  }
}
.agency-header .agency-banner .agency-information .agency-lead ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.agency-header .agency-banner .agency-information .agency-lead ul li {
  margin: 0;
  padding: 0;
}
.agency-header .agency-banner .agency-information .agency-lead ul li:first-child {
  margin-bottom: 5px;
}
.agency-header .agency-banner .agency-information .agency-lead-title {
  text-transform: none;
  font-weight: normal;
}
.agency-header .agency-banner .agency-information .agency-slogan {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.agency-header .agency-banner .contextual-links-region {
  position: inherit;
}
.agency-header .agency-navigation {
  background-color: #000;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation {
    background-color: rgba(0, 0, 0, 0.75);
  }
}
@media (max-width: 991px) {
  .agency-header .agency-navigation .container {
    width: auto;
  }
}
.agency-header .agency-navigation .navbar {
  min-height: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar {
    min-height: 50px;
  }
}
.agency-header .agency-navigation .navbar-default {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;
  background-image: -webkit-linear-gradient(top, transparent, transparent) !important;
  background-image: -o-linear-gradient(top, transparent, transparent) !important;
  background-image: linear-gradient(to bottom, transparent, transparent) !important;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-default {
    margin-left: 140px;
  }
}
@media (min-width: 1200px) {
  .agency-header .agency-navigation .navbar-default {
    margin-left: 160px;
  }
}
.agency-header .agency-navigation .navbar-default .navbar-toggle {
  top: -58px;
  background-color: rgba(0, 0, 0, 0.6);
}
.agency-header .agency-navigation .navbar-default .navbar-toggle:hover,
.agency-header .agency-navigation .navbar-default .navbar-toggle:focus {
  background-color: #333333;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n-1) {
  background-color: #e4616a;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle[aria-expanded=true] .icon-bar:nth-of-type(3n+1) {
  background-color: #e4616a;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle[aria-expanded=false] {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n-1) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n+0) {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agency-header .agency-navigation .navbar-default .navbar-toggle[aria-expanded=false] .icon-bar:nth-of-type(3n+1) {
  -webkit-transform: translate(0, 0) rotate(0deg);
  -ms-transform: translate(0, 0) rotate(0deg);
  transform: translate(0, 0) rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agency-header .agency-navigation .navbar-default .navbar-brand {
  color: #fff;
  display: none;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-default .navbar-brand {
    display: block;
    height: 58px;
    padding: 19px;
  }
}
.agency-header .agency-navigation .navbar-default .navbar-brand:hover {
  color: #212221;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(92%, #fff), color-stop(92%, #065d8c), to(#065d8c));
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
}
.agency-header .agency-navigation .navbar-default .navbar-brand.active {
  color: #fff;
  background-color: rgba(6, 93, 140, 0.6);
}
.agency-header .agency-navigation .navbar-default .navbar-brand.active:hover {
  color: #212221;
}
.agency-header .agency-navigation .navbar-nav {
  margin-left: 0;
}
.agency-header .agency-navigation .navbar-nav > li {
  position: relative;
  display: block;
  margin-right: 0;
  width: auto;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-nav > li {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.agency-header .agency-navigation .navbar-nav > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
  color: #fff;
  font-size: 16px;
  border-bottom: none;
  line-height: 1.2em !important;
  text-shadow: none;
}
.agency-header .agency-navigation .navbar-nav > li > a:hover,
.agency-header .agency-navigation .navbar-nav > li > a:focus,
.agency-header .agency-navigation .navbar-nav > li > a:active {
  color: #212221;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(92%, #fff), color-stop(92%, #065d8c), to(#065d8c));
  background-image: -webkit-linear-gradient(top, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
  background-image: -o-linear-gradient(top, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
  background-image: linear-gradient(to bottom, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-nav > li > a {
    display: table-cell;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 58px;
    max-height: 58px;
    height: 58px;
    max-width: 195px;
    padding: 0 10px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .agency-header .agency-navigation .navbar-nav > li > a {
    max-width: 215px;
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-nav > li.home-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-nav > li.home {
    width: auto;
    height: auto;
    text-indent: 100%;
    overflow: hidden;
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a {
    color: transparent;
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a:before {
    height: auto;
    width: auto;
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff;
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a:hover:before,
  .agency-header .agency-navigation .navbar-nav > li.home > a:focus:before {
    color: #000;
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a.active {
    background-color: rgba(6, 93, 140, 0.6) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: -webkit-linear-gradient(top, transparent, transparent);
    background-image: -o-linear-gradient(top, transparent, transparent);
    background-image: linear-gradient(to bottom, transparent, transparent);
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a.active:hover,
  .agency-header .agency-navigation .navbar-nav > li.home > a.active:focus {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(92%, #fff), color-stop(92%, #065d8c), to(#065d8c));
    background-image: -webkit-linear-gradient(top, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
    background-image: -o-linear-gradient(top, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
    background-image: linear-gradient(to bottom, #fff 0, #fff 92%, #065d8c 92%, #065d8c 100%);
  }
}
@media screen and (min-width: 1280px) and (device-width: 1280px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (device-aspect-ratio: 8/5) {
  .agency-header .agency-navigation .navbar-nav > li.home {
    text-indent: 0;
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a {
    padding: 20px 15px;
    color: #fff;
  }
  .agency-header .agency-navigation .navbar-nav > li.home > a:before {
    display: none;
  }
}
@media screen and (min-width: 1280px) and (device-width: 1280px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (device-aspect-ratio: 8/5) {
  .agency-header .agency-navigation .navbar-nav > li {
    display: table;
  }
  .agency-header .agency-navigation .navbar-nav > li > a {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 15px;
  }
}
.agency-header .agency-navigation .navbar-nav > .active > a {
  color: #fff;
  background-color: rgba(6, 93, 140, 0.6) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, transparent, transparent);
  background-image: -o-linear-gradient(top, transparent, transparent);
  background-image: linear-gradient(to bottom, transparent, transparent);
}
.agency-header .agency-navigation .navbar-collapse {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width: 1280px) and (device-width: 1280px) and (max-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (device-aspect-ratio: 8/5) {
  .agency-header .agency-navigation .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.5) !important;
  }
}
.agency-header .agency-navigation.affix {
  position: relative;
}
@media (min-width: 992px) {
  .agency-header .agency-navigation.affix {
    position: fixed;
    top: -80px;
    right: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    -webkit-transition: all 0.3s ease-in-out 0.25s;
    -o-transition: all 0.3s ease-in-out 0.25s;
    transition: all 0.3s ease-in-out 0.25s;
  }
  .agency-header .agency-navigation.affix.nav-down {
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0.25s;
    -o-transition: all 0.3s ease-in-out 0.25s;
    transition: all 0.3s ease-in-out 0.25s;
  }
}
@media (min-width: 992px) {
  .landing .agency-header {
    padding-top: 230px;
  }
}
.landing .agency-header:after {
  background-size: cover;
}
.com-page {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
.com-page .region-content {
  color: #222;
}
.com-page h1,
.com-page h2,
.com-page h3,
.com-page h4,
.com-page h5,
.com-page h6 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
}
.com-page h1 {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .com-page h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .com-page h1 {
    font-size: 5rem;
  }
}
.com-page h2 {
  font-size: 3.6rem;
}
@media (min-width: 1200px) {
  .com-page h2 {
    font-size: 4rem;
  }
}
.com-page h3 {
  font-size: 3rem;
}
.com-page h4 {
  font-size: 2.4rem;
}
.com-page h5 {
  font-size: 2rem;
}
.com-page h6 {
  font-size: 1.6rem;
}
.com-page div.h1,
.com-page span.h1,
.com-page div.h2,
.com-page span.h2,
.com-page div.h3,
.com-page span.h3,
.com-page div.h4,
.com-page span.h4,
.com-page div.h5,
.com-page span.h5,
.com-page div.h6,
.com-page span.h6 {
  margin-top: inherit;
  margin-bottom: inherit;
}
.com-page .h1,
.com-page .h2,
.com-page .h3,
.com-page .h4,
.com-page .h5,
.com-page .h6 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
}
.com-page .h1,
.com-page .h1 > h2,
.com-page .h1 > h3,
.com-page .h1 > h4,
.com-page .h1 > h5,
.com-page .h1 > h6 {
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .com-page .h1,
  .com-page .h1 > h2,
  .com-page .h1 > h3,
  .com-page .h1 > h4,
  .com-page .h1 > h5,
  .com-page .h1 > h6 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .com-page .h1,
  .com-page .h1 > h2,
  .com-page .h1 > h3,
  .com-page .h1 > h4,
  .com-page .h1 > h5,
  .com-page .h1 > h6 {
    font-size: 5rem;
  }
}
.com-page .h2,
.com-page .h2 > h1,
.com-page .h2 > h3,
.com-page .h2 > h4,
.com-page .h2 > h5,
.com-page .h2 > h6 {
  font-size: 3.6rem;
}
@media (min-width: 1200px) {
  .com-page .h2,
  .com-page .h2 > h1,
  .com-page .h2 > h3,
  .com-page .h2 > h4,
  .com-page .h2 > h5,
  .com-page .h2 > h6 {
    font-size: 4rem;
  }
}
.com-page .h3,
.com-page .h3 > h1,
.com-page .h3 > h2,
.com-page .h3 > h4,
.com-page .h3 > h5,
.com-page .h3 > h6 {
  font-size: 3rem;
}
.com-page .h4,
.com-page .h4 > h1,
.com-page .h4 > h2,
.com-page .h4 > h3,
.com-page .h4 > h5,
.com-page .h4 > h6 {
  font-size: 2.4rem;
}
.com-page .h5,
.com-page .h5 > h1,
.com-page .h5 > h2,
.com-page .h5 > h3,
.com-page .h5 > h4,
.com-page .h5 > h6 {
  font-size: 2rem;
}
.com-page .h6,
.com-page .h6 > h1,
.com-page .h6 > h2,
.com-page .h6 > h3,
.com-page .h6 > h4,
.com-page .h6 > h5 {
  font-size: 1.6rem;
}
.com-page .page-header {
  margin-bottom: 20px;
  font-size: 3.6rem;
  border-color: #eee;
  border-width: 8px;
}
@media (min-width: 768px) {
  .com-page .page-header {
    font-size: 4rem;
  }
}
.com-page h1.pseudo-label,
.com-page h2.pseudo-label,
.com-page h3.pseudo-label,
.com-page h4.pseudo-label,
.com-page h5.pseudo-label,
.com-page h6.pseudo-label {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 18px;
}
@media (min-width: 992px) {
  .com-page h1.pseudo-label,
  .com-page h2.pseudo-label,
  .com-page h3.pseudo-label,
  .com-page h4.pseudo-label,
  .com-page h5.pseudo-label,
  .com-page h6.pseudo-label {
    font-size: 16px;
  }
}
.com-page p,
.com-page .p,
.com-page ul,
.com-page ol,
.com-page dl {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .com-page p,
  .com-page .p,
  .com-page ul,
  .com-page ol,
  .com-page dl {
    font-size: 1.6rem;
  }
}
.com-page p.lead,
.com-page .p.lead,
.com-page ul.lead,
.com-page ol.lead,
.com-page dl.lead {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .com-page p.lead,
  .com-page .p.lead,
  .com-page ul.lead,
  .com-page ol.lead,
  .com-page dl.lead {
    font-size: 1.8rem;
  }
}
.com-page p,
.com-page .p {
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .com-page p,
  .com-page .p {
    max-width: 75rem;
  }
}
.com-page p.lead,
.com-page .p.lead {
  color: inherit;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  max-width: 100%;
}
.com-page p.lead strong,
.com-page .p.lead strong {
  font-weight: 600 !important;
}
@media (min-width: 1200px) {
  .com-page p.lead,
  .com-page .p.lead {
    font-size: 1.8rem;
  }
}
.com-page blockquote {
  padding: 5px 20px;
  border-left: 5px solid #03626b;
  color: inherit;
  font-weight: 300;
}
.com-page blockquote p {
  font-size: 2rem;
}
.com-page blockquote footer {
  margin-top: 0;
  font-size: 2rem;
  color: #222;
}
.com-page .text-semibold {
  font-weight: 600 !important;
}
.com-page .text-blue {
  color: #065d8c;
}
a.com-page .text-blue:hover {
  color: #043d5b;
}
.com-page .text-blue-dark {
  color: #043d5b;
}
a.com-page .text-blue-dark:hover {
  color: #021c2a;
}
.com-page .text-red {
  color: #ac1d2c;
}
a.com-page .text-red:hover {
  color: #801621;
}
.com-page .text-orange {
  color: #d05319;
}
a.com-page .text-orange:hover {
  color: #a24114;
}
.com-page .text-green {
  color: #00662f;
}
a.com-page .text-green:hover {
  color: #003318;
}
.com-page .text-advisory,
.com-page .text-yellow {
  color: #eca120;
}
a.com-page .text-advisory:hover,
a.com-page .text-yellow:hover {
  color: #c88511;
}
.com-page .text-teal {
  color: #03626b;
}
a.com-page .text-teal:hover {
  color: #023539;
}
.com-page .text-purple {
  color: #84036c;
}
a.com-page .text-purple:hover {
  color: #520243;
}
.com-page .text-purple-dark {
  color: #580648;
}
a.com-page .text-purple-dark:hover {
  color: #280321;
}
.com-page hr {
  border-top: 8px solid #eeeeee;
}
.com-page .thumbnail {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  padding: 0;
  margin-bottom: 30px;
}
.com-page .thumbnail:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #cccccc;
}
.com-page .thumbnail .caption {
  padding: 16px 25px 29px;
  padding-top: 23px;
}
.com-page .thumbnail .caption h1,
.com-page .thumbnail .caption h2,
.com-page .thumbnail .caption h3,
.com-page .thumbnail .caption h4,
.com-page .thumbnail .caption h5,
.com-page .thumbnail .caption h6 {
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}
.com-page .thumbnail .caption p {
  margin-right: 0;
  margin-left: 0;
}
.com-page .thumbnail .caption p:last-child {
  margin-bottom: 0;
}
.com-page .thumbnail .caption a {
  text-decoration: none;
}
.com-page .thumbnail.thumbnail-sm .caption {
  padding: 20px 20px 27px 20px;
  position: relative;
}
.com-page .thumbnail.thumbnail-sm .caption h1,
.com-page .thumbnail.thumbnail-sm .caption h2,
.com-page .thumbnail.thumbnail-sm .caption h3,
.com-page .thumbnail.thumbnail-sm .caption h4,
.com-page .thumbnail.thumbnail-sm .caption h5,
.com-page .thumbnail.thumbnail-sm .caption .h1,
.com-page .thumbnail.thumbnail-sm .caption .h2,
.com-page .thumbnail.thumbnail-sm .caption .h3,
.com-page .thumbnail.thumbnail-sm .caption .h4,
.com-page .thumbnail.thumbnail-sm .caption .h5 {
  font-size: 18px;
  margin-bottom: 6px;
}
.com-page .thumbnail.thumbnail-sm .caption h6,
.com-page .thumbnail.thumbnail-sm .caption .h6 {
  font-size: 16px;
  margin-bottom: 6px;
}
.com-page .thumbnail.thumbnail-no-bg {
  background-color: transparent;
}
.com-page .thumbnail.thumbnail-no-bg .caption {
  padding: 18px 0 27px 0;
  position: relative;
}
.com-page .thumbnail.thumbnail-no-bg:after {
  background-color: #eeeeee;
}
.com-page .thumbnail.thumbnail-no-bg.thumbnail-sm .caption {
  padding: 17px 0 22px 0;
  position: relative;
}
.com-page.main-container .date-posted {
  margin-bottom: 15px;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .com-page.main-container .date-posted {
    font-size: 1.8rem;
  }
}
.com-page.main-container .blog-categories,
.com-page.main-container .blog-tags {
  font-size: 1.8rem;
}
.com-page.main-container .blog-categories a,
.com-page.main-container .blog-tags a {
  vertical-align: middle;
}
.com-page.main-container .ui-widget {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.node-type-blog .com-page.main-container .ui-accordion .ui-accordion-header a,
.node-type-blog .com-page.main-container .ui-accordion .ui-accordion-header {
  margin-bottom: 0;
  font-size: 1.8rem !important;
}
.node-type-blog .com-page.main-container.view-display-id-blog_group_by_category .ui-accordion .ui-accordion-content {
  margin-left: 32px !important;
}
.node-type-blog .com-page.main-container.view-display-id-blog_group_by_category .ui-accordion .ui-accordion-content li p {
  margin-bottom: 0;
}
.com-page table,
.com-page table.table,
.com-page .table {
  color: #222;
  border: 0;
}
.com-page table > caption,
.com-page table.table > caption,
.com-page .table > caption {
  margin-top: 14px;
  margin-bottom: 7px;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 2rem;
  margin-top: 10px;
  padding: 5px 10px;
  color: #222;
  font-weight: 600;
}
.com-page table > thead > tr > th,
.com-page table.table > thead > tr > th,
.com-page .table > thead > tr > th {
  padding: 10px 12px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0;
  border: 0;
  border-bottom: 1px solid #cccccc;
}
.com-page table > tbody > tr > th,
.com-page table.table > tbody > tr > th,
.com-page .table > tbody > tr > th,
.com-page table > tbody > tr > td,
.com-page table.table > tbody > tr > td,
.com-page .table > tbody > tr > td {
  padding: 10px 12px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.com-page table > tbody > tr > th,
.com-page table.table > tbody > tr > th,
.com-page .table > tbody > tr > th {
  font-weight: 600;
}
.com-page table > tbody > tr:last-child > th,
.com-page table.table > tbody > tr:last-child > th,
.com-page .table > tbody > tr:last-child > th,
.com-page table > tbody > tr:last-child > td,
.com-page table.table > tbody > tr:last-child > td,
.com-page .table > tbody > tr:last-child > td {
  border-bottom: 1px solid #cccccc;
}
.com-page table.calendar.mini tbody tr.calendar-weekdays td {
  border-top: none !important;
}
.com-page table.calendar.mini tbody tr td {
  padding: 0 !important;
}
.com-page table.calendar.mini tbody tr td a {
  padding: 8px !important;
}
.com-page .table-plain > thead > tr > td:first-of-type,
.com-page .table-no-padding > thead > tr > td:first-of-type,
.com-page .table-no-spacing > thead > tr > td:first-of-type,
.com-page .table-plain table > thead > tr > td:first-of-type,
.com-page .table-no-padding table > thead > tr > td:first-of-type,
.com-page .table-plain table > thead > tr > td:first-of-type,
.com-page .table-plain > tbody > tr > td:first-of-type,
.com-page .table-no-padding > tbody > tr > td:first-of-type,
.com-page .table-no-spacing > tbody > tr > td:first-of-type,
.com-page .table-plain table > tbody > tr > td:first-of-type,
.com-page .table-no-padding table > tbody > tr > td:first-of-type,
.com-page .table-plain table > tbody > tr > td:first-of-type,
.com-page .table-plain > thead > tr > th:first-of-type,
.com-page .table-no-padding > thead > tr > th:first-of-type,
.com-page .table-no-spacing > thead > tr > th:first-of-type,
.com-page .table-plain table > thead > tr > th:first-of-type,
.com-page .table-no-padding table > thead > tr > th:first-of-type,
.com-page .table-plain table > thead > tr > th:first-of-type,
.com-page .table-plain > tbody > tr > th:first-of-type,
.com-page .table-no-padding > tbody > tr > th:first-of-type,
.com-page .table-no-spacing > tbody > tr > th:first-of-type,
.com-page .table-plain table > tbody > tr > th:first-of-type,
.com-page .table-no-padding table > tbody > tr > th:first-of-type,
.com-page .table-plain table > tbody > tr > th:first-of-type {
  padding-left: 0 !important;
}
.com-page .table-plain > thead > tr > td:first-of-type + td,
.com-page .table-no-padding > thead > tr > td:first-of-type + td,
.com-page .table-no-spacing > thead > tr > td:first-of-type + td,
.com-page .table-plain table > thead > tr > td:first-of-type + td,
.com-page .table-no-padding table > thead > tr > td:first-of-type + td,
.com-page .table-plain table > thead > tr > td:first-of-type + td,
.com-page .table-plain > tbody > tr > td:first-of-type + td,
.com-page .table-no-padding > tbody > tr > td:first-of-type + td,
.com-page .table-no-spacing > tbody > tr > td:first-of-type + td,
.com-page .table-plain table > tbody > tr > td:first-of-type + td,
.com-page .table-no-padding table > tbody > tr > td:first-of-type + td,
.com-page .table-plain table > tbody > tr > td:first-of-type + td,
.com-page .table-plain > thead > tr > th:first-of-type + td,
.com-page .table-no-padding > thead > tr > th:first-of-type + td,
.com-page .table-no-spacing > thead > tr > th:first-of-type + td,
.com-page .table-plain table > thead > tr > th:first-of-type + td,
.com-page .table-no-padding table > thead > tr > th:first-of-type + td,
.com-page .table-plain table > thead > tr > th:first-of-type + td,
.com-page .table-plain > tbody > tr > th:first-of-type + td,
.com-page .table-no-padding > tbody > tr > th:first-of-type + td,
.com-page .table-no-spacing > tbody > tr > th:first-of-type + td,
.com-page .table-plain table > tbody > tr > th:first-of-type + td,
.com-page .table-no-padding table > tbody > tr > th:first-of-type + td,
.com-page .table-plain table > tbody > tr > th:first-of-type + td {
  padding-left: 12px !important;
}
.com-page .table-no-padding table > caption,
.com-page .table-no-padding > caption {
  padding: 0 !important;
}
.com-page .table-plain-headings > tbody > tr > th,
.com-page .table-plain-headings table > tbody > tr > th {
  font-weight: normal !important;
}
.com-page .table-no-border-top > thead > tr > th,
.com-page .table-no-border table-top > thead > tr > th,
.com-page .table-no-border-top > thead > tr > td,
.com-page .table-no-border table-top > thead > tr > td {
  border-bottom: none !important;
}
.com-page .table-no-border-top > tbody > tr:first-child > th,
.com-page .table-no-border table-top > tbody > tr:first-child > th,
.com-page .table-no-border-top > tbody > tr:first-child > td,
.com-page .table-no-border table-top > tbody > tr:first-child > td {
  border-top: none !important;
}
.com-page .table-no-border-bottom > tbody > tr:last-child > th,
.com-page .table-no-border table-bottom > tbody > tr:last-child > th,
.com-page .table-no-border-bottom > tbody > tr:last-child > td,
.com-page .table-no-border table-bottom > tbody > tr:last-child > td {
  border-bottom: none !important;
}
.com-page .table-vertical-middle > thead > tr > th,
.com-page .table-vertical-middle table > thead > tr > th,
.com-page .table-vertical-middle > tbody > tr > th,
.com-page .table-vertical-middle table > tbody > tr > th,
.com-page .table-vertical-middle > thead > tr > td,
.com-page .table-vertical-middle table > thead > tr > td,
.com-page .table-vertical-middle > tbody > tr > td,
.com-page .table-vertical-middle table > tbody > tr > td {
  vertical-align: middle !important;
}
.com-page .table-responsive {
  border: none;
}
.com-page .table-color-purple > thead,
.com-page .table-color-purple table > thead {
  background-color: #84036c;
  color: #ffffff;
}
.com-page .table-color-blue > thead,
.com-page .table-color-blue table > thead {
  background-color: #065d8c;
  color: #ffffff;
}
.com-page .table-color-teal > thead,
.com-page .table-color-teal table > thead {
  background-color: #04717b;
  color: #ffffff;
}
.com-page .table-color-green > thead,
.com-page .table-color-green table > thead {
  background-color: #006930;
  color: #ffffff;
}
.com-page .table-color-yellow > thead,
.com-page .table-color-yellow table > thead {
  background-color: #eca120;
  color: #000000;
}
.com-page .table-color-orange > thead,
.com-page .table-color-orange table > thead {
  background-color: #e36622;
  color: #ffffff;
}
.com-page .table-color-red > thead,
.com-page .table-color-red table > thead {
  background-color: #b51f2e;
  color: #ffffff;
}
.com-page [class*="table-color-"] > thead > tr > th {
  border-bottom: none !important;
}
.com-page [class*="table-color-"] > thead > tr > th:first-child {
  padding-left: 12px !important;
}
.com-page [class*="table-color-"] > tbody > tr:first-child th,
.com-page [class*="table-color-"] > tbody > tr:first-child td {
  border-top: none !important;
}
@media (min-width: 768px) {
  .com-page .com-columns {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .com-page .com-columns {
    -webkit-columns: 3;
    columns: 3;
  }
  .com-page .com-columns .spacer {
    height: 286px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
}
.com-page .com-columns .well,
.com-page .com-columns img {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
}
.com-page .panel {
  border: 0.8rem solid #eeeeee;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.com-page .panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eeeeee), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #eeeeee 0, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #eeeeee 0, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0, #eeeeee 100%);
  border-bottom: none;
}
.com-page .panel-default > .panel-heading h1.panel-title,
.com-page .panel-default > .panel-heading .h1.panel-title,
.com-page .panel-default > .panel-heading h2.panel-title,
.com-page .panel-default > .panel-heading .h2.panel-title,
.com-page .panel-default > .panel-heading h3.panel-title,
.com-page .panel-default > .panel-heading .h3.panel-title,
.com-page .panel-default > .panel-heading h4.panel-title,
.com-page .panel-default > .panel-heading .h4.panel-title,
.com-page .panel-default > .panel-heading h5.panel-title,
.com-page .panel-default > .panel-heading .h5.panel-title,
.com-page .panel-default > .panel-heading h6.panel-title,
.com-page .panel-default > .panel-heading .h6.panel-title {
  margin-top: 0;
}
.com-page .panel-body {
  position: relative;
}
.com-page .panel-body .code-button {
  position: relative;
  float: right;
  margin: 1rem -2.2rem -2.2rem 1rem;
  padding: 1rem 1.8rem;
  background-color: #eeeeee;
  color: #000000;
  cursor: pointer;
  z-index: 2;
}
.com-page .panel-body .code-button:hover {
  background-color: #999999;
  color: #ffffff;
}
.com-page .panel-footer {
  border-top: 0.8rem solid #eeeeee;
  background-color: #f5f5f5;
}
.com-page .panel-default.styleguide > .panel-footer,
.com-page .panel-full-width.styleguide > .panel-footer {
  padding: 0;
}
.com-page .panel-default.styleguide > .panel-footer pre,
.com-page .panel-full-width.styleguide > .panel-footer pre {
  margin-bottom: 0;
  padding: 2rem;
  border: none;
}
.com-page .panel.panel-full-width {
  border-top: none;
  border-right: none;
  border-left: none;
}
.com-page .panel.panel-full-width .panel-body {
  padding-right: 0;
  padding-left: 0;
}
.com-page .panel.panel-full-width .panel-body .code-button {
  margin-right: 0;
}
.com-page .panel.panel-full-width .panel-footer {
  border-right: 0.8rem solid #eeeeee;
  border-left: 0.8rem solid #eeeeee;
}
.com-page figure figcaption,
.com-page .figure figcaption,
.com-page figure .figcaption,
.com-page .figure .figcaption {
  font-size: 14px;
  padding: 15px 0 20px 0;
  position: relative;
}
.com-page figure figcaption:after,
.com-page .figure figcaption:after,
.com-page figure .figcaption:after,
.com-page .figure .figcaption:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #eeeeee;
}
.com-page figure figcaption h1,
.com-page .figure figcaption h1,
.com-page figure .figcaption h1,
.com-page .figure .figcaption h1,
.com-page figure figcaption .h1,
.com-page .figure figcaption .h1,
.com-page figure .figcaption .h1,
.com-page .figure .figcaption .h1,
.com-page figure figcaption h2,
.com-page .figure figcaption h2,
.com-page figure .figcaption h2,
.com-page .figure .figcaption h2,
.com-page figure figcaption .h2,
.com-page .figure figcaption .h2,
.com-page figure .figcaption .h2,
.com-page .figure .figcaption .h2,
.com-page figure figcaption h3,
.com-page .figure figcaption h3,
.com-page figure .figcaption h3,
.com-page .figure .figcaption h3,
.com-page figure figcaption .h3,
.com-page .figure figcaption .h3,
.com-page figure .figcaption .h3,
.com-page .figure .figcaption .h3,
.com-page figure figcaption h4,
.com-page .figure figcaption h4,
.com-page figure .figcaption h4,
.com-page .figure .figcaption h4,
.com-page figure figcaption .h4,
.com-page .figure figcaption .h4,
.com-page figure .figcaption .h4,
.com-page .figure .figcaption .h4,
.com-page figure figcaption h5,
.com-page .figure figcaption h5,
.com-page figure .figcaption h5,
.com-page .figure .figcaption h5,
.com-page figure figcaption .h5,
.com-page .figure figcaption .h5,
.com-page figure .figcaption .h5,
.com-page .figure .figcaption .h5,
.com-page figure figcaption h6,
.com-page .figure figcaption h6,
.com-page figure .figcaption h6,
.com-page .figure .figcaption h6,
.com-page figure figcaption .h6,
.com-page .figure figcaption .h6,
.com-page figure .figcaption .h6,
.com-page .figure .figcaption .h6,
.com-page figure figcaption header,
.com-page .figure figcaption header,
.com-page figure .figcaption header,
.com-page .figure .figcaption header {
  color: #03626b;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 600;
}
.com-page figure figcaption.no-caption,
.com-page .figure figcaption.no-caption,
.com-page figure .figcaption.no-caption,
.com-page .figure .figcaption.no-caption {
  padding: 0 0 0 0;
  position: relative;
}
.com-page figure figcaption.no-caption:after,
.com-page .figure figcaption.no-caption:after,
.com-page figure .figcaption.no-caption:after,
.com-page .figure .figcaption.no-caption:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #eeeeee;
}
.com-page figure figcaption.no-caption h1,
.com-page .figure figcaption.no-caption h1,
.com-page figure .figcaption.no-caption h1,
.com-page .figure .figcaption.no-caption h1,
.com-page figure figcaption.no-caption .h1,
.com-page .figure figcaption.no-caption .h1,
.com-page figure .figcaption.no-caption .h1,
.com-page .figure .figcaption.no-caption .h1,
.com-page figure figcaption.no-caption h2,
.com-page .figure figcaption.no-caption h2,
.com-page figure .figcaption.no-caption h2,
.com-page .figure .figcaption.no-caption h2,
.com-page figure figcaption.no-caption .h2,
.com-page .figure figcaption.no-caption .h2,
.com-page figure .figcaption.no-caption .h2,
.com-page .figure .figcaption.no-caption .h2,
.com-page figure figcaption.no-caption h3,
.com-page .figure figcaption.no-caption h3,
.com-page figure .figcaption.no-caption h3,
.com-page .figure .figcaption.no-caption h3,
.com-page figure figcaption.no-caption .h3,
.com-page .figure figcaption.no-caption .h3,
.com-page figure .figcaption.no-caption .h3,
.com-page .figure .figcaption.no-caption .h3,
.com-page figure figcaption.no-caption h4,
.com-page .figure figcaption.no-caption h4,
.com-page figure .figcaption.no-caption h4,
.com-page .figure .figcaption.no-caption h4,
.com-page figure figcaption.no-caption .h4,
.com-page .figure figcaption.no-caption .h4,
.com-page figure .figcaption.no-caption .h4,
.com-page .figure .figcaption.no-caption .h4,
.com-page figure figcaption.no-caption h5,
.com-page .figure figcaption.no-caption h5,
.com-page figure .figcaption.no-caption h5,
.com-page .figure .figcaption.no-caption h5,
.com-page figure figcaption.no-caption .h5,
.com-page .figure figcaption.no-caption .h5,
.com-page figure .figcaption.no-caption .h5,
.com-page .figure .figcaption.no-caption .h5,
.com-page figure figcaption.no-caption h6,
.com-page .figure figcaption.no-caption h6,
.com-page figure .figcaption.no-caption h6,
.com-page .figure .figcaption.no-caption h6,
.com-page figure figcaption.no-caption .h6,
.com-page .figure figcaption.no-caption .h6,
.com-page figure .figcaption.no-caption .h6,
.com-page .figure .figcaption.no-caption .h6,
.com-page figure figcaption.no-caption header,
.com-page .figure figcaption.no-caption header,
.com-page figure .figcaption.no-caption header,
.com-page .figure .figcaption.no-caption header {
  color: #03626b;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 600;
}
.com-page figure figcaption.no-caption:after,
.com-page .figure figcaption.no-caption:after,
.com-page figure .figcaption.no-caption:after,
.com-page .figure .figcaption.no-caption:after {
  display: none;
}
.com-page figure figcaption p,
.com-page .figure figcaption p,
.com-page figure .figcaption p,
.com-page .figure .figcaption p {
  margin-bottom: 0;
  font-size: inherit;
}
.com-page figure figcaption p + p,
.com-page .figure figcaption p + p,
.com-page figure .figcaption p + p,
.com-page .figure .figcaption p + p {
  margin-top: 10px;
}
.com-page figure.figure-background,
.com-page .figure.figure-background {
  background-color: #eeeeee;
  position: relative;
}
.com-page figure.figure-background:after,
.com-page .figure.figure-background:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #cccccc;
}
.com-page figure.figure-background figcaption,
.com-page .figure.figure-background figcaption,
.com-page figure.figure-background .figcaption,
.com-page .figure.figure-background .figcaption {
  padding: 15px 15px 20px 15px;
  position: relative;
}
.com-page figure.figure-background figcaption:after,
.com-page .figure.figure-background figcaption:after,
.com-page figure.figure-background .figcaption:after,
.com-page .figure.figure-background .figcaption:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #eeeeee;
}
.com-page figure.figure-background figcaption h1,
.com-page .figure.figure-background figcaption h1,
.com-page figure.figure-background .figcaption h1,
.com-page .figure.figure-background .figcaption h1,
.com-page figure.figure-background figcaption .h1,
.com-page .figure.figure-background figcaption .h1,
.com-page figure.figure-background .figcaption .h1,
.com-page .figure.figure-background .figcaption .h1,
.com-page figure.figure-background figcaption h2,
.com-page .figure.figure-background figcaption h2,
.com-page figure.figure-background .figcaption h2,
.com-page .figure.figure-background .figcaption h2,
.com-page figure.figure-background figcaption .h2,
.com-page .figure.figure-background figcaption .h2,
.com-page figure.figure-background .figcaption .h2,
.com-page .figure.figure-background .figcaption .h2,
.com-page figure.figure-background figcaption h3,
.com-page .figure.figure-background figcaption h3,
.com-page figure.figure-background .figcaption h3,
.com-page .figure.figure-background .figcaption h3,
.com-page figure.figure-background figcaption .h3,
.com-page .figure.figure-background figcaption .h3,
.com-page figure.figure-background .figcaption .h3,
.com-page .figure.figure-background .figcaption .h3,
.com-page figure.figure-background figcaption h4,
.com-page .figure.figure-background figcaption h4,
.com-page figure.figure-background .figcaption h4,
.com-page .figure.figure-background .figcaption h4,
.com-page figure.figure-background figcaption .h4,
.com-page .figure.figure-background figcaption .h4,
.com-page figure.figure-background .figcaption .h4,
.com-page .figure.figure-background .figcaption .h4,
.com-page figure.figure-background figcaption h5,
.com-page .figure.figure-background figcaption h5,
.com-page figure.figure-background .figcaption h5,
.com-page .figure.figure-background .figcaption h5,
.com-page figure.figure-background figcaption .h5,
.com-page .figure.figure-background figcaption .h5,
.com-page figure.figure-background .figcaption .h5,
.com-page .figure.figure-background .figcaption .h5,
.com-page figure.figure-background figcaption h6,
.com-page .figure.figure-background figcaption h6,
.com-page figure.figure-background .figcaption h6,
.com-page .figure.figure-background .figcaption h6,
.com-page figure.figure-background figcaption .h6,
.com-page .figure.figure-background figcaption .h6,
.com-page figure.figure-background .figcaption .h6,
.com-page .figure.figure-background .figcaption .h6,
.com-page figure.figure-background figcaption header,
.com-page .figure.figure-background figcaption header,
.com-page figure.figure-background .figcaption header,
.com-page .figure.figure-background .figcaption header {
  color: #03626b;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
  font-weight: 600;
}
.com-page figure.pull-right,
.com-page .figure.pull-right {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-left: 30px;
  margin-bottom: 15px;
}
.com-page figure.pull-left,
.com-page .figure.pull-left {
  padding-right: 0;
  padding-left: 0;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.com-page figure.image {
  background: #fff;
  border: none;
  display: inline-block;
  border-radius: 0;
  text-align: left;
  font-size: 1.4rem;
  color: #222;
}
.com-page figure.image img {
  margin: 0;
}
.com-page figure.image figcaption {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .com-page .figure.pull-right,
  .com-page .figure.figure-background.pull-right,
  .com-page figure.pull-right,
  .com-page figure.figure-background.pull-right,
  .com-page .figure.pull-left,
  .com-page .figure.figure-background.pull-left,
  .com-page figure.pull-left,
  .com-page figure.figure-background.pull-left {
    float: none !important;
    margin-right: 0;
    margin-left: 0;
  }
}
.com-page .nav-tabs {
  margin-left: 0;
  border-bottom: 5px solid #eeeeee;
}
.com-page .nav-tabs > li {
  margin-bottom: -1px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 1.8rem;
}
.com-page .nav-tabs > li:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 5px;
  background-color: #eeeeee;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.com-page .nav-tabs > li:hover:before,
.com-page .nav-tabs > li:focus:before {
  right: 0;
  left: 0;
  height: 5px;
  background-color: #cccccc;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.com-page .nav-tabs > li > a {
  position: relative;
  margin-right: 2px;
  padding: 12px 20px;
  line-height: 1.42857143;
  border: none;
  color: #595959;
}
.com-page .nav-tabs > li > a:hover,
.com-page .nav-tabs > li > a:focus,
.com-page .nav-tabs > li > a:active {
  border-color: transparent;
  background-color: transparent;
  color: #222;
}
.com-page .nav-tabs > li.active:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  height: 5px;
  background-color: #03626b;
}
.com-page .nav-tabs > li.active > a {
  font-weight: 600;
  color: #222;
}
.com-page .nav-tabs > li.active > a,
.com-page .nav-tabs > li.active > a:hover,
.com-page .nav-tabs > li.active > a:focus,
.com-page .nav-tabs > li.active > a:active {
  color: #222;
  background-color: transparent !important;
  border: none;
  cursor: default;
}
.com-page .nav-tabs.nav-justified > li > a {
  padding: 6px 8px;
}
.com-page .nav-tabs.nav-justified > li > a,
.com-page .nav-tabs.nav-justified > li > a:hover,
.com-page .nav-tabs.nav-justified > li > a:focus {
  border-bottom: none;
  background-color: transparent;
}
.com-page .nav-tabs.nav-justified > li.active > a,
.com-page .nav-tabs.nav-justified > li.active > a:hover,
.com-page .nav-tabs.nav-justified > li.active > a:focus {
  border: none;
  background-color: transparent;
}
.com-page .nav-tabs-group {
  margin-left: 0;
  list-style: none;
}
.com-page .nav-tabs-group li {
  display: inline-block;
  padding: 0 !important;
}
.com-page .nav-tabs-group li:not(:last-child) {
  margin-right: -5px !important;
}
.com-page .nav-tabs-group li.active a.btn {
  color: #ffffff;
  background-color: #065d8c;
}
.com-page #tour-help {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 6rem;
  height: 6rem;
  line-height: 5rem;
  padding: 6px;
  background-color: #065d8c;
  color: #fff;
  font-size: 3.8rem;
  text-align: center;
  border: 2px solid #eeeeee;
  border-radius: 100%;
  cursor: pointer;
  z-index: 999999;
}
.com-page #tour-help:hover,
.com-page #tour-help:focus {
  background-color: #043d5b;
}
.com-page .modal h1,
.com-page .modal h2,
.com-page .modal h3,
.com-page .modal h4,
.com-page .modal h5,
.com-page .modal h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.com-page .modal p {
  margin-bottom: 0 !important;
}
.com-page .modal p.lead {
  margin-bottom: 0;
}
.com-page .modal p + p {
  margin-bottom: 7px;
}
.com-page .modal .btn {
  margin-bottom: 0 !important;
}
@media (max-width: 991px) {
  .com-page .modal-dialog {
    margin: 0 auto;
    margin-top: 50px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .com-page .modal-dialog {
    margin-top: 12vh;
    width: 54vw;
  }
}
.com-page .modal-content {
  border-radius: 0;
}
.com-page .modal-header {
  padding: 30px 30px 0 30px;
  border-bottom: none;
}
.com-page .modal-header .close {
  position: absolute !important;
  top: 0;
  right: 16px;
  margin-top: 0 !important;
  padding: 0 !important;
  font-size: 36px !important;
  font-weight: 600 !important;
  opacity: 0.2;
  background-color: transparent !important;
  border: none !important;
  color: #222 !important;
}
.com-page .modal-header .close:hover {
  opacity: 0.8;
}
.com-page .modal-header .close:after {
  display: none;
}
.com-page .modal-body {
  padding: 15px 30px;
}
.com-page .modal-footer {
  padding: 0 30px 30px 30px;
  text-align: left;
  border-top: none;
}
.com-page .announcement-list.list li h4,
.com-page .announcement-list ul.list li h4 {
  margin-top: 10px;
}
.com-page .announcement-list.list li .date-posted,
.com-page .announcement-list ul.list li .date-posted {
  margin-bottom: 7px;
  font-style: italic;
}
.com-page .announcement-list .view-empty {
  margin-top: 18px;
}
.com-page #styleguide code {
  color: #222;
  background-color: #eeeeee;
  border-radius: 3px;
}
.com-page #styleguide pre code {
  color: #8d031e;
  background-color: transparent;
}
.com-page #styleguide .section-move {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.com-page #styleguide .section-move:before {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  padding: 20px;
  content: "move";
  text-align: right;
  text-transform: uppercase;
  color: #cccccc;
  background-color: #edf3f6;
}
.com-page #styleguide .section-move:after {
  position: absolute;
  display: block;
  top: -30px;
  right: -30px;
  bottom: -30px;
  left: -30px;
  border: 3px dashed #cccccc;
}
.com-page #styleguide .styleguide-color {
  padding: 1rem 1.4rem !important;
}
.com-page #styleguide .styleguide-color:hover,
.com-page #styleguide .styleguide-color:focus {
  -webkit-box-shadow: inset 0 0 1px #000000;
  box-shadow: inset 0 0 1px #000000;
}
.com-page #styleguide .styleguide-color-large {
  padding-top: 8rem !important;
}
.com-page #styleguide .styleguide-color-larger {
  padding-top: 13rem !important;
}
.com-page #styleguide ul.styleguide-flex {
  padding-left: 0;
  list-style: none;
  margin: 0;
  display: block;
}
@media (min-width: 992px) {
  .com-page #styleguide ul.styleguide-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .com-page #styleguide ul.styleguide-flex li {
    padding-right: 1.13rem !important;
    padding-left: 1.13rem !important;
  }
}
.introjs-tooltipReferenceLayer h1,
.introjs-tooltipReferenceLayer h2,
.introjs-tooltipReferenceLayer h3,
.introjs-tooltipReferenceLayer h4,
.introjs-tooltipReferenceLayer h5,
.introjs-tooltipReferenceLayer h6 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0;
}
.introjs-tooltipReferenceLayer h1 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 3.4rem;
}
@media (min-width: 768px) {
  .introjs-tooltipReferenceLayer h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .introjs-tooltipReferenceLayer h1 {
    font-size: 5rem;
  }
}
.introjs-tooltipReferenceLayer h2 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 3.6rem;
}
@media (min-width: 1200px) {
  .introjs-tooltipReferenceLayer h2 {
    font-size: 4rem;
  }
}
.introjs-tooltipReferenceLayer h3 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 3rem;
}
.introjs-tooltipReferenceLayer h4 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 2.4rem;
}
.introjs-tooltipReferenceLayer h5 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 2rem;
}
.introjs-tooltipReferenceLayer h6 {
  margin-top: 14px;
  margin-bottom: 7px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.333;
  font-size: 1.6rem;
}
.introjs-tooltipReferenceLayer p {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .introjs-tooltipReferenceLayer p {
    font-size: 1.6rem;
  }
}
.introjs-tooltipReferenceLayer p.lead {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .introjs-tooltipReferenceLayer p.lead {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .introjs-tooltipReferenceLayer p {
    max-width: 75rem;
  }
}
.introjs-tooltipReferenceLayer p.lead {
  color: inherit;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  max-width: 100%;
}
.introjs-tooltipReferenceLayer p.lead strong {
  font-weight: 600 !important;
}
@media (min-width: 1200px) {
  .introjs-tooltipReferenceLayer p.lead {
    font-size: 1.8rem;
  }
}
.introjs-tooltipReferenceLayer ul li,
.introjs-tooltipReferenceLayer ol li {
  margin: 0;
  padding: 0;
}
.introjs-helperLayer.highlight-dark {
  color: #222 !important;
}
.introjs-tooltip {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px;
  border-radius: 0;
  max-width: 336px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .introjs-tooltip {
    min-width: 450px;
    max-width: 750px;
  }
}
.introjs-tooltip.firstStep .introjs-prevbutton {
  display: none;
}
.introjs-tooltip.lastStep .introjs-nextbutton {
  display: none !important;
}
.introjs-tooltip.lastStep .introjs-skipbutton:focus {
  background-color: #03626b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03626b), to(#03626b));
  background-image: -webkit-linear-gradient(#03626b, #03626b);
  background-image: -o-linear-gradient(#03626b, #03626b);
  background-image: linear-gradient(#03626b, #03626b);
  color: #fff;
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-button {
  display: block;
}
@media (min-width: 768px) {
  .introjs-tooltip .introjs-tooltipbuttons .introjs-button {
    display: inline-block;
  }
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-closebutton {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  opacity: 0.2;
  background-color: transparent;
  border: none;
}
.introjs-tooltip .introjs-tooltipbuttons .introjs-closebutton:hover,
.introjs-tooltip .introjs-tooltipbuttons .introjs-closebutton:focus {
  opacity: 0.8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.introjs-tooltiptext {
  margin-bottom: 20px;
}
.introjs-arrow {
  border: 15px solid white;
}
.introjs-arrow.top {
  top: -30px;
}
.introjs-arrow.top-right {
  top: -30px;
}
.introjs-arrow.right {
  right: -30px;
}
.introjs-arrow.left {
  left: -30px;
}
.introjs-arrow.bottom {
  bottom: -30px;
}
.introjs-arrow.left-bottom {
  left: -30px;
}
.introjs-arrow.right-bottom {
  right: -30px;
}
.introjs-tooltipbuttons {
  text-align: left;
}
.introjs-button {
  display: inline-block;
  margin-top: 7.5px;
  margin-right: 15px;
  margin-bottom: 7.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 18px;
  font-size: 16.8px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff;
  margin-right: 10px !important;
}
.introjs-button:after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.introjs-button.introjs-skipbutton,
.introjs-button.introjs-prevbutton {
  color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-skipbutton:focus,
.introjs-button.introjs-prevbutton:focus,
.introjs-button.introjs-skipbutton.focus,
.introjs-button.introjs-prevbutton.focus {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-skipbutton:hover,
.introjs-button.introjs-prevbutton:hover,
.introjs-button.introjs-skipbutton.active,
.introjs-button.introjs-prevbutton.active {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-skipbutton:active,
.introjs-button.introjs-prevbutton:active,
.open > .dropdown-toggle.introjs-button.introjs-skipbutton,
.open > .dropdown-toggle.introjs-button.introjs-prevbutton {
  color: #ffffff;
  background-color: #023539;
  border-color: #012b2f;
}
.introjs-button.introjs-skipbutton:active:hover,
.introjs-button.introjs-prevbutton:active:hover,
.open > .dropdown-toggle.introjs-button.introjs-skipbutton:hover,
.open > .dropdown-toggle.introjs-button.introjs-prevbutton:hover,
.introjs-button.introjs-skipbutton:active:focus,
.introjs-button.introjs-prevbutton:active:focus,
.open > .dropdown-toggle.introjs-button.introjs-skipbutton:focus,
.open > .dropdown-toggle.introjs-button.introjs-prevbutton:focus,
.introjs-button.introjs-skipbutton:active.focus,
.introjs-button.introjs-prevbutton:active.focus,
.open > .dropdown-toggle.introjs-button.introjs-skipbutton.focus,
.open > .dropdown-toggle.introjs-button.introjs-prevbutton.focus {
  color: #ffffff;
  background-color: #011517;
  border-color: #000000;
}
.introjs-button.introjs-skipbutton.disabled:hover,
.introjs-button.introjs-prevbutton.disabled:hover,
.introjs-button.introjs-skipbutton[disabled]:hover,
.introjs-button.introjs-prevbutton[disabled]:hover,
fieldset[disabled] .introjs-button.introjs-skipbutton:hover,
fieldset[disabled] .introjs-button.introjs-prevbutton:hover,
.introjs-button.introjs-skipbutton.disabled:focus,
.introjs-button.introjs-prevbutton.disabled:focus,
.introjs-button.introjs-skipbutton[disabled]:focus,
.introjs-button.introjs-prevbutton[disabled]:focus,
fieldset[disabled] .introjs-button.introjs-skipbutton:focus,
fieldset[disabled] .introjs-button.introjs-prevbutton:focus,
.introjs-button.introjs-skipbutton.disabled.focus,
.introjs-button.introjs-prevbutton.disabled.focus,
.introjs-button.introjs-skipbutton[disabled].focus,
.introjs-button.introjs-prevbutton[disabled].focus,
fieldset[disabled] .introjs-button.introjs-skipbutton.focus,
fieldset[disabled] .introjs-button.introjs-prevbutton.focus {
  background-color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-skipbutton .badge,
.introjs-button.introjs-prevbutton .badge {
  color: #03626b;
  background-color: #ffffff;
}
.introjs-button.introjs-nextbutton {
  color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-nextbutton:focus,
.introjs-button.introjs-nextbutton.focus {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-nextbutton:hover,
.introjs-button.introjs-nextbutton.active {
  color: #ffffff;
  background-color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-nextbutton:active,
.open > .dropdown-toggle.introjs-button.introjs-nextbutton {
  color: #ffffff;
  background-color: #023539;
  border-color: #012b2f;
}
.introjs-button.introjs-nextbutton:active:hover,
.open > .dropdown-toggle.introjs-button.introjs-nextbutton:hover,
.introjs-button.introjs-nextbutton:active:focus,
.open > .dropdown-toggle.introjs-button.introjs-nextbutton:focus,
.introjs-button.introjs-nextbutton:active.focus,
.open > .dropdown-toggle.introjs-button.introjs-nextbutton.focus {
  color: #ffffff;
  background-color: #011517;
  border-color: #000000;
}
.introjs-button.introjs-nextbutton.disabled:hover,
.introjs-button.introjs-nextbutton[disabled]:hover,
fieldset[disabled] .introjs-button.introjs-nextbutton:hover,
.introjs-button.introjs-nextbutton.disabled:focus,
.introjs-button.introjs-nextbutton[disabled]:focus,
fieldset[disabled] .introjs-button.introjs-nextbutton:focus,
.introjs-button.introjs-nextbutton.disabled.focus,
.introjs-button.introjs-nextbutton[disabled].focus,
fieldset[disabled] .introjs-button.introjs-nextbutton.focus {
  background-color: #03626b;
  border-color: #03626b;
}
.introjs-button.introjs-nextbutton .badge {
  color: #03626b;
  background-color: #ffffff;
}
.introjs-button span.glyphicon {
  font-size: 88%;
}
.introjs-showElement a,
.introjs-showElement #site-name {
  color: black !important;
}
.view-more.collapse {
  display: block;
  position: relative;
  height: 300px !important;
  padding-bottom: 300px;
  overflow-y: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more.collapse:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #ffffff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #ffffff 20%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, #ffffff 20%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, #ffffff 20%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more.collapse + .view-more-link {
  display: block;
}
.view-more.collapse + .view-more-link span {
  font-size: 1.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more.collapse.in {
  display: block;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible;
}
.view-more.collapse.in:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 1px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more.collapse.in .content {
  padding-bottom: 0;
}
.view-more.collapse + .view-more-link {
  display: inline-block;
}
.view-more.collapsing {
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.view-more.collapsing .content {
  padding-bottom: 0;
}
.view-more-link {
  display: none;
}
.view-more-link {
  position: relative;
  padding-right: 20px;
  font-style: italic;
  color: #595959;
}
.view-more-link:before,
.view-more-link:after {
  position: absolute;
  bottom: 10px;
  content: '';
  height: 1px;
  width: 8px;
  background-color: #595959;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more-link:before {
  right: 5px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.view-more-link:after {
  right: 0;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.view-more-link[aria-expanded="true"]:before,
.view-more-link[aria-expanded="true"]:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.view-more-link[aria-expanded="true"]:before {
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.view-more-link[aria-expanded="true"]:after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.link-overlay {
  position: relative;
  display: block;
  margin-bottom: 3rem;
  color: #fff;
}
@media (min-width: 992px) {
  .link-overlay {
    margin-bottom: 0;
  }
}
.link-overlay img {
  width: 100%;
}
.link-overlay a.link-overlay-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: 0.3s background-color;
  -o-transition: 0.3s background-color;
  transition: 0.3s background-color;
  border-bottom: none;
}
.link-overlay a.link-overlay-text .doc-link-wrapper .link-doc-type {
  color: inherit !important;
}
.link-overlay a.link-overlay-text:hover,
.link-overlay a.link-overlay-text:focus {
  background-color: rgba(0, 0, 0, 0.8);
}
.page-contact-employee-directory  .user-logout,
.com-employeenet.directory  .user-logout {
  text-align: right;
}
.page-contact-employee-directory  .user-logout:before,
.com-employeenet.directory  .user-logout:before,
.page-contact-employee-directory  .user-logout:after,
.com-employeenet.directory  .user-logout:after {
  content: " ";
  display: table;
}
.page-contact-employee-directory  .user-logout:after,
.com-employeenet.directory  .user-logout:after {
  clear: both;
}
.page-contact-employee-directory  .user-logout:before,
.com-employeenet.directory  .user-logout:before,
.page-contact-employee-directory  .user-logout:after,
.com-employeenet.directory  .user-logout:after {
  content: " ";
  display: table;
}
.page-contact-employee-directory  .user-logout:after,
.com-employeenet.directory  .user-logout:after {
  clear: both;
}
.page-contact-employee-directory  .user-logout p,
.com-employeenet.directory  .user-logout p {
  display: inline-block;
  margin-right: 10px;
  text-align: right;
}
.page-contact-employee-directory  .user-logout a,
.com-employeenet.directory  .user-logout a {
  display: inline-block !important;
  width: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: top;
}
@media (max-width: 767px) {
  .page-contact-employee-directory  .user-logout a,
  .com-employeenet.directory  .user-logout a {
    margin-top: 3px;
  }
}
@media (min-width: 768px) {
  .page-contact-employee-directory  .user-logout,
  .com-employeenet.directory  .user-logout {
    float: right;
    margin-top: -80px;
  }
}
.page-contact-employee-directory  .region-content p,
.com-employeenet.directory  .region-content p {
  max-width: 75rem;
}
.page-contact-employee-directory  .region-content .results,
.com-employeenet.directory  .region-content .results {
  margin-top: 15px;
}
.page-contact-employee-directory  .region-content .download-listings,
.com-employeenet.directory  .region-content .download-listings {
  margin-top: 15px;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .page-contact-employee-directory  .region-content .download-listings,
  .com-employeenet.directory  .region-content .download-listings {
    max-width: 38rem;
  }
}
.page-contact-employee-directory  .region-content .download-listings .btn:hover span:after,
.com-employeenet.directory  .region-content .download-listings .btn:hover span:after,
.page-contact-employee-directory  .region-content .download-listings .btn:focus span:after,
.com-employeenet.directory  .region-content .download-listings .btn:focus span:after {
  color: #fff !important;
}
@media (min-width: 992px) {
}
@media (min-width: 992px) {
  .page-contact-employee-directory  .region-content .well,
  .com-employeenet.directory  .region-content .well {
    float: left;
    width: calc(100%/3);
  }
}
.page-contact-employee-directory  .region-content .well ul > li:last-child a,
.com-employeenet.directory  .region-content .well ul > li:last-child a {
  position: relative;
}
.page-contact-employee-directory  .region-content .well ul > li:last-child a:after,
.com-employeenet.directory  .region-content .well ul > li:last-child a:after {
  position: absolute;
  right: auto;
  margin-left: 4px;
  content: "\e96a";
  font-family: 'cityicons';
  color: #065d8c;
}
.page-contact-employee-directory  .region-content .well ul > li:last-child a:hover:after,
.com-employeenet.directory  .region-content .well ul > li:last-child a:hover:after,
.page-contact-employee-directory  .region-content .well ul > li:last-child a:focus:after,
.com-employeenet.directory  .region-content .well ul > li:last-child a:focus:after {
  color: #043d5b;
}
.page-contact-employee-directory  .region-content .results + .well,
.com-employeenet.directory  .region-content .results + .well,
.page-contact-employee-directory  .region-content .no-results + .well,
.com-employeenet.directory  .region-content .no-results + .well {
  margin-top: -20px;
  padding: 0;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-contact-employee-directory .region-feedback form .form-radios .form-item-submitted-was-this-page-helpful-to-you,
.com-employeenet.directory .region-feedback form .form-radios .form-item-submitted-was-this-page-helpful-to-you {
  display: inline-block;
}
@media (max-device-width: 480px) {
  .page-contact-employee-directory .webform-container-inline div,
  .com-employeenet.directory .webform-container-inline div,
  .page-contact-employee-directory .webform-container-inline div.form-item,
  .com-employeenet.directory .webform-container-inline div.form-item {
    display: block;
  }
}
.page-contact-employee-directory .region-feedback .url-textfield {
  display: none;
}
.page-contact-employee-directory  .results {
  margin-top: 4rem !important;
}
.page-contact-employee-directory  .no-results {
  margin-bottom: 3rem;
}
.page-contact-employee-directory  .btn-outline-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, transparent 0, transparent 100%);
  background-image: -o-linear-gradient(top, transparent 0, transparent 100%);
  background-image: linear-gradient(to bottom, transparent 0, transparent 100%);
  background-color: transparent;
  color: #065d8c;
  text-shadow: none;
  border-radius: 2px;
  border: 2px solid #065d8c;
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 18px;
}
.page-contact-employee-directory  .btn-outline-primary:hover,
.page-contact-employee-directory  .btn-outline-primary:focus {
  background-color: #065d8c;
  color: #ffffff;
  border-width: 2px;
}
@media (min-width: 992px) {
  .com-employeenet.directory  .results {
    float: left;
  }
}
.com-employeenet.directory  .no-results ul {
  margin-top: 7px;
}
.employeenet.page-employeenet-directory .region-content,
.page-toboggan-denied.employeenet .region-content {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
body.extreme-weather-flooding .icon-list-detail li {
  margin-bottom: 2.5rem !important;
}
.extreme-weather-flooding .btn .link-doc-type {
  color: #fff !important;
}
body.add-events-comm .region-content .block.block-system {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.add-events-comm .region-content .block.block-system {
    width: 750px;
  }
}
@media (min-width: 992px) {
  body.add-events-comm .region-content .block.block-system {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.add-events-comm .region-content .block.block-system {
    width: 1170px;
  }
}
[class*="page-user-"] .main-container {
  font-family: "source-sans-pro", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #222;
}
[class*="page-user-"] .main-container #user-agency-dashboard a,
[class*="page-user-"] .main-container table a,
.page-user-manage-faq[class*="page-user-"] .main-container a {
  border-bottom: 0;
}
[class*="page-user-"] .main-container .addthis-wrap {
  display: none !important;
}
[class*="page-user-"] .main-container .page-header {
  font-size: 3.6rem;
  border-color: #eee;
  border-width: 8px;
}
@media (min-width: 768px) {
  [class*="page-user-"] .main-container .page-header {
    font-size: 4rem;
  }
}
[class*="page-user-"] .main-container #user-agency-dashboard {
  font-size: 16px;
}
[class*="page-user-"] .main-container #user-agency-dashboard h2 {
  margin-top: 27px;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
}
[class*="page-user-"] .main-container #user-agency-dashboard h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list,
[class*="page-user-"] .main-container #user-agency-dashboard ul {
  margin: 0;
  padding: 0;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list li,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list li,
[class*="page-user-"] .main-container #user-agency-dashboard ul li,
[class*="page-user-"] .main-container #user-agency-dashboard .list li:not(.expanded),
[class*="page-user-"] .main-container #user-agency-dashboard ul.list li:not(.expanded),
[class*="page-user-"] .main-container #user-agency-dashboard ul li:not(.expanded) {
  margin: 0;
  padding: 0 !important;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list li .row,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list li .row,
[class*="page-user-"] .main-container #user-agency-dashboard ul li .row,
[class*="page-user-"] .main-container #user-agency-dashboard .list li:not(.expanded) .row,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list li:not(.expanded) .row,
[class*="page-user-"] .main-container #user-agency-dashboard ul li:not(.expanded) .row {
  margin-bottom: 0;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list li [class*="col-"],
[class*="page-user-"] .main-container #user-agency-dashboard ul.list li [class*="col-"],
[class*="page-user-"] .main-container #user-agency-dashboard ul li [class*="col-"],
[class*="page-user-"] .main-container #user-agency-dashboard .list li:not(.expanded) [class*="col-"],
[class*="page-user-"] .main-container #user-agency-dashboard ul.list li:not(.expanded) [class*="col-"],
[class*="page-user-"] .main-container #user-agency-dashboard ul li:not(.expanded) [class*="col-"] {
  padding-top: 16px;
  padding-bottom: 12px;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated {
  margin: 0;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated ul.list,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated ul.list,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated ul.list {
  margin-left: 0;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated ul.list li ul li a,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated ul.list li ul li a,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated ul.list li ul li a,
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated ul.list li ul li a:first-child,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated ul.list li ul li a:first-child,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated ul.list li ul li a:first-child {
  display: inline-block;
  padding: 7px 0;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated .expanded > a:first-child,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated .expanded > a:first-child,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated .expanded > a:first-child {
  padding: 7px 0;
  display: inline-block;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated.expanded-menu > li:first-child,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated.expanded-menu > li:first-child,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated.expanded-menu > li:first-child {
  border-bottom: none;
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated [id*="sites-menu-"],
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated [id*="sites-menu-"],
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated [id*="sites-menu-"] {
  border-top: 1px solid rgba(130, 130, 130, 0.2);
}
[class*="page-user-"] .main-container #user-agency-dashboard .list.expand-animated [id*="sites-menu-"] ul li ul,
[class*="page-user-"] .main-container #user-agency-dashboard ul.list.expand-animated [id*="sites-menu-"] ul li ul,
[class*="page-user-"] .main-container #user-agency-dashboard ul.expand-animated [id*="sites-menu-"] ul li ul {
  margin-top: 0 !important;
  padding-left: 20px;
}
[class*="page-user-"] .main-container #user-agency-dashboard li a.action-edit {
  margin-right: 145px;
}
@media (min-width: 768px) {
  [class*="page-user-"] .main-container #user-agency-dashboard li a.action-edit {
    margin-right: 310px;
  }
}
@media (min-width: 992px) {
  [class*="page-user-"] .main-container #user-agency-dashboard li a.action-edit {
    margin-right: 260px;
  }
}
@media (min-width: 1200px) {
  [class*="page-user-"] .main-container #user-agency-dashboard li a.action-edit {
    margin-right: 310px;
  }
}
[class*="page-user-"] .main-container #user-agency-dashboard li a.action-duplicate {
  position: absolute;
  right: 60px;
  padding: 7px 0;
}
@media (min-width: 768px) {
  [class*="page-user-"] .main-container #user-agency-dashboard li a.action-duplicate {
    right: 220px;
  }
}
@media (min-width: 992px) {
  [class*="page-user-"] .main-container #user-agency-dashboard li a.action-duplicate {
    right: 180px;
  }
}
@media (min-width: 1200px) {
  [class*="page-user-"] .main-container #user-agency-dashboard li a.action-duplicate {
    right: 230px;
  }
}
[class*="page-user-"] .main-container .sidebar {
  color: #222;
}
[class*="page-user-"] .main-container .well {
  min-height: 20px;
  padding: 16px 25px 29px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}
[class*="page-user-"] .main-container .well:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 8px;
  background-color: #e8e8e8;
}
[class*="page-user-"] .main-container .well h2 {
  font-size: 2.4rem;
  border-bottom: none;
}
[class*="page-user-"] .main-container .well .title {
  margin: 0 !important;
  margin-top: 14px !important;
  margin-bottom: 7px !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-bottom: none;
}
[class*="page-user-"] .main-container .well .title h3 {
  font-weight: 600;
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  [class*="page-user-"] .main-container .well .title h3 {
    font-size: 3rem;
  }
}
[class*="page-user-"] .main-container .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
[class*="page-user-"] .main-container .well h1 a,
[class*="page-user-"] .main-container .well h2 a,
[class*="page-user-"] .main-container .well h3 a,
[class*="page-user-"] .main-container .well h4 a,
[class*="page-user-"] .main-container .well h5 a,
[class*="page-user-"] .main-container .well h6 a,
[class*="page-user-"] .main-container .well .h1 a,
[class*="page-user-"] .main-container .well .h2 a,
[class*="page-user-"] .main-container .well .h3 a,
[class*="page-user-"] .main-container .well .h4 a,
[class*="page-user-"] .main-container .well .h5 a,
[class*="page-user-"] .main-container .well .h6 a {
  text-decoration: none !important;
}
[class*="page-user-"] .main-container .well p:last-child {
  margin-bottom: 0;
}
[class*="page-user-"] .main-container .well .list li,
[class*="page-user-"] .main-container .well ul.list li {
  border-bottom: none;
}
[class*="page-user-"] .main-container.com-page img[src$="arrow-desc.png"],
[class*="page-user-"] .main-container.com-page img[src$="arrow-asc.png"] {
  float: right;
  margin-top: 4px;
  margin-left: 4px;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table thead tr th a {
  color: #222 !important;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table thead tr th a:hover,
[class*="page-user-"][class*="page-user-manage-"] .main-container table thead tr th a:focus {
  color: #065d8c !important;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table thead tr th a .glyphicon {
  padding-left: 7px;
  font-size: 12px;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table thead tr th a .glyphicon-chevron-down:before {
  content: "\e983";
  font-family: 'cityicons';
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table thead tr th a .glyphicon-chevron-up:before {
  content: "\e980";
  font-family: 'cityicons';
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table a:not(.tabledrag-handle) {
  display: block;
}
@media (min-width: 992px) {
  [class*="page-user-"][class*="page-user-manage-"] .main-container table a:not(.tabledrag-handle) {
    display: inline-block;
  }
  [class*="page-user-"][class*="page-user-manage-"] .main-container table a:not(.tabledrag-handle) + a {
    margin-left: 30px;
  }
}
[class*="page-user-"][class*="page-user-manage-"] .main-container table address {
  margin-bottom: 0;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container a.delete {
  color: #ac1d2c;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container a.delete:hover {
  color: #8d031e;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter {
  position: relative;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter h4 {
  margin-top: 7px;
  margin-bottom: 0;
  padding-right: 80px;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control {
  position: absolute;
  top: -14px;
  right: -13px;
  height: 36px;
  width: 36px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:before,
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 40%;
  background-color: #222;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:after {
  right: auto;
  bottom: auto;
  left: auto;
  border-radius: 0;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control[aria-expanded="false"]:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control[aria-expanded="true"]:after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:hover:before,
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:focus:before,
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:hover:after,
[class*="page-user-"][class*="page-user-manage-"] .main-container .collapse-filter .collapse-filter-control:focus:after {
  background-color: #000;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-title-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-recommended-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-subject-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-type-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-affected-route-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-route-id-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-route-service-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-route-area-wrapper,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-park-ride-wrapper {
  float: none;
  max-width: 36rem;
  padding-right: 0;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-affected-route-wrapper {
  margin-bottom: 1.5em;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-recommended-wrapper {
  clear: both;
}
@media (min-width: 992px) {
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-date-start-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value2-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-announcement-date-value2-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 0;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-date-start-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value2-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-announcement-date-value2-wrapper {
    float: left;
    width: 50%;
  }
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-date-start-wrapper .container-inline-date .date-padding,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value2-wrapper .container-inline-date .date-padding,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value-wrapper .container-inline-date .date-padding,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-announcement-date-value2-wrapper .container-inline-date .date-padding {
  width: 100%;
  float: none;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-date-start-wrapper .container-inline-date .form-item,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value2-wrapper .container-inline-date .form-item,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value-wrapper .container-inline-date .form-item,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-announcement-date-value2-wrapper .container-inline-date .form-item {
  width: 100%;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-date-start-wrapper .container-inline-date .form-item input,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value2-wrapper .container-inline-date .form-item input,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value-wrapper .container-inline-date .form-item input,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-announcement-date-value2-wrapper .container-inline-date .form-item input {
  width: 100%;
}
@media (min-width: 992px) {
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-hr-course-date-value2-wrapper,
  [class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form #edit-field-announcement-date-value2-wrapper {
    padding-right: 0;
  }
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form label {
  font-weight: 600;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form input,
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form select {
  height: 43px;
  border-radius: 2px;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form .form-type-checkbox + .form-type-checkbox {
  margin-top: 5px;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form .form-type-checkbox input {
  height: auto;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form .views-exposed-widget.views-submit-button {
  padding-top: 0;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container .views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
  margin-top: 1.5em;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin: 0;
  padding: 0 !important;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list > li {
  width: 50%;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list a[aria-expanded="true"] .cityicons-gear-filled {
  color: #cccccc;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list .actions-menu {
  margin: 0;
  padding: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  z-index: 99;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list .actions-menu li {
  display: block;
  padding: 0 !important;
  min-width: 180px;
  border-bottom: 1px solid #cccccc;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list .actions-menu li a {
  display: block;
  padding: 9px 15px;
}
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list .actions-menu li a:hover,
[class*="page-user-"][class*="page-user-manage-"] .main-container ul.actions-list .actions-menu li a:focus {
  background-image: none;
  background-color: #eeeeee;
}
[class*="page-user-"][class*="page-user-manage-"] table.views-table > thead > tr > th:first-child {
  width: 65%;
  max-width: 70rem;
}
[class*="page-user-"].page-user-manage-events-weekly .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-agency-info .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-contactinfo .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-events-city .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-highlight .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-news .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-blog .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-garages .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-special-event .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-city-wide-alert .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-projects .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-city-core-link .main-container table a:not(.tabledrag-handle),
[class*="page-user-"].page-user-manage-committees .main-container table a:not(.tabledrag-handle) {
  display: inline-block;
}
@media (min-width: 992px) {
  [class*="page-user-"].page-user-manage-events-weekly .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-agency-info .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-contactinfo .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-events-city .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-highlight .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-news .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-blog .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-garages .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-special-event .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-city-wide-alert .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-projects .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-city-core-link .main-container table a:not(.tabledrag-handle) + a,
  [class*="page-user-"].page-user-manage-committees .main-container table a:not(.tabledrag-handle) + a {
    margin-left: 0;
  }
}
[class*="page-user-"].page-user-manage-events-weekly .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-agency-info .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-contactinfo .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-events-city .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-highlight .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-news .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-blog .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-garages .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-special-event .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-city-wide-alert .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-projects .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-city-core-link .main-container table thead tr th:last-child,
[class*="page-user-"].page-user-manage-committees .main-container table thead tr th:last-child {
  min-width: 164px;
}
[class*="page-user-"].page-user-manage-events-weekly .main-container .views-exposed-form #edit-title-wrapper {
  float: left;
  max-width: none;
  padding-right: 40px;
}
[class*="page-user-"].page-user-manage-events-weekly .main-container #edit-content-admin-meeting-date-value-1-wrapper .help-block {
  position: absolute;
  top: 100%;
}
[class*="page-user-"].page-user-manage-events-weekly .main-container table.views-table > thead > tr > th:first-child {
  width: 48%;
}
[class*="page-user-"].page-user-manage-sidebar table.views-table > thead > tr > th:first-child {
  width: 40%;
}
[class*="page-user-"].page-user-manage-sidebar table.views-table > thead > tr > th:last-child {
  width: 15%;
}
[class*="page-user-"].page-user-manage-hr-course-date .views-field-field-hr-course-date {
  width: 15% !important;
}
[class*="page-user-"].page-user-manage-hr-course-date .views-field-field-hr-course-date-1 {
  width: 15%;
}
[class*="page-user-"].page-user-manage-hr-course-date .views-field-field-hr-course-location {
  width: 45%;
}
[class*="page-user-"].page-user-manage-hr-course table.views-table > thead > tr > th:first-child {
  width: 50%;
}
[class*="page-user-"].page-user-manage-announcement table thead tr th {
  text-transform: capitalize;
}
[class*="page-user-"].page-user-manage-announcement table thead tr th:first-child {
  width: 70%;
}
[class*="page-user-"].page-user-manage-announcement table thead tr th:last-child {
  width: 150px;
}
[class*="page-user-"].page-user-manage-detour table.views-table thead tr th:first-child {
  width: 33%;
  max-width: 36.9rem;
}
[class*="page-user-"].page-user-manage-detour table.views-table thead tr th:nth-child(2) {
  width: 25%;
}
[class*="page-user-"].page-user-manage-detour table.views-table thead tr th:nth-child(3) {
  width: 15%;
}
[class*="page-user-"].page-user-manage-detour table.views-table thead tr th:nth-child(4) {
  width: 15%;
}
[class*="page-user-"].page-user-manage-detour table.views-table thead tr th:last-child {
  width: 150px;
  min-width: 15rem;
}
[class*="page-user-"].page-user-manage-route table.views-table thead tr th:first-child {
  width: 10%;
  max-width: 14rem;
}
[class*="page-user-"].page-user-manage-route table.views-table thead tr th:nth-child(2) {
  width: 50%;
}
[class*="page-user-"].page-user-manage-route table.views-table thead tr th:last-child {
  width: 150px;
  min-width: 150px;
}
[class*="page-user-"].page-user-manage-route table.views-table thead tr th.tabledrag-hide {
  width: 8%;
}
[class*="page-user-"].page-user-manage-route table.views-table tbody tr:hover,
[class*="page-user-"].page-user-manage-route table.views-table tbody tr:focus {
  background-color: #f5f5f5;
}
[class*="page-user-"].page-user-manage-route table.views-table .weekday,
[class*="page-user-"].page-user-manage-route table.views-table .weekend,
[class*="page-user-"].page-user-manage-route table.views-table .holiday,
[class*="page-user-"].page-user-manage-route table.views-table .saturday,
[class*="page-user-"].page-user-manage-route table.views-table .sunday {
  display: inline-block;
}
[class*="page-user-"] a.tabledrag-handle .handle {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  background: none;
}
[class*="page-user-"] a.tabledrag-handle .handle:before {
  content: "\e99f";
  font-family: 'cityicons';
  font-size: 18px;
  color: #222;
}
[class*="page-user-"] .region-feedback .webform-client-form .webform-submit {
  padding: 6px 20px;
}
[class*="page-user-"].page-user-manage-faq #block-system-main > div {
  margin-bottom: 6rem;
}
[class*="page-user-"].page-user-manage-faq .row {
  margin-bottom: 0;
}
[class*="page-user-"].page-user-manage-faq ul.list ul {
  margin-top: 0;
}
[class*="page-user-"].page-user-manage-faq ul.list ul > li:first-child {
  border-top: 1px solid #eeeeee;
}
@media (min-width: 992px) {
  [class*="page-user-"].page-user-manage-faq ul.list ul li .col-sm-8 {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  [class*="page-user-"].page-user-manage-faq ul.list ul li ul li .col-sm-8 {
    padding-left: 45px;
  }
}
[class*="page-user-"].page-user-manage-faq[class*="page-user-manage-"] .main-container table a:not(.tabledrag-handle) {
  margin-left: 0;
}
[class*="page-user-"] select.weight-weight.form-control {
  padding: 0 5px;
}
[class*="page-user-"] .page-management tr td:first-child,
[class*="page-user-"] .page-management tr th:first-child {
  border-top: none;
  border-bottom: none;
}
[class*="page-user-"] .page-management tr:hover td:not(:first-child),
[class*="page-user-"] .page-management tr:hover th {
  background-color: #f5f5f5;
}
[class*="page-user-"] .page-management thead > tr > th:nth-child(1) {
  width: 42px;
}
[class*="page-user-"] .page-management thead > tr > th:nth-child(2) {
  width: 50%;
}
[class*="page-user-"] .page-management tbody + tbody {
  border-top: none;
}
[class*="page-user-"] .page-management tbody tr td,
[class*="page-user-"] .page-management tbody tr th {
  min-height: 42px;
  padding: 5px 15px;
  vertical-align: middle;
}
[class*="page-user-"] .page-management tbody.has-children > tr td:first-child {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
[class*="page-user-"] .page-management a {
  border-bottom: none;
}
[class*="page-user-"] .page-management ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[class*="page-user-"] .page-management tbody.child-pages > tr > th {
  padding-left: 40px;
}
[class*="page-user-"] .page-management ul.page-management-list {
  list-style: none;
  margin-left: 0;
}
[class*="page-user-"] .page-management ul.page-management-list li {
  padding: 0 !important;
}
[class*="page-user-"] .page-management ul.page-management-list li ul {
  margin-left: 30px;
  padding: 0 !important;
}
[class*="page-user-"] .page-management ul.page-management-list li ul .page-management-title {
  width: calc(648px - 30px);
}
[class*="page-user-"] .page-management ul.page-management-list li ul ul .page-management-title {
  width: calc(648px - (30px * 2));
}
[class*="page-user-"] .page-management ul.page-management-list li ul ul ul .page-management-title {
  width: calc(648px - (30px * 3));
}
[class*="page-user-"] .page-management ul.page-management-list li ul ul ul ul .page-management-title {
  width: calc(648px - (30px * 4));
}
[class*="page-user-"] .page-management ul.page-management-list li ul ul ul ul ul .page-management-title {
  width: calc(648px - (30px * 5));
}
[class*="page-user-"] .page-management ul.page-management-list ul {
  list-style: none;
}
[class*="page-user-"] .page-management .page-management-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
[class*="page-user-"] .page-management .page-management-item:hover > div:not(.page-management-control) {
  background-color: #f5f5f5;
}
[class*="page-user-"] .page-management .page-management-item.header {
  font-size: 18px;
  font-weight: 600;
}
[class*="page-user-"] .page-management .page-management-item.header:hover {
  background-color: transparent;
}
[class*="page-user-"] .page-management .page-management-item.header > div:before {
  display: none;
}
[class*="page-user-"] .page-management .page-management-title,
[class*="page-user-"] .page-management .page-management-lang,
[class*="page-user-"] .page-management .page-management-updated,
[class*="page-user-"] .page-management .page-management-actions {
  padding: 7px 15px;
  border-bottom: 1px solid #cccccc;
}
[class*="page-user-"] .page-management .page-management-control {
  width: 42px;
}
[class*="page-user-"] .page-management .page-management-control:not(:empty) {
  background-color: #eeeeee;
}
[class*="page-user-"] .page-management .page-management-title {
  width: 648px;
  font-weight: 600;
  position: relative;
}
[class*="page-user-"] .page-management .page-management-title:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 200px;
  height: 1px;
  background-color: #cccccc;
}
[class*="page-user-"] .page-management .page-management-lang {
  width: 150px;
}
[class*="page-user-"] .page-management .page-management-updated {
  width: 150px;
}
[class*="page-user-"] .page-management .page-management-actions {
  width: 150px;
}
[class*="page-user-"] .main-container .page-management .collapse-filter .collapse-filter-control {
  height: 40px;
  width: 42px;
  top: -20px;
  left: 1px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #eeeeee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
[class*="page-user-"] .main-container .page-management .collapse-filter .collapse-filter-control:before,
[class*="page-user-"] .main-container .page-management .collapse-filter .collapse-filter-control:after {
  top: 50%;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  [class*="page-user-"] .main-container .page-management .collapse-filter .collapse-filter-control {
    top: -21px;
  }
}
[class*="page-user-"] .language-filter {
  padding-left: 0;
  list-style: none;
  margin: 0 0 20px 0;
}
[class*="page-user-"] .language-filter > li {
  display: inline-block;
}
[class*="page-user-"] .language-filter > li:not(:first-child) {
  margin-left: -6px !important;
}
[class*="page-user-"] .language-filter > li > a {
  display: inline-block;
  margin-top: 7.5px;
  margin-right: 15px;
  margin-bottom: 7.5px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 18px;
  font-size: 16.8px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff;
  color: #043d5b;
  border-color: #065d8c;
  margin: 0;
}
[class*="page-user-"] .language-filter > li > a:after {
  content: '';
  position: absolute;
  right: -2px;
  bottom: -2px;
  left: -2px;
  height: 4px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
[class*="page-user-"] .language-filter > li > a:focus,
[class*="page-user-"] .language-filter > li > a.focus {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
}
[class*="page-user-"] .language-filter > li > a:hover,
[class*="page-user-"] .language-filter > li > a.active {
  color: #ffffff;
  background-color: #065d8c;
  border-color: #065d8c;
}
[class*="page-user-"] .language-filter > li > a:active,
.open > .dropdown-toggle[class*="page-user-"] .language-filter > li > a {
  color: #ffffff;
  background-color: #043d5b;
  border-color: #033651;
}
[class*="page-user-"] .language-filter > li > a:active:hover,
.open > .dropdown-toggle[class*="page-user-"] .language-filter > li > a:hover,
[class*="page-user-"] .language-filter > li > a:active:focus,
.open > .dropdown-toggle[class*="page-user-"] .language-filter > li > a:focus,
[class*="page-user-"] .language-filter > li > a:active.focus,
.open > .dropdown-toggle[class*="page-user-"] .language-filter > li > a.focus {
  color: #ffffff;
  background-color: #022639;
  border-color: #010c12;
}
[class*="page-user-"] .language-filter > li > a.disabled:hover,
[class*="page-user-"] .language-filter > li > a[disabled]:hover,
fieldset[disabled] [class*="page-user-"] .language-filter > li > a:hover,
[class*="page-user-"] .language-filter > li > a.disabled:focus,
[class*="page-user-"] .language-filter > li > a[disabled]:focus,
fieldset[disabled] [class*="page-user-"] .language-filter > li > a:focus,
[class*="page-user-"] .language-filter > li > a.disabled.focus,
[class*="page-user-"] .language-filter > li > a[disabled].focus,
fieldset[disabled] [class*="page-user-"] .language-filter > li > a.focus {
  background-color: #065d8c;
  border-color: #065d8c;
}
[class*="page-user-"] .language-filter > li > a .badge {
  color: #065d8c;
  background-color: #ffffff;
}
[class*="page-user-"] .language-filter > li:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
body[class*="node-preview"] .menu-admin-page-management {
  display: none;
}
body.front #nav-global .banner-logo {
  display: none;
}
body.front #content-banner {
  height: auto !important;
  background-position: center center !important;
  background-size: cover !important;
}
@media (min-width: 992px) {
  body.front #content-banner {
    min-height: 458px !important;
    background-position: center center !important;
  }
}
body.front #content-banner .alert-item {
  margin-top: 12px;
}
body.front #content-banner .alert-item:first-of-type {
  margin-top: 12px;
}
body.front #content-banner .alert-item .alert {
  position: relative;
  padding: 12px;
  margin-bottom: 12px;
}
body.front #content-banner .alert-item .alert.alert-DSE h4 {
  margin-right: 10px;
  line-height: 50px !important;
  font-size: 50px;
}
@media (max-width: 400px) {
  body.front #content-banner .alert-item .alert.alert-DSE img {
    float: left;
    max-width: 47%;
  }
}
body.front #content-banner .alert-item .alert.alert-DSE .dse-date {
  margin: 10px -12px -12px;
}
@media (min-width: 401px) {
}
body.front #content-banner .alert-item .alert img {
  -webkit-filter: none;
  filter: none;
}
body.front #content-banner .alert-item .alert h4 {
  margin-top: 3px;
  font-size: 16px;
}
body.front #content-banner .banner-right.alert-group {
  margin-top: 30px;
}
@media (min-width: 1130px) {
  body.front #content-banner .banner-right.alert-group .alert-item {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}
@media (min-width: 1130px) {
}
body.front #content-banner .banner-right.alert-group .alert-item h4 {
  margin-top: 4px;
}
body.front #content-banner .banner-right.alert-group .alert-item img.pull-left {
  margin: 0 6px 0 0;
}
body.front .addthis-wrap {
  float: left !important;
  margin-top: 17px;
}
@media (min-width: 1050px) {
  body.front .addthis-wrap {
    float: right !important;
  }
}
@media (max-width: 991px) {
  body.front .col-sm-4 {
    margin-bottom: 20px;
  }
}
body.front .homepage-i-want-to {
  clear: both;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eeeeee;
}
body.front .homepage-i-want-to li {
  display: block;
}
@media (max-width: 991px) {
  body.front .homepage-i-want-to li {
    padding: 0;
  }
}
@media (min-width: 768px) {
  body.front .homepage-i-want-to li {
    display: inline-block;
    width: 23.5%;
  }
}
@media (min-width: 992px) {
  body.front .homepage-i-want-to li {
    display: inline-block;
    width: 19.5%;
  }
}
body.front .homepage-i-want-to li a {
  padding: 15px 8px;
}
@media (min-width: 992px) {
  body.front .homepage-i-want-to li a {
    padding: 8px;
  }
}
body.front .homepage-i-want-to li a:hover,
body.front .homepage-i-want-to li a:focus {
  background-color: #d5d5d5 !important;
}
body.front .homepage-i-want-to li a img {
  height: 40px;
  width: 40px;
}
@media (min-width: 992px) {
  body.front .homepage-i-want-to li a img {
    height: 50px;
    width: 50px;
  }
}
body.front .homepage-services {
  padding-top: 15px;
  background-color: #d5d5d5;
  margin-bottom: 1em;
}
.iconstack {
  border-left: 3px solid #e1e3e5;
  margin-left: 26px;
  font-size: 17px;
}
@media (min-width: 992px) {
  .iconstack {
    margin-left: 60px;
  }
}
.iconstack .item {
  position: relative;
  min-height: 100px;
  border-bottom: 1px solid #e1e3e5;
  padding: 0 20px 20px 0;
  margin-bottom: 40px;
  margin-left: 40px;
}
@media (min-width: 992px) {
  .iconstack .item {
    margin-left: 80px;
  }
}
.iconstack .iconstack-icon {
  position: absolute;
  top: 0;
  left: -72px;
  background-color: #fff;
  border: 5px solid #e1e3e5;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  padding-top: 7px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #454b4f;
}
@media (min-width: 992px) {
  .iconstack .iconstack-icon {
    left: -132px;
    height: 100px;
    width: 100px;
    font-size: 60px;
  }
}
@media (min-width: 992px) {
}
.iconstack .iconstack-icon img {
  display: inline-block;
  max-height: 34px;
  width: auto;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .iconstack .iconstack-icon img {
    max-height: 56px;
    margin-top: 17px;
  }
}
.iconstack .gm-style {
  margin-bottom: 20px;
}
.iconstack .file {
  display: block;
}
.iconstack .file img {
  display: inline-block;
}
.iconstack .list li {
  border-bottom: none;
}
body.city-of-madison #content-banner {
  background-color: transparent;
}
body.city-of-madison #content-banner .banner-logo img {
  display: inline-block;
  max-width: 150px;
  -webkit-filter: drop-shadow(0 0 20px #000000);
  filter: drop-shadow(0 0 20px #000000);
}
body.city-of-madison #content-banner .banner-logo .logo-text {
  display: table-cell;
  font-size: 1.6em;
  max-width: 100%;
  color: #248;
  text-shadow: 0 0 20px #000000;
}
body.city-of-madison #content-banner .banner-right {
  margin-top: 20px;
  color: #248;
}
body.city-of-madison #content-banner .banner-right .slogan {
  font-style: normal;
}
body.city-of-madison .flexslider .flex-caption {
  background: rgba(50, 50, 50, 0.75);
}
body.city-of-madison .navbar-default {
  background-color: #f8f8f8;
  border-color: transparent;
}
body.city-of-madison .navbar-default .navbar-brand {
  color: #248;
}
body.city-of-madison .navbar-default .navbar-brand:hover,
body.city-of-madison .navbar-default .navbar-brand:focus {
  color: #18305f;
  background-color: transparent;
}
body.city-of-madison .navbar-default .navbar-text {
  color: #248;
}
body.city-of-madison .navbar-default .navbar-nav > li > a {
  color: #248;
}
body.city-of-madison .navbar-default .navbar-nav > li > a:hover,
body.city-of-madison .navbar-default .navbar-nav > li > a:focus {
  color: #18305f;
  background-color: #f0f0f0;
}
body.city-of-madison .navbar-default .navbar-nav > .active > a {
  border-bottom-color: #777777;
}
@media (min-width: 992px) {
  body.city-of-madison .navbar-default .navbar-nav > .active > a,
  body.city-of-madison .navbar-default .navbar-nav > .active > a:hover,
  body.city-of-madison .navbar-default .navbar-nav > .active > a:focus {
    color: #18305f;
    background-color: #ebebeb;
  }
}
body.city-of-madison .navbar-default .navbar-nav > .disabled > a,
body.city-of-madison .navbar-default .navbar-nav > .disabled > a:hover,
body.city-of-madison .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
body.city-of-madison .navbar-default .navbar-toggle {
  border-color: #ddd;
  color: #248;
}
body.city-of-madison .navbar-default .navbar-toggle:hover,
body.city-of-madison .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
body.city-of-madison .navbar-default .navbar-toggle .icon-bar {
  background-color: #248;
}
body.city-of-madison .navbar-default .navbar-collapse,
body.city-of-madison .navbar-default .navbar-form {
  border-color: transparent;
}
body.city-of-madison .navbar-default .navbar-nav > .open > a,
body.city-of-madison .navbar-default .navbar-nav > .open > a:hover,
body.city-of-madison .navbar-default .navbar-nav > .open > a:focus {
  background-color: #ebebeb;
  color: #18305f;
}
@media (max-width: 991px) {
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #248;
  }
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #18305f;
    background-color: #f0f0f0;
  }
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #18305f;
    background-color: #ebebeb;
  }
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  body.city-of-madison .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
body.city-of-madison .navbar-default .navbar-link {
  color: #248;
}
body.city-of-madison .navbar-default .navbar-link:hover {
  color: #18305f;
}
body.city-of-madison .navbar-default .btn-link {
  color: #248;
}
body.city-of-madison .navbar-default .btn-link:hover,
body.city-of-madison .navbar-default .btn-link:focus {
  color: #18305f;
}
body.city-of-madison .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] body.city-of-madison .navbar-default .btn-link:hover,
body.city-of-madison .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] body.city-of-madison .navbar-default .btn-link:focus {
  color: #ccc;
}
body.city-of-madison .navbar-default {
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(248, 248, 248, 0.7) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(248, 248, 248, 0.7) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(248, 248, 248, 0.7)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(248, 248, 248, 0.7) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80ffffff', endColorstr='#b3f8f8f8', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
@media (min-width: 992px) {
  body.city-of-madison .navbar-default .navbar-nav > .open > a,
  body.city-of-madison .navbar-default .navbar-nav > .active > a {
    background-image: -webkit-linear-gradient(top, #dedede 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #dedede 0%, #e6e6e6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(#e6e6e6));
    background-image: linear-gradient(to bottom, #dedede 0%, #e6e6e6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdedede', endColorstr='#ffe6e6e6', GradientType=0);
  }
}
body.city-of-madison .navbar-default {
  border-bottom: 4px solid #93b3bd;
}
body.city-of-madison a.btn:not(.btn-outline-primary),
body.city-of-madison a:hover.btn:not(.btn-outline-primary),
body.city-of-madison a:focus.btn:not(.btn-outline-primary) {
  border-width: 1px;
  border-color: transparent;
}
body.city-of-madison a.btn:not(.btn-outline-primary).btn-info,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-info,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-info,
body.city-of-madison a.btn:not(.btn-outline-primary).btn-primary,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-primary,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-primary,
body.city-of-madison a.btn:not(.btn-outline-primary).btn-success,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-success,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-success,
body.city-of-madison a.btn:not(.btn-outline-primary).btn-danger,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-danger,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-danger,
body.city-of-madison a.btn:not(.btn-outline-primary).btn-warning,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-warning,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-warning {
  color: #fff;
}
body.city-of-madison a.btn:not(.btn-outline-primary).btn-info,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-info,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-info {
  border-color: #46b8da;
}
body.city-of-madison a.btn:not(.btn-outline-primary).btn-primary,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-primary,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-primary {
  border-color: #255b88;
}
body.city-of-madison a.btn:not(.btn-outline-primary).btn-success,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-success,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-success {
  border-color: #4cae4c;
}
body.city-of-madison a.btn:not(.btn-outline-primary).btn-danger,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-danger,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-danger {
  border-color: #d43f3a;
}
body.city-of-madison a.btn:not(.btn-outline-primary).btn-warning,
body.city-of-madison a:hover.btn:not(.btn-outline-primary).btn-warning,
body.city-of-madison a:focus.btn:not(.btn-outline-primary).btn-warning {
  border-color: #eea236;
}
body.city-of-madison #content-banner .banner-logo {
  margin-top: 12px;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body.city-of-madison #content-banner .banner-logo {
    width: auto;
    padding: 10px 10px 10px 0;
  }
}
body.city-of-madison #content-banner .banner-logo .logo-block {
  background-color: rgba(50, 50, 50, 0.8);
}
body.city-of-madison #content-banner .banner-logo .logo-block:hover {
  background-color: #333;
}
body.city-of-madison #content-banner .banner-logo .logo-block .logo img {
  max-width: 116px;
}
body.city-of-madison #content-banner .banner-logo .logo-block .logo-text {
  max-width: 210px;
  font-size: 25px;
  color: #fff;
  font-weight: normal;
}
@media (min-width: 992px) {
  body.city-of-madison #content-banner .banner-logo .logo-block .logo-text {
    font-size: 27px;
  }
}
body.city-of-madison .navbar-default .navbar-nav > li > a {
  font-weight: bold;
}
@media (min-width: 992px) {
  body.city-of-madison .navbar-default .navbar-nav > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  body.city-of-madison .navbar-default .navbar-nav > li > a {
    font-size: 17px;
  }
}
body.city-of-madison .navbar-default .navbar-nav .active > a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93b3bd), to(#93b3bd));
  background-image: -webkit-linear-gradient(top, #93b3bd 0, #93b3bd 100%);
  background-image: -o-linear-gradient(top, #93b3bd 0, #93b3bd 100%);
  background-image: linear-gradient(to bottom, #93b3bd 0, #93b3bd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff93b3bd', endColorstr='#ff93b3bd', GradientType=0);
}
body.city-of-madison.node-type-news .navbar-default .navbar-nav > li.news-updates > a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93b3bd), to(#93b3bd));
  background-image: -webkit-linear-gradient(top, #93b3bd 0, #93b3bd 100%);
  background-image: -o-linear-gradient(top, #93b3bd 0, #93b3bd 100%);
  background-image: linear-gradient(to bottom, #93b3bd 0, #93b3bd 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff93b3bd', endColorstr='#ff93b3bd', GradientType=0);
}
body.city-of-madison .sidebar h2 .small {
  font-size: 85%;
}
body.city-of-madison .region-footer .view-display-id-outreach_footer_block .list.double li {
  float: none;
  width: auto;
  margin-right: 0;
}
body.city-of-madison .view-display-id-news_list_by_term {
  margin-bottom: 30px;
}
body.city-of-madison.page-node-33744 #content-banner {
  background-image: url('https://www.cityofmadison.com/sites/default/files/city-of-madison/frontpage/assets/community_bonds-banner.jpg');
  background-size: cover;
  background-position: center center;
  height: 25vw;
  max-height: 400px;
  min-height: 100px;
}
body.city-of-madison.page-node-33744 .navbar.main-nav {
  display: none;
}
body.city-of-madison.page-node-33744 .page-header {
  margin-top: 0;
}
body.city-of-madison .views-display .list.field a,
body.city-of-madison .calendarlist .list a {
  border-bottom: none;
}
body.city-of-madison .views-display .list.field a:hover,
body.city-of-madison .calendarlist .list a:hover,
body.city-of-madison .views-display .list.field a:focus,
body.city-of-madison .calendarlist .list a:focus {
  text-decoration: underline;
}
body.com-frontpage .image-overlay + .list a,
body.com-frontpage .sidebar .list a {
  border-bottom: none;
  font-weight: normal;
}
body.com-frontpage .image-overlay + .list a:hover,
body.com-frontpage .sidebar .list a:hover,
body.com-frontpage .image-overlay + .list a:focus,
body.com-frontpage .sidebar .list a:focus {
  text-decoration: underline;
}
.main-container .calendar {
  border-radius: 0 0 4px 4px;
  color: #777777;
  margin: 0 0 20px;
}
.main-container .calendar a {
  border-bottom: 0;
}
.main-container .calendar thead tr td {
  background-color: #777777;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
}
.main-container .calendar thead tr td a {
  color: #d0d0d0;
}
.main-container .calendar tbody tr.calendar-weekdays td,
.main-container .calendar tbody tr.calendar-weekdays td:hover {
  background-color: #eeeeee;
  border-top: none;
  font-weight: bold;
  padding: 8px;
}
.main-container .calendar tbody tr.calendar-weekdays td:first-child,
.main-container .calendar tbody tr.calendar-weekdays td:hover:first-child {
  border-top-left-radius: 0 !important;
}
.main-container .calendar tbody tr.calendar-weekdays td:last-child,
.main-container .calendar tbody tr.calendar-weekdays td:hover:last-child {
  border-top-right-radius: 0 !important;
}
.main-container .calendar tbody tr td {
  border-bottom: none;
  border-right: none;
  padding: 0;
  text-align: center;
}
.main-container .calendar tbody tr td:first-child {
  border-left: none;
}
.main-container .calendar tbody tr td.mini {
  width: inherit;
}
.main-container .calendar tbody tr td.today,
.main-container .calendar tbody tr td.today:hover {
  background-color: #eeeeee !important;
  border: 1px solid #e3e3e3;
}
.main-container .calendar tbody tr td.today a,
.main-container .calendar tbody tr td.today:hover a {
  color: #15334c;
}
.main-container .calendar tbody tr td.empty,
.main-container .calendar tbody tr td.empty:hover {
  background-color: #f9f9f9;
}
.main-container .calendar tbody tr td.has-no-events:hover {
  background: none;
}
.main-container .calendar tbody tr td:hover {
  background-color: #f3f3f3;
}
.main-container .calendar tbody tr td .calendar-empty {
  line-height: 0;
}
.main-container .calendar tbody tr td a {
  display: block;
  padding: 8px;
  text-decoration: none;
  font-weight: 600;
}
.main-container .calendar tbody tr td .mini-day-off {
  padding: 8px;
}
.calendar-month-view .date-nav-wrapper {
  background-color: #777777;
  margin: 0;
  min-width: 232px;
}
.calendar-month-view .date-nav-wrapper .date-nav {
  margin: 0;
  min-height: inherit;
  padding: 0;
}
.calendar-month-view .date-nav-wrapper .date-nav .date-heading h3 {
  color: #fff;
  line-height: 35px;
  font-size: 1.1em;
  font-weight: bold;
}
.calendar-month-view .date-nav-wrapper .date-nav .date-heading h3 a {
  color: #d0d0d0;
}
.calendar-month-view .date-nav-wrapper .date-nav .date-heading h3 a:hover {
  color: #fff;
}
.calendar-month-view .date-nav-wrapper .date-nav .pager {
  margin: 0;
}
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-prev,
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-next {
  background: none;
  border-radius: 0;
  padding: 0 !important;
}
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-prev a,
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-next a {
  background: none;
  border: none;
  border-radius: 0;
  color: #d0d0d0;
  display: inline-block;
  font-size: 1.7em;
  font-weight: normal;
  line-height: 25px;
  margin: 0;
}
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-prev a:hover,
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-next a:hover {
  background: none #d0d0d0;
  color: #777777;
}
.calendar-month-view .date-nav-wrapper .date-nav .pager .date-prev {
  left: 0;
  right: auto;
}
.list.events h5 {
  background-color: #777777;
  color: #fff;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 1em;
  font-weight: normal;
}
.list.events ul.list {
  border-top: none;
}
.list.events ul.list li {
  border-color: #e3e3e3;
  padding: 8px;
}
.list.events ul.list li.even,
.list.events ul.list li.views-row-even {
  background-color: #f5f5f5;
}
.icon-event-community,
.icon-events_comm {
  background: url("/sites/default/files/template/icon-event.png") -16px 0 no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  margin-right: 6px;
  vertical-align: text-top;
  width: 14px;
}
.directions-driving .svg-icon-auto {
  background: url("/sites/all/themes/cityofmadison/images/svg/icon-auto.svg") no-repeat;
  display: inline-block;
  height: 10px;
  width: 20px;
}
.directions-bus .svg-icon-bus {
  background: url("/sites/all/themes/cityofmadison/images/svg/icon-bus.svg") no-repeat;
  display: inline-block;
  height: 10px;
  width: 20px;
}
.pane-menu-menu-other-city-calendars h2 {
  margin: 0;
  line-height: 1.35em;
  border-bottom: 2px solid #efefef;
}
