@charset "UTF-8";
/**
 * Global settings
 */
/**
 * Bootstrap overrides
 */
/* END Bootstrap overrides */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,300,900");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") 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#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

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

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 19px;
  padding-right: 19px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 806px; } }
  @media (min-width: 1024px) {
    .container {
      width: 1018px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1018px; } }

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

.row {
  margin-left: -19px;
  margin-right: -19px; }
  .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: 19px;
  padding-right: 19px; }

.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.3333333333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .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.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .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.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  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 {
    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 {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }
    input[type="date"].input-sm,
    .input-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: 30px; }
    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: 46px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="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: 34px; }
  .form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0; }

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px; }

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

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

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -19px;
  margin-right: -19px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group: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: 19px; }

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

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.428571429;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: transparent transparent transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: transparent;
      border: 1px solid transparent;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid transparent; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 19px;
  padding-left: 19px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -19px;
  margin-left: -19px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 19px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -19px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 19px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -19px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.navbar-form {
  margin-left: -19px;
  margin-right: -19px;
  padding: 10px 19px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 19px;
      margin-right: 19px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -19px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 6px; }

.well-sm {
  padding: 9px;
  border-radius: 3px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

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

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

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

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

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

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

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

.fa-th:before {
  content: ""; }

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

.fa-check:before {
  content: ""; }

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

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

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

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

.fa-signal:before {
  content: ""; }

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

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

.fa-home:before {
  content: ""; }

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

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

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

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

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

.fa-inbox:before {
  content: ""; }

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

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

.fa-refresh:before {
  content: ""; }

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

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

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

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

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

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

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

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

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

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

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

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

.fa-list:before {
  content: ""; }

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

.fa-indent:before {
  content: ""; }

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

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

.fa-pencil:before {
  content: ""; }

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

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

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

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

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

.fa-arrows:before {
  content: ""; }

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

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

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

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

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

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

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

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

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

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

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

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

.fa-crosshairs:before {
  content: ""; }

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

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

.fa-ban:before {
  content: ""; }

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

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

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

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

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

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

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

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

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

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

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

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

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

.fa-retweet:before {
  content: ""; }

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

.fa-folder:before {
  content: ""; }

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

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

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

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

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

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

.fa-key:before {
  content: ""; }

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

.fa-comments:before {
  content: ""; }

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

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

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

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

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

.fa-linkedin-square:before {
  content: ""; }

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

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

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

.fa-trophy:before {
  content: ""; }

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

.fa-upload:before {
  content: ""; }

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

.fa-phone:before {
  content: ""; }

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

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

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

.fa-twitter:before {
  content: ""; }

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

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

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

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

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

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

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

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

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

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

.fa-paperclip:before {
  content: ""; }

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

.fa-square:before {
  content: ""; }

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

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

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

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

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

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

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

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

.fa-columns:before {
  content: ""; }

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

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

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

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

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

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

.fa-exchange:before {
  content: ""; }

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

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

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

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

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

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

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

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

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

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

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

.fa-beer:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

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

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

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

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

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: ""; }

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

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

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

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

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

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

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

.fa-crop:before {
  content: ""; }

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

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

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

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

.fa-microphone:before {
  content: ""; }

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

.fa-shield:before {
  content: ""; }

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

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

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

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

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

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

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

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

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

.fa-bullseye:before {
  content: ""; }

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

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

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

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

.fa-ticket:before {
  content: ""; }

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: ""; }

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

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

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

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

.fa-gbp:before {
  content: ""; }

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

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

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

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

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

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

.fa-file:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

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

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

.fa-dropbox:before {
  content: ""; }

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

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

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

.fa-tumblr:before {
  content: ""; }

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

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

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

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

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

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

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

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

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

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

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

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

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

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

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

.fa-wheelchair:before {
  content: ""; }

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

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

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick-fonts/slick.eot");
  src: url("../fonts/slick-fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick-fonts/slick.woff") format("woff"), url("../fonts/slick-fonts/slick.ttf") format("truetype"), url("../fonts/slick-fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 18px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0; }

@font-face {
  font-family: 'weathericons';
  src: url("../fonts/weather-icons/weathericons-regular-webfont.eot");
  src: url("../fonts/weather-icons/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/weather-icons/weathericons-regular-webfont.woff") format("woff"), url("../fonts/weather-icons/weathericons-regular-webfont.ttf") format("truetype"), url("../fonts/weather-icons/weathericons-regular-webfont.svg#weathericons-regular-webfontRg") format("svg");
  font-weight: normal;
  font-style: normal; }

.wi {
  display: inline-block;
  font-family: 'weathericons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wi-day-cloudy-gusts:before {
  content: "\f000"; }

.wi-day-cloudy-windy:before {
  content: "\f001"; }

.wi-day-cloudy:before {
  content: "\f002"; }

.wi-day-fog:before {
  content: "\f003"; }

.wi-day-hail:before {
  content: "\f004"; }

.wi-day-lightning:before {
  content: "\f005"; }

.wi-day-rain-mix:before {
  content: "\f006"; }

.wi-day-rain-wind:before {
  content: "\f007"; }

.wi-day-rain:before {
  content: "\f008"; }

.wi-day-showers:before {
  content: "\f009"; }

.wi-day-snow:before {
  content: "\f00a"; }

.wi-day-sprinkle:before {
  content: "\f00b"; }

.wi-day-sunny-overcast:before {
  content: "\f00c"; }

.wi-day-sunny:before {
  content: "\f00d"; }

.wi-day-storm-showers:before {
  content: "\f00e"; }

.wi-day-thunderstorm:before {
  content: "\f010"; }

.wi-cloudy-gusts:before {
  content: "\f011"; }

.wi-cloudy-windy:before {
  content: "\f012"; }

.wi-cloudy:before {
  content: "\f013"; }

.wi-fog:before {
  content: "\f014"; }

.wi-hail:before {
  content: "\f015"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-rain-mix:before {
  content: "\f017"; }

.wi-rain-wind:before {
  content: "\f018"; }

.wi-rain:before {
  content: "\f019"; }

.wi-showers:before {
  content: "\f01a"; }

.wi-snow:before {
  content: "\f01b"; }

.wi-sprinkle:before {
  content: "\f01c"; }

.wi-storm-showers:before {
  content: "\f01d"; }

.wi-thunderstorm:before {
  content: "\f01e"; }

.wi-windy:before {
  content: "\f021"; }

.wi-night-alt-cloudy-gusts:before {
  content: "\f022"; }

.wi-night-alt-cloudy-windy:before {
  content: "\f023"; }

.wi-night-alt-hail:before {
  content: "\f024"; }

.wi-night-alt-lightning:before {
  content: "\f025"; }

.wi-night-alt-rain-mix:before {
  content: "\f026"; }

.wi-night-alt-rain-wind:before {
  content: "\f027"; }

.wi-night-alt-rain:before {
  content: "\f028"; }

.wi-night-alt-showers:before {
  content: "\f029"; }

.wi-night-alt-snow:before {
  content: "\f02a"; }

.wi-night-alt-sprinkle:before {
  content: "\f02b"; }

.wi-night-alt-storm-showers:before {
  content: "\f02c"; }

.wi-night-alt-thunderstorm:before {
  content: "\f02d"; }

.wi-night-clear:before {
  content: "\f02e"; }

.wi-night-cloudy-gusts:before {
  content: "\f02f"; }

.wi-night-cloudy-windy:before {
  content: "\f030"; }

.wi-night-cloudy:before {
  content: "\f031"; }

.wi-night-hail:before {
  content: "\f032"; }

.wi-night-lightning:before {
  content: "\f033"; }

.wi-night-rain-mix:before {
  content: "\f034"; }

.wi-night-rain-wind:before {
  content: "\f035"; }

.wi-night-rain:before {
  content: "\f036"; }

.wi-night-showers:before {
  content: "\f037"; }

.wi-night-snow:before {
  content: "\f038"; }

.wi-night-sprinkle:before {
  content: "\f039"; }

.wi-night-storm-showers:before {
  content: "\f03a"; }

.wi-night-thunderstorm:before {
  content: "\f03b"; }

.wi-celsius:before {
  content: "\f03c"; }

.wi-cloud-down:before {
  content: "\f03d"; }

.wi-cloud-refresh:before {
  content: "\f03e"; }

.wi-cloud-up:before {
  content: "\f040"; }

.wi-cloud:before {
  content: "\f041"; }

.wi-degrees:before {
  content: "\f042"; }

.wi-down-left:before {
  content: "\f043"; }

.wi-down:before {
  content: "\f044"; }

.wi-fahrenheit:before {
  content: "\f045"; }

.wi-horizon-alt:before {
  content: "\f046"; }

.wi-horizon:before {
  content: "\f047"; }

.wi-left:before {
  content: "\f048"; }

.wi-lightning:before {
  content: "\f016"; }

.wi-night-fog:before {
  content: "\f04a"; }

.wi-refresh-alt:before {
  content: "\f04b"; }

.wi-refresh:before {
  content: "\f04c"; }

.wi-right:before {
  content: "\f04d"; }

.wi-sprinkles:before {
  content: "\f04e"; }

.wi-strong-wind:before {
  content: "\f050"; }

.wi-sunrise:before {
  content: "\f051"; }

.wi-sunset:before {
  content: "\f052"; }

.wi-thermometer-exterior:before {
  content: "\f053"; }

.wi-thermometer-internal:before {
  content: "\f054"; }

.wi-thermometer:before {
  content: "\f055"; }

.wi-tornado:before {
  content: "\f056"; }

.wi-up-right:before {
  content: "\f057"; }

.wi-up:before {
  content: "\f058"; }

.wi-wind-west:before {
  content: "\f059"; }

.wi-wind-south-west:before {
  content: "\f05a"; }

.wi-wind-south-east:before {
  content: "\f05b"; }

.wi-wind-south:before {
  content: "\f05c"; }

.wi-wind-north-west:before {
  content: "\f05d"; }

.wi-wind-north-east:before {
  content: "\f05e"; }

.wi-wind-north:before {
  content: "\f060"; }

.wi-wind-east:before {
  content: "\f061"; }

.wi-smoke:before {
  content: "\f062"; }

.wi-dust:before {
  content: "\f063"; }

.wi-snow-wind:before {
  content: "\f064"; }

.wi-day-snow-wind:before {
  content: "\f065"; }

.wi-night-snow-wind:before {
  content: "\f066"; }

.wi-night-alt-snow-wind:before {
  content: "\f067"; }

.wi-day-sleet-storm:before {
  content: "\f068"; }

.wi-night-sleet-storm:before {
  content: "\f069"; }

.wi-night-alt-sleet-storm:before {
  content: "\f06a"; }

.wi-day-snow-thunderstorm:before {
  content: "\f06b"; }

.wi-night-snow-thunderstorm:before {
  content: "\f06c"; }

.wi-night-alt-snow-thunderstorm:before {
  content: "\f06d"; }

.wi-solar-eclipse:before {
  content: "\f06e"; }

.wi-lunar-eclipse:before {
  content: "\f070"; }

.wi-meteor:before {
  content: "\f071"; }

.wi-hot:before {
  content: "\f072"; }

.wi-hurricane:before {
  content: "\f073"; }

.wi-smog:before {
  content: "\f074"; }

.wi-alien:before {
  content: "\f075"; }

.wi-snowflake-cold:before {
  content: "\f076"; }

.wi-stars:before {
  content: "\f077"; }

.wi-night-partly-cloudy:before {
  content: "\f083"; }

.wi-umbrella:before {
  content: "\f084"; }

.wi-day-windy:before {
  content: "\f085"; }

.wi-night-alt-cloudy:before {
  content: "\f086"; }

.wi-up-left:before {
  content: "\f087"; }

.wi-down-right:before {
  content: "\f088"; }

.wi-time-12:before {
  content: "\f089"; }

.wi-time-1:before {
  content: "\f08a"; }

.wi-time-2:before {
  content: "\f08b"; }

.wi-time-3:before {
  content: "\f08c"; }

.wi-time-4:before {
  content: "\f08d"; }

.wi-time-5:before {
  content: "\f08e"; }

.wi-time-6:before {
  content: "\f08f"; }

.wi-time-7:before {
  content: "\f090"; }

.wi-time-8:before {
  content: "\f091"; }

.wi-time-9:before {
  content: "\f092"; }

.wi-time-10:before {
  content: "\f093"; }

.wi-time-11:before {
  content: "\f094"; }

.wi-day-sleet:before {
  content: "\f0b2"; }

.wi-night-sleet:before {
  content: "\f0b3"; }

.wi-night-alt-sleet:before {
  content: "\f0b4"; }

.wi-sleet:before {
  content: "\f0b5"; }

.wi-day-haze:before {
  content: "\f0b6"; }

.wi-beafort-0:before {
  content: "\f0b7"; }

.wi-beafort-1:before {
  content: "\f0b8"; }

.wi-beafort-2:before {
  content: "\f0b9"; }

.wi-beafort-3:before {
  content: "\f0ba"; }

.wi-beafort-4:before {
  content: "\f0bb"; }

.wi-beafort-5:before {
  content: "\f0bc"; }

.wi-beafort-6:before {
  content: "\f0bd"; }

.wi-beafort-7:before {
  content: "\f0be"; }

.wi-beafort-8:before {
  content: "\f0bf"; }

.wi-beafort-9:before {
  content: "\f0c0"; }

.wi-beafort-10:before {
  content: "\f0c1"; }

.wi-beafort-11:before {
  content: "\f0c2"; }

.wi-beafort-12:before {
  content: "\f0c3"; }

.wi-wind-default:before {
  content: "\f0b1"; }

.wi-wind-default._0-deg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.wi-wind-default._15-deg {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg); }

.wi-wind-default._30-deg {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.wi-wind-default._45-deg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.wi-wind-default._60-deg {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg); }

.wi-wind-default._75-deg {
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg); }

.wi-wind-default._90-deg {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.wi-wind-default._105-deg {
  -webkit-transform: rotate(105deg);
  -moz-transform: rotate(105deg);
  -ms-transform: rotate(105deg);
  -o-transform: rotate(105deg);
  transform: rotate(105deg); }

.wi-wind-default._120-deg {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg); }

.wi-wind-default._135-deg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.wi-wind-default._150-deg {
  -webkit-transform: rotate(150deg);
  -moz-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  -o-transform: rotate(150deg);
  transform: rotate(150deg); }

.wi-wind-default._165-deg {
  -webkit-transform: rotate(165deg);
  -moz-transform: rotate(165deg);
  -ms-transform: rotate(165deg);
  -o-transform: rotate(165deg);
  transform: rotate(165deg); }

.wi-wind-default._180-deg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.wi-wind-default._195-deg {
  -webkit-transform: rotate(195deg);
  -moz-transform: rotate(195deg);
  -ms-transform: rotate(195deg);
  -o-transform: rotate(195deg);
  transform: rotate(195deg); }

.wi-wind-default._210-deg {
  -webkit-transform: rotate(210deg);
  -moz-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  -o-transform: rotate(210deg);
  transform: rotate(210deg); }

.wi-wind-default._225-deg {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg); }

.wi-wind-default._240-deg {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg); }

.wi-wind-default._255-deg {
  -webkit-transform: rotate(255deg);
  -moz-transform: rotate(255deg);
  -ms-transform: rotate(255deg);
  -o-transform: rotate(255deg);
  transform: rotate(255deg); }

.wi-wind-default._270-deg {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.wi-wind-default._285-deg {
  -webkit-transform: rotate(295deg);
  -moz-transform: rotate(295deg);
  -ms-transform: rotate(295deg);
  -o-transform: rotate(295deg);
  transform: rotate(295deg); }

.wi-wind-default._300-deg {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg); }

.wi-wind-default._315-deg {
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg); }

.wi-wind-default._330-deg {
  -webkit-transform: rotate(330deg);
  -moz-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  -o-transform: rotate(330deg);
  transform: rotate(330deg); }

.wi-wind-default._345-deg {
  -webkit-transform: rotate(345deg);
  -moz-transform: rotate(345deg);
  -ms-transform: rotate(345deg);
  -o-transform: rotate(345deg);
  transform: rotate(345deg); }

.wi-moon-new:before {
  content: "\f095"; }

.wi-moon-waxing-cresent-1:before {
  content: "\f096"; }

.wi-moon-waxing-cresent-2:before {
  content: "\f097"; }

.wi-moon-waxing-cresent-3:before {
  content: "\f098"; }

.wi-moon-waxing-cresent-4:before {
  content: "\f099"; }

.wi-moon-waxing-cresent-5:before {
  content: "\f09a"; }

.wi-moon-waxing-cresent-6:before {
  content: "\f09b"; }

.wi-moon-first-quarter:before {
  content: "\f09c"; }

.wi-moon-waxing-gibbous-1:before {
  content: "\f09d"; }

.wi-moon-waxing-gibbous-2:before {
  content: "\f09e"; }

.wi-moon-waxing-gibbous-3:before {
  content: "\f09f"; }

.wi-moon-waxing-gibbous-4:before {
  content: "\f0a0"; }

.wi-moon-waxing-gibbous-5:before {
  content: "\f0a1"; }

.wi-moon-waxing-gibbous-6:before {
  content: "\f0a2"; }

.wi-moon-full:before {
  content: "\f0a3"; }

.wi-moon-waning-gibbous-1:before {
  content: "\f0a4"; }

.wi-moon-waning-gibbous-2:before {
  content: "\f0a5"; }

.wi-moon-waning-gibbous-3:before {
  content: "\f0a6"; }

.wi-moon-waning-gibbous-4:before {
  content: "\f0a7"; }

.wi-moon-waning-gibbous-5:before {
  content: "\f0a8"; }

.wi-moon-waning-gibbous-6:before {
  content: "\f0a9"; }

.wi-moon-3rd-quarter:before {
  content: "\f0aa"; }

.wi-moon-waning-crescent-1:before {
  content: "\f0ab"; }

.wi-moon-waning-crescent-2:before {
  content: "\f0ac"; }

.wi-moon-waning-crescent-3:before {
  content: "\f0ad"; }

.wi-moon-waning-crescent-4:before {
  content: "\f0ae"; }

.wi-moon-waning-crescent-5:before {
  content: "\f0af"; }

.wi-moon-waning-crescent-6:before {
  content: "\f0b0"; }

/**
 * Base typography styles
 */
body {
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5; }

::-moz-selection {
  background: #689c45; }

::selection {
  background: #689c45; }

::-moz-selection {
  background: #689c45; }

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif; }

h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 120%; }

h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 20px 0; }

h3 {
  font-size: 21px;
  font-weight: 400; }

h4 {
  font-size: 21px;
  font-weight: 900; }

h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0; }
  h5 + p {
    margin-top: 0; }

p {
  font-weight: 300; }

hr {
  border-top-width: 3px;
  border-top-color: #689c45; }
  hr.dark {
    border-top-color: #b3b3b2;
    border-top-width: 1px; }

a {
  color: #689c45;
  transition: color 0.2s ease-out; }
  a:hover {
    font-family: "Roboto", sans-serif;
    color: #195d2F; }

small {
  font-size: 14px; }

.heading-large, .food-operator__title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: normal; }

.heading-medium, .food-operator__title h3 {
  font-size: 26px;
  font-weight: 400;
  line-height: normal; }

.heading-small {
  font-size: 21px;
  font-weight: 300;
  line-height: normal; }

.inline-content h2 {
  margin-bottom: 10px; }

.inline-content h2 + p {
  margin-top: 0; }

.inline-content p:first-child,
.inline-content h1:first-child,
.inline-content h2:first-child,
.inline-content h3:first-child,
.inline-content h4:first-child {
  margin-top: 0; }

.inline-content p {
  font-size: 16px; }

.inline-content .btn,
.inline-content .btn--small,
.inline-content .btn--medium {
  color: #FFF; }
  .inline-content .btn a,
  .inline-content .btn--small a,
  .inline-content .btn--medium a {
    color: #FFF; }

.inline-content .btn {
  font-size: 26px; }

.inline-content .btn--small,
.inline-content .btn--medium {
  font-size: 21px; }

.inline-content ol, .inline-content ul {
  padding-left: 24px; }

.inline-content .list-heading,
.inline-content ul li,
.inline-content ol li {
  font-size: 16px;
  font-weight: 400; }

/**
 * Base HTML styles e.g. tables, lists etc.
 */
main[role="main"] {
  position: relative;
  background-color: #FFF;
  width: 100%;
  float: left;
  z-index: 1; }

body.ShuttleRockTravelGuidePage main[role="main"] {
  z-index: auto; }

section {
  width: 100%;
  float: left;
  clear: both;
  margin: 25px 0;
  position: relative; }
  section.section--small-margin {
    margin: 4px 0; }

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

table {
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px;
  margin: 20px 0;
  border-collapse: inherit; }

th {
  font-size: 21px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px; }

th, td {
  border-bottom: 2px #DDD solid; }

td {
  padding: 20px 8px;
  position: relative; }
  td:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #689c45;
    border-top: 20px #f4f4f4 solid;
    border-bottom: 20px #f4f4f4 solid; }

.list-heading,
ul li,
ol li {
  font-size: 21px;
  font-weight: 900; }

ul li,
ol li {
  margin: 8px 0; }

ul {
  margin: 0;
  padding: 0 0 0 18px; }

ol {
  margin: 0;
  padding: 0 0 0 30px; }

blockquote {
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
  blockquote cite {
    font-size: 20px;
    display: block;
    clear: both; }

button:focus {
  outline-color: #195d2F; }

/**
 * Base form styles
 */
::-webkit-input-placeholder {
  color: #cdcccc; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #cdcccc; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #cdcccc; }

:-ms-input-placeholder {
  color: #cdcccc; }

form {
  margin: 20px 0; }

fieldset {
  border: 0;
  padding: 0; }

legend {
  font-size: 28px;
  margin: 6px 0;
  border-bottom: 0;
  color: #4D4D4D; }

label {
  font-weight: 300;
  line-height: 30px; }
  label:hover {
    cursor: pointer; }

input,
textarea {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border: 1px solid #d3d3d3;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0 16px;
  margin: 6px 0;
  font-weight: 300;
  color: #4D4D4D; }
  input:focus,
  textarea:focus {
    outline-color: #195d2F; }

input[type="submit"] {
  width: auto; }

textarea {
  min-height: 122px;
  resize: vertical; }
  textarea.textarea--3-high {
    min-height: 189px; }
  textarea.textarea--4-high {
    min-height: 256px; }

input[type="checkbox"],
input[type="radio"] {
  width: 22px;
  height: 22px;
  display: inline-block;
  border: 2px solid #4d4d4d;
  -webkit-appearance: none;
  margin: 0 10px;
  line-height: normal;
  position: relative;
  top: 5px;
  border-bottom-style: solid !important;
  border-bottom-color: #4D4D4D;
  background-color: white; }
  input[type="checkbox"]:focus,
  input[type="radio"]:focus {
    outline-color: #195d2F; }

input[type="checkbox"]:checked:after {
  content: '✔';
  position: absolute;
  left: 3px;
  font-size: 16px; }

button[type="submit"] {
  margin: 6px 0; }

input[type="radio"] {
  border-radius: 22px;
  font-size: 16px; }
  input[type="radio"]:checked:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-color: #4D4D4D;
    top: 3px;
    left: 3px;
    border-radius: 18px; }

select {
  width: 100%;
  height: 55px;
  line-height: 55px;
  margin: 6px 0;
  font-size: 21px;
  padding: 0 16px;
  color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #4c4c4c;
  border-radius: 0;
  border: 0;
  background-image: url("../images/icons/icon-chevron-down-white.svg");
  background-position: right 15px center;
  background-repeat: no-repeat; }
  select:focus {
    outline-color: #195d2F; }

select::-ms-expand {
  display: none; }

.ie9 select {
  background-image: none; }

.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
  border: 0 !important;
  top: 2px !important; }

.ui-datepicker td:before {
  display: none; }

.ui-datepicker th {
  font-size: 16px; }

#MemberLoginForm_LoginForm_Remember {
  position: relative; }

@media (min-width: 768px) and (max-width: 1023px) {
  legend {
    font-size: 23px; }
  select {
    font-size: 19px; }
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px; }
  .row {
    margin-left: -20px;
    margin-right: -20px; }
    .row [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 767px) {
  h1, .heading-large, .food-operator__title h2 {
    font-size: 37px;
    line-height: normal; }
  h2, .heading-medium, .food-operator__title h3 {
    font-size: 23px;
    line-height: normal; }
  h3,
  .heading-small {
    font-size: 19px;
    line-height: normal; }
  .list-heading,
  ul li,
  ol li {
    font-size: 19px; }
  blockquote {
    font-size: 34px; }
  td {
    font-size: 15px; }
  legend {
    font-size: 23px; }
  select {
    font-size: 19px; }
  section {
    margin: 12.5px 0; }
  .container {
    padding-left: 20px;
    padding-right: 20px; }
  .row {
    margin-left: -20px;
    margin-right: -20px; }
    .row [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; } }

@media (max-width: 339px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; }
  .row {
    margin-left: -10px;
    margin-right: -10px; }
    .row [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; } }

.right {
  float: right; }

.left {
  float: left; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.loader {
  width: 68px;
  height: 68px;
  margin: 50px auto;
  display: block; }

.pagination {
  display: block;
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
  font-size: 21px; }

.row--collapse {
  margin: 0; }
  .row--collapse [class^="col-"] {
    padding-left: 0;
    padding-right: 0; }

.center-column {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.reset-list {
  padding: 0;
  margin: 0; }
  .reset-list li {
    font-size: 16px;
    font-weight: 400;
    list-style-type: none;
    margin: 0; }

.section-bg {
  background-color: #689c45;
  color: #FFF; }

.container--extra-wide {
  width: 100%;
  max-width: 1478px; }

.flex-align-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-justify-content: flex-end; }

.show-xs, .show-s, .show-l {
  display: none; }

section.nocontent {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .hide-xs {
    display: none; }
  .show-xs {
    display: block; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hide-s {
    display: none; }
  .show-s {
    display: block; } }

@media (min-width: 1024px) {
  .hide-l {
    display: none; }
  .show-l {
    display: block; } }

.btn {
  min-height: 78px;
  font-size: 26px;
  color: #FFF;
  background-color: #689c45;
  border: 0;
  padding: 20px 78px 20px 32px;
  display: inline-block;
  transition: background-color 0.2s ease-in-out, background-position 0.1s ease-in-out;
  background-image: url("../images/icons/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right 32px center;
  text-align: left;
  font-weight: 400; }
  .btn i {
    float: right;
    position: relative;
    right: 0;
    transition: right 0.1s ease-in-out; }
  .btn:focus {
    color: #FFF;
    outline-color: #195d2F; }
  .btn:active, .btn:hover {
    background-color: #195d2F;
    color: #FFF;
    text-decoration: none;
    background-position: right 27px center; }
    .btn:active i, .btn:hover i {
      right: -5px; }

input.btn {
  line-height: inherit; }

.btn--full-width {
  width: 100%; }

.btn--no-bg {
  background-image: none;
  padding-right: 32px; }

.btn-reset {
  border: 0;
  background-color: transparent; }

.btn--small,
.btn--medium {
  background-position: right 13px center;
  font-size: 21px; }
  .btn--small:hover,
  .btn--medium:hover {
    background-position: right 8px center; }

.btn--medium {
  padding: 12px 60px 12px 12px;
  min-height: 55px; }

.btn--small {
  padding: 10px 60px 9px 13px;
  min-height: 50px; }

.btn--white {
  background-color: #FFF;
  color: #4D4D4D;
  background-image: url("../images/icons/icon-arrow-right.svg"); }
  .btn--white:hover {
    background-image: url("../images/icons/icon-arrow-right-white.svg"); }

.btn--dark {
  color: #FFF;
  background-color: #195d2F; }
  .btn--dark:hover {
    background-color: #0e351b; }

.btn--orange {
  color: #FFF;
  background-color: #f26522; }
  .btn--orange:hover {
    background-color: #d54d0d; }

.btn--white-green-text {
  background-color: #FFF;
  color: #689c45; }

.return-top-btn {
  width: 130px;
  background-color: #4FAED7;
  color: #FFF;
  border: 0;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 97;
  padding: 15px 34px;
  font-size: 21px;
  line-height: normal;
  transition: background-color 0.2s ease-in-out;
  outline: none; }
  .return-top-btn i {
    position: relative;
    transition: top 0.2s ease-in-out;
    top: 0; }
  .return-top-btn:hover {
    background-color: #284C73; }
    .return-top-btn:hover i {
      top: -3px; }

.close-btn,
.zoom-in-btn,
.zoom-out-btn {
  width: 84px;
  height: 84px;
  background-color: transparent;
  border: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0; }
  .close-btn:active, .close-btn:hover,
  .zoom-in-btn:active,
  .zoom-in-btn:hover,
  .zoom-out-btn:active,
  .zoom-out-btn:hover {
    opacity: 0.6; }

.close-btn {
  background-image: url("../images/icons/icon-close-circled-white.svg"); }

.zoom-in-btn {
  background-image: url("../images/icons/icon-cross-circled-white.svg"); }

.zoom-out-btn {
  background-image: url("../images/icons/icon-minus-circled-white.svg"); }

@media (max-width: 767px) {
  .btn {
    font-size: 24px;
    margin-bottom: 8px; }
    .btn:last-child:not(button[type="submit"]) {
      margin-bottom: 0; }
  .btn--medium,
  .btn--small {
    font-size: 19px; } }

.load-more-btn {
  border: 0;
  background-color: transparent; }
  .load-more-btn i {
    position: relative;
    transition: top 0.2s ease-in-out;
    top: 0; }
  .load-more-btn:hover i {
    top: 3px; }

.cta-panels-group .cta-panel,
.cta-panels-group .cta-panel-alt {
  border: 1px solid #FFF; }

.cta-panel,
.cta-panel-alt {
  background-color: #b2b2b2;
  position: relative;
  overflow: hidden; }
  .cta-panel:active .cta-panel__active, .cta-panel:focus .cta-panel__active, .cta-panel:hover .cta-panel__active,
  .cta-panel-alt:active .cta-panel__active,
  .cta-panel-alt:focus .cta-panel__active,
  .cta-panel-alt:hover .cta-panel__active {
    top: 0;
    opacity: 1; }

.cta-panel .cta-ad-icon {
  background-color: #195d2F;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 8px;
  font-size: 12px; }

.cta-panel .btn {
  font-size: 23px;
  line-height: 1.2;
  width: calc(100% - 38px);
  position: absolute;
  bottom: 20px;
  left: 0; }
  .cta-panel .btn:focus {
    color: #fff;
    outline-color: none; }

.cta-panel p {
  font-size: 26px;
  font-weight: 400;
  margin: 15px 0;
  line-height: 110%; }

.cta-panel .cta-panel__title h4 {
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  line-height: 100%; }

.cta-panel__img {
  width: 100%;
  height: auto; }

.cta-panel__title {
  position: absolute;
  color: #FFF;
  top: 0;
  left: 0;
  padding: 38px; }
  .cta-panel__title h4 {
    font-size: 27px;
    font-weight: 500;
    margin: 0; }

.cta-panel__active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
  background-color: #689c45;
  padding: 38px;
  color: #FFF; }
  .cta-panel__active h4 {
    font-weight: 600;
    font-size: 40px;
    margin: 0;
    line-height: 100%; }
  .cta-panel__active p {
    font-size: 26px;
    font-weight: 400;
    margin: 15px 0;
    line-height: 110%; }
  .cta-panel__active h4, .cta-panel__active p {
    color: #FFF; }
  .cta-panel__active ul li, .cta-panel__active ol li {
    font-weight: 400;
    margin: 0; }
  .cta-panel__active .btn {
    font-size: 23px;
    width: calc(100% - 38px);
    position: absolute;
    bottom: 20px;
    left: 0; }
    .cta-panel__active .btn:hover {
      color: #4D4D4D;
      background-color: #FFF;
      background-image: url("../images/icons/icon-arrow-right.svg");
      background-position: auto;
      background-position: right 32px center; }
  .cta-panel__active .btn:not(.btn--small) {
    padding-top: 24px; }

.cta-panel-alt .cta-panel__title {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: box;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  box-direction: normal;
  box-pack: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0; }
  .cta-panel-alt .cta-panel__title > div {
    padding: 18px 20px;
    background-color: rgba(104, 156, 69, 0.95);
    line-height: normal; }
  .cta-panel-alt .cta-panel__title h4, .cta-panel-alt .cta-panel__title h5 {
    margin: 0; }
  .cta-panel-alt .cta-panel__title h4 {
    font-size: 30px; }
  .cta-panel-alt .cta-panel__title h5 {
    font-size: 26px;
    font-weight: 400; }

.cta-panel-alt .cta-panel__active {
  padding-left: 20px;
  padding-right: 20px; }
  .cta-panel-alt .cta-panel__active .btn {
    width: auto; }

.cta-panel.cta-dochub .cta-panel__title h4 {
  font-size: 30px;
  font-weight: 500; }

@media (max-width: 767px) {
  .cta-panel {
    height: 200px; }
    .cta-panel .cta-panel__title,
    .cta-panel .cta-panel-alt .cta-panel__title {
      position: absolute;
      display: block;
      padding: 20px;
      width: 100%; }
      .cta-panel .cta-panel__title h4,
      .cta-panel .cta-panel-alt .cta-panel__title h4 {
        padding-top: 12px;
        margin-bottom: 20px;
        font-size: 27px; }
      .cta-panel .cta-panel__title .btn,
      .cta-panel .cta-panel-alt .cta-panel__title .btn {
        min-height: 0;
        position: relative;
        font-size: 19px;
        bottom: 0; }
  .cta-panels-group > .container {
    padding-left: 0;
    padding-right: 0; }
  .cta-panel-alt .cta-panel__title h4 {
    font-size: 27px; }
  .cta-panel-alt .cta-panel__title h4 {
    font-size: 23px; }
  .cta-panel__active {
    display: none; } }

@media (max-width: 1200px) {
  .cta-panel .cta-panel__title h4 {
    font-size: 27px; }
  .cta-panel .btn {
    font-size: 15px;
    width: calc(100% - -2px); } }

.panel {
  background-color: #195d2F;
  color: #FFF;
  text-align: center;
  position: relative; }
  .panel [data-toggle="collapse"]:hover {
    cursor: pointer; }
  .panel h3 {
    font-size: 40px;
    font-weight: 300;
    margin: 28px 0; }
    .panel h3 a {
      color: #FFF;
      text-decoration: none;
      outline: none; }
    .panel h3 .icon-arrow-circled-up-white {
      display: none; }
    .panel h3 .icon-arrow-circled-down-white {
      display: inline-block; }
    .panel h3 a.open .icon-arrow-circled-up-white {
      display: inline-block; }
    .panel h3 a.open .icon-arrow-circled-down-white {
      display: none; }
    .panel h3 i {
      line-height: normal;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: 0;
      transition: top 0.1s ease-out;
      margin-left: 20px; }
    .panel h3 i:focus {
      outline: none; }
  .panel.panel--white {
    background-color: transparent;
    color: #4D4D4D;
    margin: 0; }
    .panel.panel--white h3 {
      color: #4D4D4D; }
      .panel.panel--white h3 a {
        color: #4D4D4D; }

@media (max-width: 767px) {
  .panel h3 {
    font-size: 37px; }
    .panel h3 i {
      margin-left: 10px; } }

[class^="icon-"] {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.icon-arrow-circled-up-white {
  background-image: url("../images/icons/icon-arrow-circled-up-white.svg"); }

.icon-arrow-circled-up-white {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-down-white {
  background-image: url("../images/icons/icon-arrow-circled-down-white.svg"); }

.icon-arrow-circled-down-white {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-left-white {
  background-image: url("../images/icons/icon-arrow-circled-left-white.svg"); }

.icon-arrow-circled-left-white {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-right-white {
  background-image: url("../images/icons/icon-arrow-circled-right-white.svg"); }

.icon-arrow-circled-right-white {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-up-blue {
  background-image: url("../images/icons/icon-arrow-circled-up-blue.svg"); }

.icon-arrow-circled-up-blue {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-down-blue {
  background-image: url("../images/icons/icon-arrow-circled-down-blue.svg"); }

.icon-arrow-circled-down-blue {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-left-blue {
  background-image: url("../images/icons/icon-arrow-circled-left-blue.svg"); }

.icon-arrow-circled-left-blue {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-right-blue {
  background-image: url("../images/icons/icon-arrow-circled-right-blue.svg"); }

.icon-arrow-circled-right-blue {
  width: 43px;
  height: 43px; }

.icon-arrow-circled-alt-up-green {
  background-image: url("../images/icons/icon-arrow-circled-alt-up-green.svg"); }

.icon-arrow-circled-alt-up-green {
  width: 50px;
  height: 50px; }

.icon-arrow-circled-alt-down-green {
  background-image: url("../images/icons/icon-arrow-circled-alt-down-green.svg"); }

.icon-arrow-circled-alt-down-green {
  width: 50px;
  height: 50px; }

.icon-arrow-circled-alt-left-green {
  background-image: url("../images/icons/icon-arrow-circled-alt-left-green.svg"); }

.icon-arrow-circled-alt-left-green {
  width: 50px;
  height: 50px; }

.icon-arrow-circled-alt-right-green {
  background-image: url("../images/icons/icon-arrow-circled-alt-right-green.svg"); }

.icon-arrow-circled-alt-right-green {
  width: 50px;
  height: 50px; }

.icon-arrow-up-white {
  background-image: url("../images/icons/icon-arrow-up-white.svg"); }

.icon-arrow-up-white {
  width: 32px;
  height: 32px; }

.icon-arrow-down-white {
  background-image: url("../images/icons/icon-arrow-down-white.svg"); }

.icon-arrow-down-white {
  width: 32px;
  height: 32px; }

.icon-arrow-left-white {
  background-image: url("../images/icons/icon-arrow-left-white.svg"); }

.icon-arrow-left-white {
  width: 32px;
  height: 32px; }

.icon-arrow-right-white {
  background-image: url("../images/icons/icon-arrow-right-white.svg"); }

.icon-arrow-right-white {
  width: 32px;
  height: 32px; }

.icon-cross-circled-grey {
  width: 112px;
  height: 112px;
  background-image: url("../images/icons/icon-cross-circled-grey.svg"); }

.icon-cross-circled-white {
  width: 112px;
  height: 112px;
  background-image: url("../images/icons/icon-cross-circled-white.svg"); }

.icon-cross-circled-grey-small,
.icon-close-grey,
.icon-close-circled-grey {
  width: 56px;
  height: 56px;
  background-image: url("../images/icons/icon-cross-circled-grey.svg"); }

.icon-close-circled-grey {
  background-image: url("../images/icons/icon-close-circled-grey.svg"); }

.icon-close-grey {
  background-image: url("../images/icons/icon-close-grey.svg"); }

.icon-hamburger {
  width: 46px;
  height: 32px;
  background-image: url("../images/icons/icon-hamburger.svg"); }

.icon-search {
  width: 46px;
  height: 32px;
  background-image: url("../images/icons/icon-search.svg");
  background-size: auto; }

.icon-twitter-reply {
  width: 18px;
  height: 20px;
  background-image: url("../images/icons/icon-twitter-reply.svg"); }

.icon-twitter-retweet {
  width: 31px;
  height: 18px;
  background-image: url("../images/icons/icon-twitter-retweet.svg"); }

.icon-twitter-favorite {
  width: 23px;
  height: 23px;
  background-image: url("../images/icons/icon-twitter-favorite.svg"); }

.icon-star-white {
  width: 36px;
  height: 36px;
  background-image: url("../images/icons/icon-star-white.svg"); }

.hero-banner {
  width: 100%;
  clear: both;
  background-color: #f4f4f4;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .hero-banner .container,
  .hero-banner .row,
  .hero-banner .col-md-6 {
    height: 100%; }

.hero-banner__title-box {
  width: 100%;
  height: 100%;
  padding-left: 38px;
  padding-right: 38px;
  background-color: rgba(104, 156, 69, 0.95);
  color: #FFF; }
  .hero-banner__title-box h1 {
    font-size: 60px;
    line-height: 105%;
    font-weight: 700;
    margin: 0 0 5px; }
  .hero-banner__title-box h2 {
    font-size: 27px;
    margin: 5px 0 0 0;
    line-height: 105%; }
  .hero-banner__title-box p.hero-banner__introduction {
    font-size: 18px;
    margin: 5px 0 0 0;
    line-height: 130%; }

.hero-banner__title {
  position: absolute;
  bottom: 35px;
  padding-right: 38px; }

.hero-banner__section-icon {
  margin-top: 35px;
  width: 108px; }

.hero-banner--short {
  height: 348px; }
  .hero-banner--short .hero-banner__title {
    bottom: 30px; }
  .hero-banner--short .hero-banner__section-icon {
    margin-top: 30px; }

@media (max-width: 1023px) {
  .hero-banner > .container {
    width: 100%;
    padding: 0; }
  .hero-banner__section-icon {
    margin-top: 0; }
  .hero-banner--short .hero-banner__section-icon {
    margin-top: 0; }
  .hero-banner__title-box {
    padding-top: 35px; }
    .hero-banner__title-box h1 {
      font-size: 44px; }
    .hero-banner__title-box h2 {
      font-size: 23px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-banner {
    height: 435px; }
  .hero-banner--short {
    height: 308px; }
    .hero-banner--short .hero-banner__section-icon {
      margin-top: 0; }
  .hero-banner__title-box {
    padding-top: 40px; } }

@media (max-width: 767px) {
  .hero-banner {
    height: auto;
    margin-bottom: 12.5px; }
  .hero-banner__title-box {
    padding-top: 28px;
    padding-bottom: 28px; }
    .hero-banner__title-box h1 {
      margin-bottom: 0; }
    .hero-banner__title-box h2, .hero-banner__title-box p {
      display: none; }
    .hero-banner__title-box .hero-banner__title {
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
      bottom: 0;
      margin-top: 0; }
  .hero-banner__section-icon {
    display: none; } }

.hero-banner-alt {
  width: 100%;
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 40px 0 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top; }
  .hero-banner-alt h1, .hero-banner-alt h2 {
    color: #FFF;
    margin: 0; }
  .hero-banner-alt h1 {
    font-size: 76px; }
  .hero-banner-alt h2 {
    font-size: 40px;
    line-height: normal; }
  .hero-banner-alt .wheres-this {
    font-size: 17px;
    font-weight: 700;
    margin: 5px 0;
    color: #FFF;
    display: inline-block;
    position: relative;
    padding: 0 10px 10px 0; }
    .hero-banner-alt .wheres-this .message {
      width: 320px;
      padding: 15px;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      color: #FFF;
      font-weight: 300;
      opacity: 0;
      top: 60%;
      left: 100%;
      transition: all 0.3s ease-in-out;
      pointer-events: none; }
    .hero-banner-alt .wheres-this:hover .message {
      top: 100%;
      opacity: 1;
      pointer-events: inherit; }
  .hero-banner-alt .hero-banner-alt__title {
    margin-bottom: 10px; }

/*

Why background-attachment: fixed doesn't work...

It makes the background-size relative to the entire window, not the parent element...because it's fixed.
This results in the image being scaled way too large and cropping too much of the image.

If we set the background-size to 100% auto the quality improves but there is a chance that the image
will not fill the entire header due to varying heights and widths - they're too unpredictable.

The solution...

Create a fixed element positioned within .hero-banner_alt with a background image, and the background-size set to cover -
then use JS to (frequently) match the height to the parent header element...width is always 100%.

This also relies on the main[role="main"] element masking the header bg as a user scrolls over.

*/
.hero-banner-alt__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #b2b2b2;
  z-index: -1;
  padding-bottom: 107px;
  box-sizing: content-box; }
  .hero-banner-alt__bg.active {
    opacity: 1; }

@media (min-width: 768px) and (max-width: 1023px) {
  .hero-banner-alt {
    padding-top: 50px; }
    .hero-banner-alt h1 {
      font-size: 62px; }
    .hero-banner-alt h2 {
      font-size: 32px; }
  .hero-banner-alt__bg {
    padding-bottom: 104px; } }

@media (max-width: 767px) {
  .hero-banner-alt {
    padding-top: 33px;
    padding-bottom: 20px; }
    .hero-banner-alt > .container {
      padding-left: 10px;
      padding-right: 10px; }
    .hero-banner-alt .hero-banner-alt__title {
      margin-bottom: 75px;
      padding-left: 20px;
      padding-right: 20px; }
    .hero-banner-alt h1 {
      font-size: 44px; }
    .hero-banner-alt h2 {
      font-size: 23px; }
  .hero-banner-alt__bg {
    padding-bottom: 97px; } }

@media (max-width: 339px) {
  .hero-banner-alt {
    padding-bottom: 10px; }
    .hero-banner-alt > .container {
      padding-left: 10px;
      padding-right: 10px; }
    .hero-banner-alt .hero-banner-alt__title {
      padding-left: 10px;
      padding-right: 10px; } }

@media (max-width: 339px) {
  .hero-banner-alt .advert--landscape {
    position: static;
    min-height: 50px; }
    .hero-banner-alt .advert--landscape [id^=div-gpt-ad] {
      position: absolute;
      left: 50%;
      margin-left: -160px; } }

.fids {
  background-color: #FFF;
  border-radius: 20px;
  padding: 40px 55px; }
  .fids .row {
    position: relative; }
  .fids .tab-pane {
    overflow-x: hidden; }

.fids__disclaimer {
  font-size: 13px;
  font-weight: 400;
  margin: 0; }

.fids__emergency-shutdown {
  background-color: #F16521;
  color: #FFF;
  position: absolute;
  bottom: 10px;
  left: -55px;
  width: 705px;
  min-height: 170px;
  padding: 15px 58px; }
  .fids__emergency-shutdown h4 {
    margin-top: 5px;
    margin-bottom: 10px; }
  .fids__emergency-shutdown h5 {
    margin: 0; }
  .fids__emergency-shutdown a {
    color: #FFF; }

.fids__nav-tabs {
  border: 0; }
  .fids__nav-tabs a, .fids__nav-tabs li {
    font-size: 28px;
    font-weight: 300;
    color: #4D4D4D;
    padding: 0;
    line-height: normal; }
  .fids__nav-tabs li {
    margin: 0 15px 0 0; }
  .fids__nav-tabs li.divider {
    padding: 8px 0; }
  .fids__nav-tabs li > a,
  .fids__nav-tabs li > a:hover,
  .fids__nav-tabs li > a:focus,
  .fids__nav-tabs li.active > a,
  .fids__nav-tabs li.active > a:focus,
  .fids__nav-tabs li.active > a:hover {
    border: 0;
    line-height: normal;
    padding: 8px 0; }
  .fids__nav-tabs a:hover {
    border: 0;
    border-bottom: 3px solid #195d2F !important;
    background-color: transparent; }
  .fids__nav-tabs li.active a {
    font-weight: 700;
    border: 0;
    border-bottom: 3px solid #195d2F !important; }

.fids__btn-group {
  position: absolute;
  right: 19px;
  bottom: 0; }

.fids__btn-group-column {
  position: static; }

.fids__title {
  position: relative;
  padding: 25px 0 55px; }
  .fids__title h3, .fids__title li {
    color: #195d2F; }
  .fids__title h3 {
    margin: 0;
    line-height: 106%; }
  .fids__title .wi {
    float: left;
    margin: 11px 10px 0 0;
    font-size: 52px;
    display: inline-block;
    color: #689c45; }
  .fids__title [class^="col-"] {
    height: 86px;
    border-right: 3px solid #e5e5e5; }
    .fids__title [class^="col-"]:first-of-type {
      max-width: 420px; }
    .fids__title [class^="col-"]:last-of-type {
      min-width: 250px; }

.fids__nz-graphic {
  position: absolute;
  top: 0;
  right: 0; }

.fids__weather-list {
  padding: 0;
  margin: 0;
  list-style: none;
  float: right; }
  .fids__weather-list li {
    font-size: 20px;
    font-weight: 300;
    margin: 0; }
    .fids__weather-list li a {
      color: #195d2F; }
    .fids__weather-list li a.skifield-status {
      font-size: 16px;
      font-weight: 700;
      background-position: right center;
      background-image: url("../images/icons/icon-arrow-circled-right-green.svg");
      background-size: 16px;
      background-repeat: no-repeat;
      padding-right: 20px; }
      .fids__weather-list li a.skifield-status:hover {
        background-size: 19px;
        background-image: url("../images/icons/icon-arrow-circled-alt-right-green.svg"); }

.fids-table {
  background-color: transparent;
  padding: 0;
  margin-bottom: 50px; }
  .fids-table:last-of-type {
    margin-bottom: 20px; }
  .fids-table th:first-child,
  .fids-table td:first-child {
    padding-left: 0; }
    .fids-table th:first-child:before,
    .fids-table td:first-child:before {
      display: none; }
  .fids-table td, .fids-table th {
    border-bottom-width: 1px;
    border-bottom-color: #b3b3b2; }
  .fids-table th {
    font-size: 21px;
    color: #195d2F;
    position: relative;
    padding: 2px 8px; }
    .fids-table th:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 100%;
      background-color: #689c45;
      border-top: 7px #FFF solid;
      border-bottom: 10px #FFF solid; }
    .fids-table th.more-details:before {
      display: none; }
  .fids-table td {
    font-size: 17px; }
    .fids-table td:before {
      background-color: #689c45;
      border-top-color: #FFF;
      border-bottom-color: #FFF; }
    .fids-table td.more-details {
      font-size: 12px; }
      .fids-table td.more-details:before {
        display: none; }
  .fids-table .flight-no,
  .fids-table .scheduled,
  .fids-table .estimated,
  .fids-table .status {
    font-weight: 700; }
  .fids-table .flight-no {
    width: 170px; }
  .fids-table .status {
    padding-right: 16px; }
  .fids-table .airline img {
    margin-right: 10px; }
  .fids-table td.status::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: transparent;
    border-top: 5px #FFF solid;
    border-bottom: 5px #FFF solid; }
  .fids-table tr.status-departed td.status::after,
  .fids-table tr.status-Departed td.status::after {
    background-color: #00adef; }
  .fids-table tr.status-landed td.status::after,
  .fids-table tr.status-Landed td.status::after {
    background-color: #00adef; }
  .fids-table tr.status-boarding td.status::after,
  .fids-table tr.status-Boarding td.status::after {
    background-color: #b2d234; }
  .fids-table tr.status-estimated td.status::after,
  .fids-table tr.status-Estimated td.status::after {
    background-color: #8DB835; }
  .fids-table tr.status-delayed td.status::after,
  .fids-table tr.status-Delayed td.status::after {
    background-color: #f16521; }
  .fids-table tr.status-go-to-gate td.status::after {
    background-color: #b2d234; }
  .fids-table tr.status-on-schedule td.status::after {
    background-color: #FFF; }

.fids__extra-label {
  color: #195d2F;
  font-weight: 700;
  display: none; }

.fids__more-info-btn {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 0;
  background-color: #689c45;
  float: right;
  display: none;
  padding: 0;
  left: -3px;
  top: 4px;
  position: relative; }
  .fids__more-info-btn i {
    width: 20px;
    height: 24px;
    position: relative;
    transition: left 0.2s ease-in-out; }
  .fids__more-info-btn:hover {
    background-color: #195d2F; }
    .fids__more-info-btn:hover i {
      left: -2px; }

td.status .fids__more-info-btn {
  position: absolute;
  right: 3px;
  left: auto;
  z-index: 1;
  top: 50%;
  margin-top: -13px; }

td.more-details .fids_more-detail-btn {
  color: #222;
  color: #195d2F;
  font-weight: bold;
  text-decoration: none; }
  td.more-details .fids_more-detail-btn img {
    width: 11px;
    height: 11px; }

td.more-details .fids_subscribe-btn {
  color: #195d2F; }

.mobile-fids-detail {
  display: none; }

@media (max-width: 1023px) {
  .flight-no {
    width: auto; }
  .fids__extra-label {
    display: inline; }
  .fids__nz-graphic {
    display: none; }
  .fids__title {
    padding-bottom: 45px; }
  .fids__title [class^="col-"]:last-of-type {
    border-right: 0;
    padding-right: 0; }
  .fids__btn-group {
    position: relative; }
    .fids__btn-group .btn {
      float: left;
      margin-bottom: 10px; }
  .fids-table:last-of-type {
    margin-bottom: 30px; }
  .airline-title {
    display: none; } }

@media (max-width: 767px) {
  .fids {
    padding: 15px; }
    .fids hr.dark {
      display: none; }
  .fids__disclaimer {
    font-size: 12px;
    line-height: normal; }
  .fids__btn-group {
    right: 0;
    margin-top: 5px; }
    .fids__btn-group .btn {
      margin: 7px 0;
      clear: both; }
  .fids .fids__nav-tabs li, .fids .fids__nav-tabs a {
    font-size: 23px; }
  .fids .fids__nav-tabs li:last-child {
    margin-right: 0; }
  .fids-table {
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #b3b3b2; }
    .fids-table thead {
      display: none; }
    .fids-table td, .fids-table th {
      padding-right: 0;
      vertical-align: middle;
      line-height: normal;
      width: 16.66%;
      transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
      left: 0; }
      .fids-table td.status::after, .fids-table th.status::after {
        width: 2px; }
      .fids-table td.from, .fids-table td.scheduled, .fids-table td.status, .fids-table td.estimated, .fids-table td.more-details, .fids-table th.from, .fids-table th.scheduled, .fids-table th.status, .fids-table th.estimated, .fids-table th.more-details {
        opacity: 0;
        display: none; }
      .fids-table td.airline, .fids-table th.airline {
        width: 10%; }
      .fids-table td.flight-no, .fids-table th.flight-no {
        width: 60%; }
    .fids-table th {
      font-size: 18px; }
    .fids-table td {
      font-size: 14px;
      padding: 10px 8px; }
    .fids-table td.from {
      line-height: 34px; }
    .fids-table td .airline-title {
      display: none; }
    .fids-table:last-of-type {
      margin-bottom: 15px; }
    .fids-table tr.active td {
      position: relative;
      left: -50%;
      opacity: 0; }
      .fids-table tr.active td.scheduled, .fids-table tr.active td.status, .fids-table tr.active td.estimated {
        opacity: 1; }
      .fids-table tr.active td.scheduled {
        padding-left: 0; }
      .fids-table tr.active td.scheduled:before {
        display: none; }
    .fids-table td:before {
      border-top: 5px #f4f4f4 solid;
      border-bottom: 5px #f4f4f4 solid; }
  .fids__more-info-btn {
    display: inline-block; }
  td.flight-no::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background-color: transparent;
    border-top: 5px #FFF solid;
    border-bottom: 5px #FFF solid; }
  tr.status-departed td.flight-no::after,
  tr.status-Departed td.flight-no::after {
    background-color: #00adef; }
  tr.status-landed td.flight-no::after,
  tr.status-Landed td.flight-no::after {
    background-color: #00adef; }
  tr.status-boarding td.flight-no::after,
  tr.status-Boarding td.flight-no::after {
    background-color: #b2d234; }
  tr.status-estimated td.flight-no::after,
  tr.status-Estimated td.flight-no::after {
    background-color: #8DB835; }
  tr.status-delayed td.flight-no::after,
  tr.status-Delayed td.flight-no::after {
    background-color: #f16521; }
  tr.status-go-to-gate td.flight-no::after {
    background-color: #b2d234; }
  tr.status-on-schedule td.flight-no::after {
    background-color: #FFF; }
  .mobile-fids-detail {
    font-size: 16px;
    display: block; }
    .mobile-fids-detail .m-route {
      font-weight: 400; }
    .mobile-fids-detail .m-schedule {
      color: #195d2F; }
      .mobile-fids-detail .m-schedule .m-sch, .mobile-fids-detail .m-schedule .m-est, .mobile-fids-detail .m-schedule .m-status {
        color: #4D4D4D; }
    .mobile-fids-detail .fids_more-detail-btn {
      color: #222;
      color: #195d2F;
      font-size: 14px; }
      .mobile-fids-detail .fids_more-detail-btn img {
        width: 10px;
        height: 10px; }
    .mobile-fids-detail .fids_subscribe-btn {
      font-size: 14px; }
      .mobile-fids-detail .fids_subscribe-btn img {
        width: 10px;
        height: 10px;
        color: #195d2F; } }

.post-summary {
  margin: 15px 0;
  min-height: 535px;
  border-bottom: 3px solid #4FAED7; }
  .post-summary img {
    width: 100%; }
  .post-summary h4 {
    font-size: 40px;
    font-weight: 700;
    margin: 30px 0 0 0;
    line-height: 110%; }
    .post-summary h4 a {
      color: #4D4D4D; }
  .post-summary .news-item__date {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 30px; }

@media (max-width: 767px) {
  .post-summary {
    min-height: 0; }
    .post-summary img {
      width: calc(100% + 20px);
      box-sizing: content-box;
      max-width: none;
      margin-left: -10px; } }

.food-drink-listing {
  position: relative;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  margin-bottom: 2px; }
  .food-drink-listing .flag {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #689c45;
    color: #FFF;
    z-index: 1;
    font-size: 26px;
    min-height: 78px;
    padding: 0 20px;
    line-height: 78px; }
    .food-drink-listing .flag i {
      top: 6px;
      position: relative;
      margin-right: 10px; }
  .food-drink-listing .food-drink-promo {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0.5; }

.food-drink-listing__content {
  min-height: 575px;
  padding: 40px 40px 20px;
  background-color: #f7f6f5; }
  .food-drink-listing__content h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    line-height: normal; }
  .food-drink-listing__content p {
    font-size: 21px;
    font-weight: 400;
    margin: 10px 0; }
  .food-drink-listing__content a:not(.btn) {
    color: #4D4D4D;
    font-weight: 700; }
  .food-drink-listing__content .btn {
    margin-top: 50px; }

.food-drink-listing__thumb {
  position: relative;
  overflow: hidden; }
  .food-drink-listing__thumb img {
    width: 100%; }
  .food-drink-listing__thumb:hover .food-drink-promo {
    top: 0;
    opacity: 1; }

@media (min-width: 1024px) and (max-width: 1439px) {
  .food-drink-listing .food-drink-promo__offer p {
    display: none; } }

@media (max-width: 767px) {
  .food-drink-listing {
    border: 0;
    margin-bottom: 6px; }
  .food-drink-listing__content {
    padding: 30px 20px;
    min-height: 0; }
    .food-drink-listing__content h3 {
      font-size: 37px; }
    .food-drink-listing__content p {
      font-size: 19px; }
  .food-drink-promo__offer p {
    display: none; } }

.map-listing-container .grid-override {
  margin-left: -2px;
  margin-right: -2px; }
  .map-listing-container .grid-override [class^="col"] {
    padding-left: 2px;
    padding-right: 2px; }

.map-listing {
  position: relative;
  padding-top: 43px;
  padding-right: 43px;
  margin-bottom: 4px; }
  .map-listing:hover .map-listing__thumb {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1; }

.map-listing__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0.5;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1; }

.map-listing__controls {
  position: relative;
  z-index: 2;
  padding-bottom: 25px; }
  .map-listing__controls h4 {
    margin-top: 0;
    margin-bottom: 40px;
    margin-left: 43px; }

.map-listing__fullscreen-btn {
  background-color: transparent;
  border: 0;
  margin-left: 43px; }

.map-actions {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  color: #FFF;
  background-color: #689c45;
  padding: 10px 43px; }
  .map-actions li {
    margin: 0;
    line-height: normal; }
  .map-actions a {
    color: #FFF;
    font-weight: 400;
    font-size: 21px;
    position: relative; }
    .map-actions a i {
      position: absolute;
      left: 100%;
      top: -2px;
      opacity: 0;
      transition: opacity 0.2s ease-in-out, margin-left 0.2s ease-in-out;
      margin-left: 10px; }
    .map-actions a:hover {
      text-decoration: none; }
      .map-actions a:hover i {
        opacity: 1;
        margin-left: 20px; }

@media (max-width: 1023px) {
  .map-listing__fullscreen-btn {
    width: 90px;
    height: 90px; }
    .map-listing__fullscreen-btn i {
      width: 100%;
      height: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .map-listing {
    padding-right: 30px; }
  .map-listing__fullscreen-btn {
    margin-left: 30px; }
  .map-listing__controls h4 {
    font-size: 32px;
    margin-left: 30px; }
  .map-listing__actions {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .map-listing__actions a {
      font-size: 16px; }
  .map-listing__fullscreen-btn {
    width: 90px;
    height: 90px; }
    .map-listing__fullscreen-btn i {
      width: 100%;
      height: 100%; } }

@media (max-width: 767px) {
  .map-listing-container > .container {
    padding-left: 0;
    padding-right: 0; }
  .map-listing {
    padding-right: 20px; }
  .map-listing__fullscreen-btn {
    margin-left: 20px; }
  .map-listing__controls h4 {
    margin-left: 20px; }
  .map-listing__actions {
    padding-left: 20px; }
    .map-listing__actions a {
      font-size: 19px; } }

.news-feed .news-feed__snippets,
.news-feed .featured-news-story {
  height: 510px;
  margin-bottom: 30px;
  border-bottom: 3px solid #689c45; }

.news-feed .btn {
  width: 100%;
  max-width: 340px;
  text-align: left; }

.news-feed__featured-story img {
  width: 100%; }

.news-feed__featured-story h4 {
  margin: 20px 0 0 0;
  line-height: 110%; }
  .news-feed__featured-story h4 a {
    color: #4D4D4D; }

.news-feed__featured-story .sub-title {
  font-size: 26px;
  font-weight: 400;
  margin: 0; }

.news-feed__other-news h3 {
  margin-bottom: 20px; }

.news-feed__other-news ol, .news-feed__other-news ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.news-feed__other-news li {
  padding: 15px 0;
  margin: 0;
  height: 25%;
  border-bottom: 1px solid #689c45; }
  .news-feed__other-news li:last-child {
    border: 0; }

.news-feed__other-news li a {
  font-size: 26px;
  line-height: normal;
  font-weight: 400;
  color: #4D4D4D; }

.news-feed__other-news .btn {
  width: 100%; }

.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: 20px; }
  .slick-dots li {
    border: 2px solid #FFF;
    border-radius: 22px; }
    .slick-dots li.slick-active {
      background-color: white; }

.food-drink-promo {
  position: relative;
  width: 100%;
  background-color: #689c45;
  color: #FFF;
  z-index: 2; }
  .food-drink-promo .previous-offer-btn,
  .food-drink-promo .next-offer-btn {
    background-color: transparent;
    border: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -22px;
    z-index: 1; }
    .food-drink-promo .previous-offer-btn i,
    .food-drink-promo .next-offer-btn i {
      position: relative;
      transition: left 0.2s ease-in-out, right 0.2s ease-in-out; }
  .food-drink-promo .previous-offer-btn i {
    left: 0; }
  .food-drink-promo .previous-offer-btn:hover i {
    left: -5px; }
  .food-drink-promo .next-offer-btn {
    left: auto;
    right: 15px; }
    .food-drink-promo .next-offer-btn i {
      right: 0; }
    .food-drink-promo .next-offer-btn:hover i {
      right: -5px; }

.food-drink-promo__carousel {
  height: 100%; }
  .food-drink-promo__carousel .slick-track,
  .food-drink-promo__carousel .slick-list {
    height: 100%; }

.food-drink-promo__offer {
  background-image: url("../images/icons/icon-star-white.svg");
  background-position: left 20px top 40px;
  background-repeat: no-repeat;
  padding: 0 75px; }
  .food-drink-promo__offer.slick-slide {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: box;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
        flex-direction: row;
    box-direction: normal;
    box-pack: center; }
  .food-drink-promo__offer h4 {
    font-size: 40px;
    line-height: 90%;
    margin: 0; }
  .food-drink-promo__offer p {
    font-size: 21px;
    margin: 10px 0; }

.ie9 .food-drink-promo__carousel .slick-slide {
  margin-top: 50px; }

.fullscreen {
  position: fixed;
  top: 97px;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
  margin: 0;
  z-index: 98;
  background-color: #b2b2b2;
  pointer-events: none;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }

.fullscreen--active {
  width: 100%;
  height: calc(100vh - 97px);
  opacity: 1;
  pointer-events: inherit; }

body.disable-scroll .canvas-wrap {
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 97px); }

@media (min-width: 768px) {
  .fullscreen {
    -webkit-transition-property: height, width, top, right, opacity;
    transition-property: height, width, top, right, opacity; } }

@media (min-width: 768px) and (max-width: 1023px) {
  body.disable-scroll .canvas-wrap {
    height: calc(100vh - 104px); }
  .fullscreen {
    top: 104px; }
  .fullscreen--active {
    height: calc(100vh - 104px); } }

@media (max-width: 767px) {
  body.disable-scroll .canvas-wrap {
    height: calc(100vh - 97px); }
  .fullscreen {
    top: 97px;
    -webkit-transition-property: opacity;
    transition-property: opacity; }
  .fullscreen--active {
    height: calc(100vh - 97px); } }

.advert [id^=div-gpt-ad] {
  text-align: center; }

@media (max-width: 767px) {
  body.Page main[role="main"] {
    padding-top: 100px; }
  body.Page .advert--landscape {
    position: absolute;
    top: 0; } }

section.shuttlerock-section {
  font-family: "Roboto", sans-serif !important;
  padding: 0;
  margin: 0;
  margin-bottom: -25px; }
  section.shuttlerock-section .social-hub-header {
    text-align: center;
    margin-bottom: 20px; }
    section.shuttlerock-section .social-hub-header h3 {
      font-size: 28px;
      margin: 0;
      position: relative; }
      section.shuttlerock-section .social-hub-header h3:before {
        border-top: 3px solid #689c45;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: -1; }
      section.shuttlerock-section .social-hub-header h3 span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #fff;
        padding: 0 15px; }
    section.shuttlerock-section .social-hub-header p {
      color: #195d2F;
      font-size: 18px;
      line-height: 1;
      font-weight: bold;
      margin: 0px 0 0;
      font-style: italic; }
  section.shuttlerock-section #sr-social-hub-wrapper {
    height: 260px; }

.sr-sh-theme-card,
.sr-sh-theme-card__media,
.sr-sh-card,
.sr-sh-card__media,
.sr-sh-pointer {
  border-radius: 0 !important; }

.sr-sh-item,
.sr-sh-theme-item {
  margin: 0 !important; }

.sr-sh .sr-sh-theme-board-info__cover, .sr-sh .sr-sh-theme-board-info__mask {
  position: absolute; }

.sr-sh-theme-board-info__description {
  display: inline-block !important; }

.sr-sh-theme-statistics__item--info {
  display: none; }

.sr-sh-theme-board-info__title {
  font-size: 24px !important;
  text-align: center;
  position: absolute;
  width: 96%; }

.sr-sh-theme-board-info__description {
  width: 96%;
  text-align: center;
  font-style: italic;
  position: absolute;
  top: 53px; }

.sr-sh-theme-card__author-image {
  border-radius: 100% !important;
  border: 2px solid #689c45 !important; }

#sr-social-hub-wrapper .sr-sh-signin__link {
  margin-right: 17px !important; }

/*dialog*/
.ngdialog-content {
  font-family: "Roboto", sans-serif !important; }
  .ngdialog-content .sr-sh-mb.sr-sh-theme-dialog-header {
    background: #195d2F !important; }
  .ngdialog-content .sr-sh-theme-card__author-image {
    border: 2px solid #689c45; }
  .ngdialog-content .sr-sh-theme-description-wrapper p {
    font-size: 16px !important; }

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
  color: #689c45 !important; }

.ngdialog.ngdialog-theme-default .ngdialog-close:hover:before, .ngdialog.ngdialog-theme-default .ngdialog-close:active:before {
  color: #689c45 !important; }

.ngdialog.ngdialog-theme-default .ngdialog-content .sr-sh-theme-dialog-header .sr-sh-theme-statistics__item-content .sr-sh-theme-statistics__item-icon, .ngdialog.ngdialog-theme-default .ngdialog-content .sr-sh-theme-dialog-header .sr-sh-theme-statistics__item-content .sr-sh-theme-statistics__item-label, .ngdialog.ngdialog-theme-default .ngdialog-content .sr-sh-theme-dialog-header .sr-sh-theme-statistics__item-content .sr-sh-theme-statistics__item-count {
  color: #fff !important; }

.sr-sh-theme-card-header .sr-sh-slider-nav-wrapper .sr-sh-slider-nav:hover, .sr-sh-theme-card-header .sr-sh-slider-nav-wrapper .sr-sh-slider-nav.hover {
  opacity: 0.4 !important; }

.sr-sh-theme-card__author-name, .sr-sh-theme-card__timestamp {
  color: #fff !important; }

#sr-social-hub-wrapper .sr-sh-theme-form input[type="submit"],
#sr-social-hub-wrapper .sr-sh .sr-sh-theme-navigation .sr-sh-theme-signin__link,
#sr-social-hub-wrapper .sr-sh .sr-sh-theme-signout__link,
#sr-social-hub-wrapper .sr-sh .sr-sh-theme-btn,
#sr-social-hub-wrapper .ngdialog .sr-sh-theme-btn,
#sr-social-hub-wrapper .sr-sh-filters a.sr-sh-theme-btn.sr-sh-theme-upload-btn,
#sr-social-hub-wrapper .sr-sh .sr-sh-filters .sr-sh-edit-account__link {
  font-family: "Roboto", sans-serif !important;
  background-color: #689c45 !important;
  color: #fff !important;
  border-color: #689c45 !important;
  border: solid 2px #689c45 !important;
  text-transform: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0px !important;
  padding: 10px 60px 9px 13px;
  min-height: 50px;
  color: #FFF;
  background-color: #B2D234;
  border: 0;
  display: inline-block;
  transition: background-color 0.2s ease-in-out, background-position 0.1s ease-in-out;
  background-image: url("../images/icons/icon-arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: right 13px center;
  font-size: 21px;
  text-align: left;
  font-weight: 400; }
  #sr-social-hub-wrapper .sr-sh-theme-form input[type="submit"]:hover,
  #sr-social-hub-wrapper .sr-sh .sr-sh-theme-navigation .sr-sh-theme-signin__link:hover,
  #sr-social-hub-wrapper .sr-sh .sr-sh-theme-signout__link:hover,
  #sr-social-hub-wrapper .sr-sh .sr-sh-theme-btn:hover,
  #sr-social-hub-wrapper .ngdialog .sr-sh-theme-btn:hover,
  #sr-social-hub-wrapper .sr-sh-filters a.sr-sh-theme-btn.sr-sh-theme-upload-btn:hover,
  #sr-social-hub-wrapper .sr-sh .sr-sh-filters .sr-sh-edit-account__link:hover {
    background-position: right 8px center; }

#sr-social-hub-wrapper .sr-sh .sr-sh-theme-btn.sr-sh-theme-product-btn,
#sr-social-hub-wrapper .sr-sh-theme-signin__link {
  float: right;
  margin-right: 17px; }

#sr-social-hub-wrapper .sr-sh .sr-sh-theme-complain-button a.sr-sh-theme-btn, #sr-social-hub-wrapper .sr-sh .sr-sh-theme-comment-complain-button a.sr-sh-theme-btn, #sr-social-hub-wrapper .ngdialog .sr-sh-theme-complain-button a.sr-sh-theme-btn, #sr-social-hub-wrapper .ngdialog .sr-sh-theme-comment-complain-button a.sr-sh-theme-btn {
  border: 1px solid #689c45 !important;
  color: #fff !important;
  float: left !important;
  font-size: 9px !important;
  padding: 3px 6px !important;
  width: auto !important;
  font-family: "Roboto", sans-serif !important;
  height: auto !important;
  background: none;
  min-height: 0 !important;
  background-color: #B2D234; }
  #sr-social-hub-wrapper .sr-sh .sr-sh-theme-complain-button a.sr-sh-theme-btn:hover, #sr-social-hub-wrapper .sr-sh .sr-sh-theme-comment-complain-button a.sr-sh-theme-btn:hover, #sr-social-hub-wrapper .ngdialog .sr-sh-theme-complain-button a.sr-sh-theme-btn:hover, #sr-social-hub-wrapper .ngdialog .sr-sh-theme-comment-complain-button a.sr-sh-theme-btn:hover {
    font-family: "Roboto", sans-serif !important; }

.sr-sh-theme-card__wrapper {
  box-shadow: none !important;
  margin: 6px !important;
  border-radius: 0px !important; }

.sr-sh-theme-card__wrapper .sr-sh-theme-card {
  border-radius: 0 !important; }

.sr-sh-theme-statistics__item-icon {
  color: #689c45 !important; }

.shuttlerock_socialhub {
  min-height: 600px; }
  .shuttlerock_socialhub .sr-sh-theme-board-info__wrapper {
    overflow: hidden; }
  .shuttlerock_socialhub .sr-sh-theme-board-info__upload {
    margin-top: 40% !important; }
  @media screen and (min-width: 1600px) {
    .shuttlerock_socialhub .sr-sh .sr-sh-theme-board-info {
      width: 33.33%; }
    .shuttlerock_socialhub .sr-sh-sizer, .shuttlerock_socialhub .sr-sh-theme-item {
      width: 33.33%; } }
  @media screen and (min-width: 1200px) {
    .shuttlerock_socialhub .sr-sh .sr-sh-theme-board-info {
      width: 33.33%; }
    .shuttlerock_socialhub .sr-sh-sizer, .shuttlerock_socialhub .sr-sh-theme-item {
      width: 33.33%; } }
  @media screen and (min-width: 1000px) {
    .shuttlerock_socialhub .sr-sh .sr-sh-theme-board-info {
      width: 33.33%; }
    .shuttlerock_socialhub .sr-sh-sizer, .shuttlerock_socialhub .sr-sh-theme-item {
      width: 33.33%; } }
  @media screen and (min-width: 700px) {
    .shuttlerock_socialhub .sr-sh .sr-sh-theme-board-info {
      width: 50.00%; }
    .shuttlerock_socialhub .sr-sh-sizer, .shuttlerock_socialhub .sr-sh-theme-item {
      width: 50.00%; } }
  .shuttlerock_socialhub .sr-sh .sr-sh-theme-board-info {
    width: 50.00%; }
  .shuttlerock_socialhub .sr-sh-sizer, .shuttlerock_socialhub .sr-sh-theme-item {
    width: 50.00%; }
  .shuttlerock_socialhub .sr-sh-sizer.large, .shuttlerock_socialhub .sr-sh-theme-item.large {
    width: 50%; }
  @media screen and (max-width: 400px) {
    .shuttlerock_socialhub .sr-sh .sr-sh-theme-board-info {
      width: 100.00%; }
    .shuttlerock_socialhub .sr-sh-sizer, .shuttlerock_socialhub .sr-sh-theme-item {
      width: 100.00%; }
    .shuttlerock_socialhub .sr-sh-sizer.large, .shuttlerock_socialhub .sr-sh-theme-item.large {
      width: 100%; } }

.sr-page-container .sr-sh-filters {
  display: none; }

.sr-page-container .sr-nav li {
  width: 25%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 15px;
  font-weight: normal; }
  .sr-page-container .sr-nav li a {
    background-color: #689c45;
    color: #fff;
    border-radius: 0; }
    .sr-page-container .sr-nav li a:hover {
      background-color: #195d2F; }
  .sr-page-container .sr-nav li.active > a {
    background-color: #195d2F; }

.sr-page-container .sr-sh-theme-card__info {
  z-index: 1; }

.sr-page-container .sr-stream #sr-social-hub-wrapper {
  height: 250px !important;
  min-height: 0;
  margin: 0; }

.sr-page-container .sr-stream-r #sr-social-hub-wrapper {
  height: 350px !important;
  min-height: 0;
  margin: 0; }

.sr-page-container .sr-stream .sr-sh-widget .sr-sh-slider-nav {
  background-color: transparent;
  border-radius: 0;
  width: 30px;
  height: 40px; }

.sr-page-container .sr-stream .sr-sh-slider-nav-prev {
  left: 12px; }

.sr-page-container .sr-stream .sr-sh-slider-nav-prev i {
  padding-right: 10px; }

.sr-page-container .sr-stream .sr-sh-slider-nav-next {
  right: 12px; }

.sr-page-container .sr-stream .sr-sh-slider-nav-next i {
  padding-right: 10px; }

.sr-page-container .sr-stream .sr-sh .sr-sh-theme-board-info__mask {
  background-color: rgba(201, 22, 48, 0.9);
  border-radius: 0; }

.sr-page-container .sr-stream .sr-sh-theme .sr-sh-slider-content .sr-sh-theme-board-info__card .sr-sh-theme-board-info__content h1, .sr-page-container .sr-stream .sr-sh .sr-sh-slider-content .sr-sh-theme-board-info__card .sr-sh-theme-board-info__content h1 {
  font-family: "Warugaki-Regular"; }

.sr-page-container .sr-stream .sr-sh-theme .sr-sh-slider-content .sr-sh-theme-board-info__card .sr-sh-theme-board-info__content h1, .sr-page-container .sr-stream .sr-sh .sr-sh-slider-content .sr-sh-theme-board-info__card .sr-sh-theme-board-info__content h1 {
  font-size: 26px;
  margin-top: 24%;
  text-align: center; }

.sr-page-container .sr-stream .sr-sh-theme .sr-sh-slider-content .sr-sh-theme-board-info__card .sr-sh-theme-board-info__content p,
.sr-page-container .sr-stream .sr-sh .sr-sh-slider-content .sr-sh-theme-board-info__card .sr-sh-theme-board-info__content p {
  display: none; }

.sr-page-container .sr-stream .sr-sh-item,
.sr-page-container .sr-stream .sr-sh-theme-item,
.sr-page-container .sr-stream .sr-sh-theme .sr-sh-slider-content .sr-sh-theme-board-info__card,
.sr-page-container .sr-stream .sr-sh .sr-sh-slider-content .sr-sh-theme-board-info__card {
  margin: 0; }

.sr-page-container .sr-stream .sr-sh-slider-nav-next.disabled {
  opacity: 1; }

.sr-page-container .sr-stream .sr-sh-slider-nav-next.disabled i {
  opacity: .2; }

.sr-page-container .sr-stream .ngdialog .sr-sh-slider-nav i {
  font-size: 20px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px; }

.sr-page-container .sr-stream .sr-sh-theme .sr-sh-theme-card__description-story, .sr-page-container .sr-stream .sr-sh .sr-sh-theme-card__description-story {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  font-family: "Warugaki-Regular";
  color: #c91630; }

@media screen and (min-width: 300px) {
  .sr-page-container .sr-wrap .sr-sh .sr-sh-theme-board-info {
    width: 100%; } }

@media screen and (min-width: 700px) {
  .sr-page-container .sr-wrap .sr-sh-sizer.large, .sr-page-container .sr-wrap .sr-sh-theme-item.large,
  .sr-page-container .sr-wrap .sr-sh-sizer, .sr-page-container .sr-wrap .sr-sh-theme-item {
    width: 33.333%; }
  .sr-page-container .sr-wrap .sr-sh .sr-sh-theme-board-info {
    width: 66.66%; } }

@media screen and (min-width: 1000px) {
  .sr-page-container .sr-wrap .sr-sh-sizer.large, .sr-page-container .sr-wrap .sr-sh-theme-item.large,
  .sr-page-container .sr-wrap .sr-sh-sizer, .sr-page-container .sr-wrap .sr-sh-theme-item {
    width: 33.333% !important; }
  .sr-page-container .sr-wrap .sr-sh .sr-sh-theme-board-info {
    width: 49.8% !important; } }

.primary-nav ul {
  margin: 0;
  padding: 0;
  float: right;
  clear: both; }
  .primary-nav ul li {
    width: auto;
    font-size: 15px;
    list-style: none;
    display: inline-block;
    font-weight: 700;
    margin: 0; }
    .primary-nav ul li a {
      display: inline-block;
      padding: 5px 0;
      font-weight: 400;
      color: #4D4D4D; }

.primary-nav ul.primary-nav__sections {
  margin-bottom: 8px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .primary-nav ul.primary-nav__sections {
      margin-bottom: 10px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .primary-nav ul.primary-nav__sections li {
      font-size: 14px; } }
  .primary-nav ul.primary-nav__sections li:first-child:after, .primary-nav ul.primary-nav__sections li.last-nav-item:after, .primary-nav ul.primary-nav__sections li:last-child:after {
    content: '';
    display: none; }
  .primary-nav ul.primary-nav__sections li.last-nav-item-pad {
    padding-right: 10px; }
  .primary-nav ul.primary-nav__sections li.active a {
    font-weight: 700;
    border-top: 3px solid #689c45; }
  .primary-nav ul.primary-nav__sections li:after {
    content: ' - ';
    margin: 0 5px;
    padding: 0 5px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .primary-nav ul.primary-nav__sections li:after {
        content: '';
        margin: 0 2px;
        padding: 0 2px; } }
  .primary-nav ul.primary-nav__sections li.cn-flag {
    margin-right: 12px;
    margin-left: 6px; }
  .primary-nav ul.primary-nav__sections li.nz-flag {
    margin-right: 12px;
    margin-left: 6px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .primary-nav ul.primary-nav__sections li.social_link {
      display: none; } }
  .primary-nav ul.primary-nav__sections li.social_link img {
    width: 32px;
    height: 32px; }
  .primary-nav ul.primary-nav__sections li.social_link:after {
    content: '';
    display: none; }

.primary-nav ul.primary-nav__sub-sections li {
  position: relative;
  display: block;
  float: left; }
  .primary-nav ul.primary-nav__sub-sections li.active:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 20px;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #689c45; }
  .primary-nav ul.primary-nav__sub-sections li a {
    font-size: 17px;
    font-weight: 700;
    position: relative;
    padding: 0 18px; }
  .primary-nav ul.primary-nav__sub-sections li:last-child a:after {
    content: '';
    display: none; }
  .primary-nav ul.primary-nav__sub-sections li a:before {
    content: ' ';
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    height: 14px;
    opacity: 0; }
  .primary-nav ul.primary-nav__sub-sections li a:after {
    content: ' ';
    position: absolute;
    width: 2px;
    height: 14px;
    top: 50%;
    right: 0;
    margin-top: -7px;
    background-color: #689c45;
    pointer-events: none; }

.hamburger-btn {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none; }
  .hamburger-btn .icon-close-grey {
    width: 46px;
    height: 32px;
    display: none; }
  .hamburger-btn.hamburger-btn--active .icon-close-grey {
    display: inline-block; }
  .hamburger-btn.hamburger-btn--active .icon-hamburger {
    display: none; }

.secondary-nav {
  position: fixed;
  z-index: 99;
  width: 0;
  height: 0;
  top: 97px;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  overflow: hidden;
  background-color: rgba(104, 156, 69, 0.9);
  color: #FFF;
  transition: opacity 0.2s ease-in-out;
  opacity: 0; }
  .secondary-nav.secondary-nav--active {
    width: 100%;
    height: calc(100% - 97px);
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .secondary-nav h1 {
    margin-top: 0;
    font-size: 50px; }
    .secondary-nav h1 a {
      color: #FFF; }
    .secondary-nav h1 a:hover {
      text-decoration: none;
      opacity: 0.8; }
  @media (min-width: 1024px) {
    .secondary-nav .sub-menu {
      display: none; }
      .secondary-nav .sub-menu.active {
        display: block; } }
  .secondary-nav ul {
    padding: 0;
    margin: 0; }
    .secondary-nav ul li {
      font-size: 20px;
      list-style: none; }
      .secondary-nav ul li.link {
        margin: 2px 0; }
    .secondary-nav ul a {
      color: #FFF;
      font-weight: 300;
      font-size: 26px;
      position: relative; }
      .secondary-nav ul a i {
        position: absolute;
        right: 100%;
        top: -2px;
        opacity: 0;
        transition: opacity 0.2s ease-in-out, margin-right 0.2s ease-in-out;
        margin-right: 20px; }
      .secondary-nav ul a:hover {
        font-weight: 900;
        text-decoration: none; }
        .secondary-nav ul a:hover i {
          opacity: 1;
          margin-right: 10px; }
  .secondary-nav p {
    font-size: 21px;
    margin-bottom: 2px; }
  .secondary-nav .btn {
    margin: 0 14px 0 0;
    padding-right: 13px;
    background-image: none; }
  .secondary-nav button[data-toggle] {
    display: inline-block;
    float: right;
    margin-left: 10px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    background-image: url("../images/icons/icon-arrow-circled-up-white.svg");
    background-size: 100%;
    font-size: 0;
    background-repeat: no-repeat;
    outline: none; }
    .secondary-nav button[data-toggle].collapsed {
      background-image: url("../images/icons/icon-arrow-circled-down-white.svg"); }

@media (max-width: 1023px) {
  .secondary-nav .sub-menu {
    margin-bottom: 30px;
    width: 100%; }
  .secondary-nav .sub-sub-menu ul li:last-child {
    margin-bottom: 0; }
  .secondary-nav ul {
    padding-left: 38px; } }

@media (min-width: 1024px) {
  .secondary-nav {
    position: absolute; }
    .secondary-nav .collapse {
      display: block; }
    .secondary-nav button[data-toggle] {
      display: none; }
    .secondary-nav.secondary-nav--active {
      height: 450px; }
  .secondary-nav__extra-links {
    display: none; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .secondary-nav {
    top: 104px; }
    .secondary-nav h1 {
      font-size: 45px;
      margin-bottom: 0; }
    .secondary-nav.secondary-nav--active {
      height: calc(100% - 104px); } }

@media (max-width: 767px) {
  .secondary-nav {
    top: 97px;
    padding: 25px 0; }
    .secondary-nav ul a:hover i {
      top: -6px; }
    .secondary-nav h1 {
      font-size: 30px;
      margin-bottom: 0; }
    .secondary-nav .btn, .secondary-nav p {
      float: left;
      clear: both; }
    .secondary-nav .btn {
      margin: 7px 0; }
    .secondary-nav button[data-toggle] {
      width: 30px;
      height: 30px; }
    .secondary-nav ul a {
      font-size: 18px; }
    .secondary-nav.secondary-nav--active {
      height: calc(100% - 97px); } }

.primary-footer {
  width: 100%;
  float: left;
  clear: both;
  color: #FFF;
  border-top: 25px solid #FFF;
  padding: 25px 0; }
  .primary-footer a {
    color: #FFF; }
  .primary-footer h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 45px; }
  .primary-footer h4 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px; }
  .primary-footer p {
    font-weight: 400; }
  .primary-footer .primary-footer__contact-icon {
    width: 90px;
    float: left;
    margin-right: 15px; }
  .primary-footer .contact-info {
    margin-bottom: 25px; }
    .primary-footer .contact-info h4, .primary-footer .contact-info p {
      margin: 0; }
  .primary-footer .footnote {
    margin-top: 38px; }
  .primary-footer .container {
    width: 100%;
    max-width: 1478px; }
    .primary-footer .container > .row > .col-sm-6:first-child {
      padding: 25px 19px;
      background-color: #689c45; }
    .primary-footer .container > .row > .col-sm-6:last-child {
      padding-top: 25px;
      padding-bottom: 25px;
      background-color: #195d2F; }

.ie9 .primary-footer {
  padding: 0; }
  .ie9 .primary-footer .container > .row > .col-sm-6 {
    min-height: 550px; }

@media (min-width: 768px) {
  .primary-footer {
    background: #689c45;
    /* Old browsers */
    background: -moz-linear-gradient(left, #689c45 0%, #689c45 50%, #195d2F 50%, #195d2F 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #689c45), color-stop(50%, #689c45), color-stop(50%, #195d2F), color-stop(100%, #195d2F));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #689c45 0%, #689c45 50%, #195d2F 50%, #195d2F 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #689c45 0%, #689c45 50%, #195d2F 50%, #195d2F 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #689c45 0%, #689c45 50%, #195d2F 50%, #195d2F 100%);
    /* IE10+ */
    background: linear-gradient(to right, #689c45 0%, #689c45 50%, #195d2F 50%, #195d2F 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#689c45', endColorstr='#195d2F',GradientType=1 );
    /* IE6-9 */
    zoom: 1; }
    .primary-footer .container > .row > .col-sm-6:first-child {
      padding-right: 38px;
      background-color: transparent; }
    .primary-footer .container > .row > .col-sm-6:last-child {
      padding-left: 38px;
      background-color: transparent; } }

@media (max-width: 1023px) {
  .primary-footer {
    padding: 0;
    border-top-width: 12.5px;
    word-wrap: break-word; }
    .primary-footer h2 {
      margin-top: 0;
      margin-bottom: 20px;
      font-size: 37px; }
    .primary-footer .primary-footer__contact-icon {
      display: none; }
    .primary-footer .meta {
      font-size: 14px; } }

body.section-community input:focus, body.section-community textarea:focus {
  outline-color: #4FAED7; }

body.section-community hr {
  border-top-color: #4FAED7; }

body.section-community .btn:not(.btn--white):not(.btn--orange):not(.btn--white-green-text) {
  background-color: #4FAED7; }

body.section-community .btn:not(.btn--orange):not(.btn--white-green-text):hover, body.section-community .btn:not(.btn--orange):not(.btn--white-green-text):active {
  background-color: #284C73; }

body.section-community .btn--white-green-text {
  color: #4FAED7; }
  body.section-community .btn--white-green-text:hover, body.section-community .btn--white-green-text:active {
    background-color: #284C73; }

body.section-community .primary-nav ul.primary-nav__sub-sections li a:after {
  background-color: #4FAED7; }

body.section-community .primary-nav ul.primary-nav__sub-sections li.active:before {
  background-color: #4FAED7; }

body.section-community .primary-nav ul li.active a {
  border-top-color: #4FAED7; }

body.section-community .secondary-nav {
  background-color: rgba(79, 174, 215, 0.9); }

body.section-community .primary-footer .container > .row > .col-sm-6:first-child {
  background-color: #284C73; }

body.section-community .primary-footer .container > .row > .col-sm-6:last-child {
  background-color: #4FAED7; }

@media (min-width: 768px) {
  body.section-community .primary-footer {
    background: #284C73;
    /* Old browsers */
    background: -moz-linear-gradient(left, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #284C73), color-stop(50%, #284C73), color-stop(50%, #4FAED7), color-stop(100%, #4FAED7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
    /* IE10+ */
    background: linear-gradient(to right, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#284C73', endColorstr='#4FAED7',GradientType=1 );
    /* IE6-9 */
    zoom: 1; }
    body.section-community .primary-footer .container > .row > .col-sm-6 {
      background-color: transparent; } }

body.section-community .fids__title h3, body.section-community .fids__title li {
  color: #4FAED7; }

body.section-community .hero-banner__title-box {
  background-color: rgba(79, 174, 215, 0.95); }

body.section-community .cta-panel .cta-panel__active,
body.section-community .cta-panel-alt .cta-panel__active {
  background-color: #4FAED7; }

body.section-community .cta-panel-alt .cta-panel__title div {
  background-color: rgba(79, 174, 215, 0.95); }

body.section-community .news-feed__other-news li {
  border-bottom-color: #4FAED7; }

body.section-community .food-drink-listing .flag,
body.section-community .food-drink-promo {
  background-color: #4FAED7; }

body.section-commercial input:focus, body.section-commercial textarea:focus {
  outline-color: #689c45; }

body.section-commercial hr {
  border-top-color: #689c45; }

body.section-commercial .btn:not(.btn--white):not(.btn--orange):not(.btn--white-green-text) {
  background-color: #689c45; }

body.section-commercial .btn:not(.btn--orange):not(.btn--white-green-text):hover, body.section-commercial .btn:not(.btn--orange):not(.btn--white-green-text):active {
  background-color: #195d2F; }

body.section-commercial .btn--white-green-text {
  color: #689c45; }
  body.section-commercial .btn--white-green-text:hover, body.section-commercial .btn--white-green-text:active {
    background-color: #195d2F; }

body.section-commercial .primary-nav ul.primary-nav__sub-sections li a:after {
  background-color: #689c45; }

body.section-commercial .primary-nav ul.primary-nav__sub-sections li.active:before {
  background-color: #689c45; }

body.section-commercial .primary-nav ul li.active a {
  border-top-color: #689c45; }

body.section-commercial .secondary-nav {
  background-color: rgba(104, 156, 69, 0.9); }

body.section-commercial .primary-footer .container > .row > .col-sm-6:first-child {
  background-color: #195d2F; }

body.section-commercial .primary-footer .container > .row > .col-sm-6:last-child {
  background-color: #689c45; }

@media (min-width: 768px) {
  body.section-commercial .primary-footer {
    background: #195d2F;
    /* Old browsers */
    background: -moz-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #195d2F), color-stop(50%, #195d2F), color-stop(50%, #689c45), color-stop(100%, #689c45));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* IE10+ */
    background: linear-gradient(to right, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195d2F', endColorstr='#689c45',GradientType=1 );
    /* IE6-9 */
    zoom: 1; }
    body.section-commercial .primary-footer .container > .row > .col-sm-6 {
      background-color: transparent; } }

body.section-commercial .fids__title h3, body.section-commercial .fids__title li {
  color: #689c45; }

body.section-commercial .hero-banner__title-box {
  background-color: rgba(104, 156, 69, 0.95); }

body.section-commercial .cta-panel .cta-panel__active,
body.section-commercial .cta-panel-alt .cta-panel__active {
  background-color: #689c45; }

body.section-commercial .cta-panel-alt .cta-panel__title div {
  background-color: rgba(104, 156, 69, 0.95); }

body.section-commercial .news-feed__other-news li {
  border-bottom-color: #689c45; }

body.section-commercial .food-drink-listing .flag,
body.section-commercial .food-drink-promo {
  background-color: #689c45; }

body.section-media-and-filming input:focus, body.section-media-and-filming textarea:focus {
  outline-color: #F16521; }

body.section-media-and-filming hr {
  border-top-color: #F16521; }

body.section-media-and-filming .btn:not(.btn--white):not(.btn--orange):not(.btn--white-green-text) {
  background-color: #F16521; }

body.section-media-and-filming .btn:not(.btn--orange):not(.btn--white-green-text):hover, body.section-media-and-filming .btn:not(.btn--orange):not(.btn--white-green-text):active {
  background-color: #F5821F; }

body.section-media-and-filming .btn--white-green-text {
  color: #F16521; }
  body.section-media-and-filming .btn--white-green-text:hover, body.section-media-and-filming .btn--white-green-text:active {
    background-color: #F5821F; }

body.section-media-and-filming .primary-nav ul.primary-nav__sub-sections li a:after {
  background-color: #F16521; }

body.section-media-and-filming .primary-nav ul.primary-nav__sub-sections li.active:before {
  background-color: #F16521; }

body.section-media-and-filming .primary-nav ul li.active a {
  border-top-color: #F16521; }

body.section-media-and-filming .secondary-nav {
  background-color: rgba(241, 101, 33, 0.9); }

body.section-media-and-filming .primary-footer .container > .row > .col-sm-6:first-child {
  background-color: #F5821F; }

body.section-media-and-filming .primary-footer .container > .row > .col-sm-6:last-child {
  background-color: #F16521; }

@media (min-width: 768px) {
  body.section-media-and-filming .primary-footer {
    background: #F5821F;
    /* Old browsers */
    background: -moz-linear-gradient(left, #F5821F 0%, #F5821F 50%, #F16521 50%, #F16521 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #F5821F), color-stop(50%, #F5821F), color-stop(50%, #F16521), color-stop(100%, #F16521));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #F5821F 0%, #F5821F 50%, #F16521 50%, #F16521 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #F5821F 0%, #F5821F 50%, #F16521 50%, #F16521 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #F5821F 0%, #F5821F 50%, #F16521 50%, #F16521 100%);
    /* IE10+ */
    background: linear-gradient(to right, #F5821F 0%, #F5821F 50%, #F16521 50%, #F16521 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F5821F', endColorstr='#F16521',GradientType=1 );
    /* IE6-9 */
    zoom: 1; }
    body.section-media-and-filming .primary-footer .container > .row > .col-sm-6 {
      background-color: transparent; } }

body.section-media-and-filming .fids__title h3, body.section-media-and-filming .fids__title li {
  color: #F16521; }

body.section-media-and-filming .hero-banner__title-box {
  background-color: rgba(241, 101, 33, 0.95); }

body.section-media-and-filming .cta-panel .cta-panel__active,
body.section-media-and-filming .cta-panel-alt .cta-panel__active {
  background-color: #F16521; }

body.section-media-and-filming .cta-panel-alt .cta-panel__title div {
  background-color: rgba(241, 101, 33, 0.95); }

body.section-media-and-filming .news-feed__other-news li {
  border-bottom-color: #F16521; }

body.section-media-and-filming .food-drink-listing .flag,
body.section-media-and-filming .food-drink-promo {
  background-color: #F16521; }

body.section-corporate input:focus, body.section-corporate textarea:focus {
  outline-color: #689c45; }

body.section-corporate hr {
  border-top-color: #689c45; }

body.section-corporate .btn:not(.btn--white):not(.btn--orange):not(.btn--white-green-text) {
  background-color: #689c45; }

body.section-corporate .btn:not(.btn--orange):not(.btn--white-green-text):hover, body.section-corporate .btn:not(.btn--orange):not(.btn--white-green-text):active {
  background-color: #195d2F; }

body.section-corporate .btn--white-green-text {
  color: #689c45; }
  body.section-corporate .btn--white-green-text:hover, body.section-corporate .btn--white-green-text:active {
    background-color: #195d2F; }

body.section-corporate .primary-nav ul.primary-nav__sub-sections li a:after {
  background-color: #689c45; }

body.section-corporate .primary-nav ul.primary-nav__sub-sections li.active:before {
  background-color: #689c45; }

body.section-corporate .primary-nav ul li.active a {
  border-top-color: #689c45; }

body.section-corporate .secondary-nav {
  background-color: rgba(104, 156, 69, 0.9); }

body.section-corporate .primary-footer .container > .row > .col-sm-6:first-child {
  background-color: #195d2F; }

body.section-corporate .primary-footer .container > .row > .col-sm-6:last-child {
  background-color: #689c45; }

@media (min-width: 768px) {
  body.section-corporate .primary-footer {
    background: #195d2F;
    /* Old browsers */
    background: -moz-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #195d2F), color-stop(50%, #195d2F), color-stop(50%, #689c45), color-stop(100%, #689c45));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* IE10+ */
    background: linear-gradient(to right, #195d2F 0%, #195d2F 50%, #689c45 50%, #689c45 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195d2F', endColorstr='#689c45',GradientType=1 );
    /* IE6-9 */
    zoom: 1; }
    body.section-corporate .primary-footer .container > .row > .col-sm-6 {
      background-color: transparent; } }

body.section-corporate .fids__title h3, body.section-corporate .fids__title li {
  color: #689c45; }

body.section-corporate .hero-banner__title-box {
  background-color: rgba(104, 156, 69, 0.95); }

body.section-corporate .cta-panel .cta-panel__active,
body.section-corporate .cta-panel-alt .cta-panel__active {
  background-color: #689c45; }

body.section-corporate .cta-panel-alt .cta-panel__title div {
  background-color: rgba(104, 156, 69, 0.95); }

body.section-corporate .news-feed__other-news li {
  border-bottom-color: #689c45; }

body.section-corporate .food-drink-listing .flag,
body.section-corporate .food-drink-promo {
  background-color: #689c45; }

.top-bar {
  position: relative;
  z-index: 4;
  background-color: #FFF;
  padding: 10px 0;
  width: 100%;
  float: left; }
  .top-bar > .container {
    width: 100%;
    max-width: 1478px; }
  .top-bar .top-bar__logo {
    float: left; }
    .top-bar .top-bar__logo:active, .top-bar .top-bar__logo:focus {
      outline: rgba(104, 156, 69, 0.5);
      outline-style: solid;
      outline-width: 2px; }
  .top-bar .primary-nav,
  .top-bar .hamburger-btn,
  .top-bar .search-btn {
    float: right;
    display: block; }
  .top-bar .search-btn {
    margin-left: 15px; }
  @media (max-width: 767px) {
    .top-bar {
      height: 97px; }
      .top-bar .search-btn,
      .top-bar .hamburger-btn {
        margin-top: 24px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .top-bar {
      height: 104px; }
      .top-bar .site-search-btn,
      .top-bar .hamburger-btn {
        margin-top: 24px; } }
  @media (min-width: 1024px) {
    .top-bar {
      height: 97px; }
      .top-bar .primary-nav {
        max-width: calc(100% - 150px); } }

body.DeparturesPage .hero-banner-alt {
  padding-bottom: 140px; }

body.ParkingGuidePage h3:only-child {
  margin-bottom: 0; }

body.ParkingGuidePage .hero-banner-alt:after {
  content: ' ';
  width: 100%;
  height: 270px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

body.ParkingGuidePage .parking-widget {
  min-height: 481px;
  position: relative;
  z-index: 2;
  background-color: #f7f6f5;
  border-radius: 20px;
  padding-left: 174px;
  background-position: 35px 58px, right 35px top 105px;
  background-size: auto, auto; }
  body.ParkingGuidePage .parking-widget .parking-widget__inner {
    max-width: 670px;
    margin: 0; }
  body.ParkingGuidePage .parking-widget hr.graphic:after {
    width: 46px; }

@media (min-width: 768px) and (max-width: 1023px) {
  body.ParkingGuidePage .hero-banner-alt {
    padding-bottom: 0; }
  body.ParkingGuidePage .parking-widget {
    padding-left: 30px;
    padding-right: 140px;
    background-position: 0, right 15px top 96px; }
    body.ParkingGuidePage .parking-widget .btn-group .btn:last-of-type {
      padding-right: 53px; }
    body.ParkingGuidePage .parking-widget hr.graphic:before {
      display: none; }
    body.ParkingGuidePage .parking-widget hr.graphic:after {
      width: 70px; } }

@media (max-width: 767px) {
  body.ParkingGuidePage .parking-widget {
    min-height: 0;
    padding: 20px; }
    body.ParkingGuidePage .parking-widget h2 {
      font-size: 37px; } }

.parking-widget {
  padding: 38px;
  background-image: url("../images/graphics/graphic-car-green.svg"), url("../images/graphics/graphic-car-arrow-green.svg");
  background-position: 0px 58px, right 61px top 126px;
  background-repeat: no-repeat;
  min-height: 480px; }
  .parking-widget .grid-override {
    margin-left: -3px;
    margin-right: -3px; }
    .parking-widget .grid-override [class^="col"] {
      padding-left: 3px;
      padding-right: 3px; }
  .parking-widget hr.graphic {
    position: relative; }
    .parking-widget hr.graphic:after, .parking-widget hr.graphic:before {
      content: ' ';
      background-color: #689c45;
      position: absolute;
      height: 3px;
      top: -3px; }
    .parking-widget hr.graphic:after {
      width: 24px;
      left: 100%; }
  .parking-widget .parking-widget__inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
  .parking-widget form {
    margin-bottom: 50px; }
  .parking-widget h2 {
    color: #4D4D4D; }

@media (min-width: 768px) and (max-width: 1023px) {
  .parking-widget {
    padding-right: 79px;
    background-image: none, url("../images/graphics/graphic-car-arrow-green.svg");
    background-position: center, right top 125px; }
    .parking-widget hr.graphic:before {
      width: 35px;
      right: 100%; } }

@media (max-width: 767px) {
  .parking-widget {
    padding: 0;
    background: none;
    min-height: 0; }
    .parking-widget hr.graphic:after, .parking-widget hr.graphic:before {
      content: ' ';
      display: none; }
    .parking-widget form {
      margin-bottom: 0; }
    .parking-widget .btn {
      width: 100%; } }

body.CarRentalPage h3:only-child, body.CarRentalLandingPage h3:only-child {
  margin-bottom: 0; }

body.CarRentalPage .hero-banner-alt:after, body.CarRentalLandingPage .hero-banner-alt:after {
  content: ' ';
  width: 100%;
  height: 270px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

body.CarRentalPage .rental-widget, body.CarRentalLandingPage .rental-widget {
  min-height: 280px;
  position: relative;
  z-index: 2;
  background-color: #f7f6f5;
  border-radius: 20px;
  padding-left: 174px;
  background-position: 35px 58px;
  background-size: auto, auto; }
  body.CarRentalPage .rental-widget .rental-widget__inner, body.CarRentalLandingPage .rental-widget .rental-widget__inner {
    max-width: 670px;
    margin: 0; }
  body.CarRentalPage .rental-widget hr.graphic:after, body.CarRentalLandingPage .rental-widget hr.graphic:after {
    width: 46px; }

@media (min-width: 768px) and (max-width: 1023px) {
  body.CarRentalPage .hero-banner-alt, body.CarRentalLandingPage .hero-banner-alt {
    padding-bottom: 0; }
  body.CarRentalPage .rental-widget, body.CarRentalLandingPage .rental-widget {
    padding-left: 30px;
    padding-right: 140px;
    background-position: 0, right 15px top 96px; }
    body.CarRentalPage .rental-widget .btn-group .btn:last-of-type, body.CarRentalLandingPage .rental-widget .btn-group .btn:last-of-type {
      padding-right: 53px; }
    body.CarRentalPage .rental-widget hr.graphic:before, body.CarRentalLandingPage .rental-widget hr.graphic:before {
      display: none; }
    body.CarRentalPage .rental-widget hr.graphic:after, body.CarRentalLandingPage .rental-widget hr.graphic:after {
      width: 70px; } }

@media (max-width: 767px) {
  body.CarRentalPage .rental-widget, body.CarRentalLandingPage .rental-widget {
    min-height: 0;
    padding: 20px; }
    body.CarRentalPage .rental-widget h2, body.CarRentalLandingPage .rental-widget h2 {
      font-size: 30px; } }

.rental-widget {
  padding: 38px;
  background-image: url("../images/graphics/graphic-car-green.svg");
  background-position: 0px 58px;
  background-repeat: no-repeat;
  min-height: 280px; }
  .rental-widget .grid-override {
    margin-left: -3px;
    margin-right: -3px; }
    .rental-widget .grid-override [class^="col"] {
      padding-left: 3px;
      padding-right: 3px; }
  .rental-widget hr.graphic {
    position: relative; }
    .rental-widget hr.graphic:after, .rental-widget hr.graphic:before {
      content: ' ';
      background-color: #689c45;
      position: absolute;
      height: 3px;
      top: -3px; }
    .rental-widget hr.graphic:after {
      width: 24px;
      left: 100%; }
  .rental-widget .rental-widget__inner {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }
    .rental-widget .rental-widget__inner h2 {
      padding-left: 16px; }
  .rental-widget.sidebar {
    margin-top: 12px;
    min-height: 280px;
    position: relative;
    z-index: 2;
    background-color: #f7f6f5;
    border-radius: 20px;
    background-image: none;
    padding: 10px 0;
    min-height: 0; }
    .rental-widget.sidebar h2 {
      font-size: 26px;
      padding-right: 12px; }
    .rental-widget.sidebar hr.graphic:after, .rental-widget.sidebar hr.graphic:before {
      content: ' ';
      display: none; }
    .rental-widget.sidebar .rental-widget__inner iframe {
      height: 310px !important; }
    .rental-widget.sidebar form {
      margin-bottom: 0; }
    .rental-widget.sidebar .btn {
      width: 100%; }
  .rental-widget form {
    margin-bottom: 50px; }
  .rental-widget h2 {
    color: #4D4D4D; }

@media (min-width: 768px) and (max-width: 1023px) {
  .rental-widget {
    padding-right: 79px;
    background-image: none, url("../images/graphics/graphic-car-arrow-green.svg");
    background-position: center, right top 125px; }
    .rental-widget hr.graphic:before {
      width: 35px;
      right: 100%; } }

@media (max-width: 767px) {
  .rental-widget {
    padding: 0;
    background: none;
    min-height: 0; }
    .rental-widget hr.graphic:after, .rental-widget hr.graphic:before {
      content: ' ';
      display: none; }
    .rental-widget .rental-widget__inner iframe {
      height: 310px !important; }
    .rental-widget form {
      margin-bottom: 0; }
    .rental-widget .btn {
      width: 100%; } }

.news-search-form {
  background-color: #f7f6f5;
  border-radius: 20px;
  padding: 45px; }
  .news-search-form .grid-override {
    margin-left: -4.5px;
    margin-right: -4.5px; }
    .news-search-form .grid-override [class^="col"] {
      padding-left: 4.5px;
      padding-right: 4.5px; }
  .news-search-form form {
    margin: 0; }
  .news-search-form legend {
    font-size: 40px;
    font-weight: 700;
    margin-top: 0; }

@media (max-width: 767px) {
  .news-search-form {
    padding: 20px; }
    .news-search-form legend {
      font-size: 37px; } }

body.Blog .news-search-form {
  position: relative;
  z-index: 2; }

body.Blog .hero-banner-alt:after {
  content: ' ';
  width: 100%;
  height: 150px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

body.Blog .hero-banner-alt {
  padding-bottom: 0;
  background-size: 100%; }

body.Blog .pagination {
  display: none; }

body.BlogPost .news-story-title {
  margin-bottom: 0; }

body.BlogPost .news-story-date {
  margin-top: 0;
  margin-bottom: 20px; }

.sign-up-form {
  float: left; }
  .sign-up-form ul {
    padding: 0;
    margin: 0;
    list-style: none; }

body.SnowReport .hero-banner-alt:after {
  content: ' ';
  width: 100%;
  height: 165px;
  background-color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }

body.SnowReportPage .shuttlerock-section {
  margin-bottom: 25px; }

.snow-report-widget {
  position: relative;
  padding: 38px 90px;
  background-color: #f7f6f5;
  border-radius: 20px;
  z-index: 1; }
  .snow-report-widget .snow-row .snow-report-item h2 {
    color: #4FAED7;
    font-weight: 600;
    margin-bottom: 12px; }
    .snow-report-widget .snow-row .snow-report-item h2 a {
      color: #4FAED7; }
  .snow-report-widget .snow-row .snow-report-item .sr-item {
    min-height: 60px;
    margin-bottom: 12px;
    line-height: 1;
    font-weight: 800;
    font-size: 28px;
    color: #444;
    border-bottom: 1px solid #ededed; }
    .snow-report-widget .snow-row .snow-report-item .sr-item small {
      display: block;
      font-weight: 500;
      font-size: 14px;
      color: #adadad; }
  .snow-report-widget .snow-row .snow-report-item .sr-icon {
    padding-left: 90px;
    background-repeat: no-repeat;
    background-size: 50px 50px; }
  .snow-report-widget .snow-row .snow-report-item .snow-2-col {
    display: inline-block;
    margin-right: 20px; }
  .snow-report-widget .snow-row .snow-report-item .mountain-status {
    background-image: url("../images/icons/snow-report-mountain.svg");
    background-position: 0 -4px; }
    .snow-report-widget .snow-row .snow-report-item .mountain-status span {
      text-transform: uppercase; }
  .snow-report-widget .snow-row .snow-report-item .weather-temperature {
    background-image: url("../images/icons/snow-report-thermometer.svg"); }
  .snow-report-widget .snow-row .snow-report-item .snow-depth {
    background-image: url("../images/icons/snow-report-snowflake.svg");
    min-height: 66px; }
  .snow-report-widget .snow-row .snow-report-item .snow-last-fall-date {
    background-image: url("../images/icons/snow-report-snow-cloud.svg"); }
    .snow-report-widget .snow-row .snow-report-item .snow-last-fall-date small {
      margin-bottom: 4px; }
  .snow-report-widget .snow-row .snow-report-item .sr-mountain-Open, .snow-report-widget .snow-row .snow-report-item .sr-mountain-OPEN {
    color: #689c45; }
  .snow-report-widget .snow-row .snow-report-item .sr-mountain-Closed, .snow-report-widget .snow-row .snow-report-item .sr-mountain-CLOSED {
    color: #D83500; }
  .snow-report-widget .snow-report-link {
    text-align: center;
    padding-top: 12px; }
    .snow-report-widget .snow-report-link a {
      color: #888; }

@media (min-width: 768px) and (max-width: 1023px) {
  .snow-report-widget {
    margin-top: 140px; } }

@media (max-width: 767px) {
  .snow-report-widget {
    padding: 38px;
    margin-top: 0; } }

body.HomePage .quick-links {
  line-height: normal; }
  body.HomePage .quick-links a {
    width: calc(25% - 10px);
    max-width: 160px;
    height: 240px;
    float: left;
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    margin: 25px 10px 25px 0;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    transition: background-color 0.2s ease-in-out; }
    body.HomePage .quick-links a:hover, body.HomePage .quick-links a:active {
      background-color: rgba(0, 0, 0, 0.6); }
    body.HomePage .quick-links a:last-child {
      margin-right: 0; }

body.HomePage .quick-links__graphic {
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
  text-align: center; }

body.HomePage .quick-links__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
  body.HomePage .quick-links__title strong {
    width: 100%;
    clear: both;
    display: inline-block;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.65); }

body.HomePage main section.advert.advert--hero {
  margin-bottom: 0; }
  body.HomePage main section.advert.advert--hero + section {
    margin-top: 0; }

body.HomePage .feed-group {
  overflow-x: hidden; }

body.HomePage .feed-group__title {
  height: 124px;
  position: relative;
  background-color: #195d2F; }
  body.HomePage .feed-group__title:after {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    top: 0;
    right: -19px;
    left: auto;
    background-color: #195d2F;
    z-index: -1; }
  body.HomePage .feed-group__title h3 {
    color: #FFF;
    font-weight: 300;
    margin: 0;
    line-height: 124px; }

body.HomePage .feed-group__title--right {
  background-color: #689c45; }
  body.HomePage .feed-group__title--right:after {
    z-index: -2;
    left: -38px;
    right: auto;
    background-color: #689c45; }

body.HomePage .webcam-carousel,
body.HomePage .twitter-feed {
  position: relative;
  min-height: 440px;
  padding: 35px 0; }
  body.HomePage .webcam-carousel:after,
  body.HomePage .twitter-feed:after {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    top: 0;
    right: -19px;
    left: auto;
    background-color: #f4f1f0;
    z-index: -4; }

body.HomePage .twitter-feed {
  background-color: #faf9f8; }
  body.HomePage .twitter-feed:after {
    z-index: -3;
    left: -19px;
    right: auto;
    background-color: #faf9f8; }

body.HomePage .news-feed__other-news,
body.HomePage .news-feed__featured-story {
  min-height: 493px; }
  body.HomePage .news-feed__other-news ol,
  body.HomePage .news-feed__featured-story ol {
    height: 100%; }

body.HomePage .news-feed__featured-story .inner {
  padding-left: 19px;
  padding-right: 19px; }

.hero-banner-alt__carousel .slick-slide {
  padding-bottom: 50px; }

.hero-banner-alt__carousel .slick-dots {
  width: auto;
  bottom: 10px; }

.webcam-carousel {
  background-image: url("../images/icons/icon-arrow-circled-alt-left-green.svg"), url("../images/icons/icon-arrow-circled-alt-right-green.svg");
  background-size: 0;
  background-repeat: no-repeat;
  background-position: -1000px; }
  .webcam-carousel .webcam-carousel__slides img {
    width: 100%; }
  .webcam-carousel hr {
    margin: 0; }
  .webcam-carousel .previous-web-cam-btn,
  .webcam-carousel .next-web-cam-btn {
    position: relative;
    margin-top: -76px;
    display: block;
    float: left;
    z-index: 1;
    display: inline-block;
    width: 62px;
    height: 62px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    font-size: 0; }
  .webcam-carousel .previous-web-cam-btn {
    float: left;
    background-position: left center;
    background-image: url("../images/icons/icon-arrow-circled-left-green.svg"); }
    .webcam-carousel .previous-web-cam-btn:hover {
      background-image: url("../images/icons/icon-arrow-circled-alt-left-green.svg"); }
  .webcam-carousel .next-web-cam-btn {
    float: right;
    background-image: url("../images/icons/icon-arrow-circled-right-green.svg");
    background-position: right center; }
    .webcam-carousel .next-web-cam-btn:hover {
      background-image: url("../images/icons/icon-arrow-circled-alt-right-green.svg"); }
  .webcam-carousel .webcam-carousel__title {
    line-height: normal;
    font-size: 21px;
    font-weight: 300;
    color: #195d2F;
    margin: 0;
    padding: 24px 55px; }

.twitter-feed {
  position: relative;
  padding-bottom: 30px; }
  .twitter-feed h3 {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 11px 0; }
  .twitter-feed hr {
    margin-bottom: 0; }
  .twitter-feed .tweet h4, .twitter-feed .tweet .tweet__date {
    font-size: 17px;
    font-weight: 700;
    margin: 0; }
  .twitter-feed .tweet p {
    font-size: 21px;
    margin: 15px 0 0; }
  .twitter-feed .tweet__controls {
    display: inline-block; }
    .twitter-feed .tweet__controls a {
      display: block;
      float: left;
      margin-right: 15px;
      font-size: 17px;
      font-weight: 400;
      color: #4D4D4D; }
      .twitter-feed .tweet__controls a:last-child {
        margin-right: 0; }
      .twitter-feed .tweet__controls a i {
        vertical-align: middle; }

.twitter-feed__container {
  height: 259px;
  padding-bottom: 30px; }

@media (min-width: 768px) and (max-width: 1023px) {
  body.HomePage .webcam-carousel,
  body.HomePage .twitter-feed {
    min-height: 378px;
    padding: 30px 0; }
  body.HomePage .twitter-feed__container {
    height: 218px; }
  .webcam-carousel .webcam-carousel__title {
    font-size: 18px; }
  .twitter-feed h3 {
    font-size: 23px; }
  .twitter-feed .tweet p {
    height: 88px;
    overflow: hidden; } }

@media (max-width: 767px) {
  body.HomePage .quick-links a {
    width: calc(50% - 4px);
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px; }
  body.HomePage .quick-links a:nth-child(odd) {
    margin-right: 8px; }
  body.HomePage .quick-links__title {
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px; }
  body.HomePage .quick-links__graphic {
    display: none; }
  body.HomePage .webcam-carousel,
  body.HomePage .twitter-feed {
    min-height: 0;
    padding: 20px 0; }
  body.HomePage .twitter-feed__container {
    height: auto; }
  body.HomePage .feed-group__title {
    height: 110px; }
  body.HomePage .feed-group__title h3 {
    line-height: 110px; }
  body.HomePage .news-feed__other-news,
  body.HomePage .news-feed__featured-story {
    height: auto;
    min-height: 0; }
  body.HomePage .news-feed__featured-story .inner {
    padding-left: 0;
    padding-right: 0; }
  body.HomePage .news-feed__featured-story h4 {
    font-size: 26px;
    line-height: normal;
    padding: 15px 0;
    margin-top: 0;
    border-bottom: 1px solid #689c45; }
  body.HomePage .news-feed__other-news li:last-child {
    border-bottom: 1px solid #689c45;
    margin-bottom: 20px; }
  body.HomePage .hero-banner-alt h1 {
    font-size: 34px; }
  body.HomePage .hero-banner-alt .wheres-this,
  body.HomePage .hero-banner-alt .slick-dots {
    display: none !important; }
  .webcam-carousel .webcam-carousel__title {
    font-size: 18px; } }

.home-promo-cycle {
  margin-top: 22px;
  margin-bottom: 40px; }
  .home-promo-cycle .home-promo-image a {
    display: block; }
  @media (min-width: 1024px) {
    .home-promo-cycle {
      margin-top: 40px; } }

.airfield-calculators {
  color: #FFF;
  background-color: #195d2F;
  padding: 70px 0 48px;
  position: relative; }
  .airfield-calculators .grid-override {
    margin-left: -3px;
    margin-right: -3px; }
    .airfield-calculators .grid-override [class^="col"] {
      padding-left: 3px;
      padding-right: 3px; }
  .airfield-calculators:after {
    width: 5px;
    height: 100%;
    content: ' ';
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -2.5px;
    background-color: #FFF; }
  .airfield-calculators h3 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: normal; }
  .airfield-calculators form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto; }
  .airfield-calculators .btn {
    background-color: #689c45 !important; }
  .airfield-calculators .btn:hover {
    background-color: #689c45 !important; }
  .airfield-calculators .calculate-landing-results p {
    font-size: 21px; }
  .airfield-calculators .calculate-landing-results strong {
    font-weight: 600; }
  .airfield-calculators .landing-form .calculate-landing-results {
    margin-top: 89px; }

@media (max-width: 1023px) {
  .airfield-calculators h3 {
    margin-bottom: 10px; }
  .airfield-calculators .btn {
    width: 100%; } }

@media (max-width: 767px) {
  .airfield-calculators {
    padding: 0; }
    .airfield-calculators:after {
      display: none; }
    .airfield-calculators > .container > .row > .col-sm-6 {
      border-bottom: 10px solid #FFF; }
    .airfield-calculators form {
      padding: 60px 0; } }

.food-operator__title h2 {
  margin-bottom: 5px; }

.food-operator__title h3 {
  margin: 0; }

.food-operator__title .logo {
  float: right; }

.food-operator__contact-info {
  font-size: 21px;
  font-weight: 400; }
  .food-operator__contact-info a {
    color: #4D4D4D;
    margin: 0 7px; }
    .food-operator__contact-info a:first-child {
      margin-left: 0; }
    .food-operator__contact-info a:last-child {
      margin-right: 0; }

.previous-food-operator-btn,
.next-food-operator-btn {
  background-image: none;
  padding-right: 32px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 45px 25px; }

.next-food-operator-btn {
  right: 0;
  left: auto; }

.food-operator__content {
  margin: 25px 0; }
  .food-operator__content .food-drink-promo {
    height: 325px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .food-operator__content .food-drink-promo {
    height: 400px; } }

@media (max-width: 1023px) {
  .previous-food-operator-btn,
  .next-food-operator-btn {
    display: none; } }

@media (max-width: 767px) {
  .food-drink-listing-container > .container {
    padding: 0; }
  .food-operator__content .food-drink-promo {
    margin-bottom: 25px; }
  .food-operator__title {
    margin-bottom: 20px; }
    .food-operator__title .logo {
      display: none; }
  .food-operator__contact-info {
    font-size: 0;
    margin-top: 10px; }
    .food-operator__contact-info a {
      display: block;
      clear: both;
      margin: 0;
      font-size: 19px; } }

.guide-title {
  color: #FFF;
  margin: 0;
  background-color: #195d2F;
  overflow: hidden; }
  .guide-title .grid-override {
    margin-left: -9.5px;
    margin-right: -9.5px; }
    .guide-title .grid-override [class^="col"] {
      padding-left: 9.5px;
      padding-right: 9.5px; }
  .guide-title > .container {
    padding: 0 55px; }
  .guide-title h1 {
    font-size: 50px;
    margin: 0; }
  .guide-title h2 {
    font-size: 34px;
    font-weight: 300;
    margin: 0 0 30px; }

.guide-tabs {
  padding: 0; }

.guide-quick-link {
  list-style: none;
  margin: 0; }
  .guide-quick-link a {
    width: 100%;
    height: 160px;
    float: left;
    display: block;
    color: #FFF;
    background-color: #689c45;
    opacity: 0.5;
    padding: 20px;
    color: #FFF;
    top: 20px;
    position: relative;
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out; }
    .guide-quick-link a h4, .guide-quick-link a h5 {
      margin: 0;
      float: left;
      clear: left;
      font-size: 21px;
      line-height: normal;
      width: calc(100% - 118px); }
    .guide-quick-link a h5 {
      font-weight: 300; }
    .guide-quick-link a img {
      float: right;
      max-width: 118px; }
    .guide-quick-link a.last img {
      position: relative;
      top: -3px; }
  .guide-quick-link.active a,
  .guide-quick-link a:hover,
  .guide-quick-link a:active {
    opacity: 1;
    color: #FFF;
    top: 0;
    padding-top: 40px; }

.guide-chain-container {
  margin: 0; }

.guide-chain {
  padding: 0;
  margin: 0;
  list-style: none; }

.guide-chain__item {
  padding-bottom: 20px;
  margin: 0; }
  .guide-chain__item > .container {
    position: relative;
    padding: 90px 0 220px 158px;
    background-image: url("../images/graphics/graphic-line-arrow-green.svg");
    background-position: left 27px bottom;
    background-repeat: no-repeat; }
  .guide-chain__item .heading-large, .guide-chain__item .food-operator__title h2, .food-operator__title .guide-chain__item h2 {
    margin: 0; }
  .guide-chain__item .heading-small {
    margin-top: 0; }
  .guide-chain__item hr.graphic {
    width: calc(100% - 71px);
    position: absolute;
    right: 0; }
    .guide-chain__item hr.graphic:before, .guide-chain__item hr.graphic:after {
      content: ' ';
      display: block;
      width: 3px;
      height: 90px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #689c45; }
    .guide-chain__item hr.graphic:before {
      display: none; }
  .guide-chain__item .inline-content {
    padding-top: 20px; }

.guide-chain__graphic {
  padding-top: 20px;
  background-color: #FFF;
  position: absolute;
  left: 27px; }

.guide-chain__item:nth-child(even) {
  background-color: #fbfafa; }
  .guide-chain__item:nth-child(even) > .container {
    background-image: url("../images/graphics/graphic-line-arrow-green-tint.svg"); }
  .guide-chain__item:nth-child(even) .guide-chain__graphic {
    background-color: #fbfafa; }
  .guide-chain__item:nth-child(even) hr.graphic {
    border-top-color: #195d2F; }
  .guide-chain__item:nth-child(even) hr.graphic:after {
    background-color: #195d2F; }

.question-panel {
  margin-top: 0;
  text-align: left; }
  .question-panel .panel {
    padding-bottom: 28px; }
  .question-panel h3, .question-panel h4 {
    text-align: left; }
  .question-panel h3 {
    margin-bottom: 0; }
  .question-panel h4 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 20px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .guide-title h1 {
    font-size: 46px; }
  .guide-title h2 {
    font-size: 32px; }
  .guide-quick-link {
    height: 140px;
    padding-left: 15px;
    padding-right: 15px; }
    .guide-quick-link a h4 {
      font-size: 17px;
      width: calc(100% - 85px); }
    .guide-quick-link a img {
      max-width: 85px; } }

@media (max-width: 767px) {
  .guide-title .grid-override {
    margin-left: -3px;
    margin-right: -3px; }
    .guide-title .grid-override [class^="col"] {
      padding-left: 3px;
      padding-right: 3px; }
  .guide-title > .container {
    padding: 0 20px; }
  .guide-title h1 {
    font-size: 44px; }
  .guide-title h2 {
    font-size: 26px; }
  .guide-quick-link {
    padding-left: 5px;
    padding-right: 5px; }
    .guide-quick-link a {
      padding-bottom: 100px; }
      .guide-quick-link a h4, .guide-quick-link a h5 {
        font-size: 14px; }
    .guide-quick-link img, .guide-quick-link.last img {
      position: absolute;
      top: 55px;
      left: 50%;
      margin-left: -35px;
      width: 70px;
      transition: top 0.2s ease-in-out; }
    .guide-quick-link.active img,
    .guide-quick-link a:hover img,
    .guide-quick-link a:active img {
      top: 75px; }
  .guide-chain__item > .container {
    padding: 245px 20px 100px;
    background-position: left 42px bottom; }
    .guide-chain__item > .container > .row {
      background-color: #FFF;
      padding-bottom: 20px; }
  .guide-chain__item hr.graphic {
    width: calc(100% + 20px);
    position: relative;
    box-sizing: content-box;
    top: -20px;
    left: -10px; }
    .guide-chain__item hr.graphic:before, .guide-chain__item hr.graphic:after {
      height: 28px; }
    .guide-chain__item hr.graphic:before {
      display: block;
      right: 100%; }
  .guide-chain__graphic {
    top: 68px;
    left: 40px;
    padding-bottom: 20px; } }

@media (max-width: 339px) {
  .guide-quick-link a {
    padding-left: 5px;
    padding-right: 5px; } }

.webcams-container .grid-override {
  margin-left: -2px;
  margin-right: -2px; }
  .webcams-container .grid-override [class^="col"] {
    padding-left: 2px;
    padding-right: 2px; }

.webcam-listing {
  position: relative;
  margin-bottom: 4px;
  overflow: hidden; }

.webcam-listing__frame img {
  width: 100%; }

.webcam-listing__active {
  width: 100%;
  padding: 10px 10px 10px 25px;
  max-width: 100%;
  color: #FFF;
  background-color: #195d2F;
  float: left; }
  .webcam-listing__active h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 7px;
    line-height: normal; }
  .webcam-listing__active a {
    color: #FFF; }
    .webcam-listing__active a:hover {
      text-decoration: none; }

.webcam-listing__fullscreen-btn {
  width: 84px;
  height: 84px;
  background-color: transparent;
  border: 0;
  float: right; }
  .webcam-listing__fullscreen-btn i {
    width: 100%;
    height: 100%; }
  .webcam-listing__fullscreen-btn:active, .webcam-listing__fullscreen-btn:hover {
    opacity: 0.8; }

.webcams-fullscreen__carousel {
  height: 100%;
  background-image: url("../images/loader-grey.gif");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 9; }
  .webcams-fullscreen__carousel .slick-list,
  .webcams-fullscreen__carousel .slick-track {
    height: 100%; }

.webcams-fullscreen__slide {
  opacity: 0;
  transition: opacity 0.2s ease-in-out; }
  .webcams-fullscreen__slide.slick-slider {
    opacity: 1; }

.webcams-fullscreen__previous-btn,
.webcams-fullscreen__next-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 62px;
  height: 62px;
  border-radius: 62px;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  z-index: 10;
  padding: 0;
  display: block; }
  .webcams-fullscreen__previous-btn:hover,
  .webcams-fullscreen__next-btn:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .webcams-fullscreen__previous-btn i,
  .webcams-fullscreen__next-btn i {
    position: relative;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px); }

.webcams-fullscreen__previous-btn {
  left: 15px; }

.webcams-fullscreen__next-btn {
  right: 15px; }

.webcams-fullscreen__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat; }

.webcams-fullscreen__title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background-color: #689c45; }
  .webcams-fullscreen__title h3 {
    float: left;
    min-height: 110px;
    width: 100%;
    max-width: 600px;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 20px 110px 20px 25px;
    background-color: #195d2F;
    position: relative; }

.webcams-fullscreen__slide .close-btn {
  position: absolute;
  top: 13px;
  right: 13px; }

@media (max-width: 1023px) {
  .webcam-listing__active h4,
  .webcams-fullscreen__title h3 {
    font-size: 23px; } }

@media (max-width: 767px) {
  .webcam-listing__fullscreen-btn {
    display: none; }
  .webcams-fullscreen__title h3 {
    width: 100%;
    min-width: 0; }
  .webcams-container > .container {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1024px) {
  .webcam-listing:hover .webcam-listing__active {
    top: 45px;
    opacity: 1; }
  .webcam-listing__active {
    position: absolute;
    top: 90px;
    width: calc(100% - 160px);
    opacity: 0;
    transition: top 0.3s ease-in-out, opacity 0.3s ease-in-out;
    background-color: #195d2f; } }

.site-search-btn {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-left: 18px;
  float: right;
  outline: none; }
  .site-search-btn .icon-close-grey {
    width: 46px;
    height: 32px;
    display: none;
    background-size: 90%; }
  .site-search-btn.active .icon-search {
    display: none; }
  .site-search-btn.active .icon-close-grey {
    display: inline-block; }

.site-search {
  width: 0;
  height: 0;
  position: absolute;
  top: 97px;
  right: 0;
  opacity: 0;
  overflow: hidden;
  background: #f4f1f0;
  z-index: 102;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1); }
  .site-search input[name="Search"] {
    width: calc(100% - 158px);
    margin-right: 20px;
    float: left; }
  .site-search form {
    margin-top: 50px;
    margin-bottom: 0; }
  .site-search.active {
    width: 100%;
    height: calc(100vh - 97px);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
    -webkit-overflow-scrolling: touch; }

.site-search__quick-links {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 50px; }
  .site-search__quick-links li a {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
    color: #4D4D4D; }

@media (min-width: 768px) {
  .site-search {
    -webkit-transition-property: height, width, top, right, opacity;
    transition-property: height, width, top, right, opacity; } }

@media (max-width: 1023px) {
  .site-search-btn .icon-close-grey {
    width: 46px;
    height: 32px;
    background-size: 100%; }
  .site-search__quick-links {
    padding-bottom: 20px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .site-search {
    top: 104px; }
    .site-search .active {
      height: calc(100vh - 104px); } }

@media (max-width: 767px) {
  .site-search-btn {
    margin-top: 24px; }
  .site-search {
    top: 97px;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    opacity: 0; }
    .site-search .active {
      height: calc(100vh - 97px); }
    .site-search form {
      margin-top: 25px; }
    .site-search input[type="submit"],
    .site-search button[type="submit"],
    .site-search input[name="Search"] {
      width: 100%;
      margin-right: 0; } }

.site-search-results {
  padding: 0;
  margin: 0;
  list-style: none; }
  .site-search-results li {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #689c45;
    line-height: normal;
    font-size: 21px;
    font-weight: 300; }
    .site-search-results li:last-child {
      border: 0; }
  .site-search-results p {
    margin-top: 0; }
  .site-search-results h4 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: normal;
    font-weight: 400; }
  .site-search-results h4 a {
    color: #4D4D4D; }

.emergency-shutdown {
  background-color: #F16521;
  color: #FFF;
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px; }
  .emergency-shutdown h4, .emergency-shutdown h5 {
    margin: 0;
    position: relative;
    left: -12px; }
  .emergency-shutdown a {
    color: #FFF; }
  .emergency-shutdown h5 {
    font-weight: 400; }

.map-fullscreen__map {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: box;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row;
  box-direction: normal;
  box-pack: center;
  height: calc(100% - 115px); }

/*
Cannot scale the img element outside the parent element by default because
IF it's cropped (naturally) it can't be panned to WHEN the contain option is set using the JS plugin.

The current approach is to...

- let the user move the image where-ever - so it's not contained by parent element
- set a default width of 100%
- vertically center (with Flexbox)
- reset pan when zoomed right out

*/
.map-fullscreen__map-img {
  width: auto;
  display: block;
  margin: 0 auto; }

.map-fullscreen__title {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background-color: #689c45; }

.map-fullscreen__controls {
  float: left;
  background-color: #195d2F;
  padding: 10px 30px;
  width: 100%;
  max-width: 600px;
  height: 115px; }
  .map-fullscreen__controls .map-actions {
    width: auto;
    background-color: transparent;
    float: left;
    padding: 0; }
    .map-fullscreen__controls .map-actions li {
      margin: 5px 0;
      line-height: normal; }

.map-fullscreen .zoom-in-btn,
.map-fullscreen .zoom-out-btn,
.map-fullscreen .close-btn {
  width: 68px;
  height: 68px; }

.map-fullscreen .zoom-in-btn,
.map-fullscreen .zoom-out-btn {
  float: right;
  margin-left: 15px;
  margin-top: 15px; }

.map-fullscreen .close-btn {
  position: absolute;
  top: 30px;
  right: 15px; }

@media (max-width: 767px) {
  .map-fullscreen__map {
    height: calc(100% - 85px); }
  .map-fullscreen__controls {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: transparent;
    height: 85px; }
    .map-fullscreen__controls ul {
      display: none; }
    .map-fullscreen__controls .zoom-out-btn {
      margin-left: 0; }
  .map-fullscreen .zoom-in-btn,
  .map-fullscreen .zoom-out-btn {
    margin-top: 7px; }
  .map-fullscreen .zoom-in-btn,
  .map-fullscreen .zoom-out-btn,
  .map-fullscreen .close-btn {
    width: 54px;
    height: 54px; }
  .map-fullscreen .close-btn {
    top: 17px;
    right: 20px; } }

.airfield-user-form-container .grid-override {
  margin-left: -10px;
  margin-right: -10px; }
  .airfield-user-form-container .grid-override [class^="col"] {
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 767px) {
  [type="submit"] {
    width: 100%; } }

.noise-complaint-form-container .grid-override {
  margin-left: -10px;
  margin-right: -10px; }
  .noise-complaint-form-container .grid-override [class^="col"] {
    padding-left: 10px;
    padding-right: 10px; }

@media (max-width: 767px) {
  .noise-complaint-form-container [type="submit"] {
    width: 100%; } }

.noise-complaint-form-container legend {
  text-align: center;
  font-weight: 300;
  font-size: 38px; }

.noise-complaint-form-container label {
  font-weight: 500; }

.noise-complaint-form-container select {
  background-color: #4FAED7; }

.noise-complaint-form-container textarea {
  line-height: 24px;
  padding-top: 20px; }

.noise-complaint-form-container .time-fields label,
.noise-complaint-form-container .time-fields input {
  display: inline-block; }

.noise-complaint-form-container .time-fields input {
  width: 90px;
  margin: 0 4px; }

.noise-complaint-form-container .time-fields select {
  display: inline-block;
  width: 100px; }

.noise-complaint-form-container .time-fields .nc-time {
  line-height: 55px; }

.noise-complaint-form-container .spmpr {
  display: none; }

.noise-complaint-form-container ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bbb; }

.noise-complaint-form-container ::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbb; }

.noise-complaint-form-container :-ms-input-placeholder {
  /* IE 10+ */
  color: #bbb; }

.noise-complaint-form-container :-moz-placeholder {
  /* Firefox 18- */
  color: #bbb; }

body.ZQNUpdates .pagination {
  display: none; }

.planner-title {
  margin: 0;
  overflow: hidden; }
  .planner-title .grid-override {
    margin-left: -4.5px;
    margin-right: -4.5px; }
    .planner-title .grid-override [class^="col"] {
      padding-left: 4.5px;
      padding-right: 4.5px; }
  .planner-title > .container {
    padding: 0 55px; }
  .planner-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px; }

.planner-tabs {
  padding: 0 !important; }

.planner-quick-link {
  list-style: none;
  margin: 0; }
  .planner-quick-link a {
    width: 100%;
    float: left;
    display: block;
    color: #FFF;
    background-color: #689c45;
    padding: 20px 6px;
    color: #FFF;
    top: 20px;
    position: relative;
    transition: top 0.2s ease-in-out, opacity 0.2s ease-in-out, padding 0.2s ease-in-out; }
    .planner-quick-link a h4, .planner-quick-link a h5 {
      margin: 0;
      float: left;
      clear: left;
      font-size: 18px;
      line-height: normal;
      text-align: center;
      width: 100%;
      font-weight: normal;
      padding-bottom: 4px; }
    .planner-quick-link a h5 {
      font-weight: 300; }
    .planner-quick-link a img {
      float: right;
      max-width: 118px; }
    .planner-quick-link a.last img {
      position: relative;
      top: -3px; }
  .planner-quick-link.active a,
  .planner-quick-link a:hover,
  .planner-quick-link a:active {
    background-color: #195d2F;
    color: #FFF;
    top: 0;
    padding-top: 30px; }

.planner-chain-container {
  margin: 0; }

.planner-chain {
  padding: 0;
  margin: 0;
  list-style: none; }

.planner-chain__item {
  padding-bottom: 20px;
  margin: 0; }
  .planner-chain__item > .container {
    position: relative;
    padding: 40px 60px 43px 158px;
    background-image: url("../images/graphics/graphic-straight-line-green.png");
    background-position: left 68px bottom;
    background-repeat: no-repeat;
    width: 100%; }
  .planner-chain__item .heading-large, .planner-chain__item .food-operator__title h2, .food-operator__title .planner-chain__item h2 {
    margin: 0; }
  .planner-chain__item .heading-small {
    margin-top: 0; }
  .planner-chain__item hr.graphic {
    width: calc(100% - 71px);
    position: absolute;
    right: 0;
    margin-top: 40px; }
    .planner-chain__item hr.graphic:before, .planner-chain__item hr.graphic:after {
      content: ' ';
      display: block;
      width: 3px;
      height: 80px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #689c45; }
    .planner-chain__item hr.graphic:before {
      display: none; }
  .planner-chain__item .inline-content {
    padding-top: 20px; }

.planner-chain__graphic {
  padding-top: 0px;
  background-color: #FFF;
  position: absolute;
  left: 0;
  top: 0px; }

.question-panel {
  margin-top: 0;
  text-align: left; }
  .question-panel .panel {
    padding-bottom: 28px; }
  .question-panel h3, .question-panel h4 {
    text-align: left; }
  .question-panel h3 {
    margin-bottom: 0; }
  .question-panel h4 {
    font-size: 26px;
    font-weight: 300;
    margin: 0 0 20px; }

.planner-subscribe {
  padding: 20px;
  color: #FFF;
  background-color: #195d2F; }
  .planner-subscribe p {
    font-weight: 600;
    margin: 10px 0 0; }
  .planner-subscribe form {
    margin: 0; }
    .planner-subscribe form .btn {
      margin: 0;
      min-height: 65px;
      padding: 13px 78px 13px 32px;
      float: right; }
      .planner-subscribe form .btn:active, .planner-subscribe form .btn:hover {
        background-color: #689c45;
        color: #FFF;
        text-decoration: none;
        background-position: right 27px center; }
        .planner-subscribe form .btn:active i, .planner-subscribe form .btn:hover i {
          right: -5px; }
    .planner-subscribe form label {
      display: block;
      margin-left: 30px;
      line-height: 1.2; }
      .planner-subscribe form label input {
        margin-left: -30px;
        float: left;
        margin-right: 7px; }

.planner-FID {
  margin-bottom: 40px; }
  .planner-FID h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px; }
  .planner-FID .planner-FID-box {
    padding: 20px;
    background: #F7F6F5; }
    .planner-FID .planner-FID-box .airline-row {
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 20px;
      border-bottom: 1px solid #d8d8d8;
      line-height: 38px; }
      .planner-FID .planner-FID-box .airline-row [class^="col"] {
        padding-left: 0;
        padding-right: 0;
        min-height: 42px; }
      .planner-FID .planner-FID-box .airline-row .arriving {
        padding-top: 10px;
        text-align: right; }
    .planner-FID .planner-FID-box .airline img {
      vertical-align: baseline; }
    .planner-FID .planner-FID-box .airline .airline-title {
      font-weight: 600;
      padding-left: 6px;
      font-size: 18px; }
    .planner-FID .planner-FID-box .route, .planner-FID .planner-FID-box .scheduled, .planner-FID .planner-FID-box .weather {
      padding-top: 10px; }
    .planner-FID .planner-FID-box .route {
      font-weight: 600; }
    .planner-FID .planner-FID-box .scheduled {
      border-left: 1px solid #d8d8d8;
      border-right: 1px solid #d8d8d8; }
    .planner-FID .planner-FID-box .wi {
      float: left;
      margin: 11px 8px 0 0;
      font-size: 46px;
      display: inline-block;
      color: #689c45; }
    .planner-FID .planner-FID-box .fids__weather-list li {
      font-size: 16px;
      color: #195d2F; }

@media (max-width: 1023px) {
  .VisitPlannerPage section {
    float: none; }
  .VisitPlannerPage .airline img {
    float: left; }
  .VisitPlannerPage .airline .airline-title {
    float: left;
    display: block;
    line-height: 52px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .planner-title h1 {
    font-size: 46px; }
  .planner-title h2 {
    font-size: 32px; }
  .planner-quick-link {
    height: 74px;
    padding-left: 15px;
    padding-right: 15px; }
    .planner-quick-link a h4 {
      font-size: 17px;
      width: calc(100% - 85px); }
    .planner-quick-link a img {
      max-width: 85px; } }

@media (max-width: 767px) {
  .planner-FID .planner-FID-box .airline-row {
    border-bottom: none; }
    .planner-FID .planner-FID-box .airline-row .arriving {
      border-bottom: 1px solid #d8d8d8;
      text-align: left; }
  .planner-FID .planner-FID-box .scheduled {
    border: none; }
  .planner-FID .planner-FID-box .weather .wi {
    font-size: 52px; }
  .planner-FID .planner-FID-box .weather .fids__weather-list {
    float: left;
    margin-left: 20px; }
  .planner-title .grid-override {
    margin-left: -3px;
    margin-right: -3px; }
    .planner-title .grid-override [class^="col"] {
      padding-left: 3px;
      padding-right: 3px; }
  .planner-title > .container {
    padding: 0 20px; }
  .planner-title h1 {
    font-size: 44px; }
  .planner-title h2 {
    font-size: 26px; }
  .planner-quick-link {
    height: 64px;
    padding: 0; }
    .planner-quick-link a {
      padding: 20px 5px;
      top: 0; }
      .planner-quick-link a h4, .planner-quick-link a h5 {
        font-size: 14px; }
    .planner-quick-link img, .planner-quick-link.last img {
      position: absolute;
      top: 55px;
      left: 50%;
      margin-left: -35px;
      width: 70px;
      transition: top 0.2s ease-in-out; }
  .planner-quick-link.active a,
  .planner-quick-link a:hover,
  .planner-quick-link a:active {
    top: 0;
    padding: 20px 5px; }
  .planner-chain__item {
    padding-bottom: 0; }
    .planner-chain__item > .container {
      padding: 160px 20px 0px;
      background: none; }
      .planner-chain__item > .container > .row {
        background-color: #FFF;
        padding-bottom: 20px; }
    .planner-chain__item hr.graphic {
      width: calc(100% + 20px);
      position: relative;
      box-sizing: content-box;
      top: -20px;
      left: -10px; }
      .planner-chain__item hr.graphic:before, .planner-chain__item hr.graphic:after {
        height: 28px; }
      .planner-chain__item hr.graphic:before {
        display: block;
        right: 100%; }
  .planner-chain__graphic {
    top: 0px;
    left: 0;
    padding-bottom: 20px; } }

.sidebar-promo {
  margin: 12px 0; }

@media (max-width: 339px) {
  .planner-quick-link a {
    padding-left: 5px;
    padding-right: 5px; } }

body.CommunityPage .cta-dochub {
  margin-top: 19px; }

body.CommunityPage .feed-group {
  overflow-x: hidden; }

body.CommunityPage .quick-links {
  line-height: normal; }
  body.CommunityPage .quick-links a {
    width: calc(25% - 10px);
    max-width: 160px;
    height: 240px;
    float: left;
    display: inline-block;
    position: relative;
    background-color: transparent;
    margin: 25px 10px 25px 0;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    transition: background-color 0.2s ease-in-out; }
    body.CommunityPage .quick-links a:hover, body.CommunityPage .quick-links a:active {
      background-color: rgba(0, 0, 0, 0.6); }
    body.CommunityPage .quick-links a:last-child {
      margin-right: 0; }
  body.CommunityPage .quick-links__graphic {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center; }
  body.CommunityPage .quick-links__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    body.CommunityPage .quick-links__title strong {
      width: 100%;
      clear: both;
      display: inline-block;
      font-weight: 700;
      background-color: rgba(0, 0, 0, 0.65); }

body.CommunityPage main section.advert.advert--hero {
  margin-bottom: 0; }
  body.CommunityPage main section.advert.advert--hero + section {
    margin-top: 0; }

body.CommunityPage .feed-group__title {
  height: 124px;
  position: relative;
  background-color: #195d2F; }
  body.CommunityPage .feed-group__title::after {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    top: 0;
    right: -19px;
    left: auto;
    background-color: #195d2F;
    z-index: -1; }
  body.CommunityPage .feed-group__title h3 {
    color: #FFF;
    font-weight: 300;
    margin: 0;
    line-height: 124px; }
  body.CommunityPage .feed-group__title--right {
    background-color: #689c45; }
    body.CommunityPage .feed-group__title--right::after {
      z-index: -2;
      left: -38px;
      right: auto;
      background-color: #689c45; }

body.CommunityPage .webcam-carousel,
body.CommunityPage .twitter-feed {
  position: relative;
  min-height: 440px;
  padding: 35px 0; }
  body.CommunityPage .webcam-carousel::after,
  body.CommunityPage .twitter-feed::after {
    content: ' ';
    position: absolute;
    width: 5000px;
    height: 100%;
    top: 0;
    right: -19px;
    left: auto;
    background-color: #f4f1f0;
    z-index: -4; }

body.CommunityPage .twitter-feed {
  background-color: #faf9f8; }
  body.CommunityPage .twitter-feed::after {
    z-index: -3;
    left: -19px;
    right: auto;
    background-color: #faf9f8; }

body.CommunityPage .news-feed .heading-section {
  margin-bottom: 10px; }

body.CommunityPage .news-feed__featured-story .inner {
  padding-left: 19px;
  padding-right: 19px; }

body.CommunityPage .heading-section {
  font-size: 30px;
  font-weight: normal; }

body.CommunityPage .section-support {
  text-align: center; }
  body.CommunityPage .section-support .logo {
    margin-bottom: 20px; }

.twitter-feed__container {
  height: 259px;
  padding-bottom: 30px; }

@media (min-width: 768px) and (max-width: 1023px) {
  body.CommunityPage .twitter-feed {
    min-height: 378px;
    padding: 30px 0; }
    body.CommunityPage .twitter-feed__container {
      height: 218px; }
  .twitter-feed h3 {
    font-size: 23px; }
  .twitter-feed .tweet p {
    height: 88px;
    overflow: hidden; } }

@media (max-width: 767px) {
  body.CommunityPage .quick-links a {
    width: calc(50% - 4px);
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 8px; }
    body.CommunityPage .quick-links a:nth-child(odd) {
      margin-right: 8px; }
  body.CommunityPage .quick-links__title {
    position: relative;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px; }
  body.CommunityPage .quick-links__graphic {
    display: none; }
  body.CommunityPage .twitter-feed {
    min-height: 0;
    padding: 20px 0; }
    body.CommunityPage .twitter-feed__container {
      height: auto; }
  body.CommunityPage .feed-group__title {
    height: 110px; }
    body.CommunityPage .feed-group__title h3 {
      line-height: 110px; }
  body.CommunityPage .news-feed__other-news, body.CommunityPage .news-feed__featured-story {
    height: auto; }
  body.CommunityPage .news-feed__featured-story .inner {
    padding-left: 0;
    padding-right: 0; }
  body.CommunityPage .news-feed__featured-story h4 {
    font-size: 26px;
    line-height: normal;
    font-weight: 400;
    padding: 15px 0;
    margin-top: 0;
    border-bottom: 1px solid #689c45; }
  body.CommunityPage .news-feed__other-news li:last-child {
    border-bottom: 1px solid #689c45;
    margin-bottom: 20px; }
  body.CommunityPage .hero-banner-alt h1 {
    font-size: 34px; }
  body.CommunityPage .hero-banner-alt .wheres-this,
  body.CommunityPage .hero-banner-alt .slick-dots {
    display: none !important; } }

.MiniSite .quick-links {
  line-height: normal; }
  .MiniSite .quick-links a {
    width: calc(25% - 10px);
    max-width: 160px;
    height: 240px;
    float: left;
    display: inline-block;
    position: relative;
    background-color: transparent;
    margin: 25px 10px 25px 0;
    color: #FFF;
    text-align: center;
    font-size: 19px;
    transition: background-color 0.2s ease-in-out; }
    .MiniSite .quick-links a:hover, .MiniSite .quick-links a:active {
      background-color: rgba(0, 0, 0, 0.6); }
    .MiniSite .quick-links a:last-child {
      margin-right: 0; }
  .MiniSite .quick-links__graphic {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
    text-align: center; }
  .MiniSite .quick-links__title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6); }
    .MiniSite .quick-links__title strong {
      width: 100%;
      clear: both;
      display: inline-block;
      font-weight: 700;
      background-color: rgba(0, 0, 0, 0.65); }

.MiniSite .hero-banner__title-box {
  background-color: transparent; }

body.tablet-page {
  max-width: 1080px;
  height: 100%; }
  body.tablet-page .header-row {
    margin: 0; }
  body.tablet-page .page-header {
    color: white;
    font-size: 60px; }

.TabletSkiPage {
  background: #4FAED7;
  height: 100%;
  padding-top: 60px;
  background: -moz-linear-gradient(100deg, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
  background: -webkit-linear-gradient(100deg, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
  background: linear-gradient(350deg, #284C73 0%, #284C73 50%, #4FAED7 50%, #4FAED7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$snobluetint', endColorstr='$snoblue', GradientType=1); }
  .TabletSkiPage .snow-report-widget {
    margin: 20px;
    padding: 38px 50px; }
    .TabletSkiPage .snow-report-widget .snow-report-item .sr-item {
      min-height: 100px;
      padding-top: 20px;
      background-position: 0 30px; }
    .TabletSkiPage .snow-report-widget .snow-report-item h2 {
      font-size: 44px !important;
      line-height: normal; }
    .TabletSkiPage .snow-report-widget .snow-report-item .mountain-status,
    .TabletSkiPage .snow-report-widget .snow-report-item .snow-depth,
    .TabletSkiPage .snow-report-widget .snow-report-item .weather-temperature,
    .TabletSkiPage .snow-report-widget .snow-report-item .snow-last-fall-date {
      font-size: 30px !important; }
      .TabletSkiPage .snow-report-widget .snow-report-item .mountain-status small,
      .TabletSkiPage .snow-report-widget .snow-report-item .snow-depth small,
      .TabletSkiPage .snow-report-widget .snow-report-item .weather-temperature small,
      .TabletSkiPage .snow-report-widget .snow-report-item .snow-last-fall-date small {
        font-size: 22px; }
    .TabletSkiPage .snow-report-widget .snow-report-item .mountain-status {
      font-size: 40px !important; }

.TabletWeatherPage {
  background: #283c61;
  color: white; }
  .TabletWeatherPage section {
    margin: 0; }
  .TabletWeatherPage .header-row .page-header {
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 20px; }
  .TabletWeatherPage .header-row img {
    width: 160px;
    margin-bottom: 20px;
    margin-top: 30px; }
  .TabletWeatherPage .queenstown-weather {
    background: #6d9c42;
    background: -moz-linear-gradient(100deg, #5b8a33 0%, #5b8a33 50%, #6d9c42 50%, #6d9c42 100%);
    background: -webkit-linear-gradient(100deg, #5b8a33 0%, #5b8a33 50%, #6d9c42 50%, #6d9c42 100%);
    background: linear-gradient(350deg, #5b8a33 0%, #5b8a33 50%, #6d9c42 50%, #6d9c42 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$qacgreentint', endColorstr='$qacgreen', GradientType=1); }
    .TabletWeatherPage .queenstown-weather .page-header {
      margin-top: 60px;
      margin-bottom: 0px; }
  .TabletWeatherPage .wanaka-weather {
    background: #344c74;
    background: -moz-linear-gradient(100deg, #283c61 0%, #283c61 50%, #344c74 50%, #344c74 100%);
    background: -webkit-linear-gradient(100deg, #283c61 0%, #283c61 50%, #344c74 50%, #344c74 100%);
    background: linear-gradient(350deg, #283c61 0%, #283c61 50%, #344c74 50%, #344c74 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$wkabluetint', endColorstr='$wkablue', GradientType=1); }
    .TabletWeatherPage .wanaka-weather .weather-panel-primary {
      color: #283c61; }
  .TabletWeatherPage .weather-panel {
    margin: 20px 20px 0;
    position: relative;
    padding: 30px;
    background-color: white;
    border-radius: 20px;
    z-index: 1;
    color: #5b8a33; }
    .TabletWeatherPage .weather-panel h1 {
      font-weight: normal;
      margin-top: 0; }
      .TabletWeatherPage .weather-panel h1 span {
        font-weight: bold; }
    .TabletWeatherPage .weather-panel.weather-panel-primary {
      margin-top: 0; }
    .TabletWeatherPage .weather-panel.weather-panel-trans {
      background-color: transparent;
      color: white;
      margin-top: 0;
      margin-bottom: 0; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .high-temp,
      .TabletWeatherPage .weather-panel.weather-panel-trans .low-temp {
        font-size: 45px; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .fa-long-arrow-up {
        margin-top: 0px; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .fa-long-arrow-down {
        margin-top: 20px; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .weather-icon {
        width: 220px; }
        .TabletWeatherPage .weather-panel.weather-panel-trans .weather-icon .wi {
          font-size: 80px;
          margin-top: 0px; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .weather-description {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 82px;
        overflow: hidden; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .wind-rain-amount {
        font-size: 28px; }
      .TabletWeatherPage .weather-panel.weather-panel-trans .wind-dir {
        margin-top: -10px; }
        .TabletWeatherPage .weather-panel.weather-panel-trans .wind-dir span {
          font-size: 30px; }
    .TabletWeatherPage .weather-panel .addborder {
      position: relative; }
      .TabletWeatherPage .weather-panel .addborder:after {
        content: '';
        display: block;
        width: 1px;
        position: absolute;
        border: 1px solid white;
        top: 0;
        right: 0;
        bottom: 0; }
    .TabletWeatherPage .weather-panel .weather-icon {
      float: left;
      width: 220px; }
      .TabletWeatherPage .weather-panel .weather-icon .wi {
        font-size: 100px;
        margin-top: 12px; }
    .TabletWeatherPage .weather-panel .high-low {
      float: left;
      width: 160px; }
      .TabletWeatherPage .weather-panel .high-low .high-temp,
      .TabletWeatherPage .weather-panel .high-low .low-temp {
        font-size: 65px;
        font-weight: bold;
        line-height: 1; }
        .TabletWeatherPage .weather-panel .high-low .high-temp sup,
        .TabletWeatherPage .weather-panel .high-low .low-temp sup {
          font-size: 35px; }
    .TabletWeatherPage .weather-panel .up-down-arrows {
      float: left;
      width: 60px;
      height: 100%; }
      .TabletWeatherPage .weather-panel .up-down-arrows .fa-long-arrow-up,
      .TabletWeatherPage .weather-panel .up-down-arrows .fa-long-arrow-down {
        font-size: 30px;
        display: block;
        margin-top: 12px; }
      .TabletWeatherPage .weather-panel .up-down-arrows .fa-long-arrow-down {
        margin-top: 50px; }
    .TabletWeatherPage .weather-panel .weather-description {
      clear: both;
      float: left;
      width: 100%;
      font-size: 20px;
      line-height: 1.2;
      padding-top: 10px;
      margin-bottom: 0;
      max-height: 82px;
      overflow: hidden; }
    .TabletWeatherPage .weather-panel .wind h3,
    .TabletWeatherPage .weather-panel .rain-snow h3 {
      font-weight: bold;
      font-size: 24px;
      margin: 0 0 6px; }
    .TabletWeatherPage .weather-panel .wind .wind-rain-amount,
    .TabletWeatherPage .weather-panel .rain-snow .wind-rain-amount {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 20px; }
    .TabletWeatherPage .weather-panel .wind .wind-dir,
    .TabletWeatherPage .weather-panel .rain-snow .wind-dir {
      font-size: 34px;
      font-weight: bold; }
      .TabletWeatherPage .weather-panel .wind .wind-dir span,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir span {
        padding-left: 6px;
        display: inline-block; }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.N,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.N {
        transform: rotate(0deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.NNE,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.NNE {
        transform: rotate(22.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.NE,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.NE {
        transform: rotate(45deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.ENE,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.ENE {
        transform: rotate(67.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.E,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.E {
        transform: rotate(90deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.ESE,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.ESE {
        transform: rotate(112.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.SE,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.SE {
        transform: rotate(135deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.SSE,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.SSE {
        transform: rotate(157.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.S,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.S {
        transform: rotate(180deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.SSW,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.SSW {
        transform: rotate(202.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.SW,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.SW {
        transform: rotate(-135deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.WSW,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.WSW {
        transform: rotate(-114.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.W,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.W {
        transform: rotate(-90deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.WNW,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.WNW {
        transform: rotate(-69.5deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.NW,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.NW {
        transform: rotate(-45deg); }
      .TabletWeatherPage .weather-panel .wind .wind-dir img.NNW,
      .TabletWeatherPage .weather-panel .rain-snow .wind-dir img.NNW {
        transform: rotate(-24.5deg); }
    .TabletWeatherPage .weather-panel .wind .wind-rain-desc,
    .TabletWeatherPage .weather-panel .rain-snow .wind-rain-desc {
      font-size: 20px; }
    .TabletWeatherPage .weather-panel .wind .pop,
    .TabletWeatherPage .weather-panel .rain-snow .pop {
      padding-top: -30px;
      font-size: 14px; }

.ParkRideDeparturesPage {
  background: #6d9c42;
  height: 100%;
  padding-top: 30px;
  background: -moz-linear-gradient(100deg, #5b8a33 0%, #5b8a33 50%, #6d9c42 50%, #6d9c42 100%);
  background: -webkit-linear-gradient(100deg, #5b8a33 0%, #5b8a33 50%, #6d9c42 50%, #6d9c42 100%);
  background: linear-gradient(350deg, #5b8a33 0%, #5b8a33 50%, #6d9c42 50%, #6d9c42 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$qacgreentint', endColorstr='$qacgreen', GradientType=1); }
  .ParkRideDeparturesPage .page-header {
    margin-bottom: 20px; }
  .ParkRideDeparturesPage .pr-departures-screen {
    position: relative;
    padding: 38px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 1;
    width: 100%;
    right: 0; }
  .ParkRideDeparturesPage .pr-weather-screen {
    background: none; }
    .ParkRideDeparturesPage .pr-weather-screen .weather-panel {
      padding-top: 15px;
      padding-bottom: 15px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel.weather-panel-trans .weather-icon {
        width: 160px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .high-low .high-temp,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .high-low .low-temp {
        font-size: 45px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .wind .wind-rain-amount,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .rain-snow .wind-rain-amount {
        font-size: 30px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .wind .wind-dir img,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .rain-snow .wind-dir img {
        width: 40px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .wind h3,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .rain-snow h3 {
        font-size: 20px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .up-down-arrows .fa-long-arrow-down {
        margin-top: 10px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .high-low .high-temp sup,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .high-low .low-temp sup {
        top: -0.1em; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .wind .pop,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .rain-snow .pop {
        margin-top: -4px;
        padding: 0;
        width: 250px; }
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .wind .wind-rain-amount,
      .ParkRideDeparturesPage .pr-weather-screen .weather-panel .rain-snow .wind-rain-amount {
        margin-bottom: 10px; }
  .ParkRideDeparturesPage .pr-slider {
    width: 980px;
    height: 1980px; }

.smart-parking-widget {
  padding: 0 19px;
  margin-top: 40px;
  margin-bottom: 22px;
  background-color: #f4f1f0;
  max-width: 471px; }
  .smart-parking-widget .hidden-phone {
    display: block; }
  .smart-parking-widget .visible-phone {
    display: none; }
  .smart-parking-widget h3 {
    padding-top: 16px;
    margin: 0;
    font-weight: 900;
    font-size: 26px; }
  .smart-parking-widget h4 {
    margin: 0;
    font-weight: 900;
    font-size: 18px; }
  .smart-parking-widget .row .col-xs-6 {
    padding-left: 13px;
    padding-right: 13px; }
    .smart-parking-widget .row .col-xs-6:first-child {
      padding-left: 0;
      padding-right: 13px; }
    .smart-parking-widget .row .col-xs-6:last-child {
      padding-left: 13px;
      padding-right: 0; }
  .row .smart-parking-widget__availability {
    padding-left: 27px;
    padding-right: 23px; }
  .smart-parking-widget__availability h3 {
    padding-top: 20px;
    padding-bottom: 9px; }
  .smart-parking-widget__availability > .row {
    margin-left: 0;
    margin-right: 0; }
  .smart-parking-widget__cta {
    background-color: #fff;
    padding-top: 22px;
    margin-left: -19px;
    margin-right: -19px; }
  .smart-parking-widget .park-panel {
    margin-bottom: 10px;
    padding-top: 7px;
    padding-bottom: 1px;
    border-radius: 2px;
    line-height: 40px; }
    .smart-parking-widget .park-panel.panel-B {
      margin-bottom: 18px; }
    .smart-parking-widget .park-panel .park-panel-name {
      background-color: #fff;
      line-height: 32px;
      height: 32px; }
      .smart-parking-widget .park-panel .park-panel-name__text {
        display: inline-block;
        background-color: #689c45;
        color: #fff;
        font-size: 26px;
        font-weight: 500;
        line-height: 32px;
        text-align: center;
        width: 32px;
        height: 32px; }
    .smart-parking-widget .park-panel .park-panel-spaces {
      background-color: #fff;
      font-weight: 900;
      font-size: 46px;
      text-align: center;
      padding: 8px 0 12px; }
    .smart-parking-widget .park-panel .park-panel-note {
      background-color: #fff;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      text-align: center;
      padding: 0 5px 10px; }
  .smart-parking-widget .action-links {
    border-top: 2px solid #689c45; }
    .smart-parking-widget .action-links__link {
      float: left;
      color: #195d2F;
      font-weight: bold;
      padding-top: 9px;
      padding-bottom: 12px; }
  .smart-parking-widget .pr-cta-panel {
    background-color: #f1653c;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px; }
  .smart-parking-widget .pr-cta-panel:hover {
    text-decoration: none; }
  .smart-parking-widget .pr-cta-panel:hover .action-links__link, .smart-parking-widget .pr-cta-panel:active .action-links__link {
    background-position: right 0 center; }
    .smart-parking-widget .pr-cta-panel h3 {
      color: #fff;
      padding-top: 20px;
      padding-bottom: 11px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.3); }
    .smart-parking-widget .pr-cta-panel__teaser {
      display: table;
      width: 100%;
      margin: 16px 0 15px; }
      .smart-parking-widget .pr-cta-panel__teaser p {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        line-height: 29px;
        margin: 0; }
    .smart-parking-widget .pr-cta-panel .row {
      margin-left: 0;
      margin-right: 0; }
    .smart-parking-widget .pr-cta-panel .action-links {
      border-top-color: rgba(255, 255, 255, 0.3); }
      .smart-parking-widget .pr-cta-panel .action-links__link {
        background-image: url("../images/icons/icon-arrow-right-white-smart-parking-widget-cta.svg");
        background-position: right 5px center;
        background-repeat: no-repeat;
        background-size: 27px 27px;
        font-size: 20px;
        color: #fff;
        transition: background-position 0.1s ease-in-out;
        display: inline-block;
        padding: 6px 39px 9px 0; }
        .smart-parking-widget .pr-cta-panel .action-links__link:first-child {
          margin-left: 0; }
          .smart-parking-widget .pr-cta-panel .action-links__link:first-child:last-child {
            float: none;
            margin-right: 0; }
  @media (max-width: 339px) {
    .smart-parking-widget > .row {
      margin-left: -20px;
      margin-right: -20px; }
      .smart-parking-widget > .row .smart-parking-widget__cta {
        padding-left: 20px;
        padding-right: 20px; } }
  @media (max-width: 480px) {
    .smart-parking-widget .hidden-phone {
      display: none; }
    .smart-parking-widget .visible-phone {
      display: block; } }
  @media (min-width: 1024px) {
    .smart-parking-widget {
      margin-bottom: 40px; }
      .smart-parking-widget .hidden-md {
        display: none; }
      .smart-parking-widget .col-md {
        position: relative;
        min-height: 1px;
        float: left;
        padding-left: 19px;
        padding-right: 19px; }
      .smart-parking-widget__availability {
        width: 62.8450106157%; }
        .row .smart-parking-widget__availability.col-md {
          padding-left: 27px;
          padding-right: 23px; }
        .smart-parking-widget__availability h3 {
          padding-top: 16px;
          padding-bottom: 4px; }
      .smart-parking-widget__cta {
        width: 37.1549893843%;
        padding-top: 0;
        margin-left: 0;
        margin-right: 0; }
        .smart-parking-widget__cta.col-md {
          padding-left: 0;
          padding-right: 0; }
      .smart-parking-widget .park-panel .park-panel-note {
        white-space: nowrap; }
      .smart-parking-widget .pr-cta-panel {
        padding-right: 17px;
        padding-bottom: 0;
        padding-left: 18px; }
        .smart-parking-widget .pr-cta-panel h3 {
          padding-top: 16px;
          padding-bottom: 6px; }
        .smart-parking-widget .pr-cta-panel__teaser {
          height: 155px;
          margin: 10px 0 6px; }
        .smart-parking-widget .pr-cta-panel .action-links {
          margin-right: -5px; }
          .smart-parking-widget .pr-cta-panel .action-links__link {
            display: block;
            padding-right: 35px; }
      .smart-parking-widget .action-links__link {
        white-space: nowrap;
        padding-bottom: 9px; } }
