@charset "UTF-8";
/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

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

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
}
a:hover, a:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.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 rgb(238.425, 238.425, 238.425);
}

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

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

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

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

h2, .h2 {
  font-size: 30px;
}

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

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

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

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

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

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

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid rgb(238.425, 238.425, 238.425);
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid rgb(238.425, 238.425, 238.425);
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container:before, .container:after {
  display: table;
  content: " ";
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

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

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

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.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%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

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

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
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;
}

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  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::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .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.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

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

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

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  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;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: rgb(42.808988764, 84.191011236, 43.5224719101);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.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: rgb(114.75, 114.75, 114.75);
}

@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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
  background-image: none;
  border-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(32.4460743802, 77.1359504132, 115.7039256198);
  border-color: rgb(17.9258264463, 42.6161157025, 63.9241735537);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(45.8493801653, 109.0004132231, 163.5006198347);
}
.btn-primary .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  background-image: none;
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  background-image: none;
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  background-image: none;
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  background-image: none;
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: rgb(38.25, 38.25, 38.25);
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before, .nav:after {
  display: table;
  content: " ";
}
.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: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.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: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}
.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-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    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-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-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  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 {
  display: table;
  content: " ";
}
.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-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.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;
  }
}
@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;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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 -15px;
}
.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 {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: rgb(231.425, 231.425, 231.425);
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(93.5, 93.5, 93.5);
  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: rgb(231.425, 231.425, 231.425);
}
.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-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: rgb(231.425, 231.425, 231.425);
}
@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: rgb(231.425, 231.425, 231.425);
  }
  .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-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: rgb(231.425, 231.425, 231.425);
}
.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: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.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: rgb(8.5, 8.5, 8.5);
}
.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-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .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: rgb(8.5, 8.5, 8.5);
  }
  .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-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: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.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;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: rgb(34.6799586777, 82.4466942149, 123.6700413223);
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: rgb(40.2646694215, 95.723553719, 143.5853305785);
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: rgb(119.085, 119.085, 119.085);
  cursor: not-allowed;
  background-color: rgb(238.425, 238.425, 238.425);
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: rgb(199.4324380165, 220.8950413223, 239.4175619835);
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}
.panel-primary > .panel-heading .badge {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.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;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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 rgb(227.15, 227.15, 227.15);
  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;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: table;
  content: " ";
}
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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 !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
/**
 * Alert styling.
 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

/**
 * AJAX (throbber) styling.
 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: rgb(119.085, 119.085, 119.085);
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: rgb(255, 255, 255);
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left; /*LTR*/
}

.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label,
[dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right; /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**
 * File (and Image Widget) styles.
 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid rgb(247.064516129, 225.4623655914, 180.935483871);
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**
 * Filter styles.
 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**
 * Form styles.
 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
.form-inline .select-wrapper {
  width: auto;
}
.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}
.has-error .select-wrapper:after {
  color: #a94442;
}
.has-success .select-wrapper:after {
  color: #3c763d;
}
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**
 * Navbar styling.
 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/**
 * Node styling.
 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**
 * Panel styling.
 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: rgb(119.085, 119.085, 119.085);
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: rgb(51.4340909091, 122.2772727273, 183.4159090909);
}

.indentation {
  float: left; /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em; /* LTR */
  padding: 0.42em 0 0.42em 0.6em; /* LTR */
  width: 20px;
}
[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**
 * Missing Bootstrap 2 tab styling.
 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * $see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: rgb(119.085, 119.085, 119.085);
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: rgb(238.425, 238.425, 238.425) #ddd rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425);
}
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
 * jQuery UI autocomplete widget style overrides.
 *
 * $todo Remove once jQuery UI is no longer used?
 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: rgb(38.25, 38.25, 38.25);
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: rgb(51.4340909091, 122.2772727273, 183.4159090909);
  color: #fff;
}

ol, ul {
  padding-left: 1.5em;
}
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: rgb(119.085, 119.085, 119.085);
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

/* cyrillic-ext */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/google/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCFPrEHJA.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/google/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCMPrEHJA.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/google/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCHPrEHJA.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/google/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCGPrEHJA.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/google/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaorCIPrE.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* adobe */
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Regular Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 400;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Regular Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 250;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro ExtraLight Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 250;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro UltraLight Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 250;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro ExtraLight Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 250;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro UltraLight Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 300;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Light Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 300;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Light Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 500;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Medium Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 500;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Medium Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 600;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Semi Bold Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 600;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Semi Bold Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 700;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Bold Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 700;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Bold Italic Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 900;
  src: local("Sofia Pro"), url("../fonts/adobe/Sofia Pro Black Az.woff") format("woff");
}
@font-face {
  font-family: "Sofia Pro";
  font-style: italic;
  font-weight: 900;
  src: local("Sofia Pro"), url("../fonts/adobe/Pro Black Italic Az.woff") format("woff");
}
/**

 * Default Variables.

 *

 * Modify this file to provide default Bootstrap Framework variables. The

 * Bootstrap Framework will not override any variables defined here because it

 * uses the `!default` flag which will only set their default if not already

 * defined here.

 *

 * You can copy existing variables directly from the following file:

 * ./THEMENAME/bootstrap/assets/stylesheets/bootstrap/_variables.scss

 */
.text-primary {
  color: #000;
}

.bg-primary {
  background-color: #fff;
}

.font-base {
  font-size: 16px;
}

.m-top {
  margin-top: 10px;
}

/*!

 * Bootstrap v3.4.1 (https://getbootstrap.com/)

 * Copyright 2011-2019 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  *:before, *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  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 {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

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

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

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

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

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

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

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

.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "₽";
}

.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 {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  color: #23527c;
  text-decoration: underline;
  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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small, h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h2 small, h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h3 small, h3 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h4 small, h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h5 small, h5 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h6 small, h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.h1 small, .h1 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.h2 small, .h2 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.h3 small, .h3 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.h4 small, .h4 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.h5 small, .h5 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

.h6 small, .h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, h1 .small {
  font-size: 65%;
}

.h1 small, .h1 .small {
  font-size: 65%;
}

h2 small, h2 .small {
  font-size: 65%;
}

.h2 small, .h2 .small {
  font-size: 65%;
}

h3 small, h3 .small {
  font-size: 65%;
}

.h3 small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, h4 .small {
  font-size: 75%;
}

.h4 small, .h4 .small {
  font-size: 75%;
}

h5 small, h5 .small {
  font-size: 75%;
}

.h5 small, .h5 .small {
  font-size: 75%;
}

h6 small, h6 .small {
  font-size: 75%;
}

.h6 small, .h6 .small {
  font-size: 75%;
}

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

h2, .h2 {
  font-size: 30px;
}

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

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

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

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

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

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

.text-uppercase, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ul ol {
  margin-bottom: 0;
}

ol ul, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before {
  content: "";
}

blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after {
  content: " —";
}

blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row:before {
  display: table;
  content: " ";
}
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.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%;
  }
}
table {
  background-color: transparent;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-], table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > thead > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tbody > tr > th, .table > tbody > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td {
  border-top: 0;
}
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td {
  border-top: 0;
}
.table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td {
  padding: 5px;
}
.table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td {
  padding: 5px;
}
.table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.table > thead > tr > td.active, .table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table > thead > tr.active > td, .table > thead > tr.active > th {
  background-color: #f5f5f5;
}
.table > tbody > tr > td.active, .table > tbody > tr > th.active {
  background-color: #f5f5f5;
}
.table > tbody > tr.active > td, .table > tbody > tr.active > th {
  background-color: #f5f5f5;
}
.table > tfoot > tr > td.active, .table > tfoot > tr > th.active {
  background-color: #f5f5f5;
}
.table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table > thead > tr.success > td, .table > thead > tr.success > th {
  background-color: #dff0d8;
}
.table > tbody > tr > td.success, .table > tbody > tr > th.success {
  background-color: #dff0d8;
}
.table > tbody > tr.success > td, .table > tbody > tr.success > th {
  background-color: #dff0d8;
}
.table > tfoot > tr > td.success, .table > tfoot > tr > th.success {
  background-color: #dff0d8;
}
.table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table > thead > tr.info > td, .table > thead > tr.info > th {
  background-color: #d9edf7;
}
.table > tbody > tr > td.info, .table > tbody > tr > th.info {
  background-color: #d9edf7;
}
.table > tbody > tr.info > td, .table > tbody > tr.info > th {
  background-color: #d9edf7;
}
.table > tfoot > tr > td.info, .table > tfoot > tr > th.info {
  background-color: #d9edf7;
}
.table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table > thead > tr.warning > td, .table > thead > tr.warning > th {
  background-color: #fcf8e3;
}
.table > tbody > tr > td.warning, .table > tbody > tr > th.warning {
  background-color: #fcf8e3;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th {
  background-color: #fcf8e3;
}
.table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning {
  background-color: #fcf8e3;
}
.table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table > thead > tr.danger > td, .table > thead > tr.danger > th {
  background-color: #f2dede;
}
.table > tbody > tr > td.danger, .table > tbody > tr > th.danger {
  background-color: #f2dede;
}
.table > tbody > tr.danger > td, .table > tbody > tr.danger > th {
  background-color: #f2dede;
}
.table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger {
  background-color: #f2dede;
}
.table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td {
    border-bottom: 0;
  }
  .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=radio][disabled], input[type=radio].disabled {
  cursor: not-allowed;
}

fieldset[disabled] input[type=radio] {
  cursor: not-allowed;
}

input[type=checkbox][disabled], input[type=checkbox].disabled {
  cursor: not-allowed;
}

fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 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, .form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
  .input-group-sm > input[type=date].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=date].btn {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date] {
    line-height: 30px;
  }
  input[type=time].input-sm, .input-group-sm > input[type=time].form-control,
  .input-group-sm > input[type=time].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=time].btn {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=time].btn, .input-group-sm input[type=time] {
    line-height: 30px;
  }
  input[type=datetime-local].input-sm, .input-group-sm > input[type=datetime-local].form-control,
  .input-group-sm > input[type=datetime-local].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn, .input-group-sm input[type=datetime-local] {
    line-height: 30px;
  }
  input[type=month].input-sm, .input-group-sm > input[type=month].form-control,
  .input-group-sm > input[type=month].input-group-addon,
  .input-group-sm > .input-group-btn > input[type=month].btn {
    line-height: 30px;
  }
  .input-group-sm > .input-group-btn > input[type=month].btn, .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
  .input-group-lg > input[type=date].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=date].btn {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date] {
    line-height: 46px;
  }
  input[type=time].input-lg, .input-group-lg > input[type=time].form-control,
  .input-group-lg > input[type=time].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=time].btn {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=time].btn, .input-group-lg input[type=time] {
    line-height: 46px;
  }
  input[type=datetime-local].input-lg, .input-group-lg > input[type=datetime-local].form-control,
  .input-group-lg > input[type=datetime-local].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn, .input-group-lg input[type=datetime-local] {
    line-height: 46px;
  }
  input[type=month].input-lg, .input-group-lg > input[type=month].form-control,
  .input-group-lg > input[type=month].input-group-addon,
  .input-group-lg > .input-group-btn > input[type=month].btn {
    line-height: 46px;
  }
  .input-group-lg > .input-group-btn > input[type=month].btn, .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.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

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

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

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

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

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

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon {
  padding-right: 0;
  padding-left: 0;
}
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon {
  padding-right: 0;
  padding-left: 0;
}
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

.input-group-sm > select.form-control, .input-group-sm > select.input-group-addon {
  height: 30px;
  line-height: 30px;
}
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

.input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon {
  height: auto;
}
.input-group-sm > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-sm, .input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon {
  height: auto;
}
.input-group-sm > .input-group-btn > select[multiple].btn {
  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;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

.input-group-lg > select.form-control, .input-group-lg > select.input-group-addon {
  height: 46px;
  line-height: 46px;
}
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

.input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon {
  height: auto;
}
.input-group-lg > .input-group-btn > textarea.btn {
  height: auto;
}

select[multiple].input-lg, .input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon {
  height: auto;
}
.input-group-lg > .input-group-btn > select[multiple].btn {
  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;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.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, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-group-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

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

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.input-group-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.form-group-sm .form-control + .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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.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;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-group:before {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  display: table;
  content: " ";
  clear: both;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:active:focus, .btn:active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus {
  background-color: #fff;
  border-color: #ccc;
}

fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:active, .btn-link.active, .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
  color: #777777;
  text-decoration: none;
}

fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

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

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

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

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

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
  z-index: 2;
}

.btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group {
  margin-left: -1px;
}
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before {
  display: table;
  content: " ";
}
.btn-toolbar:after {
  display: table;
  content: " ";
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav:before {
  display: table;
  content: " ";
}
.nav:after {
  display: table;
  content: " ";
  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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  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 #ddd;
}
.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: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  color: #fff;
  background-color: #337ab7;
}
.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 {
  margin-bottom: 5px;
  text-align: center;
}

.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 {
  border: 1px solid #ddd;
}

.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 #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #fff;
  }
  .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-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before {
  display: table;
  content: " ";
}
.navbar:after {
  display: table;
  content: " ";
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before {
  display: table;
  content: " ";
}
.navbar-header:after {
  display: table;
  content: " ";
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  display: table;
  content: " ";
  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-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.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;
  }
}
@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;
}

.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

.container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .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-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.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: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  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 -15px;
}
.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 {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  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 {
  color: #555;
  background-color: #e7e7e7;
}
.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 {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.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-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 {
  color: #ccc;
}

@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 {
    color: #555;
    background-color: #e7e7e7;
  }
  .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 {
    color: #ccc;
    background-color: transparent;
  }
  .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;
  }
}
fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.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 {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
.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-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 {
  color: #444;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .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 {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #444;
    background-color: transparent;
  }
  .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;
  }
}
fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.breadcrumb > .active {
  color: #777777;
}

.pagination, nav.pager-nav {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li, nav.pager-nav > li {
  display: inline;
}

.pagination > li > a, nav.pager-nav > li > a, .pagination > li > span, nav.pager-nav > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, nav.pager-nav > li > a:hover, .pagination > li > a:focus, nav.pager-nav > li > a:focus, .pagination > li > span:hover, nav.pager-nav > li > span:hover, .pagination > li > span:focus, nav.pager-nav > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a, nav.pager-nav > li:first-child > a, .pagination > li:first-child > span, nav.pager-nav > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, nav.pager-nav > li:last-child > a, .pagination > li:last-child > span, nav.pager-nav > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > .active > a, nav.pager-nav > .active > a {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .active > a:hover, .pagination > .active > a:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

nav.pager-nav > .active > span {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .active > span:hover, .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

nav.pager-nav > .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .disabled > a {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

nav.pager-nav > .disabled > a {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before {
  display: table;
  content: " ";
}
.pager:after {
  display: table;
  content: " ";
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}
.pager .disabled > a {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.pager .disabled > a:hover, .pager .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p, .alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
  overflow: hidden;
  zoom: 1;
}
.media:first-child {
  margin-top: 0;
}

.media-body {
  overflow: hidden;
  zoom: 1;
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

a.list-group-item, button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}
button.list-group-item:hover, button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before {
  display: table;
  content: " ";
}
.panel-body:after {
  display: table;
  content: " ";
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before {
  display: table;
  content: " ";
}
.modal-header:after {
  display: table;
  content: " ";
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before {
  display: table;
  content: " ";
}
.modal-footer:after {
  display: table;
  content: " ";
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: table;
  content: " ";
}

.clearfix:after, .filter-wrapper:after {
  clear: both;
}

.center-block, .pagination, nav.pager-nav {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .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, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**

 * Alert styling.

 */
.alert-sm {
  padding: 5px 10px;
}

.alert a {
  font-weight: bold;
}

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

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

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

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

/**

 * AJAX (throbber) styling.

 */
@keyframes glyphicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.glyphicon-spin {
  display: inline-block;
  animation: glyphicon-spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

html.js .btn .ajax-throbber {
  margin-left: 0.5em;
  margin-right: -0.25em;
}
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: 0.5;
  transition: 150ms color, 150ms opacity;
}
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
html.js .ajax-new-content:empty {
  display: none !important;
}

/**

 * $file

 * Visual styles for fields.

 */
.field--label {
  font-weight: bold;
}

.field--label-inline .field--label, .field--label-inline .field--items {
  float: left;
  /*LTR*/
}
.field--label-inline .field--label, .field--label-inline > .field--item, .field--label-inline .field--items {
  padding-right: 0.5em;
}

[dir=rtl] .field--label-inline .field--label, [dir=rtl] .field--label-inline .field--items {
  padding-left: 0.5em;
  padding-right: 0;
  float: right;
  /*RTL*/
}

.field--label-inline .field--label::after {
  content: ":";
}

/**

 * File (and Image Widget) styles.

 */
.file {
  display: table;
  font-size: 75%;
  font-weight: 700;
  margin: 5px 0;
  width: 100%;
}
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.file > span:first-child {
  border-left: 1px solid #ccc;
}
.file > span:last-child {
  border-right: 1px solid #ccc;
}
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
  border: 1px solid #f7e1b5;
}
.file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: 0.25em 0.5em;
  text-align: center;
  vertical-align: middle;
}

.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.file-link a {
  color: inherit;
}
.file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

.image-widget.row {
  overflow: hidden;
}

/**

 * Filter styles.

 */
.filter-wrapper {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  padding: 10px;
  height: 51px;
}

.filter-help {
  float: right;
  line-height: 1;
  margin: 0.5em 0 0;
}

.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

/**

 * Form styles.

 */
table .checkbox.form-no-label, table .radio.form-no-label {
  margin-bottom: 0;
  margin-top: 0;
}

.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.form-inline .select-wrapper {
  width: auto;
}

.input-group .select-wrapper {
  display: table-cell;
}
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
.select-wrapper select::-ms-expand {
  opacity: 0;
}
.select-wrapper:after {
  color: #337ab7;
  content: "▼";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}

.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e114";
  display: inline-block;
  font-family: "Glyphicons Halflings";
}

.has-error .select-wrapper:after {
  color: #a94442;
}

.has-success .select-wrapper:after {
  color: #3c763d;
}

.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

.form-required:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PHBhdGggZmlsbD0iI0VFMDAwMCIgIGQ9Ik0wLDcuNTYybDEuMTE0LTMuNDM4YzIuNTY1LDAuOTA2LDQuNDMsMS42ODgsNS41OSwyLjM1QzYuMzk4LDMuNTUzLDYuMjM3LDEuNTQ0LDYuMjIsMC40NDdoMy41MTEgYy0wLjA1LDEuNTk3LTAuMjM0LDMuNi0wLjU1OCw2LjAwM2MxLjY2NC0wLjgzOCwzLjU2Ni0xLjYxMyw1LjcxNC0yLjMyNUwxNiw3LjU2MmMtMi4wNSwwLjY3OC00LjA2LDEuMTMxLTYuMDI4LDEuMzU2IGMwLjk4NCwwLjg1NiwyLjM3MiwyLjM4MSw0LjE2Niw0LjU3NWwtMi45MDYsMi4wNTljLTAuOTM1LTEuMjc0LTIuMDQxLTMuMDA5LTMuMzE2LTUuMjA2Yy0xLjE5NCwyLjI3NS0yLjI0NCw0LjAxMy0zLjE0Nyw1LjIwNiBsLTIuODU2LTIuMDU5YzEuODcyLTIuMzA3LDMuMjExLTMuODMyLDQuMDE3LTQuNTc1QzMuODQ5LDguNTE2LDEuODcyLDguMDYyLDAsNy41NjIiLz48L3N2Zz4K);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

.form-actions .btn {
  margin-right: 10px;
}
.form-actions .btn-group {
  margin-right: 10px;
}
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**

 * Icon styles.

 */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: 0.25em;
}
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: 0.25em;
}

.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -0.25em;
  margin-right: 0.25em;
}
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: 0.25em;
  margin-right: -0.25em;
}

/**

 * Navbar styling.

 */
body {
  position: relative;
}
body.navbar-is-static-top {
  margin-top: 0;
}
body.navbar-is-fixed-top {
  margin-top: 65px;
}
body.navbar-is-fixed-bottom {
  padding-bottom: 65px;
}

@media screen and (min-width: 768px) {
  body {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.toolbar-vertical.navbar-is-fixed-top .toolbar-bar, body.toolbar-vertical.navbar-is-fixed-bottom .toolbar-bar {
    position: fixed;
  }
  body.toolbar-vertical.navbar-is-fixed-top header, body.toolbar-vertical.navbar-is-fixed-bottom header {
    z-index: 500;
  }
  body.toolbar-vertical.navbar-is-fixed-top header {
    top: 39px;
  }
}
@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1140px;
  }
}
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}
/**

 * Node styling.

 */
.is-unpublished {
  background-color: #fff4f4;
}

.node-preview-container {
  margin-top: -15px;
}

.node-preview-form-select {
  padding: 15px;
}

/**

 * Panel styling.

 */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
  color: inherit;
}
.panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**

 * Progress bar styles.

 */
.progress-wrapper {
  margin-bottom: 15px;
}
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .percentage, .progress-wrapper .progress-label {
  font-size: 12px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**

 * Table drag styles.

 */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}

[dir=rtl] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**

 * Tabs and local action styles.

 */
.local-actions {
  margin: 10px 0 10px -5px;
}

.tabs--secondary {
  margin: 10px 0 5px;
}

/**

 * Missing Bootstrap 2 tab styling.

 * $see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3

 * $see http://bootply.com/74926

 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}

.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

.tab-pane > .panel-heading {
  display: none;
}

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

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-below > .nav-tabs > .active > a:hover, .tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li:focus, .tabs-right > .nav-tabs > li:focus {
  outline: 0;
}

.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs > li > a:focus, .tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}

.tabs-left > .tab-content, .tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #ddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs > .active > a {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-left > .nav-tabs > .active > a:hover, .tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.tabs-right > .nav-tabs > .active > a {
  border-color: #ddd #ddd #ddd transparent;
}
.tabs-right > .nav-tabs > .active > a:hover, .tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**

 * Toolbar module styling.

 */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open {
  margin-left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .toolbar-tray {
  padding-bottom: 40px;
  width: 240px;
}
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}
body.toolbar-loading {
  margin-top: 0;
}
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**

 * jQuery UI autocomplete widget style overrides.

 *

 * $todo Remove once jQuery UI is no longer used?

 */
.ui-autocomplete {
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  min-width: 160px;
  padding: 5px 0;
  text-align: left;
  z-index: 1000;
}
.ui-autocomplete .ui-menu-item {
  border: 0;
  border-radius: 0;
  clear: both;
  color: #333333;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0;
  outline: 0;
  padding: 3px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-autocomplete .ui-menu-item.ui-state-hover {
  background: #f5f5f5;
  color: #262626;
}
.ui-autocomplete .ui-menu-item.ui-state-active, .ui-autocomplete .ui-menu-item.ui-state-focus {
  background: #337ab7;
  color: #fff;
}

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

.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

.page-header {
  margin-top: 0;
}

p:last-child, .form-group:last-child, .panel:last-child {
  margin-bottom: 0;
}

.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
.region-help .block {
  overflow: hidden;
}

.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

/*!

Theme Name: EPP CoR

Theme URI: http://web.cor.europa.eu

Author: blcreative

Author URI: http://www.blcreative.eu

Description: Default website theme

Version: 1.0

*/
[data-animation] {
  opacity: 0;
}

.fade-in {
  -moz-animation-name: fade-in;
  -moz-animation-duration: 750ms;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 750ms;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: fade-in;
  -o-animation-duration: 750ms;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: fade-in;
  -ms-animation-duration: 750ms;
  -ms-animation-timing-function: linear;
  -ms-animation-delay: 0;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: fade-in;
  animation-duration: 750ms;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.fade-in-slide-up {
  -moz-animation-name: fade-in-slide-up;
  -moz-animation-duration: 750ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: fade-in-slide-up;
  -webkit-animation-duration: 750ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: fade-in-slide-up;
  -o-animation-duration: 750ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: fade-in-slide-up;
  -ms-animation-duration: 750ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: fade-in-slide-up;
  animation-duration: 750ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.fade-in-slide-left {
  -moz-animation-name: fade-in-slide-left;
  -moz-animation-duration: 750ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: fade-in-slide-left;
  -webkit-animation-duration: 750ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: fade-in-slide-left;
  -o-animation-duration: 750ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: fade-in-slide-left;
  -ms-animation-duration: 750ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: fade-in-slide-left;
  animation-duration: 750ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.fade-in-slide-right {
  -moz-animation-name: fade-in-slide-right;
  -moz-animation-duration: 750ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: fade-in-slide-right;
  -webkit-animation-duration: 750ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: fade-in-slide-right;
  -o-animation-duration: 750ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: fade-in-slide-right;
  -ms-animation-duration: 750ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: fade-in-slide-right;
  animation-duration: 750ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.fade-in-scale-up {
  -moz-animation-name: fade-in-scale-up;
  -moz-animation-duration: 750ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: fade-in-scale-up;
  -webkit-animation-duration: 750ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: fade-in-scale-up;
  -o-animation-duration: 750ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 0;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: fade-in-scale-up;
  -ms-animation-duration: 750ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 0;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: fade-in-scale-up;
  animation-duration: 750ms;
  animation-timing-function: ease;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@-webkit-keyframes expanded-arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateY(28px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes expanded-arrow {
  0% {
    opacity: 1;
    -moz-transform: translateY(28px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-ms-keyframes expanded-arrow {
  0% {
    opacity: 1;
    -ms-transform: translateY(28px);
  }
  to {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}
@keyframes expanded-arrow {
  0% {
    opacity: 1;
    -o-transform: translateY(28px);
    -webkit-transform: translateY(28px);
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes twinkle {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@-moz-keyframes twinkle {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@-ms-keyframes twinkle {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes twinkle {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-slide-up {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-slide-up {
  0% {
    -moz-transform: translateY(100px);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fade-in-slide-up {
  0% {
    -ms-transform: translateY(100px);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-slide-up {
  0% {
    -o-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-slide-left {
  0% {
    -webkit-transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-slide-left {
  0% {
    -moz-transform: translateX(100px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes fade-in-slide-left {
  0% {
    -ms-transform: translateX(100px);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-slide-left {
  0% {
    -o-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-slide-right {
  0% {
    -webkit-transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-slide-right {
  0% {
    -moz-transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes fade-in-slide-right {
  0% {
    -ms-transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -ms-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-slide-right {
  0% {
    -o-transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-scale-up {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-scale-up {
  0% {
    -moz-transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -moz-transform: scale(1, 1);
    opacity: 1;
  }
}
@-ms-keyframes fade-in-scale-up {
  0% {
    -ms-transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -ms-transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes fade-in-scale-up {
  0% {
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
  }
  to {
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
}
.sans-regular {
  font-weight: 400;
  font-style: normal;
}

.sans-regular-i {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sans-medium {
  font-weight: 500;
  font-style: normal;
}

.sans-medium-i {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sans-semi-bold {
  font-weight: 600;
  font-style: normal;
}

.sans-semi-bold-i {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sans-bold {
  font-weight: 700;
  font-style: normal;
}

.sans-bold-i {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

h1, h2, h3, h4 {
  font-size: 15px;
  font-weight: normal;
  line-height: 1em;
}

h1, h2, h3, h4 {
  line-height: 1.2em;
}

input[type=submit], p {
  line-height: 1.5em;
}

h1, h2, h3, h4, p {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

html {
  font-size: 15px;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #4c4c4c;
  background-color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

div.relative {
  position: relative;
}

sub {
  vertical-align: 0;
  position: relative;
}

sup {
  vertical-align: 0;
  position: relative;
  bottom: 1ex;
}

sub {
  top: 0.8ex;
}

.text-underline {
  text-decoration: underline;
}

.mt-0, .no-margin-top {
  margin-top: 0 !important;
}

.tiny-margin-top {
  margin-top: 5px !important;
}

.small-margin-top {
  margin-top: 8px !important;
}

.medium-margin-top {
  margin-top: 15px !important;
}

.large-margin-top {
  margin-top: 30px !important;
}

.xlarge-margin-top {
  margin-top: 60px !important;
}

.mb-0, .no-margin-bottom {
  margin-bottom: 0 !important;
}

.tiny-margin-bottom {
  margin-bottom: 5px !important;
}

.small-margin-bottom {
  margin-bottom: 8px !important;
}

.medium-margin-bottom {
  margin-bottom: 15px !important;
}

.large-margin-bottom {
  margin-bottom: 30px !important;
}

.xlarge-margin-bottom {
  margin-bottom: 60px !important;
}

.no-padding-top, .pt-0 {
  padding-top: 0 !important;
}

.tiny-padding-top {
  padding-top: 5px !important;
}

.small-padding-top {
  padding-top: 8px !important;
}

.medium-padding-top {
  padding-top: 15px !important;
}

.large-padding-top {
  padding-top: 30px !important;
}

.xlarge-padding-top {
  padding-top: 60px !important;
}

.no-padding-bottom, .pb-0 {
  padding-bottom: 0 !important;
}

.tiny-padding-bottom {
  padding-bottom: 5px !important;
}

.small-padding-bottom {
  padding-bottom: 8px !important;
}

.medium-padding-bottom {
  padding-bottom: 15px !important;
}

.large-padding-bottom {
  padding-bottom: 30px !important;
}

.xlarge-padding-bottom {
  padding-bottom: 60px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.ml-5 {
  margin-left: 30px !important;
}

.ml-6 {
  margin-left: 40px !important;
}

.ml-7 {
  margin-left: 50px !important;
}

.ml-8 {
  margin-left: 60px !important;
}

.ml-9 {
  margin-left: 75px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mr-5 {
  margin-right: 30px !important;
}

.mr-6 {
  margin-right: 40px !important;
}

.mr-7 {
  margin-right: 50px !important;
}

.mr-8 {
  margin-right: 60px !important;
}

.mr-9 {
  margin-right: 75px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 40px !important;
}

.mt-7 {
  margin-top: 50px !important;
}

.mt-8 {
  margin-top: 60px !important;
}

.mt-9 {
  margin-top: 75px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.mb-6 {
  margin-bottom: 40px !important;
}

.mb-7 {
  margin-bottom: 50px !important;
}

.mb-8 {
  margin-bottom: 60px !important;
}

.mb-9 {
  margin-bottom: 75px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pl-5 {
  padding-left: 30px !important;
}

.pl-6 {
  padding-left: 40px !important;
}

.pl-7 {
  padding-left: 50px !important;
}

.pl-8 {
  padding-left: 60px !important;
}

.pl-9 {
  padding-left: 75px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pr-5 {
  padding-right: 30px !important;
}

.pr-6 {
  padding-right: 40px !important;
}

.pr-7 {
  padding-right: 50px !important;
}

.pr-8 {
  padding-right: 60px !important;
}

.pr-9 {
  padding-right: 75px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pt-5 {
  padding-top: 30px !important;
}

.pt-6 {
  padding-top: 40px !important;
}

.pt-7 {
  padding-top: 50px !important;
}

.pt-8 {
  padding-top: 60px !important;
}

.pt-9 {
  padding-top: 75px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.pb-5 {
  padding-bottom: 30px !important;
}

.pb-6 {
  padding-bottom: 40px !important;
}

.pb-7 {
  padding-bottom: 50px !important;
}

.pb-8 {
  padding-bottom: 60px !important;
}

.pb-9 {
  padding-bottom: 75px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.mx-0, .no-margins-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0, .no-margins-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-paddings-x, .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-paddings-y, .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.text-uppercase, .initialism {
  text-transform: uppercase !important;
}

.text-no-transform {
  text-transform: none !important;
}

.valign-center {
  display: table;
  width: 100%;
  height: 100%;
}
.valign-center > div {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
}

ul.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.reset-inline {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.reset-inline > li {
  display: block;
  float: left;
}
ul.list-default {
  margin: 0;
  padding-left: 20px;
}

a img {
  border: none;
  outline: none;
}

.no-interaction {
  pointer-events: none;
}

.no-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chromeframe {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 30px 50px;
  color: #fff;
  text-align: center;
  border-bottom: 3px solid #a62723;
  background: #d9534f;
  z-index: 99999;
}
.chromeframe a {
  color: #fff;
  text-decoration: underline;
}
.chromeframe a:hover {
  color: #f2cdcd;
  text-decoration: underline;
}
.chromeframe a.close-alert {
  display: block;
  position: absolute;
  top: 29px;
  right: 25px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.chromeframe a.close-alert:hover {
  text-decoration: none;
}

.nojs-alert {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 75px;
  color: #333;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  z-index: 99998;
}
.nojs-alert p {
  font-size: 24px;
}

@media (min-width: 480px) {
  .container-xs-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-xs-height {
    display: table-row;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0;
    padding-right: 0;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

.row-condensed {
  margin-left: 0px;
  margin-right: 0px;
}
.row-condensed [class*=col-] {
  padding-left: 0px;
  padding-right: 0px;
}

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

.text-lg-2, .text-lg-3, .text-lg-4, .text-lg-6, .text-md-2, .text-md-3, .text-md-4, .text-md-6, .text-sm-2, .text-sm-3, .text-sm-4, .text-sm-6, .text-xs-2, .text-xs-3, .text-xs-4, .text-xs-6 {
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.text-lg-12, .text-md-12, .text-sm-12, .text-xs-12 {
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}

@media (min-width: 480px) {
  .text-xs-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-xs-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .text-xs-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .text-xs-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
}
@media (max-width: 767px) {
  .text-xs-left {
    text-align: left;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-right {
    text-align: right;
  }
  .xs-no-margin-top, .xs-no-margin-y {
    margin-top: 0 !important;
  }
  .xs-tiny-margin-top, .xs-tiny-margin-y {
    margin-top: 5px !important;
  }
  .xs-small-margin-top, .xs-small-margin-y {
    margin-top: 8px !important;
  }
  .xs-medium-margin-top, .xs-medium-margin-y {
    margin-top: 15px !important;
  }
  .xs-large-margin-top, .xs-large-margin-y {
    margin-top: 30px !important;
  }
  .xs-xlarge-margin-top, .xs-xlarge-margin-y {
    margin-top: 60px !important;
  }
  .xs-no-margin-bottom, .xs-no-margin-y {
    margin-bottom: 0 !important;
  }
  .xs-tiny-margin-bottom, .xs-tiny-margin-y {
    margin-bottom: 5px !important;
  }
  .xs-small-margin-bottom, .xs-small-margin-y {
    margin-bottom: 8px !important;
  }
  .xs-medium-margin-bottom, .xs-medium-margin-y {
    margin-bottom: 15px !important;
  }
  .xs-large-margin-bottom, .xs-large-margin-y {
    margin-bottom: 30px !important;
  }
  .xs-xlarge-margin-bottom, .xs-xlarge-margin-y {
    margin-bottom: 60px !important;
  }
  .xs-no-margin-left, .xs-no-margin-x {
    margin-left: 0 !important;
  }
  .xs-tiny-margin-left, .xs-tiny-margin-x {
    margin-left: 5px !important;
  }
  .xs-small-margin-left, .xs-small-margin-x {
    margin-left: 8px !important;
  }
  .xs-medium-margin-left, .xs-medium-margin-x {
    margin-left: 15px !important;
  }
  .xs-large-margin-left, .xs-large-margin-x {
    margin-left: 30px !important;
  }
  .xs-xlarge-margin-left, .xs-xlarge-margin-x {
    margin-left: 60px !important;
  }
  .xs-no-margin-right, .xs-no-margin-x {
    margin-right: 0 !important;
  }
  .xs-tiny-margin-right, .xs-tiny-margin-x {
    margin-right: 5px !important;
  }
  .xs-small-margin-right, .xs-small-margin-x {
    margin-right: 8px !important;
  }
  .xs-medium-margin-right, .xs-medium-margin-x {
    margin-right: 15px !important;
  }
  .xs-large-margin-right, .xs-large-margin-x {
    margin-right: 30px !important;
  }
  .xs-xlarge-margin-right, .xs-xlarge-margin-x {
    margin-right: 60px !important;
  }
  .xs-no-padding-top, .xs-no-padding-y {
    padding-top: 0 !important;
  }
  .xs-tiny-padding-top, .xs-tiny-padding-y {
    padding-top: 5px !important;
  }
  .xs-small-padding-top, .xs-small-padding-y {
    padding-top: 8px !important;
  }
  .xs-medium-padding-top, .xs-medium-padding-y {
    padding-top: 15px !important;
  }
  .xs-large-padding-top, .xs-large-padding-y {
    padding-top: 30px !important;
  }
  .xs-xlarge-padding-top, .xs-xlarge-padding-y {
    padding-top: 60px !important;
  }
  .xs-no-padding-bottom, .xs-no-padding-y {
    padding-bottom: 0 !important;
  }
  .xs-tiny-padding-bottom, .xs-tiny-padding-y {
    padding-bottom: 5px !important;
  }
  .xs-small-padding-bottom, .xs-small-padding-y {
    padding-bottom: 8px !important;
  }
  .xs-medium-padding-bottom, .xs-medium-padding-y {
    padding-bottom: 15px !important;
  }
  .xs-large-padding-bottom, .xs-large-padding-y {
    padding-bottom: 30px !important;
  }
  .xs-xlarge-padding-bottom, .xs-xlarge-padding-y {
    padding-bottom: 60px !important;
  }
  .xs-no-padding-left, .xs-no-padding-x {
    padding-left: 0 !important;
  }
  .xs-tiny-padding-left, .xs-tiny-padding-x {
    padding-left: 5px !important;
  }
  .xs-small-padding-left, .xs-small-padding-x {
    padding-left: 8px !important;
  }
  .xs-medium-padding-left, .xs-medium-padding-x {
    padding-left: 15px !important;
  }
  .xs-large-padding-left, .xs-large-padding-x {
    padding-left: 30px !important;
  }
  .xs-xlarge-padding-left, .xs-xlarge-padding-x {
    padding-left: 60px !important;
  }
  .xs-no-padding-right, .xs-no-padding-x {
    padding-right: 0 !important;
  }
  .xs-tiny-padding-right, .xs-tiny-padding-x {
    padding-right: 5px !important;
  }
  .xs-small-padding-right, .xs-small-padding-x {
    padding-right: 8px !important;
  }
  .xs-medium-padding-right, .xs-medium-padding-x {
    padding-right: 15px !important;
  }
  .xs-large-padding-right, .xs-large-padding-x {
    padding-right: 30px !important;
  }
  .xs-xlarge-padding-right, .xs-xlarge-padding-x {
    padding-right: 60px !important;
  }
  .row.col-xs-auto-height {
    overflow: auto;
  }
  .row.col-xs-auto-height > [class*=col-] {
    margin-bottom: auto;
    padding-bottom: inherit;
  }
  .row.cols-xs-gutter-top > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-xs-mt-1 > [class*=col-] + [class*=col-] {
    margin-top: 5px;
  }
  .row.cols-xs-mt-2 > [class*=col-] + [class*=col-] {
    margin-top: 10px;
  }
  .row.cols-xs-mt-3 > [class*=col-] + [class*=col-] {
    margin-top: 15px;
  }
  .row.cols-xs-mt-4 > [class*=col-] + [class*=col-] {
    margin-top: 20px;
  }
  .row.cols-xs-mt-5 > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-xs-mt-6 > [class*=col-] + [class*=col-] {
    margin-top: 40px;
  }
  .row.cols-xs-mt-7 > [class*=col-] + [class*=col-] {
    margin-top: 50px;
  }
  .row.cols-xs-mt-8 > [class*=col-] + [class*=col-] {
    margin-top: 60px;
  }
  .row.cols-xs-mt-9 > [class*=col-] + [class*=col-] {
    margin-top: 75px;
  }
  .row.cols-xs-mt-10 > [class*=col-] + [class*=col-] {
    margin-top: 100px;
  }
}
@media (min-width: 768px) {
  .text-sm-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-sm-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .text-sm-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .text-sm-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
}
@media (max-width: 991px) {
  .row.cols-sm-gutter-top > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-sm-mt-1 > [class*=col-] + [class*=col-] {
    margin-top: 5px;
  }
  .row.cols-sm-mt-2 > [class*=col-] + [class*=col-] {
    margin-top: 10px;
  }
  .row.cols-sm-mt-3 > [class*=col-] + [class*=col-] {
    margin-top: 15px;
  }
  .row.cols-sm-mt-4 > [class*=col-] + [class*=col-] {
    margin-top: 20px;
  }
  .row.cols-sm-mt-5 > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-sm-mt-6 > [class*=col-] + [class*=col-] {
    margin-top: 40px;
  }
  .row.cols-sm-mt-7 > [class*=col-] + [class*=col-] {
    margin-top: 50px;
  }
  .row.cols-sm-mt-8 > [class*=col-] + [class*=col-] {
    margin-top: 60px;
  }
  .row.cols-sm-mt-9 > [class*=col-] + [class*=col-] {
    margin-top: 75px;
  }
  .row.cols-sm-mt-10 > [class*=col-] + [class*=col-] {
    margin-top: 100px;
  }
  .col-md-3.col-sm-6:nth-child(3), .col-md-3.col-sm-6:nth-child(4) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-right {
    text-align: right;
  }
  .sm-no-margin-top, .sm-no-margin-y {
    margin-top: 0 !important;
  }
  .sm-tiny-margin-top, .sm-tiny-margin-y {
    margin-top: 5px !important;
  }
  .sm-small-margin-top, .sm-small-margin-y {
    margin-top: 8px !important;
  }
  .sm-medium-margin-top, .sm-medium-margin-y {
    margin-top: 15px !important;
  }
  .sm-large-margin-top, .sm-large-margin-y {
    margin-top: 30px !important;
  }
  .sm-xlarge-margin-top, .sm-xlarge-margin-y {
    margin-top: 60px !important;
  }
  .sm-no-margin-bottom, .sm-no-margin-y {
    margin-bottom: 0 !important;
  }
  .sm-tiny-margin-bottom, .sm-tiny-margin-y {
    margin-bottom: 5px !important;
  }
  .sm-small-margin-bottom, .sm-small-margin-y {
    margin-bottom: 8px !important;
  }
  .sm-medium-margin-bottom, .sm-medium-margin-y {
    margin-bottom: 15px !important;
  }
  .sm-large-margin-bottom, .sm-large-margin-y {
    margin-bottom: 30px !important;
  }
  .sm-xlarge-margin-bottom, .sm-xlarge-margin-y {
    margin-bottom: 60px !important;
  }
  .sm-no-margin-left, .sm-no-margin-x {
    margin-left: 0 !important;
  }
  .sm-tiny-margin-left, .sm-tiny-margin-x {
    margin-left: 5px !important;
  }
  .sm-small-margin-left, .sm-small-margin-x {
    margin-left: 8px !important;
  }
  .sm-medium-margin-left, .sm-medium-margin-x {
    margin-left: 15px !important;
  }
  .sm-large-margin-left, .sm-large-margin-x {
    margin-left: 30px !important;
  }
  .sm-xlarge-margin-left, .sm-xlarge-margin-x {
    margin-left: 60px !important;
  }
  .sm-no-margin-right, .sm-no-margin-x {
    margin-right: 0 !important;
  }
  .sm-tiny-margin-right, .sm-tiny-margin-x {
    margin-right: 5px !important;
  }
  .sm-small-margin-right, .sm-small-margin-x {
    margin-right: 8px !important;
  }
  .sm-medium-margin-right, .sm-medium-margin-x {
    margin-right: 15px !important;
  }
  .sm-large-margin-right, .sm-large-margin-x {
    margin-right: 30px !important;
  }
  .sm-xlarge-margin-right, .sm-xlarge-margin-x {
    margin-right: 60px !important;
  }
  .sm-no-padding-top, .sm-no-padding-y {
    padding-top: 0 !important;
  }
  .sm-tiny-padding-top, .sm-tiny-padding-y {
    padding-top: 5px !important;
  }
  .sm-small-padding-top, .sm-small-padding-y {
    padding-top: 8px !important;
  }
  .sm-medium-padding-top, .sm-medium-padding-y {
    padding-top: 15px !important;
  }
  .sm-large-padding-top, .sm-large-padding-y {
    padding-top: 30px !important;
  }
  .sm-xlarge-padding-top, .sm-xlarge-padding-y {
    padding-top: 60px !important;
  }
  .sm-no-padding-bottom, .sm-no-padding-y {
    padding-bottom: 0 !important;
  }
  .sm-tiny-padding-bottom, .sm-tiny-padding-y {
    padding-bottom: 5px !important;
  }
  .sm-small-padding-bottom, .sm-small-padding-y {
    padding-bottom: 8px !important;
  }
  .sm-medium-padding-bottom, .sm-medium-padding-y {
    padding-bottom: 15px !important;
  }
  .sm-large-padding-bottom, .sm-large-padding-y {
    padding-bottom: 30px !important;
  }
  .sm-xlarge-padding-bottom, .sm-xlarge-padding-y {
    padding-bottom: 60px !important;
  }
  .sm-no-padding-left, .sm-no-padding-x {
    padding-left: 0 !important;
  }
  .sm-tiny-padding-left, .sm-tiny-padding-x {
    padding-left: 5px !important;
  }
  .sm-small-padding-left, .sm-small-padding-x {
    padding-left: 8px !important;
  }
  .sm-medium-padding-left, .sm-medium-padding-x {
    padding-left: 15px !important;
  }
  .sm-large-padding-left, .sm-large-padding-x {
    padding-left: 30px !important;
  }
  .sm-xlarge-padding-left, .sm-xlarge-padding-x {
    padding-left: 60px !important;
  }
  .sm-no-padding-right, .sm-no-padding-x {
    padding-right: 0 !important;
  }
  .sm-tiny-padding-right, .sm-tiny-padding-x {
    padding-right: 5px !important;
  }
  .sm-small-padding-right, .sm-small-padding-x {
    padding-right: 8px !important;
  }
  .sm-medium-padding-right, .sm-medium-padding-x {
    padding-right: 15px !important;
  }
  .sm-large-padding-right, .sm-large-padding-x {
    padding-right: 30px !important;
  }
  .sm-xlarge-padding-right, .sm-xlarge-padding-x {
    padding-right: 60px !important;
  }
  .row.col-sm-auto-height {
    overflow: auto;
  }
  .row.col-sm-auto-height > [class*=col-] {
    margin-bottom: auto;
    padding-bottom: inherit;
  }
}
@media (min-width: 992px) {
  .text-md-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-md-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .text-md-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .text-md-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
}
@media (max-width: 1199px) {
  .row.cols-md-gutter-top > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-md-mt-1 > [class*=col-] + [class*=col-] {
    margin-top: 5px;
  }
  .row.cols-md-mt-2 > [class*=col-] + [class*=col-] {
    margin-top: 10px;
  }
  .row.cols-md-mt-3 > [class*=col-] + [class*=col-] {
    margin-top: 15px;
  }
  .row.cols-md-mt-4 > [class*=col-] + [class*=col-] {
    margin-top: 20px;
  }
  .row.cols-md-mt-5 > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-md-mt-6 > [class*=col-] + [class*=col-] {
    margin-top: 40px;
  }
  .row.cols-md-mt-7 > [class*=col-] + [class*=col-] {
    margin-top: 50px;
  }
  .row.cols-md-mt-8 > [class*=col-] + [class*=col-] {
    margin-top: 60px;
  }
  .row.cols-md-mt-9 > [class*=col-] + [class*=col-] {
    margin-top: 75px;
  }
  .row.cols-md-mt-10 > [class*=col-] + [class*=col-] {
    margin-top: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
  .md-no-margin-top, .md-no-margin-y {
    margin-top: 0 !important;
  }
  .md-tiny-margin-top, .md-tiny-margin-y {
    margin-top: 5px !important;
  }
  .md-small-margin-top, .md-small-margin-y {
    margin-top: 8px !important;
  }
  .md-medium-margin-top, .md-medium-margin-y {
    margin-top: 15px !important;
  }
  .md-large-margin-top, .md-large-margin-y {
    margin-top: 30px !important;
  }
  .md-xlarge-margin-top, .md-xlarge-margin-y {
    margin-top: 60px !important;
  }
  .md-no-margin-bottom, .md-no-margin-y {
    margin-bottom: 0 !important;
  }
  .md-tiny-margin-bottom, .md-tiny-margin-y {
    margin-bottom: 5px !important;
  }
  .md-small-margin-bottom, .md-small-margin-y {
    margin-bottom: 8px !important;
  }
  .md-medium-margin-bottom, .md-medium-margin-y {
    margin-bottom: 15px !important;
  }
  .md-large-margin-bottom, .md-large-margin-y {
    margin-bottom: 30px !important;
  }
  .md-xlarge-margin-bottom, .md-xlarge-margin-y {
    margin-bottom: 60px !important;
  }
  .md-no-margin-left, .md-no-margin-x {
    margin-left: 0 !important;
  }
  .md-tiny-margin-left, .md-tiny-margin-x {
    margin-left: 5px !important;
  }
  .md-small-margin-left, .md-small-margin-x {
    margin-left: 8px !important;
  }
  .md-medium-margin-left, .md-medium-margin-x {
    margin-left: 15px !important;
  }
  .md-large-margin-left, .md-large-margin-x {
    margin-left: 30px !important;
  }
  .md-xlarge-margin-left, .md-xlarge-margin-x {
    margin-left: 60px !important;
  }
  .md-no-margin-right, .md-no-margin-x {
    margin-right: 0 !important;
  }
  .md-tiny-margin-right, .md-tiny-margin-x {
    margin-right: 5px !important;
  }
  .md-small-margin-right, .md-small-margin-x {
    margin-right: 8px !important;
  }
  .md-medium-margin-right, .md-medium-margin-x {
    margin-right: 15px !important;
  }
  .md-large-margin-right, .md-large-margin-x {
    margin-right: 30px !important;
  }
  .md-xlarge-margin-right, .md-xlarge-margin-x {
    margin-right: 60px !important;
  }
  .md-no-padding-top, .md-no-padding-y {
    padding-top: 0 !important;
  }
  .md-tiny-padding-top, .md-tiny-padding-y {
    padding-top: 5px !important;
  }
  .md-small-padding-top, .md-small-padding-y {
    padding-top: 8px !important;
  }
  .md-medium-padding-top, .md-medium-padding-y {
    padding-top: 15px !important;
  }
  .md-large-padding-top, .md-large-padding-y {
    padding-top: 30px !important;
  }
  .md-xlarge-padding-top, .md-xlarge-padding-y {
    padding-top: 60px !important;
  }
  .md-no-padding-bottom, .md-no-padding-y {
    padding-bottom: 0 !important;
  }
  .md-tiny-padding-bottom, .md-tiny-padding-y {
    padding-bottom: 5px !important;
  }
  .md-small-padding-bottom, .md-small-padding-y {
    padding-bottom: 8px !important;
  }
  .md-medium-padding-bottom, .md-medium-padding-y {
    padding-bottom: 15px !important;
  }
  .md-large-padding-bottom, .md-large-padding-y {
    padding-bottom: 30px !important;
  }
  .md-xlarge-padding-bottom, .md-xlarge-padding-y {
    padding-bottom: 60px !important;
  }
  .md-no-padding-left, .md-no-padding-x {
    padding-left: 0 !important;
  }
  .md-tiny-padding-left, .md-tiny-padding-x {
    padding-left: 5px !important;
  }
  .md-small-padding-left, .md-small-padding-x {
    padding-left: 8px !important;
  }
  .md-medium-padding-left, .md-medium-padding-x {
    padding-left: 15px !important;
  }
  .md-large-padding-left, .md-large-padding-x {
    padding-left: 30px !important;
  }
  .md-xlarge-padding-left, .md-xlarge-padding-x {
    padding-left: 60px !important;
  }
  .md-no-padding-right, .md-no-padding-x {
    padding-right: 0 !important;
  }
  .md-tiny-padding-right, .md-tiny-padding-x {
    padding-right: 5px !important;
  }
  .md-small-padding-right, .md-small-padding-x {
    padding-right: 8px !important;
  }
  .md-medium-padding-right, .md-medium-padding-x {
    padding-right: 15px !important;
  }
  .md-large-padding-right, .md-large-padding-x {
    padding-right: 30px !important;
  }
  .md-xlarge-padding-right, .md-xlarge-padding-x {
    padding-right: 60px !important;
  }
  .row.col-md-auto-height {
    overflow: auto;
  }
  .row.col-md-auto-height > [class*=col-] {
    margin-bottom: auto;
    padding-bottom: inherit;
  }
}
@media (min-width: 1200px) {
  .text-lg-6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .text-lg-4 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .text-lg-3 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .text-lg-2 {
    -moz-column-count: 6;
    -webkit-column-count: 6;
    column-count: 6;
  }
  .lg-no-margin-top, .lg-no-margin-y {
    margin-top: 0 !important;
  }
  .lg-tiny-margin-top, .lg-tiny-margin-y {
    margin-top: 5px !important;
  }
  .lg-small-margin-top, .lg-small-margin-y {
    margin-top: 8px !important;
  }
  .lg-medium-margin-top, .lg-medium-margin-y {
    margin-top: 15px !important;
  }
  .lg-large-margin-top, .lg-large-margin-y {
    margin-top: 30px !important;
  }
  .lg-xlarge-margin-top, .lg-xlarge-margin-y {
    margin-top: 60px !important;
  }
  .lg-no-margin-bottom, .lg-no-margin-y {
    margin-bottom: 0 !important;
  }
  .lg-tiny-margin-bottom, .lg-tiny-margin-y {
    margin-bottom: 5px !important;
  }
  .lg-small-margin-bottom, .lg-small-margin-y {
    margin-bottom: 8px !important;
  }
  .lg-medium-margin-bottom, .lg-medium-margin-y {
    margin-bottom: 15px !important;
  }
  .lg-large-margin-bottom, .lg-large-margin-y {
    margin-bottom: 30px !important;
  }
  .lg-xlarge-margin-bottom, .lg-xlarge-margin-y {
    margin-bottom: 60px !important;
  }
  .lg-no-margin-left, .lg-no-margin-x {
    margin-left: 0 !important;
  }
  .lg-tiny-margin-left, .lg-tiny-margin-x {
    margin-left: 5px !important;
  }
  .lg-small-margin-left, .lg-small-margin-x {
    margin-left: 8px !important;
  }
  .lg-medium-margin-left, .lg-medium-margin-x {
    margin-left: 15px !important;
  }
  .lg-large-margin-left, .lg-large-margin-x {
    margin-left: 30px !important;
  }
  .lg-xlarge-margin-left, .lg-xlarge-margin-x {
    margin-left: 60px !important;
  }
  .lg-no-margin-right, .lg-no-margin-x {
    margin-right: 0 !important;
  }
  .lg-tiny-margin-right, .lg-tiny-margin-x {
    margin-right: 5px !important;
  }
  .lg-small-margin-right, .lg-small-margin-x {
    margin-right: 8px !important;
  }
  .lg-medium-margin-right, .lg-medium-margin-x {
    margin-right: 15px !important;
  }
  .lg-large-margin-right, .lg-large-margin-x {
    margin-right: 30px !important;
  }
  .lg-xlarge-margin-right, .lg-xlarge-margin-x {
    margin-right: 60px !important;
  }
  .lg-no-padding-top, .lg-no-padding-y {
    padding-top: 0 !important;
  }
  .lg-tiny-padding-top, .lg-tiny-padding-y {
    padding-top: 5px !important;
  }
  .lg-small-padding-top, .lg-small-padding-y {
    padding-top: 8px !important;
  }
  .lg-medium-padding-top, .lg-medium-padding-y {
    padding-top: 15px !important;
  }
  .lg-large-padding-top, .lg-large-padding-y {
    padding-top: 30px !important;
  }
  .lg-xlarge-padding-top, .lg-xlarge-padding-y {
    padding-top: 60px !important;
  }
  .lg-no-padding-bottom, .lg-no-padding-y {
    padding-bottom: 0 !important;
  }
  .lg-tiny-padding-bottom, .lg-tiny-padding-y {
    padding-bottom: 5px !important;
  }
  .lg-small-padding-bottom, .lg-small-padding-y {
    padding-bottom: 8px !important;
  }
  .lg-medium-padding-bottom, .lg-medium-padding-y {
    padding-bottom: 15px !important;
  }
  .lg-large-padding-bottom, .lg-large-padding-y {
    padding-bottom: 30px !important;
  }
  .lg-xlarge-padding-bottom, .lg-xlarge-padding-y {
    padding-bottom: 60px !important;
  }
  .lg-no-padding-left, .lg-no-padding-x {
    padding-left: 0 !important;
  }
  .lg-tiny-padding-left, .lg-tiny-padding-x {
    padding-left: 5px !important;
  }
  .lg-small-padding-left, .lg-small-padding-x {
    padding-left: 8px !important;
  }
  .lg-medium-padding-left, .lg-medium-padding-x {
    padding-left: 15px !important;
  }
  .lg-large-padding-left, .lg-large-padding-x {
    padding-left: 30px !important;
  }
  .lg-xlarge-padding-left, .lg-xlarge-padding-x {
    padding-left: 60px !important;
  }
  .lg-no-padding-right, .lg-no-padding-x {
    padding-right: 0 !important;
  }
  .lg-tiny-padding-right, .lg-tiny-padding-x {
    padding-right: 5px !important;
  }
  .lg-small-padding-right, .lg-small-padding-x {
    padding-right: 8px !important;
  }
  .lg-medium-padding-right, .lg-medium-padding-x {
    padding-right: 15px !important;
  }
  .lg-large-padding-right, .lg-large-padding-x {
    padding-right: 30px !important;
  }
  .lg-xlarge-padding-right, .lg-xlarge-padding-x {
    padding-right: 60px !important;
  }
  .row.col-lg-auto-height {
    overflow: auto;
  }
  .row.col-lg-auto-height > [class*=col-] {
    margin-bottom: auto;
    padding-bottom: inherit;
  }
}
@media (max-width: 1599px) {
  .row.cols-lg-gutter-top > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-lg-mt-1 > [class*=col-] + [class*=col-] {
    margin-top: 5px;
  }
  .row.cols-lg-mt-2 > [class*=col-] + [class*=col-] {
    margin-top: 10px;
  }
  .row.cols-lg-mt-3 > [class*=col-] + [class*=col-] {
    margin-top: 15px;
  }
  .row.cols-lg-mt-4 > [class*=col-] + [class*=col-] {
    margin-top: 20px;
  }
  .row.cols-lg-mt-5 > [class*=col-] + [class*=col-] {
    margin-top: 30px;
  }
  .row.cols-lg-mt-6 > [class*=col-] + [class*=col-] {
    margin-top: 40px;
  }
  .row.cols-lg-mt-7 > [class*=col-] + [class*=col-] {
    margin-top: 50px;
  }
  .row.cols-lg-mt-8 > [class*=col-] + [class*=col-] {
    margin-top: 60px;
  }
  .row.cols-lg-mt-9 > [class*=col-] + [class*=col-] {
    margin-top: 75px;
  }
  .row.cols-lg-mt-10 > [class*=col-] + [class*=col-] {
    margin-top: 100px;
  }
}
.addthis-tools {
  position: relative;
  margin-top: 75px;
  z-index: 300;
}
.addthis-tools.no-margin {
  margin-top: 0;
}
.addthis-tools a.at-share-btn {
  position: relative;
  margin-bottom: 8px !important;
  vertical-align: middle;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.addthis-tools a.at-share-btn-custom {
  position: relative;
  margin-bottom: 8px !important;
  vertical-align: middle;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.addthis-tools a.at-share-btn-custom:hover {
  opacity: 0.7;
}
.addthis-tools a.at-share-btn:hover {
  opacity: 0.7;
}
.addthis-tools a.at-share-btn-custom .at4-icon:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.addthis-tools a.at-share-btn .at4-icon:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "FontAwesome";
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.addthis-tools a.at-share-btn + .at-share-btn, .addthis-tools a.at-share-btn + .at-share-btn-custom {
  margin-left: 15px;
}
.addthis-tools a.at-share-btn-custom {
  display: inline-block;
  overflow: hidden;
  max-width: none;
  max-height: none;
  margin: 0 5px 5px 0;
}
.addthis-tools a.at-share-btn-custom + .at-share-btn, .addthis-tools a.at-share-btn-custom + .at-share-btn-custom {
  margin-left: 15px;
}
.addthis-tools a.at-share-btn-custom:hover {
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.addthis-tools a.at-svc-facebook {
  background: #4672cc;
}
.addthis-tools a.at-svc-facebook .at4-icon.aticon-facebook {
  background: #4672cc;
}
.addthis-tools a.at-svc-facebook .at4-icon.aticon-facebook:after {
  content: "\f09a";
}
.addthis-tools a.at-svc-google_plusone_share {
  background: #e42125;
}
.addthis-tools a.at-svc-google_plusone_share .at4-icon.aticon-google_plusone_share {
  background: #e42125;
}
.addthis-tools a.at-svc-google_plusone_share .at4-icon.aticon-google_plusone_share:after {
  content: "\f0d5";
}
.addthis-tools a.at-svc-twitter {
  background: #60aed3;
}
.addthis-tools a.at-svc-twitter .at4-icon.aticon-twitter {
  background: #60aed3;
}
.addthis-tools a.at-svc-twitter .at4-icon.aticon-twitter:after {
  content: "\f099";
}
.addthis-tools a.at-svc-email {
  background: #003268;
}
.addthis-tools a.at-svc-email .at4-icon.aticon-email {
  background: #003268;
}
.addthis-tools a.at-svc-email .at4-icon.aticon-email:after {
  content: "\f003";
}
.addthis-tools a.at-svc-print {
  background: #003268;
}
.addthis-tools a.at-svc-print .at4-icon.aticon-print {
  background: #003268;
}
.addthis-tools a.at-svc-print .at4-icon.aticon-print:after {
  content: "\f02f";
}
.addthis-tools a.at-svc-pdf {
  background: #003268;
}
.addthis-tools a.at-svc-pdf .at4-icon.aticon-pdf {
  background: #003268;
}
.addthis-tools a.at-svc-pdf .at4-icon.aticon-pdf:after {
  content: "\f1c1";
}
.addthis-tools .addthis_32x32_style .at_flat_counter, .addthis-tools .addthis_32x32_white_style .at_flat_counter {
  margin-right: 15px;
}
.addthis-tools .at-share-tbx-element.addthis_32x32_style .at-share-btn, .addthis-tools .at-share-tbx-element.addthis_32x32_style .at-share-btn-custom {
  max-width: none;
  max-height: none;
  width: 32px;
  height: 32px;
}
.addthis-tools .at-share-tbx-element.addthis_32x32_white_style .at-share-btn, .addthis-tools .at-share-tbx-element.addthis_32x32_white_style .at-share-btn-custom {
  max-width: none;
  max-height: none;
  width: 32px;
  height: 32px;
}
.addthis-tools .addthis_32x32_style .at4-icon, .addthis-tools .addthis_32x32_white_style .at4-icon, .addthis-tools .at-32x32 {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.addthis-tools .at4-icon {
  text-indent: 0;
}

.article-item {
  width: 360px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.article-item header {
  position: relative;
  cursor: pointer;
}
.article-item header img {
  width: 100%;
  height: auto;
}
.article-item header:after {
  pointer-events: none;
}
.article-item header:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.article-item header:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article-item header:hover:before {
  background-color: rgba(0, 50, 104, 0.8);
}
.article-item header:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.article-item footer {
  padding: 0 30px 28px;
}

.article-item--hl {
  background-color: #003268;
}
.article-item--hl .article-item__body {
  color: #fff;
  border-top-color: #faaf37;
}
.article-item--hl .article-item__body time {
  color: #faaf37;
}
.article-item--hl .button, .article-item--hl .form--white .webform-button--submit {
  color: #003268;
  background-color: #fff;
}

.form--white .article-item--hl .webform-button--submit, .article-item--hl .page-node-type-page form .webform-button--submit, .page-node-type-page form .article-item--hl .webform-button--submit, .article-item--hl #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .article-item--hl button, .article-item--hl .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .article-item--hl a {
  color: #003268;
  background-color: #fff;
}

@media (max-width: 767px) {
  .article-item {
    width: 260px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .article-item .article-item__body {
    height: 310px;
  }
}
.article-item__body {
  overflow: hidden;
  height: 245px;
  padding: 28px 30px;
  border-top: 5px solid #00a0e0;
}
.article-item__body p {
  line-height: 1.3em;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 1.46667rem;
}
.article-item__body time {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #00a0e0;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.article-item-2020, .content .article-item-2020, .page-node-type-page .paragraph--type--webform .article-item-2020 {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}

.article-item-2020 header, .content .article-item-2020 header, .page-node-type-page .paragraph--type--webform .article-item-2020 header {
  position: relative;
  cursor: pointer;
}

.article-item-2020 header img, .content .article-item-2020 header img, .page-node-type-page .paragraph--type--webform .article-item-2020 header img {
  width: 100%;
  height: auto;
}

.article-item-2020 header:after, .article-item-2020 header:before {
  pointer-events: none;
}

.content .article-item-2020 header:after, .page-node-type-page .paragraph--type--webform .article-item-2020 header:after, .content .article-item-2020 header:before, .page-node-type-page .paragraph--type--webform .article-item-2020 header:before {
  pointer-events: none;
}

.article-item-2020 header:before, .content .article-item-2020 header:before, .page-node-type-page .paragraph--type--webform .article-item-2020 header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.article-item-2020 header:after, .content .article-item-2020 header:after, .page-node-type-page .paragraph--type--webform .article-item-2020 header:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.article-item-2020 header:hover:before, .content .article-item-2020 header:hover:before {
  background-color: rgba(0, 50, 104, 0.8);
}

.article-item-2020 header:hover:after, .content .article-item-2020 header:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.article-item-2020 footer, .content .article-item-2020 footer, .page-node-type-page .paragraph--type--webform .article-item-2020 footer {
  padding: 0 30px 35px;
}

.article-item-2020 footer a, .content .article-item-2020 footer a, .page-node-type-page .paragraph--type--webform .article-item-2020 footer a {
  display: inline-block;
  padding: 7px 28px;
  letter-spacing: 2px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #faaf37;
  outline: none;
  background-color: #faaf37;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  font-size: 0.73333rem;
  -moz-border-radius: 15.5px;
  -webkit-border-radius: 15.5px;
  border-radius: 15.5px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}

.article-item-2020 footer a:hover, .content .article-item-2020 footer a:hover {
  color: #faaf37;
  background-color: transparent;
}

.article-item-2020--hl, .content .article-item-2020--hl, .page-node-type-page .paragraph--type--webform .article-item-2020--hl {
  background-color: #003268;
}

.article-item-2020--hl footer a, .content .article-item-2020--hl footer a, .page-node-type-page .paragraph--type--webform .article-item-2020--hl footer a {
  border: 2px solid #00a0e0;
  background-color: #00a0e0;
}

.article-item-2020--hl footer a:hover, .content .article-item-2020--hl footer a:hover {
  color: #fff;
  background-color: transparent;
}

.article-item-2020--hl .article-item-2020__body h1, .content .article-item-2020--hl .article-item-2020__body h1 {
  color: #fff;
}

.article-item-2020--hl .article-item-2020__body time, .content .article-item-2020--hl .article-item-2020__body time {
  color: #faaf37;
}

.article-item-2020__body, .content .article-item-2020__body, .page-node-type-page .paragraph--type--webform .article-item-2020__body {
  overflow: hidden;
  padding: 28px 30px 45px;
}

.article-item-2020__body h1, .content .article-item-2020__body h1, .page-node-type-page .paragraph--type--webform .article-item-2020__body h1 {
  line-height: 1.2em;
  color: #353535;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  font-size: 1.46667rem;
}

.article-item-2020__body time, .content .article-item-2020__body time, .page-node-type-page .paragraph--type--webform .article-item-2020__body time {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.attachments {
  margin-top: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 1px solid #e8edf1;
  border-bottom: 1px solid #e8edf1;
}
.attachments h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.attachments .item + .item {
  margin-top: 10px;
}
.attachments .item a {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 40px;
  line-height: 30px;
  text-decoration: none;
  color: #003268;
  background-color: #f0f0f0;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.attachments .item a:after {
  content: "\f019";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  font-family: "FontAwesome";
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #00a0e0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.attachments .item a:hover {
  background-color: #00a0e0;
}

@media (max-width: 767px) {
  .attachments .item a {
    padding: 6px 10px;
    line-height: 1.4em;
  }
  .attachments .item a:after {
    content: none;
  }
}
.attachments--nested {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.back-top {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 51px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 50, 104, 0.85);
  cursor: pointer;
  z-index: 7500;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.back-top:after {
  content: "\f3d8";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Ionicons";
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.back-top:hover {
  background-color: #003268;
}
.back-top.fixed {
  position: fixed;
}

@media (max-width: 767px) {
  .back-top {
    right: 15px;
    bottom: 15px;
    width: 38px;
    height: 38px;
  }
  .back-top:after {
    font-size: 26px;
    line-height: 38px;
  }
}
.block-item {
  position: relative;
  float: left;
  width: 350px;
  margin: 0 15px 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.block-item.expanded:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  -moz-animation-name: expanded-arrow;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 350ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: expanded-arrow;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 350ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: expanded-arrow;
  -o-animation-duration: 500ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 350ms;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: expanded-arrow;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 350ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.block-item header {
  position: relative;
  height: 250px;
  text-align: center;
  background-size: cover;
}
.block-item header .title, .block-item header .page-footer ul.menu li {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  text-decoration: none;
  background-color: rgba(0, 50, 104, 0.6);
  cursor: pointer;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.page-footer ul.menu .block-item header li {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 28px;
  text-decoration: none;
  background-color: rgba(0, 50, 104, 0.6);
  cursor: pointer;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

.block-item header .title:after, .block-item header .page-footer ul.menu li:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 250px;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-footer ul.menu .block-item header li:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 250px;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.block-item header .title > div, .block-item header .page-footer ul.menu li > div {
  position: relative;
  left: 0;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.page-footer ul.menu .block-item header li > div {
  position: relative;
  left: 0;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.block-item header .title h1, .block-item header .page-footer ul.menu li h1 {
  color: #fff;
}

.page-footer ul.menu .block-item header li h1 {
  color: #fff;
}

.block-item header .title h2, .block-item header .page-footer ul.menu li h2 {
  color: #fff;
}

.page-footer ul.menu .block-item header li h2 {
  color: #fff;
}

.block-item header .title h1, .block-item header .page-footer ul.menu li h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  font-size: 1.86667rem;
}

.page-footer ul.menu .block-item header li h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 28px;
  font-size: 1.86667rem;
}

.block-item header .title h1 + h2, .block-item header .page-footer ul.menu li h1 + h2 {
  margin-top: 6px;
}

.page-footer ul.menu .block-item header li h1 + h2 {
  margin-top: 6px;
}

.block-item header .title h2, .block-item header .page-footer ul.menu li h2 {
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-footer ul.menu .block-item header li h2 {
  font-size: 20px;
  font-size: 1.33333rem;
}

.block-item header .label {
  display: block;
  position: absolute;
  left: 50%;
  top: -30px;
  width: 240px;
  padding: 20px;
  color: #fff;
  background-color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block-item:not(.block-item--default) header .title:hover, .block-item:not(.block-item--default) header .page-footer ul.menu li:hover {
  background-color: rgba(0, 50, 104, 0.8);
}

.page-footer ul.menu .block-item:not(.block-item--default) header li:hover {
  background-color: rgba(0, 50, 104, 0.8);
}

.block-item:not(.block-item--default) header .title:hover:after, .block-item:not(.block-item--default) header .page-footer ul.menu li:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.page-footer ul.menu .block-item:not(.block-item--default) header li:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.block-item:not(.block-item--default) header .title:hover > div, .block-item:not(.block-item--default) header .page-footer ul.menu li:hover > div {
  opacity: 0;
}

.page-footer ul.menu .block-item:not(.block-item--default) header li:hover > div {
  opacity: 0;
}

.block-item footer {
  margin-bottom: -6px;
  padding: 0 28px 30px;
}
.block-item footer .button, .block-item footer .form--white .webform-button--submit {
  margin-right: 4px;
  margin-bottom: 6px;
}

.form--white .block-item footer .webform-button--submit, .block-item footer .page-node-type-page form .webform-button--submit, .page-node-type-page form .block-item footer .webform-button--submit, .block-item footer #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .block-item footer button, .block-item footer .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .block-item footer a {
  margin-right: 4px;
  margin-bottom: 6px;
}

.block-item--labeled {
  margin-top: 30px;
  margin-bottom: 60px;
}

.block-item--labeled-c02 {
  margin-top: 30px;
  margin-bottom: 60px;
}
.block-item--labeled-c02 header .label {
  background-color: #faaf37;
}

.block-item--commission {
  background-color: #eff4f6;
}
.block-item--commission header .title h1, .block-item--commission header .page-footer ul.menu li h1 {
  font-size: 23px;
  font-size: 1.53333rem;
}

.page-footer ul.menu .block-item--commission header li h1 {
  font-size: 23px;
  font-size: 1.53333rem;
}

.block-item--commission header .title h1 + h2, .block-item--commission header .page-footer ul.menu li h1 + h2 {
  margin-top: 12px;
}

.page-footer ul.menu .block-item--commission header li h1 + h2 {
  margin-top: 12px;
}

.block-item--commission header .title h2, .block-item--commission header .page-footer ul.menu li h2 {
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.page-footer ul.menu .block-item--commission header li h2 {
  font-weight: 800;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.block-item--commission header .title h2:before, .block-item--commission header .page-footer ul.menu li h2:before {
  content: "- ";
}

.page-footer ul.menu .block-item--commission header li h2:before {
  content: "- ";
}

.block-item--commission header .title h2:after, .block-item--commission header .page-footer ul.menu li h2:after {
  content: " -";
}

.page-footer ul.menu .block-item--commission header li h2:after {
  content: " -";
}

.block-item--commission .block-item__body {
  height: 140px;
}
.block-item--commission .block-item__body p + h2 {
  margin-top: 6px;
}
.block-item--commission .block-item__body h2 {
  color: #4e4e4e;
  font-weight: 800;
  font-style: normal;
  font-size: 40px;
  font-size: 2.66667rem;
}
.block-item--commission.expanded:after {
  border-bottom-color: #eff4f6;
}

.block-item--issuu .block-item__body h1, .block-item--issuu .block-item__body h2 {
  color: #4e4e4e;
  font-size: 22px;
  font-size: 1.46667rem;
}

.block-item--youtube .block-item__body h1, .block-item--youtube .block-item__body h2 {
  color: #4e4e4e;
  font-size: 22px;
  font-size: 1.46667rem;
}

.block-item--issuu .block-item__body h1, .block-item--youtube .block-item__body h1 {
  font-weight: 500;
  font-style: normal;
}

.block-item--issuu .block-item__body h2, .block-item--youtube .block-item__body h2 {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.block-item--issuu header {
  height: auto;
}
.block-item--issuu header figure {
  display: block;
}
.block-item--issuu header figure img {
  display: block;
  width: 100%;
  height: auto;
}
.block-item--issuu header .issuuembed {
  width: 100%;
  height: 100%;
}

.block-item--youtube header {
  height: 197px;
  background-color: #353535;
}
.block-item--youtube .flex-video {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.block-item--bgc09 {
  background-color: #eff4f6;
}

.block-item--hl {
  background-color: #003268;
}
.block-item--hl header .label {
  color: #00a0e0;
  background-color: #fff;
}
.block-item--hl .block-item__body p, .block-item--hl ol, .block-item--hl ul {
  color: #fff !important;
}
.block-item--hl .button, .block-item--hl .form--white .webform-button--submit {
  color: #003268;
  background-color: #fff;
}

.form--white .block-item--hl .webform-button--submit, .block-item--hl .page-node-type-page form .webform-button--submit, .page-node-type-page form .block-item--hl .webform-button--submit, .block-item--hl #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .block-item--hl button, .block-item--hl .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .block-item--hl a {
  color: #003268;
  background-color: #fff;
}

.block-item--default header .title, .block-item--default header .page-footer ul.menu li {
  cursor: default;
}

.page-footer ul.menu .block-item--default header li {
  cursor: default;
}

.block-item--default .block-item__body {
  height: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-item {
    width: 283px;
  }
  .block-item header {
    height: 202px;
  }
  .block-item header .title:after, .block-item header .page-footer ul.menu li:after {
    line-height: 202px;
  }
  .page-footer ul.menu .block-item header li:after {
    line-height: 202px;
  }
  .block-item header .label {
    width: 210px;
  }
  .block-item .block-item__body {
    height: 200px;
  }
  .block-item--commission header .title h1, .block-item--commission header .page-footer ul.menu li h1 {
    font-size: 21px;
    font-size: 1.4rem;
  }
  .page-footer ul.menu .block-item--commission header li h1 {
    font-size: 21px;
    font-size: 1.4rem;
  }
  .block-item--commission .block-item__body {
    height: 150px;
  }
  .block-item--youtube header {
    height: 159px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .block-item {
    width: 330px;
  }
  .block-item header {
    height: 236px;
  }
  .block-item header .title:after, .block-item header .page-footer ul.menu li:after {
    line-height: 236px;
  }
  .page-footer ul.menu .block-item header li:after {
    line-height: 236px;
  }
  .block-item header .label {
    width: 210px;
  }
  .block-item .block-item__body {
    height: 190px;
  }
  .block-item--commission .block-item__body {
    height: 140px;
  }
  .block-item--youtube header {
    height: 186px;
  }
}
@media (max-width: 767px) {
  .block-item {
    float: none;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .block-item header {
    height: 186px;
  }
  .block-item header .title:after, .block-item header .page-footer ul.menu li:after {
    line-height: 186px;
  }
  .page-footer ul.menu .block-item header li:after {
    line-height: 186px;
  }
  .block-item header .label {
    width: 190px;
    padding: 15px;
    font-size: 15px;
    font-size: 1rem;
  }
  .block-item footer .button, .block-item footer .form--white .webform-button--submit {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .form--white .block-item footer .webform-button--submit, .block-item footer .page-node-type-page form .webform-button--submit, .page-node-type-page form .block-item footer .webform-button--submit, .block-item footer #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .block-item footer button, .block-item footer .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .block-item footer a {
    display: block;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .block-item .block-item__body {
    height: 210px;
  }
  .block-item--commission header .title h1, .block-item--commission header .page-footer ul.menu li h1 {
    font-size: 19px;
    font-size: 1.26667rem;
  }
  .page-footer ul.menu .block-item--commission header li h1 {
    font-size: 19px;
    font-size: 1.26667rem;
  }
  .block-item--commission header .title h2, .block-item--commission header .page-footer ul.menu li h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .page-footer ul.menu .block-item--commission header li h2 {
    font-size: 24px;
    font-size: 1.6rem;
  }
  .block-item--commission .block-item__body {
    height: 160px;
  }
  .block-item--youtube header {
    height: 146px;
  }
}
.block-item__body {
  height: 190px;
  padding: 30px 28px;
}
.block-item__body ol, .block-item__body p, .block-item__body ul {
  color: #353535 !important;
}

blockquote {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "goudy-old-style", "Palatino Linotype", Palatino, serif;
  font-weight: 400;
  font-style: italic;
}
blockquote p {
  line-height: 1.2em;
}
blockquote p:before {
  content: "“";
}
blockquote p:after {
  content: "”";
}

ul.breadcrumb {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.breadcrumb li {
  float: left;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}
ul.breadcrumb li + li:before {
  content: "  ›  ";
}
ul.breadcrumb li a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
ul.breadcrumb li:last-child {
  font-weight: 700;
  font-style: normal;
}

.buttons .button, .buttons .form--white .webform-button--submit {
  margin-right: 4px;
  margin-bottom: 8px;
}

.form--white .buttons .webform-button--submit, .buttons .page-node-type-page form .webform-button--submit, .page-node-type-page form .buttons .webform-button--submit, .buttons #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .buttons button, .buttons .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .buttons a {
  margin-right: 4px;
  margin-bottom: 8px;
}

.button, .form--white .webform-button--submit:hover, .page-node-type-page form .webform-button--submit:hover, .form--white .webform-button--submit, .page-node-type-page form .webform-button--submit, #views-exposed-form-opinions-block-3 button, .page-wrapper--contact-us .large-margin-top a {
  display: inline-block;
  padding: 14px 40px;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background-color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}

.button span, .form--white .webform-button--submit:hover span, .page-node-type-page form .webform-button--submit:hover span, .form--white .webform-button--submit span, .page-node-type-page form .webform-button--submit span, #views-exposed-form-opinions-block-3 button span, .page-wrapper--contact-us .large-margin-top a span {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.button span:after, .form--white .webform-button--submit:hover span:after, .page-node-type-page form .webform-button--submit:hover span:after, .form--white .webform-button--submit span:after, .page-node-type-page form .webform-button--submit span:after, #views-exposed-form-opinions-block-3 button span:after, .page-wrapper--contact-us .large-margin-top a span:after {
  content: "\f3d6";
  display: inline-block;
  position: absolute;
  font-family: "Ionicons";
  font-size: 28px;
  opacity: 0;
  -moz-transform: translateX(-15px) translateY(1px);
  -webkit-transform: translateX(-15px) translateY(1px);
  -o-transform: translateX(-15px) translateY(1px);
  -ms-transform: translateX(-15px) translateY(1px);
  transform: translateX(-15px) translateY(1px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.button:hover span, .form--white .webform-button--submit:hover span, .page-node-type-page form .webform-button--submit:hover span, #views-exposed-form-opinions-block-3 button:hover span, .page-wrapper--contact-us .large-margin-top a:hover span {
  -moz-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.button:hover span:after, .form--white .webform-button--submit:hover span:after, .page-node-type-page form .webform-button--submit:hover span:after, #views-exposed-form-opinions-block-3 button:hover span:after, .page-wrapper--contact-us .large-margin-top a:hover span:after {
  opacity: 1;
  -moz-transform: translateX(10px) translateY(1px);
  -webkit-transform: translateX(10px) translateY(1px);
  -o-transform: translateX(10px) translateY(1px);
  -ms-transform: translateX(10px) translateY(1px);
  transform: translateX(10px) translateY(1px);
}

.button--fit {
  display: block;
  width: 100%;
  text-align: center;
}

.button--bgc02 {
  background-color: #faaf37;
}

.button--bgc03 {
  background-color: #003268;
}

.button--bgwh, .button--c01-bgwh {
  color: #00a0e0;
  background-color: #fff;
}

.button--c02-bgwh {
  color: #faaf37;
  background-color: #fff;
}

.button--c03-bgwh {
  color: #003268;
  background-color: #fff;
}

.button--narrow {
  padding: 9px 26px;
}

.button--small {
  padding: 8px 14px;
  font-size: 11px;
  font-size: 0.73333rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.button--small:hover {
  color: #00a0e0;
  background-color: #fff;
}

.button--wired {
  color: #00a0e0;
  border: 2px solid #00a0e0;
  background-color: transparent;
}

#views-exposed-form-opinions-block-3 button {
  color: #00a0e0;
  border: 2px solid #00a0e0;
  background-color: transparent;
}
#views-exposed-form-opinions-block-3 button:hover {
  color: #00a0e0;
  border: 2px solid #00a0e0;
  background-color: transparent;
}

.button--wired-c02 {
  color: #faaf37;
  border: 2px solid #faaf37;
  background-color: transparent;
}

.button--wired-c03 {
  color: #003268;
  border: 2px solid #003268;
  background-color: transparent;
}

.button--wired-wh, #edit-submit-declarations--2 {
  border: 2px solid #fff;
  background-color: transparent;
}

.btns .btn {
  margin-right: 30px;
  margin-bottom: 10px;
}

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #003268;
  background-color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1rem;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  -webkit-transition: color 200ms linear, border-color 200ms linear, background-color 200ms linear;
  -moz-transition: color 200ms linear, border-color 200ms linear, background-color 200ms linear;
  -ms-transition: color 200ms linear, border-color 200ms linear, background-color 200ms linear;
  -o-transition: color 200ms linear, border-color 200ms linear, background-color 200ms linear;
  transition: color 200ms linear, border-color 200ms linear, background-color 200ms linear;
}
.btn span {
  display: block;
  position: relative;
  padding: 19px 40px;
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  -o-transition: transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.btn span:last-child {
  position: absolute;
  left: 0;
  width: 100%;
}
.btn:hover {
  color: #003268;
  background-color: transparent;
}
.btn:hover span {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.btn--bgc01 {
  border-color: #00a0e0;
  background-color: #00a0e0;
}
.btn--bgc01:hover {
  border-color: #003268;
}

.btn--bgc04 {
  border-color: #285087;
  background-color: #285087;
}
.btn--bgc04:hover {
  color: #fff;
  border-color: #fff;
}

.btn--bgwh {
  color: #00a0e0;
  border-color: #fff;
  background-color: #fff;
}
.btn--bgwh:hover {
  color: #fff;
}

.btn--hoverwh:hover {
  color: #fff;
  border-color: #fff;
}

.btn--medium {
  font-size: 14px;
  font-size: 0.93333rem;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
}
.btn--medium span {
  padding: 13.5px 30px;
}

.btn--fit {
  display: block;
  width: 100%;
  text-align: center;
}

.btn--organize span, .btn--surveys-list span {
  padding-left: 78px;
}

.btn--organize span:before, .btn--surveys-list span:before {
  display: block;
  position: absolute;
  left: 32px;
  top: 50%;
  font-family: "epp-cor-icons";
  font-size: 28px;
  font-weight: 400;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn--organize span:before {
  content: "\e907";
}

.btn--surveys-list span:before {
  content: "\e91b";
}

.burger-icon {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 21px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
.burger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: relative;
  top: 10px;
}
.burger-icon span:after, .burger-icon span:before {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
}
.burger-icon span:after {
  content: "";
  position: absolute;
  left: 0;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.burger-icon span:before {
  content: "";
  position: absolute;
  left: 0;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  top: 0;
  -moz-transform: translateY(9px);
  -webkit-transform: translateY(9px);
  -o-transform: translateY(9px);
  -ms-transform: translateY(9px);
  transform: translateY(9px);
}
.burger-icon span:after {
  bottom: 0;
  -moz-transform: translateY(-9px);
  -webkit-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}
.burger-icon.open span {
  background-color: transparent;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.burger-icon.open span:after {
  background-color: #4e4e4e;
}
.burger-icon.open span:before {
  background-color: #4e4e4e;
  top: 0;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-icon.open span:after {
  bottom: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.content, .page-node-type-page .paragraph--type--webform {
  position: relative;
  padding: 75px 0 !important;
  /*  background-color: $base-bg-color;*/
}

.content .section-footer, .page-node-type-page .paragraph--type--webform .section-footer, .content .section-header, .page-node-type-page .paragraph--type--webform .section-header, .content h1.sh-like, .page-node-type-page .paragraph--type--webform h1.sh-like {
  text-align: center;
}

.content .section-header h1:before, .page-node-type-page .paragraph--type--webform .section-header h1:before, .content h1.sh-like:before, .page-node-type-page .paragraph--type--webform h1.sh-like:before {
  content: "- ";
}

.content .section-header h1:after, .page-node-type-page .paragraph--type--webform .section-header h1:after, .content h1.sh-like:after, .page-node-type-page .paragraph--type--webform h1.sh-like:after {
  content: " -";
}

.content .section-header h1 + ol, .page-node-type-page .paragraph--type--webform .section-header h1 + ol, .content .section-header h1 + p, .page-node-type-page .paragraph--type--webform .section-header h1 + p, .content .section-header h1 + ul, .page-node-type-page .paragraph--type--webform .section-header h1 + ul, .content h1.sh-like + ol, .page-node-type-page .paragraph--type--webform h1.sh-like + ol, .content h1.sh-like + p, .page-node-type-page .paragraph--type--webform h1.sh-like + p, .content h1.sh-like + ul, .page-node-type-page .paragraph--type--webform h1.sh-like + ul {
  margin-top: 25px;
}

.content .section-header + div, .page-node-type-page .paragraph--type--webform .section-header + div {
  margin-top: 60px;
}

.content .section-header li, .page-node-type-page .paragraph--type--webform .section-header li, .content .section-header p, .page-node-type-page .paragraph--type--webform .section-header p {
  color: #285087;
}

.content .section-header ol, .page-node-type-page .paragraph--type--webform .section-header ol, .content .section-header p, .page-node-type-page .paragraph--type--webform .section-header p, .content .section-header ul, .page-node-type-page .paragraph--type--webform .section-header ul {
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}

.content .section-header.sep, .page-node-type-page .paragraph--type--webform .section-header.sep {
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #e5e4e4;
}

.content .section-footer, .page-node-type-page .paragraph--type--webform .section-footer {
  margin-top: 60px;
}

.content .more, .page-node-type-page .paragraph--type--webform .more {
  margin-top: 50px;
}

.content .form-confirmation h2 + p, .page-node-type-page .paragraph--type--webform .form-confirmation h2 + p {
  margin-top: 20px;
}

.content .form-confirmation h4 + p, .page-node-type-page .paragraph--type--webform .form-confirmation h4 + p {
  margin-top: 12px;
}

.content .form-confirmation h4, .page-node-type-page .paragraph--type--webform .form-confirmation h4 {
  color: #003268;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.content .sep-figures div + div, .page-node-type-page .paragraph--type--webform .sep-figures div + div {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid #dde7f0;
}

.content h2.clothesline, .page-node-type-page .paragraph--type--webform h2.clothesline {
  margin-bottom: 36px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 1.46667rem;
}

.content h2.clothesline > span, .page-node-type-page .paragraph--type--webform h2.clothesline > span {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.content h2.clothesline > span:before, .page-node-type-page .paragraph--type--webform h2.clothesline > span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #003268;
}

.content h2.clothesline > span > span, .page-node-type-page .paragraph--type--webform h2.clothesline > span > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  padding-right: 17px;
  background-color: #fff;
}

.content h2.clothesline.align-floated, .page-node-type-page .paragraph--type--webform h2.clothesline.align-floated {
  padding-left: 15px;
  padding-right: 15px;
}

.content h1, .page-node-type-page .paragraph--type--webform h1 {
  color: #285087;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.content h2, .page-node-type-page .paragraph--type--webform h2, .content h3, .page-node-type-page .paragraph--type--webform h3 {
  color: #003268;
}

.content h2, .page-node-type-page .paragraph--type--webform h2 {
  font-weight: 600;
  font-style: normal;
  font-size: 26px;
  font-size: 1.73333rem;
}

.content h3, .page-node-type-page .paragraph--type--webform h3 {
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.content h3 + ol, .page-node-type-page .paragraph--type--webform h3 + ol, .content h3 + p, .page-node-type-page .paragraph--type--webform h3 + p, .content h3 + ul, .page-node-type-page .paragraph--type--webform h3 + ul {
  margin-top: 30px;
}

.content div .c01, .page-node-type-page .paragraph--type--webform div .c01, .content h1 .c01, .page-node-type-page .paragraph--type--webform h1 .c01, .content h2 .c01, .page-node-type-page .paragraph--type--webform h2 .c01, .content h3 .c01, .page-node-type-page .paragraph--type--webform h3 .c01, .content h4 .c01, .page-node-type-page .paragraph--type--webform h4 .c01, .content ol .c01, .page-node-type-page .paragraph--type--webform ol .c01, .content p .c01, .page-node-type-page .paragraph--type--webform p .c01, .content ul .c01, .page-node-type-page .paragraph--type--webform ul .c01 {
  color: #00a0e0;
}

.content div .c02, .page-node-type-page .paragraph--type--webform div .c02, .content h1 .c02, .page-node-type-page .paragraph--type--webform h1 .c02, .content h2 .c02, .page-node-type-page .paragraph--type--webform h2 .c02, .content h3 .c02, .page-node-type-page .paragraph--type--webform h3 .c02, .content h4 .c02, .page-node-type-page .paragraph--type--webform h4 .c02, .content ol .c02, .page-node-type-page .paragraph--type--webform ol .c02, .content p .c02, .page-node-type-page .paragraph--type--webform p .c02, .content ul .c02, .page-node-type-page .paragraph--type--webform ul .c02 {
  color: #faaf37;
}

.content div .c03, .page-node-type-page .paragraph--type--webform div .c03, .content h1 .c03, .page-node-type-page .paragraph--type--webform h1 .c03, .content h2 .c03, .page-node-type-page .paragraph--type--webform h2 .c03, .content h3 .c03, .page-node-type-page .paragraph--type--webform h3 .c03, .content h4 .c03, .page-node-type-page .paragraph--type--webform h4 .c03, .content ol .c03, .page-node-type-page .paragraph--type--webform ol .c03, .content p .c03, .page-node-type-page .paragraph--type--webform p .c03, .content ul .c03, .page-node-type-page .paragraph--type--webform ul .c03 {
  color: #003268;
}

.content div .c04, .page-node-type-page .paragraph--type--webform div .c04, .content h1 .c04, .page-node-type-page .paragraph--type--webform h1 .c04, .content h2 .c04, .page-node-type-page .paragraph--type--webform h2 .c04, .content h3 .c04, .page-node-type-page .paragraph--type--webform h3 .c04, .content h4 .c04, .page-node-type-page .paragraph--type--webform h4 .c04, .content ol .c04, .page-node-type-page .paragraph--type--webform ol .c04, .content p .c04, .page-node-type-page .paragraph--type--webform p .c04, .content ul .c04, .page-node-type-page .paragraph--type--webform ul .c04 {
  color: #285087;
}

.content div .c05, .page-node-type-page .paragraph--type--webform div .c05, .content h1 .c05, .page-node-type-page .paragraph--type--webform h1 .c05, .content h2 .c05, .page-node-type-page .paragraph--type--webform h2 .c05, .content h3 .c05, .page-node-type-page .paragraph--type--webform h3 .c05, .content h4 .c05, .page-node-type-page .paragraph--type--webform h4 .c05, .content ol .c05, .page-node-type-page .paragraph--type--webform ol .c05, .content p .c05, .page-node-type-page .paragraph--type--webform p .c05, .content ul .c05, .page-node-type-page .paragraph--type--webform ul .c05 {
  color: #1e6baf;
}

.content div .c06, .page-node-type-page .paragraph--type--webform div .c06, .content h1 .c06, .page-node-type-page .paragraph--type--webform h1 .c06, .content h2 .c06, .page-node-type-page .paragraph--type--webform h2 .c06, .content h3 .c06, .page-node-type-page .paragraph--type--webform h3 .c06, .content h4 .c06, .page-node-type-page .paragraph--type--webform h4 .c06, .content ol .c06, .page-node-type-page .paragraph--type--webform ol .c06, .content p .c06, .page-node-type-page .paragraph--type--webform p .c06, .content ul .c06, .page-node-type-page .paragraph--type--webform ul .c06 {
  color: #33b1e6;
}

.content div .c07, .page-node-type-page .paragraph--type--webform div .c07, .content h1 .c07, .page-node-type-page .paragraph--type--webform h1 .c07, .content h2 .c07, .page-node-type-page .paragraph--type--webform h2 .c07, .content h3 .c07, .page-node-type-page .paragraph--type--webform h3 .c07, .content h4 .c07, .page-node-type-page .paragraph--type--webform h4 .c07, .content ol .c07, .page-node-type-page .paragraph--type--webform ol .c07, .content p .c07, .page-node-type-page .paragraph--type--webform p .c07, .content ul .c07, .page-node-type-page .paragraph--type--webform ul .c07 {
  color: #e1f3fc;
}

.content div .c08, .page-node-type-page .paragraph--type--webform div .c08, .content h1 .c08, .page-node-type-page .paragraph--type--webform h1 .c08, .content h2 .c08, .page-node-type-page .paragraph--type--webform h2 .c08, .content h3 .c08, .page-node-type-page .paragraph--type--webform h3 .c08, .content h4 .c08, .page-node-type-page .paragraph--type--webform h4 .c08, .content ol .c08, .page-node-type-page .paragraph--type--webform ol .c08, .content p .c08, .page-node-type-page .paragraph--type--webform p .c08, .content ul .c08, .page-node-type-page .paragraph--type--webform ul .c08 {
  color: #fef0d3;
}

.content div .c09, .page-node-type-page .paragraph--type--webform div .c09, .content h1 .c09, .page-node-type-page .paragraph--type--webform h1 .c09, .content h2 .c09, .page-node-type-page .paragraph--type--webform h2 .c09, .content h3 .c09, .page-node-type-page .paragraph--type--webform h3 .c09, .content h4 .c09, .page-node-type-page .paragraph--type--webform h4 .c09, .content ol .c09, .page-node-type-page .paragraph--type--webform ol .c09, .content p .c09, .page-node-type-page .paragraph--type--webform p .c09, .content ul .c09, .page-node-type-page .paragraph--type--webform ul .c09 {
  color: #eff4f6;
}

.content div .c10, .page-node-type-page .paragraph--type--webform div .c10, .content h1 .c10, .page-node-type-page .paragraph--type--webform h1 .c10, .content h2 .c10, .page-node-type-page .paragraph--type--webform h2 .c10, .content h3 .c10, .page-node-type-page .paragraph--type--webform h3 .c10, .content h4 .c10, .page-node-type-page .paragraph--type--webform h4 .c10, .content ol .c10, .page-node-type-page .paragraph--type--webform ol .c10, .content p .c10, .page-node-type-page .paragraph--type--webform p .c10, .content ul .c10, .page-node-type-page .paragraph--type--webform ul .c10 {
  color: #5fadd2;
}

.content div .g01, .page-node-type-page .paragraph--type--webform div .g01, .content h1 .g01, .page-node-type-page .paragraph--type--webform h1 .g01, .content h2 .g01, .page-node-type-page .paragraph--type--webform h2 .g01, .content h3 .g01, .page-node-type-page .paragraph--type--webform h3 .g01, .content h4 .g01, .page-node-type-page .paragraph--type--webform h4 .g01, .content ol .g01, .page-node-type-page .paragraph--type--webform ol .g01, .content p .g01, .page-node-type-page .paragraph--type--webform p .g01, .content ul .g01, .page-node-type-page .paragraph--type--webform ul .g01 {
  color: #4c4c4c;
}

.content div .g02, .page-node-type-page .paragraph--type--webform div .g02, .content h1 .g02, .page-node-type-page .paragraph--type--webform h1 .g02, .content h2 .g02, .page-node-type-page .paragraph--type--webform h2 .g02, .content h3 .g02, .page-node-type-page .paragraph--type--webform h3 .g02, .content h4 .g02, .page-node-type-page .paragraph--type--webform h4 .g02, .content ol .g02, .page-node-type-page .paragraph--type--webform ol .g02, .content p .g02, .page-node-type-page .paragraph--type--webform p .g02, .content ul .g02, .page-node-type-page .paragraph--type--webform ul .g02 {
  color: #353535;
}

.content div .g03, .page-node-type-page .paragraph--type--webform div .g03, .content h1 .g03, .page-node-type-page .paragraph--type--webform h1 .g03, .content h2 .g03, .page-node-type-page .paragraph--type--webform h2 .g03, .content h3 .g03, .page-node-type-page .paragraph--type--webform h3 .g03, .content h4 .g03, .page-node-type-page .paragraph--type--webform h4 .g03, .content ol .g03, .page-node-type-page .paragraph--type--webform ol .g03, .content p .g03, .page-node-type-page .paragraph--type--webform p .g03, .content ul .g03, .page-node-type-page .paragraph--type--webform ul .g03 {
  color: #f0f0f0;
}

.content div .g04, .page-node-type-page .paragraph--type--webform div .g04, .content h1 .g04, .page-node-type-page .paragraph--type--webform h1 .g04, .content h2 .g04, .page-node-type-page .paragraph--type--webform h2 .g04, .content h3 .g04, .page-node-type-page .paragraph--type--webform h3 .g04, .content h4 .g04, .page-node-type-page .paragraph--type--webform h4 .g04, .content ol .g04, .page-node-type-page .paragraph--type--webform ol .g04, .content p .g04, .page-node-type-page .paragraph--type--webform p .g04, .content ul .g04, .page-node-type-page .paragraph--type--webform ul .g04 {
  color: #e5e4e4;
}

.content div .g05, .page-node-type-page .paragraph--type--webform div .g05, .content h1 .g05, .page-node-type-page .paragraph--type--webform h1 .g05, .content h2 .g05, .page-node-type-page .paragraph--type--webform h2 .g05, .content h3 .g05, .page-node-type-page .paragraph--type--webform h3 .g05, .content h4 .g05, .page-node-type-page .paragraph--type--webform h4 .g05, .content ol .g05, .page-node-type-page .paragraph--type--webform ol .g05, .content p .g05, .page-node-type-page .paragraph--type--webform p .g05, .content ul .g05, .page-node-type-page .paragraph--type--webform ul .g05 {
  color: #4e4e4e;
}

.content div + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform div + .figures:not(.prevent-default), .content div + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform div + figure:not(.prevent-default), .content h1 + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform h1 + .figures:not(.prevent-default), .content h1 + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform h1 + figure:not(.prevent-default), .content h2 + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform h2 + .figures:not(.prevent-default), .content h2 + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform h2 + figure:not(.prevent-default), .content h3 + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform h3 + .figures:not(.prevent-default), .content h3 + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform h3 + figure:not(.prevent-default), .content h4 + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform h4 + .figures:not(.prevent-default), .content h4 + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform h4 + figure:not(.prevent-default), .content ol + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform ol + .figures:not(.prevent-default), .content ol + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform ol + figure:not(.prevent-default), .content p + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform p + .figures:not(.prevent-default), .content p + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform p + figure:not(.prevent-default), .content ul + .figures:not(.prevent-default), .page-node-type-page .paragraph--type--webform ul + .figures:not(.prevent-default), .content ul + figure:not(.prevent-default), .page-node-type-page .paragraph--type--webform ul + figure:not(.prevent-default) {
  margin-top: 45px;
}

.content h1, .page-node-type-page .paragraph--type--webform h1, .content h2, .page-node-type-page .paragraph--type--webform h2, .content h3, .page-node-type-page .paragraph--type--webform h3, .content h4, .page-node-type-page .paragraph--type--webform h4, .content ol, .page-node-type-page .paragraph--type--webform ol, .content p, .page-node-type-page .paragraph--type--webform p, .content ul, .page-node-type-page .paragraph--type--webform ul {
  position: relative;
}

.content .figures:not(.prevent-default) + div, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + div, .content .figures:not(.prevent-default) + h1, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + h1, .content .figures:not(.prevent-default) + h2, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + h2, .content .figures:not(.prevent-default) + h3, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + h3, .content .figures:not(.prevent-default) + h4, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + h4, .content .figures:not(.prevent-default) + ol, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + ol, .content .figures:not(.prevent-default) + p, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + p, .content .figures:not(.prevent-default) + ul, .page-node-type-page .paragraph--type--webform .figures:not(.prevent-default) + ul, .content figure:not(.prevent-default) + div, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + div, .content figure:not(.prevent-default) + h1, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + h1, .content figure:not(.prevent-default) + h2, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + h2, .content figure:not(.prevent-default) + h3, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + h3, .content figure:not(.prevent-default) + h4, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + h4, .content figure:not(.prevent-default) + ol, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + ol, .content figure:not(.prevent-default) + p, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + p, .content figure:not(.prevent-default) + ul, .page-node-type-page .paragraph--type--webform figure:not(.prevent-default) + ul {
  margin-top: 50px;
}

.content figure figcaption, .page-node-type-page .paragraph--type--webform figure figcaption {
  margin-top: 20px;
}

.content figure figcaption h2, .page-node-type-page .paragraph--type--webform figure figcaption h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
}

.content figure figcaption h2 + p, .page-node-type-page .paragraph--type--webform figure figcaption h2 + p {
  margin-top: 3px;
}

.content figure figcaption.large, .page-node-type-page .paragraph--type--webform figure figcaption.large {
  margin-top: 35px;
}

.content figure figcaption.large h2, .page-node-type-page .paragraph--type--webform figure figcaption.large h2 {
  font-size: 24px;
  font-size: 1.6rem;
}

.content figure figcaption.large h2 + p, .page-node-type-page .paragraph--type--webform figure figcaption.large h2 + p {
  margin-top: 6px;
}

.content figure figcaption.large p, .page-node-type-page .paragraph--type--webform figure figcaption.large p {
  font-size: 16px;
  font-size: 1.06667rem;
}

.content figure figcaption.large p + h2, .page-node-type-page .paragraph--type--webform figure figcaption.large p + h2 {
  margin-top: 20px;
}

.content ol.large, .page-node-type-page .paragraph--type--webform ol.large, .content p.large, .page-node-type-page .paragraph--type--webform p.large, .content ul.large, .page-node-type-page .paragraph--type--webform ul.large {
  line-height: 1.3em;
  font-size: 20px;
  font-size: 1.33333rem;
}

.content ol + h2, .page-node-type-page .paragraph--type--webform ol + h2, .content ol + h3, .page-node-type-page .paragraph--type--webform ol + h3, .content p + h2, .page-node-type-page .paragraph--type--webform p + h2, .content p + h3, .page-node-type-page .paragraph--type--webform p + h3, .content ul + h2, .page-node-type-page .paragraph--type--webform ul + h2, .content ul + h3, .page-node-type-page .paragraph--type--webform ul + h3 {
  margin-top: 35px;
}

.content ol + p, .page-node-type-page .paragraph--type--webform ol + p, .content p + p, .page-node-type-page .paragraph--type--webform p + p, .content ul + p, .page-node-type-page .paragraph--type--webform ul + p {
  margin-top: 22px;
}

.content ol a.rs-spamspan, .page-node-type-page .paragraph--type--webform ol a.rs-spamspan, .content ol a:not([class]), .page-node-type-page .paragraph--type--webform ol a:not([class]), .content p a.rs-spamspan, .page-node-type-page .paragraph--type--webform p a.rs-spamspan, .content p a:not([class]), .page-node-type-page .paragraph--type--webform p a:not([class]), .content ul a.rs-spamspan, .page-node-type-page .paragraph--type--webform ul a.rs-spamspan, .content ul a:not([class]), .page-node-type-page .paragraph--type--webform ul a:not([class]) {
  color: #4c4c4c;
}

.content p + ol, .page-node-type-page .paragraph--type--webform p + ol, .content p + ul, .page-node-type-page .paragraph--type--webform p + ul {
  margin-top: 15px;
}

.content ol li + li, .page-node-type-page .paragraph--type--webform ol li + li, .content ul li + li, .page-node-type-page .paragraph--type--webform ul li + li {
  margin-top: 5px;
}

.content ul, .page-node-type-page .paragraph--type--webform ul {
  padding-left: 20px;
}

.content ol, .page-node-type-page .paragraph--type--webform ol {
  padding-left: 30px;
}

.content b, .page-node-type-page .paragraph--type--webform b, .content strong, .page-node-type-page .paragraph--type--webform strong {
  font-weight: 700;
  font-style: normal;
}

.content--lgpady {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content--lgpadyb {
  padding-bottom: 120px !important;
}

.content--bgc02 .section-header h1, .content--bgc02 .section-header li, .content--bgc02 .section-header p {
  color: #fff;
}
.content--bgc02 h1 {
  color: #fff;
}

.orange h1, .Orange h1, .content--bgc02 li, .orange li, .Orange li, .content--bgc02 p, .orange p, .Orange p {
  color: #fff;
}

.content--bgc03 .section-header h1, .content--bgc03 .section-header li, .content--bgc03 .section-header p {
  color: #fff;
}
.content--bgc03 h1 {
  color: #fff;
}

.dark_blue h1, .Dark.blue h1, .content--bgc03 li, .dark_blue li, .Dark.blue li, .content--bgc03 p, .dark_blue p, .Dark.blue p {
  color: #fff;
}

.content--bgc10 .section-header h1, .content--bgc10 .section-header li, .content--bgc10 .section-header p {
  color: #fff;
}
.content--bgc10 h1, .content--bgc10 li, .content--bgc10 p {
  color: #fff;
}

.content--bgc02 h2, .orange h2, .Orange h2, .content--bgc03 h2, .dark_blue h2, .Dark.blue h2, .content--bgc10 h2 {
  color: #00a0e0;
}

.content--bgc02 figure.logo, .orange figure.logo, .Orange figure.logo, .content--bgc03 figure.logo, .dark_blue figure.logo, .Dark.blue figure.logo, .content--bgc09 figure.logo {
  border-color: #fff;
  background-color: #fff;
}

.Light.blue figure.logo, .Light.Blue figure.logo {
  border-color: #fff;
  background-color: #fff;
}

.content--bgc10 figure.logo, .content--bgc25 figure.logo, .content--bgg03 figure.logo, .white figure.logo {
  border-color: #fff;
  background-color: #fff;
}

.content--bgc02 figure.logo:after, .orange figure.logo:after, .Orange figure.logo:after, .content--bgc03 figure.logo:after, .dark_blue figure.logo:after, .Dark.blue figure.logo:after, .content--bgc09 figure.logo:after {
  border-color: #eff4f6;
}

.Light.blue figure.logo:after, .Light.Blue figure.logo:after {
  border-color: #eff4f6;
}

.content--bgc10 figure.logo:after, .content--bgc25 figure.logo:after, .content--bgg03 figure.logo:after, .white figure.logo:after {
  border-color: #eff4f6;
}

.content--bgc02, .orange, .Orange, .content--bgc02 h2.clothesline > span > span, .orange h2.clothesline > span > span, .Orange h2.clothesline > span > span {
  background-color: #faaf37;
}

.content--bgc03, .dark_blue, .Dark.blue, .content--bgc03 h2.clothesline > span > span, .dark_blue h2.clothesline > span > span, .Dark.blue h2.clothesline > span > span {
  background-color: #003268;
}

.content--bgc09 {
  background-color: #eff4f6;
}

.Light.blue, .Light.Blue {
  background-color: #eff4f6;
}

.content--bgc09 h2.clothesline > span > span {
  background-color: #eff4f6;
}

.Light.blue h2.clothesline > span > span, .Light.Blue h2.clothesline > span > span {
  background-color: #eff4f6;
}

.content--bgc09 ol.ol--custom li {
  border-bottom-color: #5fadd2;
}

.Light.blue ol.ol--custom li, .Light.Blue ol.ol--custom li {
  border-bottom-color: #5fadd2;
}

.content--bgc09 ol.ol--custom li:first-child {
  border-top-color: #5fadd2;
}

.Light.blue ol.ol--custom li:first-child, .Light.Blue ol.ol--custom li:first-child {
  border-top-color: #5fadd2;
}

.content--bgc10 {
  background-color: #5fadd2;
}
.content--bgc10 h2.clothesline > span > span {
  background-color: #5fadd2;
}

.content--bgc25 {
  background-color: #f3fafe;
}
.content--bgc25 h2.clothesline > span > span {
  background-color: #f3fafe;
}
.content--bgc25 ol.ol--custom li {
  border-bottom-color: #33b1e6;
}
.content--bgc25 ol.ol--custom li:first-child {
  border-top-color: #33b1e6;
}

.content--bgg03, .white, .content--bgg03 h2.clothesline > span > span, .white h2.clothesline > span > span {
  background-color: #f0f0f0;
}

.content--bggrad01 {
  background: #289fe3;
  background: -moz-linear-gradient(top, #288fd2 0%, #e4f7ff 45%, #e4f7ff 65%, #9fdaf6 100%);
  background: -webkit-linear-gradient(top, #288fd2 0%, #e4f7ff 45%, #e4f7ff 65%, #9fdaf6 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#288fd2), color-stop(45%, #e4f7ff), color-stop(65%, #e4f7ff), to(#9fdaf6));
  background: -o-linear-gradient(top, #288fd2 0%, #e4f7ff 45%, #e4f7ff 65%, #9fdaf6 100%);
  background: linear-gradient(to bottom, #288fd2 0%, #e4f7ff 45%, #e4f7ff 65%, #9fdaf6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#289fe3", endColorstr="#9fdaf6", GradientType=0);
}
.content--bggrad01 .section-header li, .content--bggrad01 .section-header p {
  color: #fff;
}

.content--arrd-c01:before, .content--arrd-c02:before, .content--arrd-c03:before, .content--arrd-c09:before, .content--arrd-c10:before, .content--arrd-g03:before, .content--arrd-wh:before, .content--arru-c01:after, .content--arru-c02:after, .content--arru-c09:after, .content--arru-c10:after, .content--arru-g03:after, .content--arru-wh:after, .content--ltarru-c01:after, .content--ltarru-c02:after, .content--ltarru-c09:after, .content--ltarru-c10:after, .content--ltarru-g03:after, .content--ltarru-wh:after, .content--tarru-c01:after, .content--tarru-c02:after, .content--tarru-c09:after, .content--tarru-c10:after, .content--tarru-g03:after, .content--tarru-wh:after {
  content: "";
  display: block;
  position: absolute;
  margin-left: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 4000;
}

.content--arrd-c01:before, .content--arrd-c02:before, .content--arrd-c03:before, .content--arrd-c09:before, .content--arrd-c10:before, .content--arrd-g03:before, .content--arrd-wh:before, .content--arru-c01:after, .content--arru-c02:after, .content--arru-c09:after, .content--arru-c10:after, .content--arru-g03:after, .content--arru-wh:after, .content--tarru-c01:after, .content--tarru-c02:after, .content--tarru-c09:after, .content--tarru-c10:after, .content--tarru-g03:after, .content--tarru-wh:after {
  left: 50%;
}

.content--ltarru-c01:after, .content--ltarru-c02:after, .content--ltarru-c09:after, .content--ltarru-c10:after, .content--ltarru-g03:after, .content--ltarru-wh:after {
  left: 17%;
}

.content--arrd-c01:before, .content--arrd-c02:before, .content--arrd-c03:before, .content--arrd-c09:before, .content--arrd-c10:before, .content--arrd-g03:before, .content--arrd-wh:before {
  top: 0;
  border-top: 30px solid #fff;
}

.content--arru-c01:after, .content--arru-c02:after, .content--arru-c09:after, .content--arru-c10:after, .content--arru-g03:after, .content--arru-wh:after {
  bottom: 0;
  border-bottom: 30px solid #fff;
}

.content--ltarru-c01:after, .content--ltarru-c02:after, .content--ltarru-c09:after, .content--ltarru-c10:after, .content--ltarru-g03:after, .content--ltarru-wh:after, .content--tarru-c01:after, .content--tarru-c02:after, .content--tarru-c09:after, .content--tarru-c10:after, .content--tarru-g03:after, .content--tarru-wh:after {
  top: -30px;
  border-bottom: 30px solid #fff;
}

.content--arrd-c01:before {
  border-top-color: #00a0e0;
}

.content--arrd-c02:before {
  border-top-color: #faaf37;
}

.content--arrd-c03:before {
  border-top-color: #003268;
}

.content--arrd-c09:before {
  border-top-color: #eff4f6;
}

.content--arrd-c10:before {
  border-top-color: #5fadd2;
}

.content--arrd-g03:before {
  border-top-color: #f0f0f0;
}

.content--arru-c01:after, .content--ltarru-c01:after, .content--tarru-c01:before {
  border-bottom-color: #00a0e0;
}

.content--arru-c02:after, .content--ltarru-c02:after, .content--tarru-c02:before {
  border-bottom-color: #faaf37;
}

.content--arru-c09:after, .content--ltarru-c09:after, .content--tarru-c09:before {
  border-bottom-color: #eff4f6;
}

.content--arru-c10:after, .content--ltarru-c10:after, .content--tarru-c10:before {
  border-bottom-color: #5fadd2;
}

.content--arru-g03:after, .content--ltarru-g03:after, .content--tarru-g03:before {
  border-bottom-color: #f0f0f0;
}

.content--barrd-c01, .content--barrd-c02, .content--barrd-c03, .content--barrd-c09, .content--barrd-g03, .content--barrd-wh {
  padding-bottom: 105px;
}

.content--barrd-c01:after, .content--barrd-c02:after, .content--barrd-c03:after, .content--barrd-c09:after, .content--barrd-g03:after, .content--barrd-wh:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  background-position: center bottom;
  background-repeat: no-repeat;
  z-index: 4000;
}

.content--barrd-c01.content--lgpady, .content--barrd-c02.content--lgpady, .content--barrd-c03.content--lgpady, .content--barrd-c09.content--lgpady, .content--barrd-g03.content--lgpady, .content--barrd-wh.content--lgpady {
  padding-bottom: 130px;
}

.content--barrd-c01.content--lgpadyb, .content--barrd-c02.content--lgpadyb, .content--barrd-c03.content--lgpadyb, .content--barrd-c09.content--lgpadyb, .content--barrd-g03.content--lgpadyb, .content--barrd-wh.content--lgpadyb {
  padding-bottom: 150px;
}

.content--barrd-c01:after {
  background-image: url("images/interface/bot-arr-down-c01.png");
}

.content--barrd-c02:after {
  background-image: url("images/interface/bot-arr-down-c02.png");
}

.content--barrd-c03:after {
  background-image: url("images/interface/bot-arr-down-c03.png");
}

.content--barrd-c09:after {
  background-image: url("images/interface/bot-arr-down-c09.png");
}

.content--barrd-g03:after {
  background-image: url("images/interface/bot-arr-down-g03.png");
}

.content--barrd-wh:after {
  background-image: url("images/interface/bot-arr-down-wh.png");
}

@media (max-width: 991px) {
  .content [class*=col-md]:not([class*=col-sm]) + [class*=col-md]:not([class*=col-sm]), .page-node-type-page .paragraph--type--webform [class*=col-md]:not([class*=col-sm]) + [class*=col-md]:not([class*=col-sm]) {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .content [class*=col-sm] + [class*=col-sm], .page-node-type-page .paragraph--type--webform [class*=col-sm] + [class*=col-sm] {
    margin-top: 50px;
  }
}
.cookie-policy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px 73px 14px 30px;
  color: #fff;
  background-color: rgba(64, 77, 82, 0.95);
  z-index: 12000;
  font-size: 14px;
  font-size: 0.93333rem;
}
.cookie-policy p {
  line-height: 30px;
}
.cookie-policy .more {
  display: inline-block;
  margin-left: 10px;
  padding: 8px 16px;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  color: #faaf37;
  background-color: #fff;
  font-weight: 700;
  font-style: normal;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.cookie-policy .more:hover {
  color: #fff;
  background-color: #faaf37;
}
.cookie-policy .close {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  border: none;
  outline: none;
  background-color: transparent;
  opacity: 0.5;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.cookie-policy .close i {
  font-size: 20px;
}
.cookie-policy .close:hover {
  opacity: 1;
}

.download-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.download-items ul li {
  display: inline-block;
  margin-right: 9px;
  margin-bottom: 9px;
}
.download-items ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #003268;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.download-items ul li a:hover {
  background-color: #00a0e0;
}

.embeded-tweet {
  margin: 30px 130px 30px 0;
  padding: 22px;
  border: 1px solid #cacaca;
}
.embeded-tweet header {
  position: relative;
  margin-bottom: 18px;
  padding-left: 38px;
}
.embeded-tweet header:before {
  content: "\f099";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  font-family: "FontAwesome";
  font-size: 26px;
  color: #00a0e0;
}
.embeded-tweet header .username {
  font-weight: 600;
  font-style: normal;
}
.embeded-tweet header .username a {
  text-decoration: none;
  color: #4c4c4c;
}
.embeded-tweet header .creation-date {
  margin-top: 0;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.embeded-tweet blockquote {
  line-height: 1.5em;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 1rem;
}
.embeded-tweet blockquote a {
  text-decoration: underline;
  color: #00a0e0;
}

@media (max-width: 991px) {
  .embeded-tweet {
    margin-right: 0;
  }
}
.event-details {
  display: none;
  position: relative;
}
.event-details .arrows-nav button {
  display: block;
  width: 36px;
  padding: 0;
  text-align: center;
  color: #003268;
  border: none;
  background: none;
}
.event-details button.close {
  display: block;
  width: 36px;
  padding: 0;
  text-align: center;
  color: #003268;
  border: none;
  background: none;
  position: absolute;
  right: 40px;
  top: 40px;
  font-size: 60px;
  z-index: 3000;
}
.event-details .arrows-nav {
  position: absolute;
  overflow: hidden;
  right: 40px;
  bottom: 40px;
}
.event-details .arrows-nav button {
  float: left;
  font-size: 40px;
}
.event-details .arrows-nav button + button {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .event-details .content:before, .event-details .page-node-type-page .paragraph--type--webform:before {
    content: none;
  }
  .page-node-type-page .event-details .paragraph--type--webform:before {
    content: none;
  }
  .event-details .halfcover:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #faaf37;
    z-index: 4000;
  }
}
.event-item-2020 {
  margin-bottom: 50px;
  background-color: #e1f3fc;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.event-item-2020 header {
  position: relative;
  padding-bottom: 30px;
}
.event-item-2020 header a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.event-item-2020 header figure {
  display: block;
}
.event-item-2020 header figure img {
  display: block;
  width: 100%;
  height: auto;
}
.event-item-2020 header .date-place {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  padding: 16px 20px 16px 30px;
  color: #fff;
  background-color: #003268;
}
.event-item-2020 header .date-place time {
  display: block;
  font-weight: 700;
  font-style: normal;
  font-size: 23px;
  font-size: 1.53333rem;
}
.event-item-2020 header .date-place p {
  text-transform: uppercase;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.event-item-2020--past header .date-place {
  background-color: #faaf37;
}

.event-item-2020__body {
  padding: 25px 30px 35px;
  color: #003268;
}
.event-item-2020__body h1, .event-item-2020__body h2 {
  line-height: 1.2em;
}
.event-item-2020__body h1 a {
  text-decoration: none;
}
.event-item-2020__body h2 {
  margin-bottom: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  font-size: 0.66667rem;
}
.event-item-2020__body h2 a {
  text-decoration: none;
  color: #00a0e0;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.event-item-2020__body h2 a:hover {
  color: #285087;
}
.event-item-2020__body h1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.6rem;
}
.event-item-2020__body h1 a {
  color: #003268;
}
.event-item-2020__body p.more {
  margin-top: 22px;
}

.event-item {
  padding: 16px 18px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.event-item header {
  position: relative;
}
.event-item header .more a, .event-item header h3 {
  text-transform: uppercase;
}
.event-item header h1 {
  position: relative;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  font-size: 1.6rem;
}
.event-item header h1:after {
  content: "";
  display: block;
  width: 15px;
  margin: 14px 0;
  border-bottom: 2px solid #00a0e0;
}
.event-item header h1 a {
  text-decoration: none;
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.event-item header h1 a:hover {
  color: #00a0e0;
}
.event-item header h2 {
  margin-bottom: 6px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 800;
  font-style: normal;
  font-size: 10px;
  font-size: 0.66667rem;
}
.event-item header h3 {
  margin-right: 100px;
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}
.event-item header .more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.event-item header .more a {
  display: block;
  width: 85px;
  padding: 6px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  font-size: 0.73333rem;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.event-item header .more a:hover {
  background-color: #003268;
}
.event-item footer {
  position: relative;
  margin-top: 13px;
  padding-top: 20px;
  padding-bottom: 45px;
  border-top: 1px solid #e5e4e4;
}
.event-item footer .sharethis {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .event-item footer {
    padding-bottom: 5px;
  }
  .event-item footer .sharethis {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 15px;
  }
}
.event-item--upcoming header h1:after {
  border-bottom-color: #faaf37;
}
.event-item--upcoming header h1 a:hover {
  color: #faaf37;
}
.event-item--upcoming header h2 {
  color: #faaf37;
}
.event-item--upcoming header .more a {
  background-color: #faaf37;
}

.event-item__body {
  display: none;
  margin-top: 16px;
}
.event-item__body figure {
  margin-bottom: 16px;
}
.event-item__body .chapter + .chapter {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #e5e4e4;
}
.event-item__body .chapter li, .event-item__body .chapter p {
  line-height: 1.3em;
}
.event-item__body .chapter ol + ol, .event-item__body .chapter ol + p, .event-item__body .chapter ol + ul {
  margin-top: 12px;
}
.event-item__body .chapter p + ol, .event-item__body .chapter p + p, .event-item__body .chapter p + ul {
  margin-top: 12px;
}
.event-item__body .chapter ul + ol, .event-item__body .chapter ul + p, .event-item__body .chapter ul + ul {
  margin-top: 12px;
}
.event-item__body .chapter p.title {
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}
.event-item__body .chapter p.title + ol, .event-item__body .chapter p.title + p, .event-item__body .chapter p.title + ul {
  margin-top: 2px;
}
.event-item__body .chapter img {
  max-width: 100%;
  height: auto;
}

figure img {
  width: 100%;
  height: auto;
}
figure.logo {
  position: relative;
  max-width: 100%;
  width: 320px;
  height: 245px;
  text-align: center;
  border: 1px solid #e5e4e4;
  background-color: #e5e4e4;
}
figure.logo:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
}
figure.logo img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  padding: 15px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
figure.video {
  position: relative;
  overflow: hidden;
}
figure.video:after {
  display: block;
  position: absolute;
  pointer-events: none;
}
figure.video:before {
  display: block;
  position: absolute;
  pointer-events: none;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent;
  background-image: -webkit-linear-gradient(top, rgba(30, 107, 175, 0.8) 20%, rgba(255, 255, 255, 0.2) 80%);
  background-image: -o-linear-gradient(top, rgba(30, 107, 175, 0.8) 20%, rgba(255, 255, 255, 0.2) 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(30, 107, 175, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.2)));
  background-image: linear-gradient(to bottom, rgba(30, 107, 175, 0.8) 20%, rgba(255, 255, 255, 0.2) 80%);
  background-repeat: repeat-x;
}
figure.video:after {
  content: "\e916";
  left: 50%;
  top: 50%;
  font-family: "epp-cor-icons";
  font-size: 62px;
  color: #fff;
  z-index: 3;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
figure.video img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
figure.video:hover img {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
figure.no-fit img {
  max-width: 100%;
  width: inherit;
}

@media (max-width: 991px) {
  .figures [class*=col-md] + [class*=col-md] {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .figures [class*=col-sm] + [class*=col-sm] {
    margin-top: 30px;
  }
}
.files-article h1 {
  font-weight: 800;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}
.files-article h2 {
  color: #285087;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.files-article h2 + * {
  margin-top: 20px;
}
.files-article .description p + ol, .files-article .description p + p, .files-article .description p + ul {
  margin-top: 15px;
}
.files-article .description ol li + li {
  margin-top: 5px;
}
.files-article .description ul {
  padding-left: 20px;
}
.files-article .description ul li + li {
  margin-top: 5px;
}
.files-article .description ol {
  padding-left: 30px;
}
.files-article ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.files-article ul.list li a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background-color: #003268;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.files-article ul.list li a:hover {
  background-color: #00a0e0;
}
.files-article + .files-article {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e4e4;
}

.filters {
  padding: 35px 0;
  text-align: center;
}
.filters button, .filters div, .filters input, .filters select {
  vertical-align: top;
}
.filters ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.filters ul li {
  display: inline-block;
  margin: 10px;
}
.filters ul li a {
  display: block;
  padding: 15px 35px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #00a0e0;
  border: 2px solid #00a0e0;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.filters ul li a:hover {
  color: #fff;
  background-color: #00a0e0;
}
.filters ul li.active a {
  color: #fff;
  background-color: #00a0e0;
}

@media (max-width: 767px) {
  .filters ul li {
    display: block;
    width: 100%;
  }
}
.filters--c02 ul li a {
  color: #faaf37;
  border-color: #faaf37;
}
.filters--c02 ul li a:hover {
  background-color: #faaf37;
}
.filters--c02 ul li.active a {
  background-color: #faaf37;
}

.filters--bgc10 {
  background-color: #5fadd2;
}
.filters--bgc10 ul li a {
  color: #fff;
  border-color: #fff;
}
.filters--bgc10 ul li a:hover {
  color: #5fadd2;
  background-color: #fff;
}
.filters--bgc10 ul li.active a {
  color: #5fadd2;
  background-color: #fff;
}

.filters--form-bgc07 .adv-input, .filters--form-bgc07 .customSelect, .filters--form-bgc07 button, .filters--form-bgc07 input[type=text] {
  margin-bottom: 30px;
}

.filters--form-bgwh .adv-input, .filters--form-bgwh .customSelect, .filters--form-bgwh button, .filters--form-bgwh input[type=text] {
  margin-bottom: 30px;
}

.filters--form-bgc07 input[type=text], .filters--form-bgwh input[type=text] {
  display: inline-block;
  min-width: 220px;
  height: 46px;
  margin-right: 30px;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 1.2em;
  background-color: #e1f3fc;
}

.filters--form-bgc07 .adv-input, .filters--form-bgwh .adv-input {
  height: 46px;
  margin-right: 30px;
}

.filters--form-bgc07 .adv-input input[type=text], .filters--form-bgwh .adv-input input[type=text] {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.filters--form-bgc07 .adv-input .fa {
  color: #00a0e0;
}

.filters--form-bgwh .adv-input .fa {
  color: #00a0e0;
}
.filters--form-bgwh input[type=text] {
  background-color: #fff;
}

.filters--form-bgc07 input[type=text] {
  background-color: #e1f3fc;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video.sixteennine {
  padding-top: 0;
  padding-bottom: 56.25%;
}
.flex-video embed, .flex-video iframe, .flex-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (max-device-width: 800px), only screen and (max-width: 767px), only screen and (width: 1280px) and (orientation: landscape) {
  .flex-video {
    padding-top: 0;
  }
}
.flying-content {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  border-bottom: 5px solid #00a0e0;
  color: #003268;
  background-color: #fff;
}
.flying-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 6000px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flying-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 6000px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background-color: #fff;
}
.flying-content:after {
  bottom: -5px;
  height: 5px;
  background-color: #00a0e0;
}
.flying-content .arrows-nav button {
  display: block;
  width: 36px;
  padding: 0;
  text-align: center;
  color: #003268;
  border: none;
  background: none;
}
.flying-content button.close {
  display: block;
  width: 36px;
  padding: 0;
  text-align: center;
  color: #003268;
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 56px;
  font-size: 60px;
  outline: none;
  z-index: 3000;
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.flying-content button.close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flying-content .arrows-nav {
  position: absolute;
  overflow: hidden;
  right: 30px;
  bottom: 30px;
}
.flying-content .arrows-nav button {
  float: left;
  font-size: 40px;
  outline: none;
}
.flying-content .arrows-nav button + button {
  margin-left: 8px;
}
.flying-content .titles-nav [class*=col-sm]:last-child {
  text-align: right;
}
.flying-content .tools {
  margin-top: 50px;
}
.flying-content .tools [class*=col-sm]:last-child {
  text-align: right;
}
.flying-content .tools .sharethis {
  margin-top: 6px;
}
.flying-content .titles-nav {
  margin-top: 40px;
}
.flying-content .titles-nav a {
  text-decoration: none;
  color: #003268;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}
.flying-content .titles-nav a:after, .flying-content .titles-nav a:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #00a0e0;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.flying-content .titles-nav a.prev:before {
  content: "\f0d9";
  margin-right: 8px;
}
.flying-content .titles-nav a.next:after {
  content: "\f0da";
  margin-left: 8px;
}
.flying-content .titles-nav a:hover.prev:before {
  -moz-transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}
.flying-content .titles-nav a:hover.next:after {
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.flying-content .collapsible {
  position: relative;
}
.flying-content .collapsible:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 6000px;
  height: 100%;
  background-color: #fff;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.flying-content .collapsible--bgc09:before {
  background-color: #eff4f6;
}
.flying-content .collapsible--bgc01:before {
  background-color: #00a0e0;
}
.flying-content .collapsible--bgc01 .collapsible__head a {
  color: #003268;
}
.flying-content .collapsible--bgc03:before {
  background-color: #003268;
}
.flying-content .collapsible--bgc03 .collapsible__head a {
  color: #fff;
}
.flying-content .collapsible__body {
  position: relative;
  overflow: hidden;
}
.flying-content .collapsible__head {
  position: relative;
  overflow: hidden;
}
.flying-content .collapsible__head a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.flying-content .collapsible__head a:hover {
  -moz-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  -o-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}
.flying-content .collapsible__body {
  display: none;
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  .flying-content .titles-nav, .flying-content .tools, .flying-content .titles-nav [class*=col-sm]:last-child, .flying-content .tools [class*=col-sm]:last-child {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .flying-content .titles-nav {
    text-align: center;
  }
  .flying-content .titles-nav [class*=col-sm] + [class*=col-sm] {
    margin-top: 6px;
  }
}
.flying-content--commission {
  background-color: #eff4f6;
  border-bottom: none;
}
.flying-content--commission:before {
  background-color: #eff4f6;
}
.flying-content--commission:after {
  content: none;
}
.flying-content--commission .flying-content__aside {
  padding-right: 60px;
}
.flying-content--commission .content, .flying-content--commission .page-node-type-page .paragraph--type--webform {
  background-color: #eff4f6;
}

.page-node-type-page .flying-content--commission .paragraph--type--webform {
  background-color: #eff4f6;
}

.flying-content--commission .coordinators h3 {
  margin-bottom: 12px;
  color: #00a0e0;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}
.flying-content--commission .coordinators img {
  margin-bottom: 8px;
}
.flying-content--commission .coordinators h4 {
  line-height: 1.4em;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}
.flying-content--commission .coordinators .more {
  margin-top: 25px;
}
.flying-content--commission .coordinators > div + div:before {
  content: "";
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 30px;
  width: 25px;
  border-top: 2px solid #00a0e0;
}
.flying-content--commission .footer-buttons {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d9dee2;
}
.flying-content--commission .sharethis {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dee2;
  border-bottom: 1px solid #d9dee2;
}
.flying-content--commission .related-members .collapsible__body {
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .flying-content--commission .flying-content__aside {
    padding-right: 0;
    text-align: left;
  }
}
.flying-content--opinion .content:before, .flying-content--opinion .page-node-type-page .paragraph--type--webform:before {
  content: "";
  display: block;
  position: absolute;
  left: 360px;
  top: 0;
  width: 8px;
  height: 100%;
  background: url("images/interface/fc-vshad.png") repeat-y scroll left top;
}

.page-node-type-page .flying-content--opinion .paragraph--type--webform:before {
  content: "";
  display: block;
  position: absolute;
  left: 360px;
  top: 0;
  width: 8px;
  height: 100%;
  background: url("images/interface/fc-vshad.png") repeat-y scroll left top;
}

.flying-content--opinion .flying-content__aside {
  padding-right: 50px;
}
.flying-content--opinion .flying-content__body .titles-nav, .flying-content--opinion .flying-content__body .tools {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e8edf1;
}

@media (max-width: 1199px) {
  .flying-content--opinion .content:before, .flying-content--opinion .page-node-type-page .paragraph--type--webform:before {
    left: 293px;
  }
  .page-node-type-page .flying-content--opinion .paragraph--type--webform:before {
    left: 293px;
  }
  .flying-content--opinion .flying-content__aside {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .flying-content--opinion .content:before, .flying-content--opinion .page-node-type-page .paragraph--type--webform:before {
    content: none;
  }
  .page-node-type-page .flying-content--opinion .paragraph--type--webform:before {
    content: none;
  }
  .flying-content--opinion .flying-content__aside {
    padding-right: 0;
  }
}
.flying-content--priority .flying-content__aside .buttons {
  margin-bottom: 25px;
  text-align: left;
}
.flying-content--priority .flying-content__aside .buttons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flying-content--priority .flying-content__aside .buttons ul li a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 50px;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.flying-content--priority .flying-content__aside .buttons ul li a:before {
  display: block;
  position: absolute;
  left: 16px;
  top: 50%;
  font-family: "epp-cor-icons";
  font-size: 16px;
  font-weight: 400;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flying-content--priority .flying-content__aside .buttons ul li.file a {
  color: #fff;
  background-color: #003268;
}
.flying-content--priority .flying-content__aside .buttons ul li.file a:before {
  content: "\e921";
}
.flying-content--priority .flying-content__aside .buttons ul li.file a:hover {
  background-color: #99d9f3;
}
.flying-content--priority .flying-content__aside .buttons ul li.link a {
  color: #003268;
  background-color: #99d9f3;
}
.flying-content--priority .flying-content__aside .buttons ul li.link a:before {
  content: "\e920";
}
.flying-content--priority .flying-content__aside .buttons ul li.link a:hover {
  background-color: #33b1e6;
}
.flying-content--priority .flying-content__aside .buttons ul li + li {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .flying-content {
    float: none;
    margin-top: 60px;
    padding-top: 40px;
  }
}
.flying-content__aside {
  padding-left: 15px;
  padding-right: 20px;
  text-align: right;
}
.flying-content__aside time {
  display: block;
  margin-bottom: 35px;
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  font-size: 1.6rem;
}
.flying-content__aside figure {
  margin-bottom: 40px;
  background-color: #f0f0f0;
}
.flying-content__aside .author {
  margin-bottom: 40px;
}
.flying-content__aside .author h3 {
  margin-top: 8px;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}
.flying-content__aside .author .position {
  margin-top: 0;
}
.flying-content__aside .author .more {
  margin-top: 30px;
}
.flying-content__aside blockquote {
  padding-left: 110px;
}
.flying-content__aside blockquote p {
  font-size: 20px;
  font-size: 1.33333rem;
}
.flying-content__aside .socials {
  overflow: hidden;
}
.flying-content__aside .socials ul {
  overflow: hidden;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.flying-content__aside .socials ul li {
  float: left;
}
.flying-content__aside .socials ul li + li {
  margin-left: 6px;
  margin-top: 0;
}
.flying-content__aside .socials ul li a {
  display: block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.flying-content__aside .socials ul li.twitter a {
  background-color: #60aed3;
}
.flying-content__aside .socials ul li.facebook a {
  background-color: #4672cc;
}
.flying-content__aside .socials ul li.youtube a {
  background-color: #e41d2a;
}
.flying-content__aside .socials ul li.linkedin a {
  background-color: #3894bf;
}
.flying-content__aside .socials ul li.instagram a {
  background-color: #e66f20;
}
.flying-content__aside .socials ul li.flickr a {
  background-color: #fc1688;
}
.flying-content__aside .socials ul li.pinterest a {
  background-color: #cb2027;
}
.flying-content__aside .socials ul li.google-plus a {
  background-color: #e42125;
}
.flying-content__aside .socials ul li.tumblr a {
  background-color: #34465d;
}
.flying-content__aside .socials ul li.globe a {
  background-color: #003268;
}

@media (max-width: 991px) {
  .flying-content__aside blockquote {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .flying-content__aside {
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e4e4;
  }
}
.flying-content__body {
  padding-right: 15px;
  padding-bottom: 30px;
}
.flying-content__body h2 {
  margin-right: 70px;
}
.flying-content__body .description a {
  text-decoration: none;
  color: #003268;
  font-weight: 600;
  font-style: normal;
}
.flying-content__body .progression, .flying-content__body .quotes, .flying-content__body .related-commissions {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e8edf1;
}
.flying-content__body .progression h4, .flying-content__body .related-commissions h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.flying-content__body .progression__items {
  overflow: hidden;
}
.flying-content__body .progression__items > div {
  position: relative;
  float: left;
  width: 156px;
}
.flying-content__body .progression__items > div .body {
  height: 150px;
  padding: 15px;
  color: #d4e0e9;
  background-color: #036a9d;
}
.flying-content__body .progression__items > div .body .step {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.flying-content__body .progression__items > div .body .step span {
  margin-left: 4px;
  font-size: 40px;
  font-size: 2.66667rem;
}
.flying-content__body .progression__items > div .body .title, .flying-content__body .progression__items > div .body .page-footer ul.menu li {
  margin-top: 5px;
  line-height: 1.2em;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-footer ul.menu .flying-content__body .progression__items > div .body li {
  margin-top: 5px;
  line-height: 1.2em;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.flying-content__body .progression__items > div .status {
  display: block;
  padding: 7px 15px;
  line-height: 1em;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  color: #4c4c4c;
  background-color: #ecf1fa;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}
.flying-content__body .progression__items > div + div {
  width: 192px;
  margin-top: 0;
  padding-left: 37px;
}
.flying-content__body .progression__items > div + div:before {
  content: "";
  display: block;
  position: absolute;
  left: 11px;
  top: 50%;
  width: 16px;
  height: 30px;
  margin-top: -15px;
  background: url("images/interface/arrow-right-thin-blue.svg") no-repeat scroll center;
}
.flying-content__body .progression__items > div.active .body {
  color: #b1b8bf;
  background-color: #dde7f0;
}
.flying-content__body .progression__items > div.current .body {
  color: #fff;
  background-color: #faaf37;
}
.flying-content__body .progression__items > div.current + div:before {
  background-image: url("images/interface/arrow-right-thin-orange.svg");
}
.flying-content__body .related-commissions .item + .item {
  margin-top: 10px;
}
.flying-content__body .related-commissions .item a {
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 40px;
  line-height: 30px;
  text-decoration: none;
  color: #003268;
  background-color: #f0f0f0;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.flying-content__body .related-commissions .item a:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  font-family: "Ionicons";
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #00a0e0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flying-content__body .related-commissions .item a:hover {
  background-color: #00a0e0;
}
.flying-content__body .quotes {
  overflow: hidden;
}
.flying-content__body .quotes > div + div {
  margin-top: 30px;
}
.flying-content__body .quotes blockquote img {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.flying-content__body .quotes blockquote p {
  line-height: 1.3em;
  font-size: 17px;
  font-size: 1.13333rem;
}
.flying-content__body .quotes .author {
  margin-top: 18px;
  font-size: 13px;
  font-size: 0.86667rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .flying-content__body .progression__items > div {
    width: 121px;
  }
  .flying-content__body .progression__items > div .body {
    height: 175px;
  }
  .flying-content__body .progression__items > div + div {
    width: 160px;
    padding-left: 39px;
  }
  .flying-content__body .progression__items > div + div:before {
    left: 12px;
  }
}
@media (max-width: 991px) {
  .flying-content__body .progression__items > div {
    float: none;
    width: 100%;
  }
  .flying-content__body .progression__items > div .body {
    height: 105px;
  }
  .flying-content__body .progression__items > div + div {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .flying-content__body .progression__items > div + div:before {
    left: 50%;
    top: 20px;
    width: 30px;
    height: 16px;
    margin-left: -15px;
    margin-top: -8px;
    background-image: url("images/interface/arrow-down-thin-blue.svg");
  }
  .flying-content__body .progression__items > div.current + div:before {
    background-image: url("images/interface/arrow-down-thin-orange.svg");
  }
}
@media (max-width: 767px) {
  .flying-content__body .progression__items > div .body {
    height: 125px;
  }
}
@media (max-width: 767px) {
  .flying-content__body .related-commissions .item a {
    padding: 6px 10px;
    line-height: 1.4em;
  }
  .flying-content__body .related-commissions .item a:after {
    content: none;
  }
}
form .form-control {
  border: none;
}
form input[type=email], form input[type=password], form input[type=search], form input[type=tel], form input[type=text] {
  border: none;
}
form textarea {
  border: none;
}
form .form-control:focus {
  border: none;
  outline: none;
}
form input[type=email]:focus, form input[type=password]:focus, form input[type=search]:focus, form input[type=tel]:focus, form input[type=text]:focus {
  border: none;
  outline: none;
}
form textarea:focus {
  border: none;
  outline: none;
}
form .form-control {
  padding: 12px 16px;
  text-align: left;
}
form .form-success {
  display: block;
  margin-top: 15px;
  color: #26a565;
}
form .form-success.dark {
  color: #380600;
}
form .form-error {
  display: block;
  margin-top: 15px;
  color: #e74c3c;
  font-weight: 500;
  font-style: normal;
}
form .form-error.dark {
  color: #380600;
}
form .form-caption {
  margin-top: 40px;
  font-size: 11px;
  font-size: 0.73333rem;
}
form .adv-input {
  display: inline-block;
  position: relative;
}
form .adv-input input {
  padding-right: 36px;
}
form .adv-input .fa {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 36px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
form input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
form textarea {
  resize: vertical;
}
form input[type=submit] {
  margin-top: 15px;
  -webkit-appearance: none;
}
form .form-control.has-error {
  border: 3px solid #e74c3c;
}
form .form-control.has-success {
  border: 3px solid #26a565;
}
form input[name=astro] {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  line-height: 0;
  border: none;
  opacity: 0;
}
form.form--white .form-control {
  border: 2px solid #d3d3d3;
}

@media (max-width: 767px) {
  form .form-group [class*=col-sm] + [class*=col-sm] {
    margin-top: 15px;
  }
}
.page-node-type-page form .form-control, form.form--white input[type=email], .page-node-type-page form input[type=email], form.form--white input[type=password], .page-node-type-page form input[type=password], form.form--white input[type=search], .page-node-type-page form input[type=search], form.form--white input[type=tel], .page-node-type-page form input[type=tel], form.form--white input[type=text], .page-node-type-page form input[type=text], form.form--white textarea, .page-node-type-page form textarea {
  border: 2px solid #d3d3d3;
}

form.form--white input[type=submit], .page-node-type-page form input[type=submit] {
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

form.form--white input[type=submit]:hover, .page-node-type-page form input[type=submit]:hover {
  opacity: 0.7;
}

form.form--inline {
  text-align: center;
}
form.form--inline div, form.form--inline input[type=submit] {
  display: inline-block;
  vertical-align: top;
}
form.form--inline div + div, form.form--inline div + input[type=submit] {
  margin-left: 15px;
}
form.form--inline input[type=submit] {
  margin-top: 0;
}
form.form--inline input[type=submit] + div, form.form--inline input[type=submit] + input[type=submit] {
  margin-left: 15px;
}

@media (max-width: 767px) {
  form.form--inline div, form.form--inline input[type=submit] {
    display: block;
    width: 100% !important;
  }
  form.form--inline div + div, form.form--inline div + input[type=submit] {
    margin-left: 0;
    margin-top: 15px;
  }
  form.form--inline input[type=submit] + div, form.form--inline input[type=submit] + input[type=submit] {
    margin-left: 0;
    margin-top: 15px;
  }
  form.form--inline .form-control {
    text-align: center;
  }
}
.fs-video {
  display: block;
  position: fixed;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 11000;
}
.fs-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fs-video button.close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background: #003268;
  z-index: 11001;
}

#gmap, .google-map {
  background-color: #e1f3fc;
}

#gmap .gm-style-cc, #gmap .gmnoscreen, #gmap a {
  display: none !important;
}

.google-map .gm-style-cc, .google-map .gmnoscreen, .google-map a {
  display: none !important;
}

#gmap .infoBox a, .google-map .infoBox a {
  display: block !important;
}

.halfcover {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 2000;
}
.halfcover .google-map {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.halfcover--arrl-c01:after, .halfcover--arrl-c02:after, .halfcover--arrl-c03:after, .halfcover--arrl-c09:after, .halfcover--arrl-g03:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: url("images/interface/mid-arr-left-c01.png") no-repeat scroll center;
}

.halfcover--arrl-c01:after {
  background-image: url("images/interface/mid-arr-left-c01.png");
}

.halfcover--arrl-c02:after {
  background-image: url("images/interface/mid-arr-left-c02.png");
}

.halfcover--arrl-c03:after {
  background-image: url("images/interface/mid-arr-left-c03.png");
}

.halfcover--arrl-c09:after {
  background-image: url("images/interface/mid-arr-left-c09.png");
}

.halfcover--arrl-g03:after {
  background-image: url("images/interface/mid-arr-left-g03.png");
}

@media (max-width: 767px) {
  .halfcover {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 430px;
  }
  .halfcover--arrl-c01:after, .halfcover--arrl-c02:after, .halfcover--arrl-c03:after, .halfcover--arrl-c09:after, .halfcover--arrl-g03:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 30px;
    background-image: url("images/interface/bot-arr-down-c09.png");
  }
}
.halfcover__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 75px 112px 0 0;
  background-color: rgba(0, 50, 104, 0.5);
}
.halfcover__overlay .infos {
  float: right;
  width: 443px;
  color: #fff;
}
.halfcover__overlay .infos h2 {
  font-size: 50px;
  font-size: 3.33333rem;
}
.halfcover__overlay .infos h3 {
  margin-bottom: 5px;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .halfcover__overlay .infos {
    width: 343px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .halfcover__overlay .infos {
    width: 233px;
  }
}
@media (max-width: 767px) {
  .halfcover__overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
  .halfcover__overlay .infos {
    float: none;
    width: 100%;
    text-align: center;
  }
  .halfcover__overlay .infos h2 {
    font-size: 38px;
    font-size: 2.53333rem;
  }
  .halfcover__overlay .infos h3 {
    font-size: 24px;
    font-size: 1.6rem;
  }
}
.infoBox {
  -webkit-box-shadow: 0 0 5px 3px rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 5px 3px rgba(43, 43, 43, 0.1);
}
.infoBox .close {
  right: 10px;
  top: 10px;
  width: 10px;
  height: 10px;
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.infoBox .close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.infoBox .bubble {
  width: 330px;
}
.infoBox .bubble__header {
  padding: 6px 12px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
  background: #00a0e0;
  background: -moz-linear-gradient(top, #00b2ff 0%, #007db3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00b2ff), color-stop(100%, #007db3));
  background: -webkit-linear-gradient(top, #00b2ff 0%, #007db3 100%);
  background: -o-linear-gradient(top, #00b2ff 0%, #007db3 100%);
  background: -ms-linear-gradient(top, #00b2ff 0%, #007db3 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#00b2ff), to(#007db3));
  background: linear-gradient(to bottom, #00b2ff 0%, #007db3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$top", endColorstr="$bottom", GradientType=0);
}
.infoBox .bubble__body {
  position: relative;
  padding: 16px 16px 20px;
  text-align: center;
  background-color: #fff;
}
.infoBox .bubble__body:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -17px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 20px solid #fff;
}
.infoBox .bubble__body p {
  line-height: 1.2em;
}
.infoBox .bubble__body p.category {
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #00a0e0;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 10px;
  font-size: 0.66667rem;
}
.infoBox .bubble__body p.title {
  margin-bottom: 12px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}
.infoBox .bubble__body p a {
  display: inline-block;
  width: 96px;
  padding: 6px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  font-size: 0.66667rem;
}
.infoBox .bubble__body p a span {
  display: block;
  position: relative;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.infoBox .bubble__body p a span:after {
  content: "\f3d6";
  display: inline-block;
  position: absolute;
  font-family: "Ionicons";
  font-size: 22px;
  opacity: 0;
  -moz-transform: translateX(-12px);
  -webkit-transform: translateX(-12px);
  -o-transform: translateX(-12px);
  -ms-transform: translateX(-12px);
  transform: translateX(-12px);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.infoBox .bubble__body p a:hover span {
  -moz-transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
  -o-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}
.infoBox .bubble__body p a:hover span:after {
  opacity: 1;
  -moz-transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
}

.infoBox--upcoming .bubble__header {
  background: #faaf37;
  background: -moz-linear-gradient(top, #fbba3e 0%, #f69f29 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbba3e), color-stop(100%, #f69f29));
  background: -webkit-linear-gradient(top, #fbba3e 0%, #f69f29 100%);
  background: -o-linear-gradient(top, #fbba3e 0%, #f69f29 100%);
  background: -ms-linear-gradient(top, #fbba3e 0%, #f69f29 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fbba3e), to(#f69f29));
  background: linear-gradient(to bottom, #fbba3e 0%, #f69f29 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$top", endColorstr="$bottom", GradientType=0);
}
.infoBox--upcoming .bubble__body p.category {
  color: #faaf37;
}
.infoBox--upcoming .bubble__body p a {
  background-color: #faaf37;
}

.items-group .items:after, .items-group .items:before {
  content: "";
  display: table;
}
.items-group .items:after {
  clear: both;
}

.job-item {
  position: relative;
  padding: 12px 85px 12px 30px;
  color: #fff;
  background-color: #00a0e0;
  cursor: pointer;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.job-item:after {
  content: "\f489";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  font-family: "Ionicons";
  font-size: 54px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.job-item:hover {
  background-color: rgba(0, 160, 224, 0.7);
}
.job-item + .job-item {
  margin-top: 15px;
}
.job-item p {
  padding-right: 120px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.job-item p .place {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}
.job-item.open:after {
  -moz-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -webkit-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(0) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(0) translateY(-50%) rotate(-45deg);
  transform: translateX(0) translateY(-50%) rotate(-45deg);
}

.job-item__share {
  display: block;
  position: absolute;
  right: 90px;
  top: 12px;
}
.job-item__share ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.job-item__share ul li {
  float: left;
}
.job-item__share ul li + li {
  margin-top: 0;
}
.job-item__share ul li a {
  padding: 0 10px;
  line-height: 1.5em;
  text-decoration: none;
  color: #fff !important;
  font-size: 20px;
  font-size: 1.33333rem;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.job-item__share ul li a:hover {
  color: #003268;
}

.job-details {
  display: none;
}
.job-details + .job-item {
  margin-top: 15px;
}
.job-details .content, .job-details .page-node-type-page .paragraph--type--webform {
  padding: 60px;
}

.page-node-type-page .job-details .paragraph--type--webform {
  padding: 60px;
}

.job-details .content h2, .job-details .page-node-type-page .paragraph--type--webform h2 {
  display: none;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-node-type-page .job-details .paragraph--type--webform h2 {
  display: none;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.job-details .content h2 .place, .job-details .page-node-type-page .paragraph--type--webform h2 .place {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}

.page-node-type-page .job-details .paragraph--type--webform h2 .place {
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}

.medias-item {
  position: relative;
  height: 230px;
  margin-bottom: 30px;
  padding: 30px 18px 90px;
  text-align: center;
  color: #fff;
  background-color: #353535;
}
.medias-item .cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.4;
  -webkit-filter: grayscale(0.5);
  -moz-filter: grayscale(0.5);
  -o-filter: grayscale(0.5);
  -ms-filter: grayscale(0.5);
  filter: grayscale(0.5);
  -webkit-filter: gray;
  filter: gray;
}
.medias-item h1 {
  position: relative;
  line-height: 1.2em;
}
.medias-item h2 {
  position: relative;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-weight: 500;
  font-style: normal;
}
.medias-item h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 16px;
  margin-left: -8px;
  border-top: 1px solid #fff;
}
.medias-item h1 {
  font-weight: 800;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.medias-item h1.medium {
  font-weight: 500;
  font-style: normal;
}
.medias-item a {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 130px;
  margin-left: -65px;
  padding: 7px 10px;
  line-height: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #00a0e0;
  background-color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.medias-item a:hover {
  color: #fff;
  background-color: #00a0e0;
}
.medias-item a.play {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  padding: 0;
  line-height: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.medias-item a.play i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 22px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.medias-item--videos {
  background-color: #003268;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .medias-item {
    height: 280px;
  }
}
.modal--files .modal-body {
  text-align: center;
}
.modal--files .modal-body .chapter + .chapter {
  margin-top: 70px;
}
.modal--files .modal-body .subtitle {
  color: #00a0e0;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}
.modal--files .modal-body .download {
  margin-top: 32px;
}

@media (min-width: 768px) {
  .modal--files .modal-dialog {
    width: 80%;
  }
}
.modal--share .modal-body {
  text-align: center;
}
.modal--share .modal-body ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal--share .modal-body ul:after, .modal--share .modal-body ul:before {
  content: "";
  display: table;
}
.modal--share .modal-body ul:after {
  clear: both;
}
.modal--share .modal-body ul li {
  float: left;
}
.modal--share .modal-body ul li + li {
  margin-left: 6px;
}
.modal--share .modal-body ul li a {
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.modal--share .modal-body ul li.twitter a {
  background-color: #60aed3;
}
.modal--share .modal-body ul li.facebook a {
  background-color: #4672cc;
}
.modal--share .modal-body ul li.linkedin a {
  background-color: #3894bf;
}
.modal--share .modal-body ul li.pinterest a {
  background-color: #cb2027;
}

.modal-content {
  border-bottom: 7px solid #00a0e0;
}

.modal-header {
  text-align: right;
}
.modal-header button.close {
  display: inline-block;
  width: 36px;
  padding: 0;
  font-size: 60px;
  text-align: center;
  color: #003268;
  border: none;
  background: none;
}

.modal-body .title, .modal-body .page-footer ul.menu li {
  margin-bottom: 40px;
  text-align: center;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.page-footer ul.menu .modal-body li {
  margin-bottom: 40px;
  text-align: center;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.modal-body .title:before, .modal-body .page-footer ul.menu li:before {
  content: "- ";
}

.page-footer ul.menu .modal-body li:before {
  content: "- ";
}

.modal-body .title:after, .modal-body .page-footer ul.menu li:after {
  content: " -";
}

.page-footer ul.menu .modal-body li:after {
  content: " -";
}

.modal-body .form-confirmation {
  text-align: center;
}
.modal-body .form-confirmation p {
  font-size: 20px;
  font-size: 1.33333rem;
}

.main-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  z-index: 10001;
  -webkit-box-shadow: 0 0 5px 0 rgba(126, 126, 126, 0.2);
  box-shadow: 0 0 5px 0 rgba(126, 126, 126, 0.2);
  -webkit-transition: border-bottom-color 0.25s linear, background-color 0.25s linear;
  -moz-transition: border-bottom-color 0.25s linear, background-color 0.25s linear;
  -ms-transition: border-bottom-color 0.25s linear, background-color 0.25s linear;
  -o-transition: border-bottom-color 0.25s linear, background-color 0.25s linear;
  transition: border-bottom-color 0.25s linear, background-color 0.25s linear;
}
.main-nav .logo {
  position: absolute;
  left: 15px;
  top: 0;
  width: 240px;
  height: 138px;
  padding: 38px 16px;
  background-color: #003268;
  z-index: 9901;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.main-nav .logo.has-bg {
  background-image: url("images/interface/logo-bg.png");
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
}
.main-nav .logo a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -6000px;
  background: url("images/interface/logo.svg") no-repeat scroll center;
  background-size: contain;
}
.main-nav .eu-union-cor {
  position: absolute;
  left: 15px;
  top: 0;
  width: 130px;
  height: 75px;
  padding: 10px;
  background-color: #fff;
  opacity: 0;
  z-index: 9900;
  -webkit-transition: left 0.25s ease, opacity 0.25s ease;
  -moz-transition: left 0.25s ease, opacity 0.25s ease;
  -ms-transition: left 0.25s ease, opacity 0.25s ease;
  -o-transition: left 0.25s ease, opacity 0.25s ease;
  transition: left 0.25s ease, opacity 0.25s ease;
}
.main-nav .eu-union-cor a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -6000px;
  background: url("images/interface/european-union-cor.svg") no-repeat scroll center;
  background-size: contain;
}
.main-nav nav {
  float: right;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.main-nav nav ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0 50px 0 0;
}
.main-nav nav ul li {
  float: left;
}
.main-nav nav ul li + li {
  margin-left: 50px;
}
.main-nav nav ul li a {
  display: block;
  position: relative;
  line-height: 75px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-transition: color 0.35s linear;
  -moz-transition: color 0.35s linear;
  -ms-transition: color 0.35s linear;
  -o-transition: color 0.35s linear;
  transition: color 0.35s linear;
}
.main-nav nav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 3px solid #003268;
  -moz-transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.main-nav nav ul li a:hover {
  color: #003268;
}
.main-nav nav ul li a:hover:before {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-nav nav ul li.active a {
  color: #faaf37;
}
.main-nav nav ul li.active a:before {
  border-top: 3px solid #faaf37;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.main-nav.search-open .eu-union-cor, .main-nav.search-open .logo, .main-nav.search-open ul {
  opacity: 0 !important;
}
.main-nav.small {
  border-bottom-color: #003268;
  background-color: #003268;
}
.main-nav.small .logo {
  width: 130px;
  height: 75px;
  padding: 21px 12px;
}
.main-nav.small .eu-union-cor {
  left: 145px;
  opacity: 1;
}
.main-nav.small nav ul li:not(.active) a {
  color: #fff;
}
.main-nav.small nav ul li:not(.active) a:hover {
  color: #5fadd2;
}
.main-nav.transparent {
  height: 56px;
  border-bottom: none !important;
  background-color: transparent !important;
  pointer-events: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-nav.transparent .eu-union-cor {
  width: 97px;
  height: 56px;
}
.main-nav.transparent nav ul li a {
  line-height: 56px;
}
.main-nav.transparent .main-nav__menubtn {
  width: 56px;
  height: 56px;
  padding: 0 13.5px;
  background-color: transparent;
  pointer-events: auto;
}
.main-nav.transparent .main-nav__menubtn i {
  -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-nav .logo {
    width: 204px;
    height: 117px;
    padding: 22px 27px;
  }
  .main-nav nav ul li + li {
    margin-left: 35px;
  }
}
@media (max-width: 991px) {
  .main-nav nav .navbar-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-nav {
    height: 60px;
  }
  .main-nav .logo {
    width: 180px;
    height: 104px;
    padding: 20px 24px;
  }
  .main-nav .eu-union-cor {
    width: 104px;
    height: 60px;
  }
  .main-nav.small .logo {
    width: 104px;
    height: 60px;
  }
  .main-nav.small .eu-union-cor {
    left: 119px;
  }
}
@media (min-width: 1199px) and (max-width: 1325px) {
  .main-nav nav {
    margin-right: 75px;
  }
  .main-nav .search-nav {
    right: 90px;
  }
  .main-nav .search-nav.open {
    width: 1065px;
  }
}
@media (min-width: 991px) and (max-width: 1125px) {
  .main-nav nav {
    margin-right: 75px;
  }
  .main-nav nav ul li + li {
    margin-left: 25px;
  }
  .main-nav .search-nav {
    right: 90px;
  }
  .main-nav .search-nav.open {
    width: 865px;
  }
}
.main-nav__menubtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 75px;
  height: 75px;
  padding: 0 23px;
  text-align: right;
  border: none;
  outline: none;
  background-color: #faaf37;
  z-index: 9902;
  -webkit-transition: width 0.35s ease, background-color 0.35s linear;
  -moz-transition: width 0.35s ease, background-color 0.35s linear;
  -ms-transition: width 0.35s ease, background-color 0.35s linear;
  -o-transition: width 0.35s ease, background-color 0.35s linear;
  transition: width 0.35s ease, background-color 0.35s linear;
}
.main-nav__menubtn.open {
  background-color: #e5e4e4 !important;
}

@media (max-width: 767px) {
  .main-nav__menubtn {
    width: 60px;
    height: 60px;
    padding: 0 15.5px;
  }
}
.search-nav {
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: 20px;
  width: 50px;
  height: 36px;
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.search-nav .search-nav__btns {
  position: absolute;
  height: 36px;
}
.search-nav form {
  position: absolute;
  height: 36px;
  display: none;
  left: 0;
  top: 0;
  width: 1090px;
}
.search-nav form input[type=text] {
  display: block;
  width: 100%;
  padding: 6px 0;
  border: none;
  border-bottom: 1px solid #e5e4e4;
}
.search-nav form input[type=text]:focus {
  outline: none;
}
.search-nav.negative .search-nav__btns button {
  color: #fff;
}
.search-nav.negative form input[type=text] {
  color: #fff;
  background-color: transparent;
}
.search-nav.open {
  width: 1140px;
}
.search-nav.open form {
  display: block;
}
.search-nav.open .search-nav__btns button {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media (max-width: 1199px) {
  .search-nav form {
    width: 882px;
  }
}
@media (max-width: 1199px) {
  .search-nav.open {
    width: 932px;
  }
}
.search-nav__btns {
  overflow: hidden;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
}
.search-nav__btns button {
  display: block;
  float: right;
  width: 50px;
  height: 36px;
  margin: 0;
  padding: 0;
  text-align: right;
  border: none;
  outline: none;
  background: none;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.tools-nav {
  min-height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #33b1e6;
}
.tools-nav.fixed {
  position: fixed;
  left: 0;
  top: 75px;
  width: 100%;
  z-index: 10000;
}

@media (max-width: 991px) {
  .tools-nav .breadcrumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .tools-nav.fixed {
    top: 60px;
  }
}
.tools-nav__socials {
  position: absolute;
  overflow: hidden;
  right: 15px;
  top: 0;
  font-weight: 600;
  font-style: normal;
}
.tools-nav__socials .get-social {
  float: left;
}
.tools-nav__socials .share-this {
  float: left;
  padding: 0 12px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.tools-nav__socials .share-this a {
  text-decoration: none;
  color: #fff;
}
.tools-nav__socials .share-this a:before {
  content: "\f064  ";
  font-family: "FontAwesome";
  font-size: 12px;
}
.tools-nav__socials .get-social {
  overflow: hidden;
}
.tools-nav__socials .get-social span, .tools-nav__socials .get-social ul {
  float: left;
}
.tools-nav__socials .get-social span {
  padding: 0 28px;
}
.tools-nav__socials .get-social ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tools-nav__socials .get-social ul li {
  float: left;
}
.tools-nav__socials .get-social ul li a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.tools-nav__socials .get-social ul li.twitter a:hover {
  background-color: #60aed3;
}
.tools-nav__socials .get-social ul li.facebook a:hover {
  background-color: #4672cc;
}
.tools-nav__socials .get-social ul li.googleplus a:hover {
  background-color: #e42125;
}
.tools-nav__socials .get-social ul li.youtube a:hover {
  background-color: #e41d2a;
}
.tools-nav__socials .get-social ul li.linkedin a:hover {
  background-color: #3894bf;
}
.tools-nav__socials .get-social ul li.instagram a:hover {
  background-color: #e66f20;
}
.tools-nav__socials .get-social ul li.flickr a:hover {
  background-color: #fc1688;
}
.tools-nav__socials .get-social ul li.issuu a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background: url("images/interface/icon-issuu.svg") no-repeat scroll center;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.tools-nav__socials .get-social ul li.issuu a:hover {
  background-color: #ed5225;
}

@media (max-width: 991px) {
  .tools-nav__socials {
    position: relative;
    right: auto;
    top: auto;
  }
  .tools-nav__socials .share-this {
    padding: 0;
    border-left: none;
    border-right: none;
  }
  .tools-nav__socials .get-social {
    float: right;
  }
}
@media (max-width: 767px) {
  .tools-nav__socials .share-this {
    float: none;
    text-align: right;
  }
  .tools-nav__socials .get-social {
    display: none;
  }
}
.section-nav {
  overflow: hidden;
  height: 50px;
  text-align: center;
  border-bottom: 1px solid #e5e4e4;
  background-color: #fff;
}
.section-nav ul {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-nav ul li {
  float: left;
}
.section-nav ul li a {
  display: block;
  padding: 0 40px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #4c4c4c;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-transition: color 0.35s linear, background-color 0.35s linear;
  -moz-transition: color 0.35s linear, background-color 0.35s linear;
  -ms-transition: color 0.35s linear, background-color 0.35s linear;
  -o-transition: color 0.35s linear, background-color 0.35s linear;
  transition: color 0.35s linear, background-color 0.35s linear;
}
.section-nav ul li a:hover {
  background-color: #f0f0f0;
}
.section-nav ul li.active a {
  color: #fff;
  background-color: #faaf37;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section-nav ul li a {
    padding: 0 23px;
  }
}
@media (max-width: 991px) {
  .section-nav {
    height: auto;
  }
  .section-nav .container, .section-nav [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
  .section-nav .container {
    width: 100%;
  }
  .section-nav .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .section-nav ul {
    display: block;
  }
  .section-nav ul li {
    float: none;
  }
  .section-nav ul li + li {
    border-top: 1px solid #e5e4e4;
  }
  .section-nav ul li a {
    width: 100%;
  }
  .section-nav ul li.active a {
    color: #4c4c4c;
    background-color: #f0f0f0;
  }
}
.full-nav {
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  right: 0;
  top: 75px;
  bottom: 0;
  background-color: #e5e4e4;
  z-index: 10002;
  font-size: 14px;
  font-size: 0.93333rem;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.full-nav a {
  display: block;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  background-color: #f0f0f0;
}
.full-nav.main-nav-transparent {
  top: 56px;
}
.full-nav.open {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 767px) {
  .full-nav {
    width: 100%;
    top: 60px;
  }
}
.full-nav__group + .full-nav__group {
  border-top: 25px solid #e5e4e4;
}
.full-nav__group .title a, .full-nav__group .page-footer ul.menu li a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #003268;
  font-weight: 700;
  font-style: normal;
}

.page-footer ul.menu .full-nav__group li a {
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  color: #003268;
  font-weight: 700;
  font-style: normal;
}

.full-nav__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.full-nav__group ul li a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #4e4e4e;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.full-nav__group .nav a {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #4e4e4e;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.full-nav__group ul li a:hover, .full-nav__group .nav a:hover, .full-nav__group ul li.active a, .full-nav__group .nav a.is-active {
  color: #fff;
  background-color: #00a0e0;
}

@media (max-width: 767px) {
  .footer-nav [class*=col-sm] + [class*=col-sm] {
    margin-top: 50px;
  }
}
.footer-nav__group + .footer-nav__group {
  margin-top: 32px;
}

.page-footer ul.menu li + .footer-nav__group, .page-footer ul.menu .footer-nav__group + li, .page-footer ul.menu li + li {
  margin-top: 32px;
}

.footer-nav__group a, .page-footer ul.menu li a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}

.footer-nav__group a:hover, .page-footer ul.menu li a:hover {
  opacity: 0.7;
}

.footer-nav__group .title + div, .footer-nav__group .page-footer ul.menu li + div {
  margin-top: 4px;
}

.page-footer ul.menu .footer-nav__group li + div {
  margin-top: 4px;
}
.page-footer ul.menu li .title + div, .page-footer ul.menu li li + div {
  margin-top: 4px;
}

.footer-nav__group .title + p, .footer-nav__group .page-footer ul.menu li + p {
  margin-top: 4px;
}

.page-footer ul.menu .footer-nav__group li + p {
  margin-top: 4px;
}
.page-footer ul.menu li .title + p, .page-footer ul.menu li li + p {
  margin-top: 4px;
}

.footer-nav__group .title + ul, .footer-nav__group .page-footer ul.menu li + ul {
  margin-top: 4px;
}

.page-footer ul.menu .footer-nav__group li + ul {
  margin-top: 4px;
}
.page-footer ul.menu li .title + ul, .page-footer ul.menu li li + ul {
  margin-top: 4px;
}

.footer-nav__group .title a, .footer-nav__group .page-footer ul.menu li a {
  color: #33b1e6;
}

.page-footer ul.menu .footer-nav__group li a {
  color: #33b1e6;
}
.page-footer ul.menu li .title a, .page-footer ul.menu li li a {
  color: #33b1e6;
}

.footer-nav__group .title.c02 a, .footer-nav__group .page-footer ul.menu li.c02 a {
  color: #faaf37;
}

.page-footer ul.menu .footer-nav__group li.c02 a {
  color: #faaf37;
}
.page-footer ul.menu li .title.c02 a, .page-footer ul.menu li li.c02 a {
  color: #faaf37;
}

.footer-nav__group ul, .page-footer ul.menu li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__group ul li a, .page-footer ul.menu li ul li a {
  text-transform: capitalize;
  color: #fff;
}

.news-item + .news-item {
  margin-top: 15px;
}
.news-item a {
  display: block;
  position: relative;
  padding-left: 180px;
  padding-right: 80px;
  line-height: 50px;
  text-decoration: none;
  color: #003268;
  background-color: #e1f3fc;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.news-item a:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  font-family: "Ionicons";
  font-size: 38px;
  text-align: center;
  color: #fff;
  background-color: #00a0e0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-item a .subtitle {
  font-weight: 700;
  font-style: normal;
}
.news-item a time {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  text-align: center;
  color: #fff;
  background-color: #00a0e0;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.news-item a time:after {
  content: "";
  display: block;
  position: absolute;
  right: -11px;
  top: 50%;
  margin-top: -11px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #00a0e0;
}
.news-item a .subtitle {
  color: #00a0e0;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.news-item a:hover {
  background-color: #00a0e0;
}
.news-item a:hover .subtitle {
  color: #fff;
}

.news-item--multiline a {
  height: 66px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2em;
}
.news-item--multiline a:after, .news-item--multiline a time {
  height: 66px;
  line-height: 66px;
}
.news-item--multiline a .title, .news-item--multiline a .page-footer ul.menu li {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.page-footer ul.menu .news-item--multiline a li {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.news-item--multiline a .author {
  color: #00a0e0;
  font-size: 13px;
  font-size: 0.86667rem;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.news-item--multiline a:hover .author {
  color: #fff;
}

.news-item--hl a {
  background-color: #fef0d3;
}
.news-item--hl a:after {
  background-color: #faaf37;
}
.news-item--hl a time {
  background-color: #faaf37;
}
.news-item--hl a time:after {
  border-left-color: #faaf37;
}
.news-item--hl a .subtitle {
  color: #faaf37;
}
.news-item--hl a:hover {
  background-color: #faaf37;
}

.news-item--wh-bgc03 a, .news-item--wh a {
  background-color: #fff;
}

.news-item--c07-bgc03 a:after, .news-item--c15-bgc03 a:after, .news-item--wh-bgc03 a:after, .news-item--c07-bgc03 a time, .news-item--c15-bgc03 a time, .news-item--wh-bgc03 a time {
  background-color: #003268;
}

.news-item--c07-bgc03 a time:after, .news-item--c15-bgc03 a time:after, .news-item--wh-bgc03 a time:after {
  border-left-color: #003268;
}

.news-item--c07-bgc03 a:hover, .news-item--c15-bgc03 a:hover, .news-item--wh-bgc03 a:hover {
  color: #fff;
  background-color: #003268;
}

.news-item--c07-bgc03 a {
  background-color: #e1f3fc;
}

.news-item--c15-bgc03 a {
  background-color: #65c5ed;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .news-item a {
    padding-left: 150px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .news-item a:after {
    font-size: 32px;
  }
  .news-item a time {
    width: 120px;
  }
}
@media (max-width: 991px) {
  .news-item + .news-item {
    margin-top: 55px;
  }
  .news-item a {
    padding: 40px 15px 30px;
    line-height: 1.4em;
    text-align: center;
  }
  .news-item a:after {
    content: none;
  }
  .news-item a time {
    left: 50%;
    top: -25px;
    height: auto;
    padding: 15px 0;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .news-item a time:after {
    content: none;
  }
  .news-item--multiline a {
    height: auto;
  }
  .news-item--multiline a time {
    height: auto;
    line-height: 1.4em;
  }
}
.opinion-item {
  position: relative;
  float: left;
  width: 350px;
  margin: 0 15px 30px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.opinion-item > div {
  height: 285px;
  padding: 35px 28px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 50, 104, 0.7);
}
.opinion-item h1 {
  color: #fff;
  font-weight: 600;
  font-style: normal;
  font-size: 23px;
  font-size: 1.53333rem;
}
.opinion-item .date {
  text-transform: uppercase;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.opinion-item footer {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  height: 93px;
  padding-left: 28px;
  padding-right: 28px;
}
.opinion-item footer .author {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}
.opinion-item footer .author .name {
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}
.opinion-item footer .more {
  position: absolute;
  left: 50%;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.opinion-item.expanded:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  -moz-animation-name: expanded-arrow;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 350ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: expanded-arrow;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 350ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: expanded-arrow;
  -o-animation-duration: 500ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 350ms;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: expanded-arrow;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 350ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.opinion-item--recently {
  width: 540px;
}
.opinion-item--recently > div {
  height: 295px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: left;
  background-color: rgba(250, 175, 55, 0.8);
}
.opinion-item--recently h1 {
  padding-bottom: 22px;
}
.opinion-item--recently h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  border-bottom: 2px solid #fff;
}
.opinion-item--recently footer {
  bottom: 30px;
}
.opinion-item--recently footer .more {
  left: 28px;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (min-width: 992px) and (max-width: 1199px) {
  .opinion-item {
    width: 283px;
  }
  .opinion-item > div {
    height: 315px;
  }
  .opinion-item footer {
    height: 93px;
  }
  .opinion-item--recently {
    width: 440px;
  }
  .opinion-item--recently > div {
    height: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .opinion-item {
    width: 330px;
  }
  .opinion-item > div {
    height: 285px;
  }
  .opinion-item footer {
    height: 93px;
  }
  .opinion-item--recently {
    width: 100%;
  }
  .opinion-item--recently > div {
    height: 295px;
  }
}
@media (max-width: 767px) {
  .opinion-item {
    float: none;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .opinion-item > div {
    height: 355px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .opinion-item footer {
    height: 100px;
  }
  .opinion-item footer .more {
    left: 0;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .opinion-item footer .button, .opinion-item footer .form--white .webform-button--submit {
    display: block;
    width: 100%;
    text-align: center;
  }
  .form--white .opinion-item footer .webform-button--submit, .opinion-item footer .page-node-type-page form .webform-button--submit, .page-node-type-page form .opinion-item footer .webform-button--submit, .opinion-item footer #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .opinion-item footer button, .opinion-item footer .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .opinion-item footer a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .opinion-item--recently {
    width: 260px;
  }
  .opinion-item--recently > div {
    height: 395px;
  }
}
.pagination, nav.pager-nav {
  margin-top: 60px;
  text-align: center;
}

.pagination ul, nav.pager-nav ul {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination ul li, nav.pager-nav ul li {
  display: block;
  float: left;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.pagination ul li + li, nav.pager-nav ul li + li {
  margin-top: 0;
}

.pagination ul li a, nav.pager-nav ul li a, .pagination ul li span, nav.pager-nav ul li span {
  display: block;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-weight: bold;
}

.pagination ul li a, nav.pager-nav ul li a {
  text-decoration: none;
  color: #00a0e0;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.pagination ul li a:hover, nav.pager-nav ul li a:hover, .pagination ul li .current, nav.pager-nav ul li .current {
  color: #faaf37;
}

.people-item {
  position: relative;
  float: left;
  width: 160px;
  margin: 0 15px 30px;
}
.people-item.expanded:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  -moz-animation-name: expanded-arrow;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 350ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: expanded-arrow;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 350ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: expanded-arrow;
  -o-animation-duration: 500ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 350ms;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: expanded-arrow;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 350ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.people-item header {
  position: relative;
  cursor: pointer;
}
.people-item header img {
  width: 100%;
  height: auto;
}
.people-item header:after {
  pointer-events: none;
}
.people-item header:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.people-item header:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.people-item header:hover:before {
  background-color: rgba(0, 50, 104, 0.8);
}
.people-item header:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.people-item h1 a, .people-item h2 {
  color: #003268;
}
.people-item h1 {
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1rem;
}
.people-item h1:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 10px;
  border-top: 1px solid #003268;
}
.people-item h1 a {
  text-decoration: none;
}
.people-item h2 {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.people-item--lg {
  width: 255px;
}
.people-item--lg h1, .people-item--lg h2 {
  font-size: 18px;
  font-size: 1.2rem;
}
.people-item--lg h1 {
  margin-bottom: 15px;
}
.people-item--lg h1:after {
  margin-top: 15px;
  width: 15px;
  border-top-color: #faaf37;
}
.people-item--lg .people-item__body {
  height: 140px;
  padding: 18px 0;
  border-bottom-color: #faaf37;
}

.people-item--elected h1:after {
  border-top-color: #faaf37;
}
.people-item--elected .people-item__body {
  border-bottom-color: #faaf37;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .people-item {
    width: 158px;
  }
  .people-item--lg {
    width: 205px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .people-item {
    width: 149px;
  }
  .people-item--lg {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .people-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.people-item__body {
  height: 140px;
  padding: 14px 0;
  border-bottom: 4px solid #003268;
}

.pics-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@supports (mix-blend-mode: multiply) {
  .pics-overlay--multiply {
    opacity: 0.9;
    mix-blend-mode: multiply;
  }
}
.pics-overlay--scroll {
  background-attachment: scroll;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 991px) {
  .pics-overlay {
    background-attachment: scroll;
  }
}
.politician-item {
  position: relative;
  float: left;
  width: 255px;
  margin: 0 15px 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.politician-item.expanded:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  -moz-animation-name: expanded-arrow;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 350ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: expanded-arrow;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 350ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: expanded-arrow;
  -o-animation-duration: 500ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 350ms;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: expanded-arrow;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 350ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.politician-item header {
  position: relative;
  cursor: pointer;
}
.politician-item header img {
  width: 100%;
  height: auto;
}
.politician-item header:after {
  pointer-events: none;
}
.politician-item header:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.politician-item header:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.politician-item header:hover:before {
  background-color: rgba(0, 50, 104, 0.8);
}
.politician-item header:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.politician-item h1, .politician-item h2, .politician-item h3 {
  font-weight: 700;
  font-style: normal;
}
.politician-item h1 a {
  color: #003268;
}
.politician-item h2 {
  color: #003268;
  font-size: 16px;
  font-size: 1.06667rem;
}
.politician-item h3 {
  font-size: 16px;
  font-size: 1.06667rem;
}
.politician-item h1 {
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
}
.politician-item h1:after {
  content: "";
  display: block;
  margin-top: 15px;
  width: 15px;
  border-top: 1px solid #003268;
}
.politician-item h1 a {
  text-decoration: none;
}
.politician-item h2 + h3 {
  margin-top: 6px;
}
.politician-item h3 {
  color: #faaf37;
}

.politician-item--relative .politician-item__body {
  position: relative;
  height: auto;
  padding-bottom: 38px;
}
.politician-item--relative .politician-item__body .infos {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  padding: 15px 0 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .politician-item {
    width: 283px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .politician-item {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .politician-item {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.politician-item__body {
  height: 155px;
  padding: 20px;
  border-bottom: 5px solid #003268;
}
.politician-item__body .infos {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.politician-item__body ul.socials {
  display: block;
  position: absolute;
  overflow: hidden;
  list-style: none;
  right: 20px;
  bottom: 20px;
  margin: 0;
  padding: 0;
}
.politician-item__body ul.socials li {
  float: left;
}
.politician-item__body ul.socials li + li {
  margin-left: 15px;
  margin-top: 0;
}
.politician-item__body ul.socials li a {
  text-decoration: none;
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.politician-item__body ul.socials li a:hover {
  color: #00a0e0;
}

.presidential-term {
  float: left;
  width: 350px;
  margin: 0 15px 30px;
  padding: 45px 30px;
  color: #003268;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.presidential-term h1, .presidential-term h2, .presidential-term p {
  font-size: 20px;
  font-size: 1.33333rem;
}
.presidential-term h2 {
  font-weight: 500;
  font-style: normal;
}
.presidential-term h1 {
  font-weight: 700;
  font-style: normal;
}
.presidential-term h2 {
  color: #00a0e0;
}
.presidential-term p {
  position: relative;
  margin-top: 16px;
  padding-top: 14px;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.presidential-term p:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  border-top: 2px solid #003268;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .presidential-term {
    width: 283px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .presidential-term {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .presidential-term {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.rapporteur-item {
  position: relative;
  float: left;
  width: 350px;
  margin: 0 15px 30px;
  padding: 20px;
  background-color: #fff;
}
.rapporteur-item figure {
  margin-bottom: 15px;
}
.rapporteur-item figure .placeholder {
  height: 155px;
}
.rapporteur-item figure img {
  height: 155px;
  width: auto;
}
.rapporteur-item figure .placeholder {
  display: block;
  width: 125px;
  background-color: #e5e4e4;
}
.rapporteur-item h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.rapporteur-item h2 {
  line-height: 1.4em;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  font-size: 1rem;
}
.rapporteur-item h2 + ul {
  margin-top: 20px;
}
.rapporteur-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rapporteur-item ul li .fa {
  display: inline-block;
  width: 23px;
  color: #00a0e0;
}
.rapporteur-item ul li a {
  text-decoration: none;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.rapporteur-item ul li a:hover {
  color: #00a0e0;
}
.rapporteur-item .more {
  position: absolute;
  bottom: 20px;
  margin-top: 0;
}
.rapporteur-item .more .button:hover, .rapporteur-item .more .form--white .webform-button--submit:hover {
  color: #fff;
  background-color: #003268;
}

.form--white .rapporteur-item .more .webform-button--submit:hover, .rapporteur-item .more .page-node-type-page form .webform-button--submit:hover, .page-node-type-page form .rapporteur-item .more .webform-button--submit:hover, .rapporteur-item .more #views-exposed-form-opinions-block-3 button:hover, #views-exposed-form-opinions-block-3 .rapporteur-item .more button:hover, .rapporteur-item .more .page-wrapper--contact-us .large-margin-top a:hover, .page-wrapper--contact-us .large-margin-top .rapporteur-item .more a:hover {
  color: #fff;
  background-color: #003268;
}

.rapporteur-item.has-more {
  padding-bottom: 80px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .rapporteur-item {
    width: 283px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .rapporteur-item {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .rapporteur-item {
    float: none;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 80px;
  margin-left: -40px;
  padding-top: 57px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 6500;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  font-size: 0.66667rem;
}
.scroll-down:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 16px;
  height: 47px;
  margin-left: -8px;
  background: url("images/interface/icon-scroll-down.svg") no-repeat scroll center;
}

@media (max-width: 1199px) {
  .scroll-down {
    display: none;
  }
}
.sheet {
  position: relative;
  margin-top: 60px;
  padding-top: 90px;
}
.sheet:after, .sheet:before {
  content: "";
  display: table;
}
.sheet:after {
  clear: both;
}
.sheet figure {
  display: block;
  position: absolute;
  right: 35px;
  top: 0;
}

.sheet__body {
  padding: 125px 35px 60px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.sheet__body h2, .sheet__body h3 {
  font-size: 18px;
  font-size: 1.2rem;
}
.sheet__body h2 {
  font-weight: 700;
  font-style: normal;
}
.sheet__body h2 + h3 {
  margin-top: 4px;
}

.sharethis {
  display: inline-block;
  overflow: hidden;
}
.sharethis p, .sharethis ul {
  float: left;
}
.sharethis p {
  margin-right: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
}
.sharethis p i {
  margin-right: 4px;
  font-size: 16px;
  font-weight: normal;
}
.sharethis ul {
  overflow: hidden;
  list-style: none;
  margin: 0 !important;
  padding: 0;
}
.sharethis ul li {
  float: left;
}
.sharethis ul li + li {
  margin-left: 7px;
  margin-top: 0;
}
.sharethis ul li.facebook a {
  color: #4672cc;
  border-color: #4672cc;
}
.sharethis ul li.facebook a:hover {
  background-color: #4672cc;
}
.sharethis ul li.twitter a {
  color: #60aed3;
  border-color: #60aed3;
}
.sharethis ul li.twitter a:hover {
  background-color: #60aed3;
}
.sharethis ul li.linkedin a {
  color: #3894bf;
  border-color: #3894bf;
}
.sharethis ul li.linkedin a:hover {
  background-color: #3894bf;
}
.sharethis ul li.pinterest a {
  color: #cb2027;
  border-color: #cb2027;
}
.sharethis ul li.pinterest a:hover {
  background-color: #cb2027;
}
.sharethis ul li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.sharethis ul li a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .sharethis p, .sharethis ul {
    float: none;
  }
  .sharethis p {
    margin-right: 0;
  }
  .sharethis ul {
    margin-top: 10px;
  }
}
.shuline:after {
  content: "";
  display: block;
  width: 30px;
  margin: 20px 0;
  border-bottom: 2px solid #00a0e0;
}

.shuline--c02:after {
  border-bottom-color: #faaf37;
}

.shuline--wh:after {
  border-bottom-color: #fff;
}

.shuline--centered:after {
  margin: 20px auto;
}

.shuline--right {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 22px;
}
.shuline--right:after {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

.simple-article + .simple-article {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e4e4;
}
.simple-article h1, .simple-article h2 {
  font-size: 25px;
  font-size: 1.66667rem;
}
.simple-article h1 {
  font-weight: 600;
  font-style: normal;
}
.simple-article h1 + h2 {
  margin-top: 4px;
}
.simple-article h2 {
  color: #285087;
  font-weight: 800;
  font-style: normal;
}
.simple-article .more {
  margin-top: 35px;
}

.thema-form h1 {
  text-decoration: underline;
  font-weight: 700;
  font-style: normal;
  font-size: 60px;
  font-size: 4rem;
}
.thema-form h1 + * {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .thema-form h1 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}
iframe#tl-timeline-iframe, iframe.tiki-toki-timeline {
  width: 100%;
  height: 850px;
  border: none;
  outline: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  iframe#tl-timeline-iframe, iframe.tiki-toki-timeline {
    height: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  iframe#tl-timeline-iframe, iframe.tiki-toki-timeline {
    height: 600px;
  }
}
@media (max-width: 767px) {
  iframe#tl-timeline-iframe, iframe.tiki-toki-timeline {
    height: 500px;
  }
}
.tweet-this {
  text-align: right;
}
.tweet-this a {
  display: inline-block;
  position: relative;
  margin-bottom: 25px;
  padding: 8px 9px;
  line-height: 1em;
  text-decoration: none;
  color: #fff;
  background-color: #00a0e0;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.tweet-this a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #00a0e0;
}
.tweet-this a:hover {
  -moz-transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -o-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

ul.ul--checks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.ul--checks li {
  position: relative;
  padding-left: 25px;
  line-height: 1.4em;
}
ul.ul--checks li + li {
  margin-top: 6px;
}
ul.ul--checks li:before {
  content: "\f00c";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #00a0e0;
}
ul.ul--checks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.ol--custom {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.ol--custom li {
  position: relative;
  counter-increment: step-counter;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-bottom: 5px;
  line-height: 1.6em;
  border-bottom: 1px solid #e5e4e4;
}
ol.ol--custom li:first-child {
  padding-top: 5px;
  border-top: 1px solid #e5e4e4;
}
ol.ol--custom li:before {
  content: counter(step-counter);
  display: block;
  position: absolute;
  left: 0;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
}

.page-header.offset-fixed {
  padding-top: 30px;
}
.page-header.offset-fixed.forced {
  padding-top: 105px;
}

@media (max-width: 767px) {
  .page-header.offset-fixed.forced {
    padding-top: 90px;
  }
}
/*.page-header__slider,*/
.page-header__stream {
  position: relative;
  margin-top: 105px;
}

.page-header__banner .eu-union-cor, .page-header__slider .eu-union-cor {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  z-index: 6700;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-header__banner .eu-union-cor a {
  display: inline-block;
  background-color: #fff;
}

.page-header__slider .eu-union-cor a {
  display: inline-block;
  background-color: #fff;
}
.page-header__slider h2, .page-header__slider p {
  font-weight: 700;
  font-style: normal;
}
.page-header__slider h2 {
  position: relative;
  padding-bottom: 25px;
  line-height: 1.2em;
  color: #fff;
  font-size: 65px;
  font-size: 4.33333rem;
}
.page-header__slider h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  margin-left: -18px;
  border-bottom: 2px solid #fff;
}
.page-header__slider p {
  margin-top: 28px;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-header__slider p.more {
  margin-top: 35px;
}
.page-header__slider .eu-union-cor a {
  padding: 13px 51px;
}

@media (max-width: 1199px) {
  .page-header__banner .eu-union-cor, .page-header__slider .eu-union-cor {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .page-header__banner .eu-union-cor, .page-header__slider .eu-union-cor {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .page-header__banner .eu-union-cor, .page-header__slider .eu-union-cor {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-header__slider h2 {
    font-size: 36px;
    font-size: 2.4rem;
  }
  .page-header__slider p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .page-header__slider .ls-content {
    width: 90% !important;
  }
}
.page-header__stream #embeded-stream, .page-header__stream #overon-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-header__stream #embeded-stream iframe {
  width: 100% !important;
  height: 100% !important;
}

.page-header__banner {
  position: relative;
  /*  height: 277px;

    padding-top: 138px;*/
  height: 230px;
  padding-top: 90px;
  background: url("images/interface/header-bg.png") no-repeat scroll center bottom;
}
.page-header__banner h2, .page-header__banner h1 {
  position: relative;
  margin-right: 164px;
  line-height: 139px;
  color: #fff;
  z-index: 6701;
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}
.page-header__banner .eu-union-cor a {
  padding: 15px 51px;
}

@media (max-width: 767px) {
  .page-header__banner h2, .page-header__banner h1 {
    margin-right: 0;
  }
}
.page-wrapper {
  position: relative;
  overflow-x: hidden;
}

.page-footer {
  padding-top: 95px;
  color: #fff;
  background-color: #003268;
  font-size: 14px;
  font-size: 0.93333rem;
}
.page-footer li, .page-footer p {
  line-height: 1.6em;
}
.page-footer .logos {
  overflow: hidden;
  margin-bottom: 30px;
}
.page-footer .logos h1.epp-group, .page-footer .logos h2.eu-union-cor {
  float: left;
}
.page-footer .logos h1.epp-group a, .page-footer .logos h2.eu-union-cor a {
  display: block;
  overflow: hidden;
  text-indent: -6000px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-footer .logos h1.epp-group a {
  width: 120px;
  height: 36px;
  background-image: url("images/interface/logo.svg");
}
.page-footer .logos h2.eu-union-cor {
  margin-left: 24px;
  padding-top: -27px;
}
.page-footer .logos h2.eu-union-cor a {
  width: 69px;
  height: 63px;
  background-image: url("images/interface/european-union-cor-footer.svg");
}
.page-footer .title, .page-footer ul.menu li {
  text-transform: uppercase;
  color: #33b1e6;
  font-weight: 500;
  font-style: normal;
}
.page-footer .vcard p + p {
  margin-top: 25px;
}
.page-footer .vcard a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-style: normal;
}
.page-footer .vcard a.fax, .page-footer .vcard a.tel {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-footer .vcard .fn.org {
  font-weight: 700;
  font-style: normal;
}
.page-footer .vcard .fa {
  display: inline-block;
  margin-right: 10px;
  color: #00a0e0;
}

@media (max-width: 1199px) {
  .page-footer .logos h1.epp-group {
    float: none;
  }
  .page-footer .logos h2.eu-union-cor {
    float: none;
    margin-left: 0;
    margin-top: 24px;
    padding-top: 0;
  }
}
.page-footer__socials {
  margin-top: 38px;
  padding-top: 38px;
  padding-bottom: 95px;
  border-top: 1px solid #295c9d;
  font-size: 12px;
  font-size: 0.8rem;
  overflow: hidden;
}
.page-footer__socials .title + div, .page-footer__socials .page-footer ul.menu li + div {
  margin-top: 30px;
}

.page-footer ul.menu .page-footer__socials li + div {
  margin-top: 30px;
}

.page-footer__socials .title + p, .page-footer__socials .page-footer ul.menu li + p {
  margin-top: 30px;
}

.page-footer ul.menu .page-footer__socials li + p {
  margin-top: 30px;
}

.page-footer__socials .title + ul, .page-footer__socials .page-footer ul.menu li + ul {
  margin-top: 30px;
}

.page-footer ul.menu .page-footer__socials li + ul {
  margin-top: 30px;
}

.page-footer__socials .networks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-footer__socials .networks:after, .page-footer__socials .networks:before {
  content: "";
  display: table;
}
.page-footer__socials .networks:after {
  clear: both;
}
.page-footer__socials .networks li {
  float: left;
}
.page-footer__socials .networks li a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-footer__socials .networks li a:hover {
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.page-footer__socials .networks li.twitter a {
  background-color: #60aed3;
}
.page-footer__socials .networks li.facebook a {
  background-color: #4672cc;
}
.page-footer__socials .networks li.googleplus a {
  background-color: #e42125;
}
.page-footer__socials .networks li.youtube a {
  background-color: #e41d2a;
}
.page-footer__socials .networks li.linkedin a {
  background-color: #3894bf;
}
.page-footer__socials .networks li.instagram a {
  background-color: #e66f20;
}
.page-footer__socials .networks li.flickr a {
  background-color: #fc1688;
}
.page-footer__socials .networks li.issuu a {
  background-color: #ed5225;
}
.page-footer__socials .networks li.issuu a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  background: url("images/interface/icon-issuu.svg") no-repeat scroll center;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-footer__socials .tweets .tweet {
  position: relative;
  padding-left: 28px;
}
.page-footer__socials .tweets .tweet:before {
  content: "\f099";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  font-size: 15px;
}
.page-footer__socials .tweets .tweet .author {
  margin-bottom: 8px;
  font-weight: 700;
  font-style: normal;
}
.page-footer__socials .tweets .tweet .author a {
  text-decoration: none;
  color: #fff;
}
.page-footer__socials .tweets .tweet time {
  display: block;
  margin-top: 8px;
}
.page-footer__socials .tweets .tweet a {
  color: #00a0e0;
}

@media (max-width: 767px) {
  .page-footer__socials .tweets [class*=col-sm] + [class*=col-sm] {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .page-footer__socials > .row > [class*=col-sm] + [class*=col-sm] {
    margin-top: 50px;
  }
}
.page-footer__foot {
  height: 30px;
  text-align: right;
  background-color: #fff;
}
.page-footer__foot .container {
  position: relative;
}
.page-footer__foot a {
  display: block;
  position: absolute;
  top: 0;
  line-height: 30px;
  color: #0071ff;
}
.page-footer__foot p {
  display: block;
  position: absolute;
  top: 0;
  line-height: 30px;
  color: #0071ff;
  left: 15px;
  letter-spacing: 1px;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  font-size: 0.66667rem;
}
.page-footer__foot a {
  overflow: hidden;
  right: 15px;
  padding-left: 15px;
  padding-right: 40px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 9px;
  font-size: 0.6rem;
  -webkit-transition: padding 0.25s ease;
  -moz-transition: padding 0.25s ease;
  -ms-transition: padding 0.25s ease;
  -o-transition: padding 0.25s ease;
  transition: padding 0.25s ease;
}
.page-footer__foot a span {
  display: block;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  text-indent: 6000px;
  background: #0071ff url("images/interface/beyond-logo.png") no-repeat scroll center;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-footer__foot a:hover {
  padding-left: 40px;
  padding-right: 15px;
}
.page-footer__foot a:hover span {
  -moz-transform: translateX(-128px);
  -webkit-transform: translateX(-128px);
  -o-transform: translateX(-128px);
  -ms-transform: translateX(-128px);
  transform: translateX(-128px);
}

.page-wrapper--about .content, .page-wrapper--about .page-node-type-page .paragraph--type--webform {
  color: #003268;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform {
  color: #003268;
}

.page-wrapper--about .content .body, .page-wrapper--about .page-node-type-page .paragraph--type--webform .body {
  font-weight: 500;
  font-style: normal;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform .body {
  font-weight: 500;
  font-style: normal;
}

.page-wrapper--about .content .body h1, .page-wrapper--about .page-node-type-page .paragraph--type--webform .body h1 {
  font-size: 40px;
  font-size: 2.66667rem;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform .body h1 {
  font-size: 40px;
  font-size: 2.66667rem;
}

.page-wrapper--about .content .body p.large, .page-wrapper--about .page-node-type-page .paragraph--type--webform .body p.large {
  line-height: 1.2em;
  font-size: 22px;
  font-size: 1.46667rem;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform .body p.large {
  line-height: 1.2em;
  font-size: 22px;
  font-size: 1.46667rem;
}

.page-wrapper--about .content .body p.large + ol, .page-wrapper--about .page-node-type-page .paragraph--type--webform .body p.large + ol {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform .body p.large + ol {
  margin-top: 30px;
}

.page-wrapper--about .content .body p.large + p, .page-wrapper--about .page-node-type-page .paragraph--type--webform .body p.large + p {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform .body p.large + p {
  margin-top: 30px;
}

.page-wrapper--about .content .body p.large + ul, .page-wrapper--about .page-node-type-page .paragraph--type--webform .body p.large + ul {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--about .paragraph--type--webform .body p.large + ul {
  margin-top: 30px;
}

.page-wrapper--contact-us .info-block + .info-block {
  margin-top: 80px;
}
.page-wrapper--contact-us .info-block .title, .page-wrapper--contact-us .info-block .page-footer ul.menu li {
  font-weight: 700;
  font-style: normal;
}

.page-footer ul.menu .page-wrapper--contact-us .info-block li {
  font-weight: 700;
  font-style: normal;
}

.page-wrapper--contact-us .info-block a {
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--contact-us .info-block .title, .page-wrapper--contact-us .info-block .page-footer ul.menu li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  color: #00a0e0;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-footer ul.menu .page-wrapper--contact-us .info-block li {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
  color: #00a0e0;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--contact-us .info-block a:not(.button) {
  text-decoration: none;
  color: #4c4c4c;
}
.page-wrapper--contact-us .info-block a:not(.button).fax, .page-wrapper--contact-us .info-block a:not(.button).tel {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--contact-us .info-block .fa {
  margin-right: 18px;
  color: #00a0e0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--contact-us [class*=col-md] + [class*=col-md] {
    margin-top: 80px !important;
  }
}
@media (max-width: 767px) {
  .page-wrapper--contact-us .info-block + .info-block, .page-wrapper--contact-us [class*=col-md] + [class*=col-md] {
    margin-top: 50px !important;
  }
}
.page-wrapper--events {
  padding-left: 590px;
}
.page-wrapper--events .google-map {
  min-height: 445px;
}
.page-wrapper--events .panel {
  position: absolute;
  left: 0;
  top: 0;
  width: 590px;
  height: 100%;
}
.page-wrapper--events .panel .views {
  position: relative;
  overflow: hidden;
  height: 100%;
  background-color: #f0f0f0;
}
.page-wrapper--events .panel .views .scrollview {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: -ms-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: -o-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.page-wrapper--events .panel .views .scrollview.p-category {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.page-wrapper--events .panel .views .category, .page-wrapper--events .panel .views .intro {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-wrapper--events .panel .views .category .body, .page-wrapper--events .panel .views .intro .body {
  padding: 30px 65px 80px;
}
.page-wrapper--events .panel .views .category .head h2, .page-wrapper--events .panel .views .intro .head h2 {
  margin-bottom: 12px;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-size: 2.13333rem;
}
.page-wrapper--events .panel .views .category .head p, .page-wrapper--events .panel .views .intro .head p {
  font-weight: 500;
  font-style: normal;
}
.page-wrapper--events .panel .views .category .filter, .page-wrapper--events .panel .views .intro .filter {
  overflow: hidden;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d3d3d3;
}
.page-wrapper--events .panel .views .category .filter button, .page-wrapper--events .panel .views .intro .filter button {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 12px;
  line-height: 26px;
  text-align: center;
  color: #003268;
  border: 1px solid #e5e4e4;
  outline: none;
  background-color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.page-wrapper--events .panel .views .category .filter button img, .page-wrapper--events .panel .views .intro .filter button img {
  margin-right: 6px;
}
.page-wrapper--events .panel .views .category .filter button.active, .page-wrapper--events .panel .views .intro .filter button.active {
  color: #fff;
  background-color: #003268;
}
.page-wrapper--events .panel .views .category .filter p {
  margin-top: 15px;
  color: #737373;
}
.page-wrapper--events .panel .views .intro {
  left: 0%;
}
.page-wrapper--events .panel .views .intro .filter p {
  margin-top: 15px;
  color: #737373;
}
.page-wrapper--events .panel .views .intro .head h2 {
  color: #003268;
}
.page-wrapper--events .panel .views .intro .categories {
  margin-top: 18px;
}
.page-wrapper--events .panel .views .intro .categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-wrapper--events .panel .views .intro .categories ul li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid #d3d3d3;
}
.page-wrapper--events .panel .views .intro .categories ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 2px solid #c0cad7;
  background-color: #003268;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-wrapper--events .panel .views .intro .categories ul li:first-child {
  border-top: 1px solid #d3d3d3;
}
.page-wrapper--events .panel .views .intro .categories ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}
.page-wrapper--events .panel .views .intro .categories ul li.c01:before {
  background-color: #00a0e0;
}
.page-wrapper--events .panel .views .intro .categories ul li.c01 a {
  color: #00a0e0;
}
.page-wrapper--events .panel .views .intro .categories ul li.c02:before {
  background-color: #faaf37;
}
.page-wrapper--events .panel .views .intro .categories ul li.c02 a {
  color: #faaf37;
}
.page-wrapper--events .panel .views .intro .categories ul li.is-sub {
  padding-left: 52px;
}
.page-wrapper--events .panel .views .intro .categories ul li.is-sub:before {
  left: 26px;
}
.page-wrapper--events .panel .views .intro .categories ul li.is-sub.c01:before, .page-wrapper--events .panel .views .intro .categories ul li.is-sub:before {
  background-color: transparent;
}
.page-wrapper--events .panel .views .category {
  left: 100%;
}
.page-wrapper--events .panel .views .category .back button {
  width: 100%;
  height: 38px;
  padding-left: 65px;
  padding-right: 65px;
  text-align: left;
  text-transform: uppercase;
  color: #9d9d9c;
  border: none;
  outline: none;
  background-color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.page-wrapper--events .panel .views .category .back button:after {
  content: "";
  display: block;
  position: absolute;
}
.page-wrapper--events .panel .views .category .back button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  height: 38px;
  background-color: #00a0e0;
}
.page-wrapper--events .panel .views .category .back button:after {
  left: 14px;
  top: 12px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border-right-color 0.25s linear;
  -moz-transition: border-right-color 0.25s linear;
  -ms-transition: border-right-color 0.25s linear;
  -o-transition: border-right-color 0.25s linear;
  transition: border-right-color 0.25s linear;
}
.page-wrapper--events .panel .views .category .back button:hover {
  color: #fff;
  background-color: #003268;
}
.page-wrapper--events .panel .views .category .back button:hover:after {
  border-right-color: #fff;
}
.page-wrapper--events .panel .views .category .head {
  margin-bottom: 18px;
}
.page-wrapper--events .panel .views .category .head h2 {
  color: #00a0e0;
}
.page-wrapper--events .panel .views .category .list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-wrapper--events .panel .views .category .list > ul > li {
  padding-top: 20px;
  border-top: 1px solid #d3d3d3;
}
.page-wrapper--events .panel .views .category .list > ul > li + li {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .page-wrapper--events {
    padding-left: 0;
  }
  .page-wrapper--events .google-map {
    display: none;
  }
  .page-wrapper--events .panel {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .page-wrapper--events .panel .views .category .body {
    padding: 30px;
  }
  .page-wrapper--events .panel .views .intro .body {
    padding: 30px;
  }
  .page-wrapper--events .panel .views .intro .filter {
    display: none;
  }
  .page-wrapper--events .panel .views .category .filter [class*=col-sm] + [class*=col-sm] {
    margin-top: 10px;
  }
}
.page-wrapper--events-2020 {
  overflow-y: hidden;
}
.page-wrapper--events-2020 .intro {
  padding-top: 45px;
  padding-bottom: 45px;
}
.page-wrapper--events-2020 .categories {
  padding-top: 50px;
  padding-bottom: 50px;
}
.page-wrapper--events-2020 .items {
  padding-bottom: 80px;
}
.page-wrapper--events-2020 .items .pagination, .page-wrapper--events-2020 .items nav.pager-nav {
  margin-top: -50px;
}

.page-wrapper--events-details > header {
  position: relative;
  padding: 40px 0 75px;
  color: #fff;
}
.page-wrapper--events-details > header h1 {
  line-height: 1.2em;
}
.page-wrapper--events-details > header h2 {
  line-height: 1.2em;
  margin-bottom: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
}
.page-wrapper--events-details > header h1 {
  font-weight: 700;
  font-style: normal;
  font-size: 65px;
  font-size: 4.33333rem;
}
.page-wrapper--events-details > header h1 a {
  color: #003268;
}
.page-wrapper--events-details > header .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-wrapper--events-details > header .cover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 104, 0.75);
}
.page-wrapper--events-details > header > .container {
  position: relative;
}
.page-wrapper--events-details .sub-header ul.info {
  display: block;
  list-style: none;
  width: 100%;
  margin: -46px 0 0;
  padding: 0;
}
.page-wrapper--events-details .sub-header ul.info li {
  display: block;
  padding: 12px 30px;
  height: 46px;
  line-height: 22px;
  text-transform: uppercase;
  background-color: #d0ecf8;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}
.page-wrapper--events-details .sub-header ul.info li span {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 45px;
}
.page-wrapper--events-details .sub-header ul.info li span i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 22px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-wrapper--events-details .sub-header ul.info li.when {
  overflow: hidden;
  color: #fff;
  background-color: #00a0e0;
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--events-details .sub-header ul.info li.when span {
  float: left;
}
.page-wrapper--events-details .sub-header ul.info li.when span:first-child {
  width: 60%;
}
.page-wrapper--events-details .sub-header ul.info li.when span:last-child {
  width: 40%;
}
.page-wrapper--events-details .sub-header ul.info li + li {
  margin-top: 10px;
}
.page-wrapper--events-details .sub-header .row [class^=col]:last-child {
  text-align: right;
}
.page-wrapper--events-details .sub-header .back {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  letter-spacing: 2px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
  -moz-transform: translateY(38px);
  -webkit-transform: translateY(38px);
  -o-transform: translateY(38px);
  -ms-transform: translateY(38px);
  transform: translateY(38px);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--events-details .sub-header .back:before {
  content: "\e901";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "epp-cor-icons";
  font-size: 14px;
  font-weight: 400;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page-wrapper--events-details .sub-header .back:hover {
  color: #00a0e0;
}
.page-wrapper--events-details .sub-header .back:hover:before {
  -moz-transform: translateX(-6px) translateY(-50%);
  -webkit-transform: translateX(-6px) translateY(-50%);
  -o-transform: translateX(-6px) translateY(-50%);
  -ms-transform: translateX(-6px) translateY(-50%);
  transform: translateX(-6px) translateY(-50%);
}
.page-wrapper--events-details .sub-header .back.offset-2 {
  -moz-transform: translateY(92px);
  -webkit-transform: translateY(92px);
  -o-transform: translateY(92px);
  -ms-transform: translateY(92px);
  transform: translateY(92px);
}
.page-wrapper--events-details .event-body {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-wrapper--events-details .event-body .event-content h2, .page-wrapper--events-details .event-body .event-content h3, .page-wrapper--events-details .event-body .event-content h4 {
  line-height: 1.2em;
}
.page-wrapper--events-details .event-body .event-content h2, .page-wrapper--events-details .event-body .event-content h3 {
  color: #003268;
}
.page-wrapper--events-details .event-body .event-content h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 33px;
  font-size: 2.2rem;
}
.page-wrapper--events-details .event-body .event-content h2 b, .page-wrapper--events-details .event-body .event-content h2 strong {
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--events-details .event-body .event-content h2 + h3 {
  margin-top: 15px;
}
.page-wrapper--events-details .event-body .event-content h2 + h4 {
  margin-top: 20px;
}
.page-wrapper--events-details .event-body .event-content h2 + ol, .page-wrapper--events-details .event-body .event-content h2 + p, .page-wrapper--events-details .event-body .event-content h2 + ul {
  margin-top: 30px;
}
.page-wrapper--events-details .event-body .event-content h3 {
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}
.page-wrapper--events-details .event-body .event-content h3 b, .page-wrapper--events-details .event-body .event-content h3 strong {
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--events-details .event-body .event-content h3 + h4 {
  margin-top: 16px;
}
.page-wrapper--events-details .event-body .event-content h3 + ol, .page-wrapper--events-details .event-body .event-content h3 + p, .page-wrapper--events-details .event-body .event-content h3 + ul {
  margin-top: 24px;
}
.page-wrapper--events-details .event-body .event-content h4 {
  font-size: 19px;
  font-size: 1.26667rem;
}
.page-wrapper--events-details .event-body .event-content h4 + ol, .page-wrapper--events-details .event-body .event-content h4 + p, .page-wrapper--events-details .event-body .event-content h4 + ul {
  margin-top: 22px;
}
.page-wrapper--events-details .event-body .event-content h2 .c01, .page-wrapper--events-details .event-body .event-content h3 .c01, .page-wrapper--events-details .event-body .event-content h4 .c01, .page-wrapper--events-details .event-body .event-content ol .c01, .page-wrapper--events-details .event-body .event-content p .c01, .page-wrapper--events-details .event-body .event-content ul .c01 {
  color: #00a0e0;
}
.page-wrapper--events-details .event-body .event-content h2 .c02, .page-wrapper--events-details .event-body .event-content h3 .c02, .page-wrapper--events-details .event-body .event-content h4 .c02, .page-wrapper--events-details .event-body .event-content ol .c02, .page-wrapper--events-details .event-body .event-content p .c02, .page-wrapper--events-details .event-body .event-content ul .c02 {
  color: #faaf37;
}
.page-wrapper--events-details .event-body .event-content h2 .c03, .page-wrapper--events-details .event-body .event-content h3 .c03, .page-wrapper--events-details .event-body .event-content h4 .c03, .page-wrapper--events-details .event-body .event-content ol .c03, .page-wrapper--events-details .event-body .event-content p .c03, .page-wrapper--events-details .event-body .event-content ul .c03 {
  color: #003268;
}
.page-wrapper--events-details .event-body .event-content h2 .c04, .page-wrapper--events-details .event-body .event-content h3 .c04, .page-wrapper--events-details .event-body .event-content h4 .c04, .page-wrapper--events-details .event-body .event-content ol .c04, .page-wrapper--events-details .event-body .event-content p .c04, .page-wrapper--events-details .event-body .event-content ul .c04 {
  color: #285087;
}
.page-wrapper--events-details .event-body .event-content h2 .c05, .page-wrapper--events-details .event-body .event-content h3 .c05, .page-wrapper--events-details .event-body .event-content h4 .c05, .page-wrapper--events-details .event-body .event-content ol .c05, .page-wrapper--events-details .event-body .event-content p .c05, .page-wrapper--events-details .event-body .event-content ul .c05 {
  color: #1e6baf;
}
.page-wrapper--events-details .event-body .event-content h2 .c06, .page-wrapper--events-details .event-body .event-content h3 .c06, .page-wrapper--events-details .event-body .event-content h4 .c06, .page-wrapper--events-details .event-body .event-content ol .c06, .page-wrapper--events-details .event-body .event-content p .c06, .page-wrapper--events-details .event-body .event-content ul .c06 {
  color: #33b1e6;
}
.page-wrapper--events-details .event-body .event-content h2 .c07, .page-wrapper--events-details .event-body .event-content h3 .c07, .page-wrapper--events-details .event-body .event-content h4 .c07, .page-wrapper--events-details .event-body .event-content ol .c07, .page-wrapper--events-details .event-body .event-content p .c07, .page-wrapper--events-details .event-body .event-content ul .c07 {
  color: #e1f3fc;
}
.page-wrapper--events-details .event-body .event-content h2 .c08, .page-wrapper--events-details .event-body .event-content h3 .c08, .page-wrapper--events-details .event-body .event-content h4 .c08, .page-wrapper--events-details .event-body .event-content ol .c08, .page-wrapper--events-details .event-body .event-content p .c08, .page-wrapper--events-details .event-body .event-content ul .c08 {
  color: #fef0d3;
}
.page-wrapper--events-details .event-body .event-content h2 .c09, .page-wrapper--events-details .event-body .event-content h3 .c09, .page-wrapper--events-details .event-body .event-content h4 .c09, .page-wrapper--events-details .event-body .event-content ol .c09, .page-wrapper--events-details .event-body .event-content p .c09, .page-wrapper--events-details .event-body .event-content ul .c09 {
  color: #eff4f6;
}
.page-wrapper--events-details .event-body .event-content h2 .c10, .page-wrapper--events-details .event-body .event-content h3 .c10, .page-wrapper--events-details .event-body .event-content h4 .c10, .page-wrapper--events-details .event-body .event-content ol .c10, .page-wrapper--events-details .event-body .event-content p .c10, .page-wrapper--events-details .event-body .event-content ul .c10 {
  color: #5fadd2;
}
.page-wrapper--events-details .event-body .event-content h2 .g01, .page-wrapper--events-details .event-body .event-content h3 .g01, .page-wrapper--events-details .event-body .event-content h4 .g01, .page-wrapper--events-details .event-body .event-content ol .g01, .page-wrapper--events-details .event-body .event-content p .g01, .page-wrapper--events-details .event-body .event-content ul .g01 {
  color: #4c4c4c;
}
.page-wrapper--events-details .event-body .event-content h2 .g02, .page-wrapper--events-details .event-body .event-content h3 .g02, .page-wrapper--events-details .event-body .event-content h4 .g02, .page-wrapper--events-details .event-body .event-content ol .g02, .page-wrapper--events-details .event-body .event-content p .g02, .page-wrapper--events-details .event-body .event-content ul .g02 {
  color: #353535;
}
.page-wrapper--events-details .event-body .event-content h2 .g03, .page-wrapper--events-details .event-body .event-content h3 .g03, .page-wrapper--events-details .event-body .event-content h4 .g03, .page-wrapper--events-details .event-body .event-content ol .g03, .page-wrapper--events-details .event-body .event-content p .g03, .page-wrapper--events-details .event-body .event-content ul .g03 {
  color: #f0f0f0;
}
.page-wrapper--events-details .event-body .event-content h2 .g04, .page-wrapper--events-details .event-body .event-content h3 .g04, .page-wrapper--events-details .event-body .event-content h4 .g04, .page-wrapper--events-details .event-body .event-content ol .g04, .page-wrapper--events-details .event-body .event-content p .g04, .page-wrapper--events-details .event-body .event-content ul .g04 {
  color: #e5e4e4;
}
.page-wrapper--events-details .event-body .event-content h2 .g05, .page-wrapper--events-details .event-body .event-content h3 .g05, .page-wrapper--events-details .event-body .event-content h4 .g05, .page-wrapper--events-details .event-body .event-content ol .g05, .page-wrapper--events-details .event-body .event-content p .g05, .page-wrapper--events-details .event-body .event-content ul .g05 {
  color: #4e4e4e;
}
.page-wrapper--events-details .event-body .event-content h2 + figure, .page-wrapper--events-details .event-body .event-content h3 + figure, .page-wrapper--events-details .event-body .event-content h4 + figure, .page-wrapper--events-details .event-body .event-content ol + figure, .page-wrapper--events-details .event-body .event-content p + figure, .page-wrapper--events-details .event-body .event-content ul + figure {
  margin-top: 45px;
}
.page-wrapper--events-details .event-body .event-content figure {
  margin-bottom: 45px;
}
.page-wrapper--events-details .event-body .event-content ol + h2, .page-wrapper--events-details .event-body .event-content p + h2, .page-wrapper--events-details .event-body .event-content ul + h2 {
  margin-top: 35px;
}
.page-wrapper--events-details .event-body .event-content ol + h3, .page-wrapper--events-details .event-body .event-content p + h3, .page-wrapper--events-details .event-body .event-content ul + h3 {
  margin-top: 30px;
}
.page-wrapper--events-details .event-body .event-content ol + p, .page-wrapper--events-details .event-body .event-content p + p, .page-wrapper--events-details .event-body .event-content ul + p {
  margin-top: 22px;
}
.page-wrapper--events-details .event-body .event-content ol a.rs-spamspan, .page-wrapper--events-details .event-body .event-content ol a:not([class]) {
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--events-details .event-body .event-content p a.rs-spamspan, .page-wrapper--events-details .event-body .event-content p a:not([class]) {
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--events-details .event-body .event-content ul a.rs-spamspan, .page-wrapper--events-details .event-body .event-content ul a:not([class]) {
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--events-details .event-body .event-content ol a.rs-spamspan:hover, .page-wrapper--events-details .event-body .event-content ol a:not([class]):hover {
  color: #00a0e0;
}
.page-wrapper--events-details .event-body .event-content p a.rs-spamspan:hover, .page-wrapper--events-details .event-body .event-content p a:not([class]):hover {
  color: #00a0e0;
}
.page-wrapper--events-details .event-body .event-content ul a.rs-spamspan:hover, .page-wrapper--events-details .event-body .event-content ul a:not([class]):hover {
  color: #00a0e0;
}
.page-wrapper--events-details .event-body .event-content p + ol, .page-wrapper--events-details .event-body .event-content p + ul {
  margin-top: 15px;
}
.page-wrapper--events-details .event-body .event-content ol li + li {
  margin-top: 5px;
}
.page-wrapper--events-details .event-body .event-content ul {
  padding-left: 20px;
}
.page-wrapper--events-details .event-body .event-content ul li + li {
  margin-top: 5px;
}
.page-wrapper--events-details .event-body .event-content ol {
  padding-left: 30px;
}
.page-wrapper--events-details .event-body .event-content b, .page-wrapper--events-details .event-body .event-content strong {
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--events-details .event-body .event-tags {
  margin-top: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-top: 1px solid #003268;
  border-bottom: 1px solid #003268;
}
.page-wrapper--events-details .event-body .event-tags ul {
  display: block;
  overflow: hidden;
  list-style: none;
  width: 100%;
  margin: 0 0 -10px;
  padding: 0;
}
.page-wrapper--events-details .event-body .event-tags ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 14px;
  color: #003268;
  background-color: #d0ecf8;
  font-weight: 500;
  font-style: normal;
}
.page-wrapper--events-details .event-body aside > div {
  border-top: 1px solid #00a0e0;
}
.page-wrapper--events-details .event-body aside > div h3, .page-wrapper--events-details .event-body aside > div ul li {
  border-bottom: 1px solid #d0ecf8;
}
.page-wrapper--events-details .event-body aside > div h3 {
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.3em;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}
.page-wrapper--events-details .event-body aside > div ul {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.page-wrapper--events-details .event-body aside > div ul.links li {
  display: block;
  overflow: hidden;
  padding-top: 7px;
  padding-bottom: 3px;
}
.page-wrapper--events-details .event-body aside > div ul.links li span {
  display: block;
}
.page-wrapper--events-details .event-body aside > div ul.links li span:first-child {
  float: left;
  letter-spacing: 1px;
  line-height: 26px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
}
.page-wrapper--events-details .event-body aside > div ul.links li span:last-child {
  float: right;
  text-align: right;
}
.page-wrapper--events-details .event-body aside > div ul.links li span:last-child:after, .page-wrapper--events-details .event-body aside > div ul.links li span:last-child:before {
  content: "";
  display: table;
}
.page-wrapper--events-details .event-body aside > div ul.links li span:last-child:after {
  clear: both;
}
.page-wrapper--events-details .event-body aside > div ul.links li span:last-child a {
  display: block;
  float: left;
  margin-left: 6px;
  font-size: 26px;
  text-decoration: none;
  color: #cacaca;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--events-details .event-body aside > div ul.links li span:last-child a:hover {
  color: #00a0e0;
}
.page-wrapper--events-details .event-body aside > div ul.contact li {
  position: relative;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2em;
}
.page-wrapper--events-details .event-body aside > div ul.contact li i {
  position: absolute;
  left: 2px;
  top: 10px;
  color: #00a0e0;
}
.page-wrapper--events-details .event-body aside > div ul.contact li a {
  text-decoration: none;
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--events-details .event-body aside > div ul.contact li a:hover {
  color: #00a0e0;
}
.page-wrapper--events-details .event-body aside > div .map-link, .page-wrapper--events-details .event-body aside > div + div {
  margin-top: 35px;
}
.page-wrapper--events-details .google-map {
  height: 500px;
  border-bottom: 4px solid #00a0e0;
}
.page-wrapper--events-details .others .others__header {
  padding-bottom: 70px;
}
.page-wrapper--events-details .others .others__header h2 {
  text-align: center;
  text-transform: uppercase;
  color: #003268;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .page-wrapper--events-details > header h1 {
    font-size: 45px;
    font-size: 3rem;
  }
  .page-wrapper--events-details .sub-header .row [class^=col]:last-child {
    text-align: left;
  }
  .page-wrapper--events-details .sub-header .back {
    margin-top: 40px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper--events-details .sub-header .back.offset-2 {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper--events-details .event-body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-wrapper--events-details .event-body aside {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--events-details .sub-header ul.info {
    margin-top: -42px;
  }
  .page-wrapper--events-details .sub-header ul.info li {
    height: auto;
    line-height: 1.2em;
  }
  .page-wrapper--events-details .sub-header ul.info li.when {
    padding: 0;
    line-height: 18px;
    background-color: transparent;
  }
  .page-wrapper--events-details .sub-header ul.info li.when span {
    display: block;
    float: none;
    padding: 12px 30px 12px 80px;
    background-color: #00a0e0;
  }
  .page-wrapper--events-details .sub-header ul.info li.when span:first-child, .page-wrapper--events-details .sub-header ul.info li.when span:last-child {
    width: 100%;
  }
  .page-wrapper--events-details .sub-header ul.info li.when span i {
    left: 30px;
  }
  .page-wrapper--events-details .sub-header ul.info li.when span + span {
    margin-top: 10px;
  }
  .page-wrapper--events-details .sub-header ul.info li + li {
    margin-top: 10px;
  }
}
.page-wrapper--home .intro {
  color: #003268;
}
.page-wrapper--home .intro__body {
  font-weight: 500;
  font-style: normal;
}
.page-wrapper--home .intro__body h1 {
  font-size: 40px;
  font-size: 2.66667rem;
}
.page-wrapper--home .intro__body p.large {
  line-height: 1.2em;
  font-size: 22px;
  font-size: 1.46667rem;
}
.page-wrapper--home .intro__body p.large + ol, .page-wrapper--home .intro__body p.large + p, .page-wrapper--home .intro__body p.large + ul {
  margin-top: 30px;
}
.page-wrapper--home .local-dialogue {
  position: relative;
  background: #003268 url("images/local-dialogue/intro-bg.jpg") no-repeat scroll center top;
  background-size: cover;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  font-size: 1.13333rem;
}
.page-wrapper--home .local-dialogue:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 328px;
  height: 250px;
  background: url("images/local-dialogue/logo.png") no-repeat scroll right center;
  background-size: 100%;
}
.page-wrapper--home .local-dialogue .container {
  min-height: 400px;
}
.page-wrapper--home .local-dialogue .btns {
  margin-top: 46px;
}
.page-wrapper--home .local-dialogue__header {
  margin-bottom: 30px;
}
.page-wrapper--home .local-dialogue__header h1, .page-wrapper--home .local-dialogue__header h2 {
  line-height: 1.1em;
  color: #faaf37;
  font-size: 30px;
  font-size: 2rem;
}
.page-wrapper--home .local-dialogue__header h1 {
  font-weight: 400;
  font-style: normal;
}
.page-wrapper--home .activities-events .pics-overlay {
  opacity: 0.1;
}
.page-wrapper--home .activities-events .section-body .row + .row {
  margin-top: 30px;
}
.page-wrapper--home .latest-publications .section-footer .row + .row {
  margin-top: 15px;
}
.page-wrapper--home .facebook-feed, .page-wrapper--home .flickr-feed {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.page-wrapper--home .facebook-feed .feed-header, .page-wrapper--home .flickr-feed .feed-header {
  position: relative;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.page-wrapper--home .facebook-feed .feed-body {
  height: 320px;
}
.page-wrapper--home .flickr-feed {
  background-color: #faaf37;
}
.page-wrapper--home .flickr-feed .feed-body {
  height: 320px;
}
.page-wrapper--home .flickr-feed .feed-header {
  background: #faaf37;
  background: -moz-linear-gradient(top, #f69f29 0%, #fbba3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f69f29), color-stop(100%, #fbba3e));
  background: -webkit-linear-gradient(top, #f69f29 0%, #fbba3e 100%);
  background: -o-linear-gradient(top, #f69f29 0%, #fbba3e 100%);
  background: -ms-linear-gradient(top, #f69f29 0%, #fbba3e 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f69f29), to(#fbba3e));
  background: linear-gradient(to bottom, #f69f29 0%, #fbba3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$top", endColorstr="$bottom", GradientType=0);
}
.page-wrapper--home .flickr-feed .feed-body {
  overflow: hidden;
  padding: 40px 26px 22px;
  text-align: center;
}
.page-wrapper--home .flickr-feed .feed-body .flick-album {
  display: block;
  position: relative;
  float: left;
  width: 221px;
  height: 240px;
  margin: 0 15px 18px;
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-wrapper--home .flickr-feed .feed-body .flick-album a {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.page-wrapper--home .flickr-feed .feed-body .flick-album a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  background: url("images/home/flickr-gradient.png") repeat-x scroll left top;
}
.page-wrapper--home .flickr-feed .feed-body .flick-album p {
  line-height: 1.2em;
  font-size: 13px;
  font-size: 0.86667rem;
}
.page-wrapper--home .flickr-feed .feed-body .flick-album p + p {
  margin-top: 6px;
}
.page-wrapper--home .flickr-feed .feed-body .flick-album p.title {
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}
.page-wrapper--home .flickr-feed .feed-container {
  overflow: hidden;
  height: 100%;
}
.page-wrapper--home .facebook-feed {
  background-color: #4672cc;
}
.page-wrapper--home .facebook-feed .feed-header {
  background: #4672cc;
  background: -moz-linear-gradient(top, #3c61ae 0%, #517dd9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c61ae), color-stop(100%, #517dd9));
  background: -webkit-linear-gradient(top, #3c61ae 0%, #517dd9 100%);
  background: -o-linear-gradient(top, #3c61ae 0%, #517dd9 100%);
  background: -ms-linear-gradient(top, #3c61ae 0%, #517dd9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#3c61ae), to(#517dd9));
  background: linear-gradient(to bottom, #3c61ae 0%, #517dd9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$top", endColorstr="$bottom", GradientType=0);
}
.page-wrapper--home .facebook-feed .feed-body {
  padding: 40px 35px 65px;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none !important;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper {
  width: 60%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 222px;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper .cff-author a .cff-author-text .cff-page-name {
  color: #fff;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper .cff-author a .cff-author-text .cff-date {
  color: #c6d6f7;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper .cff-post-text {
  color: #fff;
  font-size: 13px;
  font-size: 0.86667rem;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper .cff-post-text .cff-text a {
  color: #ffd200;
  font-weight: 500;
  font-style: normal;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-html5-video, .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-iframe-wrap {
  width: 35%;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-photo {
  width: 35%;
  display: block;
  overflow: hidden;
  max-height: 180px;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-photo:after {
  content: none;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-meta-wrap {
  position: absolute;
  float: none;
  left: 35px;
  bottom: 40px;
  width: 35%;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-meta-wrap .cff-post-links {
  float: none;
  margin-bottom: 12px;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-meta-wrap .cff-post-links a {
  color: #b0caff;
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-view-comments {
  background-color: #ebf2ff;
}
.page-wrapper--home .facebook-feed__nav {
  position: absolute;
  right: 25px;
  bottom: 25px;
}
.page-wrapper--home .facebook-feed__nav a {
  display: inline-block;
  padding: 0 10px;
  font-size: 30px;
  color: #fff;
  opacity: 0.65;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.page-wrapper--home .facebook-feed__nav a:hover {
  opacity: 1;
}
.page-wrapper--home .latest-tweets .tweet {
  text-align: center;
}
.page-wrapper--home .latest-tweets .tweet blockquote p {
  line-height: 1.4em;
  color: #fff;
  font-size: 26px;
  font-size: 1.73333rem;
}
.page-wrapper--home .latest-tweets .tweet blockquote p a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--home .latest-tweets .tweet blockquote p a:hover {
  color: #faaf37;
}
.page-wrapper--home .latest-tweets .tweet .author {
  margin: 20px 0 30px;
}
.page-wrapper--home .latest-tweets .tweet .author a {
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 26px;
  line-height: 50px;
  color: #00a0e0;
  border: 3px solid #00a0e0;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper--home .latest-tweets .tweet ul.buttons {
  display: inline-block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-wrapper--home .latest-tweets .tweet ul.buttons li {
  display: inline-block;
  margin: 0 5px 10px;
}

@media (max-width: 767px) {
  .page-wrapper--home .local-dialogue {
    padding-bottom: 249px;
  }
  .page-wrapper--home .local-dialogue:before {
    width: 300px;
    height: 229px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--home .activities-events [class*=col-sm] + [class*=col-sm] {
    margin-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--home .social-feeds .container .row .col-md-3.col-sm-6 + .col-md-3.col-sm-6 {
    margin-top: 0;
  }
  .page-wrapper--home .social-feeds .container .row .col-md-3.col-sm-6 + .col-md-6 {
    float: left;
  }
}
@media (max-width: 767px) {
  .page-wrapper--home .facebook-feed .feed-body, .page-wrapper--home .flickr-feed .feed-body {
    height: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper--home .flickr-feed .feed-body .flick-album {
    width: 171px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--home .flickr-feed .feed-body .flick-album {
    width: 304px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--home .flickr-feed .feed-body .flick-album {
    display: block;
    float: none;
    width: 100%;
    height: 180px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-meta-wrap, .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-photo, .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper {
    width: 100%;
  }
  .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-photo, .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-text-wrapper {
    float: none;
    max-height: none;
  }
  .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-meta-wrap, .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-photo {
    margin-top: 20px;
  }
  .page-wrapper--home .facebook-feed #cff.cff-thumb-layout .cff-item .cff-meta-wrap {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.page-wrapper--local-dialogue {
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-wrapper--local-dialogue .streaming {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #faaf37;
  z-index: 10000;
}
.page-wrapper--local-dialogue .streaming:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("images/local-dialogue/stream-bg.jpg") no-repeat scroll center;
  background-size: cover;
  opacity: 0.5;
}
.page-wrapper--local-dialogue .streaming .container {
  position: relative;
}
.page-wrapper--local-dialogue .streaming button, .page-wrapper--local-dialogue .streaming p {
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-size: 0.93333rem;
}
.page-wrapper--local-dialogue .streaming button:before {
  display: block;
  position: absolute;
  top: 50%;
  font-family: "epp-cor-icons";
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-wrapper--local-dialogue .streaming p {
  position: relative;
  padding-left: 45px;
  padding-right: 153px;
}
.page-wrapper--local-dialogue .streaming p:before {
  display: block;
  position: absolute;
  top: 50%;
  font-family: "epp-cor-icons";
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e919";
  left: 0;
  font-size: 18px;
}
.page-wrapper--local-dialogue .streaming button {
  position: absolute;
  right: 15px;
  top: 50%;
  padding: 6px 18px 6px 46px;
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.page-wrapper--local-dialogue .streaming button:before {
  content: "\e911";
  left: 18px;
  font-size: 13px;
}
.page-wrapper--local-dialogue .streaming button:hover {
  color: #faaf37;
  background-color: #fff;
}
.page-wrapper--local-dialogue #embeded-stream {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  z-index: 11000;
}
.page-wrapper--local-dialogue #embeded-stream iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.page-wrapper--local-dialogue #embeded-stream button.close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 40px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background: #003268;
  z-index: 11001;
}
.page-wrapper--local-dialogue #embeded-stream button.close i {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.page-wrapper--local-dialogue .intro__content, .page-wrapper--local-dialogue .section__body {
  position: relative;
}
.page-wrapper--local-dialogue .intro__content p, .page-wrapper--local-dialogue .section__body p {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--local-dialogue .intro__content p + p, .page-wrapper--local-dialogue .section__body p + p {
  margin-top: 15px;
}
.page-wrapper--local-dialogue .intro {
  position: relative;
  padding-top: 116px;
  padding-bottom: 135px;
  color: #fff;
  background: #003268 url("images/local-dialogue/intro-bg.jpg") no-repeat scroll center top;
  background-size: cover;
}
.page-wrapper--local-dialogue .intro:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 116px;
  width: 591px;
  height: 451px;
  background: url("images/local-dialogue/logo.png") no-repeat scroll right center;
  background-size: 100%;
}
.page-wrapper--local-dialogue .intro .logo {
  display: block;
  overflow: hidden;
  width: 208px;
  height: 62px;
  margin-bottom: 90px;
  text-indent: -6000px;
  background: url("images/interface/logo.svg") no-repeat scroll center;
}
.page-wrapper--local-dialogue .intro figure.video {
  max-width: 360px;
  margin-top: 40px;
}
.page-wrapper--local-dialogue .intro .more {
  margin-top: 70px;
}
.page-wrapper--local-dialogue .intro .map {
  position: relative;
  top: -500px;
  margin-bottom: -425px;
  padding-left: 45%;
  pointer-events: none;
}
.page-wrapper--local-dialogue .intro .map img {
  width: 100%;
  height: auto;
}
.page-wrapper--local-dialogue .intro.has-countdown:before {
  top: 346px;
}
.page-wrapper--local-dialogue .intro.has-countdown .map {
  top: -295px;
  margin-bottom: -220px;
}
.page-wrapper--local-dialogue .intro__content h1, .page-wrapper--local-dialogue .intro__content h2 {
  line-height: 1.1em;
  font-size: 45px;
  font-size: 3rem;
}
.page-wrapper--local-dialogue .intro__content h1 {
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--local-dialogue .intro__content h2 {
  margin-bottom: 30px;
  font-weight: 300;
  font-style: normal;
}
.page-wrapper--local-dialogue .section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.page-wrapper--local-dialogue .section > header {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.page-wrapper--local-dialogue .section > header h1, .page-wrapper--local-dialogue .section > header h2 {
  line-height: 1.1em;
  text-transform: uppercase;
}
.page-wrapper--local-dialogue .section > header h1.c01, .page-wrapper--local-dialogue .section > header h2.c01 {
  color: #00a0e0 !important;
}
.page-wrapper--local-dialogue .section > header h1.c02, .page-wrapper--local-dialogue .section > header h2.c02 {
  color: #faaf37 !important;
}
.page-wrapper--local-dialogue .section > header h1.c03, .page-wrapper--local-dialogue .section > header h2.c03 {
  color: #003268 !important;
}
.page-wrapper--local-dialogue .section > header h1 {
  margin-bottom: 10px;
  letter-spacing: 3px;
  color: #00a0e0;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}
.page-wrapper--local-dialogue .section > header h2 {
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  font-size: 2.33333rem;
}
.page-wrapper--local-dialogue .section > header.short-sep {
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.page-wrapper--local-dialogue .section > header.short-sep:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  margin-left: -15px;
  border-bottom: 2px solid #00a0e0;
}
.page-wrapper--local-dialogue .section--duo .section__body p {
  font-size: 18px;
  font-size: 1.2rem;
}
.page-wrapper--local-dialogue .section--bgc02 {
  background-color: #faaf37;
}
.page-wrapper--local-dialogue .section--bgc02 > header h1 {
  color: #003268;
}
.page-wrapper--local-dialogue .section--bgc02 > header h2 {
  color: #fff;
}
.page-wrapper--local-dialogue .section--bgc03 {
  color: #fff;
  background-color: #003268;
}
.page-wrapper--local-dialogue .section--bgc03 > header h1 {
  color: #fff;
}
.page-wrapper--local-dialogue .section--bgc03 > header h2 {
  color: #00a0e0;
}
.page-wrapper--local-dialogue .section--bgc09 {
  background-color: #eff4f6;
}
.page-wrapper--local-dialogue .section__body .more {
  margin-top: 50px;
}
.page-wrapper--local-dialogue .duo-container {
  position: relative;
  overflow: hidden;
}
.page-wrapper--local-dialogue .countdown {
  display: inline-block;
  text-align: right;
}
.page-wrapper--local-dialogue .countdown > p {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.86667rem;
}
.page-wrapper--local-dialogue .countdown > p:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
}
.page-wrapper--local-dialogue .countdown > p:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #fff;
  left: 0;
}
.page-wrapper--local-dialogue .countdown > p:after {
  right: 0;
}
.page-wrapper--local-dialogue .countdown__clock {
  display: inline-block;
  padding: 10px 10px 8px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #222;
  background-image: -webkit-linear-gradient(top, #5f5f5f 0%, #222 100%);
  background-image: -o-linear-gradient(top, #5f5f5f 0%, #222 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5f5f5f), to(#222));
  background-image: linear-gradient(to bottom, #5f5f5f 0%, #222 100%);
  background-repeat: repeat-x;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper, .page-wrapper--local-dialogue .flip-clock-wrapper {
  margin: 0;
  padding-bottom: 16px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper ul.flip, .page-wrapper--local-dialogue .flip-clock-wrapper ul.flip {
  width: 44px;
  height: 70px;
  margin: 0;
  padding: 0;
  line-height: 64px;
  border: 2px solid #111;
  border-radius: 5px 0 0 5px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper ul.flip li a div div.inn, .page-wrapper--local-dialogue .flip-clock-wrapper ul.flip li a div div.inn {
  font-size: 54px;
  color: #ffffff;
  border-radius: 0;
  background-color: #333333;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper ul.flip li a div.up, .page-wrapper--local-dialogue .flip-clock-wrapper ul.flip li a div.up {
  border-bottom: 1px solid #111;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper ul.flip + ul.flip, .page-wrapper--local-dialogue .flip-clock-wrapper ul.flip + ul.flip {
  border-left: none;
  border-radius: 0 5px 5px 0;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider {
  width: 18px;
  height: 74px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider:first-child, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider:first-child {
  width: 0;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-label {
  right: -74px;
  top: auto;
  bottom: -16px;
  text-transform: uppercase;
  color: #fff;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-dot, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
  width: 8px;
  height: 8px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-dot.top, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
  top: 22px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-dot.bottom, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
  bottom: 22px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider.days .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
  right: -58px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider.hours .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
  right: -64px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider.minutes .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label {
  right: -68px;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-dot, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-dot {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-meridium a, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-meridium a {
  color: #ffffff;
}
.page-wrapper--local-dialogue .flip-clock-small-wrapper.days-3 .flip-clock-divider.days .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper.days-3 .flip-clock-divider.days .flip-clock-label {
  right: -78px;
}
.page-wrapper--local-dialogue .events {
  position: relative;
}
.page-wrapper--local-dialogue .events > div:after, .page-wrapper--local-dialogue .events > div:before {
  content: "";
  display: table;
}
.page-wrapper--local-dialogue .events > div:after {
  clear: both;
}
.page-wrapper--local-dialogue .events-heading, .page-wrapper--local-dialogue .ld-event-item {
  margin-bottom: 15px;
}
.page-wrapper--local-dialogue .events-heading--upcoming, .page-wrapper--local-dialogue .ld-event-item--upcoming {
  padding-right: 10px;
}
.page-wrapper--local-dialogue .events-heading--past, .page-wrapper--local-dialogue .ld-event-item--past {
  padding-left: 10px;
}
.page-wrapper--local-dialogue .events-heading span, .page-wrapper--local-dialogue .ld-event-item a {
  display: block;
  position: relative;
  padding: 12px 50px 12px 70px;
  letter-spacing: 2px;
  line-height: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  font-size: 1rem;
}
.page-wrapper--local-dialogue .events-heading span:before, .page-wrapper--local-dialogue .ld-event-item a:before {
  display: block;
  position: absolute;
  left: 28px;
  top: 13px;
  font-family: "epp-cor-icons";
  font-size: 20px;
}
.page-wrapper--local-dialogue .events-heading span b, .page-wrapper--local-dialogue .ld-event-item a b {
  font-weight: 500;
  font-style: normal;
}
.page-wrapper--local-dialogue .events-heading.events-heading--upcoming span:before, .page-wrapper--local-dialogue .ld-event-item.ld-event-item--upcoming a:before {
  content: "\e906";
}
.page-wrapper--local-dialogue .events-heading.events-heading--past span:before, .page-wrapper--local-dialogue .ld-event-item.ld-event-item--past a:before {
  content: "\e905";
}
.page-wrapper--local-dialogue .events-heading span {
  border-style: solid;
  border-width: 2px;
  -moz-border-radius: 23px;
  -webkit-border-radius: 23px;
  border-radius: 23px;
}
.page-wrapper--local-dialogue .events-heading--upcoming span {
  border-color: #fff;
}
.page-wrapper--local-dialogue .events-heading--past span {
  color: #faaf37;
  border-color: #faaf37;
}
.page-wrapper--local-dialogue .ld-event-item {
  position: relative;
}
.page-wrapper--local-dialogue .ld-event-item a {
  display: block;
  position: relative;
  text-decoration: none;
  -moz-border-radius: 21px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-item a:after {
  content: "\e918";
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
  font-family: "epp-cor-icons";
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-wrapper--local-dialogue .ld-event-item--upcoming a {
  background-color: #00a0e0;
}
.page-wrapper--local-dialogue .ld-event-item--upcoming a:hover {
  background-color: #007cad;
}
.page-wrapper--local-dialogue .ld-event-item--past a {
  background-color: #faaf37;
}
.page-wrapper--local-dialogue .ld-event-item--past a:hover {
  background-color: #e2860a;
}
.page-wrapper--local-dialogue .ld-event-item.expanded:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -28px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  -moz-animation-name: expanded-arrow;
  -moz-animation-duration: 500ms;
  -moz-animation-timing-function: ease;
  -moz-animation-delay: 350ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  -moz-animation-play-state: running;
  -webkit-animation-name: expanded-arrow;
  -webkit-animation-duration: 500ms;
  -webkit-animation-timing-function: ease;
  -webkit-animation-delay: 350ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-play-state: running;
  -o-animation-name: expanded-arrow;
  -o-animation-duration: 500ms;
  -o-animation-timing-function: ease;
  -o-animation-delay: 350ms;
  -o-animation-iteration-count: 1;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  -o-animation-play-state: running;
  -ms-animation-name: expanded-arrow;
  -ms-animation-duration: 500ms;
  -ms-animation-timing-function: ease;
  -ms-animation-delay: 350ms;
  -ms-animation-iteration-count: 1;
  -ms-animation-direction: normal;
  -ms-animation-fill-mode: forwards;
  -ms-animation-play-state: running;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.page-wrapper--local-dialogue .ld-event-item.expanded a:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-wrapper--local-dialogue .ld-event-item.expanded.ld-event-item--upcoming a {
  color: #00a0e0;
  background-color: #fff;
}
.page-wrapper--local-dialogue .ld-event-item.expanded.ld-event-item--past:after {
  border-bottom-color: #fef0d3;
}
.page-wrapper--local-dialogue .ld-event-item.expanded.ld-event-item--past a {
  color: #003268;
  background-color: #fef0d3;
}
.page-wrapper--local-dialogue .ld-event-details {
  display: none;
  margin-top: 13px;
  margin-bottom: 50px;
  color: #003268;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-details nav {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-details nav a {
  display: block;
  position: relative;
  padding-top: 6px;
  padding-bottom: 6px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #003268;
  font-size: 14px;
  font-size: 0.93333rem;
}
.page-wrapper--local-dialogue .ld-event-details nav a:after {
  display: block;
  position: absolute;
  top: 50%;
  font-family: "epp-cor-icons";
  color: #fff;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease, color 0.25s linear;
  -moz-transition: -moz-transform 0.25s ease, color 0.25s linear;
  -ms-transition: -ms-transform 0.25s ease, color 0.25s linear;
  -o-transition: -o-transform 0.25s ease, color 0.25s linear;
  -webkit-transition: color 0.25s linear, -webkit-transform 0.25s ease;
  transition: color 0.25s linear, -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease, color 0.25s linear;
  transition: transform 0.25s ease, color 0.25s linear;
  transition: transform 0.25s ease, color 0.25s linear, -webkit-transform 0.25s ease;
}
.page-wrapper--local-dialogue .ld-event-details nav a.prev {
  padding-left: 28px;
}
.page-wrapper--local-dialogue .ld-event-details nav a.prev:after {
  content: "\e901";
  left: 0;
}
.page-wrapper--local-dialogue .ld-event-details nav a.next {
  padding-right: 28px;
}
.page-wrapper--local-dialogue .ld-event-details nav a.next:after {
  content: "\e902";
  right: 0;
}
.page-wrapper--local-dialogue .ld-event-details nav a:hover:after {
  color: #003268;
}
.page-wrapper--local-dialogue .ld-event-details nav a:hover.prev:after {
  -moz-transform: translateX(-5px) translateY(-50%);
  -webkit-transform: translateX(-5px) translateY(-50%);
  -o-transform: translateX(-5px) translateY(-50%);
  -ms-transform: translateX(-5px) translateY(-50%);
  transform: translateX(-5px) translateY(-50%);
}
.page-wrapper--local-dialogue .ld-event-details nav a:hover.next:after {
  -moz-transform: translateX(5px) translateY(-50%);
  -webkit-transform: translateX(5px) translateY(-50%);
  -o-transform: translateX(5px) translateY(-50%);
  -ms-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}
.page-wrapper--local-dialogue .ld-event-details--upcoming {
  background-color: #fff;
}
.page-wrapper--local-dialogue .ld-event-details--upcoming nav {
  background-color: #d0ecf8;
}
.page-wrapper--local-dialogue .ld-event-details--past {
  background-color: #fef0d3;
}
.page-wrapper--local-dialogue .ld-event-details--past nav {
  background-color: #fcd991;
}
.page-wrapper--local-dialogue .ld-event-details--past .ld-event-details__content .heading h2, .page-wrapper--local-dialogue .ld-event-details--past .ld-event-details__content .heading h3 {
  color: #003268;
}
.page-wrapper--local-dialogue .ld-event-details--past .ld-event-details__content .body .description .chapter p.title {
  color: #003268;
}
.page-wrapper--local-dialogue .ld-event-details__content {
  padding-top: 50px;
  padding-bottom: 60px;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading {
  position: relative;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading h2, .page-wrapper--local-dialogue .ld-event-details__content .heading h3 {
  line-height: 1.2em;
  color: #00a0e0;
  font-size: 27px;
  font-size: 1.8rem;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading h2, .page-wrapper--local-dialogue .ld-event-details__content .heading p {
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading h3 {
  margin-bottom: 4px;
  font-weight: 300;
  font-style: normal;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading p {
  margin-bottom: 4px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.8rem;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 26px;
  line-height: 1em;
  text-align: center;
  color: #003268;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page-wrapper--local-dialogue .ld-event-details__content .heading .close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description {
  font-size: 18px;
  font-size: 1.2rem;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter:before {
  content: "";
  display: block;
  width: 15px;
  margin: 20px 0;
  border-top: 2px solid #00a0e0;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter li, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter p {
  line-height: 1.3em;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter ol + ol, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter ol + p, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter ol + ul {
  margin-top: 12px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter p + ol, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter p + p, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter p + ul {
  margin-top: 12px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter ul + ol, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter ul + p, .page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter ul + ul {
  margin-top: 12px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter p.title {
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1rem;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter a {
  text-decoration: underline;
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter a:hover {
  color: #00a0e0;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .description .chapter img {
  max-width: 100%;
  height: auto;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .sharethis {
  margin-top: 45px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .sharethis p {
  position: relative;
  padding-right: 26px;
  text-transform: none;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .sharethis p i {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  margin-right: 0;
  font-size: 22px;
  font-weight: normal;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .sharethis ul li a {
  position: relative;
  color: #00a0e0 !important;
  border-color: #003268 !important;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .sharethis ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-wrapper--local-dialogue .ld-event-details__content .body .sharethis ul li a:hover {
  color: #fff !important;
  background-color: #003268 !important;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside {
  margin-top: 40px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a {
  display: block;
  position: relative;
  width: 100%;
  min-height: 64px;
  padding-right: 80px;
  padding-top: 22px;
  line-height: 20px;
  text-align: right;
  text-decoration: none;
  color: rgba(0, 160, 224, 0.45);
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.13333rem;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:after, .page-wrapper--local-dialogue .ld-event-details__content .body .aside a:before, .page-wrapper--local-dialogue .ld-event-details__content .body .aside a span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 64px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:before, .page-wrapper--local-dialogue .ld-event-details__content .body .aside a span {
  height: 64px;
  margin-top: -32px;
  background-color: #00a0e0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:before {
  content: "";
  -webkit-transition: background-color 0.25s linear, opacity 0.25s linear;
  -moz-transition: background-color 0.25s linear, opacity 0.25s linear;
  -ms-transition: background-color 0.25s linear, opacity 0.25s linear;
  -o-transition: background-color 0.25s linear, opacity 0.25s linear;
  transition: background-color 0.25s linear, opacity 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:after {
  font-family: "epp-cor-icons";
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a.pics:before {
  opacity: 0;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a.pics:after {
  content: "\e91a";
  display: none;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a.pics span {
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-filter 0.25s linear, opacity 0.25s linear;
  -moz-transition: -moz-filter 0.25s linear, opacity 0.25s linear;
  -ms-transition: -ms-filter 0.25s linear, opacity 0.25s linear;
  -o-transition: -o-filter 0.25s linear, opacity 0.25s linear;
  -webkit-transition: opacity 0.25s linear, -webkit-filter 0.25s linear;
  transition: opacity 0.25s linear, -webkit-filter 0.25s linear;
  -o-transition: filter 0.25s linear, opacity 0.25s linear;
  transition: filter 0.25s linear, opacity 0.25s linear;
  transition: filter 0.25s linear, opacity 0.25s linear, -webkit-filter 0.25s linear;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a.video:after {
  content: "\e913";
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a.doc:after {
  content: "\e90b";
  font-size: 26px;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:hover {
  color: #00a0e0;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:hover:before {
  background-color: #003268;
  opacity: 1;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a:hover span {
  opacity: 0.75;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-filter: gray;
  filter: gray;
}
.page-wrapper--local-dialogue .ld-event-details__content .body .aside a + a {
  margin-top: 14px;
}
.page-wrapper--local-dialogue .photos {
  position: relative;
}
.page-wrapper--local-dialogue .photos ul.photos-slider {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #2e2e2e;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li {
  float: left;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background-color: #2e2e2e;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a:after {
  display: block;
  position: absolute;
  font-family: "epp-cor-icons";
  font-weight: 400;
  color: #fff;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a:before {
  display: block;
  position: absolute;
  font-family: "epp-cor-icons";
  font-weight: 400;
  color: #fff;
  content: "\e90f";
  right: 10px;
  top: 10px;
  font-size: 18px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a:after {
  content: "\e915";
  left: 50%;
  top: 50%;
  font-size: 52px;
  z-index: 3;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a:hover:before {
  opacity: 1;
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a:hover:after {
  -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
}
.page-wrapper--local-dialogue .photos ul.photos-slider > li a:hover img {
  opacity: 0.15;
}
.page-wrapper--local-dialogue .photos + .videos {
  margin-top: 120px;
}
.page-wrapper--local-dialogue .videos {
  position: relative;
}
.page-wrapper--local-dialogue .videos ul.videos-slider {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li {
  float: left;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background-color: #2e2e2e;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a:after {
  display: block;
  position: absolute;
  font-family: "epp-cor-icons";
  font-weight: 400;
  color: #fff;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a:before {
  display: block;
  position: absolute;
  font-family: "epp-cor-icons";
  font-weight: 400;
  color: #fff;
  content: "\e90f";
  right: 10px;
  top: 10px;
  font-size: 18px;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a:after {
  content: "\e917";
  left: 50%;
  top: 50%;
  font-size: 52px;
  z-index: 3;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0, 0);
  transform: translateX(-50%) translateY(-50%) scale(0, 0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  -webkit-transition: opacity 0.25s linear;
  -moz-transition: opacity 0.25s linear;
  -ms-transition: opacity 0.25s linear;
  -o-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a:hover:before {
  opacity: 1;
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a:hover:after {
  -moz-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
}
.page-wrapper--local-dialogue .videos ul.videos-slider > li a:hover img {
  opacity: 0.15;
}
.page-wrapper--local-dialogue .testimonial blockquote {
  display: block;
  position: relative;
  padding-bottom: 36px;
}
.page-wrapper--local-dialogue .testimonial blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 32px;
  bottom: 0;
  border-right: 64px solid transparent;
  border-top: 36px solid #fff;
}
.page-wrapper--local-dialogue .testimonial blockquote p {
  display: block;
  width: 100%;
  height: 100%;
  padding: 32px 40px;
  line-height: 1.3em;
  color: #00a0e0;
  background-color: #fff;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page-wrapper--local-dialogue .testimonial blockquote p:before {
  content: "“";
}
.page-wrapper--local-dialogue .testimonial blockquote p:after {
  content: "”";
}
.page-wrapper--local-dialogue .testimonial cite {
  display: block;
  margin-top: 20px;
}
.page-wrapper--local-dialogue .testimonial cite h1, .page-wrapper--local-dialogue .testimonial cite h2 {
  line-height: 1.2em;
}
.page-wrapper--local-dialogue .testimonial cite h1 {
  color: #00a0e0;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}
.page-wrapper--local-dialogue .testimonial cite h2 {
  margin-top: 4px;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}
.page-wrapper--local-dialogue .testimonial--odd blockquote:before {
  border-top-color: #003268;
}
.page-wrapper--local-dialogue .testimonial--odd blockquote:after {
  content: "";
  display: block;
  position: absolute;
  left: 38px;
  bottom: 10px;
  border-right: 56px solid transparent;
  border-top: 32px solid #fff;
}
.page-wrapper--local-dialogue .testimonial--odd blockquote p {
  border: 6px solid #003268;
}
.page-wrapper--local-dialogue .testimonial--odd.testimonial--bgc09 blockquote:after {
  border-top-color: #eff4f6;
}
.page-wrapper--local-dialogue .testimonial--odd.testimonial--bgc09 blockquote p {
  background-color: #eff4f6;
}
.page-wrapper--local-dialogue .tweet {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
.page-wrapper--local-dialogue .tweet blockquote {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}
.page-wrapper--local-dialogue .tweet blockquote p {
  line-height: 1.4em;
  color: #fff;
  font-size: 22px;
  font-size: 1.46667rem;
}
.page-wrapper--local-dialogue .tweet blockquote p a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--local-dialogue .tweet blockquote p a:hover {
  color: #faaf37;
}
.page-wrapper--local-dialogue .tweet cite {
  display: block;
  margin-top: 22px;
}
.page-wrapper--local-dialogue .tweet cite a {
  display: inline-block;
  width: 56px;
  height: 56px;
  font-size: 26px;
  line-height: 50px;
  color: #00a0e0;
  border: 3px solid #00a0e0;
  background-color: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page-wrapper--local-dialogue .ld-article-item {
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.1);
}
.page-wrapper--local-dialogue .ld-article-item header {
  position: relative;
  cursor: pointer;
}
.page-wrapper--local-dialogue .ld-article-item header img {
  width: 100%;
  height: auto;
}
.page-wrapper--local-dialogue .ld-article-item header:after {
  pointer-events: none;
}
.page-wrapper--local-dialogue .ld-article-item header:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-article-item header:after {
  content: "\f2c7";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 60px;
  margin-top: -30px;
  font-family: "Ionicons";
  font-size: 42px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -moz-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page-wrapper--local-dialogue .ld-article-item header:hover:before {
  background-color: rgba(0, 50, 104, 0.8);
}
.page-wrapper--local-dialogue .ld-article-item header:hover:after {
  opacity: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-wrapper--local-dialogue .ld-article-item footer {
  padding: 0 30px 35px;
}
.page-wrapper--local-dialogue .ld-article-item footer a {
  display: inline-block;
  padding: 7px 28px;
  letter-spacing: 2px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #faaf37;
  outline: none;
  background-color: #faaf37;
  font-weight: 600;
  font-style: normal;
  font-size: 11px;
  font-size: 0.73333rem;
  -moz-border-radius: 15.5px;
  -webkit-border-radius: 15.5px;
  border-radius: 15.5px;
  -webkit-transition: color 0.25s linear, background-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.25s linear;
}
.page-wrapper--local-dialogue .ld-article-item footer a:hover {
  color: #faaf37;
  background-color: transparent;
}
.page-wrapper--local-dialogue .ld-article-item--hl {
  background-color: #003268;
}
.page-wrapper--local-dialogue .ld-article-item--hl footer a {
  border: 2px solid #00a0e0;
  background-color: #00a0e0;
}
.page-wrapper--local-dialogue .ld-article-item--hl footer a:hover {
  color: #fff;
  background-color: transparent;
}
.page-wrapper--local-dialogue .ld-article-item--hl .ld-article-item__body h1 {
  color: #fff;
}
.page-wrapper--local-dialogue .ld-article-item--hl .ld-article-item__body time {
  color: #faaf37;
}
.page-wrapper--local-dialogue .ld-article-item__body {
  overflow: hidden;
  padding: 28px 30px 45px;
}
.page-wrapper--local-dialogue .ld-article-item__body h1 {
  line-height: 1.2em;
  color: #353535;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  font-size: 1.46667rem;
}
.page-wrapper--local-dialogue .ld-article-item__body time {
  display: block;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}
.page-wrapper--local-dialogue #surveys .list {
  position: relative;
  margin-top: 55px;
  padding-top: 340px;
}
.page-wrapper--local-dialogue #surveys .list:after {
  display: block;
  position: absolute;
  left: 50%;
  font-family: "epp-cor-icons";
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.page-wrapper--local-dialogue #surveys .list:before {
  display: block;
  position: absolute;
  left: 50%;
  font-family: "epp-cor-icons";
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "\e91b";
  top: 0;
  width: 215px;
  height: 215px;
  font-size: 82px;
  line-height: 215px;
  color: #003268;
  background-color: #e1f3fc;
}
.page-wrapper--local-dialogue #surveys .list:after {
  content: "\e900";
  top: 210px;
  width: 75px;
  height: 75px;
  font-size: 30px;
  line-height: 75px;
  color: #fff;
  background-color: #003268;
}
.page-wrapper--local-dialogue #surveys .list .title, .page-wrapper--local-dialogue #surveys .list .page-footer ul.menu li {
  margin-bottom: 45px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}

@supports (mix-blend-mode: multiply) {
  .page-wrapper--local-dialogue .streaming:before {
    mix-blend-mode: multiply;
  }
}
@media (min-width: 1200px) and (max-width: 1288px) {
  .page-wrapper--local-dialogue .streaming button {
    right: 60px;
  }
}
@media (min-width: 992px) and (max-width: 1080px) {
  .page-wrapper--local-dialogue .streaming button {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .page-wrapper--local-dialogue .streaming {
    height: auto;
    padding-right: 71px;
  }
  .page-wrapper--local-dialogue .streaming p {
    padding-left: 0;
    padding-right: 0;
  }
  .page-wrapper--local-dialogue .streaming p:before {
    display: none;
  }
  .page-wrapper--local-dialogue .streaming button {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 15px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper--local-dialogue .intro:before {
    width: 400px;
    height: 305px;
  }
  .page-wrapper--local-dialogue .intro .map {
    top: -560px;
    margin-bottom: -485px;
  }
  .page-wrapper--local-dialogue .intro.has-countdown .map {
    top: -500px;
    margin-bottom: -425px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--local-dialogue .intro:before {
    top: 116px;
    width: 360px;
    height: 275px;
  }
  .page-wrapper--local-dialogue .intro .logo {
    margin-bottom: 160px;
  }
  .page-wrapper--local-dialogue .intro .map {
    top: -350px;
    margin-bottom: -300px;
    padding-left: 0;
    text-align: right;
  }
  .page-wrapper--local-dialogue .intro .map img {
    width: 346px;
  }
  .page-wrapper--local-dialogue .intro.has-countdown .map {
    top: -530px;
  }
  .page-wrapper--local-dialogue .intro.stream-enabled {
    padding-top: 165px;
  }
  .page-wrapper--local-dialogue .intro.stream-enabled:before {
    top: 165px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue .intro {
    padding-top: 76px;
  }
  .page-wrapper--local-dialogue .intro.has-countdown:before, .page-wrapper--local-dialogue .intro:before {
    top: 76px;
    width: 120px;
    height: 92px;
  }
  .page-wrapper--local-dialogue .intro .logo {
    margin-bottom: 60px;
  }
  .page-wrapper--local-dialogue .intro .video {
    max-width: none;
  }
  .page-wrapper--local-dialogue .intro.has-countdown .map, .page-wrapper--local-dialogue .intro .map {
    top: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 30px;
  }
  .page-wrapper--local-dialogue .intro.stream-enabled {
    padding-top: 180px;
  }
  .page-wrapper--local-dialogue .intro.stream-enabled:before {
    top: 180px;
  }
}
@media (min-width: 992px) {
  .page-wrapper--local-dialogue .section--duo {
    float: left;
    width: 50%;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue .section--duo {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .page-wrapper--local-dialogue .countdown > p {
    display: block;
  }
}
@media (max-width: 480px) {
  .page-wrapper--local-dialogue .flip-clock-small-wrapper ul.flip, .page-wrapper--local-dialogue .flip-clock-wrapper ul.flip {
    width: 36px;
    height: 58px;
    line-height: 52px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper ul.flip li a div div.inn, .page-wrapper--local-dialogue .flip-clock-wrapper ul.flip li a div div.inn {
    font-size: 40px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider {
    width: 16px;
    height: 62px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-dot, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
    width: 6px;
    height: 6px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-dot.top, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.top {
    top: 20px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider .flip-clock-dot.bottom, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider .flip-clock-dot.bottom {
    bottom: 20px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider.days .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider.days .flip-clock-label {
    right: -47px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider.hours .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider.hours .flip-clock-label {
    right: -53px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper .flip-clock-divider.minutes .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper .flip-clock-divider.minutes .flip-clock-label {
    right: -57px;
  }
  .page-wrapper--local-dialogue .flip-clock-small-wrapper.days-3 .flip-clock-divider.days .flip-clock-label, .page-wrapper--local-dialogue .flip-clock-wrapper.days-3 .flip-clock-divider.days .flip-clock-label {
    right: -67px;
  }
}
@media (min-width: 768px) {
  .page-wrapper--local-dialogue .events .events-heading.events-heading--upcoming span, .page-wrapper--local-dialogue .events .ld-event-item.ld-event-item--upcoming a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .page-wrapper--local-dialogue .events .events-heading.events-heading--past span, .page-wrapper--local-dialogue .events .ld-event-item.ld-event-item--past a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue .events-heading--past, .page-wrapper--local-dialogue .events-heading--upcoming, .page-wrapper--local-dialogue .ld-event-item--past, .page-wrapper--local-dialogue .ld-event-item--upcoming {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue .ld-event-details {
    margin-top: 27px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside a.doc, .page-wrapper--local-dialogue .ld-event-details__content .body .aside a.pics {
    padding-top: 13px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue .ld-event-details__content .heading .close {
    top: -32px;
  }
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dde7f0;
  }
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside a {
    min-height: 44px;
    padding-left: 54px;
    padding-top: 12px;
    padding-right: 0;
    text-align: left;
  }
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside a:after {
    left: 0;
    right: auto;
    width: 44px;
  }
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside a:before {
    left: 0;
    right: auto;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside a:after {
    font-size: 20px;
  }
  .page-wrapper--local-dialogue .ld-event-details__content .body .aside a.doc:after {
    font-size: 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper--local-dialogue .tweet blockquote {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--local-dialogue .tweet blockquote {
    width: 260px;
  }
}
.page-footer ul.menu .page-wrapper--local-dialogue #surveys .list li {
  margin-bottom: 45px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #00a0e0;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}

.page-wrapper--local-dialogue #surveys .list ul {
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0 -15px -25px;
  padding: 0;
}
.page-wrapper--local-dialogue #surveys .list ul li {
  float: left;
  width: 33.33333%;
  margin-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.page-wrapper--local-dialogue #surveys .list .caption {
  margin-top: 40px;
  color: #00a0e0;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}
.page-wrapper--local-dialogue .go-surveys {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 51px;
  width: 75px;
  height: 75px;
  background-color: #faaf37;
  cursor: pointer;
  z-index: 7500;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.page-wrapper--local-dialogue .go-surveys:after {
  content: "\e91b";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "epp-cor-icons";
  font-size: 30px;
  line-height: 75px;
  text-align: center;
  color: #fff;
}
.page-wrapper--local-dialogue .go-surveys:hover {
  background-color: #f69f29;
}
.page-wrapper--local-dialogue .go-surveys.fixed {
  position: fixed;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--local-dialogue #surveys .list ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue #surveys .list ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-wrapper--local-dialogue .go-surveys {
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
  }
  .page-wrapper--local-dialogue .go-surveys:after {
    font-size: 22px;
    line-height: 54px;
  }
}
.page-wrapper--medias-galleries {
  overflow-y: hidden;
}
.page-wrapper--medias-galleries .intro {
  padding-top: 45px;
  padding-bottom: 45px;
  color: #003268;
}
.page-wrapper--medias-galleries .galleries {
  position: relative;
  padding-top: 65px;
  padding-bottom: 90px;
}
.page-wrapper--medias-galleries .galleries:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.page-wrapper--medias-galleries .galleries:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  left: 0;
  background-color: #e1f3fc;
}
.page-wrapper--medias-galleries .galleries:after {
  right: 0;
  background-color: #99d9f3;
}
.page-wrapper--medias-galleries .galleries > .container {
  position: relative;
  z-index: 999;
}
.page-wrapper--medias-galleries .list__header {
  margin-bottom: 45px;
  text-align: center;
}
.page-wrapper--medias-galleries .list__header h2 {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  padding-right: 24px;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--medias-galleries .list__header h2:after {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 16px;
  border-top: 1px solid #003268;
}
.page-wrapper--medias-galleries .list__header h2:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  width: 16px;
  border-top: 1px solid #003268;
  left: 0;
}
.page-wrapper--medias-galleries .list__header h2:after {
  right: 0;
}
.page-wrapper--medias-galleries .list__items {
  margin-bottom: -30px;
}

@media (max-width: 991px) {
  .page-wrapper--medias-galleries .galleries {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-wrapper--medias-galleries .galleries:after, .page-wrapper--medias-galleries .galleries:before {
    display: none;
  }
  .page-wrapper--medias-galleries .list {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-wrapper--medias-galleries .list:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 6000px;
    height: 100%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-wrapper--medias-galleries .list--pictures:before {
    background-color: #e1f3fc;
  }
  .page-wrapper--medias-galleries .list--videos:before {
    background-color: #99d9f3;
  }
}
.page-wrapper--members, .page-wrapper--covid19 {
  background-color: #f0f0f0;
}

@media (max-width: 1200px) {
  .page-wrapper--members, .page-wrapper--covid19 {
    padding: 40px 80px;
  }
}
@media (max-width: 991px) {
  .page-wrapper--members, .page-wrapper--covid19 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--members, .page-wrapper--covid19 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-wrapper--members .countries-list, .page-wrapper--covid19 .countries-list {
  position: relative;
  left: auto;
  top: auto;
  width: 100%;
  z-index: 503;
}

.page-wrapper--members .countries-list .customSelect .page-wrapper--covid19 .countries-list .customSelect {
  display: block;
  margin-right: 0;
  width: 100%;
}
.page-wrapper--members .countries-list .customSelect .customSelectInner {
  width: 100% !important;
}

.page-wrapper--covid19 .countries-list .customSelect .customSelectInner {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .page-wrapper--members .countries-list, .page-wrapper--covid19 .countries-list {
    display: none;
  }
}
.page-wrapper--members .map-container {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 500;
}

.page-wrapper--covid19 .map-container {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 500;
  right: -200px;
}

@media (max-width: 1600px) {
  .page-wrapper--members .map-container, .page-wrapper--covid19 .map-container {
    right: -270px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper--members .map-container, .page-wrapper--covid19 .map-container {
    display: none;
  }
}
.page-wrapper--members .panel {
  position: relative;
  width: 580px;
  min-height: 874px;
  margin-left: 80px;
  margin-top: 40px;
  margin-bottom: 65px;
  z-index: 502;
}

.page-wrapper--covid19 .panel {
  position: relative;
  width: 580px;
  min-height: 874px;
  margin-left: 80px;
  margin-top: 40px;
  margin-bottom: 65px;
  z-index: 502;
  min-height: 674px;
  width: 780px;
}

.page-wrapper--members .panel .prints {
  margin-bottom: 20px;
}
.page-wrapper--members .panel .prints ul {
  display: block;
  overflow: hidden;
  list-style: none;
  margin: 0 -7px;
  padding: 0;
}
.page-wrapper--members .panel .prints ul li {
  float: left;
  width: 50%;
  padding-left: 7px;
  padding-right: 7px;
}
.page-wrapper--members .panel .prints ul li .button, .page-wrapper--members .panel .prints ul li .form--white .webform-button--submit {
  display: block;
  width: 100%;
  text-align: center;
}

.form--white .page-wrapper--members .panel .prints ul li .webform-button--submit, .page-wrapper--members .panel .prints ul li .page-node-type-page form .webform-button--submit, .page-node-type-page form .page-wrapper--members .panel .prints ul li .webform-button--submit, .page-wrapper--members .panel .prints ul li #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .page-wrapper--members .panel .prints ul li button, .page-wrapper--members .panel .prints ul li .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .page-wrapper--members .panel .prints ul li a {
  display: block;
  width: 100%;
  text-align: center;
}

.page-wrapper--members .panel .prints .button, .page-wrapper--members .panel .prints .form--white .webform-button--submit {
  display: block;
}

.form--white .page-wrapper--members .panel .prints .webform-button--submit, .page-wrapper--members .panel .prints .page-node-type-page form .webform-button--submit, .page-node-type-page form .page-wrapper--members .panel .prints .webform-button--submit, .page-wrapper--members .panel .prints #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .page-wrapper--members .panel .prints button, .page-wrapper--members .panel .prints .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .page-wrapper--members .panel .prints a {
  display: block;
}

.page-wrapper--members .panel .filter, .page-wrapper--covid19 .panel .filter {
  margin-bottom: 20px;
}

.page-wrapper--members .panel .views, .page-wrapper--covid19 .panel form {
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.05);
  box-shadow: 3px 3px 5px 0 rgba(43, 43, 43, 0.05);
}

.page-wrapper--members .panel form, .page-wrapper--covid19 .panel form {
  position: relative;
  margin-bottom: 20px;
}

.page-wrapper--members .panel form input[name=search], .page-wrapper--covid19 .panel form input[name=search] {
  display: block;
  width: 100%;
  padding: 18px 70px 18px 35px;
}

.page-wrapper--members .panel form button, .page-wrapper--covid19 .panel form button {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  margin: 0;
  padding: 10px;
  border: none;
  outline: none;
  background: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-wrapper--members .panel .intro, .page-wrapper--covid19 .panel .intro {
  margin-top: 40px;
}

.page-wrapper--members .panel .intro p, .page-wrapper--covid19 .panel .intro p {
  color: #003268;
  font-weight: 500;
  font-style: normal;
}

.page-wrapper--members .panel .intro p + p, .page-wrapper--covid19 .panel .intro p + p {
  margin-top: 15px;
}

.page-wrapper--members .panel .views, .page-wrapper--covid19 .panel .views {
  display: none;
  position: relative;
  overflow: hidden;
  height: 800px;
}

.page-wrapper--members .panel .views h2, .page-wrapper--covid19 .panel .views h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--members .panel .views .scrollview, .page-wrapper--covid19 .panel .views .scrollview {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: -moz-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: -ms-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: -o-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.page-wrapper--members .panel .views .scrollview.p-search, .page-wrapper--covid19 .panel .views .scrollview.p-search {
  -moz-transform: translateX(580px);
  -webkit-transform: translateX(580px);
  -o-transform: translateX(580px);
  -ms-transform: translateX(580px);
  transform: translateX(580px);
}

.page-wrapper--members .panel .views .scrollview.p-details, .page-wrapper--covid19 .panel .views .scrollview.p-details {
  -moz-transform: translateX(-580px);
  -webkit-transform: translateX(-580px);
  -o-transform: translateX(-580px);
  -ms-transform: translateX(-580px);
  transform: translateX(-580px);
}

.page-wrapper--members .panel .views .member, .page-wrapper--members .panel .views .members, .page-wrapper--members .panel .views .search-result {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  width: 580px;
  height: 800px;
}

.page-wrapper--covid19 .panel .views .member, .page-wrapper--covid19 .panel .views .members, .page-wrapper--covid19 .panel .views .search-result {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  width: 580px;
  height: 800px;
}
.page-wrapper--covid19 .panel .views .members {
  width: 780px;
}

.page-wrapper--members .panel .views .members, .page-wrapper--members .panel .views .member {
  background-color: #fff;
}

.page-wrapper--covid19 .panel .views .members, .page-wrapper--covid19 .panel .views .member {
  background-color: #fff;
}

.page-wrapper--members .panel .views .member .header, .page-wrapper--members .panel .views .members .header {
  position: relative;
  padding: 12px 35px;
  color: #fff;
  background-color: #00a0e0;
}

.page-wrapper--covid19 .panel .views .member .header, .page-wrapper--covid19 .panel .views .members .header {
  position: relative;
  padding: 12px 35px;
  color: #fff;
  background-color: #00a0e0;
}

.page-wrapper--members .panel .views .member .header button, .page-wrapper--members .panel .views .members .header button {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 7px 23px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  font-size: 0.73333rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-wrapper--covid19 .panel .views .member .header button, .page-wrapper--covid19 .panel .views .members .header button {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  padding: 7px 23px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  border: 2px solid #fff;
  background-color: transparent;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  font-size: 0.73333rem;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-wrapper--members .panel .views .member .body, .page-wrapper--members .panel .views .members .body {
  padding: 30px 35px;
}

.page-wrapper--covid19 .panel .views .member .body, .page-wrapper--covid19 .panel .views .members .body {
  padding: 30px 35px;
}

@media (max-width: 1200px) {
  .page-wrapper--members .panel .views .member .header button, .page-wrapper--members .panel .views .members .header button {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 10px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .page-wrapper--covid19 .panel .views .member .header button, .page-wrapper--covid19 .panel .views .members .header button {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
    margin-top: 10px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.page-wrapper--members .panel .views .member .others, .page-wrapper--members .panel .views .members .body {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.page-wrapper--covid19 .panel .views .member .others, .page-wrapper--covid19 .panel .views .members .body {
  position: relative;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}

.page-wrapper--members .panel .views .members, .page-wrapper--covid19 .panel .views .members {
  left: 0px;
}

.page-wrapper--members .panel .views .member, .page-wrapper--covid19 .panel .views .member {
  left: 580px;
}

.page-wrapper--members .panel .views .member .body .main, .page-wrapper--covid19 .panel .views .member .body .main {
  position: relative;
  min-height: 135px;
  padding-right: 130px;
}

.page-wrapper--members .panel .views .member .body .main .extended-position.full-member, .page-wrapper--members .panel .views .member .body .main h3.full-member {
  color: #00a0e0;
}
.page-wrapper--members .panel .views .member .body .main .extended-position.full-member.shuline:after {
  border-bottom-color: #003268;
}
.page-wrapper--members .panel .views .member .body .main h3 {
  line-height: 1.1;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}
.page-wrapper--members .panel .views .member .body .main h3.full-member.shuline:after {
  border-bottom-color: #003268;
}
.page-wrapper--members .panel .views .member .body .main h3 span {
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}
.page-wrapper--members .panel .views .member .body .main img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100px;
  max-height: 135px;
  width: auto;
  height: auto;
}
.page-wrapper--members .panel .views .member .body .main .extended-position {
  color: #003268;
  font-weight: 700;
  font-style: normal;
}
.page-wrapper--members .panel .views .member .body .main .position .c01 {
  color: #00a0e0;
}
.page-wrapper--members .panel .views .member .body > ul {
  list-style: none;
  margin: 30px 0 40px;
  padding: 0 0 28px;
  border-bottom: 1px solid #003268;
}
.page-wrapper--members .panel .views .member .body > ul > li {
  padding: 12px 0;
  border-top: 1px solid #e5e4e4;
}
.page-wrapper--members .panel .views .member .body > ul > li ul {
  list-style: disc;
  margin-top: 5px;
  padding-left: 20px;
}
.page-wrapper--members .panel .views .member .body > ul > li a {
  text-decoration: none;
  color: #00a0e0;
}
.page-wrapper--members .panel .views .member-item {
  position: relative;
  float: left;
  width: 230px;
  margin: 0 15px 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e4e4;
}
.page-wrapper--members .panel .views .member-item h1 {
  line-height: 1.1;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--members .panel .views .member-item h1 span {
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}
.page-wrapper--members .panel .views .member-item .more {
  margin-top: 18px;
}
.page-wrapper--members .panel .views .member-item .more a.button, .page-wrapper--members .panel .views .member-item .more .form--white a.webform-button--submit {
  background-color: #003268;
}

.form--white .page-wrapper--members .panel .views .member-item .more a.webform-button--submit, .page-wrapper--members .panel .views .member-item .more .page-node-type-page form a.webform-button--submit, .page-node-type-page form .page-wrapper--members .panel .views .member-item .more a.webform-button--submit, .page-wrapper--members .panel .views .member-item .more .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .page-wrapper--members .panel .views .member-item .more a {
  background-color: #003268;
}

.page-wrapper--members .panel .views .member-item.full-member .extended-position, .page-wrapper--members .panel .views .member-item.full-member h1 {
  color: #00a0e0;
}
.page-wrapper--members .panel .views .member-item.full-member .extended-position.shuline:after, .page-wrapper--members .panel .views .member-item.full-member h1.shuline:after {
  border-bottom-color: #003268;
}
.page-wrapper--members .panel .views .member-item.full-member .more a.button, .page-wrapper--members .panel .views .member-item.full-member .more .form--white a.webform-button--submit {
  background-color: #00a0e0;
}

.form--white .page-wrapper--members .panel .views .member-item.full-member .more a.webform-button--submit, .page-wrapper--members .panel .views .member-item.full-member .more .page-node-type-page form a.webform-button--submit, .page-node-type-page form .page-wrapper--members .panel .views .member-item.full-member .more a.webform-button--submit, .page-wrapper--members .panel .views .member-item.full-member .more .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .page-wrapper--members .panel .views .member-item.full-member .more a {
  background-color: #00a0e0;
}

.page-wrapper--members .panel .views .search-result, .page-wrapper--covid19 .panel .views .search-result {
  left: -580px;
  padding: 25px 35px;
}

.page-wrapper--members .panel .views .search-result h2, .page-wrapper--covid19 .panel .views .search-result h2 {
  color: #003268;
}

.page-wrapper--members .panel .views .search-result .title, .page-wrapper--members .panel .views .search-result .page-footer ul.menu li {
  margin-bottom: 18px;
  text-decoration: underline;
  font-weight: 700;
  font-style: normal;
}

.page-footer ul.menu .page-wrapper--members .panel .views .search-result li {
  margin-bottom: 18px;
  text-decoration: underline;
  font-weight: 700;
  font-style: normal;
}

.page-wrapper--covid19 .panel .views .search-result .title, .page-wrapper--covid19 .panel .views .search-result .page-footer ul.menu li {
  margin-bottom: 18px;
  text-decoration: underline;
  font-weight: 700;
  font-style: normal;
}

.page-footer ul.menu .page-wrapper--covid19 .panel .views .search-result li {
  margin-bottom: 18px;
  text-decoration: underline;
  font-weight: 700;
  font-style: normal;
}

.page-wrapper--members .panel .views .search-result p:not(.title) + p, .page-wrapper--members .panel .views .search-result p:not(.title) + ul {
  margin-top: 25px;
}
.page-wrapper--members .panel .views .search-result ul + p, .page-wrapper--members .panel .views .search-result ul + ul {
  margin-top: 25px;
}

.page-wrapper--covid19 .panel .views .search-result p:not(.title) + p, .page-wrapper--covid19 .panel .views .search-result p:not(.title) + ul {
  margin-top: 25px;
}
.page-wrapper--covid19 .panel .views .search-result ul + p, .page-wrapper--covid19 .panel .views .search-result ul + ul {
  margin-top: 25px;
}

.page-wrapper--members .panel .views .search-result ul, .page-wrapper--covid19 .panel .views .search-result ul {
  margin: 0;
  padding-left: 20px;
}

.page-wrapper--members .panel .views .search-result ul li + li {
  margin-top: 5px;
}
.page-wrapper--members .panel .views .search-result ul li a {
  text-decoration: none;
  color: #00a0e0;
  font-weight: 500;
  font-style: normal;
}
.page-wrapper--members .map-tools {
  position: absolute;
  left: 720px;
  top: 40px;
  z-index: 501;
}

@media (min-width: 1200px) and (max-width: 1335px) {
  .page-wrapper--members .panel, .page-wrapper--covid19 .panel {
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -moz-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
}
@media (max-width: 1200px) {
  .page-wrapper--members .panel, .page-wrapper--covid19 .panel {
    width: 100%;
    min-height: inherit;
    margin-left: 0;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .page-wrapper--members .panel .views {
    height: auto;
  }
  .page-wrapper--members .panel .views .scrollview {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .page-wrapper--members .panel .views .scrollview.p-details {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .page-wrapper--members .panel .views .scrollview.p-search {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .page-wrapper--members .panel .views .scrollview.p-search .search-result {
    display: block;
  }
  .page-wrapper--members .panel .views .scrollview.p-search .members, .page-wrapper--members .panel .views .scrollview.p-search .member {
    display: none;
  }
  .page-wrapper--members .panel .views .scrollview.p-details .member {
    display: block;
  }
  .page-wrapper--members .panel .views .scrollview.p-details .search-result {
    display: none;
  }
  .page-wrapper--members .panel .views .member, .page-wrapper--members .panel .views .search-result {
    display: none;
  }
  .page-wrapper--members .panel .views .members {
    display: block;
  }
  .page-wrapper--members .panel .views .member, .page-wrapper--members .panel .views .members, .page-wrapper--members .panel .views .search-result {
    position: relative;
    overflow-x: auto;
    overflow-y: auto;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }
  .page-wrapper--members .panel .views .member .others, .page-wrapper--members .panel .views .members .body {
    margin-left: 0;
    margin-right: 0;
  }
  .page-wrapper--members .panel .views .member-item {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
  .page-wrapper--members .panel .views .member .body .main {
    padding-right: 0;
  }
  .page-wrapper--members .panel .views .member .body .main img {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
  .page-wrapper--members .panel .views .member .body .others {
    display: none;
  }
}
.page-wrapper--covid19 .map-tools {
  position: absolute;
  left: 720px;
  top: 40px;
  z-index: 501;
  left: 920px;
}

.page-wrapper--members .map-tools .prints {
  overflow: hidden;
}
.page-wrapper--members .map-tools .prints .button, .page-wrapper--members .map-tools .prints .form--white .webform-button--submit {
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.form--white .page-wrapper--members .map-tools .prints .webform-button--submit, .page-wrapper--members .map-tools .prints .page-node-type-page form .webform-button--submit, .page-node-type-page form .page-wrapper--members .map-tools .prints .webform-button--submit, .page-wrapper--members .map-tools .prints #views-exposed-form-opinions-block-3 button, #views-exposed-form-opinions-block-3 .page-wrapper--members .map-tools .prints button, .page-wrapper--members .map-tools .prints .page-wrapper--contact-us .large-margin-top a, .page-wrapper--contact-us .large-margin-top .page-wrapper--members .map-tools .prints a {
  display: block;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}

.page-wrapper--members .map-tools .map-caption ul, .page-wrapper--covid19 .map-tools .map-caption ul {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-wrapper--members .map-tools .map-caption ul li, .page-wrapper--covid19 .map-tools .map-caption ul li {
  position: relative;
  float: left;
  padding-left: 28px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1e6baf;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
}

.page-wrapper--members .map-tools .map-caption ul li:before, .page-wrapper--covid19 .map-tools .map-caption ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.page-wrapper--members .map-tools .map-caption ul li.eu:before, .page-wrapper--covid19 .map-tools .map-caption ul li.eu:before {
  background-color: #1e6baf;
}

.page-wrapper--members .map-tools .map-caption ul li.non-eu:before, .page-wrapper--covid19 .map-tools .map-caption ul li.non-eu:before {
  background-color: #bbe6f8;
}

.page-wrapper--members .map-tools .map-caption ul li.heads:before, .page-wrapper--covid19 .map-tools .map-caption ul li.heads:before {
  background: #fff url("images/members/star.png") no-repeat scroll center;
}

.page-wrapper--members .map-tools .map-caption ul li + li, .page-wrapper--covid19 .map-tools .map-caption ul li + li {
  margin-left: 20px;
}

.page-wrapper--members .map-tools .countries-zooms, .page-wrapper--covid19 .map-tools .countries-zooms {
  display: none;
  margin-top: 30px;
}

.page-wrapper--members .map-tools .countries-zooms ul, .page-wrapper--covid19 .map-tools .countries-zooms ul {
  display: block;
  list-style: none;
  width: 86px;
  margin: 0;
  padding: 0;
  border: 2px solid #00a0e0;
}

.page-wrapper--members .map-tools .countries-zooms ul li, .page-wrapper--covid19 .map-tools .countries-zooms ul li {
  display: block;
  width: 100%;
}

.page-wrapper--members .map-tools .countries-zooms ul li + li, .page-wrapper--covid19 .map-tools .countries-zooms ul li + li {
  border-top: 2px solid #00a0e0;
}

.page-wrapper--members .map-tools .countries-zooms ul li a, .page-wrapper--covid19 .map-tools .countries-zooms ul li a {
  display: block;
  width: 100%;
  padding: 13px 14px;
  cursor: pointer;
}

.page-wrapper--members .map-tools .countries-zooms ul li a svg, .page-wrapper--covid19 .map-tools .countries-zooms ul li a svg {
  display: block;
  margin: 0 auto;
}

.page-wrapper--members .map-tools .countries-zooms ul li a svg polygon, .page-wrapper--covid19 .map-tools .countries-zooms ul li a svg polygon {
  fill: #003268;
  -webkit-transition: fill 0.25s linear;
  -moz-transition: fill 0.25s linear;
  -ms-transition: fill 0.25s linear;
  -o-transition: fill 0.25s linear;
  transition: fill 0.25s linear;
}

.page-wrapper--members .map-tools .countries-zooms ul li a.active svg polygon, .page-wrapper--members .map-tools .countries-zooms ul li a:hover svg polygon {
  fill: #00a0e0;
}

.page-wrapper--covid19 .map-tools .countries-zooms ul li a.active svg polygon, .page-wrapper--covid19 .map-tools .countries-zooms ul li a:hover svg polygon {
  fill: #00a0e0;
}

@media (max-width: 1600px) {
  .page-wrapper--members .map-tools .countries-zooms, .page-wrapper--covid19 .map-tools .countries-zooms {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1335px) {
  .page-wrapper--members .map-tools, .page-wrapper--covid19 .map-tools {
    left: 600px;
  }
}
@media (max-width: 1200px) {
  .page-wrapper--members .map-tools, .page-wrapper--covid19 .map-tools {
    display: none;
  }
}
.page-wrapper--papers .categories ul, .page-wrapper--papers .filter-results ul, .page-wrapper--papers .items ul {
  padding: 0;
}
.page-wrapper--papers .categories ul li a, .page-wrapper--papers .filter-results ul li a, .page-wrapper--papers .items ul li a {
  display: block;
  text-decoration: none;
  color: #003268;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--papers .categories ul li a:hover, .page-wrapper--papers .filter-results ul li a:hover, .page-wrapper--papers .items ul li a:hover {
  color: #00a0e0;
}
.page-wrapper--papers .categories {
  padding-right: 15px;
  padding-right: 15px;
}
.page-wrapper--papers .categories ul {
  list-style: none;
  margin: 0;
}
.page-wrapper--papers .categories ul li a {
  padding: 8px 0;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.6rem;
}
.page-wrapper--papers .categories ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.page-wrapper--papers .categories ul li.active a {
  color: #00a0e0;
}
.page-wrapper--papers .categories + .languages {
  margin-top: 75px;
}
.page-wrapper--papers .filter-results {
  padding-right: 15px;
}
.page-wrapper--papers .categories ul, .page-wrapper--papers .filter-results ul {
  list-style: none;
  margin: 0;
}
.page-wrapper--papers .categories ul li a {
  padding: 8px 0;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.6rem;
}
.page-wrapper--papers .categories ul li:first-child a {
  border-top: 1px solid #d3d3d3;
}
.page-wrapper--papers .categories ul li.active a {
  color: #00a0e0;
}
.page-wrapper--papers .categories + .languages {
  margin-top: 75px;
}
.page-wrapper--papers .items ul {
  margin: 0 0 0 20px;
}
.page-wrapper--papers .items ul li {
  margin-bottom: 18px;
}
.page-wrapper--papers .items ul li a {
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--papers .items ul li a span {
  font-weight: 400;
  font-style: normal;
}
.page-wrapper--papers .items ul li.intro {
  list-style: none;
  margin-left: -20px;
}
.page-wrapper--papers .languages p {
  margin-bottom: 25px;
  color: #737373;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--papers .filter-results ul li {
  padding: 8px 0;
  color: #00a0e0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 1.6rem;
}

.page-wrapper--papers-details .content header, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform header {
  margin-bottom: 50px;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform header {
  margin-bottom: 50px;
}

.page-wrapper--resolutions-details .content header, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform header {
  margin-bottom: 50px;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform header {
  margin-bottom: 50px;
}

.page-wrapper--papers-details .content header h1, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform header h1 {
  font-size: 46px;
  font-size: 3.06667rem;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform header h1 {
  font-size: 46px;
  font-size: 3.06667rem;
}

.page-wrapper--resolutions-details .content header h1, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform header h1 {
  font-size: 46px;
  font-size: 3.06667rem;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform header h1 {
  font-size: 46px;
  font-size: 3.06667rem;
}

.page-wrapper--papers-details .content header h1 + h2, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform header h1 + h2 {
  margin-top: 12px;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform header h1 + h2 {
  margin-top: 12px;
}

.page-wrapper--resolutions-details .content header h1 + h2, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform header h1 + h2 {
  margin-top: 12px;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform header h1 + h2 {
  margin-top: 12px;
}

.page-wrapper--papers-details .content header h2, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform header h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform header h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--resolutions-details .content header h2, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform header h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform header h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--papers-details .content header h3, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.page-wrapper--resolutions-details .content header h3, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform header h3 {
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.page-wrapper--papers-details .content header time, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform header time {
  display: block;
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform header time {
  display: block;
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--resolutions-details .content header time, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform header time {
  display: block;
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform header time {
  display: block;
  color: #003268;
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--papers-details .content footer, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform footer {
  margin-top: 50px;
  text-align: center;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform footer {
  margin-top: 50px;
  text-align: center;
}

.page-wrapper--resolutions-details .content footer, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform footer {
  margin-top: 50px;
  text-align: center;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform footer {
  margin-top: 50px;
  text-align: center;
}

.page-wrapper--papers-details .content footer .buttons, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform footer .buttons {
  text-align: center;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform footer .buttons {
  text-align: center;
}

.page-wrapper--resolutions-details .content footer .buttons, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform footer .buttons {
  text-align: center;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform footer .buttons {
  text-align: center;
}

.page-wrapper--papers-details .content footer .buttons + .back, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform footer .buttons + .back {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform footer .buttons + .back {
  margin-top: 30px;
}

.page-wrapper--resolutions-details .content footer .buttons + .back, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform footer .buttons + .back {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform footer .buttons + .back {
  margin-top: 30px;
}

.page-wrapper--papers-details .content footer .back a, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform footer .back a {
  text-decoration: none;
  color: #003268;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform footer .back a {
  text-decoration: none;
  color: #003268;
}

.page-wrapper--resolutions-details .content footer .back a, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform footer .back a {
  text-decoration: none;
  color: #003268;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform footer .back a {
  text-decoration: none;
  color: #003268;
}

.page-wrapper--papers-details .content footer .back a .fa, .page-wrapper--papers-details .page-node-type-page .paragraph--type--webform footer .back a .fa {
  margin-right: 4px;
  color: #00a0e0;
}

.page-node-type-page .page-wrapper--papers-details .paragraph--type--webform footer .back a .fa {
  margin-right: 4px;
  color: #00a0e0;
}

.page-wrapper--resolutions-details .content footer .back a .fa, .page-wrapper--resolutions-details .page-node-type-page .paragraph--type--webform footer .back a .fa {
  margin-right: 4px;
  color: #00a0e0;
}

.page-node-type-page .page-wrapper--resolutions-details .paragraph--type--webform footer .back a .fa {
  margin-right: 4px;
  color: #00a0e0;
}

.page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
  position: relative;
  float: left;
  width: 160px;
  height: 256px;
  margin: 0 15px 30px;
  padding: 20px 18px;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
  position: relative;
  float: left;
  width: 160px;
  height: 256px;
  margin: 0 15px 30px;
  padding: 20px 18px;
}

.page-wrapper--people .content .staff .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category {
  position: relative;
  float: left;
  width: 160px;
  height: 256px;
  margin: 0 15px 30px;
  padding: 20px 18px;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category {
  position: relative;
  float: left;
  width: 160px;
  height: 256px;
  margin: 0 15px 30px;
  padding: 20px 18px;
}

.page-wrapper--people .content .elected .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category:after {
  content: "";
  display: block;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left-style: solid;
  border-left-width: 14px;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category:after {
  content: "";
  display: block;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left-style: solid;
  border-left-width: 14px;
}

.page-wrapper--people .content .staff .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category:after {
  content: "";
  display: block;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left-style: solid;
  border-left-width: 14px;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category:after {
  content: "";
  display: block;
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left-style: solid;
  border-left-width: 14px;
}

.page-wrapper--people .content .elected .category h2, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category h2 {
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category h2 {
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-wrapper--people .content .staff .category h2, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category h2 {
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category h2 {
  line-height: 1.1em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
  background-color: #faaf37;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
  background-color: #faaf37;
}

.page-wrapper--people .content .elected .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category:after {
  border-left-color: #faaf37;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category:after {
  border-left-color: #faaf37;
}

.page-wrapper--people .content .staff .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category {
  background-color: #003268;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category {
  background-color: #003268;
}

.page-wrapper--people .content .staff .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category:after {
  border-left-color: #003268;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category:after {
  border-left-color: #003268;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
    width: 158px;
    height: 255px;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
    width: 158px;
    height: 255px;
  }
  .page-wrapper--people .content .staff .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category {
    width: 158px;
    height: 255px;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category {
    width: 158px;
    height: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
    width: 690px;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
    width: 690px;
  }
  .page-wrapper--people .content .staff .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category {
    width: 690px;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category {
    width: 690px;
  }
}
@media (max-width: 991px) {
  .page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
    float: none;
    height: auto;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
    float: none;
    height: auto;
  }
  .page-wrapper--people .content .staff .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category {
    float: none;
    height: auto;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category {
    float: none;
    height: auto;
  }
  .page-wrapper--people .content .elected .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -14px;
    margin-left: -14px;
    margin-top: 0;
    border-bottom: none;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-style: solid;
    border-top-width: 14px solid black;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -14px;
    margin-left: -14px;
    margin-top: 0;
    border-bottom: none;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-style: solid;
    border-top-width: 14px solid black;
  }
  .page-wrapper--people .content .staff .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -14px;
    margin-left: -14px;
    margin-top: 0;
    border-bottom: none;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-style: solid;
    border-top-width: 14px solid black;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category:after {
    left: 50%;
    right: auto;
    top: auto;
    bottom: -14px;
    margin-left: -14px;
    margin-top: 0;
    border-bottom: none;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-style: solid;
    border-top-width: 14px solid black;
  }
  .page-wrapper--people .content .elected .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category:after {
    border-top-color: #faaf37;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category:after {
    border-top-color: #faaf37;
  }
  .page-wrapper--people .content .staff .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category:after {
    border-top-color: #003268;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category:after {
    border-top-color: #003268;
  }
}
@media (max-width: 767px) {
  .page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-wrapper--people .content .staff .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .staff .category {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-node-type-page .page-wrapper--people .paragraph--type--webform .staff .category {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-wrapper--people-profile .cover {
  height: 475px;
  background-position: center 10%;
  background-size: cover;
}
.page-wrapper--people-profile .cover.president {
  height: 475px;
  background-position: center 10%;
  background-size: cover;
}
.page-wrapper--people-profile .cover.vice-president {
  height: 475px;
  background-position: center;
  background-size: cover;
}
.page-wrapper--people-profile .cover:after {
  content: "";
  display: block;
  position: absolute;
}
.page-wrapper--people-profile .who {
  position: relative;
  margin-top: -335px;
  padding: 50px;
  background-color: #fff;
}
.page-wrapper--people-profile .who h1 {
  font-weight: 600;
  font-style: normal;
  font-size: 46px;
  font-size: 3.06667rem;
}
.page-wrapper--people-profile .who h1 + h2 {
  margin-top: 25px;
}
.page-wrapper--people-profile .who h2 {
  font-family: "goudy-old-style", "Palatino Linotype", Palatino, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  font-size: 2rem;
}
.page-wrapper--people-profile .who blockquote {
  margin: 40px 0 0;
  padding: 47px 0 0;
}
.page-wrapper--people-profile .who blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  border-top: 2px solid #faaf37;
}
.page-wrapper--people-profile .who blockquote p {
  line-height: 1.2em;
  font-size: 24px;
  font-size: 1.6rem;
}
.page-wrapper--people-profile .who .signature {
  margin-top: 70px;
}
.page-wrapper--people-profile .who .signature img {
  max-width: 100%;
  height: auto;
}
.page-wrapper--people-profile .who .links {
  margin-top: 45px;
}
.page-wrapper--people-profile .who .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-wrapper--people-profile .who .links ul li a {
  display: block;
  width: 100%;
  padding: 12px 20px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: none;
  outline: none;
  background-color: #003268;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  font-size: 0.86667rem;
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}
.page-wrapper--people-profile .who .links ul li a:hover {
  background-color: #00a0e0;
}
.page-wrapper--people-profile .description .intro {
  margin-bottom: 20px;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}

/*.page-wrapper--people-profile .who blockquote p:before {

  content: "“";

}



.page-wrapper--people-profile .who blockquote p:after {

  content: "”";

}*/
@media (max-width: 991px) {
  .page-wrapper--people-profile .who {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .page-wrapper--people-profile .description {
    padding: 0;
  }
}
.page-wrapper--plenary-opinions .recently-adopted h2.clothesline, .plenary-opinions .recently-adopted h2.clothesline {
  color: #faaf37;
}

.page-wrapper--plenary-opinions .recently-adopted h2.clothesline span:before, .plenary-opinions .recently-adopted h2.clothesline span:before {
  border-color: #faaf37;
}

.page-wrapper--plenary-opinions .in-progress, .plenary-opinions .in-progress {
  margin-top: 80px;
}

.page-wrapper--plenary-opinions .in-progress h2.clothesline, .plenary-opinions .in-progress h2.clothesline {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.2rem;
}

.page-wrapper--plenary-opinions .archived h2.clothesline, .plenary-opinions .archived h2.clothesline {
  color: #00a0e0;
}

.page-wrapper--plenary-opinions .archived h2.clothesline span:before, .plenary-opinions .archived h2.clothesline span:before {
  border-color: #00a0e0;
}

.page-wrapper--plenary-opinions-details .main-content.content aside .author, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform aside .author {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: right;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform aside .author {
  margin-top: 40px;
  margin-bottom: 50px;
  text-align: right;
}

.page-wrapper--plenary-opinions-details .main-content.content aside .author h3, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform aside .author h3 {
  margin-top: 8px;
  color: #faaf37;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform aside .author h3 {
  margin-top: 8px;
  color: #faaf37;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  font-size: 1.66667rem;
}

.page-wrapper--plenary-opinions-details .main-content.content aside .author .position, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform aside .author .position {
  margin-top: 0;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform aside .author .position {
  margin-top: 0;
}

.page-wrapper--plenary-opinions-details .main-content.content aside .author .more, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform aside .author .more {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform aside .author .more {
  margin-top: 30px;
}

.page-wrapper--plenary-opinions-details .quotes {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e8edf1;
}
.page-wrapper--plenary-opinions-details .quotes > div + div {
  margin-top: 30px;
}
.page-wrapper--plenary-opinions-details .quotes blockquote img {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
}
.page-wrapper--plenary-opinions-details .quotes blockquote p {
  line-height: 1.3em;
  font-size: 17px;
  font-size: 1.13333rem;
}
.page-wrapper--plenary-opinions-details .quotes .author {
  margin-top: 18px;
  font-size: 13px;
  font-size: 0.86667rem;
}

.page-wrapper--press-releases-advanced > header {
  position: relative;
  min-height: 445px;
  padding: 60px 0;
  text-align: center;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.page-wrapper--press-releases-advanced > header h1, .page-wrapper--press-releases-advanced > header h2 {
  line-height: 1.1em;
}
.page-wrapper--press-releases-advanced > header h1 {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 65px;
  font-size: 4.33333rem;
}
.page-wrapper--press-releases-advanced > header h1:after {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  width: 70%;
}
.page-wrapper--press-releases-advanced > header h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 15%;
  width: 70%;
  top: 0;
  border-top: 2px solid #ff565c;
}
.page-wrapper--press-releases-advanced > header h1:after {
  bottom: 0;
  border-bottom: 2px solid #ff565c;
}
.page-wrapper--press-releases-advanced > header h1 + h2 {
  margin-top: 30px;
}
.page-wrapper--press-releases-advanced > header h2 {
  color: #ff565c;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--press-releases-advanced .content h2, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform h2 {
  color: #faaf37;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 991px) {
  .page-wrapper--press-releases-advanced > header {
    background-attachment: scroll;
  }
}
.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform h2 {
  color: #faaf37;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.page-wrapper--press-releases-advanced .content h2 + ol, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform h2 + ol {
  margin-top: 22px;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform h2 + ol {
  margin-top: 22px;
}

.page-wrapper--press-releases-advanced .content h2 + p, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform h2 + p {
  margin-top: 22px;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform h2 + p {
  margin-top: 22px;
}

.page-wrapper--press-releases-advanced .content h2 + ul, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform h2 + ul {
  margin-top: 22px;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform h2 + ul {
  margin-top: 22px;
}

.page-wrapper--press-releases-advanced .content blockquote, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform blockquote {
  position: relative;
  text-align: right;
  color: #faaf37;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  font-size: 1.46667rem;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform blockquote {
  position: relative;
  text-align: right;
  color: #faaf37;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 22px;
  font-size: 1.46667rem;
}

.page-wrapper--press-releases-advanced .content p.large, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform p.large {
  font-size: 25px;
  font-size: 1.66667rem;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform p.large {
  font-size: 25px;
  font-size: 1.66667rem;
}

.page-wrapper--press-releases-advanced .content p.quote-author, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform p.quote-author {
  margin-top: 18px;
  text-align: right;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.13333rem;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform p.quote-author {
  margin-top: 18px;
  text-align: right;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.13333rem;
}

.page-wrapper--press-releases-advanced .content p a, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform p a {
  text-decoration: underline;
  color: #003268;
  font-weight: 700;
  font-style: normal;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform p a {
  text-decoration: underline;
  color: #003268;
  font-weight: 700;
  font-style: normal;
}

.page-wrapper--press-releases-advanced .content .row + .row, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform .row + .row {
  margin-top: 30px;
}

.page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform .row + .row {
  margin-top: 30px;
}

.page-wrapper--press-releases-advanced .full-picture {
  overflow: hidden;
  min-height: 445px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.page-wrapper--press-releases-advanced .pictures-grid img {
  width: 100%;
  height: auto;
}
.page-wrapper--press-releases-advanced .pictures-grid .row + .row {
  margin-top: 30px;
}
.page-wrapper--press-releases-advanced .large-quote {
  position: relative;
  min-height: 445px;
  padding: 60px 0;
  text-align: center;
}
.page-wrapper--press-releases-advanced .large-quote blockquote {
  position: relative;
  color: #fff;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  font-size: 1.73333rem;
}
.page-wrapper--press-releases-advanced .large-quote .quote-author {
  margin-top: 10px;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 17px;
  font-size: 1.13333rem;
}
.page-wrapper--press-releases-advanced .large-quote .more {
  margin-top: 40px;
}
.page-wrapper--press-releases-advanced .large-quote .more .button.button--wired-c02, .page-wrapper--press-releases-advanced .large-quote .more .form--white .button--wired-c02.webform-button--submit {
  padding: 10px 28px;
  font-size: 11px;
  font-size: 0.73333rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 991px) {
  .page-wrapper--press-releases-advanced .full-picture {
    background-attachment: scroll;
  }
}
.form--white .page-wrapper--press-releases-advanced .large-quote .more .button--wired-c02.webform-button--submit, .page-wrapper--press-releases-advanced .large-quote .more .page-node-type-page form .button--wired-c02.webform-button--submit, .page-node-type-page form .page-wrapper--press-releases-advanced .large-quote .more .button--wired-c02.webform-button--submit, .page-wrapper--press-releases-advanced .large-quote .more #views-exposed-form-opinions-block-3 button.button--wired-c02, #views-exposed-form-opinions-block-3 .page-wrapper--press-releases-advanced .large-quote .more button.button--wired-c02, .page-wrapper--press-releases-advanced .large-quote .more .page-wrapper--contact-us .large-margin-top a.button--wired-c02, .page-wrapper--contact-us .large-margin-top .page-wrapper--press-releases-advanced .large-quote .more a.button--wired-c02 {
  padding: 10px 28px;
  font-size: 11px;
  font-size: 0.73333rem;
}

.page-wrapper--press-releases-advanced .large-quote .more .button.button--wired-c03, .page-wrapper--press-releases-advanced .large-quote .more .form--white .button--wired-c03.webform-button--submit {
  padding: 10px 28px;
  font-size: 11px;
  font-size: 0.73333rem;
}

.form--white .page-wrapper--press-releases-advanced .large-quote .more .button--wired-c03.webform-button--submit, .page-wrapper--press-releases-advanced .large-quote .more .page-node-type-page form .button--wired-c03.webform-button--submit, .page-node-type-page form .page-wrapper--press-releases-advanced .large-quote .more .button--wired-c03.webform-button--submit, .page-wrapper--press-releases-advanced .large-quote .more #views-exposed-form-opinions-block-3 button.button--wired-c03, #views-exposed-form-opinions-block-3 .page-wrapper--press-releases-advanced .large-quote .more button.button--wired-c03, .page-wrapper--press-releases-advanced .large-quote .more .page-wrapper--contact-us .large-margin-top a.button--wired-c03, .page-wrapper--contact-us .large-margin-top .page-wrapper--press-releases-advanced .large-quote .more a.button--wired-c03 {
  padding: 10px 28px;
  font-size: 11px;
  font-size: 0.73333rem;
}

.page-wrapper--press-releases-advanced .large-quote--bgc02 {
  background-color: #faaf37;
}
.page-wrapper--press-releases-advanced .large-quote--bgc03 {
  background-color: #003268;
}
.page-wrapper--press-releases-advanced .large-quote--bgc03 p.quote-author {
  color: #faaf37;
}
.page-wrapper--press-releases-advanced .video-picture {
  padding-left: 140px;
  padding-right: 140px;
}
.page-wrapper--press-releases-advanced .video-picture img {
  width: 100%;
  height: auto;
}
.page-wrapper--press-releases-advanced .addthis-tools {
  margin-top: 70px;
  padding-top: 40px;
  border-top: 1px solid #faaf37;
}

@media (max-width: 991px) {
  .page-wrapper--press-releases-advanced .video-picture {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .page-wrapper--press-releases-advanced > header h1 {
    font-size: 45px;
    font-size: 3rem;
  }
  .page-wrapper--press-releases-advanced .content blockquote, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform blockquote {
    text-align: left;
  }
  .page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform blockquote {
    text-align: left;
  }
  .page-wrapper--press-releases-advanced .content p.quote-author, .page-wrapper--press-releases-advanced .page-node-type-page .paragraph--type--webform p.quote-author {
    text-align: left;
  }
  .page-node-type-page .page-wrapper--press-releases-advanced .paragraph--type--webform p.quote-author {
    text-align: left;
  }
  .page-wrapper--press-releases-advanced .pictures-grid img {
    max-width: 100%;
    width: auto;
  }
  .page-wrapper--press-releases-advanced .pictures-grid [class*=col-sm] + [class*=col-sm] {
    margin-top: 30px;
  }
}
.page-wrapper--plenary-opinions-details > header, .page-wrapper--press-releases-details > header {
  padding: 60px 0 65px;
}

.page-wrapper--plenary-opinions-details > header h1, .page-wrapper--press-releases-details > header h1 {
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 46px;
  font-size: 3.06667rem;
}

.page-wrapper--plenary-opinions-details > header .category, .page-wrapper--press-releases-details > header .category {
  margin-bottom: 5px;
  color: #faaf37;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.2rem;
}

.page-wrapper--plenary-opinions-details > header .cover, .page-wrapper--press-releases-details > header .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 510px;
  background-position: center;
  background-size: cover;
}

.page-wrapper--plenary-opinions-details > header .cover:after, .page-wrapper--press-releases-details > header .cover:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 50, 104, 0.75);
}

.page-wrapper--plenary-opinions-details > header .back, .page-wrapper--press-releases-details > header .back {
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  padding-left: 25px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.06667rem;
}

.page-wrapper--plenary-opinions-details > header .back:before, .page-wrapper--press-releases-details > header .back:before {
  content: "\e901";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "epp-cor-icons";
  font-size: 14px;
  font-weight: normal;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.page-wrapper--plenary-opinions-details > header .back:hover:before, .page-wrapper--press-releases-details > header .back:hover:before {
  -moz-transform: translateX(-5px) translateY(-50%);
  -webkit-transform: translateX(-5px) translateY(-50%);
  -o-transform: translateX(-5px) translateY(-50%);
  -ms-transform: translateX(-5px) translateY(-50%);
  transform: translateX(-5px) translateY(-50%);
}

.page-wrapper--plenary-opinions-details .main-content.content, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform {
  padding-bottom: 0;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform {
  padding-bottom: 0;
}

.page-wrapper--press-releases-details .main-content.content, .page-wrapper--press-releases-details .page-node-type-page .main-content.paragraph--type--webform {
  padding-bottom: 0;
}

.page-node-type-page .page-wrapper--press-releases-details .main-content.paragraph--type--webform {
  padding-bottom: 0;
}

.page-wrapper--plenary-opinions-details .main-content.content h3, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform h3 {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform h3 {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page-wrapper--press-releases-details .main-content.content h3, .page-wrapper--press-releases-details .page-node-type-page .main-content.paragraph--type--webform h3 {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page-node-type-page .page-wrapper--press-releases-details .main-content.paragraph--type--webform h3 {
  font-family: "sofia-pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.page-wrapper--plenary-opinions-details .description, .page-wrapper--plenary-opinions-details .end-description, .page-wrapper--plenary-opinions-details .nav-articles__links {
  padding-right: 70px;
}

.page-wrapper--press-releases-details .description, .page-wrapper--press-releases-details .end-description, .page-wrapper--press-releases-details .nav-articles__links {
  padding-right: 70px;
}

.page-wrapper--plenary-opinions-details .see-all, .page-wrapper--press-releases-details .see-all {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid #e8edf1;
}

.page-wrapper--plenary-opinions-details .addthis-tools, .page-wrapper--press-releases-details .addthis-tools {
  position: absolute;
  margin-top: 0;
  right: 70px;
  bottom: 0;
}

.page-wrapper--plenary-opinions-details .description, .page-wrapper--plenary-opinions-details .end-description {
  position: relative;
}

.page-wrapper--press-releases-details .description, .page-wrapper--press-releases-details .end-description {
  position: relative;
}

.page-wrapper--plenary-opinions-details .description .addthis-tools, .page-wrapper--plenary-opinions-details .end-description .addthis-tools {
  right: 70px;
}

.page-wrapper--press-releases-details .description .addthis-tools, .page-wrapper--press-releases-details .end-description .addthis-tools {
  right: 70px;
}

.page-wrapper--plenary-opinions-details .description * + blockquote, .page-wrapper--plenary-opinions-details .description blockquote + * {
  margin-top: 22px;
}

.page-wrapper--press-releases-details .description * + blockquote, .page-wrapper--press-releases-details .description blockquote + * {
  margin-top: 22px;
}

.page-wrapper--plenary-opinions-details .description blockquote, .page-wrapper--press-releases-details .description blockquote {
  display: block;
  padding-left: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.6em;
  border-left: 6px solid #f0f0f0;
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--plenary-opinions-details aside, .page-wrapper--press-releases-details aside {
  padding-left: 80px;
  color: #003268;
}

.page-wrapper--plenary-opinions-details aside .figure-placeholder, .page-wrapper--press-releases-details aside .figure-placeholder {
  position: relative;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  background-color: #e5e4e4;
}

.page-wrapper--plenary-opinions-details aside blockquote p, .page-wrapper--press-releases-details aside blockquote p {
  font-size: 24px;
  font-size: 1.6rem;
}

.page-wrapper--plenary-opinions-details aside .quote-author, .page-wrapper--press-releases-details aside .quote-author {
  margin-top: 15px;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-wrapper--plenary-opinions-details .nav-articles, .page-wrapper--press-releases-details .nav-articles {
  margin-top: 35px;
  margin-bottom: 75px;
}

.page-wrapper--plenary-opinions-details .nav-articles .nav-articles__links > div, .page-wrapper--press-releases-details .nav-articles .nav-articles__links > div {
  padding-top: 35px;
  border-top: 1px solid #e8edf1;
}

.page-wrapper--plenary-opinions-details .nav-articles .next, .page-wrapper--plenary-opinions-details .nav-articles .prev {
  padding-top: 14px;
  padding-bottom: 14px;
}

.page-wrapper--press-releases-details .nav-articles .next, .page-wrapper--press-releases-details .nav-articles .prev {
  padding-top: 14px;
  padding-bottom: 14px;
}

.page-wrapper--plenary-opinions-details .nav-articles .next a, .page-wrapper--plenary-opinions-details .nav-articles .prev a {
  text-decoration: none;
  color: #003268;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-wrapper--press-releases-details .nav-articles .next a, .page-wrapper--press-releases-details .nav-articles .prev a {
  text-decoration: none;
  color: #003268;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  font-size: 0.93333rem;
}

.page-wrapper--plenary-opinions-details .nav-articles .next a:after, .page-wrapper--plenary-opinions-details .nav-articles .next a:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #00a0e0;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-wrapper--plenary-opinions-details .nav-articles .prev a:after, .page-wrapper--plenary-opinions-details .nav-articles .prev a:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #00a0e0;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.page-wrapper--press-releases-details .nav-articles .next a:after, .page-wrapper--press-releases-details .nav-articles .next a:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #00a0e0;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.page-wrapper--press-releases-details .nav-articles .prev a:after, .page-wrapper--press-releases-details .nav-articles .prev a:before {
  display: inline-block;
  font-family: "FontAwesome";
  color: #00a0e0;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.page-wrapper--plenary-opinions-details .nav-articles .prev a:before, .page-wrapper--press-releases-details .nav-articles .prev a:before {
  content: "\f0d9";
  margin-right: 8px;
}

.page-wrapper--plenary-opinions-details .nav-articles .prev a:hover:before, .page-wrapper--press-releases-details .nav-articles .prev a:hover:before {
  -moz-transform: translateX(-6px);
  -webkit-transform: translateX(-6px);
  -o-transform: translateX(-6px);
  -ms-transform: translateX(-6px);
  transform: translateX(-6px);
}

.page-wrapper--plenary-opinions-details .nav-articles .next, .page-wrapper--press-releases-details .nav-articles .next {
  text-align: right;
}

.page-wrapper--plenary-opinions-details .nav-articles .next a:after, .page-wrapper--press-releases-details .nav-articles .next a:after {
  content: "\f0da";
  margin-left: 8px;
}

.page-wrapper--plenary-opinions-details .nav-articles .next a:hover:after, .page-wrapper--press-releases-details .nav-articles .next a:hover:after {
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -o-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.page-wrapper--plenary-opinions-details .related-articles .block-item, .page-wrapper--plenary-opinions-details .related-articles .opinion-item, .page-wrapper--plenary-opinions-details .related-articles .rapporteur-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.page-wrapper--press-releases-details .related-articles .block-item, .page-wrapper--press-releases-details .related-articles .opinion-item, .page-wrapper--press-releases-details .related-articles .rapporteur-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .page-wrapper--plenary-opinions-details .related-articles .rapporteur-item.has-more, .page-wrapper--press-releases-details .related-articles .rapporteur-item.has-more {
    padding-bottom: 25px;
  }
  .page-wrapper--plenary-opinions-details .related-articles .rapporteur-item.has-more .more, .page-wrapper--press-releases-details .related-articles .rapporteur-item.has-more .more {
    right: 20px;
    top: 20px;
    bottom: auto;
  }
}
.page-wrapper--plenary-opinions-details .additionals h3, .page-wrapper--plenary-opinions-details .additionals h4 {
  font-weight: 700;
  font-style: normal;
}

.page-wrapper--press-releases-details .additionals h3, .page-wrapper--press-releases-details .additionals h4 {
  font-weight: 700;
  font-style: normal;
}

.page-wrapper--plenary-opinions-details .additionals h3, .page-wrapper--press-releases-details .additionals h3 {
  font-size: 20px;
  font-size: 1.33333rem;
}

.page-wrapper--plenary-opinions-details .additionals .contact h4, .page-wrapper--press-releases-details .additionals .contact h4 {
  color: #faaf37;
  font-size: 15px;
  font-size: 1rem;
}

.page-wrapper--plenary-opinions-details .additionals .contact h4.shuline:after, .page-wrapper--press-releases-details .additionals .contact h4.shuline:after {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-wrapper--plenary-opinions-details .additionals .contact ul, .page-wrapper--press-releases-details .additionals .contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-wrapper--plenary-opinions-details .additionals .contact ul li .fa, .page-wrapper--press-releases-details .additionals .contact ul li .fa {
  display: inline-block;
  width: 23px;
  color: #faaf37;
}

.page-wrapper--plenary-opinions-details .additionals .contact ul li a, .page-wrapper--press-releases-details .additionals .contact ul li a {
  text-decoration: none;
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}

.page-wrapper--plenary-opinions-details .additionals .contact ul li a:hover, .page-wrapper--press-releases-details .additionals .contact ul li a:hover {
  color: #faaf37;
}

@media (max-width: 991px) {
  .page-wrapper--plenary-opinions-details .description, .page-wrapper--plenary-opinions-details .nav-articles__links, .page-wrapper--plenary-opinions-details aside {
    padding: 0 30px;
  }
  .page-wrapper--press-releases-details .description, .page-wrapper--press-releases-details .nav-articles__links, .page-wrapper--press-releases-details aside {
    padding: 0 30px;
  }
  .page-wrapper--plenary-opinions-details .description .addthis-tools, .page-wrapper--press-releases-details .description .addthis-tools {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .page-wrapper--plenary-opinions-details .description, .page-wrapper--plenary-opinions-details aside {
    padding: 0 30px;
  }
  .page-wrapper--press-releases-details .description, .page-wrapper--press-releases-details aside {
    padding: 0 30px;
  }
  .page-wrapper--plenary-opinions-details .see-all, .page-wrapper--press-releases-details .see-all {
    text-align: center;
  }
  .page-wrapper--plenary-opinions-details .addthis-tools, .page-wrapper--press-releases-details .addthis-tools {
    position: relative;
    bottom: auto;
    margin-top: 50px;
  }
  .page-wrapper--plenary-opinions-details .description .addthis-tools, .page-wrapper--plenary-opinions-details .end-description .addthis-tools {
    right: auto;
  }
  .page-wrapper--press-releases-details .description .addthis-tools, .page-wrapper--press-releases-details .end-description .addthis-tools {
    right: auto;
  }
  .page-wrapper--plenary-opinions-details .nav-articles .next, .page-wrapper--plenary-opinions-details .nav-articles .prev {
    text-align: center;
  }
  .page-wrapper--press-releases-details .nav-articles .next, .page-wrapper--press-releases-details .nav-articles .prev {
    text-align: center;
  }
}
.page-wrapper--videos-gallery {
  overflow-y: hidden;
}
.page-wrapper--videos-gallery > header {
  padding-top: 45px;
  padding-bottom: 65px;
  color: #003268;
}
.page-wrapper--videos-gallery > header h1, .page-wrapper--videos-gallery > header h2 {
  line-height: 1.2em;
}
.page-wrapper--videos-gallery > header h1 {
  margin-bottom: 6px;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  font-size: 2.33333rem;
}
.page-wrapper--videos-gallery > header h2 {
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  font-size: 1.33333rem;
}
.page-wrapper--videos-gallery > header .row [class^=col]:last-child {
  text-align: right;
}
.page-wrapper--videos-gallery > header .back {
  display: inline-block;
  position: relative;
  padding-left: 34px;
  letter-spacing: 2px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #003268;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  font-size: 0.8rem;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: color 0.25s linear;
  -moz-transition: color 0.25s linear;
  -ms-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
.page-wrapper--videos-gallery > header .back:before {
  content: "\e901";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "epp-cor-icons";
  font-size: 14px;
  font-weight: 400;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.35s ease;
  -moz-transition: -moz-transform 0.35s ease;
  -ms-transition: -ms-transform 0.35s ease;
  -o-transition: -o-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  -o-transition: transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.page-wrapper--videos-gallery > header .back:hover {
  color: #00a0e0;
}
.page-wrapper--videos-gallery > header .back:hover:before {
  -moz-transform: translateX(-6px) translateY(-50%);
  -webkit-transform: translateX(-6px) translateY(-50%);
  -o-transform: translateX(-6px) translateY(-50%);
  -ms-transform: translateX(-6px) translateY(-50%);
  transform: translateX(-6px) translateY(-50%);
}
.page-wrapper--videos-gallery .items {
  margin-bottom: -30px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .page-wrapper--videos-gallery > header .row [class^=col]:last-child {
    text-align: left;
  }
  .page-wrapper--videos-gallery > header .back {
    margin-top: 40px;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media print {
  body {
    width: auto !important;
    margin: auto !important;
    font-family: serif;
    font-size: 12pt;
    background-color: #fff !important;
    color: #000 !important;
  }
  blockquote, h1, h2, h3, h4, h5, h6, ol, p, ul {
    color: #000 !important;
    margin: auto !important;
  }
  blockquote, p {
    orphans: 3;
    widows: 3;
  }
  blockquote, ol, ul {
    page-break-inside: avoid;
  }
  h1 {
    page-break-before: always;
  }
  caption, h1, h2, h3 {
    page-break-after: avoid;
  }
  a {
    color: #000 !important;
    text-decoration: underline !important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .footer-nav, .full-nav, .main-nav, .page-footer, .page-header, .section-nav, .tools-nav {
    display: none;
  }
}
/*

Last css for drupal theme eppcor

1. Header and menu

2. Modal social

3. Footer

4. Page elements

5. Views

6. Buttons

7. Page specific and paragraph full large

*/
/*

1. header and menu

*/
.full-nav__group .nav a.is-active {
  color: #fff;
  background-color: #00a0e0;
}

.main-nav .nav > li > a {
  padding: 0;
  background: none;
}
.main-nav .nav > li > a:hover {
  padding: 0;
  background: none;
}

.section-nav .nav li a {
  padding: 0 28px;
}
.section-nav .nav li a.is-active {
  color: #fff;
  background-color: #faaf37;
}

#block-mainnavigation-2 .navbar-nav {
  float: none;
}

.tools-nav__socials .share-this {
  margin-bottom: -0.8px;
}

.page-header__slider {
  margin-top: 80px;
  position: relative;
}
.page-header__slider .views-element-container {
  position: relative;
}

.path-frontpage .page-header {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* admin toolbar logged user */
.user-logged-in #toolbar-administration {
  z-index: 99999;
  position: relative;
}
.user-logged-in .main-nav {
  top: 75px;
}
.user-logged-in .tools-nav {
  top: 150px;
}

/*

2. Modal

*/
.modal-open .modal {
  z-index: 99999;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal button.close {
  z-index: 999999;
}
.modal-open .modal .modal-header {
  padding: 15px 30px;
  border: none;
  min-height: 60px;
}
.modal-open .modal .modal-content {
  border-radius: 0px;
}
.modal-open .modal .modal-body {
  padding: 0 0 80px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 60%;
    margin: 60px auto;
  }
}
/*

3. Footer

*/
.page-footer ul.menu li a {
  color: #33b1e6;
  transition: opacity 0.25s linear;
}
.page-footer ul.menu li a:hover {
  background: none;
}
.page-footer ul.menu.menu--menu-commissions-footer li {
  margin-top: 0;
}
.page-footer ul.menu.menu--menu-commissions-footer li a {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.5;
}
.page-footer #block-foore2lastblock .footer-nav__group:first-of-type, .page-footer #block-foore2lastblock ul.menu li:first-of-type {
  margin-top: 64px;
}
.page-footer ul.menu #block-foore2lastblock li:first-of-type {
  margin-top: 64px;
}

#block-modalshare-2 {
  clear: both;
}

/*

4. Page elements

*/
h1.page-header {
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.full .content, .full .page-node-type-page .paragraph--type--webform {
  /*        padding:0!important;*/
}

.page-node-type-page .full .paragraph--type--webform {
  /*        padding:0!important;*/
}

.full .content p:first-of-type, .full .page-node-type-page .paragraph--type--webform p:first-of-type {
  margin-top: 25px;
}

.page-node-type-page .full .paragraph--type--webform p:first-of-type {
  margin-top: 25px;
}

.full .content.content-padding, .full .page-node-type-page .content-padding.paragraph--type--webform {
  padding: 75px 0 !important;
}

.page-node-type-page .full .content-padding.paragraph--type--webform {
  padding: 75px 0 !important;
}

.path-frontpage .intro .container {
  padding-bottom: 75px;
}

.glyphicon-question-sign {
  display: none;
}

/*background in page and paragraph and arrow*/
.dark_blue, .Dark.blue {
  position: relative;
}

.dark_blue h3, .Dark.blue h3 {
  color: white;
}

.orange, .Orange, .white {
  position: relative;
}

.Light.blue, .Light.Blue {
  position: relative;
}

.Mid.blue {
  background: #5fadd2;
  position: relative;
}
.Mid.blue p {
  color: white;
}

.arrow:before {
  content: "";
  display: block;
  position: absolute;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  z-index: 4000;
  top: 0;
  left: 45%;
}

.arrow-bottom:before {
  bottom: -30px;
  top: unset;
}

.arrow-Orange:before {
  border-top: 30px solid orange;
}

.arrow-Mid.Blue:before {
  border-top: 30px solid #5fadd2;
}

.arrow-Dark.Blue:before {
  border-top: 30px solid #003268;
}

.arrow-Blue:before {
  border-top: 30px solid #285087;
}

.arrow-Light.Blue:before {
  border-top: 30px solid lightblue;
}
.arrow-Light.Gray:before {
  border-top: 30px solid lightgray;
}

.arrow-White:before {
  border-top: 30px solid white;
}

/* paragraph */
/* people  page paragraph */
.page-wrapper--people .content .elected .category, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category {
  background-color: #003268;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category {
  background-color: #003268;
}

.page-wrapper--people .content .elected .category:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category:after {
  border-left-color: #003268;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category:after {
  border-left-color: #003268;
}

.page-wrapper--people .content .elected .category.Senior, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category.Senior {
  background-color: #faaf37;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category.Senior {
  background-color: #faaf37;
}

.page-wrapper--people .content .elected .category.Senior:after, .page-wrapper--people .page-node-type-page .paragraph--type--webform .elected .category.Senior:after {
  border-left-color: #faaf37;
}

.page-node-type-page .page-wrapper--people .paragraph--type--webform .elected .category.Senior:after {
  border-left-color: #faaf37;
}

.elected .people-item .content, .elected .people-item .page-node-type-page .paragraph--type--webform {
  padding: 0 !important;
}

.page-node-type-page .elected .people-item .paragraph--type--webform {
  padding: 0 !important;
}

.elected .people-item h1:after {
  border-top: 1px solid #003268;
}
.elected .people-item .people-item__body {
  border-bottom: 4px solid #003268;
}
.elected.Senior .people-item .content, .elected.Senior .people-item .page-node-type-page .paragraph--type--webform {
  padding: 0 !important;
}

.page-node-type-page .elected.Senior .people-item .paragraph--type--webform {
  padding: 0 !important;
}

.elected.Senior .people-item h1:after {
  border-top-color: #faaf37;
}
.elected.Senior .people-item .people-item__body {
  border-bottom-color: #faaf37;
}

/*figure logo*/
figure.logo {
  margin-top: 45px;
}

.paragraph .content.content-paragraph, .paragraph .page-node-type-page .content-paragraph.paragraph--type--webform {
  padding-top: 30px !important;
}

.page-node-type-page .paragraph .content-paragraph.paragraph--type--webform {
  padding-top: 30px !important;
}

.paragraph.paragraph--type--short-text .content.content-paragraph, .paragraph.paragraph--type--short-text .page-node-type-page .content-paragraph.paragraph--type--webform {
  padding-top: 75px !important;
}

.page-node-type-page .paragraph.paragraph--type--short-text .content-paragraph.paragraph--type--webform {
  padding-top: 75px !important;
}

.paragraph .btn {
  margin-top: 1em;
  padding: 0.75em 1.5em;
}

/*title separator*/
.paragraph--type--title-separator .content h1.sh-like, .paragraph--type--title-separator .page-node-type-page .paragraph--type--webform h1.sh-like {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.page-node-type-page .paragraph--type--title-separator .paragraph--type--webform h1.sh-like {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 2rem;
}

.paragraph--type--title-separator .arrow {
  position: relative;
}

/*flying content opinione e people, vice presidency*/
#people .people-item .content[aria-expanded=true]:after, #people .people-item .page-node-type-page [aria-expanded=true].paragraph--type--webform:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -62px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
}

.page-node-type-page #people .people-item [aria-expanded=true].paragraph--type--webform:after, .page-wrapper--plenary-opinion .opinion-item div[aria-expanded=true]:after[aria-expanded=true] {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -62px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
}

article .politician-item__body[aria-expanded=true]:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -65px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

/*pagination*/
.pagination li a, nav.pager-nav li a {
  background: transparent;
  border: none;
  color: #00a0e0 !important;
}

.pagination li.active a, nav.pager-nav li.active a, .pagination li.active a:hover {
  background: transparent;
  color: #faaf37;
}

/*blockquote*/
blockquote {
  border-left: none;
}

/*social share buttons*/
.social-sharing-buttons {
  margin: 0;
}

/*Page Press release and opinions */
.page-wrapper--press-releases-details .main-content.content, .page-wrapper--press-releases-details .page-node-type-page .main-content.paragraph--type--webform {
  background: white;
}

.page-node-type-page .page-wrapper--press-releases-details .main-content.paragraph--type--webform {
  background: white;
}

.page-wrapper--plenary-opinions-details .main-content.content, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform {
  background: white;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform {
  background: white;
}

.page-wrapper--press-releases-details .main-content.content .description a, .page-wrapper--press-releases-details .page-node-type-page .main-content.paragraph--type--webform .description a {
  text-decoration: underline;
}

.page-node-type-page .page-wrapper--press-releases-details .main-content.paragraph--type--webform .description a {
  text-decoration: underline;
}

.page-wrapper--plenary-opinions-details .main-content.content .description a, .page-wrapper--plenary-opinions-details .page-node-type-page .main-content.paragraph--type--webform .description a {
  text-decoration: underline;
}

.page-node-type-page .page-wrapper--plenary-opinions-details .main-content.paragraph--type--webform .description a {
  text-decoration: underline;
}

/*search*/
.path-search .container form.search-form {
  display: none;
}
.path-search h2 {
  display: none;
}
.path-search h2.eppcor-search {
  display: block;
}
.path-search .page-header__banner h2 {
  display: block;
}

/*hover on arrows slide*/
.lSAction > a:hover {
  text-decoration: none;
}

/*List and part in paragraph */
.list .field--item + .field--item {
  margin-top: 5px;
}

.field--name-field-groups .hr {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #e5e4e4;
}
.field--name-field-groups .field--item:last-of-type .hr {
  border-top: none;
  padding-top: 0;
}

.page-node-type-press-releases .menu a[href^="/newsroom/latest-news"] {
  color: #faaf37;
}
.page-node-type-press-releases .menu a[href^="/newsroom/latest-news"]:before {
  border-top: 3px solid #faaf37;
  transform: translateY(0);
}
.page-node-type-press-releases .menu--menu-press-releases-node a[href^="/newsroom/latest-news"] {
  color: #fff;
  background-color: #faaf37;
}

.page-node-type-media-kit .menu.navbar-nav a[href^="/newsroom/latest-news"] {
  color: #faaf37;
}
.page-node-type-media-kit .menu a[href^="/newsroom/media-kit"] {
  color: #faaf37;
}
.page-node-type-media-kit .menu a[href^="/newsroom/media-kit"]:before {
  border-top: 3px solid #faaf37;
  transform: translateY(0);
}
.page-node-type-media-kit .menu--menu-press-releases-node a[href^="/newsroom/media-kit"] {
  color: #fff;
  background-color: #faaf37;
}

.page-node-type-plenary-opinion {
  /* view-opinions */
}
.page-node-type-plenary-opinion .menu a[href^="/ourwork/opinions"] {
  color: #faaf37;
}
.page-node-type-plenary-opinion .menu a[href^="/ourwork/opinions"]:before {
  border-top: 3px solid #faaf37;
  transform: translateY(0);
}
.page-node-type-plenary-opinion .menu--menu-plenary-opinions-on-node a[href^="/ourwork/opinions"] {
  color: #fff;
  background-color: #faaf37;
}
.page-node-type-plenary-opinion .news-item a {
  background: white;
}
.page-node-type-plenary-opinion .news-item a:hover {
  background: #00a0e0;
}
.page-node-type-plenary-opinion .select.form-select {
  background: white;
}

.page-node-type-event .nav-tabs > li > a {
  z-index: 99999;
}

/*a button in contact page*/
.page-wrapper--contact-us .large-margin-top a {
  color: #fff !important;
}

/* members page */
#members .panel {
  background: transparent;
}

/*select filters*/
.form-item .select-wrapper {
  width: auto;
}

.select-wrapper:after {
  display: none;
}

.has-glyphicons:after, .has-glyphicons.select-wrapper:after {
  display: none;
}

.select-wrapper select.form-select, .has-glyphicons select.form-select {
  padding: 0;
}

form .form-control {
  border-radius: 0;
}

.form-inline .form-control {
  padding: 0;
  max-height: 44px;
}

button.js-form-submit .glyphicon-filter {
  display: none;
}

#edit-submit-declarations--2 {
  /*    @extend .button;*/
  border-radius: 0;
}
#edit-submit-declarations--2:hover {
  background-color: #286090;
  color: white;
}

.content .page .content, .page-node-type-page .paragraph--type--webform .page .content, .content .page .page-node-type-page .paragraph--type--webform {
  padding: 0 !important;
}

.page-node-type-page .content .page .paragraph--type--webform, .page-node-type-page .paragraph--type--webform .page .paragraph--type--webform {
  padding: 0 !important;
}
.page-node-type-page .field--type-webform .field--label {
  display: none;
}

/*Webform in page*/
#edit-webform-title h2 {
  color: #00a0e0;
  padding-bottom: 15px;
}

/*Events */
.page-wrapper--events-2020 .page .content, .page-wrapper--events-2020 .page .page-node-type-page .paragraph--type--webform {
  padding: 0 !important;
}

.page-node-type-page .page-wrapper--events-2020 .page .paragraph--type--webform {
  padding: 0 !important;
}

.page-wrapper--events-2020 .categories .views-exposed-form, .page-wrapper--events-2020 .categories .bef-exposed-form .form--inline > .form-item {
  width: 100%;
}
.page-wrapper--events-2020 .categories .views-exposed-form .form-item .form-select, .page-wrapper--events-2020 .categories .views-exposed-form .form-item .select-wrapper {
  width: inherit;
}
.page-wrapper--events-2020 .categories .bef-exposed-form .form--inline > .form-item .form-item .form-select, .page-wrapper--events-2020 .categories .bef-exposed-form .form--inline > .form-item .form-item .select-wrapper {
  width: inherit;
}
.page-wrapper--events-2020 .categories .views-exposed-form .form-item .form-select span.form-control, .page-wrapper--events-2020 .categories .views-exposed-form .form-item .select-wrapper span.form-control {
  background: #e1f3fc;
  color: #003268;
}
.page-wrapper--events-2020 .categories .bef-exposed-form .form--inline > .form-item .form-item .form-select span.form-control, .page-wrapper--events-2020 .categories .bef-exposed-form .form--inline > .form-item .form-item .select-wrapper span.form-control {
  background: #e1f3fc;
  color: #003268;
}

/*

5. Views

*/
.view .block-item .button:hover, .view .block-item .form--white .webform-button--submit:hover {
  color: white;
  text-decoration: none;
  background-color: #1E6BAF;
}

.form--white .view .block-item .webform-button--submit:hover, .view .block-item .page-node-type-page form .webform-button--submit:hover, .page-node-type-page form .view .block-item .webform-button--submit:hover, .view .block-item #views-exposed-form-opinions-block-3 button:hover, #views-exposed-form-opinions-block-3 .view .block-item button:hover, .view .block-item .page-wrapper--contact-us .large-margin-top a:hover, .page-wrapper--contact-us .large-margin-top .view .block-item a:hover {
  color: white;
  text-decoration: none;
  background-color: #1E6BAF;
}

.block-views-blockopinions-block-3 .news-item--multiline {
  margin-bottom: 15px;
}

/*view filter*/
#views-exposed-form-opinions-block-3 button {
  border-radius: 0;
}
#views-exposed-form-opinions-block-3 button .glyphicon-filter {
  display: none;
}
#views-exposed-form-opinions-block-3 button:hover {
  background-color: #1E6BAF;
}
#views-exposed-form-opinions-block-3 .form-item-field-rapporteur-target-id-verf {
  width: 210px;
  display: inline-block;
}
#views-exposed-form-opinions-block-3 .form-item-field-rapporteur-target-id-verf .customSelect {
  padding: 0;
  width: 160px;
  text-align: right;
}
#views-exposed-form-opinions-block-3 .form-item-year {
  display: inline-block;
  width: 110px;
  margin-right: 25px;
}
#views-exposed-form-opinions-block-3 .form-item-year .customSelect {
  color: #00a0e0;
  padding: 0;
}
#views-exposed-form-opinions-block-3 .form-item-year .customSelect .customSelectInner.form-select {
  background: #e1f3fc;
}
#views-exposed-form-opinions-block-3 .form-item-year .customSelect .customSelectInner.form-select::before {
  background-color: #00a0e0 !important;
}

.view-opinions .customSelect {
  height: 44px;
}
.view-opinions .customSelectInner {
  background: #e1f3fc;
}
.view-opinions .customSelectInner:before {
  background-color: #00a0e0;
}
.view-opinions .news-item {
  margin-bottom: 10px;
}

.page-node-type-plenary-opinion .view-opinions .customSelectInner, .page-node-type-plenary-opinion .view-opinions .filters--form-bgc07 input[type=text], .page-node-type-plenary-opinion .view-opinions #edit-submit-opinions {
  background: white;
}
.page-node-type-plenary-opinion .view-opinions button#edit-submit-opinions:hover {
  background-color: #1E6BAF;
}

#views-exposed-form-news-block-2 .form-item {
  display: inline-block;
}

/*elementi select */
.select-wrapper span.js-custom-select.form-control {
  padding: 0 !important;
  margin: 0 !important;
  height: 44px;
}

/*.archived {

    .views-exposed-form {

        .select-wrapper {

            margin-right: 30px;

            background-color: #e1f3fc;

        }

        .form-text, .form-select {

            background-color: #e1f3fc;

            height: 46px!important;



        }



        &.content--bgc09 {

            form {

                input, .form-select {

                    background: white;

                    height: 46px!important;

                }

            }

        }

    }

}*/
@media (max-width: 991px) {
  #block-mainnavigation {
    float: none;
  }
}
/*flying node*/
.block-item a.button[aria-expanded=true]:after, .block-item .form--white a[aria-expanded=true].webform-button--submit:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

.form--white .block-item a[aria-expanded=true].webform-button--submit:after, .block-item .page-node-type-page form a[aria-expanded=true].webform-button--submit:after, .page-node-type-page form .block-item a[aria-expanded=true].webform-button--submit:after, .block-item .page-wrapper--contact-us .large-margin-top a[aria-expanded=true]:after, .page-wrapper--contact-us .large-margin-top .block-item a[aria-expanded=true]:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -60px;
  margin-left: -28px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-bottom: 28px solid #fff;
  opacity: 0;
  animation-name: expanded-arrow;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-delay: 350ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

/*close button*/
.flying-content .button span, .flying-content .form--white .webform-button--submit span {
  display: unset;
  transition: none;
}

.form--white .flying-content .webform-button--submit span, .flying-content .page-node-type-page form .webform-button--submit span, .page-node-type-page form .flying-content .webform-button--submit span, .flying-content .page-wrapper--contact-us .large-margin-top a span, .page-wrapper--contact-us .large-margin-top .flying-content a span, .flying-content #views-exposed-form-opinions-block-3 button span, #views-exposed-form-opinions-block-3 .flying-content button span {
  display: unset;
  transition: none;
}

.flying-content .button span:after, .flying-content .form--white .webform-button--submit span:after {
  display: none;
}

.form--white .flying-content .webform-button--submit span:after, .flying-content .page-node-type-page form .webform-button--submit span:after, .page-node-type-page form .flying-content .webform-button--submit span:after, .flying-content .page-wrapper--contact-us .large-margin-top a span:after, .page-wrapper--contact-us .large-margin-top .flying-content a span:after, .flying-content #views-exposed-form-opinions-block-3 button span:after, #views-exposed-form-opinions-block-3 .flying-content button span:after {
  display: none;
}

/*newsroom videos audios, (new sass rule) */
#medias-galleries .form-group {
  margin-bottom: 0;
}

.form--white .webform-button--submit, .page-node-type-page form .webform-button--submit {
  border-radius: 0px;
}

.form--white .webform-button--submit span, .page-node-type-page form .webform-button--submit span {
  position: relative;
  padding: 0;
  transition: none;
}

/*

7. Page specific and paragraph full large

*/
#body-future-of-europe .paragraph--type--full-large .pics-overlay {
  opacity: 1 !important;
  background-attachment: scroll;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
#body-future-of-europe blockquote {
  font-size: 160%;
  text-align: left;
}
#body-future-of-europe .content .field--name-field-flexible-content, #body-future-of-europe .page-node-type-page .paragraph--type--webform .field--name-field-flexible-content {
  margin: -75px 0;
}

.page-node-type-page #body-future-of-europe .paragraph--type--webform .field--name-field-flexible-content {
  margin: -75px 0;
}

#body-future-of-europe .content.content--bgc02 p, #body-future-of-europe .page-node-type-page .content--bgc02.paragraph--type--webform p {
  font-size: 135%;
  max-width: 60rem;
}

.page-node-type-page #body-future-of-europe .content--bgc02.paragraph--type--webform p {
  font-size: 135%;
  max-width: 60rem;
}

#body-future-of-europe .content.orange p, #body-future-of-europe .page-node-type-page .paragraph--type--webform.orange p {
  font-size: 135%;
  max-width: 60rem;
}

.page-node-type-page #body-future-of-europe .paragraph--type--webform.orange p {
  font-size: 135%;
  max-width: 60rem;
}

#body-future-of-europe .content.Orange p, #body-future-of-europe .page-node-type-page .paragraph--type--webform.Orange p {
  font-size: 135%;
  max-width: 60rem;
}

.page-node-type-page #body-future-of-europe .paragraph--type--webform.Orange p {
  font-size: 135%;
  max-width: 60rem;
}

#body-future-of-europe .content.content--bgc03 + .content p, #body-future-of-europe .page-node-type-page .content--bgc03.paragraph--type--webform + .content p {
  font-size: 135%;
  max-width: 60rem;
}

.page-node-type-page #body-future-of-europe .content--bgc03.paragraph--type--webform + .content p {
  font-size: 135%;
  max-width: 60rem;
}

#body-future-of-europe .content.dark_blue + .content p, #body-future-of-europe .page-node-type-page .paragraph--type--webform.dark_blue + .content p {
  font-size: 135%;
  max-width: 60rem;
}

.page-node-type-page #body-future-of-europe .paragraph--type--webform.dark_blue + .content p {
  font-size: 135%;
  max-width: 60rem;
}

#body-future-of-europe .content.Dark.blue + .content p, #body-future-of-europe .page-node-type-page .paragraph--type--webform.Dark.blue + .content p {
  font-size: 135%;
  max-width: 60rem;
}

.page-node-type-page #body-future-of-europe .paragraph--type--webform.Dark.blue + .content p, #body-future-of-europe .page-node-type-page .content.content--bgc03 + .paragraph--type--webform p, .page-node-type-page #body-future-of-europe .content.content--bgc03 + .paragraph--type--webform p, #body-future-of-europe .page-node-type-page .content--bgc03.paragraph--type--webform + .paragraph--type--webform p, .page-node-type-page #body-future-of-europe .content--bgc03.paragraph--type--webform + .paragraph--type--webform p, #body-future-of-europe .page-node-type-page .content.dark_blue + .paragraph--type--webform p, .page-node-type-page #body-future-of-europe .content.dark_blue + .paragraph--type--webform p, #body-future-of-europe .page-node-type-page .paragraph--type--webform.dark_blue + .paragraph--type--webform p, .page-node-type-page #body-future-of-europe .paragraph--type--webform.dark_blue + .paragraph--type--webform p, #body-future-of-europe .page-node-type-page .content.Dark.blue + .paragraph--type--webform p, .page-node-type-page #body-future-of-europe .content.Dark.blue + .paragraph--type--webform p, #body-future-of-europe .page-node-type-page .paragraph--type--webform.Dark.blue + .paragraph--type--webform p, .page-node-type-page #body-future-of-europe .paragraph--type--webform.Dark.blue + .paragraph--type--webform p {
  font-size: 135%;
  max-width: 60rem;
}

#body-future-of-europe .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
}
#body-future-of-europe .embed-container iframe, #body-future-of-europe .embed-container object, #body-future-of-europe .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.paragraph--type--full-large .content.content-image, .paragraph--type--full-large .page-node-type-page .content-image.paragraph--type--webform {
  /*        min-height: 100vh;*/
  padding-bottom: 50%;
}

.page-node-type-page .paragraph--type--full-large .content-image.paragraph--type--webform {
  /*        min-height: 100vh;*/
  padding-bottom: 50%;
}

.paragraph--type--full-large .pics-overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.paragraph--type--full-large h1 {
  color: white;
}
.paragraph--type--full-large h1:before, .paragraph--type--full-large h1:after {
  display: none;
}

/*from wordpress*/
@media screen and (min-width: 1200px) {
  #body-future-of-europe .paragraph--type--full-large .content h1.sh-like, #body-future-of-europe .paragraph--type--full-large .page-node-type-page .paragraph--type--webform h1.sh-like {
    font-size: 350%;
    position: inherit;
    top: inherit;
    left: inherit;
    top: calc(50% - 0.5em);
    text-align: left;
    bottom: inherit;
    top: 1em;
    left: calc(50% - 585px);
    width: 45%;
    height: auto;
    padding-left: 0;
  }
  .page-node-type-page #body-future-of-europe .paragraph--type--full-large .paragraph--type--webform h1.sh-like {
    font-size: 350%;
    position: inherit;
    top: inherit;
    left: inherit;
    top: calc(50% - 0.5em);
    text-align: left;
    bottom: inherit;
    top: 1em;
    left: calc(50% - 585px);
    width: 45%;
    height: auto;
    padding-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  #body-future-of-europe .paragraph--type--full-large .content h1.sh-like, #body-future-of-europe .paragraph--type--full-large .page-node-type-page .paragraph--type--webform h1.sh-like {
    font-size: 500%;
  }
  .page-node-type-page #body-future-of-europe .paragraph--type--full-large .paragraph--type--webform h1.sh-like {
    font-size: 500%;
  }
}
.page-wrapper--people-profile .cover.epp-cover-president {
  height: 550px;
  background-position: center;
  background-size: cover;
}

/* president and vice photo */
@media screen and (max-width: 767px) {
  .page-wrapper--people-profile .cover {
    height: 475px;
    background-position: 25%;
    background-size: cover;
  }
  .page-wrapper--people-profile .cover.epp-cover-president {
    height: 475px;
    background-position: 34%;
    background-size: cover;
  }
}
