@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.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(./fonts/glyphicons-halflings-regular.eot);
  src: url(./fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(./fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(./fonts/glyphicons-halflings-regular.woff) format("woff"), url(./fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(./images/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.42857;
  color: #210042;
  background-color: #fff; }

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

a {
  color: #581D74;
  text-decoration: none; }
  a:hover, a:focus {
    color: #dc2264;
    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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #f7f7f7; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "PlutoMedium", "Roboto";
  font-weight: 500;
  line-height: 1.1;
  color: #581D74; }
  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: normal;
    line-height: 1;
    color: #e6e6e6; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px; }
  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: 10.5px;
  margin-bottom: 10.5px; }
  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: 39px; }

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

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

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

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

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

p {
  margin: 0 0 10.5px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #e6e6e6; }

.text-primary {
  color: #581D74; }

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

.text-success {
  color: rgba(88, 29, 116, 0.3); }

a.text-success:hover,
a.text-success:focus {
  color: rgba(57, 19, 75, 0.3); }

.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: #9041B0; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #581D74; }

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

.bg-success {
  background-color: transparent; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgba(0, 0, 0, 0); }

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgba(0, 0, 0, 0); }

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #f7f7f7; }

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e6e6e6; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #f7f7f7; }
  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.42857;
    color: #e6e6e6; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014   \A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f7f7f7;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\A0   \2014'; }

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857; }

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

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .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 {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

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

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

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

.col-xs-1 {
  width: 8.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px; }
  .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.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

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

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

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

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

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

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

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

.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: rgba(0, 0, 0, 0); }

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

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

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

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

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

.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: rgba(0, 0, 0, 0); }

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.42857;
  color: #581D74; }

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  color: #581D74;
  background-color: transparent;
  background-image: none;
  border: 1px solid #e6e6e6;
  border-radius: 0px !important;
  -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: rgba(88, 29, 116, 0.5);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(88, 29, 116, 0.5); }
  .form-control::-webkit-input-placeholder {
    color: rgba(88, 29, 116, 0.5); }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #f7f7f7;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 45px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 55px; } }

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px; }
  .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-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  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: 31px;
  line-height: 31px; }

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.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

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

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

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

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 13px;
  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: 55px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  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: 55px;
  line-height: 55px; }

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.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 55px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 55px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.33333; }

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

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  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: 55px;
  height: 55px;
  line-height: 55px; }

.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: 31px;
  height: 31px;
  line-height: 31px; }

.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: rgba(88, 29, 116, 0.3); }

.has-success .form-control {
  border-color: rgba(88, 29, 116, 0.3);
  -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: rgba(57, 19, 75, 0.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(150, 49, 198, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(150, 49, 198, 0.3); }

.has-success .input-group-addon {
  color: rgba(88, 29, 116, 0.3);
  border-color: rgba(88, 29, 116, 0.3);
  background-color: transparent; }

.has-success .form-control-feedback {
  color: rgba(88, 29, 116, 0.3); }

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

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

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

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

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

.has-error .form-control {
  border-color: #9041B0;
  -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: #72338b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bc85d2;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bc85d2; }

.has-error .input-group-addon {
  color: #9041B0;
  border-color: #9041B0;
  background-color: transparent; }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -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 {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=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: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: rgba(0, 0, 0, 0); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: transparent; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #581D74;
  border-color: #581D74; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #39134b;
    border-color: #0b040e; }
  .btn-primary:hover {
    color: #fff;
    background-color: #39134b;
    border-color: #331143; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #39134b;
    border-color: #331143; }
    .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: #230c2f;
      border-color: #0b040e; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #581D74;
    border-color: #581D74; }
  .btn-primary .badge {
    color: #581D74;
    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,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .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: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .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: #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,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #581D74;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #dc2264;
    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: #e6e6e6;
    text-decoration: none; }

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  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;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #581D74; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #e6e6e6; }

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

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857;
  color: #e6e6e6;
  white-space: nowrap; }

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

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

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

.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 {
    content: " ";
    display: table; }
  .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-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

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

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

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

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

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

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

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

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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 {
  content: " ";
  display: table; }

.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-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn 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-left: 0;
    padding-right: 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: 15px;
  font-weight: normal;
  line-height: 1;
  color: #581D74;
  text-align: center;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 0px !important; }
  .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: 13px;
    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: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #e6e6e6; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #e6e6e6;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #581D74; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 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.42857;
      border: 1px solid transparent;
      border-radius: 3px 3px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #f7f7f7 #f7f7f7 #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #cecece;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 3px; }
  .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: #581D74; }

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

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

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

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

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

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

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

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

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

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

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

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

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -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-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

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

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

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 19px;
  line-height: 21px;
  height: 47px; }
  .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;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 6.5px;
  margin-bottom: 6.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: 6.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 21px; }
  @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: 21px; }
        .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: 13px;
          padding-bottom: 13px; } }

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

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

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

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

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 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: #fff;
  border-color: #e6e6e6; }
  .navbar-default .navbar-brand {
    color: #581D74; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #39134b;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #581D74; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #5D6366;
      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: transparent; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e6e6e6; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #581D74; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #5D6366;
        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: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #581D74; }
    .navbar-default .navbar-link:hover {
      color: #5D6366; }
  .navbar-default .btn-link {
    color: #581D74; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #5D6366; }
    .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: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @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: white; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .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: 0 0;
  margin-bottom: 21px;
  list-style: none;
  background-color: transparent;
  border-radius: 3px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\A0";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #581D74; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 3px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #581D74;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #dc2264;
    background-color: #f7f7f7;
    border-color: #ddd; }
  .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;
    background-color: #581D74;
    border-color: #581D74;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #e6e6e6;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

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

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .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: #f7f7f7; }
  .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: #e6e6e6;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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: #e6e6e6; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #cdcdcd; }

.label-primary {
  background-color: #581D74; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #39134b; }

.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: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e6e6e6;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #581D74;
    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: #f7f7f7; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #dedede; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 68px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -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-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #210042; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #581D74; }

.alert {
  padding: 0;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .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: 20; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: transparent;
  border-color: #581D74;
  color: rgba(88, 29, 116, 0.3); }
  .alert-success hr {
    border-top-color: #491860; }
  .alert-success .alert-link {
    color: rgba(57, 19, 75, 0.3); }

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

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

.alert-danger {
  background-color: transparent;
  border-color: #9041B0;
  color: #9041B0; }
  .alert-danger hr {
    border-top-color: #813a9d; }
  .alert-danger .alert-link {
    color: #72338b; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 13px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  background-color: #581D74;
  -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 {
  zoom: 1;
  overflow: hidden; }

.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 {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

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 {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #f7f7f7;
  color: #e6e6e6;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #e6e6e6; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #581D74;
  border-color: #581D74; }
  .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: #c07edf; }

.list-group-item-success {
  color: rgba(88, 29, 116, 0.3);
  background-color: transparent; }

a.list-group-item-success,
button.list-group-item-success {
  color: rgba(88, 29, 116, 0.3); }
  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: rgba(88, 29, 116, 0.3);
    background-color: rgba(0, 0, 0, 0); }
  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: rgba(88, 29, 116, 0.3);
    border-color: rgba(88, 29, 116, 0.3); }

.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: #c4e3f3; }
  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: #faf2cc; }
  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: #9041B0;
  background-color: transparent; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #9041B0; }
  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: #9041B0;
    background-color: rgba(0, 0, 0, 0); }
  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: #9041B0;
    border-color: #9041B0; }

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

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

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  -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 {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

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

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  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: 2px;
  border-bottom-left-radius: 2px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px; }
  .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: 2px;
    border-bottom-left-radius: 2px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-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-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }
  .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: 2px;
    border-top-right-radius: 2px; }
    .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: 2px; }
    .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: 2px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  .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-left-radius: 2px;
    border-bottom-right-radius: 2px; }
    .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: 2px; }
    .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: 2px; }

.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 {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 21px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px; }
    .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: #581D74; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #581D74;
    border-color: #581D74; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #581D74; }
    .panel-primary > .panel-heading .badge {
      color: #581D74;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #581D74; }

.panel-success {
  border-color: #581D74; }
  .panel-success > .panel-heading {
    color: rgba(88, 29, 116, 0.3);
    background-color: transparent;
    border-color: #581D74; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #581D74; }
    .panel-success > .panel-heading .badge {
      color: transparent;
      background-color: rgba(88, 29, 116, 0.3); }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #581D74; }

.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: #9041B0; }
  .panel-danger > .panel-heading {
    color: #9041B0;
    background-color: transparent;
    border-color: #9041B0; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #9041B0; }
    .panel-danger > .panel-heading .badge {
      color: transparent;
      background-color: #9041B0; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #9041B0; }

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

.modal-body {
  position: relative;
  padding: 0; }

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 68%;
    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: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

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

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

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 15px;
  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-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 15px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    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 {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .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%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203A'; }

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

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -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 {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after, .filter-wrapper:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !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: rgba(57, 19, 75, 0.3); }

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

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

.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #72338b; }

/**
 * 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: .5em;
  margin-right: -.25em; }

html.js .form-item .input-group-addon .glyphicon {
  color: #e6e6e6;
  opacity: .5;
  transition: 150ms color, 150ms opacity; }
  html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
    color: #581D74;
    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: #581D74;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6; }
    .file > span:first-child {
      border-left: 1px solid #e6e6e6; }
    .file > span:last-child {
      border-right: 1px solid #e6e6e6; }
  .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 #f7e1b5; }

.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .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 3px 3px;
  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: .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-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .input-group .select-wrapper:last-child .form-control:first-child {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .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: #581D74;
    content: '\25BC';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -.5em;
    padding-right: .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: #9041B0; }
    .has-success .select-wrapper:after {
      color: rgba(88, 29, 116, 0.3); }
    .has-warning .select-wrapper:after {
      color: #8a6d3b; }

.form-required:after {
  background-image: url(./images/required.svg);
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  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: .25em; }

a.icon-after .glyphicon,
a .glyphicon.icon-after {
  margin-left: .25em; }

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

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

/**
 * Navbar styling.
 */
body {
  position: relative; }
  body.navbar-is-static-top {
    margin-top: 0; }
  body.navbar-is-fixed-top {
    margin-top: 62px; }
  body.navbar-is-fixed-bottom {
    padding-bottom: 62px; }
  @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: 13px; }
  .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: #e6e6e6;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px; }
  .tabledrag-handle:hover, .tabledrag-handle:focus {
    color: #581D74; }

.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: #e6e6e6;
    font-size: 13px; }

.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 3px 3px; }
      .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 3px 3px 3px;
  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: 3px 0 0 3px; }
    .tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
      border-color: #f7f7f7 #ddd #f7f7f7 #f7f7f7; }
  .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 3px 3px 0; }
    .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
      border-color: #f7f7f7 #f7f7f7 #f7f7f7 #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: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  color: inherit;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  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.42857;
    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: #581D74;
      color: #fff; }

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

.description.help-block,
.feed-icons,
.view.sub-view .view-filters,
.mobile_link a,
#views-exposed-form-recherche-block-1,
#edit-submit-taxonomy-term {
  display: none !important; }

.disclaimer .description.help-block {
  display: block; }

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5; }

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

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

.region-help .block {
  overflow: hidden; }

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

.row_space, .view-faq {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .row_space, .view-faq {
      padding: 6em 0; } }

.row_space_top, .row-space-top {
  padding-top: 3em; }
  @media (min-width: 768px) {
    .row_space_top, .row-space-top {
      padding-top: 6em; } }

.row_space_bottom, .row-space-bottom {
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .row_space_bottom, .row-space-bottom {
      padding-bottom: 6em; } }

@font-face {
  font-family: 'PlutoCondMedium';
  src: url(./fonts/PlutoCondMedium.eot);
  src: url(./fonts/PlutoCondMedium.eot?#iefix) format("embedded-opentype"), url(./fonts/PlutoCondMedium.woff2) format("woff2"), url(./fonts/PlutoCondMedium.woff) format("woff"), url(./fonts/PlutoCondMedium.ttf) format("truetype"), url(./images/PlutoCondMedium.svg#PlutoCondMedium) format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'PlutoLight';
  src: url(./fonts/PlutoLight.eot);
  src: url(./fonts/PlutoLight.eot?#iefix) format("embedded-opentype"), url(./fonts/PlutoLight.woff2) format("woff2"), url(./fonts/PlutoLight.woff) format("woff"), url(./fonts/PlutoLight.ttf) format("truetype"), url(./images/PlutoLight.svg#PlutoLight) format("svg");
  font-style: normal; }

@font-face {
  font-family: 'PlutoMedium';
  src: url(./fonts/PlutoMedium.eot);
  src: url(./fonts/PlutoMedium.eot?#iefix) format("embedded-opentype"), url(./fonts/PlutoMedium.woff2) format("woff2"), url(./fonts/PlutoMedium.woff) format("woff"), url(./fonts/PlutoMedium.ttf) format("truetype"), url(./images/PlutoMedium.svg#PlutoMedium) format("svg");
  font-style: normal; }

body {
  line-height: 1.625;
  font-family: 'Roboto';
  margin-top: 0 !important;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      font-weight: 300; } }

h1, h2.title_heading, .histoire_row h2 {
  font-size: 32px; }
  @media (min-width: 768px) {
    h1, h2.title_heading, .histoire_row h2 {
      font-size: 42px; } }

h2.title_heading,
.histoire_row h2 {
  margin-top: 0; }

.histoire_row h2 {
  margin-bottom: .8em; }

@media (min-width: 768px) {
  .histoire_row p {
    font-size: 18px;
    margin-bottom: 1em; } }

.slider_content h2 {
  font-size: 2.2rem; }
  @media (min-width: 768px) {
    .slider_content h2 {
      font-size: 3rem; } }

.text_blocs_2 h2 {
  margin-top: 0;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .text_blocs_2 h2 {
      margin-bottom: 1em; } }

.text_blocs_2 h3 {
  font-size: 15px;
  font-family: 'Roboto';
  font-weight: 600;
  margin-bottom: 1.2em;
  margin-top: 1em;
  color: #581D74; }

.faq__list h3,
.blog-item-title h3 {
  font-family: 'Roboto';
  font-size: 15px;
  font-weight: 400;
  margin: 0; }
  @media (min-width: 768px) {
    .faq__list h3,
    .blog-item-title h3 {
      font-size: 18px; } }

.blog-item-title h3 {
  line-height: 1.8; }

.citation_auteur {
  font-weight: 400; }

.header_faq .page-header,
.text_blocs_2 h2,
.message_confirmation h2,
.contact_info_row h3 {
  font-size: 20px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .header_faq .page-header,
    .text_blocs_2 h2,
    .message_confirmation h2,
    .contact_info_row h3 {
      font-size: 26px; } }

.header_faq .page-header,
.text_blocs_2 h2,
.message_confirmation h2 {
  line-height: 1.4; }

.contact_info_row h3 {
  line-height: 1.2; }

.contact_info_row h4 {
  line-height: 1.8; }

.user_page h2,
h3,
.section_title {
  color: #210042; }

.citation_row .citation_content p,
.section_title {
  font-family: "PlutoMedium", "Roboto"; }

.section_title {
  line-height: 1.1;
  font-size: 20px; }
  @media (min-width: 768px) {
    .section_title {
      font-size: 26px; } }

.citation_row .citation_content p {
  color: #9041B0;
  font-size: 2rem; }
  @media (min-width: 768px) {
    .citation_row .citation_content p {
      font-size: 1.733em; } }

h4 {
  font-size: 1.625em; }

h5 {
  font-size: 1em;
  margin-bottom: 1.5em; }

.user_meta_item .title_heading {
  font-size: 20px !important; }
  @media (min-width: 768px) {
    .user_meta_item .title_heading {
      font-size: 1.733em !important; } }

.error_page_p {
  font-size: 2em; }

.text_small {
  font-size: 13px; }

.text_italic {
  font-style: italic; }

.text_bold {
  font-weight: bold; }

.text_medium {
  font-weight: 500; }

.text_light, .text_bloc_light p, .text_bloc_light li {
  font-weight: 300; }

.text_purple {
  color: #9041B0; }

.message_confirmation {
  text-align: center;
  color: #581D74; }

@media screen and (max-width: 767px) {
  .btn:not(.result-cat-btn),
  .submit_row .form-actions .btn,
  .input-group,
  .input-group .btn {
    width: 100%; }
  .header_row .header_btn,
  .slider_cta a {
    width: 290px; }
  .revealOnScroll::before,
  .revealOnScroll2 .piliers_item::before,
  .revealOnScrollAll {
    opacity: 1 !important;
    transform: none !important; }
  .slider_cta a {
    display: inline-block; }
  .header {
    border-bottom: 1px solid #e6e6e6; }
  .navbar-collapse {
    height: 100%;
    max-height: calc(100% - 50px);
    position: fixed;
    top: 48px;
    overflow-x: hidden;
    left: 15px; }
  .navbar .language-switcher-language-url .lg_switcher {
    padding: 0; }
  .navbar .language-switcher-language-url .lg_drop {
    padding: 0 15px;
    margin-left: 0; }
  .menu--main {
    margin: 0; }
    .menu--main .dropdown .dropdown-toggle {
      color: #581D74 !important; }
    .menu--main .dropdown .caret {
      display: none; }
    .menu--main .dropdown .dropdown-menu {
      display: block !important;
      border: 0px;
      position: static;
      float: none; }
      .menu--main .dropdown .dropdown-menu li {
        boder-top: 1px solid #5D6366; }
        .menu--main .dropdown .dropdown-menu li a {
          color: #5D6366 !important;
          border-top: 1px solid #e6e6e6; }
  .navbar .logo__bar .logo {
    position: relative;
    z-index: 9; }
  .navbar-toggle {
    z-index: 10; }
  .inner__wrap {
    width: 90%;
    margin: 0 auto; }
  .paragraph > .paragraph__column,
  .col-sm-12 {
    padding: 0; }
  .language-switcher-language-url {
    top: 5px; }
  #block-retourfaq {
    display: none !important; }
  .page-node-type-faq .page-header span {
    font-size: 2rem; }
  .desk_only,
  .breadcrumb {
    display: none; }
  .tags_row {
    margin: 2em 0 0; }
  .titre {
    padding: 0 1em 2em; }
  .modal-body .titre {
    padding-left: 0; }
  .user_page .titre {
    padding: 0 0 2em; }
  .user_apss_edit .btn-primary {
    margin-top: 1.5em; }
  .header_row .titre,
  .carousel_row .titre {
    padding: 0 1em; }
  .histoire_row,
  .contact_info_row .titre {
    padding-bottom: 0; }
  .path-frontpage .svg_mask_bck {
    margin-top: 2em; }
  .reporting-item {
    padding: 0 3rem; }
  .blog_carousel_row .read_more {
    margin-top: 4em; }
  .author_info_row .social_list {
    display: flex;
    justify-content: space-between; }
  .footer {
    border-top: 6px solid #f7f7f7; }
  .input-group-lg > .form-control {
    font-size: 16px !important; } }

.navbar {
  border-width: 0 0 0px 0;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar {
      -webkit-transition: 0.3s ease all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: 0.3s ease all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: 0.3s ease all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: 0.3s ease all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); } }
  .navbar .caret {
    margin-left: 0; }
  .navbar .logo__bar {
    position: relative;
    margin-top: 5px; }
    @media (min-width: 768px) {
      .navbar .logo__bar {
        height: 100px;
        background-color: #fff;
        z-index: 992;
        margin-top: 0; } }
    .navbar .logo__bar .region {
      text-align: center; }
    .navbar .logo__bar .logo {
      text-align: center;
      margin-right: 0;
      display: inline-block;
      float: none !important; }
      @media (min-width: 768px) {
        .navbar .logo__bar .logo {
          float: left !important;
          margin: 0 -15px 0 0;
          width: auto;
          height: 100px;
          display: flex;
          align-items: center; } }
      .navbar .logo__bar .logo img {
        width: 135px; }
        @media (min-width: 768px) {
          .navbar .logo__bar .logo img {
            width: 228px;
            padding-top: 0; } }
  .navbar .menu--account > .open > a.navbar-btn, .navbar .menu--account > .open > a.navbar-btn:hover, .navbar .menu--account > .open > a.navbar-btn:focus {
    background-color: #7d2ba5;
    color: #fff; }
  @media (min-width: 768px) {
    .navbar .menu--account {
      display: flex !important;
      height: 100px;
      align-items: center; } }
  .navbar .menu--account .dropdown .dropdown-menu,
  .navbar .menu--account .dropdown.open .dropdown-menu {
    border: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .navbar .menu--account .dropdown .dropdown-menu,
      .navbar .menu--account .dropdown.open .dropdown-menu {
        left: 0;
        right: auto; } }
    .navbar .menu--account .dropdown .dropdown-menu li a:hover, .navbar .menu--account .dropdown .dropdown-menu li a:focus,
    .navbar .menu--account .dropdown.open .dropdown-menu li a:hover,
    .navbar .menu--account .dropdown.open .dropdown-menu li a:focus {
      text-decoration: underline; }
    .navbar .menu--account .dropdown .dropdown-menu li.active a,
    .navbar .menu--account .dropdown.open .dropdown-menu li.active a {
      background-color: inherit;
      text-decoration: underline; }
  .navbar .menu--account .user_drop .dropdown-menu,
  .navbar .menu--account .user_drop.open .dropdown-menu {
    background-color: #581D74;
    border-shadow: none;
    border-radius: 3px; }
  .navbar .menu--account .user_drop li a,
  .navbar .menu--account .user_drop.open li a {
    padding: 0.7em 1.5em;
    border-top: 1px solid rgba(250, 250, 250, 0.1);
    color: #fff;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    @media (min-width: 768px) {
      .navbar .menu--account .user_drop li a:hover, .navbar .menu--account .user_drop li a:focus,
      .navbar .menu--account .user_drop.open li a:hover,
      .navbar .menu--account .user_drop.open li a:focus {
        color: #fff;
        background-color: #7d2ba5;
        padding-left: 2em; } }
  .navbar .menu--account .user_drop .user_btn,
  .navbar .menu--account .user_drop.open .user_btn {
    text-align: left;
    min-width: 200px;
    padding-right: 2.5em; }
    .navbar .menu--account .user_drop .user_btn span,
    .navbar .menu--account .user_drop.open .user_btn span {
      margin-left: 1em;
      position: absolute;
      top: 1.3em;
      right: 1em; }
    .navbar .menu--account .user_drop .user_btn:before,
    .navbar .menu--account .user_drop.open .user_btn:before {
      content: url(./images/user-icon.svg);
      position: relative;
      top: 3px;
      margin-right: 1em; }
  .navbar .menu--account .navbar-btn {
    margin: 0;
    color: #fff;
    padding: .6em 1.5em;
    border: 0;
    background-color: #581D74; }
    .navbar .menu--account .navbar-btn:hover, .navbar .menu--account .navbar-btn:focus {
      background-color: #7d2ba5;
      color: #fff; }
  .navbar .menu--account .search_bar_btn {
    height: 25px;
    color: #333;
    padding-bottom: 0;
    padding-right: 1.15em;
    -webkit-transition: color 0.15s ease 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: color 0.15s ease 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: color 0.15s ease 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: color 0.15s ease 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .navbar .menu--account .search_bar_btn:hover, .navbar .menu--account .search_bar_btn.active {
      color: #dc2264; }
    .navbar .menu--account .search_bar_btn .glyphicon-search:before {
      height: 15px;
      width: 15px; }
  .navbar .menu--account .link_menu_space {
    margin: 0 .6em 0 1.2em; }
  .navbar .menu--account.menu {
    position: relative;
    right: 100px; }
  .navbar #block-mobileconnexion {
    margin-top: .5em;
    margin-bottom: 2em; }
  .navbar .mobile_menu:first-of-type {
    padding: 2em 0 0; }
  .navbar .mobile_menu .dropdown-menu {
    box-shadow: none; }
  .navbar .mobile_menu .views-exposed-form .form-inline {
    position: relative; }
  .navbar .mobile_menu .views-exposed-form .form-item {
    padding-left: 2em;
    margin-bottom: 0; }
    .navbar .mobile_menu .views-exposed-form .form-item .form-control {
      display: inline-block;
      border-bottom: 4px solid #e6e6e6;
      margin-bottom: 0;
      padding-top: 0;
      height: 30px; }
  .navbar .mobile_menu .views-exposed-form .form-actions {
    position: absolute;
    top: 0; }
  .navbar .mobile_menu .connect_mobile {
    margin-bottom: 2rem; }
  .navbar .mobile_menu .search_btn {
    padding-left: 0; }
  .navbar .language-switcher-language-url {
    display: inline-block;
    position: absolute;
    right: -15px;
    z-index: 10; }
    @media (min-width: 768px) {
      .navbar .language-switcher-language-url {
        right: 0; } }
    .navbar .language-switcher-language-url .lg_drop {
      padding-left: 15px;
      height: 100%;
      display: flex;
      align-items: center; }
      .navbar .language-switcher-language-url .lg_drop a {
        padding-left: 0;
        color: #333;
        font-weight: 400; }
        .navbar .language-switcher-language-url .lg_drop a:hover, .navbar .language-switcher-language-url .lg_drop a:focus, .navbar .language-switcher-language-url .lg_drop a:after {
          color: #333;
          text-decoration: none; }
      .navbar .language-switcher-language-url .lg_drop .dropdown-menu {
        box-shadow: none;
        min-width: 100%;
        background-color: #fff;
        padding-left: 15px;
        border-radius: 0; }
        @media (min-width: 768px) {
          .navbar .language-switcher-language-url .lg_drop .dropdown-menu {
            background-color: transparent; } }
        .navbar .language-switcher-language-url .lg_drop .dropdown-menu li {
          padding: .4em 15px 1em; }
          @media (min-width: 768px) {
            .navbar .language-switcher-language-url .lg_drop .dropdown-menu li {
              padding: 0.4em 1.5em .6em 0; } }
          .navbar .language-switcher-language-url .lg_drop .dropdown-menu li:first-child {
            position: relative; }
          .navbar .language-switcher-language-url .lg_drop .dropdown-menu li a:hover, .navbar .language-switcher-language-url .lg_drop .dropdown-menu li a:focus, .navbar .language-switcher-language-url .lg_drop .dropdown-menu li a:after {
            background-color: transparent; }
      .navbar .language-switcher-language-url .lg_drop:hover .dropdown-menu li:first-child, .navbar .language-switcher-language-url .lg_drop:focus .dropdown-menu li:first-child, .navbar .language-switcher-language-url .lg_drop:active .dropdown-menu li:first-child, .navbar .language-switcher-language-url .lg_drop.open .dropdown-menu li:first-child {
        top: 11px;
        border-top: 2px solid #333; }
        @media (min-width: 768px) {
          .navbar .language-switcher-language-url .lg_drop:hover .dropdown-menu li:first-child, .navbar .language-switcher-language-url .lg_drop:focus .dropdown-menu li:first-child, .navbar .language-switcher-language-url .lg_drop:active .dropdown-menu li:first-child, .navbar .language-switcher-language-url .lg_drop.open .dropdown-menu li:first-child {
            top: -3px; } }
        .navbar .language-switcher-language-url .lg_drop:hover .dropdown-menu li:first-child:before, .navbar .language-switcher-language-url .lg_drop:focus .dropdown-menu li:first-child:before, .navbar .language-switcher-language-url .lg_drop:active .dropdown-menu li:first-child:before, .navbar .language-switcher-language-url .lg_drop.open .dropdown-menu li:first-child:before {
          content: '';
          display: inline-block;
          width: 0;
          height: 0;
          vertical-align: middle;
          border-top: 3px dashed;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent;
          position: absolute;
          top: 0;
          color: #000;
          left: 50%;
          transform: translateX(-50%); }
  .navbar .sec__nav {
    position: absolute;
    top: 0px; }
    .navbar .sec__nav .navbar-collapse {
      background: #fff;
      z-index: 999; }
      @media (min-width: 768px) {
        .navbar .sec__nav .navbar-collapse {
          width: auto;
          top: 2px;
          position: relative;
          z-index: 10; } }
      .navbar .sec__nav .navbar-collapse .menu--main {
        padding-top: 1em; }
        @media (min-width: 768px) {
          .navbar .sec__nav .navbar-collapse .menu--main {
            padding-top: 0; } }
        @media (min-width: 768px) {
          .navbar .sec__nav .navbar-collapse .menu--main > li.mobile_link {
            display: none; }
          .navbar .sec__nav .navbar-collapse .menu--main > li a {
            padding-left: 1.5em; }
          .navbar .sec__nav .navbar-collapse .menu--main > li:first-child a {
            margin-left: 0;
            padding-left: 0; } }
        .navbar .sec__nav .navbar-collapse .menu--main a {
          font-weight: bold;
          line-height: 10px;
          padding: 1em 1.5em 1em 0; }
        @media (min-width: 768px) {
          .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu {
            border-top: 2px solid #5D6366;
            border-width: 2px 0 0 0;
            min-width: auto; }
            .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu:before {
              content: '';
              display: inline-block;
              vertical-align: middle;
              border-top: 4px dashed;
              border-right: 4px solid transparent;
              border-left: 4px solid transparent;
              position: absolute;
              top: -1px;
              color: #5D6366;
              left: 50%;
              transform: translateX(-50%); } }
        @media (min-width: 768px) {
          .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu li {
            margin-left: -100vw;
            padding-left: 100vw;
            padding-right: 100vw;
            background: white; }
            .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu li:first-child {
              padding-top: 1em; }
            .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu li:last-child {
              padding-bottom: 1.2em;
              -webkit-box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5);
              box-shadow: 0px 9px 8px -8px rgba(0, 0, 0, 0.5); } }
        .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu a {
          display: inline-block;
          color: #210042;
          font-weight: 400;
          padding: 1.2em 1.5em;
          -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
          @media (min-width: 768px) {
            .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu a:hover, .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu a:focus {
              background-color: #fff;
              text-decoration: underline;
              color: #9041B0;
              padding-left: 2em; } }
        .navbar .sec__nav .navbar-collapse .menu--main .dropdown-menu.active {
          backgorund-color: inherit;
          text-decoration: underline; }
      @media (min-width: 768px) {
        .navbar .sec__nav .navbar-collapse {
          top: 0;
          padding-right: 0;
          padding-left: 0; } }
    @media (min-width: 768px) {
      .navbar .sec__nav {
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        position: relative;
        top: 0;
        background-color: #fff;
        z-index: 99; } }
  .navbar .dropdown-menu li.active a {
    background-color: inherit;
    text-decoration: underline; }
  .navbar .menu.nav:not(.menu--account) .dropdown-menu {
    width: 100%;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    top: 98%; }
  .navbar.navbar-fixed-top {
    animation: smoothScroll .5s forwards; }

@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    mstransform: translateY(-40px);
    transform: translateY(-40px); }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    mstransform: translateY(0px);
    transform: translateY(0px); } }
    .navbar.navbar-fixed-top .menu--account,
    .navbar.navbar-fixed-top .logo__bar,
    .navbar.navbar-fixed-top .logo {
      height: 64px; }
    .navbar.navbar-fixed-top .logo__bar .logo img {
      width: 160px; }
    .navbar.navbar-fixed-top .search_block_bar.scroll_down {
      top: 106px; }
  @media (min-width: 979px) {
    .navbar .dropdown-menu {
      -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      display: block;
      opacity: 0;
      overflow: hidden;
      max-height: 0; }
    .navbar .dropdown:hover > .dropdown-menu {
      opacity: 1;
      overflow: visible;
      max-height: 400px; } }

.dropdown:hover .dropdown-menu {
  max-height: 200px;
  opacity: 1; }

.navbar-toggle {
  float: left;
  border: 0px;
  padding: 9px 2px; }
  .navbar-toggle .icon-bar {
    background-color: #581D74 !important;
    border-radius: 0px; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick__slide:after {
  background-color: rgba(88, 29, 116, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.slick-loading .slick-list {
  background: #fff url(./images/ajax-loader.gif) center center no-repeat; }

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 9;
  display: block;
  width: 50px;
  height: 50px;
  padding: 5px 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 23px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  right: 0;
  content: '\2190'; }

.slick-prev:hover:before {
  right: 5px; }

[dir='rtl'] .slick-prev:before {
  content: '\2192'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

@media screen and (min-width: 1210px) {
  .slick-prev {
    left: -45px; }
  [dir='rtl'] .slick-prev {
    right: -45px; }
  .slick-next {
    right: -45px; }
  [dir='rtl'] .slick-next {
    left: -45px; } }

.slick-next:before {
  left: 0; }

.slick-next:hover:before {
  left: 5px; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: 3em;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

@media (min-width: 768px) {
  .slick-dots li button:hover {
    outline: none; }
  .slick-dots li button:hover:before {
    opacity: 1;
    background-color: #fff; } }

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff; }

.slick-dots li button:before {
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  text-align: center;
  border-radius: 50%;
  opacity: .7;
  background-color: transparent;
  border: 1.6px solid #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }

.carousel_box .slick-track, .chiffres_cles_box .slick-track {
  display: flex;
  align-items: center; }

.carousel_box .slick-dots, .chiffres_cles_box .slick-dots {
  bottom: -3em; }
  @media (min-width: 768px) {
    .carousel_box .slick-dots, .chiffres_cles_box .slick-dots {
      bottom: -5em; } }
  .carousel_box .slick-dots li.slick-active button:before, .chiffres_cles_box .slick-dots li.slick-active button:before {
    background-color: #fff; }
  .carousel_box .slick-dots li button:before, .chiffres_cles_box .slick-dots li button:before {
    background-color: #581D74;
    border: 1.6px solid #fff; }
  @media (min-width: 768px) {
    .carousel_box .slick-dots li button:hover:before, .chiffres_cles_box .slick-dots li button:hover:before {
      background-color: #fff; } }

.carousel_box .slick-next:before, .chiffres_cles_box .slick-next:before {
  background-image: url(./images/right-arrow.svg); }

.carousel_box .slick-prev:before, .chiffres_cles_box .slick-prev:before {
  background-image: url(./images/left-arrow.svg); }

.carousel_box {
  padding-bottom: 5.5em; }
  .carousel_box .slick-list {
    padding: 1em 0; }
  .carousel_box .slick-track .client_slide {
    display: flex;
    justify-content: center; }
    .carousel_box .slick-track .client_slide img {
      display: block;
      max-width: 230px;
      max-height: 95px;
      width: auto;
      height: auto;
      position: relative;
      bottom: 0;
      transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .carousel_box .slick-track .client_slide img:hover {
        bottom: 2px; }

.testimonial_box {
  padding-bottom: 6em; }
  .testimonial_box .slick-list {
    width: 90%;
    margin: 0 auto; }
  .testimonial_box .slick-dots {
    bottom: -5em; }
    .testimonial_box .slick-dots li button:before {
      background-color: #f7f7f7;
      border: 1.6px solid #581D74; }
    .testimonial_box .slick-dots li.slick-active button:before {
      background-color: #581D74; }
    @media (min-width: 768px) {
      .testimonial_box .slick-dots li button:hover:before {
        background-color: #581D74; } }
  .testimonial_box .slick-next:before {
    background-image: url(./images/right-arrow-purple.svg); }
  .testimonial_box .slick-prev:before {
    background-image: url(./images/left-arrow-purple.svg); }
  .testimonial_box .tslide .inner_content {
    text-align: center;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .testimonial_box .tslide .inner_content {
        padding: 0 12%; } }
  @media (min-width: 768px) {
    .testimonial_box .tslide .t_img {
      width: 90%;
      margin: 0 auto; } }
  .testimonial_box .tslide .t_content {
    padding: 1em 0; }
  .testimonial_box .tslide .t_name {
    margin: 0;
    color: #581D74; }
  @media (min-width: 768px) {
    .testimonial_box .slick-current .inner_content, .testimonial_box .slick-current + .slick-active .inner_content {
      border-right: 1.6px solid #e6e6e6; } }

.chiffres_cles_box {
  margin-bottom: 5em; }
  @media (min-width: 992px) and (max-width: 1209px) {
    .chiffres_cles_box .slick-current .inner_content, .chiffres_cles_box .slick-current {
      border-right: 1.6px solid #9041B0; } }
  @media (min-width: 1210px) {
    .chiffres_cles_box .slick-current .inner_content, .chiffres_cles_box .slick-current + .slick-active .inner_content {
      border-right: 1.6px solid #9041B0; } }
  .chiffres_cles_box .tslide .inner_content {
    padding: 0 3%;
    color: #fff; }
    @media (min-width: 992px) and (max-width: 1209px) {
      .chiffres_cles_box .tslide .inner_content {
        padding: 0 3em; } }
    @media (min-width: 1210px) {
      .chiffres_cles_box .tslide .inner_content {
        padding: 0 5%; } }
  .chiffres_cles_box .tslide .chiffre_cle {
    font-size: 4.667em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2rem; }
    .chiffres_cles_box .tslide .chiffre_cle span {
      font-size: 3rem;
      margin-left: .5rem; }
  .chiffres_cles_box .tslide .chiffre_unite {
    font-size: 1.333em;
    margin-bottom: 1rem; }
  .chiffres_cles_box .tslide .chiffre_sec .field p:first-child {
    margin-bottom: .2em; }

@media (max-width: 767px) {
  .carousel_row .title_heading {
    margin-top: 1.5em;
    margin-bottom: 1em; } }

.blog-carousel .slick-dots {
  bottom: -20px; }
  .blog-carousel .slick-dots li button:before {
    color: #581D74;
    border-color: #581D74; }
  .blog-carousel .slick-dots li.slick-active button:before {
    color: #581D74;
    background-color: #581D74; }

.blog-carousel .slick__slide:after {
  background-color: rgba(88, 29, 116, 0.4); }

.slick-arrow.slick-disabled {
  opacity: 0; }

.full_slick, .carousel_wrap, .blog-carousel {
  visibility: hidden; }

.full_slick.slick-initialized, .carousel_wrap.slick-initialized, .blog-carousel.slick-initialized {
  visibility: visible; }

.header_row .page-header,
.view-taxonomy-term .view-header {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 192px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .header_row .page-header,
    .view-taxonomy-term .view-header {
      min-height: 210px;
      padding: 13rem 0 4rem 15px;
      justify-content: flex-start; } }

.view-taxonomy-term .view-header {
  background-color: #581D74; }
  .view-taxonomy-term .view-header h2 {
    color: #fff; }

.header_row {
  background-color: #581D74; }
  .header_row .page-header {
    color: #fff;
    border-bottom: 0;
    margin: 0 15px;
    text-align: center; }
    @media (min-width: 768px) {
      .header_row .page-header {
        text-align: left;
        margin: 0; } }
  .header_row .container {
    position: relative;
    padding: 0; }
    .header_row .container .row {
      width: 100%;
      padding: 2em;
      display: flex;
      -ms-display: flex;
      flex-flow: column;
      align-items: center; }
      .header_row .container .row .page_header_title {
        text-align: center;
        color: #fff;
        margin-bottom: 1.5rem; }
      .header_row .container .row .header_btn a {
        padding: .8em .5em;
        font-weight: bold;
        white-space: normal; }
      .header_row .container .row.search_row {
        min-height: 223px; }
      @media (min-width: 768px) {
        .header_row .container .row {
          min-height: 210px;
          padding: 0;
          flex-flow: row;
          align-items: flex-end; }
          .header_row .container .row.search_row {
            height: 275px;
            display: inline-block; }
            .header_row .container .row.search_row .page_header_title {
              position: absolute;
              top: 60px;
              margin: 21px 0 5em;
              left: 15px; }
          .header_row .container .row .page_header_title {
            text-align: left;
            margin-bottom: 4.5rem;
            margin-left: 15px;
            position: absolute;
            bottom: 0; }
          .header_row .container .row .header_btn {
            position: absolute;
            bottom: 4.5rem;
            right: 15px; }
            .header_row .container .row .header_btn a {
              padding: .8em 2.5em; } }

.view-main-header-image .views-field-title {
  text-align: center; }
  .view-main-header-image .views-field-title .field-content {
    margin: 0;
    color: white;
    font-size: 3em;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    mstransform: translateY(-50%);
    transform: translateY(-50%); }

.view-main-header-image .views-field.views-field-field-main-image:after {
  background-color: rgba(88, 29, 116, 0.4);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.full_slick .slider_content {
  text-align: center;
  padding: 0 15px;
  width: 100%; }
  .full_slick .slider_content h1, .full_slick .slider_content h2, .full_slick .slider_content p {
    color: #fff; }
  .full_slick .slider_content h1 {
    maring-bottom: 1em; }
    @media (min-width: 768px) {
      .full_slick .slider_content h1 {
        margin-bottom: .5rem; } }

.full_slick .slick-list {
  width: 100%; }

.full_slick .slick-slide, .full_slick_slide {
  height: 460px;
  width: 100%; }
  @media (min-width: 768px) {
    .full_slick .slick-slide, .full_slick_slide {
      height: 550px; } }

.main_img_header .container {
  min-height: 220px;
  height: 200px; }
  @media (min-width: 768px) {
    .main_img_header .container {
      min-height: 350px; } }

.main_img_header .container, .full_slick_slide {
  display: flex;
  -ms-display: flex;
  align-items: center;
  justify-content: center; }

.main_img_header, .full_slick_slide {
  background-color: #581D74;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .main_img_header .title_heading, .full_slick_slide .title_heading {
    color: white;
    font-size: 32px;
    padding: 0 1em;
    margin: 0; }
    @media (min-width: 768px) {
      .main_img_header .title_heading, .full_slick_slide .title_heading {
        font-size: 3em; } }

.search_block_bar {
  visibility: hidden;
  position: absolute;
  top: -10em;
  z-index: 9;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -o-transform: translateY(0%);
  mstransform: translateY(0%);
  transform: translateY(0%);
  transition-timing-function: ease-in;
  transition: 0.2s; }

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
  .search_block_bar.scroll_down {
    visibility: visible;
    top: 142px;
    transition: 0.25s;
    transition-timing-function: ease-out;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    mstransform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  .search_block_bar .container {
    padding: 8em 0 3em; }
  .search_block_bar .close_search_bar {
    cursor: pointer; }
    .search_block_bar .close_search_bar:after {
      content: url(./images/icone-fermer-search.svg);
      position: absolute;
      top: 2em;
      right: 2em; }
  .search_block_bar .block-views > .form-group {
    width: 100%;
    position: relative; }
    .search_block_bar .block-views > .form-group button {
      position: absolute;
      right: 0;
      bottom: 10px;
      background-color: #f7f7f7;
      color: #f7f7f7;
      border-color: #f7f7f7;
      border: 0px; }
      .search_block_bar .block-views > .form-group button:after {
        content: url(./images/search-arrow.svg); }
      .search_block_bar .block-views > .form-group button:hover, .search_block_bar .block-views > .form-group button:focus, .search_block_bar .block-views > .form-group button:active {
        background-color: #f7f7f7;
        color: #f7f7f7;
        border-color: #f7f7f7;
        box-shadow: none; }
  .search_block_bar .form-control {
    border-color: rgba(88, 29, 116, 0.2);
    border-width: 0 0 0 2px;
    padding-left: 1em;
    font-family: "PlutoLight", "Roboto";
    font-weight: 300;
    font-size: 2.8em;
    color: #581d74;
    margin-bottom: 0 !important;
    height: 60px; }
    .search_block_bar .form-control::placeholder {
      color: rgba(88, 29, 116, 0.2); }
  .search_block_bar .form-actions {
    float: right;
    padding-top: 1em; }

@media (min-width: 768px) {
  .revealOnScroll:not(.intro_box_item),
  .revealOnScroll.intro_box_item::before,
  .revealOnScroll2 .piliers_item {
    position: relative;
    opacity: 0; }
  .revealOnScroll.intro_box_item.flipInX::before,
  .revealOnScroll:not(.intro_box_item).flipInX,
  .revealOnScroll2 .piliers_item.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }
  .intro_solutions.flipInX:before {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  .solutions_liste ul li:nth-child(2).flipInX {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
    .solutions_liste ul li:nth-child(2).flipInX:before {
      -webkit-animation-delay: .25s;
      animation-delay: .25s; }
  .solutions_liste ul li:nth-child(3).flipInX {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .solutions_liste ul li:nth-child(4).flipInX {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .solutions_liste ul li:last-child.flipInX {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .valeurs_box_item.valeurs_picto_proximite.flipInX {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  .valeurs_box_item.valeurs_picto_impartialite.flipInX {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .valeurs_box_item.valeurs_picto_performance.flipInX {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .piliers_box.piliers_box_2 .flipInX {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  .piliers_box.piliers_box_3 .flipInX {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .piliers_box.piliers_box_4 .flipInX {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .icone_box.icone_box_2.flipInX {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
  .icone_box.icone_box_3.flipInX {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .icone_box.icone_box_4.flipInX {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  @-webkit-keyframes flipInX {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0; }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 1; }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @keyframes flipInX {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0; }
    50% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
      opacity: 1; }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  .infinite_loader span {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #581D74;
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    -webkit-animation: wave 2s ease  infinite;
    animation: wave 2s ease  infinite; }
    .infinite_loader span:not(:last-child) {
      margin-right: 5px; }
    .infinite_loader span:nth-child(1) {
      -webkit-animation-delay: 0;
      animation-delay: 0; }
    .infinite_loader span:nth-child(2) {
      -webkit-animation-delay: 100ms;
      animation-delay: 100ms; }
    .infinite_loader span:nth-child(3) {
      -webkit-animation-delay: 200ms;
      animation-delay: 200ms; }
  @-webkit-keyframes wave {
    0%, 40%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    10% {
      -webkit-transform: translate(0, -15px);
      transform: translate(0, -15px); } }
  @keyframes wave {
    0%, 40%, 100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    10% {
      -webkit-transform: translate(0, -15px);
      transform: translate(0, -15px); } } }

div#sliding-popup {
  padding: 2em;
  box-shadow: 0px -1px 37px rgba(0, 0, 0, 0.2); }

#sliding-popup {
  width: 100% !important; }

div#sliding-popup, div#sliding-popup .eu-cookie-withdraw-banner, .eu-cookie-withdraw-tab {
  background: #f5f5f5; }

.eu-cookie-withdraw-tab {
  padding: .7em 1em;
  border-radius: 3px;
  font-family: "PlutoMedium", "Roboto";
  border: 1.6px solid #e6e6e6; }
  .eu-cookie-withdraw-tab:hover, .eu-cookie-withdraw-tab:focus {
    text-decoration: underline; }

#sliding-popup h1, #sliding-popup h2, #sliding-popup h3, #sliding-popup p, .eu-cookie-withdraw-tab {
  color: #210042;
  font-weight: 400; }

.sliding-popup-bottom {
  width: 100%; }

.eu-cookie-compliance-more-button,
.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button {
  box-shadow: none;
  background-color: transparent;
  border-radius: 3px;
  color: #333;
  padding: .7em 1em;
  font-family: 'PlutoCondMedium', 'Roboto';
  font-weight: 500;
  border: 1.6px solid #e6e6e6;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .eu-cookie-compliance-more-button:hover, .eu-cookie-compliance-more-button:focus,
  .eu-cookie-compliance-secondary-button:hover,
  .eu-cookie-compliance-secondary-button:focus,
  .eu-cookie-compliance-default-button:hover,
  .eu-cookie-compliance-default-button:focus,
  .eu-cookie-compliance-hide-button:hover,
  .eu-cookie-compliance-hide-button:focus,
  .eu-cookie-compliance-more-button-thank-you:hover,
  .eu-cookie-compliance-more-button-thank-you:focus,
  .eu-cookie-withdraw-button:hover,
  .eu-cookie-withdraw-button:focus {
    background-color: #e6e6e6; }

.eu-cookie-compliance-buttons button:not(:last-child) {
  margin: 1em 0; }
  @media (min-width: 768px) {
    .eu-cookie-compliance-buttons button:not(:last-child) {
      margin: 0 2em 0 0; } }

@media screen and (max-width: 767px) {
  .eu-cookie-compliance-buttons button {
    width: 100%; } }

.eu-cookie-compliance-message h2 {
  font-size: 17px; }

.eu-cookie-compliance-message p {
  font-size: 12px; }

.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button {
  box-shadow: none;
  background-color: transparent;
  border-radius: 3px;
  text-shadow: none; }

@media (min-width: 768px) {
  .eu-cookie-compliance-content {
    display: flex;
    align-items: center;
    justify-content: space-between; } }

.decline-button {
  border: 0px;
  opacity: .8;
  background-color: transparent;
  position: relative;
  left: 5em;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
  @media screen and (max-width: 767px) {
    .decline-button {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      mstransform: translateX(-50%);
      transform: translateX(-50%); } }
  .decline-button:hover, .decline-button:focus {
    background-color: transparent;
    opacity: 1; }

.eu-cookie-withdraw-tab {
  display: none; }

.btn {
  border-width: 1.6px;
  padding: 0.7em 1.5em;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  mstransform: none;
  transform: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }

.btn:not(.navbar-btn):hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  mstransform: translateY(-2px);
  transform: translateY(-2px); }

.btn-tag a, .cat_name_btn, .result-cat-btn {
  border: 1.6px solid #e6e6e6;
  border-radius: 3px;
  padding: 0.7em 1.5em; }

.result-cat-btn {
  padding: 0.7em 1.5em;
  font-family: "PlutoLight", "Roboto";
  font-weight: 300;
  font-size: 13px;
  cursor: default;
  min-width: 135px;
  margin-left: 2em;
  text-transform: capitalize; }

form .btn-default {
  background-color: #581D74;
  color: #fff; }

form .btn-default:hover, form .btn-default:focus, form .btn-default:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #7d2ba5;
  border-color: #7d2ba5; }

.btn-tag a:hover, .btn-tag a:active, .btn-tag a:focus {
  border-color: #dc2264;
  background-color: #dc2264;
  color: #fff;
  text-decoration: none; }

.btn_md {
  padding: .75em 2.5em; }

.btn_white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  .btn_white:hover, .btn_white:focus, .btn_white:active {
    color: #581D74;
    background-color: #fff; }

.btn_full_white {
  background-color: #fff;
  border-color: #fff;
  color: #581D74; }
  .btn_full_white:hover, .btn_full_white:focus, .btn_full_white:active {
    background-color: #581D74;
    color: #fff; }

.slider_cta {
  margin-top: 3.5rem; }
  .slider_cta a {
    padding: .7em 1.7em;
    background-color: #9041B0;
    color: #fff;
    border: 1.6px solid #9041B0;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .slider_cta a:hover, .slider_cta a:focus, .slider_cta a:active {
      text-decoration: none;
      background-color: #a358c1;
      border-color: #a358c1; }

.no_btn, .no_btn:hover, .no_btn:focus {
  border: none;
  background: none;
  background-image: none; }

.faq_btn {
  display: none;
  z-index: 99;
  position: fixed;
  right: -5em;
  bottom: 2em;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  @media (min-width: 768px) {
    .faq_btn {
      display: block; } }
  @media (min-width: 768px) {
    .faq_btn {
      bottom: 6em; }
      .faq_btn:hover {
        bottom: 6.2em; } }
  .faq_btn a {
    border-radius: 3px;
    background-color: #581D74;
    padding: 1em .7em;
    color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    mstransform: none;
    transform: none;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .faq_btn a:hover, .faq_btn a:active, .faq_btn a:focus {
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      mstransform: translateY(-2px);
      transform: translateY(-2px);
      background-color: #7d2ba5;
      border-color: #7d2ba5;
      text-decoration: none;
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }

.show {
  right: 1em;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  @media (min-width: 768px) {
    .show {
      right: 3em; } }

.mobile_share {
  height: 40px;
  width: 40px;
  border-radius: 3px;
  background-color: #581D74;
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: width 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  @media (min-width: 910px) {
    .mobile_share {
      display: none; } }
  .mobile_share .mobile_share_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
  .mobile_share.open {
    width: 165px;
    padding: 1em; }
    .mobile_share.open .mobile_share_btn {
      justify-content: flex-end;
      padding-left: 1em; }
  .mobile_share .mobile_share_list {
    position: relative;
    right: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0; }
    .mobile_share .mobile_share_list a {
      padding-right: 1.6em;
      display: flex;
      align-items: center; }
    .mobile_share .mobile_share_list a:first-child {
      padding-bottom: 2px;
      padding-left: .3em; }
      .mobile_share .mobile_share_list a:first-child img {
        width: 13.5px;
        height: 13px; }
    .mobile_share .mobile_share_list a:nth-child(2) img {
      width: 7.5px;
      height: 16.6px; }
    .mobile_share .mobile_share_list a:last-child {
      padding-top: 2px; }
      .mobile_share .mobile_share_list a:last-child img {
        width: 15px;
        height: 12.7px; }
  .mobile_share.open .mobile_share_list {
    left: 0; }

.social_share_wrap {
  position: absolute;
  z-index: 10;
  left: 2em;
  top: 2em;
  margin-top: 2em; }
  @media (max-width: 909px) {
    .social_share_wrap {
      display: none; } }
  .social_share_wrap.stickyicky {
    position: fixed;
    top: 12em;
    left: 2em; }
  .social_share_wrap .social_share_box {
    border-radius: 3px;
    padding: 1.2em .5em; }
    .social_share_wrap .social_share_box ul {
      margin-bottom: 0em; }
      .social_share_wrap .social_share_box ul li:not(:last-child) {
        padding-bottom: 1em; }
      .social_share_wrap .social_share_box ul li:last-child {
        padding-top: .5em;
        padding-bottom: .2em; }

.intro_box .intro_box_item:before,
.piliers_box .piliers_item:before,
.valeurs_box_item:before,
.newsletter_cta_row:before,
.social_follow_row:before,
.solutions_liste ul li:before,
.icone_box:before,
.mobile_share_btn:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat; }

.intro_box .intro_box_item:before,
.piliers_box .piliers_item:before,
.valeurs_box_item:before {
  height: 75px;
  width: 75px;
  background-size: contain; }
  @media (min-width: 768px) {
    .intro_box .intro_box_item:before,
    .piliers_box .piliers_item:before,
    .valeurs_box_item:before {
      height: 105px;
      width: 105px; } }

@media (min-width: 768px) {
  .intro_box .intro_box_item:before,
  .piliers_box .piliers_item:before {
    background-size: inherit; } }

.piliers_box .piliers_item,
.icone_box {
  margin: 0 auto; }

.intro_box .intro_box_item:before {
  position: relative;
  left: 2.5rem; }
  @media (min-width: 768px) {
    .intro_box .intro_box_item:before {
      left: 5rem;
      margin-bottom: .5em; } }

.intro_box .intro_box_item.intro_adn:before {
  background-image: url(./images/notre-adn.svg); }

.intro_box .intro_box_item.intro_solutions:before {
  background-image: url(./images/nos-solutions.svg); }

.solutions_liste ul li:before {
  background-size: 54px 54px;
  height: 54px;
  flex-grow: 0;
  width: 100%;
  max-width: 54px;
  position: relative;
  top: 6px;
  margin-right: 3em; }
  @media (min-width: 992px) {
    .solutions_liste ul li:before {
      background-size: 64px 64px;
      height: 74px;
      max-width: 100%;
      top: -5px;
      margin-right: 0; } }

.solutions_liste ul li:first-child:before {
  background-image: url(./images/solutions-gestion.svg); }

.solutions_liste ul li:nth-child(2):before {
  background-image: url(./images/solutions-cadre.svg); }

.solutions_liste ul li:nth-child(3):before {
  background-image: url(./images/solutions-liquidite.svg); }

.solutions_liste ul li:nth-child(4):before {
  background-image: url(./images/solutions-positionnement.svg); }

.solutions_liste ul li:last-child:before {
  background-image: url(./images/solutions-sur-mesure.svg); }

.valeurs_box_item.valeurs_picto_transparence:before {
  background-image: url(./images/valeurs-transparence.svg); }

.valeurs_box_item.valeurs_picto_proximite:before {
  background-image: url(./images/valeurs-proximite.svg); }

.valeurs_box_item.valeurs_picto_impartialite:before {
  background-image: url(./images/valeurs-impartialite.svg); }

.valeurs_box_item.valeurs_picto_performance:before {
  background-image: url(./images/valeurs-performance.svg); }

.icone_box::before {
  background-size: contain; }

.icone_box_1:before {
  margin: 3px 0;
  height: 94px;
  width: 94px;
  background-image: url(./images/contreparties.svg); }

.icone_box_2:before {
  margin: 3px 0;
  height: 94px;
  width: 94px;
  background-image: url(./images/donneurs_d_ordres.svg); }

.icone_box_3:before {
  height: 100px;
  width: 100px;
  background-image: url(./images/clients.svg); }

.icone_box_4:before {
  height: 100px;
  width: 110px;
  background-image: url(./images/portefeuilles.svg); }

.piliers_box .piliers_equipe:before {
  background-image: url(./images/namfi-piliers-equipe.svg); }

.piliers_box .piliers_marche:before {
  background-image: url(./images/namfi-piliers-marche.svg); }

.piliers_box .piliers_infra:before {
  background-image: url(./images/namfi-piliers-infra.svg); }

.piliers_box .piliers_service:before {
  background-image: url(./images/namfi-piliers-service.svg); }

.piliers_box .piliers_infra_dediee:before {
  background-image: url(./images/namfi-piliers-infra-dediee.svg); }

.piliers_box .piliers_dispo_controle:before {
  background-image: url(./images/namfi-piliers-dispositif-controle.svg); }

.piliers_box .piliers_dispo_principal:before {
  background-image: url(./images/namfi-piliers-dispositif-principal.svg); }

.newsletter_cta_row:before {
  background-image: url(./images/newsletter.svg);
  height: 50px;
  width: 90px;
  background-size: 90px 50px; }
  @media (min-width: 768px) {
    .newsletter_cta_row:before {
      height: 86px;
      width: 125px;
      background-size: 125px 86px; } }

.social_follow_row:before {
  background-image: url(./images/social-follow.svg);
  height: 60px;
  width: 60px;
  background-size: 60px 60px; }
  @media (min-width: 768px) {
    .social_follow_row:before {
      height: 86px;
      width: 86px;
      background-size: 86px 86px; } }

.contact_box_info li::before {
  height: 25px;
  width: 25px; }

.contact_adresse:before {
  content: url(./images/namfi-contact-adresse.svg); }

.contact_email:before {
  content: url(./images/namfi-contact-email.svg); }

.contact_phone:before {
  content: url(./images/namfi-contact-phone.svg); }

.mobile_share:not(.open) .mobile_share_btn:before {
  height: 19px;
  width: 21px;
  background-size: 19px 19px;
  background-image: url(./images/mobile-share.svg); }

.mobile_share.open .mobile_share_btn:before {
  height: 9px;
  width: 10px;
  background-size: 9px 10px;
  background-image: url(./images/mobile-share-close.svg); }

.form-control {
  border-width: 0 0 2px 0;
  margin-bottom: 2em;
  box-shadow: none;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px; }
  @media (min-width: 768px) {
    .form-control {
      font-size: 15px; } }
  .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: none; }

input[type=text],
input[type=password],
input[type=email],
textarea {
  background-clip: padding-box; }

input::-ms-clear {
  display: none; }

@media (min-width: 768px) {
  form .titre {
    margin-bottom: 6rem; } }

form .page_heading {
  margin-bottom: 0;
  font-size: 3rem; }

.form-item {
  position: relative; }
  .form-item label.control-label {
    color: rgba(88, 29, 116, 0.4);
    font-size: .8em;
    margin-bottom: 0;
    font-weight: 400; }

.form-required:after {
  content: '*';
  background-image: none; }

.contact_form .input_box {
  margin-bottom: 3em; }

.contact_form .form-control:not(.form-textarea) {
  border-width: 0 0 2px 0;
  margin-bottom: 0em; }

.contact_form .form-control.form-textarea {
  margin-top: 2em;
  margin-bottom: 2em;
  border-width: 2px; }

.contact_form .form-type-checkbox .control-label {
  color: #581D74;
  font-size: 1em; }
  .contact_form .form-type-checkbox .control-label::after {
    margin-left: 5px; }

.contact_form .form-type-checkbox.required_input::after, .contact_form .form-type-checkbox.valid_input::after {
  top: 15px; }

.contact_form .message_box_msg,
.contact_form .disclaimer {
  position: relative; }
  .contact_form .message_box_msg .error_msg,
  .contact_form .disclaimer .error_msg {
    bottom: -25px; }

.webform-element--title-inline > label {
  display: inline-block; }

.webform-confirmation__message, .webform-confirmation__back {
  margin: 0 1em 0; }

.form-textarea {
  border-radius: 3px !important;
  padding: 1em; }

.form-inline .form-control {
  width: 100%; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 15px;
  color: #581D74; }

.disclaimer {
  margin-bottom: 2em; }
  .disclaimer .form-item .help-block {
    margin-top: 0;
    font-size: 15px;
    color: #9041B0; }

.submit_row .form-actions .btn {
  margin-right: 0; }
  .submit_row .form-actions .btn.form-submit {
    display: none; }

.submit_row p {
  text-align: right; }

@media (min-width: 768px) {
  .submit_row .form-actions, .submit_row p {
    text-align: center; } }

.custom-select .select-wrapper {
  position: relative;
  width: 100%;
  /*hide the items when the select box is closed:*/ }
  .custom-select .select-wrapper:after {
    content: url(./images/dropdown-arrow.svg);
    transition: right .3s ease; }
  .custom-select .select-wrapper select {
    display: none;
    /*hide original SELECT element:*/ }
  .custom-select .select-wrapper .select-items div, .custom-select .select-wrapper .select-selected {
    color: #581D74;
    padding: 8px 16px;
    border: 2px solid #e6e6e6;
    cursor: pointer; }
  .custom-select .select-wrapper .select-selected {
    background-color: #fff;
    padding-left: 0;
    color: rgba(88, 29, 116, 0.5);
    border-width: 0 0 2px 0;
    transition: padding-left .3s ease; }
    .custom-select .select-wrapper .select-selected.selected_choice {
      color: #581D74; }
  .custom-select .select-wrapper .select-selected.select-arrow-active {
    border-width: 2px 2px 0 2px;
    border-radius: 3px 3px 0 0 !important;
    padding-left: 1em; }
  .custom-select .select-wrapper .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99; }
    .custom-select .select-wrapper .select-items div {
      padding: 1em;
      border-width: 0 2px 0 2px; }
      .custom-select .select-wrapper .select-items div:last-child {
        border-width: 0 2px 2px 2px;
        border-radius: 0 0 3px 3px; }
  .custom-select .select-wrapper .select-hide {
    display: none; }
  .custom-select .select-wrapper .select-items div:hover, .custom-select .select-wrapper .same-as-selected {
    background-color: rgba(144, 65, 176, 0.1); }

.stretch_out:after {
  right: 1em; }

.modal-content, .modal-header, .modal-footer {
  border: 0px; }

.modal .page_heading {
  color: #581D74; }
  @media (max-width: 768px) {
    .modal .page_heading {
      font-size: 2.5rem; } }

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

.modal-content {
  border-radius: 0;
  padding: 1em 1.5em 2em; }
  .modal-content .modal-header {
    padding-bottom: 0; }
    .modal-content .modal-header .close {
      position: absolute;
      right: 1em;
      top: 1em;
      z-index: 9; }
  @media (min-width: 768px) {
    .modal-content {
      padding: 6em 8em; }
      .modal-content .modal-header .close {
        position: absolute;
        right: 2em;
        top: 2em; } }

.action_row {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-between; }
  .action_row .action_1 {
    order: 2; }
  .action_row .action_2 {
    order: 1;
    margin-bottom: 2em;
    width: 100%; }
    .action_row .action_2 .btn {
      padding: .7em 2.5em;
      width: 100%; }
  @media (min-width: 768px) {
    .action_row {
      padding-top: 2em;
      flex-flow: row;
      align-items: center; }
      .action_row .action_1 {
        order: 1; }
      .action_row .action_2 {
        margin-bottom: 0;
        order: 2;
        width: auto; }
        .action_row .action_2 .btn {
          width: auto; } }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, calc(50vh - 50%));
  -ms-transform: translate(0, 50vh) translate(0, -50%);
  -o-transform: translate(0, calc(50vh - 50%));
  transform: translate(0, 50vh) translate(0, -50%);
  width: 98%; }
  @media screen and (min-width: 992px) {
    .modal.in .modal-dialog {
      width: 68%; } }

.user_page .region > nav.tabs {
  display: none; }

@media (min-width: 768px) {
  .user_information_meta .row .col-sm-12:nth-child(odd) {
    padding-right: 1.5em; }
  .user_information_meta .row .col-sm-12:nth-child(even) {
    padding-left: 1.5em; } }

.user_meta_item:not(:first-child) {
  margin-top: 2rem; }

.user_meta_item:last-child {
  margin-top: 5rem; }

@media (min-width: 768px) {
  .user_meta_item:not(:first-child) {
    margin-top: 6rem; }
  .user_meta_item:last-child {
    margin-top: 6rem; }
  .user_meta_item .col-sm-12 {
    padding: 0; } }

.user_meta_item .checkbox {
  margin-top: 0; }
  .user_meta_item .checkbox label p {
    margin-left: 1em;
    padding-left: 0;
    -webkit-transition: padding-left 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: padding-left 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: padding-left 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: padding-left 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    color: #581D74; }
  .user_meta_item .checkbox label:hover p {
    padding-left: .5em; }

@media (min-width: 768px) {
  .user_pass_edit .form-item {
    padding-right: 3em; }
    .user_pass_edit .form-item .form-control {
      margin-bottom: 0 !important; } }

@media (min-width: 768px) {
  .user_pass_edit {
    display: flex;
    align-items: flex-end; } }

input[type="checkbox"] {
  height: 18px;
  width: 18px; }

.form-group.check_pass {
  position: relative; }
  .form-group.check_pass input[type="checkbox"] {
    opacity: 0; }
  .form-group.check_pass > .toggleMask,
  .form-group.check_pass > .toggleMask2,
  .form-group.check_pass > .toggleEye,
  .form-group.check_pass > .toggleEye2 {
    position: absolute;
    top: 0;
    right: 45px;
    height: 100%;
    line-height: 2;
    pointer-events: auto;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0 !important; }
    .form-group.check_pass > .toggleMask ~ input,
    .form-group.check_pass > .toggleMask2 ~ input,
    .form-group.check_pass > .toggleEye ~ input,
    .form-group.check_pass > .toggleEye2 ~ input {
      padding-right: 30px; }
  .form-group.check_pass > .toggleMask,
  .form-group.check_pass > .toggleMask2 {
    z-index: 5; }
  .form-group.check_pass > .toggleEye,
  .form-group.check_pass > .toggleEye2 {
    z-index: 4; }
    .form-group.check_pass > .toggleEye:before,
    .form-group.check_pass > .toggleEye2:before {
      position: relative;
      top: 11px;
      height: 17px;
      width: 18px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(./images/password-show.svg);
      content: '';
      display: inline-block; }
    .form-group.check_pass > .toggleEye.hidePass:before,
    .form-group.check_pass > .toggleEye2.hidePass:before {
      background-image: url(./images/password-hide.svg); }
  .form-group.check_pass .form-control {
    margin-bottom: 0; }
  .form-group.check_pass.validation_row {
    margin-bottom: 2em; }

.validation_row {
  position: relative; }

.user-pass .titre {
  margin-bottom: 3rem; }
  .user-pass .titre h3 {
    margin-bottom: 1em; }

.user-pass-reset > p:first-of-type {
  font-family: "PlutoMedium", "Roboto";
  line-height: 1.1;
  color: #210042;
  font-size: 2.1rem;
  margin: 1em 0 4rem; }
  @media (min-width: 768px) {
    .user-pass-reset > p:first-of-type {
      font-size: 3rem;
      margin: 0 0 6rem; } }

.user-pass-reset .btn {
  color: #fff;
  background-color: #581D74; }
  .user-pass-reset .btn:hover, .user-pass-reset .btn:focus {
    background-color: #7d2ba5; }

.user-pass-reset .password-strength,
#edit-password-confirm > label {
  display: none; }

.message_confirmation {
  padding-bottom: 3em; }

.floating_label,
.contact_form .form-item:not(.form-type-checkbox) label.control-label,
.user-login-form label.control-label,
.user-pass label.control-label,
.user-pass-reset label.control-label {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 10px;
  color: rgba(88, 29, 116, 0.4);
  transition: 0.2s ease all;
  font-weight: 400;
  font-size: 16px; }
  @media (min-width: 768px) {
    .floating_label,
    .contact_form .form-item:not(.form-type-checkbox) label.control-label,
    .user-login-form label.control-label,
    .user-pass label.control-label,
    .user-pass-reset label.control-label {
      font-size: 15px; } }

input.required:focus ~ label.control-label,
input.required:not(:focus):valid ~ label.control-label {
  top: -10px !important;
  font-size: 12px !important; }

input:focus ~ .floating_label,
input:not(:focus):valid ~ .floating_label {
  top: -10px;
  font-size: 12px; }

.floating_label.lift,
label.control-label.lift {
  top: -10px !important;
  font-size: 12px !important; }

.floating_label.pull,
label.control-label.pull {
  top: 10px !important;
  font-size: 16px !important; }
  @media (min-width: 768px) {
    .floating_label.pull,
    label.control-label.pull {
      font-size: 15px !important; } }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent !important;
  background-image: none !important;
  color: black !important; }

.pagination .pager__item.pager__item--last,
.pagination .pager__item.pager__item--first {
  display: none; }

.bef-exposed-form .form-actions,
body:not(.path-user):not(.path-reportings) .alert-dismissible,
.user_page .alert-danger .item-list,
.msg_row {
  display: none; }

.has-error .form-control,
.has-error .form-control:focus {
  box-shadow: none; }

.alert {
  border: 0; }

.msg_row.alert-success,
.msg_row.alert-danger {
  display: block; }

.alert-sm {
  padding: 0; }

.msg_row,
.alert-dismissible:not(.alert-danger) {
  font-style: italic;
  padding: 1em 1.5em;
  border-radius: 0;
  border: 1.6px solid rgba(88, 29, 116, 0.3); }
  .msg_row .close,
  .alert-dismissible:not(.alert-danger) .close {
    right: 0; }
    .msg_row .close .close_msg_stroke,
    .alert-dismissible:not(.alert-danger) .close .close_msg_stroke {
      stroke: red; }
  .msg_row #close_msg,
  .alert-dismissible:not(.alert-danger) #close_msg {
    stroke: #581D74; }
  .msg_row .msg_row_msg,
  .alert-dismissible:not(.alert-danger) .msg_row_msg {
    color: rgba(88, 29, 116, 0.3); }

.path-reportings .alert-dismissible {
  margin: 3em auto 0; }
  @media (min-width: 768px) {
    .path-reportings .alert-dismissible {
      width: 50%; } }

.valid_input {
  position: relative; }
  .valid_input input {
    border-bottom: 2px solid #e6e6e6; }
  .valid_input:after {
    content: url(./images/valid-input.svg);
    position: absolute;
    right: .5em;
    top: 50%;
    height: 22px;
    width: 19px;
    transform: translateY(-50%); }

.has-error input,
.invalid_input, .required_input, .diff_input {
  position: relative; }
  .has-error input:after,
  .invalid_input:after, .required_input:after, .diff_input:after {
    content: url(./images/invalid-input.svg);
    position: absolute;
    right: .5em;
    top: 50%;
    height: 22px;
    width: 19px;
    transform: translateY(-50%); }
  .has-error input input,
  .invalid_input input, .required_input input, .diff_input input {
    border-bottom: 2px solid #581D74; }
  .has-error input textarea,
  .invalid_input textarea, .required_input textarea, .diff_input textarea {
    border: 2px solid #581D74; }

.message_box_msg .valid_input:after,
.disclaimer .valid_input:after {
  content: none;
  display: none; }

.message_box_msg .has-error input:after,
.message_box_msg .invalid_input:after,
.message_box_msg .required_input:after,
.message_box_msg .diff_input:after,
.disclaimer .has-error input:after,
.disclaimer .invalid_input:after,
.disclaimer .required_input:after,
.disclaimer .diff_input:after {
  content: none;
  display: none; }

.error_msg,
.form-item--error-message.alert {
  position: absolute;
  color: #9041B0;
  font-style: italic;
  font-size: 1.2rem; }

.error_msg {
  bottom: -20px;
  padding-top: .7em; }

.form-item--error-message.alert {
  top: 100%; }

.contact_form .error_msg {
  bottom: -20px; }
  @media (min-width: 768px) {
    .contact_form .error_msg {
      bottom: -10px; } }

.disclaimer .required_input:before {
  top: 215%;
  box-shadow: none; }

.search-result:not(:last-child) {
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .search-result:not(:last-child) {
      margin-bottom: 2.5em; } }

.search-result h1, .search-result h2, .search-result h3, .search-result h4, .search-result h5, .search-result h6 {
  font-family: 'Roboto';
  font-weight: 300; }

.search-result .highlight {
  background-color: #F5D76E; }

.search-result h1, .search-result h2, .search-result h3, .search-result h4, .search-result h5, .search-result h6, .search-result a, .search-result .text_purple {
  color: #210042; }

.search-result ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline; }
  .search-result ul li:before {
    content: '';
    position: initial; }

.search-result .text_italic {
  font-style: normal; }

.search-result .text_bold,
.search-result .text_medium {
  font-weight: 300; }

.search-result .text_small {
  font-size: 1em; }

.search-result:hover .search-result-title a {
  text-decoration: underline; }

.search-result-content p,
.search-result-content a,
.search-result-content h1,
.search-result-content h2,
.search-result-content h2 a,
.search-result-content h3, .search-result-content h4, .search-result-content h5, .search-result-content h6,
.search-result-content li,
.search-result-content .text_large,
.search-result-content strong,
.search-result-content span {
  line-height: 1.625;
  display: inline;
  margin: 0;
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .search-result-content p,
    .search-result-content a,
    .search-result-content h1,
    .search-result-content h2,
    .search-result-content h2 a,
    .search-result-content h3, .search-result-content h4, .search-result-content h5, .search-result-content h6,
    .search-result-content li,
    .search-result-content .text_large,
    .search-result-content strong,
    .search-result-content span {
      font-size: 15px !important; } }
  .search-result-content p a:hover, .search-result-content p a:focus,
  .search-result-content a a:hover,
  .search-result-content a a:focus,
  .search-result-content h1 a:hover,
  .search-result-content h1 a:focus,
  .search-result-content h2 a:hover,
  .search-result-content h2 a:focus,
  .search-result-content h2 a a:hover,
  .search-result-content h2 a a:focus,
  .search-result-content h3 a:hover,
  .search-result-content h3 a:focus, .search-result-content h4 a:hover, .search-result-content h4 a:focus, .search-result-content h5 a:hover, .search-result-content h5 a:focus, .search-result-content h6 a:hover, .search-result-content h6 a:focus,
  .search-result-content li a:hover,
  .search-result-content li a:focus,
  .search-result-content .text_large a:hover,
  .search-result-content .text_large a:focus,
  .search-result-content strong a:hover,
  .search-result-content strong a:focus,
  .search-result-content span a:hover,
  .search-result-content span a:focus {
    text-decoration: none; }

.search-result-content {
  padding: 0 4px 0 0 !important;
  line-height: 1.625;
  display: inline;
  margin: 0;
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .search-result-content {
      font-size: 15px !important; } }
  .search-result-content a:hover, .search-result-content a:focus {
    text-decoration: none; }

.search-result-content h1, .search-result-content h2:not(:first-of-type),
.search-result-content h3, .search-result-content h4, .search-result-content h5, .search-result-content h6,
.search-result-content li, .search-result-content strong,
.search-result-content .text_large,
.search-result-content p,
.search-result-content a {
  padding: 0 4px 0 0 !important; }

h2.search-result-title,
h2.search-result-title a {
  font-weight: 400;
  padding: 0 0 0.5em !important;
  font-size: 15px;
  margin: 2px 0; }
  @media (min-width: 768px) {
    h2.search-result-title,
    h2.search-result-title a {
      font-size: 18px; } }

.result-title {
  display: flex;
  align-items: center;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .result-title {
      margin-bottom: 2.5em; } }

.result-count {
  font-family: "PlutoMedium", "Roboto";
  font-size: 17px;
  display: inline-block; }
  @media (min-width: 768px) {
    .result-count {
      font-size: 26px; } }

section#block-exposedformaaa-recherchepage-1 {
  position: absolute;
  width: 100%;
  top: -90px; }
  @media (min-width: 768px) {
    section#block-exposedformaaa-recherchepage-1 {
      top: -110px; } }
  section#block-exposedformaaa-recherchepage-1 .form-group {
    width: 100%;
    position: relative; }
    section#block-exposedformaaa-recherchepage-1 .form-group.form-actions {
      float: right; }
      section#block-exposedformaaa-recherchepage-1 .form-group.form-actions button {
        position: absolute;
        right: -10px;
        top: -55px;
        background-color: transparent;
        color: transparent;
        border-color: transparent;
        border: 0px;
        width: auto;
        padding: 0; }
        section#block-exposedformaaa-recherchepage-1 .form-group.form-actions button:after {
          content: url(./images/search-arrow-white.svg); }
        section#block-exposedformaaa-recherchepage-1 .form-group.form-actions button:hover, section#block-exposedformaaa-recherchepage-1 .form-group.form-actions button:focus, section#block-exposedformaaa-recherchepage-1 .form-group.form-actions button:active {
          background-color: transparent;
          color: transparent;
          border-color: transparent;
          box-shadow: none; }
        @media (min-width: 768px) {
          section#block-exposedformaaa-recherchepage-1 .form-group.form-actions button {
            top: -45px; } }
    section#block-exposedformaaa-recherchepage-1 .form-group .form-control {
      border-color: rgba(250, 250, 250, 0.2);
      border-width: 0 0 2px 0;
      padding-left: 0;
      padding-bottom: .5em;
      font-family: "PlutoLight", "Roboto";
      font-weight: 300;
      font-size: 18px;
      color: #fff;
      margin-bottom: 0 !important;
      height: 60px; }
      section#block-exposedformaaa-recherchepage-1 .form-group .form-control::placeholder {
        color: rgba(250, 250, 250, 0.2); }
      @media (min-width: 768px) {
        section#block-exposedformaaa-recherchepage-1 .form-group .form-control {
          font-size: 26px; } }
    section#block-exposedformaaa-recherchepage-1 .form-group .control-label {
      display: none; }

.blog_carousel_row {
  padding: 0; }
  .blog_carousel_row .title_heading {
    margin-bottom: 2rem; }
  .blog_carousel_row .read_more {
    margin-top: 3em;
    text-align: center; }
    .blog_carousel_row .read_more a {
      text-decoration: underline;
      font-weight: 500; }
  @media (min-width: 768px) {
    .blog_carousel_row .title_heading {
      margin-left: 15px; }
    .blog_carousel_row .read_more {
      margin-top: 1em;
      margin-right: 15px;
      text-align: right; }
      .blog_carousel_row .read_more a {
        font-size: 18px;
        position: relative;
        right: 0;
        -webkit-transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
        .blog_carousel_row .read_more a:hover, .blog_carousel_row .read_more a:focus {
          right: -.5em; } }

.blog-carousel-items ul {
  padding-left: 0;
  margin-bottom: 0; }

.blog-carousel-items:not(:first-child) .row-space-top {
  padding-top: 0; }

.blog-carousel-items:not(:last-child) .row-space-top {
  padding-bottom: 0; }

.blog-carousel-item {
  margin-bottom: 2em; }
  .blog-carousel-item .views-field, .blog-carousel-item .tax-item-box {
    position: relative;
    background-color: #581D74;
    padding: 2rem; }
    @media (min-width: 768px) {
      .blog-carousel-item .views-field, .blog-carousel-item .tax-item-box {
        padding: 3rem; } }
    .blog-carousel-item .views-field a, .blog-carousel-item .tax-item-box a {
      color: #fff; }
      .blog-carousel-item .views-field a:hover, .blog-carousel-item .views-field a:focus, .blog-carousel-item .views-field a:active, .blog-carousel-item .tax-item-box a:hover, .blog-carousel-item .tax-item-box a:focus, .blog-carousel-item .tax-item-box a:active {
        color: #fff; }
    .blog-carousel-item .views-field .blog-item-info:not(:last-child), .blog-carousel-item .tax-item-box .blog-item-info:not(:last-child) {
      margin-bottom: 2rem;
      color: #fff; }
      @media (min-width: 768px) {
        .blog-carousel-item .views-field .blog-item-info:not(:last-child), .blog-carousel-item .tax-item-box .blog-item-info:not(:last-child) {
          margin-bottom: 3rem; } }
  .blog-carousel-item .views-field-nothing, .blog-carousel-item .tax-item-box {
    border-radius: 3px;
    padding: 2em; }
    @media (min-width: 1200px) {
      .blog-carousel-item .views-field-nothing, .blog-carousel-item .tax-item-box {
        padding: 3em; } }
  .blog-carousel-item a:hover, .blog-carousel-item a:focus, .blog-carousel-item a:active {
    text-decoration: none; }
  .blog-carousel-item .blog-item-tag a {
    position: relative;
    z-index: 2;
    margin-bottom: 1em;
    display: inline-block;
    padding: .5em 1em;
    margin-right: 1em;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    background-color: transparent;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    mstransform: none;
    transform: none;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .blog-carousel-item .blog-item-tag a:hover, .blog-carousel-item .blog-item-tag a:focus, .blog-carousel-item .blog-item-tag a:active {
      color: #581D74;
      background-color: #fff;
      -webkit-transform: translateY(-2px);
      -moz-transform: translateY(-2px);
      -o-transform: translateY(-2px);
      mstransform: translateY(-2px);
      transform: translateY(-2px); }
  .blog-carousel-item .blog-item-meta {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    .blog-carousel-item .blog-item-meta p {
      margin-bottom: 0;
      font-weight: 300;
      font-size: 14px;
      color: #fff; }
  .blog-carousel-item .blog-item-img {
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .blog-carousel-item .blog-item-img {
        min-height: 180px; } }
  .blog-carousel-item .to-blog-post {
    text-align: right;
    position: relative;
    display: block; }
    .blog-carousel-item .to-blog-post a:after {
      width: 100%;
      position: absolute;
      right: 7px;
      color: #fff;
      content: url(./images/blog-post-arrow.svg); }

.view-actualites, .view-namfi-user-reporting, .view-taxonomy-term {
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .view-actualites, .view-namfi-user-reporting, .view-taxonomy-term {
      padding-bottom: 6em; } }
  .view-actualites .loop-content, .view-namfi-user-reporting .loop-content, .view-taxonomy-term .loop-content {
    padding-right: 0;
    padding-left: 0; }

.view-actualites .form--inline,
.view-namfi-user-reporting .form--inline,
.view-taxonomy-term .form--inline,
.view-liste-thematiques-actualite {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
  margin-top: 4em; }
  .view-actualites .form--inline::-webkit-scrollbar,
  .view-namfi-user-reporting .form--inline::-webkit-scrollbar,
  .view-taxonomy-term .form--inline::-webkit-scrollbar,
  .view-liste-thematiques-actualite::-webkit-scrollbar {
    display: none; }
  @media (min-width: 768px) {
    .view-actualites .form--inline,
    .view-namfi-user-reporting .form--inline,
    .view-taxonomy-term .form--inline,
    .view-liste-thematiques-actualite {
      justify-content: center;
      width: 80%;
      margin: 6em auto 0; } }
  .view-actualites .form--inline .bef-links,
  .view-namfi-user-reporting .form--inline .bef-links,
  .view-taxonomy-term .form--inline .bef-links,
  .view-liste-thematiques-actualite .bef-links {
    width: 100%; }
    .view-actualites .form--inline .bef-links ul,
    .view-namfi-user-reporting .form--inline .bef-links ul,
    .view-taxonomy-term .form--inline .bef-links ul,
    .view-liste-thematiques-actualite .bef-links ul {
      display: flex;
      width: 100%;
      padding-top: 2px; }
      .view-actualites .form--inline .bef-links ul li,
      .view-namfi-user-reporting .form--inline .bef-links ul li,
      .view-taxonomy-term .form--inline .bef-links ul li,
      .view-liste-thematiques-actualite .bef-links ul li {
        margin-bottom: 1em;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        mstransform: none;
        transform: none;
        -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
        .view-actualites .form--inline .bef-links ul li:hover,
        .view-namfi-user-reporting .form--inline .bef-links ul li:hover,
        .view-taxonomy-term .form--inline .bef-links ul li:hover,
        .view-liste-thematiques-actualite .bef-links ul li:hover {
          -webkit-transform: translateY(-2px);
          -moz-transform: translateY(-2px);
          -o-transform: translateY(-2px);
          mstransform: translateY(-2px);
          transform: translateY(-2px); }
        .view-actualites .form--inline .bef-links ul li > a,
        .view-namfi-user-reporting .form--inline .bef-links ul li > a,
        .view-taxonomy-term .form--inline .bef-links ul li > a,
        .view-liste-thematiques-actualite .bef-links ul li > a {
          margin: 0 .5em;
          border: 1.6px solid #e6e6e6;
          border-radius: 3px;
          padding: 0.7em 1.5em;
          font-family: "PlutoLight", "Roboto";
          font-weight: 300;
          font-size: 13px;
          display: inline-block;
          white-space: nowrap;
          padding: .5em 1.5em; }
          .view-actualites .form--inline .bef-links ul li > a:hover, .view-actualites .form--inline .bef-links ul li > a:active, .view-actualites .form--inline .bef-links ul li > a:focus, .view-actualites .form--inline .bef-links ul li > a.active,
          .view-namfi-user-reporting .form--inline .bef-links ul li > a:hover,
          .view-namfi-user-reporting .form--inline .bef-links ul li > a:active,
          .view-namfi-user-reporting .form--inline .bef-links ul li > a:focus,
          .view-namfi-user-reporting .form--inline .bef-links ul li > a.active,
          .view-taxonomy-term .form--inline .bef-links ul li > a:hover,
          .view-taxonomy-term .form--inline .bef-links ul li > a:active,
          .view-taxonomy-term .form--inline .bef-links ul li > a:focus,
          .view-taxonomy-term .form--inline .bef-links ul li > a.active,
          .view-liste-thematiques-actualite .bef-links ul li > a:hover,
          .view-liste-thematiques-actualite .bef-links ul li > a:active,
          .view-liste-thematiques-actualite .bef-links ul li > a:focus,
          .view-liste-thematiques-actualite .bef-links ul li > a.active {
            border-color: #dc2264;
            background-color: #dc2264;
            color: #fff;
            text-decoration: none; }
          .view-actualites .form--inline .bef-links ul li > a.bef-link--selected,
          .view-namfi-user-reporting .form--inline .bef-links ul li > a.bef-link--selected,
          .view-taxonomy-term .form--inline .bef-links ul li > a.bef-link--selected,
          .view-liste-thematiques-actualite .bef-links ul li > a.bef-link--selected {
            border-color: #dc2264;
            background-color: #dc2264;
            color: #fff;
            text-decoration: none; }
          @media (min-width: 768px) {
            .view-actualites .form--inline .bef-links ul li > a,
            .view-namfi-user-reporting .form--inline .bef-links ul li > a,
            .view-taxonomy-term .form--inline .bef-links ul li > a,
            .view-liste-thematiques-actualite .bef-links ul li > a {
              margin: 0 1em; } }
        @media (min-width: 992px) {
          .view-actualites .form--inline .bef-links ul li,
          .view-namfi-user-reporting .form--inline .bef-links ul li,
          .view-taxonomy-term .form--inline .bef-links ul li,
          .view-liste-thematiques-actualite .bef-links ul li {
            margin-bottom: 1em; } }
        .view-actualites .form--inline .bef-links ul li:nth-child(2) a,
        .view-namfi-user-reporting .form--inline .bef-links ul li:nth-child(2) a,
        .view-taxonomy-term .form--inline .bef-links ul li:nth-child(2) a,
        .view-liste-thematiques-actualite .bef-links ul li:nth-child(2) a {
          margin-left: 3rem; }
          @media (min-width: 768px) {
            .view-actualites .form--inline .bef-links ul li:nth-child(2) a,
            .view-namfi-user-reporting .form--inline .bef-links ul li:nth-child(2) a,
            .view-taxonomy-term .form--inline .bef-links ul li:nth-child(2) a,
            .view-liste-thematiques-actualite .bef-links ul li:nth-child(2) a {
              margin-left: 1em; } }
        .view-actualites .form--inline .bef-links ul li:last-child a,
        .view-namfi-user-reporting .form--inline .bef-links ul li:last-child a,
        .view-taxonomy-term .form--inline .bef-links ul li:last-child a,
        .view-liste-thematiques-actualite .bef-links ul li:last-child a {
          margin-right: 3rem; }
          @media (min-width: 768px) {
            .view-actualites .form--inline .bef-links ul li:last-child a,
            .view-namfi-user-reporting .form--inline .bef-links ul li:last-child a,
            .view-taxonomy-term .form--inline .bef-links ul li:last-child a,
            .view-liste-thematiques-actualite .bef-links ul li:last-child a {
              margin-right: 1em; } }
    .view-actualites .form--inline .bef-links .form-group, .view-actualites .form--inline .bef-links .thematique-button,
    .view-namfi-user-reporting .form--inline .bef-links .form-group,
    .view-namfi-user-reporting .form--inline .bef-links .thematique-button,
    .view-taxonomy-term .form--inline .bef-links .form-group,
    .view-taxonomy-term .form--inline .bef-links .thematique-button,
    .view-liste-thematiques-actualite .bef-links .form-group,
    .view-liste-thematiques-actualite .bef-links .thematique-button {
      margin-bottom: 1em;
      -webkit-transform: none;
      -moz-transform: none;
      -o-transform: none;
      mstransform: none;
      transform: none;
      -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
      .view-actualites .form--inline .bef-links .form-group:hover, .view-actualites .form--inline .bef-links .thematique-button:hover,
      .view-namfi-user-reporting .form--inline .bef-links .form-group:hover,
      .view-namfi-user-reporting .form--inline .bef-links .thematique-button:hover,
      .view-taxonomy-term .form--inline .bef-links .form-group:hover,
      .view-taxonomy-term .form--inline .bef-links .thematique-button:hover,
      .view-liste-thematiques-actualite .bef-links .form-group:hover,
      .view-liste-thematiques-actualite .bef-links .thematique-button:hover {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        mstransform: translateY(-2px);
        transform: translateY(-2px); }
      .view-actualites .form--inline .bef-links .form-group > a, .view-actualites .form--inline .bef-links .thematique-button > a,
      .view-namfi-user-reporting .form--inline .bef-links .form-group > a,
      .view-namfi-user-reporting .form--inline .bef-links .thematique-button > a,
      .view-taxonomy-term .form--inline .bef-links .form-group > a,
      .view-taxonomy-term .form--inline .bef-links .thematique-button > a,
      .view-liste-thematiques-actualite .bef-links .form-group > a,
      .view-liste-thematiques-actualite .bef-links .thematique-button > a {
        margin: 0 .5em;
        border: 1.6px solid #e6e6e6;
        border-radius: 3px;
        padding: 0.7em 1.5em;
        font-family: "PlutoLight", "Roboto";
        font-weight: 300;
        font-size: 13px;
        display: inline-block;
        white-space: nowrap;
        padding: .5em 1.5em; }
        .view-actualites .form--inline .bef-links .form-group > a:hover, .view-actualites .form--inline .bef-links .form-group > a:active, .view-actualites .form--inline .bef-links .form-group > a:focus, .view-actualites .form--inline .bef-links .form-group > a.active, .view-actualites .form--inline .bef-links .thematique-button > a:hover, .view-actualites .form--inline .bef-links .thematique-button > a:active, .view-actualites .form--inline .bef-links .thematique-button > a:focus, .view-actualites .form--inline .bef-links .thematique-button > a.active,
        .view-namfi-user-reporting .form--inline .bef-links .form-group > a:hover,
        .view-namfi-user-reporting .form--inline .bef-links .form-group > a:active,
        .view-namfi-user-reporting .form--inline .bef-links .form-group > a:focus,
        .view-namfi-user-reporting .form--inline .bef-links .form-group > a.active,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button > a:hover,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button > a:active,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button > a:focus,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button > a.active,
        .view-taxonomy-term .form--inline .bef-links .form-group > a:hover,
        .view-taxonomy-term .form--inline .bef-links .form-group > a:active,
        .view-taxonomy-term .form--inline .bef-links .form-group > a:focus,
        .view-taxonomy-term .form--inline .bef-links .form-group > a.active,
        .view-taxonomy-term .form--inline .bef-links .thematique-button > a:hover,
        .view-taxonomy-term .form--inline .bef-links .thematique-button > a:active,
        .view-taxonomy-term .form--inline .bef-links .thematique-button > a:focus,
        .view-taxonomy-term .form--inline .bef-links .thematique-button > a.active,
        .view-liste-thematiques-actualite .bef-links .form-group > a:hover,
        .view-liste-thematiques-actualite .bef-links .form-group > a:active,
        .view-liste-thematiques-actualite .bef-links .form-group > a:focus,
        .view-liste-thematiques-actualite .bef-links .form-group > a.active,
        .view-liste-thematiques-actualite .bef-links .thematique-button > a:hover,
        .view-liste-thematiques-actualite .bef-links .thematique-button > a:active,
        .view-liste-thematiques-actualite .bef-links .thematique-button > a:focus,
        .view-liste-thematiques-actualite .bef-links .thematique-button > a.active {
          border-color: #dc2264;
          background-color: #dc2264;
          color: #fff;
          text-decoration: none; }
        @media (min-width: 768px) {
          .view-actualites .form--inline .bef-links .form-group > a, .view-actualites .form--inline .bef-links .thematique-button > a,
          .view-namfi-user-reporting .form--inline .bef-links .form-group > a,
          .view-namfi-user-reporting .form--inline .bef-links .thematique-button > a,
          .view-taxonomy-term .form--inline .bef-links .form-group > a,
          .view-taxonomy-term .form--inline .bef-links .thematique-button > a,
          .view-liste-thematiques-actualite .bef-links .form-group > a,
          .view-liste-thematiques-actualite .bef-links .thematique-button > a {
            margin: 0 1em; } }
      .view-actualites .form--inline .bef-links .form-group.bef-link--selected > a, .view-actualites .form--inline .bef-links .thematique-button.bef-link--selected > a,
      .view-namfi-user-reporting .form--inline .bef-links .form-group.bef-link--selected > a,
      .view-namfi-user-reporting .form--inline .bef-links .thematique-button.bef-link--selected > a,
      .view-taxonomy-term .form--inline .bef-links .form-group.bef-link--selected > a,
      .view-taxonomy-term .form--inline .bef-links .thematique-button.bef-link--selected > a,
      .view-liste-thematiques-actualite .bef-links .form-group.bef-link--selected > a,
      .view-liste-thematiques-actualite .bef-links .thematique-button.bef-link--selected > a {
        border-color: #dc2264;
        background-color: #dc2264;
        color: #fff;
        text-decoration: none; }
      @media (min-width: 992px) {
        .view-actualites .form--inline .bef-links .form-group, .view-actualites .form--inline .bef-links .thematique-button,
        .view-namfi-user-reporting .form--inline .bef-links .form-group,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button,
        .view-taxonomy-term .form--inline .bef-links .form-group,
        .view-taxonomy-term .form--inline .bef-links .thematique-button,
        .view-liste-thematiques-actualite .bef-links .form-group,
        .view-liste-thematiques-actualite .bef-links .thematique-button {
          margin-bottom: 1em; } }
    .view-actualites .form--inline .bef-links .thematique-button:first-child a,
    .view-namfi-user-reporting .form--inline .bef-links .thematique-button:first-child a,
    .view-taxonomy-term .form--inline .bef-links .thematique-button:first-child a,
    .view-liste-thematiques-actualite .bef-links .thematique-button:first-child a {
      margin-left: 15px; }
      @media (min-width: 768px) {
        .view-actualites .form--inline .bef-links .thematique-button:first-child a,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button:first-child a,
        .view-taxonomy-term .form--inline .bef-links .thematique-button:first-child a,
        .view-liste-thematiques-actualite .bef-links .thematique-button:first-child a {
          margin-left: 1em; } }
    .view-actualites .form--inline .bef-links .thematique-button:last-child a,
    .view-namfi-user-reporting .form--inline .bef-links .thematique-button:last-child a,
    .view-taxonomy-term .form--inline .bef-links .thematique-button:last-child a,
    .view-liste-thematiques-actualite .bef-links .thematique-button:last-child a {
      margin-right: 15px; }
      @media (min-width: 768px) {
        .view-actualites .form--inline .bef-links .thematique-button:last-child a,
        .view-namfi-user-reporting .form--inline .bef-links .thematique-button:last-child a,
        .view-taxonomy-term .form--inline .bef-links .thematique-button:last-child a,
        .view-liste-thematiques-actualite .bef-links .thematique-button:last-child a {
          margin-right: 1em; } }

.view-liste-thematiques-actualite .bef-links ul {
  margin-bottom: 0;
  display: flex;
  justify-content: center; }
  @media (min-width: 768px) {
    .view-liste-thematiques-actualite .bef-links ul {
      flex-flow: row wrap; } }

.view-actualites .view-filters {
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .view-actualites .view-filters {
      padding-bottom: 5em; } }

.view-namfi-user-reporting .form-group {
  margin-bottom: 0; }

.reporting-items {
  padding-left: 0;
  padding-right: 0; }
  .reporting-items ul {
    padding-left: 0; }

.fullsize_link a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%; }

.reporting-item .reporting_box {
  overflow: hidden;
  background-color: #581D74;
  border-radius: 3px;
  padding: 5.5em 4em;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: background-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: background-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: background-color 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-top: 3em; }
  .reporting-item .reporting_box:before {
    content: url(./images/namfi-pdf.svg); }
  @media (min-width: 768px) {
    .reporting-item .reporting_box {
      background-color: #9041B0;
      margin-top: 5em; }
      .reporting-item .reporting_box:hover, .reporting-item .reporting_box:focus {
        background-color: #581D74; }
        .reporting-item .reporting_box:hover .reveal_hover, .reporting-item .reporting_box:focus .reveal_hover {
          right: 1.5em; } }

.reporting-item .reveal_hover {
  position: absolute;
  z-index: 2;
  bottom: 1.5em;
  right: 1.5em; }
  @media (min-width: 768px) {
    .reporting-item .reveal_hover {
      right: -5em;
      -webkit-transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: right 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); } }
  .reporting-item .reveal_hover ul {
    list-style: none; }
    .reporting-item .reveal_hover ul li {
      float: left; }
      .reporting-item .reveal_hover ul li:first-child {
        padding-right: 1em; }
      .reporting-item .reveal_hover ul li a {
        opacity: .7;
        -webkit-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
        .reporting-item .reveal_hover ul li a:hover {
          opacity: 1; }

.reporting-item .reporting_meta {
  padding-top: 2em;
  color: #210042;
  text-align: left; }
  .reporting-item .reporting_meta p {
    font-size: .9em; }
    .reporting-item .reporting_meta p:first-child {
      font-size: 1.2em; }

.no_report {
  margin-top: 1em; }

/* infinate scroll module override (.visually-hidden styles added to infinate scroll pager) */
.js-pager__items {
  position: relative !important;
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
  word-wrap: inherit;
  opacity: 1; }
  .js-pager__items a {
    border: 0 !important; }

.prefooter {
  background-color: #f7f7f7; }
  .prefooter .section_title {
    margin: 1em 0 1.5em; }
  .prefooter .row_space {
    padding-top: 4em;
    padding-bottom: 4em; }
  .prefooter .newsletter_cta_row {
    padding-bottom: 4em;
    border-bottom: 1.6px solid #e6e6e6; }
    .prefooter .newsletter_cta_row .form-control {
      border-width: 2px;
      margin-bottom: 28px;
      background-color: #fff;
      box-shadow: none;
      padding-left: 12px; }
    .prefooter .newsletter_cta_row .webform-confirmation__message, .prefooter .newsletter_cta_row .webform-confirmation__back {
      margin-left: 0; }
    .prefooter .newsletter_cta_row .mc-field-group {
      width: 100%; }
    .prefooter .newsletter_cta_row .btn {
      padding: 1em 1.8em; }
    @media (min-width: 768px) {
      .prefooter .newsletter_cta_row {
        border-right: 1.6px solid #e6e6e6;
        border-bottom: 0px;
        padding-bottom: 0; }
        .prefooter .newsletter_cta_row .mc-field-group {
          max-width: 339px; }
        .prefooter .newsletter_cta_row .form-control {
          max-width: 340px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .prefooter .newsletter_cta_row {
        padding-right: 3em; } }
  .prefooter .social_follow_row {
    padding-top: 4em; }
    .prefooter .social_follow_row ul {
      display: flex;
      justify-content: center; }
      @media (min-width: 768px) {
        .prefooter .social_follow_row ul {
          justify-content: flex-start; } }
      .prefooter .social_follow_row ul li {
        float: left; }
        .prefooter .social_follow_row ul li:first-child {
          padding-right: 1.5em; }
        .prefooter .social_follow_row ul li a {
          width: 55px;
          height: 55px;
          padding: 1em 1.1em; }
          .prefooter .social_follow_row ul li a:active, .prefooter .social_follow_row ul li a:focus {
            background-color: #581D74;
            border-color: #581D74; }
    @media (min-width: 768px) and (max-width: 991px) {
      .prefooter .social_follow_row {
        padding-left: 3em; } }
  @media (min-width: 768px) {
    .prefooter .newsletter_cta_row, .prefooter .social_follow_row {
      text-align: left;
      padding-top: 0;
      padding-bottom: 0; } }

.footer {
  margin-top: 0;
  padding: 5px 0; }
  .footer .container {
    position: relative; }
    @media (min-width: 768px) {
      .footer .container {
        display: flex;
        align-items: center; } }
    .footer .container .menu-social {
      margin: 2em 0 1.5em; }
      .footer .container .menu-social .text-uppercase, .footer .container .menu-social .initialism {
        font-size: 11px;
        color: #666666;
        letter-spacing: 2px; }
      @media (min-width: 768px) {
        .footer .container .menu-social {
          margin: 0 .5em 0 3em;
          order: 3; } }
      @media (min-width: 768px) {
        .footer .container .menu-social p {
          display: none; } }
      .footer .container .menu-social .menu {
        display: flex;
        justify-content: center; }
        .footer .container .menu-social .menu li {
          float: left; }
          .footer .container .menu-social .menu li a {
            padding: 10px 8px;
            opacity: 1;
            -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
            -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
            -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
            transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
            @media (min-width: 768px) {
              .footer .container .menu-social .menu li a:hover, .footer .container .menu-social .menu li a:focus {
                opacity: .7; } }
    .footer .container .pull-left a img {
      height: 16px;
      position: relative;
      bottom: 2px; }
    @media (min-width: 768px) {
      .footer .container .pull-left {
        order: 1; }
        .footer .container .pull-left a img {
          height: auto;
          position: inherit; } }
    .footer .container .region {
      margin-bottom: 1.5em; }
      @media (min-width: 768px) {
        .footer .container .region {
          order: 3;
          margin-bottom: 0; } }
      .footer .container .region .menu--footer {
        border-top: 2px solid #cecece; }
        @media (min-width: 768px) {
          .footer .container .region .menu--footer {
            padding-top: 0;
            border-top: 0; } }
        .footer .container .region .menu--footer li a {
          padding-left: 0;
          border-bottom: 2px solid #cecece; }
          @media (min-width: 768px) {
            .footer .container .region .menu--footer li a {
              padding-left: 15px;
              border: 0px; } }
    @media (min-width: 768px) {
      .footer .container .menu li {
        float: left; } }
    .footer .container .copyright_text {
      color: #5D6366; }
      @media (min-width: 768px) {
        .footer .container .copyright_text {
          color: #581D74;
          position: absolute;
          right: 15px; } }
    .footer .container .menu--footer li a,
    .footer .container .copyright_text {
      font-weight: 500;
      font-size: 14px; }
      @media (min-width: 768px) {
        .footer .container .menu--footer li a,
        .footer .container .copyright_text {
          font-size: 13px; } }

:focus {
  outline: none !important; }

.logo_print {
  display: none; }

.freeze {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important; }

#navbar-collapse.in {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.disactive {
  opacity: .5;
  color: #5D6366; }

.is-unpublished {
  background-color: #fff; }

ul {
  list-style: none; }

p a,
.yellow_list li a,
.cr_intro ul li a,
.text_blocs ul li a,
.simple_content ul li a {
  color: #9041B0;
  font-weight: bold; }

.full_width {
  width: 100%; }

.pos_rel,
.region {
  position: relative; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.no_pad,
.no-pad {
  padding: 0 !important; }

.paragraph > .paragraph__column {
  padding-bottom: 0; }

.row {
  margin-left: 0;
  margin-right: 0; }

.main_color_bck {
  background-color: #581D74; }
  .main_color_bck h1, .main_color_bck h2, .main_color_bck h3, .main_color_bck h4, .main_color_bck h5, .main_color_bck h6, .main_color_bck p, .main_color_bck li {
    color: #fff; }

.off_bck {
  background-color: #f7f7f7; }

.riche_content .processus_row {
  margin-top: 2em;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .riche_content .processus_row {
      margin-top: 3em;
      margin-bottom: 3em; } }

.riche_content .text_bloc_2_row {
  padding-top: 1em; }
  @media (min-width: 768px) {
    .riche_content .text_bloc_2_row {
      padding-top: 3em; } }

.riche_content .text_blocs_2 {
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .riche_content .text_blocs_2 {
      margin-bottom: 3em; } }

@media (min-width: 768px) {
  .row_space h2.title_heading, .row_space_top h2.title_heading, .row-space-top h2.title_heading, .view-faq h2.title_heading {
    margin-bottom: 1.5em; } }

@media (min-width: 768px) {
  .blog-carousel-items .row_space {
    padding-top: 5em; } }

.main_recherche .row_space_bottom {
  padding-top: 2.5em; }
  @media (min-width: 768px) {
    .main_recherche .row_space_bottom {
      padding-top: 4em; } }

.carousel_row {
  padding-top: 2em;
  padding-bottom: 2em; }
  @media (min-width: 768px) {
    .carousel_row {
      padding: 6em 0; }
      .carousel_row h2.title_heading {
        font-size: 2.8em;
        margin-bottom: 1.5em; } }

.show_desk {
  display: none; }
  @media (min-width: 768px) {
    .show_desk {
      display: block; } }

.push_top {
  position: absolute;
  top: 0px; }

.content_row {
  padding: 4em 0; }
  .content_row h2 {
    margin-bottom: 2em; }

.border_bottom {
  border-bottom: 1.6px solid #e6e6e6; }

.page-node-type-actu-riche .blog_carousel_row > .row {
  border-top: 1.6px solid #e6e6e6; }

.breadcrumb {
  border-bottom: 2px solid #e6e6e6;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  margin-bottom: -1em; }
  .breadcrumb a {
    color: #000; }
  .breadcrumb a[href$="#"] {
    text-decoration: none;
    cursor: default; }

.breadcrumb > li + li:before {
  background-image: url(./images/bread-arrow.svg);
  position: relative;
  content: "" !important;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 7px 13px;
  height: 15px;
  width: 17px;
  top: 4px;
  padding: 0 9px;
  left: 5px; }

.breadcrumb > li {
  max-width: 400px;
  overflow: hidden;
  height: 1.5em; }

.yellow_list,
.cr_intro ul,
.text_blocs ul,
.simple_content ul {
  list-style: none;
  padding-left: 10px; }
  .yellow_list li,
  .cr_intro ul li,
  .text_blocs ul li,
  .simple_content ul li {
    position: relative;
    padding: .5em 0 .5em .7em; }
    .yellow_list li:last-child,
    .cr_intro ul li:last-child,
    .text_blocs ul li:last-child,
    .simple_content ul li:last-child {
      padding-bottom: 0; }
    .yellow_list li:before,
    .cr_intro ul li:before,
    .text_blocs ul li:before,
    .simple_content ul li:before {
      content: url(./images/list-square.svg);
      position: absolute;
      left: -8px;
      top: 4px; }

.yellow_list {
  margin-bottom: 0; }

.field--name-field-tags {
  display: flex;
  width: 100%;
  overflow-x: auto; }
  .field--name-field-tags::-webkit-scrollbar {
    display: none; }
  @media (min-width: 768px) {
    .field--name-field-tags {
      justify-content: center; } }
  .field--name-field-tags .field--item.btn-tag {
    padding-left: 0;
    margin-right: 2em; }
    .field--name-field-tags .field--item.btn-tag a {
      display: inline-block;
      white-space: nowrap;
      padding: 0.5em 1.5em; }
  @media (min-width: 768px) {
    .field--name-field-tags .field--item {
      width: auto; }
      .field--name-field-tags .field--item:not(:last-child) {
        margin-bottom: 0em; }
      .field--name-field-tags .field--item.btn-tag {
        padding-left: 15px;
        margin-right: 1em; } }

.date_article {
  color: #581D74;
  margin-bottom: 1em; }

.cr_intro .field--name-field-tags .btn-tag:first-child {
  padding: 0; }

@media (min-width: 768px) {
  .cr_intro .field--name-field-tags {
    margin-top: 3em;
    display: flex;
    justify-content: flex-start; } }

.cr_intro img,
.text_blocs img,
.processus_row img,
.simple_content img {
  max-width: 100%; }

.simple_content img {
  padding-bottom: 10px; }

.intro_box_row {
  padding-bottom: 2em; }
  .intro_box_row .intro_box:first-child {
    margin-bottom: 2em; }
    @media (min-width: 992px) {
      .intro_box_row .intro_box:first-child {
        margin-bottom: 0em; } }
  .intro_box_row .intro_box_item {
    box-shadow: 0 7px 30px 0px rgba(156, 151, 162, 0.3);
    padding: 2em 0 1em; }
    @media (min-width: 768px) {
      .intro_box_row .intro_box_item {
        padding: 3em 0 2em; } }
    .intro_box_row .intro_box_item h2 {
      color: #210042;
      padding: 0 2.5rem;
      font-size: 28px; }
      @media (min-width: 768px) {
        .intro_box_row .intro_box_item h2 {
          padding: 0 5rem;
          font-size: 36px; } }
    .intro_box_row .intro_box_item ul {
      list-style: none; }
      .intro_box_row .intro_box_item ul li {
        -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
        transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
        .intro_box_row .intro_box_item ul li a {
          backround-color: transparent;
          padding: 1rem 2.5rem;
          display: block;
          position: relative;
          -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
          -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
          -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
          transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
          .intro_box_row .intro_box_item ul li a:after {
            content: "\E072";
            font-family: 'Glyphicons Halflings';
            position: relative;
            float: right;
            top: 4px;
            font-size: .65em; }
          @media (min-width: 768px) {
            .intro_box_row .intro_box_item ul li a {
              padding: 1rem 5rem; }
              .intro_box_row .intro_box_item ul li a:hover, .intro_box_row .intro_box_item ul li a:focus {
                color: #fff;
                text-decoration: none;
                background-color: #581D74;
                padding: 1rem 6rem; } }

.solutions_liste ul li {
  display: flex;
  font-weight: 300;
  padding: 1em 0; }
  @media (min-width: 992px) {
    .solutions_liste ul li {
      display: block;
      min-height: 200px;
      padding-bottom: 2em; }
      .solutions_liste ul li:nth-child(odd) {
        padding-right: 1em; }
      .solutions_liste ul li:nth-child(even) {
        padding-left: 1em; } }

.valeurs_row .titre {
  padding-left: 0; }
  @media (min-width: 768px) {
    .valeurs_row .titre {
      padding-left: 15px; } }

.valeurs-items:not(:last-child) .valeurs_box_item {
  margin-bottom: 3.5em; }

@media (min-width: 992px) {
  .valeurs-items:first-child .valeurs_box_item, .valeurs-items:nth-child(2) .valeurs_box_item {
    margin-bottom: 4em; }
  .valeurs-items:nth-child(3) .valeurs_box_item, .valeurs-items:nth-child(4) .valeurs_box_item {
    margin-bottom: 0; } }

.piliers_icon_wrap {
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    .piliers_icon_wrap {
      display: flex;
      justify-content: space-between; }
      .piliers_icon_wrap .piliers_box {
        flex-grow: 1;
        flex-basis: 0; } }
  @media (min-width: 768px) and (max-width: 997px) {
    .piliers_icon_wrap {
      flex-flow: row wrap; } }
  .piliers_icon_wrap .piliers_box .piliers_item {
    padding: 0 50px; }
  .piliers_icon_wrap .piliers_box h4 {
    margin-top: 1em;
    font-family: 'Roboto';
    font-size: 20px;
    line-height: 1.4;
    color: #210042; }
    @media (min-width: 768px) {
      .piliers_icon_wrap .piliers_box h4 {
        font-size: 26px;
        margin-top: 1.5em; } }
  .piliers_icon_wrap .piliers_box:not(.piliers_box_4) {
    margin-bottom: 4em; }
    @media (min-width: 768px) {
      .piliers_icon_wrap .piliers_box:not(.piliers_box_4) {
        margin-bottom: 0; } }
  @media (min-width: 768px) and (max-width: 997px) {
    .piliers_icon_wrap .piliers_box:first-child, .piliers_icon_wrap .piliers_box:nth-child(2) {
      margin-bottom: 3em; } }

.menu--retour-faq {
  position: absolute;
  top: 88px;
  z-index: 5;
  left: 18px; }
  .menu--retour-faq a {
    padding-left: 0 !important;
    color: #fff;
    opacity: .5;
    font-size: .8em;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .menu--retour-faq a:before {
      content: url(./images/back-arrow.svg);
      position: relative;
      right: 8px;
      margin-left: 8px; }
    .menu--retour-faq a:hover, .menu--retour-faq a:focus {
      opacity: 1;
      text-decoration: none; }

.faq__list {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 0; }
  .faq__list .views-field {
    width: 100%; }
  .faq__list a {
    line-height: 1.6;
    color: #210042;
    display: block;
    height: 100%;
    width: 100%;
    padding: 2em 4em 2em 0;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    .faq__list a:after {
      content: url(./images/side-arrow.svg);
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -14px;
      -webkit-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      -o-transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
      transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1); }
    @media (min-width: 768px) {
      .faq__list a:hover, .faq__list a:active, .faq__list a:focus {
        border-color: #581D74;
        color: #581D74;
        padding-left: 1em;
        padding-right: 3em; }
        .faq__list a:hover:after, .faq__list a:active:after, .faq__list a:focus:after {
          right: 1em; } }
  @media (min-width: 768px) {
    .faq__list {
      min-height: 90px;
      border-bottom: 2px solid #e6e6e6; } }

.grey_box {
  background-color: #f7f7f7;
  padding: 3em 1em;
  margin: 2em -15px 0; }
  .grey_box h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 20px; }
    @media (min-width: 768px) {
      .grey_box h3 {
        font-size: 26px; } }
  .grey_box ul li {
    padding-bottom: 1em; }
  @media (min-width: 768px) {
    .grey_box {
      padding: 6em 7em;
      margin: 4em 0 0 8.33333%; } }

.icone_box h4 {
  color: #210042; }

.icone_box:not(:last-child) {
  margin-bottom: 4em; }
  @media (min-width: 768px) {
    .icone_box:not(:last-child) {
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .icone_box:not(:last-child) {
    margin-bottom: 4em; } }

.text_blocs .row > div .paragraph__column {
  padding: 0 !important; }
  .text_blocs .row > div .paragraph__column .text_bloc_wrapper {
    display: inline-block; }

.text_blocs .row > div:not(:last-child) {
  margin-bottom: 2em; }

.text_blocs .row > div:last-child .text_bloc_wrapper {
  margin-bottom: 3em; }

.text_blocs .row > div .text_bloc_half.text_bloc_half_first {
  margin-bottom: 2em; }

@media (min-width: 768px) {
  .text_blocs .row > div .text_bloc_half {
    width: 47%;
    float: right; }
    .text_blocs .row > div .text_bloc_half.text_bloc_half_first {
      margin-right: 2em;
      float: left;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .paragraph--type--_-cols-1-3-2-3 .col-md-4 {
    text-align: right; } }

.paragraph--type--_-cols-1-3-2-3 img {
  mix-blend-mode: multiply; }
  @media (min-width: 768px) {
    .paragraph--type--_-cols-1-3-2-3 img {
      border-left: 2px dotted #474a49; } }

@media (min-width: 768px) {
  .citation_row {
    padding: 3em 0; } }

.citation_row .citation_content p {
  color: #9041B0;
  margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .citation_row .citation_content p {
      font-size: 1.733em; } }

@media (min-width: 768px) {
  .citation_row .citation_auteur:before {
    content: url(./images/yellow-bar.svg);
    position: relative;
    bottom: 4px; } }

@media (min-width: 768px) {
  .off_bck .citation_row {
    padding: 6em 0; } }

.svg_img {
  margin-bottom: 2em; }

.svg_img .image_mask, .svg_img .image_mask_actu, .author_image .image_mask, .author_image .image_mask_actu {
  background-color: rgba(88, 29, 116, 0.5);
  background-blend-mode: screen; }

.svg_img_xl .image_mask_xl {
  min-height: 150px; }
  @media (min-width: 768px) {
    .svg_img_xl .image_mask_xl {
      min-height: 340px; } }

.svg_mask_row {
  max-width: 295px;
  max-height: 235px;
  overflow: hidden;
  margin: 0 auto; }
  .svg_mask_row .svg_mask img, .svg_mask_row .svg_mask_actu img {
    width: 100%; }
  .svg_mask_row .image_mask, .svg_mask_row .image_mask_actu {
    top: -2px;
    background-color: #210042;
    background-blend-mode: screen; }

.svg_img, .svg_mask_row, .author_image {
  position: relative; }
  .svg_img .image_mask, .svg_img .image_mask_actu, .svg_mask_row .image_mask, .svg_mask_row .image_mask_actu, .author_image .image_mask, .author_image .image_mask_actu {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 auto; }
  .svg_img .svg_mask, .svg_img .svg_mask_actu, .svg_mask_row .svg_mask, .svg_mask_row .svg_mask_actu, .author_image .svg_mask, .author_image .svg_mask_actu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    max-width: 100%;
    height: auto; }
    .svg_img .svg_mask img, .svg_img .svg_mask_actu img, .svg_mask_row .svg_mask img, .svg_mask_row .svg_mask_actu img, .author_image .svg_mask img, .author_image .svg_mask_actu img {
      transform: scale(1.1); }

.svg_img, .svg_mask_row {
  position: relative; }
  .svg_img .image_mask, .svg_mask_row .image_mask {
    width: 97%; }

.svg_mask_bck {
  margin-bottom: 2em; }
  .svg_mask_bck .svg_img {
    width: 100%;
    margin: 0; }
  @media (min-width: 992px) {
    .svg_mask_bck {
      position: relative;
      right: 6em;
      margin-bottom: 0; }
      .svg_mask_bck .svg_img {
        width: 115%; } }

.tslide .image_mask {
  padding-top: 80.4%; }

.author_image {
  width: 180px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .author_image {
      margin: 0 2em 0 0; } }
  .author_image .image_mask_actu {
    width: 92%; }

.svg_mask_actu img {
  height: 180px;
  width: 180px; }

.image_mask_actu {
  height: 170px; }

@media (min-width: 768px) {
  .processus_row .paragraph--type--_-cols-1-3-2-3 .row {
    display: flex;
    align-items: center; } }

.processus_row ul li {
  font-size: 13px; }
  .processus_row ul li:not(:last-child) {
    margin-bottom: 1em; }

@media (min-width: 768px) {
  .processus_row .field--item img {
    padding-left: .8em; } }

.author_info_row {
  text-align: center; }
  @media (min-width: 768px) {
    .author_info_row {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left; } }
  .author_info_row h3 {
    margin-bottom: 1em;
    color: #581D74;
    font-size: 32px; }
    @media (min-width: 768px) {
      .author_info_row h3 {
        font-size: 36px; } }
  .author_info_row .social_list li {
    float: left; }
    .author_info_row .social_list li:not(:last-child) {
      margin-right: 1em; }
      @media (min-width: 768px) {
        .author_info_row .social_list li:not(:last-child) {
          margin-right: 2em; } }
    .author_info_row .social_list li:before {
      position: relative;
      top: 5px; }
    @media (min-width: 768px) {
      .author_info_row .social_list li.author_phone img {
        margin-right: 1em; } }

.legal_text {
  padding: 2em 0 4em; }
  .legal_text p {
    color: rgba(88, 29, 116, 0.5); }
  @media (min-width: 768px) {
    .legal_text {
      padding: 4em 0 6em; } }

@media (min-width: 768px) {
  .contact_info_row {
    margin: 0 auto;
    padding-bottom: 6em;
    max-width: 925px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .contact_info_row {
    padding: 0 1em 6em; } }

.contact_info_row .titre {
  position: relative;
  text-align: center; }
  .contact_info_row .titre h4 {
    display: none; }
  .contact_info_row .titre h3, .contact_info_row .titre h4 {
    margin-top: 0;
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .contact_info_row .titre h3, .contact_info_row .titre h4 {
        margin-bottom: 3.5rem; } }
  @media (min-width: 768px) {
    .contact_info_row .titre {
      text-align: left; }
      .contact_info_row .titre h3 {
        float: left; }
      .contact_info_row .titre h4 {
        display: block;
        font-size: 15px;
        position: absolute;
        right: 0;
        bottom: 0;
        font-family: 'Roboto';
        font-weight: 600; } }

.contact_box_wrap {
  background-color: #581D74;
  display: inline-block;
  width: 100%; }

.contact_box.contact_box_info {
  padding: 3em 1em; }
  .contact_box.contact_box_info ul {
    margin-bottom: 0; }
    .contact_box.contact_box_info ul li:not(:last-child) {
      margin-bottom: 1em; }
    .contact_box.contact_box_info ul li:before {
      float: left;
      margin-right: 1.5em; }
    .contact_box.contact_box_info ul li.contact_phone {
      color: #fff !important; }
      .contact_box.contact_box_info ul li.contact_phone a {
        color: #fff; }
  @media (min-width: 768px) {
    .contact_box.contact_box_info {
      padding: 6em 4em; } }

.contact_box.contact_map_box {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 150px; }

@media (min-width: 768px) {
  .navbar-collapse .search-block-form {
    display: none; }
  .inner__wrap {
    width: 60%;
    margin: 0 auto; }
  .text_large {
    font-size: 1.2em; }
  #block-mobileconnexion,
  .mobile_only {
    display: none; }
  .contact_info_row.success {
    padding-top: 4em;
    border-top: 2px solid #e6e6e6; }
  .view-recherche {
    padding-top: 3em; } }

@media print {
  /* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
  *,
  *:before,
  *:after {
    color: #210042 !important; }
  body {
    color: #210042 !important;
    font: 11pt !important; }
  .logo_print {
    display: block; }
  @page {
    margin: 2cm; }
  @page :first {
    margin: 2cm; }
  .header,
  .prefooter,
  .footer,
  .breadcrumb,
  .block_expert,
  .social_share_wrap,
  .faq_btn,
  .blog_carousel_row,
  nav.tabs,
  button.trigger,
  .svg_img {
    display: none !important; }
  .row_space,
  .off_bck {
    padding: 3em 0; }
  .off_bck {
    margin-top: 0 !important; }
  .row_space_bottom {
    padding-bottom: 3em; }
  .row_space_top {
    padding-top: 3em; }
  .processus_row,
  .citation_row {
    padding: 0 !important; }
  .text_blocs .row > div:last-child .text_bloc_wrapper {
    margin-bottom: 0; }
  .main-container {
    margin-top: 2cm; }
  .main_img_header .container {
    min-height: 50px;
    height: auto;
    display: block; }
  h1, h2, h3, h4, h5 {
    color: #581D72 !important; }
  h1.title_heading {
    font-size: 22pt !important; }
  h2.title_heading {
    font-size: 16pt; }
  .text_blocs h2,
  h3, h4,
  .citation_row .citation_content p {
    font-size: 13pt !important; }
  .citation_row .citation_content {
    color: #9041B0 !important; }
  a {
    page-break-inside: avoid; }
  .btn-tag a[href]:after {
    content: ""; }
  .btn-tag {
    margin-top: 2em;
    width: auto; }
  blockquote,
  h1, h2, h3, h4, h5, h6,
  table, pre, li, p, img,
  ul, ol, dl,
  .processus_row,
  .citation_content,
  .field--type-text-long {
    page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6, img {
    page-break-after: avoid; }
  ul, ol, dl {
    page-break-before: avoid; }
  .yellow_list {
    widows: 4; }
  .citation_content {
    page-break-before: auto; }
  .svg_img_xl .image_mask {
    height: 530px; }
  .svg_img {
    margin: 0; }
  .revealOnScroll:before,
  .revealOnScroll2 .piliers_item:before,
  .revealOnScrollAll {
    opacity: 1 !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color-adjust: exact;
    background-size: contain !important;
    background-repeat: no-repeat !important; }
  .revealOnScroll.flipInX::before,
  .revealOnScroll2 .piliers_item.flipInX::before,
  .revealOnScrollAll.flipInX {
    opacity: 1 !important; }
  .piliers_icon_wrap {
    width: 100%;
    margin-top: 3em;
    display: inline-block; }
  .piliers_icon_wrap:before,
  .piliers_icon_wrap:after {
    content: " ";
    display: table; }
  .piliers_box {
    width: 25% !important;
    float: left; }
    .piliers_box h4 {
      text-align: center; }
    .piliers_box .piliers_item:before {
      width: 105px;
      height: 105px; }
    .piliers_box .piliers_equipe:before {
      content: url(./images/namfi-piliers-equipe.svg) !important; }
    .piliers_box .piliers_marche:before {
      content: url(./images/namfi-piliers-marche.svg) !important; }
    .piliers_box .piliers_infra:before {
      content: url(./images/namfi-piliers-infra.svg) !important; }
    .piliers_box .piliers_service:before {
      content: url(./images/namfi-piliers-service.svg) !important; }
    .piliers_box .piliers_infra_dediee:before {
      content: url(./images/namfi-piliers-infra-dediee.svg) !important; }
    .piliers_box .piliers_dispo_controle:before {
      content: url(./images/namfi-piliers-dispositif-controle.svg) !important; }
    .piliers_box .piliers_dispo_principal:before {
      content: url(./images/namfi-piliers-dispositif-principal.svg) !important; }
  #sliding-popup {
    display: none;
    visibility: hidden; } }

/*# sourceMappingURL=style.css.map*/