@charset "UTF-8";
/* ---------------------------------------------------------
   VENDOR
   ---------------------------------------------------------*/
@font-face {
  font-family: 'beausite';
  src: url("../fonts/beausiteclassic-regular-webfont.woff") format("woff"), url("../fonts/beausiteclassic-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'district';
  src: url("../fonts/garagefonts_-_district-book-webfont.woff") format("woff"), url("../fonts/garagefonts_-_district-book-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'district';
  src: url("../fonts/garagefonts_-_district-bookitalic-webfont.woff") format("woff"), url("../fonts/garagefonts_-_district-bookitalic-webfont.svg") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'district';
  src: url("../fonts/garagefonts_-_district-medium-webfont.woff") format("woff"), url("../fonts/garagefonts_-_district-medium-webfont.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'district';
  src: url("../fonts/garagefonts_-_district-bold-webfont.woff") format("woff"), url("../fonts/garagefonts_-_district-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'districtdemi';
  src: url("../fonts/garagefonts_-_district-demi-webfont.woff") format("woff"), url("../fonts/garagefonts_-_district-demi-webfont.svg") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'modern_pictograms';
  src: url("../fonts/modernpictogramspro_2.34-webfont.woff") format("woff"), url("../fonts/modernpictogramspro_2.34-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-youtube:before {
  content: "\e900"; }

.icon-arror-d:before {
  content: "\e901"; }

.icon-arror-r:before {
  content: "\e902"; }

.icon-google-plus1:before {
  content: "\ea8b"; }

.icon-facebook1:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

.icon-twitter1:before {
  content: "\ea96"; }

.icon-linkedin2:before {
  content: "\eaca"; }

/* ---------------------------------------------------------
   RESET/BASE
   ---------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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 {
  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"] {
  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;
  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;
    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; }
  .navbar {
    display: none; }
  .btn > .caret, .open-close-block .info a > .caret, .user-login-form input[type="submit"] > .caret,
  .contact-message-feedback-form input[type="submit"] > .caret,
  .dropup > .btn > .caret, .open-close-block .info
  .dropup > a > .caret, .user-login-form
  .dropup > input[type="submit"] > .caret,
  .contact-message-feedback-form
  .dropup > input[type="submit"] > .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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg") 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: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.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: transparent; }

body {
  font-family: "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  line-height: 1.63;
  color: #47545c;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #75c8b9;
  text-decoration: none; }
  a:hover, a:focus {
    color: #45ac99;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.63;
  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: 32px;
  margin-bottom: 32px;
  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, .paragraphs-base-text .paragraph-description.add-styling, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small, .paragraphs-base-text .paragraph-description.add-styling small,
  .h2 .small, .paragraphs-base-text .paragraph-description.add-styling .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2, .paragraphs-base-text .paragraph-description.add-styling,
h3, .h3 {
  margin-top: 32px;
  margin-bottom: 16px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small, .paragraphs-base-text .paragraph-description.add-styling small,
  .h2 .small, .paragraphs-base-text .paragraph-description.add-styling .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 16px;
  margin-bottom: 16px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 42px; }

h2, .h2, .paragraphs-base-text .paragraph-description.add-styling {
  font-size: 38px; }

h3, .h3 {
  font-size: 34px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 16px; }

.lead {
  margin-bottom: 32px;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 30px; } }

small,
.small {
  font-size: 85%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 15px;
  margin: 64px 0 32px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 16px; }
  ul ul,
  ul ol,
  ol ul,
  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: 32px; }

dt,
dd {
  line-height: 1.63; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    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%; }

blockquote {
  padding: 16px 32px;
  margin: 0 0 32px;
  font-size: 25px;
  border-left: 5px solid #eeeeee; }
  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.63;
    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 #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 32px;
  font-style: normal;
  line-height: 1.63; }

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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 15.5px;
  margin: 0 0 16px;
  font-size: 19px;
  line-height: 1.63;
  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, #block-lilp-local-tasks ul {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px; }
  .container:before, #block-lilp-local-tasks ul:before, .container:after, #block-lilp-local-tasks ul:after {
    content: " ";
    display: table; }
  .container:after, #block-lilp-local-tasks ul:after {
    clear: both; }
  @media (min-width: 768px) {
    .container, #block-lilp-local-tasks ul {
      width: 748px; } }
  @media (min-width: 992px) {
    .container, #block-lilp-local-tasks ul {
      width: 968px; } }
  @media (min-width: 1200px) {
    .container, #block-lilp-local-tasks ul {
      width: 1106px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -14px;
  margin-right: -14px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 14px;
  padding-right: 14px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 32px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.63;
    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 > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 24px;
      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 > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .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: 32px;
  font-size: 30px;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 20px;
  line-height: 1.63;
  color: #999; }

.form-control, .user-login-form input[type="text"],
.user-login-form input[type="password"],
.user-login-form input[type="email"],
.contact-message-feedback-form input[type="text"],
.contact-message-feedback-form input[type="password"],
.contact-message-feedback-form input[type="email"] {
  display: block;
  width: 100%;
  height: 46px;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.63;
  color: #999;
  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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus, .user-login-form input[type="text"]:focus,
  .user-login-form input[type="password"]:focus,
  .user-login-form input[type="email"]:focus,
  .contact-message-feedback-form input[type="text"]:focus,
  .contact-message-feedback-form input[type="password"]:focus,
  .contact-message-feedback-form input[type="email"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder, .user-login-form input[type="text"]::-moz-placeholder,
  .user-login-form input[type="password"]::-moz-placeholder,
  .user-login-form input[type="email"]::-moz-placeholder,
  .contact-message-feedback-form input[type="text"]::-moz-placeholder,
  .contact-message-feedback-form input[type="password"]::-moz-placeholder,
  .contact-message-feedback-form input[type="email"]::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder, .user-login-form input[type="text"]:-ms-input-placeholder,
  .user-login-form input[type="password"]:-ms-input-placeholder,
  .user-login-form input[type="email"]:-ms-input-placeholder,
  .contact-message-feedback-form input[type="text"]:-ms-input-placeholder,
  .contact-message-feedback-form input[type="password"]:-ms-input-placeholder,
  .contact-message-feedback-form input[type="email"]:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder, .user-login-form input[type="text"]::-webkit-input-placeholder,
  .user-login-form input[type="password"]::-webkit-input-placeholder,
  .user-login-form input[type="email"]::-webkit-input-placeholder,
  .contact-message-feedback-form input[type="text"]::-webkit-input-placeholder,
  .contact-message-feedback-form input[type="password"]::-webkit-input-placeholder,
  .contact-message-feedback-form input[type="email"]::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand, .user-login-form input[type="text"]::-ms-expand,
  .user-login-form input[type="password"]::-ms-expand,
  .user-login-form input[type="email"]::-ms-expand,
  .contact-message-feedback-form input[type="text"]::-ms-expand,
  .contact-message-feedback-form input[type="password"]::-ms-expand,
  .contact-message-feedback-form input[type="email"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .user-login-form input[disabled][type="text"],
  .user-login-form input[disabled][type="password"],
  .user-login-form input[disabled][type="email"],
  .contact-message-feedback-form input[disabled][type="text"],
  .contact-message-feedback-form input[disabled][type="password"],
  .contact-message-feedback-form input[disabled][type="email"], .form-control[readonly], .user-login-form input[readonly][type="text"],
  .user-login-form input[readonly][type="password"],
  .user-login-form input[readonly][type="email"],
  .contact-message-feedback-form input[readonly][type="text"],
  .contact-message-feedback-form input[readonly][type="password"],
  .contact-message-feedback-form input[readonly][type="email"],
  fieldset[disabled] .form-control,
  fieldset[disabled] .user-login-form input[type="text"], .user-login-form
  fieldset[disabled] input[type="text"],
  fieldset[disabled]
  .user-login-form input[type="password"],
  .user-login-form
  fieldset[disabled] input[type="password"],
  fieldset[disabled]
  .user-login-form input[type="email"],
  .user-login-form
  fieldset[disabled] input[type="email"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="text"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="text"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="password"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="password"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="email"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="email"] {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], .user-login-form input[disabled][type="text"],
  .user-login-form input[disabled][type="password"],
  .user-login-form input[disabled][type="email"],
  .contact-message-feedback-form input[disabled][type="text"],
  .contact-message-feedback-form input[disabled][type="password"],
  .contact-message-feedback-form input[disabled][type="email"],
  fieldset[disabled] .form-control,
  fieldset[disabled] .user-login-form input[type="text"], .user-login-form
  fieldset[disabled] input[type="text"],
  fieldset[disabled]
  .user-login-form input[type="password"],
  .user-login-form
  fieldset[disabled] input[type="password"],
  fieldset[disabled]
  .user-login-form input[type="email"],
  .user-login-form
  fieldset[disabled] input[type="email"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="text"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="text"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="password"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="password"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="email"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="email"] {
    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"].form-control, .user-login-form input[type="date"][type="text"],
  .user-login-form input[type="date"][type="password"],
  .user-login-form input[type="date"][type="email"],
  .contact-message-feedback-form input[type="date"][type="text"],
  .contact-message-feedback-form input[type="date"][type="password"],
  .contact-message-feedback-form input[type="date"][type="email"],
  input[type="time"].form-control,
  .user-login-form input[type="time"][type="text"],
  .user-login-form input[type="time"][type="password"],
  .user-login-form input[type="time"][type="email"],
  .contact-message-feedback-form input[type="time"][type="text"],
  .contact-message-feedback-form input[type="time"][type="password"],
  .contact-message-feedback-form input[type="time"][type="email"],
  input[type="datetime-local"].form-control,
  .user-login-form input[type="datetime-local"][type="text"],
  .user-login-form input[type="datetime-local"][type="password"],
  .user-login-form input[type="datetime-local"][type="email"],
  .contact-message-feedback-form input[type="datetime-local"][type="text"],
  .contact-message-feedback-form input[type="datetime-local"][type="password"],
  .contact-message-feedback-form input[type="datetime-local"][type="email"],
  input[type="month"].form-control,
  .user-login-form input[type="month"][type="text"],
  .user-login-form input[type="month"][type="password"],
  .user-login-form input[type="month"][type="email"],
  .contact-message-feedback-form input[type="month"][type="text"],
  .contact-message-feedback-form input[type="month"][type="password"],
  .contact-message-feedback-form input[type="month"][type="email"] {
    line-height: 46px; }
  input[type="date"].input-sm,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm
  input[type="month"] {
    line-height: 37px; }
  input[type="date"].input-lg,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg
  input[type="month"] {
    line-height: 56px; } }

.form-group, .user-login-form .form-item,
.contact-message-feedback-form .form-item {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 32px;
    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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 52px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

.input-sm {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 37px;
  line-height: 37px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.form-group-sm .form-control, .form-group-sm .user-login-form input[type="text"], .user-login-form .form-group-sm input[type="text"], .form-group-sm
.user-login-form input[type="password"],
.user-login-form .form-group-sm input[type="password"], .form-group-sm
.user-login-form input[type="email"],
.user-login-form .form-group-sm input[type="email"], .form-group-sm
.contact-message-feedback-form input[type="text"],
.contact-message-feedback-form .form-group-sm input[type="text"], .form-group-sm
.contact-message-feedback-form input[type="password"],
.contact-message-feedback-form .form-group-sm input[type="password"], .form-group-sm
.contact-message-feedback-form input[type="email"],
.contact-message-feedback-form .form-group-sm input[type="email"] {
  height: 37px;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 37px;
  line-height: 37px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 37px;
  min-height: 49px;
  padding: 6px 10px;
  font-size: 17px;
  line-height: 1.5; }

.input-lg {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg {
  height: 56px;
  line-height: 56px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.form-group-lg .form-control, .form-group-lg .user-login-form input[type="text"], .user-login-form .form-group-lg input[type="text"], .form-group-lg
.user-login-form input[type="password"],
.user-login-form .form-group-lg input[type="password"], .form-group-lg
.user-login-form input[type="email"],
.user-login-form .form-group-lg input[type="email"], .form-group-lg
.contact-message-feedback-form input[type="text"],
.contact-message-feedback-form .form-group-lg input[type="text"], .form-group-lg
.contact-message-feedback-form input[type="password"],
.contact-message-feedback-form .form-group-lg input[type="password"], .form-group-lg
.contact-message-feedback-form input[type="email"],
.contact-message-feedback-form .form-group-lg input[type="email"] {
  height: 56px;
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 56px;
  line-height: 56px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 56px;
  min-height: 57px;
  padding: 11px 16px;
  font-size: 25px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control, .has-feedback .user-login-form input[type="text"], .user-login-form .has-feedback input[type="text"], .has-feedback
  .user-login-form input[type="password"],
  .user-login-form .has-feedback input[type="password"], .has-feedback
  .user-login-form input[type="email"],
  .user-login-form .has-feedback input[type="email"], .has-feedback
  .contact-message-feedback-form input[type="text"],
  .contact-message-feedback-form .has-feedback input[type="text"], .has-feedback
  .contact-message-feedback-form input[type="password"],
  .contact-message-feedback-form .has-feedback input[type="password"], .has-feedback
  .contact-message-feedback-form input[type="email"],
  .contact-message-feedback-form .has-feedback input[type="email"] {
    padding-right: 57.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .user-login-form input[type="text"] + .form-control-feedback, .user-login-form
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg
.user-login-form input[type="password"] + .form-control-feedback,
.user-login-form
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg
.user-login-form input[type="email"] + .form-control-feedback,
.user-login-form
.form-group-lg input[type="email"] + .form-control-feedback,
.form-group-lg
.contact-message-feedback-form input[type="text"] + .form-control-feedback,
.contact-message-feedback-form
.form-group-lg input[type="text"] + .form-control-feedback,
.form-group-lg
.contact-message-feedback-form input[type="password"] + .form-control-feedback,
.contact-message-feedback-form
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg
.contact-message-feedback-form input[type="email"] + .form-control-feedback,
.contact-message-feedback-form
.form-group-lg input[type="email"] + .form-control-feedback {
  width: 56px;
  height: 56px;
  line-height: 56px; }

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .user-login-form input[type="text"] + .form-control-feedback, .user-login-form
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm
.user-login-form input[type="password"] + .form-control-feedback,
.user-login-form
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm
.user-login-form input[type="email"] + .form-control-feedback,
.user-login-form
.form-group-sm input[type="email"] + .form-control-feedback,
.form-group-sm
.contact-message-feedback-form input[type="text"] + .form-control-feedback,
.contact-message-feedback-form
.form-group-sm input[type="text"] + .form-control-feedback,
.form-group-sm
.contact-message-feedback-form input[type="password"] + .form-control-feedback,
.contact-message-feedback-form
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm
.contact-message-feedback-form input[type="email"] + .form-control-feedback,
.contact-message-feedback-form
.form-group-sm input[type="email"] + .form-control-feedback {
  width: 37px;
  height: 37px;
  line-height: 37px; }

.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, .has-success .user-login-form input[type="text"], .user-login-form .has-success input[type="text"], .has-success
.user-login-form input[type="password"],
.user-login-form .has-success input[type="password"], .has-success
.user-login-form input[type="email"],
.user-login-form .has-success input[type="email"], .has-success
.contact-message-feedback-form input[type="text"],
.contact-message-feedback-form .has-success input[type="text"], .has-success
.contact-message-feedback-form input[type="password"],
.contact-message-feedback-form .has-success input[type="password"], .has-success
.contact-message-feedback-form input[type="email"],
.contact-message-feedback-form .has-success input[type="email"] {
  border-color: #3c763d;
  -webkit-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, .has-success .user-login-form input[type="text"]:focus, .user-login-form .has-success input[type="text"]:focus, .has-success
  .user-login-form input[type="password"]:focus,
  .user-login-form .has-success input[type="password"]:focus, .has-success
  .user-login-form input[type="email"]:focus,
  .user-login-form .has-success input[type="email"]:focus, .has-success
  .contact-message-feedback-form input[type="text"]:focus,
  .contact-message-feedback-form .has-success input[type="text"]:focus, .has-success
  .contact-message-feedback-form input[type="password"]:focus,
  .contact-message-feedback-form .has-success input[type="password"]:focus, .has-success
  .contact-message-feedback-form input[type="email"]:focus,
  .contact-message-feedback-form .has-success input[type="email"]:focus {
    border-color: #2b542c;
    -webkit-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, .has-warning .user-login-form input[type="text"], .user-login-form .has-warning input[type="text"], .has-warning
.user-login-form input[type="password"],
.user-login-form .has-warning input[type="password"], .has-warning
.user-login-form input[type="email"],
.user-login-form .has-warning input[type="email"], .has-warning
.contact-message-feedback-form input[type="text"],
.contact-message-feedback-form .has-warning input[type="text"], .has-warning
.contact-message-feedback-form input[type="password"],
.contact-message-feedback-form .has-warning input[type="password"], .has-warning
.contact-message-feedback-form input[type="email"],
.contact-message-feedback-form .has-warning input[type="email"] {
  border-color: #8a6d3b;
  -webkit-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, .has-warning .user-login-form input[type="text"]:focus, .user-login-form .has-warning input[type="text"]:focus, .has-warning
  .user-login-form input[type="password"]:focus,
  .user-login-form .has-warning input[type="password"]:focus, .has-warning
  .user-login-form input[type="email"]:focus,
  .user-login-form .has-warning input[type="email"]:focus, .has-warning
  .contact-message-feedback-form input[type="text"]:focus,
  .contact-message-feedback-form .has-warning input[type="text"]:focus, .has-warning
  .contact-message-feedback-form input[type="password"]:focus,
  .contact-message-feedback-form .has-warning input[type="password"]:focus, .has-warning
  .contact-message-feedback-form input[type="email"]:focus,
  .contact-message-feedback-form .has-warning input[type="email"]:focus {
    border-color: #66512c;
    -webkit-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, .has-error .user-login-form input[type="text"], .user-login-form .has-error input[type="text"], .has-error
.user-login-form input[type="password"],
.user-login-form .has-error input[type="password"], .has-error
.user-login-form input[type="email"],
.user-login-form .has-error input[type="email"], .has-error
.contact-message-feedback-form input[type="text"],
.contact-message-feedback-form .has-error input[type="text"], .has-error
.contact-message-feedback-form input[type="password"],
.contact-message-feedback-form .has-error input[type="password"], .has-error
.contact-message-feedback-form input[type="email"],
.contact-message-feedback-form .has-error input[type="email"] {
  border-color: #a94442;
  -webkit-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, .has-error .user-login-form input[type="text"]:focus, .user-login-form .has-error input[type="text"]:focus, .has-error
  .user-login-form input[type="password"]:focus,
  .user-login-form .has-error input[type="password"]:focus, .has-error
  .user-login-form input[type="email"]:focus,
  .user-login-form .has-error input[type="email"]:focus, .has-error
  .contact-message-feedback-form input[type="text"]:focus,
  .contact-message-feedback-form .has-error input[type="text"]:focus, .has-error
  .contact-message-feedback-form input[type="password"]:focus,
  .contact-message-feedback-form .has-error input[type="password"]:focus, .has-error
  .contact-message-feedback-form input[type="email"]:focus,
  .contact-message-feedback-form .has-error input[type="email"]:focus {
    border-color: #843534;
    -webkit-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: 37px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #83959f; }

@media (min-width: 768px) {
  .form-inline .form-group, .form-inline .user-login-form .form-item, .user-login-form .form-inline .form-item, .form-inline
  .contact-message-feedback-form .form-item,
  .contact-message-feedback-form .form-inline .form-item {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .form-inline .user-login-form input[type="text"], .user-login-form .form-inline input[type="text"], .form-inline
  .user-login-form input[type="password"],
  .user-login-form .form-inline input[type="password"], .form-inline
  .user-login-form input[type="email"],
  .user-login-form .form-inline input[type="email"], .form-inline
  .contact-message-feedback-form input[type="text"],
  .contact-message-feedback-form .form-inline input[type="text"], .form-inline
  .contact-message-feedback-form input[type="password"],
  .contact-message-feedback-form .form-inline input[type="password"], .form-inline
  .contact-message-feedback-form input[type="email"],
  .contact-message-feedback-form .form-inline input[type="email"] {
    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,
    .form-inline .input-group .user-login-form input[type="text"], .user-login-form
    .form-inline .input-group input[type="text"],
    .form-inline .input-group
    .user-login-form input[type="password"],
    .user-login-form
    .form-inline .input-group input[type="password"],
    .form-inline .input-group
    .user-login-form input[type="email"],
    .user-login-form
    .form-inline .input-group input[type="email"],
    .form-inline .input-group
    .contact-message-feedback-form input[type="text"],
    .contact-message-feedback-form
    .form-inline .input-group input[type="text"],
    .form-inline .input-group
    .contact-message-feedback-form input[type="password"],
    .contact-message-feedback-form
    .form-inline .input-group input[type="password"],
    .form-inline .input-group
    .contact-message-feedback-form input[type="email"],
    .contact-message-feedback-form
    .form-inline .input-group input[type="email"] {
      width: auto; }
  .form-inline .input-group > .form-control, .form-inline .user-login-form .input-group > input[type="text"], .user-login-form .form-inline .input-group > input[type="text"], .form-inline
  .user-login-form .input-group > input[type="password"],
  .user-login-form .form-inline .input-group > input[type="password"], .form-inline
  .user-login-form .input-group > input[type="email"],
  .user-login-form .form-inline .input-group > input[type="email"], .form-inline
  .contact-message-feedback-form .input-group > input[type="text"],
  .contact-message-feedback-form .form-inline .input-group > input[type="text"], .form-inline
  .contact-message-feedback-form .input-group > input[type="password"],
  .contact-message-feedback-form .form-inline .input-group > input[type="password"], .form-inline
  .contact-message-feedback-form .input-group > input[type="email"],
  .contact-message-feedback-form .form-inline .input-group > input[type="email"] {
    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: 39px; }

.form-horizontal .form-group, .form-horizontal .user-login-form .form-item, .user-login-form .form-horizontal .form-item, .form-horizontal
.contact-message-feedback-form .form-item,
.contact-message-feedback-form .form-horizontal .form-item {
  margin-left: -14px;
  margin-right: -14px; }
  .form-horizontal .form-group:before, .form-horizontal .user-login-form .form-item:before, .user-login-form .form-horizontal .form-item:before, .form-horizontal
  .contact-message-feedback-form .form-item:before,
  .contact-message-feedback-form .form-horizontal .form-item:before, .form-horizontal .form-group:after, .form-horizontal .user-login-form .form-item:after, .user-login-form .form-horizontal .form-item:after, .form-horizontal
  .contact-message-feedback-form .form-item:after,
  .contact-message-feedback-form .form-horizontal .form-item:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after, .form-horizontal .user-login-form .form-item:after, .user-login-form .form-horizontal .form-item:after, .form-horizontal
  .contact-message-feedback-form .form-item:after,
  .contact-message-feedback-form .form-horizontal .form-item:after {
    clear: both; }

@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: 14px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 25px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 17px; } }

.btn, .open-close-block .info a, .user-login-form input[type="submit"],
.contact-message-feedback-form input[type="submit"] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 20px;
  line-height: 1.63;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .open-close-block .info a:focus, .user-login-form input[type="submit"]:focus,
  .contact-message-feedback-form input[type="submit"]:focus, .btn.focus, .open-close-block .info a.focus, .user-login-form input.focus[type="submit"],
  .contact-message-feedback-form input.focus[type="submit"], .btn:active:focus, .open-close-block .info a:active:focus, .user-login-form input[type="submit"]:active:focus,
  .contact-message-feedback-form input[type="submit"]:active:focus, .btn:active.focus, .open-close-block .info a:active.focus, .user-login-form input[type="submit"]:active.focus,
  .contact-message-feedback-form input[type="submit"]:active.focus, .btn.active:focus, .open-close-block .info a.active:focus, .user-login-form input.active[type="submit"]:focus,
  .contact-message-feedback-form input.active[type="submit"]:focus, .btn.active.focus, .open-close-block .info a.active.focus, .user-login-form input.active.focus[type="submit"],
  .contact-message-feedback-form input.active.focus[type="submit"] {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .open-close-block .info a:hover, .user-login-form input[type="submit"]:hover,
  .contact-message-feedback-form input[type="submit"]:hover, .btn:focus, .open-close-block .info a:focus, .user-login-form input[type="submit"]:focus,
  .contact-message-feedback-form input[type="submit"]:focus, .btn.focus, .open-close-block .info a.focus, .user-login-form input.focus[type="submit"],
  .contact-message-feedback-form input.focus[type="submit"] {
    color: #333;
    text-decoration: none; }
  .btn:active, .open-close-block .info a:active, .user-login-form input[type="submit"]:active,
  .contact-message-feedback-form input[type="submit"]:active, .btn.active, .open-close-block .info a.active, .user-login-form input.active[type="submit"],
  .contact-message-feedback-form input.active[type="submit"] {
    outline: 0;
    background-image: none;
    -webkit-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, .open-close-block .info a.disabled, .user-login-form input.disabled[type="submit"],
  .contact-message-feedback-form input.disabled[type="submit"], .btn[disabled], .open-close-block .info a[disabled], .user-login-form input[disabled][type="submit"],
  .contact-message-feedback-form input[disabled][type="submit"],
  fieldset[disabled] .btn,
  fieldset[disabled] .open-close-block .info a, .open-close-block .info
  fieldset[disabled] a,
  fieldset[disabled] .user-login-form input[type="submit"], .user-login-form
  fieldset[disabled] input[type="submit"],
  fieldset[disabled]
  .contact-message-feedback-form input[type="submit"],
  .contact-message-feedback-form
  fieldset[disabled] input[type="submit"] {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled, .open-close-block .info a.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] .open-close-block .info a, .open-close-block .info
fieldset[disabled] a {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success, .open-close-block .info a {
  color: #fff;
  background-color: #98c93c;
  border-color: #8ab833; }
  .btn-success:focus, .open-close-block .info a:focus, .btn-success.focus, .open-close-block .info a.focus {
    color: #fff;
    background-color: #7ba42e;
    border-color: #3f5517; }
  .btn-success:hover, .open-close-block .info a:hover {
    color: #fff;
    background-color: #7ba42e;
    border-color: #668926; }
  .btn-success:active, .open-close-block .info a:active, .btn-success.active, .open-close-block .info a.active,
  .open > .btn-success.dropdown-toggle, .open-close-block .info
  .open > a.dropdown-toggle {
    color: #fff;
    background-color: #7ba42e;
    border-color: #668926; }
    .btn-success:active:hover, .open-close-block .info a:active:hover, .btn-success:active:focus, .open-close-block .info a:active:focus, .btn-success:active.focus, .open-close-block .info a:active.focus, .btn-success.active:hover, .open-close-block .info a.active:hover, .btn-success.active:focus, .open-close-block .info a.active:focus, .btn-success.active.focus, .open-close-block .info a.active.focus,
    .open > .btn-success.dropdown-toggle:hover, .open-close-block .info
    .open > a.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus, .open-close-block .info
    .open > a.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus, .open-close-block .info
    .open > a.dropdown-toggle.focus {
      color: #fff;
      background-color: #668926;
      border-color: #3f5517; }
  .btn-success:active, .open-close-block .info a:active, .btn-success.active, .open-close-block .info a.active,
  .open > .btn-success.dropdown-toggle, .open-close-block .info
  .open > a.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .open-close-block .info a.disabled:hover, .btn-success.disabled:focus, .open-close-block .info a.disabled:focus, .btn-success.disabled.focus, .open-close-block .info a.disabled.focus, .btn-success[disabled]:hover, .open-close-block .info a[disabled]:hover, .btn-success[disabled]:focus, .open-close-block .info a[disabled]:focus, .btn-success[disabled].focus, .open-close-block .info a[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .open-close-block .info a:hover, .open-close-block .info
  fieldset[disabled] a:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .open-close-block .info a:focus, .open-close-block .info
  fieldset[disabled] a:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .open-close-block .info a.focus, .open-close-block .info
  fieldset[disabled] a.focus {
    background-color: #98c93c;
    border-color: #8ab833; }
  .btn-success .badge, .open-close-block .info a .badge {
    color: #98c93c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    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:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    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:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #75c8b9;
  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;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #45ac99;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 25px;
  line-height: 1.33333;
  border-radius: 6px; }

.btn-sm {
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs {
  padding: 1px 5px;
  font-size: 17px;
  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%; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #48535B;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  .fancybox-slide.fancybox-slide--video {
    max-width: 1106px;
    margin: 0 auto;
    right: 0; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 51px 20px;
  position: relative;
  text-align: left;
  vertical-align: middle; }
  @media (min-width: 992px) {
    .fancybox-content {
      padding: 68px 85px; } }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .75s;
  -moz-animation-duration: .75s;
  animation-duration: .75s; }

#block-lilp-local-tasks ul, .link-list, #nav .drop-menu, #nav .drop-menu > li ul, #footer #block-lilp-footer ul:not(.contextual-links), #block-lilp-connectwithus ul:not(.contextual-links),
.social-networks, .info-block ul,
.info-block .infographics-data {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 0.81em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

/* ---------------------------------------------------------
   COMMON/LAYOUT
   ---------------------------------------------------------*/
/* main container styles */
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

body {
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .paragraphs-base-text .paragraph-description.add-styling, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  font-weight: 400; }

h4, .h4 {
  line-height: 1.42; }

h5, .h5 {
  font-weight: 700; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto; }

iframe {
  border: none; }

p {
  margin-bottom: 26px; }

#block-lilp-local-tasks {
  background-color: #48535b;
  padding-top: 10px;
  padding-bottom: 10px; }
  #block-lilp-local-tasks ul {
    max-width: 1078px;
    margin: 0 auto; }
    #block-lilp-local-tasks ul li {
      display: inline-block; }
      #block-lilp-local-tasks ul li a {
        color: #fff;
        text-decoration: none;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        padding: 3px 8px;
        display: inline-block; }
        #block-lilp-local-tasks ul li a:hover {
          background-color: #3d464d; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container.content-wrapper, #block-lilp-local-tasks ul.content-wrapper {
  max-width: 1172px;
  width: inherit;
  padding-top: 30px;
  padding-bottom: 30px; }

.read-more, .post-block .post a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #f49206;
  font-size: 12px; }
  .read-more:focus, .post-block .post a:focus, .read-more:hover, .post-block .post a:hover {
    color: #98c93c; }
  .read-more.green, .post-block .post a.green {
    color: #8fb721; }
    .read-more.green:focus, .post-block .post a.green:focus, .read-more.green:hover, .post-block .post a.green:hover {
      color: #f49206; }

@media (min-width: 768px) {
  .heading-holder {
    padding-bottom: 24px; } }

.heading-holder h5 {
  color: #98c93c;
  font-weight: 700;
  text-transform: capitalize; }
  .heading-holder h5 span {
    font-size: 12px;
    color: #b3b3b3;
    font-weight: 400; }

.margin-r {
  margin-right: 7px; }

.small-video,
.medium-video,
.large-video,
.xl-large-video {
  position: relative; }
  .small-video iframe,
  .medium-video iframe,
  .large-video iframe,
  .xl-large-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.small-video {
  padding-top: 50%;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .small-video {
      padding-top: 56.7%; } }

.medium-video {
  padding-top: 80%;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .medium-video {
      padding-top: 57.2%;
      margin-bottom: 20px; } }

.large-video {
  padding-top: 50%;
  margin-bottom: 33px; }
  @media (min-width: 768px) {
    .large-video {
      padding-top: 57%; } }

.xl-large-video {
  padding-top: 52%; }
  @media (min-width: 1366px) {
    .xl-large-video {
      padding-top: 720px; } }

.link-list {
  position: relative;
  z-index: 999; }
  .link-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-family: "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    min-height: 26px;
    font-size: 16px; }
    .link-list li span {
      transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }
    .link-list li.active a {
      color: #98c93c; }
      .link-list li.active a:before {
        background: #98c93c; }
    .link-list li a {
      color: #b3b3b3;
      text-decoration: none; }
      .link-list li a:before {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: absolute;
        left: -2px;
        top: 9px;
        content: '';
        background: #fff; }
      .link-list li a:hover, .link-list li a:focus {
        color: #98c93c; }
        .link-list li a:hover:before, .link-list li a:focus:before {
          background: #98c93c; }

.testimonial-block {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .testimonial-block {
      padding: 40px 0 80px; } }
  @media (min-width: 992px) {
    .testimonial-block .medium-video {
      margin-top: 4px; } }
  .testimonial-block .description {
    margin-bottom: 40px; }
    .testimonial-block .description h3 {
      color: #98c93c;
      font-weight: 700; }
      .testimonial-block .description h3 span {
        font-size: 14px;
        color: #b3b3b3;
        font-weight: 300;
        display: block; }
  .testimonial-block .title {
    font-family: "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    font-style: italic; }

.blockquote {
  border-left: none;
  padding: 15px 14px 20px;
  border-bottom: 1px solid #ccc;
  color: #98c93c;
  line-height: 1.25;
  font-weight: 300;
  margin: 0; }
  @media (max-width: 767px) {
    .blockquote {
      font-size: 25px; } }
  @media (min-width: 768px) {
    .blockquote {
      padding: 86px 0 42px 14px; } }
  .blockquote:before {
    content: '“';
    position: absolute;
    top: 15px;
    width: 15px;
    left: 14px; }
    @media (min-width: 768px) {
      .blockquote:before {
        top: 87px;
        left: 12px; } }
  .blockquote:after {
    content: '“';
    display: inline;
    width: 15px;
    margin-right: 10px; }

.video-content {
  padding: 50px 0 20px; }
  @media (min-width: 768px) {
    .video-content {
      padding: 80px 0 96px; } }
  .video-content h5 {
    color: #98c93c;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize; }
    @media (min-width: 768px) {
      .video-content h5 {
        margin-bottom: 43px; } }
    .video-content h5 span {
      font-size: 12px;
      color: #b3b3b3;
      font-weight: 400; }
  @media (min-width: 768px) {
    .video-content .video-wrapper {
      margin-bottom: 27px;
      background: none; } }
  .video-content + .testimonial-block {
    padding-top: 0; }

.video-section {
  padding: 50px 0 20px; }
  @media (min-width: 768px) {
    .video-section {
      padding: 95px 0 25px; } }
  .video-section h5 {
    color: #98c93c;
    font-weight: 700;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .video-section h5 {
        margin-bottom: 45px; } }
    .video-section h5 span {
      font-size: 12px;
      color: #b3b3b3;
      font-weight: 400; }
  @media (min-width: 768px) {
    .video-section .description {
      max-width: 60%; } }
  .video-section .blockquote {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .video-section .blockquote {
        padding-top: 64px; } }
    @media (min-width: 768px) {
      .video-section .blockquote:before {
        top: 65px; } }
  @media (min-width: 768px) {
    .video-section + .video-section {
      padding-bottom: 70px; } }

.bg-video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
  .bg-video video {
    min-height: 100%;
    min-width: 100%; }

a {
  text-decoration: underline; }
  a:focus, a:hover {
    text-decoration: none; }

@media (max-width: 639px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    margin-bottom: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; } }

h1 {
  line-height: 1.2; }
  @media (min-width: 768px) {
    h1 {
      font-size: 55px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 70px; } }

@media (min-width: 768px) {
  h2, .h2, .paragraphs-base-text .paragraph-description.add-styling {
    font-size: 40px; } }

.btn, .open-close-block .info a, .user-login-form input[type="submit"],
.contact-message-feedback-form input[type="submit"] {
  font-weight: 700;
  letter-spacing: 0.98px;
  font-size: 14px;
  line-height: 1;
  padding: 13px 16px 16px;
  text-transform: uppercase;
  text-decoration: none; }

.bg-holder {
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.bg-holder img {
  height: auto;
  position: absolute;
  width: auto; }

.is-touch-device {
  background-size: cover; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.lightbox-content {
  max-width: 1154px; }
  @media (min-width: 1366px) {
    .lightbox-content .container, .lightbox-content #block-lilp-local-tasks ul, #block-lilp-local-tasks .lightbox-content ul {
      width: 1154px; } }
  .lightbox-content .post-block {
    padding: 0;
    background-color: #fff; }
    .lightbox-content .post-block p {
      margin-bottom: 18px; }
    @media (min-width: 992px) {
      .lightbox-content .post-block .post-holder {
        margin-left: -56px;
        margin-right: -56px; } }
    @media (min-width: 992px) {
      .lightbox-content .post-block .post {
        padding: 0 56px 56px; } }
    .lightbox-content .post-block .post h3 span {
      font-weight: 300; }
    .lightbox-content .post-block .title {
      font-weight: 400; }
  .lightbox-content .fancybox-button {
    display: none; }
  .lightbox-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 31px;
    height: 31px; }
    @media (min-width: 992px) {
      .lightbox-content .close {
        top: 35px;
        right: 33px; } }
    .lightbox-content .close:before, .lightbox-content .close:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: #48535b;
      transform: rotate(-45deg);
      top: 10px; }
    .lightbox-content .close:before {
      transform: rotate(45deg); }

@media (max-width: 1365px) {
  .sticky-wrap-anchor-nav.fixed-position .link-list {
    left: 30px !important; } }

@media (max-width: 991px) {
  .sticky-wrap-anchor-nav.fixed-position .link-list {
    left: 15px !important; } }

.sticky-wrap-anchor-nav.fixed-position .link-list a {
  pointer-events: none; }
  .sticky-wrap-anchor-nav.fixed-position .link-list a:before {
    background: #ccc;
    box-shadow: 0 0 0px 1px #fff;
    pointer-events: auto; }

.sticky-wrap-anchor-nav.fixed-position .link-list li.anchor-active a:before {
  background: #98c93c; }

.sticky-wrap-anchor-nav.fixed-position span {
  visibility: hidden;
  opacity: 0; }

/* header styles */
#header {
  position: relative;
  z-index: 9;
  background-color: #fff;
  min-height: 48px; }
  @media (min-width: 768px) {
    #header {
      min-height: 62px; } }
  @media (max-width: 860px) {
    #header .container, #header #block-lilp-local-tasks ul, #block-lilp-local-tasks #header ul {
      width: 100%; } }
  #header .header-content {
    display: flex;
    max-width: 1272px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      #header .header-content {
        min-height: 62px; } }
    @media (max-width: 860px) {
      #header .header-content {
        padding-left: 55px; } }
    @media (min-width: 1200px) {
      #header .header-content {
        width: 1078px; } }
    @media (min-width: 1366px) {
      #header .header-content {
        width: 1272px; } }
    .nav-active #header .header-content {
      position: fixed;
      top: 0;
      left: 0;
      right: 0; }
      .nav-active #header .header-content:after {
        opacity: 1; }
      @media (max-width: 1199px) {
        .nav-active #header .header-content {
          padding-left: 55px; } }
    .nav-active.toolbar-tray-open #header .header-content {
      top: 79px; }
    #header .header-content:after {
      content: '';
      position: absolute;
      top: 0;
      left: -9999px;
      right: -9999px;
      bottom: 0;
      background-color: #f2f2f2;
      z-index: -1;
      opacity: 0;
      transition: 0.25s linear opacity; }
  @media (max-width: 767px) {
    #header .container, #header #block-lilp-local-tasks ul, #block-lilp-local-tasks #header ul {
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 1366px) {
    #header .container, #header #block-lilp-local-tasks ul, #block-lilp-local-tasks #header ul {
      width: 1300px; } }

@media (min-width: 640px) and (max-width: 767px) {
  #header .col-sm-7 {
    width: 56%; } }

@media (min-width: 640px) and (max-width: 767px) {
  #header .col-sm-5 {
    width: 44%; } }
  .intro-page #header {
    opacity: 0;
    min-height: 0;
    max-height: 0;
    transition: opacity 1s,  max-height 1s;
    overflow: hidden; }
  .anim-completed #header {
    opacity: 1;
    max-height: 80px; }
  .anim-reset #header {
    overflow: visible;
    max-height: none;
    min-height: 48px; }
    @media (min-width: 768px) {
      .anim-reset #header {
        min-height: 62px; } }

.header-holder {
  font-size: 10px;
  line-height: 1;
  align-self: center;
  padding: 6px 13px;
  width: calc(100% - 49px); }
  @media (max-width: 639px) {
    .header-holder {
      padding-top: 10px; } }
  @media (min-width: 640px) {
    .header-holder {
      display: flex;
      align-items: center;
      font-size: 11px;
      line-height: 1.31; } }
  @media (min-width: 768px) {
    .header-holder {
      width: calc(100% - 64px); } }
  @media (min-width: 992px) {
    .header-holder {
      padding-left: 19px;
      padding-right: 12px;
      font-size: 13px; } }
  @media (max-width: 639px) {
    .nav-active .header-holder {
      padding-top: 12px;
      padding-bottom: 12px; } }

/* page slogan styles */
.slogan {
  font: 10px/1 "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  color: #48535b;
  margin-bottom: 5px; }
  .slogan a {
    text-decoration: none;
    color: #48535b; }
  @media (min-width: 640px) {
    .slogan {
      font-size: 12px;
      font-weight: 400; } }
  @media (min-width: 881px) {
    .slogan {
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .slogan {
      font-size: 15px; } }
  .slogan span {
    display: inline-block;
    vertical-align: top;
    color: #88b723;
    margin-left: 4px; }
    @media (min-width: 325px) {
      .slogan span {
        margin-left: 16px; } }
    @media (min-width: 640px) {
      .slogan span {
        margin-left: 0; } }

/* page logo styles */
.logo {
  color: #48535b;
  text-decoration: none; }
  @media (min-width: 640px) {
    .logo {
      display: flex;
      justify-content: flex-end; } }
  .logo a {
    color: #48535b;
    text-decoration: none; }
    @media (min-width: 640px) {
      .logo a {
        display: flex;
        flex-wrap: wrap;
        align-items: center; } }
    .logo a:focus {
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  @media (min-width: 640px) {
    .logo img {
      flex-basis: 32px;
      max-width: 32px; } }
  @media (max-width: 639px) {
    .logo br {
      display: none; } }
  @media (min-width: 640px) {
    .logo span {
      padding-left: 13px;
      text-align: left;
      display: block;
      padding-top: 5px; } }
  @media (min-width: 992px) {
    .logo span {
      padding-left: 19px;
      letter-spacing: -0.3px; } }

/* burger menu style */
.nav-opener {
  display: block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  width: 49px;
  height: 48px;
  background-color: #48535b;
  position: fixed;
  left: 0;
  top: 0; }
  .user-logged-in .nav-opener {
    top: 39px; }
  .user-logged-in.toolbar-tray-open .nav-opener {
    top: 79px; }
  @media (min-width: 768px) {
    .nav-opener {
      width: 64px;
      height: 62px; } }
  .nav-opener span {
    display: block;
    position: absolute;
    top: 23px;
    left: 12px;
    right: 0;
    height: 2px;
    background: #fff;
    transition-duration: 0s;
    transition-delay: 0s;
    width: 25px; }
    @media (min-width: 768px) {
      .nav-opener span {
        top: 29px;
        width: 30px;
        left: auto;
        left: 16px; } }
    .nav-active .nav-opener span {
      background: none !important; }
    .nav-opener span:before, .nav-opener span:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: #fff;
      transition-duration: 0.3s, 0.4s;
      transition-delay: 0s, 0.3s; }
      .nav-active .nav-opener span:before, .nav-active .nav-opener span:after {
        transition-delay: 0.3s, 0s; }
    .nav-opener span:after {
      bottom: -8px;
      transition-property: transform, bottom; }
      @media (min-width: 768px) {
        .nav-opener span:after {
          bottom: -10px; } }
      .nav-active .nav-opener span:after {
        bottom: 0;
        transform: rotate(-45deg); }
    .nav-opener span:before {
      top: -8px;
      transition-property: transform, top; }
      @media (min-width: 768px) {
        .nav-opener span:before {
          top: -10px; } }
      .nav-active .nav-opener span:before {
        top: 0;
        transform: rotate(45deg); }
  .nav-opener:hover {
    opacity: 0.7; }

.language {
  color: #f49206;
  display: none;
  font: 14px/1 "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: right;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .language {
      margin-bottom: 84px;
      font-size: 17px; } }
  .language a {
    color: #f49206;
    text-decoration: none; }
    .language a:focus, .language a:hover {
      color: #98c93c; }
  .language span {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }
    @media (min-width: 768px) {
      .language span {
        margin-right: 15px; } }

.info-title {
  color: #619700;
  display: block;
  text-transform: uppercase;
  font: 15px/1 "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 8px; }
  @media (min-width: 640px) {
    .info-title {
      min-height: 35px; } }
  @media (min-width: 992px) {
    .info-title {
      font-size: 17px;
      min-height: 50px;
      margin-bottom: 17px; } }

.nav-active {
  overflow: hidden; }

.drop-content {
  position: fixed;
  top: 48px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .toolbar-tray-open .drop-content {
    top: 141px; }
  @media (min-width: 768px) {
    .drop-content {
      top: 62px;
      width: 748px;
      margin: 0 auto; } }
  @media (min-width: 992px) {
    .drop-content {
      width: 968px; } }
  @media (min-width: 1200px) {
    .drop-content {
      width: 1110px;
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media (min-width: 1366px) {
    .drop-content {
      width: 1300px; } }
  .drop-content:after {
    content: '';
    position: absolute;
    right: -9999px;
    left: -9999px;
    bottom: 0;
    top: 0;
    background-color: #f2f2f2;
    z-index: -1; }
  .drop-content .drop-holder {
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
    overflow: auto; }
    @media (min-width: 1200px) {
      .drop-content .drop-holder {
        padding-right: 148px;
        padding-left: 110px; } }
  .nav-active .drop-content {
    opacity: 1;
    visibility: visible; }

/* navigation menu style */
#nav {
  margin-top: 30px; }
  @media (min-width: 640px) {
    #nav {
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 640px) {
    #nav .columns {
      width: 33.33%;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    #nav .columns {
      width: 37.33%;
      margin-top: 80px; } }
  @media (min-width: 992px) {
    #nav .columns {
      width: 43.73%; } }
  #nav .columns:last-child {
    padding-right: 0; }
  @media (min-width: 768px) {
    #nav .columns:nth-child(2) {
      width: 32.67%; } }
  @media (min-width: 992px) {
    #nav .columns:nth-child(2) {
      width: 35.33%; } }
  @media (min-width: 768px) {
    #nav .columns:nth-child(3) {
      width: 30%; } }
  @media (min-width: 992px) {
    #nav .columns:nth-child(3) {
      width: 20.94%; } }
  #nav .drop-menu {
    margin-bottom: 24px; }
    #nav .drop-menu > li {
      font-size: 18px;
      line-height: 1; }
      @media (min-width: 768px) {
        #nav .drop-menu > li {
          font-size: 25px; } }
      @media (min-width: 992px) {
        #nav .drop-menu > li {
          font-size: 30px; } }
      #nav .drop-menu > li + li {
        margin-top: 12px; }
        @media (min-width: 640px) {
          #nav .drop-menu > li + li {
            margin-top: 18px; } }
        @media (min-width: 992px) {
          #nav .drop-menu > li + li {
            margin-top: 30px; } }
      #nav .drop-menu > li.active > a {
        color: #98c93c; }
      #nav .drop-menu > li a {
        color: #48535b;
        text-decoration: none;
        font-weight: 300; }
        #nav .drop-menu > li a:focus, #nav .drop-menu > li a:hover {
          color: #98c93c; }
      #nav .drop-menu > li ul {
        padding: 16px 15px 4px; }
        @media (min-width: 992px) {
          #nav .drop-menu > li ul {
            padding: 13px 40px 0; } }
        #nav .drop-menu > li ul li {
          font-size: 16px; }
          @media (min-width: 768px) {
            #nav .drop-menu > li ul li {
              font-size: 18px; } }
          @media (min-width: 992px) {
            #nav .drop-menu > li ul li {
              font-size: 20px; } }
          #nav .drop-menu > li ul li + li {
            margin-top: 10px; }
            @media (min-width: 992px) {
              #nav .drop-menu > li ul li + li {
                margin-top: 13px; } }
    @media (min-width: 992px) {
      #nav .drop-menu.style01 {
        padding-top: 4px; } }
    @media (min-width: 768px) {
      #nav .drop-menu.style01 li {
        font-size: 24px; } }
    @media (min-width: 992px) {
      #nav .drop-menu.style01 li + li {
        margin-top: 36px; } }

/* footer styles */
#footer {
  background-color: #48535b;
  padding-top: 35px;
  padding-bottom: 38px;
  font: 10px/1.5 "beausite", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  position: relative;
  z-index: 9999; }
  @media (min-width: 640px) {
    #footer {
      font-size: 12px; } }
  @media (min-width: 768px) {
    #footer {
      padding-top: 66px;
      padding-bottom: 36px; } }
  @media (max-width: 639px) {
    #footer {
      text-align: center; } }
  @media (min-width: 1366px) {
    #footer .container, #footer #block-lilp-local-tasks ul, #block-lilp-local-tasks #footer ul {
      width: 1172px; } }
  #footer #block-lilp-footer ul:not(.contextual-links) li {
    display: inline-block;
    margin-right: 15px; }
    #footer #block-lilp-footer ul:not(.contextual-links) li a {
      color: #98c93c;
      text-decoration: none; }
      #footer #block-lilp-footer ul:not(.contextual-links) li a:hover {
        color: #fff; }
      #footer #block-lilp-footer ul:not(.contextual-links) li a.link {
        color: #98c93c;
        letter-spacing: 0.3px;
        text-decoration: none;
        display: block; }
        #footer #block-lilp-footer ul:not(.contextual-links) li a.link:hover {
          color: #fff; }
  @media (min-width: 640px) {
    #footer .col-sm-6 {
      width: 50%;
      float: left; } }
  #footer .align {
    margin-top: 17px; }
    @media (min-width: 640px) {
      #footer .align {
        text-align: right; } }
    @media (min-width: 768px) {
      #footer .align {
        margin-top: 39px; } }

/* footer logo styles */
.footer-logo {
  width: 143px;
  margin: 0 auto 25px; }
  @media (min-width: 640px) {
    .footer-logo {
      margin: 0 0 15px;
      width: 200px; } }
  @media (min-width: 768px) {
    .footer-logo {
      width: 263px;
      margin-bottom: 56px; } }
  .footer-logo img {
    max-width: 100%;
    height: auto; }

/* social networks styles */
#block-lilp-connectwithus ul:not(.contextual-links),
.social-networks {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  margin-left: -7px;
  margin-right: -7px; }
  @media (min-width: 640px) {
    #block-lilp-connectwithus ul:not(.contextual-links),
    .social-networks {
      text-align: right;
      justify-content: flex-end;
      font-size: 18px; } }
  @media (min-width: 768px) {
    #block-lilp-connectwithus ul:not(.contextual-links),
    .social-networks {
      margin: 0 0 23px;
      font-size: 23px; } }
  #block-lilp-connectwithus ul:not(.contextual-links) .icon-linkedin2,
  .social-networks .icon-linkedin2 {
    font-size: 9px; }
    @media (min-width: 640px) {
      #block-lilp-connectwithus ul:not(.contextual-links) .icon-linkedin2,
      .social-networks .icon-linkedin2 {
        font-size: 18px; } }
  #block-lilp-connectwithus ul:not(.contextual-links) .icon-twitter1,
  .social-networks .icon-twitter1 {
    font-size: 11px; }
    @media (min-width: 640px) {
      #block-lilp-connectwithus ul:not(.contextual-links) .icon-twitter1,
      .social-networks .icon-twitter1 {
        font-size: 20px; } }
  #block-lilp-connectwithus ul:not(.contextual-links) .icon-google-plus1,
  .social-networks .icon-google-plus1 {
    font-size: 14px; }
    @media (min-width: 640px) {
      #block-lilp-connectwithus ul:not(.contextual-links) .icon-google-plus1,
      .social-networks .icon-google-plus1 {
        font-size: 26px; } }
  #block-lilp-connectwithus ul:not(.contextual-links) li,
  .social-networks li {
    margin: 0 7px 12px; }
    #block-lilp-connectwithus ul:not(.contextual-links) li a,
    .social-networks li a {
      color: #fff; }
    @media (min-width: 768px) {
      #block-lilp-connectwithus ul:not(.contextual-links) li,
      .social-networks li {
        margin: 0 0 2px 26px; } }

address {
  font-style: normal;
  margin-bottom: 0; }

@media (min-width: 768px) {
  #block-lilp-copyrighttext,
  .doc {
    line-height: 2; } }

.bg-stretch {
  background-size: cover;
  background-position: 50%; }

.top-banner {
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 80px;
  z-index: 3;
  min-height: 350px;
  display: flex;
  align-items: flex-end; }
  @media (min-width: 992px) {
    .top-banner {
      min-height: 457px;
      padding-bottom: 168px; } }
  @media (max-width: 767px) {
    .top-banner br {
      display: none; } }
  .top-banner .bg-holder img {
    opacity: 0; }
  .top-banner:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    min-height: inherit; }
  .top-banner h1 {
    margin-bottom: 50px;
    font-weight: 300; }
    @media (min-width: 992px) {
      .top-banner h1 {
        margin-bottom: 169px; } }
  .top-banner .scroll {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 176px;
    min-height: 71px;
    max-height: 150px;
    overflow: hidden;
    text-transform: uppercase;
    color: #fff;
    font: 14px "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.98px;
    padding: 13px 15px 40px;
    text-shadow: none;
    display: none; }
    @media (min-width: 768px) {
      .top-banner .scroll {
        display: block; } }
    .top-banner .scroll:after {
      position: absolute;
      bottom: 7px;
      left: 50%;
      transform: translateX(-50%);
      font-family: 'icomoon';
      content: "\e901";
      font-size: 22px; }
  .top-banner .text-holder {
    max-width: 700px;
    margin: 0 auto; }
  .top-banner .link, .top-banner h4 {
    text-transform: uppercase;
    color: #fff;
    font: 700 14px/1.2 "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 2.86px;
    text-decoration: none; }
    .top-banner .link:focus, .top-banner .link:hover, .top-banner h4:focus, .top-banner h4:hover {
      color: #98c93c; }

.static_content .top-banner h4 {
  text-transform: none;
  text-align: initial;
  letter-spacing: inherit;
  font: normal 28px/1.5 "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .static_content .top-banner h4:focus, .static_content .top-banner h4:hover {
    color: inherit; }

#sidebar > .h6,
#sidebar > h2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s; }

#sidebar.has-sticky > .h6,
#sidebar.has-sticky > h2 {
  opacity: 0;
  visibility: hidden; }

.full-video {
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  font-size: 9px;
  line-height: 1.78;
  background: #000;
  overflow: hidden;
  position: relative; }
  @media (min-width: 640px) {
    .full-video {
      font-size: 16px; } }
  @media (min-width: 992px) {
    .full-video {
      font-size: 18px;
      line-height: 1; } }
  .full-video .container, .full-video #block-lilp-local-tasks ul, #block-lilp-local-tasks .full-video ul {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    padding-top: 43px;
    padding-bottom: 32px; }
    @media (min-width: 768px) {
      .full-video .container, .full-video #block-lilp-local-tasks ul, #block-lilp-local-tasks .full-video ul {
        padding-top: 94px;
        padding-bottom: 100px; } }
    .full-video .container:after, .full-video #block-lilp-local-tasks ul:after, #block-lilp-local-tasks .full-video ul:after, .full-video .container:before, .full-video #block-lilp-local-tasks ul:before, #block-lilp-local-tasks .full-video ul:before {
      display: none; }
  .full-video .title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
    @media (min-width: 640px) {
      .full-video .title {
        font-size: 28px; } }
    @media (min-width: 992px) {
      .full-video .title {
        font-size: 37px; } }
  .full-video h1 {
    font-size: 48px;
    line-height: 1.21;
    margin-bottom: 50px;
    font-weight: 500; }
    @media (min-width: 640px) {
      .full-video h1 {
        font-size: 70px; } }
    @media (min-width: 992px) {
      .full-video h1 {
        margin-bottom: 30px;
        font-size: 90px; } }
  .full-video .text {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-top: 15px; }

.inline-YTPlayer {
  width: 100%; }
  .inline-YTPlayer .mb_YTPlayer.bg-video {
    height: 100% !important; }
  .inline-YTPlayer .inlinePlayButton {
    display: none !important; }

/* horizontal accordion style */
.open-close-block {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background: rgba(152, 201, 60, 0.8);
  margin: 0 0 0 0;
  opacity: 0;
  transition: .2s ease all; }
  .open-close-block.init {
    opacity: 1; }
  .anim-completed .open-close-block {
    margin: 0; }
  @media (min-width: 768px) {
    .open-close-block {
      flex-direction: row;
      flex-wrap: nowrap; } }
  .open-close-block .bg-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    z-index: 0; }
  .open-close-block .slide.active .bg-image.has-video {
    display: none; }
  .open-close-block h3 {
    line-height: 1.35;
    font-size: 20px; }
    @media (min-width: 768px) {
      .open-close-block h3 {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .open-close-block h3 {
        line-height: 1.3;
        font-size: 33px; } }
  .open-close-block h4 {
    margin-bottom: 15px;
    font-size: 19px; }
    @media (min-width: 768px) {
      .open-close-block h4 {
        font-size: 24px;
        line-height: 1.4; } }
    @media (min-width: 992px) {
      .open-close-block h4 {
        margin-bottom: 44px; } }
  .open-close-block p {
    margin-bottom: 15px; }
    .open-close-block p:only-child {
      margin-bottom: 0; }
  .open-close-block .slide {
    position: relative;
    overflow: hidden;
    display: flex;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    line-height: 1.4;
    opacity: 0; }
    .intro-page .open-close-block .slide {
      min-height: calc(100vh);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.8s, visibility 0.8s, height 1s; }
    .anim-completed .open-close-block .slide {
      min-height: 0;
      opacity: 1;
      visibility: visible; }
    .anim-reset .open-close-block .slide {
      transition: opacity 1s, visibility 1s; }
    @media (min-width: 768px) {
      .open-close-block .slide {
        width: 25%;
        margin: 0;
        border-bottom: none;
        border-right: 1px solid #fff;
        font-size: 24px;
        height: 678px; }
        .intro-page .open-close-block .slide {
          max-width: 0;
          height: calc(100vh);
          min-height: 678px; }
        .anim-completed .open-close-block .slide {
          height: 678px;
          max-width: 100%;
          min-height: 678px; }
        .anim-reset .open-close-block .slide {
          transition: width 0.3s; } }
    @media (min-width: 992px) {
      .open-close-block .slide {
        line-height: 1.27;
        width: 16%; } }
    @media (min-width: 768px) {
      .open-close-block .slide.style01 .text-holder {
        padding-bottom: 40px; } }
    @media (min-width: 1200px) {
      .open-close-block .slide.style01 .info {
        padding-right: 153px;
        padding-left: 132px; } }
    .open-close-block .slide.style01 h4 {
      line-height: 1.3;
      font-size: 33px; }
      .open-close-block .slide.style01 h4.title {
        display: none; }
    .open-close-block .slide.active {
      min-height: 416px;
      background-color: transparent;
      border-bottom: none; }
      @media (min-width: 768px) {
        .open-close-block .slide.active {
          border-right: none; } }
      .intro-page .open-close-block .slide.active {
        opacity: 1;
        visibility: visible;
        min-height: calc(100vh); }
      .anim-completed .open-close-block .slide.active {
        min-height: 416px; }
      @media (min-width: 768px) {
        .open-close-block .slide.active {
          width: 64%;
          height: calc(100vh);
          border: none; }
          .intro-page .open-close-block .slide.active {
            position: relative;
            opacity: 1;
            visibility: visible;
            height: calc(100vh);
            width: 100%;
            max-width: 100%;
            min-height: calc(100vh); }
          .anim-completed .open-close-block .slide.active {
            width: 64%;
            height: 678px;
            min-height: 0; } }
      @media (min-width: 992px) {
        .open-close-block .slide.active {
          width: 64%; }
          .intro-page .open-close-block .slide.active {
            width: 100%;
            max-width: 100%; }
          .anim-completed .open-close-block .slide.active {
            width: 64%;
            max-width: 64%; } }
      .open-close-block .slide.active:before {
        content: '';
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        line-height: 0;
        min-height: inherit; }
      .open-close-block .slide.active:after {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }
        .intro-page .open-close-block .slide.active:after {
          right: auto;
          width: 100vw; }
        .anim-reset .open-close-block .slide.active:after {
          width: 100%; }
      .open-close-block .slide.active .bg-video {
        transition: 0s linear opacity;
        opacity: 1;
        visibility: visible; }
      .open-close-block .slide.active .text-holder {
        opacity: 1;
        z-index: 2;
        visibility: visible;
        width: auto;
        height: auto;
        transform: translateY(0);
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out;
        transition-delay: 0.3s; }
        .intro-page .open-close-block .slide.active .text-holder {
          width: 0;
          height: 0;
          opacity: 0;
          visibility: hidden;
          transform: translateY(100px); }
        .anim-completed .open-close-block .slide.active .text-holder {
          transition-delay: .4s;
          opacity: 1;
          visibility: visible;
          width: auto;
          height: auto;
          transform: translateY(0); }
      .open-close-block .slide.active .opener {
        display: none; }
    .intro-page .open-close-block .slide:first-child {
      overflow: visible; }
    .anim-complete .open-close-block .slide:first-child {
      overflow: visible; }
    .anim-reset .open-close-block .slide:first-child {
      overflow: hidden; }
    .open-close-block .slide:first-child .bg-video {
      transition: width 0.8s; }
      .intro-page .open-close-block .slide:first-child .bg-video {
        width: calc(100vw); }
      .anim-completed .open-close-block .slide:first-child .bg-video {
        width: calc(100%); }
    .open-close-block .slide:last-child:not(.active) {
      border-right: none; }
    .open-close-block .slide:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: rgba(152, 201, 60, 0.8); }
  .open-close-block .opener {
    position: relative;
    display: flex;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    font-size: 17px;
    line-height: 1.53;
    width: 100%;
    align-self: center;
    min-height: 54px;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .open-close-block .opener {
        padding: 27px 13px 40px;
        min-height: 310px;
        align-self: flex-start;
        align-items: flex-start; } }
    .open-close-block .opener:focus, .open-close-block .opener:hover {
      opacity: 0.7; }
    .open-close-block .opener:before {
      content: '';
      line-height: 0;
      font-size: 0;
      display: inline-block;
      vertical-align: top;
      min-height: inherit; }
      @media (min-width: 768px) {
        .open-close-block .opener:before {
          position: absolute;
          left: 0;
          right: 0;
          top: -999px;
          bottom: -999px; } }
    .open-close-block .opener:after {
      content: '\e902';
      font: 20px/1 icomoon;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 26px;
      margin-top: 7px; }
      @media (min-width: 768px) {
        .open-close-block .opener:after {
          top: auto;
          bottom: 3px;
          margin-top: 0;
          left: 13px;
          right: auto;
          transform: translateY(0); } }
    @media (max-width: 640px) {
      .open-close-block .opener .slide-year {
        margin-right: 10px; } }
  .open-close-block .title {
    top: 15px;
    left: 15px;
    color: #fff;
    display: block;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .open-close-block .title {
        margin-bottom: 29px; } }
  .open-close-block .text-holder {
    opacity: 0;
    visibility: hidden;
    height: 100%;
    overflow: auto;
    transform: translateY(100px);
    display: flex;
    align-items: flex-end;
    width: 0;
    height: 0; }
    @media (min-width: 768px) {
      .open-close-block .text-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding-top: 58px;
        padding-bottom: 58px; } }
  .open-close-block .info {
    font-weight: 300;
    padding: 43px 43px;
    width: 100%; }
    @media (min-width: 768px) {
      .open-close-block .info {
        padding: 0 15px;
        max-height: 100%;
        overflow: auto; } }
    @media (min-width: 1200px) {
      .open-close-block .info {
        padding-left: 86px;
        padding-right: 86px; } }
    .open-close-block .info a {
      padding: 16px; }
  .open-close-block .bg-video {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s linear opacity; }
    .open-close-block .bg-video video {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
      .open-close-block .bg-video video:focus {
        outline: 1px dotted rgba(152, 201, 60, 0.8);
        outline-offset: -5px; }

@media (min-width: 768px) {
  .open-close-block .opener {
    min-height: 100%;
    padding-top: 330px;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
    flex-direction: column; } }
  @media (min-width: 768px) and (min-width: 993px) {
    .open-close-block .opener {
      font-size: 20px; } }
  @media (min-width: 768px) and (min-width: 1161px) {
    .open-close-block .opener {
      font-size: 24px; } }

@media (min-width: 768px) {
    .open-close-block .opener:after {
      top: inherit;
      bottom: 160px;
      left: 25px; }
    .open-close-block .opener .slide-year {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
  .open-close-block.count-1 .slide.active {
    width: 100%;
    max-width: 100%; }
  .open-close-block.count-2 .slide {
    width: 34%; }
    .open-close-block.count-2 .slide.active {
      width: 66%;
      max-width: 66%; }
  .open-close-block.count-3 .slide {
    width: 20%; }
    .open-close-block.count-3 .slide.active {
      width: 60%;
      max-width: 60%; }
  .open-close-block.count-4 .slide {
    width: 16.6666666667%; }
    .open-close-block.count-4 .slide.active {
      width: 50%;
      max-width: 50%; } }

body:not(.intro-page) .open-close-block h4 {
  font-size: 18px; }
  body:not(.intro-page) .open-close-block h4.title {
    font-size: 30px; }
  body:not(.intro-page) .open-close-block h4.sub-title {
    font-weight: 700;
    margin-bottom: 24px; }

body:not(.intro-page) .open-close-block .slide.style01 h4 {
  font-size: 18px; }
  body:not(.intro-page) .open-close-block .slide.style01 h4.title {
    display: block;
    font-size: 30px; }
  body:not(.intro-page) .open-close-block .slide.style01 h4.sub-title {
    font-weight: 700;
    margin-bottom: 24px; }

.intro-content .full-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100vh);
  transition: opacity 0.3s, visibility 0.3s;
  display: flex;
  align-items: center;
  opacity: 1;
  visibility: visible;
  z-index: 10;
  background: none;
  z-index: 2; }
  .anim-completed .intro-content .full-video {
    opacity: 0;
    visibility: hidden; }

/* ---------------------------------------------------------
   COMPONENTS
   ---------------------------------------------------------*/
.two-column-text {
  padding-top: 40px;
  padding-bottom: 40px; }
  .two-column-text h2 {
    color: #47545c;
    font-weight: 700;
    font-size: 20px; }

.paragraphs-base-text .paragraph-description.add-styling {
  border-left: none;
  padding: 15px 14px 20px;
  border-bottom: 1px solid #ccc;
  color: #98c93c;
  line-height: 1.25;
  font-weight: 300;
  margin: 0; }
  @media (max-width: 767px) {
    .paragraphs-base-text .paragraph-description.add-styling {
      font-size: 25px; } }
  @media (min-width: 768px) {
    .paragraphs-base-text .paragraph-description.add-styling {
      padding: 20px 0 20px 15px; } }
  .paragraphs-base-text .paragraph-description.add-styling p {
    position: relative; }
    .paragraphs-base-text .paragraph-description.add-styling p:before {
      content: '“';
      position: absolute;
      top: 0;
      width: 15px;
      left: -10px;
      text-indent: -5px;
      display: inline-block; }
      @media (min-width: 768px) {
        .paragraphs-base-text .paragraph-description.add-styling p:before {
          top: 0;
          left: -15px; } }
    .paragraphs-base-text .paragraph-description.add-styling p:after {
      content: '“';
      display: inline;
      width: 15px;
      margin-right: 10px; }

.banner:nth-of-type(1) {
  opacity: 0;
  transition: .2s ease all; }
  .banner:nth-of-type(1).two-column {
    opacity: 1; }

.banner {
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 24px;
  line-height: 1.42;
  padding: 80px 0; }
  @media (min-width: 768px) {
    .banner {
      min-height: 516px;
      padding: 80px 0 80px; } }
  .banner:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    min-height: inherit; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(72, 83, 91, 0.7);
    z-index: 1; }
  .banner h2,
  .banner .h2,
  .banner .paragraphs-base-text .paragraph-description.add-styling, .paragraphs-base-text
  .banner .paragraph-description.add-styling {
    text-align: center;
    margin-bottom: 51px; }
    @media (min-width: 768px) {
      .banner h2,
      .banner .h2,
      .banner .paragraphs-base-text .paragraph-description.add-styling, .paragraphs-base-text
      .banner .paragraph-description.add-styling {
        margin-bottom: 70px; } }
  @media (max-width: 767px) {
    .banner h4,
    .banner .h4 {
      font-size: 14px; } }
  .banner .text-holder {
    max-width: 700px;
    margin: 0 auto; }
  .banner .container, .banner #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner ul {
    position: relative;
    z-index: 2; }
  .banner p {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .banner p {
        margin-bottom: 25px; } }
    .banner p:last-child {
      margin-bottom: 0; }
  .banner .head {
    display: none; }

#sidebar {
  display: none; }

.banner {
  display: block;
  padding-top: 0;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 5;
  color: #48535b;
  padding-bottom: 67px;
  min-height: 480px;
  /* sidebar styles */
  /* main content styles */
  /* sidebar styles */
  /* main content styles */ }
  @media (min-width: 768px) {
    .banner {
      min-height: 562px;
      padding: 0; } }
  .banner .bg-holder {
    display: none !important; }
  .banner .container, .banner #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner ul {
    position: initial;
    width: 100% !important;
    max-width: 100% !important; }
    @media (min-width: 768px) {
      .banner .container, .banner #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner ul {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 100%; } }
    .banner .container .row, .banner #block-lilp-local-tasks ul .row, #block-lilp-local-tasks .banner ul .row {
      position: relative;
      z-index: 9;
      width: 100%; }
      .banner .container .row div[class^='col'], .banner #block-lilp-local-tasks ul .row div[class^='col'], #block-lilp-local-tasks .banner ul .row div[class^='col'] {
        width: 100%;
        max-width: 100%;
        margin-left: 0; }
  .banner .text-wrapper {
    max-width: 730px;
    padding-top: 140px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left; }
    .banner .text-wrapper h2 {
      text-align: left;
      color: #98c93c;
      font-weight: 500; }
    @media (max-width: 767px) {
      .banner .text-wrapper {
        padding-right: 0;
        padding-top: 0px; } }
  .banner #sidebar {
    display: block;
    z-index: 15;
    padding: 45px 15px 45px 20px; }
    @media (min-width: 768px) {
      .banner #sidebar {
        max-width: 325px;
        flex: 0 0 325px; } }
    .banner #sidebar h2.h6 {
      color: #fff; }
  .banner #content {
    flex: 1;
    padding-left: 50px; }
  .banner:before {
    background: #fff; }
  .banner:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    z-index: -1; }
  .banner .close {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 16px;
    right: 20px; }
    @media (min-width: 768px) {
      .banner .close {
        width: 1px;
        height: 1px;
        margin: -1px;
        margin-bottom: -1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0; } }
    .banner .close:hover, .banner .close:focus {
      opacity: 0.5; }
  .banner .head {
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: #98c93c;
    font-family: "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 10px 15px;
    margin-bottom: 64px;
    display: block;
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      .banner .head {
        display: none; } }
    .banner .head a {
      color: #98c93c;
      text-decoration: none; }
      .banner .head a:hover, .banner .head a:focus {
        color: #fff; }
    .banner .head strong {
      font-size: 13px;
      font-family: "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase;
      color: #fff;
      margin-right: 20px; }
  .banner .container, .banner #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner ul {
    max-width: 1322px; }
    @media (min-width: 768px) {
      .banner .container, .banner #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner ul {
        min-height: 676px; } }
    @media (min-width: 1366px) {
      .banner .container, .banner #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner ul {
        width: 1322px; } }
    @media (min-width: 768px) {
      .banner .container:after, .banner #block-lilp-local-tasks ul:after, #block-lilp-local-tasks .banner ul:after {
        content: '';
        min-height: inherit;
        font-size: 0; } }
  .banner .text-hold {
    max-width: 700px;
    padding: 0 13px; }
    @media (min-width: 768px) {
      .banner .text-hold {
        padding: 0; } }
  @media (max-width: 767px) {
    .banner h4,
    .banner .h4 {
      font-size: 18px; } }
  .banner #sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #212121;
    padding: 46px 15px 46px 59px; }
    @media (min-width: 768px) {
      .banner #sidebar {
        position: relative;
        z-index: 1;
        padding: 45px 15px 45px 20px;
        width: auto;
        height: auto;
        background: none; } }
    @media (min-width: 768px) {
      .banner #sidebar:after {
        position: absolute;
        top: 0;
        left: -14px;
        bottom: 0;
        content: '';
        background: #48535b;
        z-index: -1;
        right: 0;
        left: -9999px; } }
  .banner .h6 {
    font-family: "districtdemi", "district", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left; }
    @media (min-width: 768px) {
      .banner .h6 {
        font-size: 17px; } }
  .banner #content {
    padding: 15px 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 20px;
    line-height: 1.42; }
    @media (min-width: 768px) {
      .banner #content {
        padding: 68px 32px 70px;
        font-size: 22px; } }
    @media (min-width: 992px) {
      .banner #content {
        font-size: 24px; } }
    .banner #content h2 {
      text-align: center;
      margin-bottom: 51px; }
      @media (min-width: 768px) {
        .banner #content h2 {
          margin-bottom: 74px; } }

.banner:not(.two-column) {
  min-height: inherit;
  z-index: 2; }
  .banner:not(.two-column) .container, .banner:not(.two-column) #block-lilp-local-tasks ul, #block-lilp-local-tasks .banner:not(.two-column) ul {
    min-height: inherit; }
  .banner:not(.two-column) .bg-holder {
    display: none; }
  .banner:not(.two-column) .text-wrapper {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (min-width: 993px) {
      .banner:not(.two-column) .text-wrapper {
        margin-left: 356px;
        padding-top: 140px;
        padding-bottom: 140px; } }

.one-article .field--name-field-article > .field--item {
  width: 75%;
  display: inline-block;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .one-article .field--name-field-article > .field--item {
      width: 100%;
      padding: 0; } }

.two-articles .field--name-field-article > .field--item {
  width: 48%;
  display: inline-block;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .two-articles .field--name-field-article > .field--item {
      width: 100%;
      padding: 0; } }

.three-articles .field--name-field-article > .field--item {
  width: 33%;
  display: inline-block;
  padding: 20px; }
  @media screen and (max-width: 768px) {
    .three-articles .field--name-field-article > .field--item {
      width: 100%;
      padding: 0; } }

.post-block {
  color: #48535b;
  padding: 46px 0 10px;
  line-height: 1.5;
  background: #f4f4f4; }
  @media (min-width: 640px) {
    .post-block {
      padding-bottom: 21px; } }
  .post-block h6 {
    text-transform: uppercase;
    margin-bottom: 40px;
    font-weight: 700; }
    @media (min-width: 640px) {
      .post-block h6 {
        margin-bottom: 62px; } }
  .post-block .post-holder {
    display: flex;
    flex-wrap: wrap; }
  .post-block h3 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: capitalize;
    line-height: 1.5; }
  .post-block span.author {
    display: block;
    font-weight: 400;
    font-style: italic;
    font-size: 16px; }
  .post-block .post {
    padding-bottom: 40px; }
    @media (min-width: 640px) {
      .post-block .post {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        min-width: 50%;
        padding-right: 26px; } }
    @media (min-width: 768px) {
      .post-block .post {
        padding-bottom: 50px;
        min-width: 33.33%; } }
  .post-block p {
    margin-bottom: 18px; }
  .post-block .text-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 2;
    padding-top: 20px; }
    @media (min-width: 640px) {
      .post-block .text-content {
        margin-bottom: 21px; } }
    .post-block .text-content:after {
      width: 62px;
      height: 1px;
      background: #55595c;
      position: absolute;
      left: 0;
      bottom: 0;
      content: ''; }
  .post-block .light-box {
    visibility: hidden;
    position: fixed;
    left: -99999px;
    display: inline-block;
    vertical-align: top;
    margin: 5px 0 33px; }
  .post-block.lightbox-active .light-box {
    visibility: visible;
    position: static; }
  .post-block.style01 {
    background: #f4f4f4; }

.info-block {
  background: #48535B;
  color: #fff;
  padding: 50px 0 25px; }
  @media (min-width: 768px) {
    .info-block {
      padding: 89px 0 41px; } }
  .info-block h3 {
    text-transform: capitalize;
    color: #98c93c; }
  .info-block a {
    color: #98c93c;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-font-smoothing: antialiased; }
  .info-block .info-holder {
    margin-bottom: 80px; }
    @media (min-width: 768px) {
      .info-block .info-holder {
        margin-bottom: 81px; } }
    @media (min-width: 992px) {
      .info-block .info-holder .rt-col {
        padding: 8px 0 0 36px; } }
  .info-block .title {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-bottom: 45px; }
  .info-block h2 {
    line-height: 1.2;
    margin-bottom: 8px; }
  .info-block .infographics-image,
  .info-block .img-holder {
    margin-bottom: 10px;
    height: 142px;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .info-block .infographics-image,
      .info-block .img-holder {
        padding: 0 20px; } }
    @media (min-width: 992px) {
      .info-block .infographics-image,
      .info-block .img-holder {
        margin-bottom: 32px;
        padding: 0; } }
  .info-block ul,
  .info-block .infographics-data {
    text-align: center;
    font-size: 12px;
    line-height: 1.54;
    margin: 0 -14px; }
    @media (max-width: 767px) {
      .info-block ul,
      .info-block .infographics-data {
        display: flex;
        flex-wrap: wrap; } }
    @media (max-width: 639px) {
      .info-block ul .infographic,
      .info-block ul li,
      .info-block .infographics-data .infographic,
      .info-block .infographics-data li {
        width: 100%;
        float: none;
        margin-bottom: 30px; } }
  .info-block .graph-holder {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .info-block .graph-holder {
        max-width: 300px;
        flex: 0 0 300px; } }
    @media (min-width: 992px) {
      .info-block .graph-holder {
        max-width: 418px;
        flex: 0 0 418px;
        margin-bottom: 0; } }
  .info-block.style01 {
    padding: 50px 0 25px; }
    @media (min-width: 768px) {
      .info-block.style01 {
        padding: 86px 0 68px; } }
    .info-block.style01 p {
      margin-bottom: 19px; }
    .info-block.style01 .info-holder {
      margin-bottom: 79px; }
    @media (min-width: 768px) {
      .info-block.style01 ul {
        padding-top: 19px; } }
    .info-block.style01 .img-holder {
      margin-bottom: 27px; }
      @media (min-width: 768px) {
        .info-block.style01 .img-holder {
          margin-bottom: 10px; } }
      @media (min-width: 992px) {
        .info-block.style01 .img-holder {
          margin-bottom: 32px; } }
    .info-block.style01 h2 {
      color: #48535b;
      margin-bottom: 6px; }
  @media (min-width: 992px) {
    .info-block.style02 {
      padding-bottom: 46px; } }
  .info-block.style02 .info-holder {
    margin-bottom: 52px; }
  .info-block.style02 .title {
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .info-block.style02 .hold .title {
      margin-bottom: 34px; } }
  .info-block .see-more {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none; }
    .info-block .see-more:hover, .info-block .see-more:focus {
      color: #f49206; }
  .info-block .twenty-five-percent {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media (min-width: 768px) {
      .info-block .twenty-five-percent {
        float: left;
        width: 25%; } }
    .info-block .twenty-five-percent img {
      max-width: 145px; }
  .info-block .thirty-three-percent {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media (min-width: 768px) {
      .info-block .thirty-three-percent {
        float: left;
        width: 33.33333%; } }
    .info-block .thirty-three-percent img {
      width: auto;
      height: 145px; }
  .info-block .fifty-percent {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px; }
    @media (min-width: 768px) {
      .info-block .fifty-percent {
        float: left;
        width: 50%; } }
    @media (min-width: 768px) {
      .info-block .fifty-percent {
        padding-right: 120px; } }
  .info-block img {
    display: inline-block; }

.two-column-text {
  padding-top: 40px;
  padding-bottom: 40px; }
  .two-column-text h2 {
    color: #47545c;
    font-weight: 700;
    font-size: 20px; }

.paragraphs-base-text .paragraph-description.add-styling {
  border-left: none;
  padding: 15px 14px 20px;
  border-bottom: 1px solid #ccc;
  color: #98c93c;
  line-height: 1.25;
  font-weight: 300;
  margin: 0; }
  @media (max-width: 767px) {
    .paragraphs-base-text .paragraph-description.add-styling {
      font-size: 25px; } }
  @media (min-width: 768px) {
    .paragraphs-base-text .paragraph-description.add-styling {
      padding: 20px 0 20px 15px; } }
  .paragraphs-base-text .paragraph-description.add-styling p {
    position: relative; }
    .paragraphs-base-text .paragraph-description.add-styling p:before {
      content: '“';
      position: absolute;
      top: 0;
      width: 15px;
      left: -10px;
      text-indent: -5px;
      display: inline-block; }
      @media (min-width: 768px) {
        .paragraphs-base-text .paragraph-description.add-styling p:before {
          top: 0;
          left: -15px; } }
    .paragraphs-base-text .paragraph-description.add-styling p:after {
      content: '“';
      display: inline;
      width: 15px;
      margin-right: 10px; }

.video {
  margin-top: 90px;
  margin-bottom: 90px; }
  @media (max-width: 640px) {
    .video {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .video .video-embed-field-responsive-video {
    z-index: 450; }
  .video .paragraph--type--video .fifty-percent.description-align-left {
    margin-left: 10%;
    margin-right: 10%; }
    @media screen and (max-width: 768px) {
      .video .paragraph--type--video .fifty-percent.description-align-left {
        margin-left: 5%;
        margin-right: 5%; } }
    .video .paragraph--type--video .fifty-percent.description-align-left .video-description {
      width: 30%;
      display: inline-block;
      margin-top: 70px;
      text-align: unset; }
      @media screen and (max-width: 768px) {
        .video .paragraph--type--video .fifty-percent.description-align-left .video-description {
          width: 100%;
          display: block; } }
    .video .paragraph--type--video .fifty-percent.description-align-left .wrapping-video-title {
      width: 65%;
      float: right; }
      @media screen and (max-width: 768px) {
        .video .paragraph--type--video .fifty-percent.description-align-left .wrapping-video-title {
          width: 100%;
          float: none; } }
  .video .paragraph--type--video .fifty-percent.description-align-right {
    margin-left: 10%;
    margin-right: 10%; }
    @media screen and (max-width: 768px) {
      .video .paragraph--type--video .fifty-percent.description-align-right {
        margin-left: 5%;
        margin-right: 5%; } }
    .video .paragraph--type--video .fifty-percent.description-align-right .video-description {
      width: 30%;
      float: right;
      display: inline-block;
      margin-top: 70px;
      text-align: unset; }
      @media screen and (max-width: 768px) {
        .video .paragraph--type--video .fifty-percent.description-align-right .video-description {
          width: 100%;
          display: block;
          float: none; } }
    .video .paragraph--type--video .fifty-percent.description-align-right .wrapping-video-title {
      width: 65%;
      float: left; }
      @media screen and (max-width: 768px) {
        .video .paragraph--type--video .fifty-percent.description-align-right .wrapping-video-title {
          width: 100%;
          float: none; } }
  .video .paragraph--type--video .title-top {
    padding-bottom: 24px; }
  .video .paragraph--type--video .video-title {
    color: #98c93c;
    font-weight: 700;
    text-transform: capitalize; }
  .video .paragraph--type--video .video-published-text {
    font-size: 12px;
    color: #b3b3b3;
    font-weight: 400; }
  .video .paragraph--type--video .video-description {
    margin-top: 25px;
    text-align: center; }
  .video .paragraph--type--video .hundred-percent .video-description-wrapper {
    padding-top: 90px; }
    @media screen and (max-width: 768px) {
      .video .paragraph--type--video .hundred-percent .video-description-wrapper {
        padding-top: 50px; } }
    .video .paragraph--type--video .hundred-percent .video-description-wrapper .video-description-text {
      margin: 0 20%; }
      @media screen and (max-width: 768px) {
        .video .paragraph--type--video .hundred-percent .video-description-wrapper .video-description-text {
          margin: 0 5%; } }
      .video .paragraph--type--video .hundred-percent .video-description-wrapper .video-description-text .title-bottom {
        width: 25%;
        padding-bottom: 24px;
        float: left; }
        @media screen and (max-width: 768px) {
          .video .paragraph--type--video .hundred-percent .video-description-wrapper .video-description-text .title-bottom {
            width: 100%;
            float: none;
            text-align: center; } }
      .video .paragraph--type--video .hundred-percent .video-description-wrapper .video-description-text .video-description {
        width: 50%;
        float: left;
        margin-top: 0;
        text-align: unset; }
        @media screen and (max-width: 768px) {
          .video .paragraph--type--video .hundred-percent .video-description-wrapper .video-description-text .video-description {
            width: 100%;
            float: none; } }
  .video .paragraph--type--video .seventy-five-percent {
    margin: 0 10%; }
    @media screen and (max-width: 768px) {
      .video .paragraph--type--video .seventy-five-percent {
        margin: 0 5%; } }
    .video .paragraph--type--video .seventy-five-percent .video-description {
      width: 60%;
      margin: 5% 0;
      text-align: inherit;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .video .paragraph--type--video .seventy-five-percent .video-description {
          width: 100%;
          text-align: inherit; } }

.video-gallery {
  padding-top: 90px; }
  .video-gallery .video-block {
    clear: both; }
    .video-gallery .video-block > div > div:nth-child(1) {
      width: 46%;
      float: left; }
      @media screen and (max-width: 768px) {
        .video-gallery .video-block > div > div:nth-child(1) {
          width: 100%;
          float: none;
          margin-top: 20px; } }
    .video-gallery .video-block > div > div:nth-child(2) {
      width: 46%;
      float: right; }
      @media screen and (max-width: 768px) {
        .video-gallery .video-block > div > div:nth-child(2) {
          width: 100%;
          float: none;
          margin-top: 20px; } }
  .video-gallery .video-description {
    clear: both;
    padding: 80px 0 90px;
    margin-left: 15%;
    margin-right: 15%; }
    @media screen and (max-width: 768px) {
      .video-gallery .video-description {
        padding: 60px 0;
        margin: 0%; } }
  .video-gallery .video-wrapper .video {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0; }
    @media (min-width: 768px) {
      .video-gallery .video-wrapper .video {
        float: left;
        width: 50%; } }

.nav-active .actual-video {
  display: none; }

.hero-banner .inline-YTPlayer {
  position: absolute !important;
  width: 100%;
  max-width: inherit !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1; }
  .hero-banner .inline-YTPlayer .video-holder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100% !important;
    width: 100%; }

#block-views-block-explore-the-cities-explore-cities {
  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 0; }
  #block-views-block-explore-the-cities-explore-cities h2 {
    margin-bottom: 70px;
    color: #87b824;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  @media (min-width: 992px) {
    #block-views-block-explore-the-cities-explore-cities .card-layout.container, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    #block-views-block-explore-the-cities-explore-cities .card-layout.container, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout {
      width: 100%;
      max-width: 100%; } }
  #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    position: relative;
    margin-bottom: 20px;
    opacity: 1;
    transition: .2s ease all; }
    @media (min-width: 768px) {
      #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 1081px) {
      #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row {
        padding-left: 22px;
        padding-right: 22px; } }
    @media (min-width: 768px) {
      #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row {
        margin-bottom: 44px; }
        #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row:hover, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row:hover, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row:hover {
          opacity: .8; } }
    #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row img, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row img, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row img {
      display: block; }
    #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row .views-field-title, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row .views-field-title, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row .views-field-title {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 14px;
      right: 14px; }
      @media (min-width: 1081px) {
        #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row .views-field-title, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row .views-field-title, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row .views-field-title {
          left: 22px;
          right: 22px; } }
      #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row .views-field-title h3, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row .views-field-title h3, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row .views-field-title h3 {
        margin: 0;
        text-align: center; }
      #block-views-block-explore-the-cities-explore-cities .card-layout.container .views-row .views-field-title a, #block-views-block-explore-the-cities-explore-cities #block-lilp-local-tasks ul.card-layout .views-row .views-field-title a, #block-lilp-local-tasks #block-views-block-explore-the-cities-explore-cities ul.card-layout .views-row .views-field-title a {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        color: #fff;
        text-decoration: none; }

.path-contact #main {
  max-width: 1172px;
  width: inherit;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 14px; }

.user-login-form,
.contact-message-feedback-form {
  -webkit-font-smoothing: antialiased; }
  .user-login-form .form-item,
  .contact-message-feedback-form .form-item {
    margin-bottom: 20px; }
  .user-login-form input[type="submit"],
  .contact-message-feedback-form input[type="submit"] {
    background-color: #98c93c;
    color: #fff; }
  .user-login-form label,
  .contact-message-feedback-form label {
    display: block; }
  .user-login-form .description,
  .contact-message-feedback-form .description {
    font-size: 14px; }
  .user-login-form textarea,
  .contact-message-feedback-form textarea {
    width: 100%; }

body {
  min-width: 320px; }
