/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/vendor/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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .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("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "ttm-regular";
  font-size: 14px;
  line-height: 1.428571429;
  color: #171717;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #132577;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #081035;
  text-decoration: underline;
}
a:hover:focus,
a:focus:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a figure {
  margin: 0;
}
a img {
  vertical-align: middle;
}
a .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
a .img-rounded {
  border-radius: 6px;
}
a .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
a .img-circle {
  border-radius: 50%;
}
a hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #fff;
}
a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
a .sr-only-focusable:active,
a .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
a [role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #bebebe;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 69px;
}
@media only screen and (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 750px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 51px;
}
@media only screen and (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  h2,
  .h2 {
    font-size: 20px;
  }
}
h3,
.h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
@media only screen and (max-width: 750px) {
  h3,
  .h3 {
    font-size: 16px;
  }
}
h4,
.h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}
@media only screen and (max-width: 750px) {
  h4,
  .h4 {
    font-size: 14px;
  }
}
h5,
.h5 {
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 18px;
}
q {
  font-size: $font-size-quote;
  color: $blue;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-style: italic;
  line-height: 28px;
}
p {
  margin: 0 0 10px;
  font-size: $font-size-p;
}
@media only screen and (max-width: 750px) {
  p {
    font-size: 14px;
  }
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 750px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 12px;
}
@media only screen and (max-width: 750px) {
  small,
  .small {
    font-size: 10px;
  }
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #bebebe;
}
.text-primary {
  color: #132577;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0c174b;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #132577;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #0c174b;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #fff;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
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: 750px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #bebebe;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #fff;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #bebebe;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #fff;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #4a4a4a;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  padding-right: 3px;
  max-width: 1440px;
/*@media (min-width $screen-sm-min)
    width $container-sm
  @media (min-width $screen-md-min)
    width $container-md
  @media (min-width $screen-lp-min)
    width $container-lp
  @media (min-width $screen-lg-min)
    width $container-lg*/
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 1434px) {
  .container.wide-container {
    width: 1360px;
  }
  .container.wide-container > .row > .col-lg-pull-6 {
    right: 56%;
  }
  .container.wide-container > .row > .col-lg-3 {
    width: 22%;
  }
  .container.wide-container > .row > .col-lg-6 {
    width: 56%;
  }
  .container.wide-container > .row > .col-lg-push-3 {
    left: 22%;
  }
}
@media (min-width: 1600px) {
  .container.wide-container {
    width: 1540px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 3px;
  padding-right: 3px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -3px;
  margin-right: -3px;
}
.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: 3px;
  padding-right: 3px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 750px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1102px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1194px) {
  .col-lp-1,
  .col-lp-2,
  .col-lp-3,
  .col-lp-4,
  .col-lp-5,
  .col-lp-6,
  .col-lp-7,
  .col-lp-8,
  .col-lp-9,
  .col-lp-10,
  .col-lp-11,
  .col-lp-12 {
    float: left;
  }
  .col-lp-12 {
    width: 100%;
  }
  .col-lp-11 {
    width: 91.66666666666666%;
  }
  .col-lp-10 {
    width: 83.33333333333334%;
  }
  .col-lp-9 {
    width: 75%;
  }
  .col-lp-8 {
    width: 66.66666666666666%;
  }
  .col-lp-7 {
    width: 58.333333333333336%;
  }
  .col-lp-6 {
    width: 50%;
  }
  .col-lp-5 {
    width: 41.66666666666667%;
  }
  .col-lp-4 {
    width: 33.33333333333333%;
  }
  .col-lp-3 {
    width: 25%;
  }
  .col-lp-2 {
    width: 16.666666666666664%;
  }
  .col-lp-1 {
    width: 8.333333333333332%;
  }
  .col-lp-pull-12 {
    right: 100%;
  }
  .col-lp-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lp-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lp-pull-9 {
    right: 75%;
  }
  .col-lp-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lp-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lp-pull-6 {
    right: 50%;
  }
  .col-lp-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lp-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lp-pull-3 {
    right: 25%;
  }
  .col-lp-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lp-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lp-pull-0 {
    right: auto;
  }
  .col-lp-push-12 {
    left: 100%;
  }
  .col-lp-push-11 {
    left: 91.66666666666666%;
  }
  .col-lp-push-10 {
    left: 83.33333333333334%;
  }
  .col-lp-push-9 {
    left: 75%;
  }
  .col-lp-push-8 {
    left: 66.66666666666666%;
  }
  .col-lp-push-7 {
    left: 58.333333333333336%;
  }
  .col-lp-push-6 {
    left: 50%;
  }
  .col-lp-push-5 {
    left: 41.66666666666667%;
  }
  .col-lp-push-4 {
    left: 33.33333333333333%;
  }
  .col-lp-push-3 {
    left: 25%;
  }
  .col-lp-push-2 {
    left: 16.666666666666664%;
  }
  .col-lp-push-1 {
    left: 8.333333333333332%;
  }
  .col-lp-push-0 {
    left: auto;
  }
  .col-lp-offset-12 {
    margin-left: 100%;
  }
  .col-lp-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lp-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lp-offset-9 {
    margin-left: 75%;
  }
  .col-lp-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lp-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lp-offset-6 {
    margin-left: 50%;
  }
  .col-lp-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lp-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lp-offset-3 {
    margin-left: 25%;
  }
  .col-lp-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lp-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lp-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1434px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #bebebe;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e9e9e9;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d1eac8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c6e4f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf3cd;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcdcd;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 749px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #4a4a4a;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6c6c6c;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #6c6c6c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fff;
  -ms-filter: none;
  filter: none;
  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: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 35px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-horizontal .form-group-sm .form-control,
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-horizontal .form-group-sm .form-control,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-sm,
select[multiple].form-horizontal .form-group-sm .form-control,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg,
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-lg,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  background: #dff0d8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  background: #fcf8e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  background: #f2dede;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #575757;
}
@media (min-width: 750px) {
  .form-inline .form-group,
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static,
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group,
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label,
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback,
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -3px;
  margin-right: -3px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 750px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 3px;
}
@media (min-width: 750px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 750px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  color: #132577;
  border: 1px solid #132577;
  white-space: nowrap;
  padding: 15.5px 20px;
  font-size: 15px;
  line-height: 15px;
  border-radius: 4px;
  letter-spacing: 0.65px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: url("images/button-arr.svg");
  background-position: center -150px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.btn span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn.btn-default {
  background-image: url("images/button-arr-grey.svg");
}
.dropdown .btn {
  background-image: none;
}
.dropdown .btn span {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
/*
      overflow hidden
      span
        outline none
        position relative
        display block
        transition: all 0.5s
        &:before
          display block
          position absolute
          left auto
          right auto
          text-align center
          font-family: 'orm-ico' !important;
          font-weight normal
          content '\e919'
          font-size 31px
          line-height 31px
          margin-top -100px
          width 31px
          height 15px
          margin -100px auto 0
      */
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:not(.dropdown-toggle):not(.disabled):not([disabled]):hover,
.btn:not(.dropdown-toggle):not(.disabled):not([disabled]):focus,
.btn:not(.dropdown-toggle):not(.disabled):not([disabled]).focus {
  text-decoration: none;
}
.btninput:not(.dropdown-toggle):not(.disabled):not([disabled]):hover {
  color: transparent;
}
.btn:not(.dropdown-toggle):not(.disabled):not([disabled]):hover {
  background-position: center center;
}
.btn:not(.dropdown-toggle):not(.disabled):not([disabled]):hover span {
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
input.btn:hover,
input.btn:focus,
input.btn.focus {
  color: transparent;
}
.btn-default {
  color: #132577;
  background-color: #fff;
  border-color: #132577;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-default:focus,
.btn-default.focus {
  color: #132577;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #132577;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #132577;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #132577;
}
.btn-default .badge {
  color: #fff;
  background-color: #132577;
}
.btn-default:hover {
  color: #132577;
  background-color: #fff;
  border-color: $btn-default-border-hover;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-default:hover:focus,
.btn-default:hover.focus {
  color: #132577;
}
.btn-default:hover:active,
.btn-default:hover.active,
.open > .dropdown-toggle.btn-default:hover {
  color: #132577;
}
.btn-default:hover:active:hover,
.btn-default:hover.active:hover,
.open > .dropdown-toggle.btn-default:hover:hover,
.btn-default:hover:active:focus,
.btn-default:hover.active:focus,
.open > .dropdown-toggle.btn-default:hover:focus,
.btn-default:hover:active.focus,
.btn-default:hover.active.focus,
.open > .dropdown-toggle.btn-default:hover.focus {
  color: #132577;
}
.btn-default:hover:active,
.btn-default:hover.active,
.open > .dropdown-toggle.btn-default:hover {
  background-image: none;
}
.btn-default:hover.disabled:hover,
.btn-default:hover[disabled]:hover,
fieldset[disabled] .btn-default:hover:hover,
.btn-default:hover.disabled:focus,
.btn-default:hover[disabled]:focus,
fieldset[disabled] .btn-default:hover:focus,
.btn-default:hover.disabled.focus,
.btn-default:hover[disabled].focus,
fieldset[disabled] .btn-default:hover.focus {
  background-color: #fff;
  border-color: $btn-default-border-hover;
}
.btn-default:hover .badge {
  color: #fff;
  background-color: #132577;
}
@media only screen and (max-width: 1024px) {
  .btn-default:hover {
    color: #132577;
    background-color: #fff;
    border-color: #132577;
    color: #132577 !important;
    background-image: none;
  }
  .btn-default:hover:focus,
  .btn-default:hover.focus {
    color: #132577;
  }
  .btn-default:hover:active,
  .btn-default:hover.active,
  .open > .dropdown-toggle.btn-default:hover {
    color: #132577;
  }
  .btn-default:hover:active:hover,
  .btn-default:hover.active:hover,
  .open > .dropdown-toggle.btn-default:hover:hover,
  .btn-default:hover:active:focus,
  .btn-default:hover.active:focus,
  .open > .dropdown-toggle.btn-default:hover:focus,
  .btn-default:hover:active.focus,
  .btn-default:hover.active.focus,
  .open > .dropdown-toggle.btn-default:hover.focus {
    color: #132577;
  }
  .btn-default:hover:active,
  .btn-default:hover.active,
  .open > .dropdown-toggle.btn-default:hover {
    background-image: none;
  }
  .btn-default:hover.disabled:hover,
  .btn-default:hover[disabled]:hover,
  fieldset[disabled] .btn-default:hover:hover,
  .btn-default:hover.disabled:focus,
  .btn-default:hover[disabled]:focus,
  fieldset[disabled] .btn-default:hover:focus,
  .btn-default:hover.disabled.focus,
  .btn-default:hover[disabled].focus,
  fieldset[disabled] .btn-default:hover.focus {
    background-color: #fff;
    border-color: #132577;
  }
  .btn-default:hover .badge {
    color: #fff;
    background-color: #132577;
  }
  .btn-default:hover span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
.-corporate .btn-default {
  color: #132577;
  background-color: #fff;
  border-color: $btn-default-border-corporate;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.-corporate .btn-default:focus,
.-corporate .btn-default.focus {
  color: #132577;
}
.-corporate .btn-default:active,
.-corporate .btn-default.active,
.open > .dropdown-toggle.-corporate .btn-default {
  color: #132577;
}
.-corporate .btn-default:active:hover,
.-corporate .btn-default.active:hover,
.open > .dropdown-toggle.-corporate .btn-default:hover,
.-corporate .btn-default:active:focus,
.-corporate .btn-default.active:focus,
.open > .dropdown-toggle.-corporate .btn-default:focus,
.-corporate .btn-default:active.focus,
.-corporate .btn-default.active.focus,
.open > .dropdown-toggle.-corporate .btn-default.focus {
  color: #132577;
}
.-corporate .btn-default:active,
.-corporate .btn-default.active,
.open > .dropdown-toggle.-corporate .btn-default {
  background-image: none;
}
.-corporate .btn-default.disabled:hover,
.-corporate .btn-default[disabled]:hover,
fieldset[disabled] .-corporate .btn-default:hover,
.-corporate .btn-default.disabled:focus,
.-corporate .btn-default[disabled]:focus,
fieldset[disabled] .-corporate .btn-default:focus,
.-corporate .btn-default.disabled.focus,
.-corporate .btn-default[disabled].focus,
fieldset[disabled] .-corporate .btn-default.focus {
  background-color: #fff;
  border-color: $btn-default-border-corporate;
}
.-corporate .btn-default .badge {
  color: #fff;
  background-color: #132577;
}
.-corporate .btn-default:hover {
  color: $btn-default-color-hover;
  background-color: $btn-default-bg-hover;
  border-color: $btn-default-border-corporate-hover;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.-corporate .btn-default:hover:focus,
.-corporate .btn-default:hover.focus {
  color: $btn-default-color-hover;
}
.-corporate .btn-default:hover:active,
.-corporate .btn-default:hover.active,
.open > .dropdown-toggle.-corporate .btn-default:hover {
  color: $btn-default-color-hover;
}
.-corporate .btn-default:hover:active:hover,
.-corporate .btn-default:hover.active:hover,
.open > .dropdown-toggle.-corporate .btn-default:hover:hover,
.-corporate .btn-default:hover:active:focus,
.-corporate .btn-default:hover.active:focus,
.open > .dropdown-toggle.-corporate .btn-default:hover:focus,
.-corporate .btn-default:hover:active.focus,
.-corporate .btn-default:hover.active.focus,
.open > .dropdown-toggle.-corporate .btn-default:hover.focus {
  color: $btn-default-color-hover;
}
.-corporate .btn-default:hover:active,
.-corporate .btn-default:hover.active,
.open > .dropdown-toggle.-corporate .btn-default:hover {
  background-image: none;
}
.-corporate .btn-default:hover.disabled:hover,
.-corporate .btn-default:hover[disabled]:hover,
fieldset[disabled] .-corporate .btn-default:hover:hover,
.-corporate .btn-default:hover.disabled:focus,
.-corporate .btn-default:hover[disabled]:focus,
fieldset[disabled] .-corporate .btn-default:hover:focus,
.-corporate .btn-default:hover.disabled.focus,
.-corporate .btn-default:hover[disabled].focus,
fieldset[disabled] .-corporate .btn-default:hover.focus {
  background-color: $btn-default-bg-hover;
  border-color: $btn-default-border-corporate-hover;
}
.-corporate .btn-default:hover .badge {
  color: $btn-default-bg-hover;
  background-color: $btn-default-color-hover;
}
@media only screen and (max-width: 1024px) {
  .-corporate .btn-default:hover {
    color: #132577;
    background-color: #fff;
    border-color: $btn-default-border-corporate;
    color: #132577 !important;
    background-image: none;
  }
  .-corporate .btn-default:hover:focus,
  .-corporate .btn-default:hover.focus {
    color: #132577;
  }
  .-corporate .btn-default:hover:active,
  .-corporate .btn-default:hover.active,
  .open > .dropdown-toggle.-corporate .btn-default:hover {
    color: #132577;
  }
  .-corporate .btn-default:hover:active:hover,
  .-corporate .btn-default:hover.active:hover,
  .open > .dropdown-toggle.-corporate .btn-default:hover:hover,
  .-corporate .btn-default:hover:active:focus,
  .-corporate .btn-default:hover.active:focus,
  .open > .dropdown-toggle.-corporate .btn-default:hover:focus,
  .-corporate .btn-default:hover:active.focus,
  .-corporate .btn-default:hover.active.focus,
  .open > .dropdown-toggle.-corporate .btn-default:hover.focus {
    color: #132577;
  }
  .-corporate .btn-default:hover:active,
  .-corporate .btn-default:hover.active,
  .open > .dropdown-toggle.-corporate .btn-default:hover {
    background-image: none;
  }
  .-corporate .btn-default:hover.disabled:hover,
  .-corporate .btn-default:hover[disabled]:hover,
  fieldset[disabled] .-corporate .btn-default:hover:hover,
  .-corporate .btn-default:hover.disabled:focus,
  .-corporate .btn-default:hover[disabled]:focus,
  fieldset[disabled] .-corporate .btn-default:hover:focus,
  .-corporate .btn-default:hover.disabled.focus,
  .-corporate .btn-default:hover[disabled].focus,
  fieldset[disabled] .-corporate .btn-default:hover.focus {
    background-color: #fff;
    border-color: $btn-default-border-corporate;
  }
  .-corporate .btn-default:hover .badge {
    color: #fff;
    background-color: #132577;
  }
  .-corporate .btn-default:hover span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
.btn-primary {
  color: #fff;
  background-color: #132577;
  border-color: #0f1e61;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #132577;
  border-color: #0f1e61;
}
.btn-primary .badge {
  color: #132577;
  background-color: #fff;
}
.btn-primary:hover {
  color: $btn-primary-color-hover;
  background-color: $btn-primary-bg-hover;
  border-color: $btn-primary-border-hover;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-primary:hover:focus,
.btn-primary:hover.focus {
  color: $btn-primary-color-hover;
}
.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .dropdown-toggle.btn-primary:hover {
  color: $btn-primary-color-hover;
}
.btn-primary:hover:active:hover,
.btn-primary:hover.active:hover,
.open > .dropdown-toggle.btn-primary:hover:hover,
.btn-primary:hover:active:focus,
.btn-primary:hover.active:focus,
.open > .dropdown-toggle.btn-primary:hover:focus,
.btn-primary:hover:active.focus,
.btn-primary:hover.active.focus,
.open > .dropdown-toggle.btn-primary:hover.focus {
  color: $btn-primary-color-hover;
}
.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .dropdown-toggle.btn-primary:hover {
  background-image: none;
}
.btn-primary:hover.disabled:hover,
.btn-primary:hover[disabled]:hover,
fieldset[disabled] .btn-primary:hover:hover,
.btn-primary:hover.disabled:focus,
.btn-primary:hover[disabled]:focus,
fieldset[disabled] .btn-primary:hover:focus,
.btn-primary:hover.disabled.focus,
.btn-primary:hover[disabled].focus,
fieldset[disabled] .btn-primary:hover.focus {
  background-color: $btn-primary-bg-hover;
  border-color: $btn-primary-border-hover;
}
.btn-primary:hover .badge {
  color: $btn-primary-bg-hover;
  background-color: $btn-primary-color-hover;
}
@media only screen and (max-width: 1024px) {
  .btn-primary:hover {
    color: #fff;
    background-color: #132577;
    border-color: #0f1e61;
    color: #fff !important;
    background-image: none;
  }
  .btn-primary:hover:focus,
  .btn-primary:hover.focus {
    color: #fff;
  }
  .btn-primary:hover:active,
  .btn-primary:hover.active,
  .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
  }
  .btn-primary:hover:active:hover,
  .btn-primary:hover.active:hover,
  .open > .dropdown-toggle.btn-primary:hover:hover,
  .btn-primary:hover:active:focus,
  .btn-primary:hover.active:focus,
  .open > .dropdown-toggle.btn-primary:hover:focus,
  .btn-primary:hover:active.focus,
  .btn-primary:hover.active.focus,
  .open > .dropdown-toggle.btn-primary:hover.focus {
    color: #fff;
  }
  .btn-primary:hover:active,
  .btn-primary:hover.active,
  .open > .dropdown-toggle.btn-primary:hover {
    background-image: none;
  }
  .btn-primary:hover.disabled:hover,
  .btn-primary:hover[disabled]:hover,
  fieldset[disabled] .btn-primary:hover:hover,
  .btn-primary:hover.disabled:focus,
  .btn-primary:hover[disabled]:focus,
  fieldset[disabled] .btn-primary:hover:focus,
  .btn-primary:hover.disabled.focus,
  .btn-primary:hover[disabled].focus,
  fieldset[disabled] .btn-primary:hover.focus {
    background-color: #132577;
    border-color: #0f1e61;
  }
  .btn-primary:hover .badge {
    color: #132577;
    background-color: #fff;
  }
  .btn-primary:hover span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
.-corporate .btn-primary {
  color: #fff;
  background-color: $btn-primary-bg-corporate;
  border-color: $btn-primary-border-corporate;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.-corporate .btn-primary:focus,
.-corporate .btn-primary.focus {
  color: #fff;
}
.-corporate .btn-primary:active,
.-corporate .btn-primary.active,
.open > .dropdown-toggle.-corporate .btn-primary {
  color: #fff;
}
.-corporate .btn-primary:active:hover,
.-corporate .btn-primary.active:hover,
.open > .dropdown-toggle.-corporate .btn-primary:hover,
.-corporate .btn-primary:active:focus,
.-corporate .btn-primary.active:focus,
.open > .dropdown-toggle.-corporate .btn-primary:focus,
.-corporate .btn-primary:active.focus,
.-corporate .btn-primary.active.focus,
.open > .dropdown-toggle.-corporate .btn-primary.focus {
  color: #fff;
}
.-corporate .btn-primary:active,
.-corporate .btn-primary.active,
.open > .dropdown-toggle.-corporate .btn-primary {
  background-image: none;
}
.-corporate .btn-primary.disabled:hover,
.-corporate .btn-primary[disabled]:hover,
fieldset[disabled] .-corporate .btn-primary:hover,
.-corporate .btn-primary.disabled:focus,
.-corporate .btn-primary[disabled]:focus,
fieldset[disabled] .-corporate .btn-primary:focus,
.-corporate .btn-primary.disabled.focus,
.-corporate .btn-primary[disabled].focus,
fieldset[disabled] .-corporate .btn-primary.focus {
  background-color: $btn-primary-bg-corporate;
  border-color: $btn-primary-border-corporate;
}
.-corporate .btn-primary .badge {
  color: $btn-primary-bg-corporate;
  background-color: #fff;
}
.-corporate .btn-primary:hover {
  color: $btn-primary-color-hover;
  background-color: $btn-primary-bg-corporate-hover;
  border-color: $btn-primary-border-corporate-hover;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.-corporate .btn-primary:hover:focus,
.-corporate .btn-primary:hover.focus {
  color: $btn-primary-color-hover;
}
.-corporate .btn-primary:hover:active,
.-corporate .btn-primary:hover.active,
.open > .dropdown-toggle.-corporate .btn-primary:hover {
  color: $btn-primary-color-hover;
}
.-corporate .btn-primary:hover:active:hover,
.-corporate .btn-primary:hover.active:hover,
.open > .dropdown-toggle.-corporate .btn-primary:hover:hover,
.-corporate .btn-primary:hover:active:focus,
.-corporate .btn-primary:hover.active:focus,
.open > .dropdown-toggle.-corporate .btn-primary:hover:focus,
.-corporate .btn-primary:hover:active.focus,
.-corporate .btn-primary:hover.active.focus,
.open > .dropdown-toggle.-corporate .btn-primary:hover.focus {
  color: $btn-primary-color-hover;
}
.-corporate .btn-primary:hover:active,
.-corporate .btn-primary:hover.active,
.open > .dropdown-toggle.-corporate .btn-primary:hover {
  background-image: none;
}
.-corporate .btn-primary:hover.disabled:hover,
.-corporate .btn-primary:hover[disabled]:hover,
fieldset[disabled] .-corporate .btn-primary:hover:hover,
.-corporate .btn-primary:hover.disabled:focus,
.-corporate .btn-primary:hover[disabled]:focus,
fieldset[disabled] .-corporate .btn-primary:hover:focus,
.-corporate .btn-primary:hover.disabled.focus,
.-corporate .btn-primary:hover[disabled].focus,
fieldset[disabled] .-corporate .btn-primary:hover.focus {
  background-color: $btn-primary-bg-corporate-hover;
  border-color: $btn-primary-border-corporate-hover;
}
.-corporate .btn-primary:hover .badge {
  color: $btn-primary-bg-corporate-hover;
  background-color: $btn-primary-color-hover;
}
@media only screen and (max-width: 1024px) {
  .-corporate .btn-primary:hover {
    color: #fff;
    background-color: $btn-primary-bg-corporate;
    border-color: $btn-primary-border-corporate;
    color: #fff !important;
    background-image: none;
  }
  .-corporate .btn-primary:hover:focus,
  .-corporate .btn-primary:hover.focus {
    color: #fff;
  }
  .-corporate .btn-primary:hover:active,
  .-corporate .btn-primary:hover.active,
  .open > .dropdown-toggle.-corporate .btn-primary:hover {
    color: #fff;
  }
  .-corporate .btn-primary:hover:active:hover,
  .-corporate .btn-primary:hover.active:hover,
  .open > .dropdown-toggle.-corporate .btn-primary:hover:hover,
  .-corporate .btn-primary:hover:active:focus,
  .-corporate .btn-primary:hover.active:focus,
  .open > .dropdown-toggle.-corporate .btn-primary:hover:focus,
  .-corporate .btn-primary:hover:active.focus,
  .-corporate .btn-primary:hover.active.focus,
  .open > .dropdown-toggle.-corporate .btn-primary:hover.focus {
    color: #fff;
  }
  .-corporate .btn-primary:hover:active,
  .-corporate .btn-primary:hover.active,
  .open > .dropdown-toggle.-corporate .btn-primary:hover {
    background-image: none;
  }
  .-corporate .btn-primary:hover.disabled:hover,
  .-corporate .btn-primary:hover[disabled]:hover,
  fieldset[disabled] .-corporate .btn-primary:hover:hover,
  .-corporate .btn-primary:hover.disabled:focus,
  .-corporate .btn-primary:hover[disabled]:focus,
  fieldset[disabled] .-corporate .btn-primary:hover:focus,
  .-corporate .btn-primary:hover.disabled.focus,
  .-corporate .btn-primary:hover[disabled].focus,
  fieldset[disabled] .-corporate .btn-primary:hover.focus {
    background-color: $btn-primary-bg-corporate;
    border-color: $btn-primary-border-corporate;
  }
  .-corporate .btn-primary:hover .badge {
    color: $btn-primary-bg-corporate;
    background-color: #fff;
  }
  .-corporate .btn-primary:hover span {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
/*&:hover
    color $color
    background-color darken($background, 18)
    border-color darken($border, 18)*/
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #132577;
  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: #081035;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #bebebe;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  -ms-filter: none;
  filter: none;
  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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #4a4a4a;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3d3d3d;
  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: #132577;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bebebe;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #bebebe;
  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: 750px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar: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 {
  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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group: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: 4px;
  border-top-left-radius: 4px;
  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: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #6c6c6c;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  z-index: 2;
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: inline-block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a color,
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #bebebe;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #bebebe;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fff;
  border-color: #132577;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 20px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
/*
    &.active
      &:after
        content ''
        display block
        height 2px
        background $blue
        margin-top 2px
        margin-bottom -3px
    */
}
.nav-tabs > li > a {
  line-height: 22px;
  font-size: 15px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  color: rgba(60,60,60,0.5);
  padding: 0;
/*
      &:hover
        border-color $nav-tabs-link-hover-border-color $nav-tabs-link-hover-border-color $nav-tabs-border-color
      */
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #808080;
  cursor: default;
/*
        &:after
          content ''
          display block
          height 2px
          background $blue
          margin-top 3px
          margin-bottom -4px
        */
}
.nav-tabs > li.mobile-tab {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .nav-tabs > li.mobile-tab {
    position: absolute;
    display: inline;
    vertical-align: middle;
    right: 10px;
  }
  .nav-tabs > li.mobile-tab > a {
    font-size: 20px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-tabs {
    white-space: nowrap;
    height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .nav-tabs > li {
    float: left;
    display: inline;
    margin: 0 10px;
    white-space: nowrap;
  }
  .nav-tabs > li > a {
    display: inline;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    color: $charcoal;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: $blue;
  }
}
.nav-pills > li > a {
  border-radius: 0;
  background: none;
  color: $charcoal;
}
.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;
}
.nav-pills > li.active > a:after,
.nav-pills > li.active > a:hover:after,
.nav-pills > li.active > a:focus:after {
  display: block;
  background: $marsala;
  content: '';
  height: 4px;
  width: 100%;
  margin-top: 8px;
}
.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,
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 750px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 750px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.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;
  padding: 12px 0;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 750px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 750px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 3px;
  padding-left: 3px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 750px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -3px;
  margin-left: -3px;
}
@media (min-width: 750px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 750px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 750px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 3px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 750px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -3px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 3px;
  padding: 9px 0px 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 8px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media only screen and (min-width: 1024px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -3px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 749px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 750px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav > li:first-child:before {
    content: '';
  }
}
.navbar-form {
  margin-left: -3px;
  margin-right: -3px;
  padding: 10px 3px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1), 0 1px 0 rgba(255,255,255,0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 749px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 750px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 750px) {
  .navbar-text {
    float: left;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (min-width: 750px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  border-left: 0;
  border-right: 0;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 749px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #e4e4e4;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #e4e4e4;
}
.navbar-inverse .navbar-nav > li > a {
  color: #e4e4e4;
}
.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: 749px) {
  .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: #e4e4e4;
  }
  .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: #e4e4e4;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #e4e4e4;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: '/\00a0';
  padding: 0 5px;
  color: #000;
}
.breadcrumb > .active {
  color: #000;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #132577;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #081035;
  background-color: #fff;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #132577;
  border-color: #132577;
  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: #bebebe;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  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: 20px 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: #fff;
}
.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: #bebebe;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #bebebe;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a5a5a5;
}
.label-primary {
  background-color: #132577;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #0c174b;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #bebebe;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #132577;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fff;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e6e6e6;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 3px;
  padding-right: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #132577;
}
.thumbnail .caption {
  padding: 9px;
  color: #171717;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b4;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a7e1ed;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f8e2b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd0;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4babf;
}
.alert-danger .alert-link {
  color: #843534;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #132577;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(225deg,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: -moz-linear-gradient(225deg,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: -ms-linear-gradient(225deg,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(225deg,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;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(225deg,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: -moz-linear-gradient(225deg,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: -ms-linear-gradient(225deg,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(225deg,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(225deg,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: -moz-linear-gradient(225deg,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: -ms-linear-gradient(225deg,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(225deg,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(225deg,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: -moz-linear-gradient(225deg,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: -ms-linear-gradient(225deg,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(225deg,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(225deg,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: -moz-linear-gradient(225deg,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: -ms-linear-gradient(225deg,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(225deg,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);
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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;
  }
}
.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: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
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,
button.list-group-item:hover,
a.list-group-item:focus,
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: #fff;
  color: #bebebe;
  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: #bebebe;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #132577;
  border-color: #132577;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #6e84e8;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
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,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .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: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #4a4a4a;
  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: #4a4a4a;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #132577;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #132577;
  border-color: #132577;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #132577;
}
.panel-primary > .panel-heading .badge {
  color: #132577;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #132577;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd0;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd0;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd0;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd0;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  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%);
  transform: translate(0, -25%);
  -webkit-transition: 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);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
}
.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  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.428571429;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  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: 750px) {
  .modal-dialog {
    width: 600px;
  }
  .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: 1102px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "ttm-regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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-family: "ttm-regular";
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  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: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ttm-regular";
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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-family: "ttm-regular";
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  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: #999;
  border-top-color: #000;
  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: #999;
  border-right-color: #000;
}
.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: #999;
  border-bottom-color: #000;
  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: #999;
  border-left-color: #000;
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    -webkit-transition: 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;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-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);
    -ms-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);
    -ms-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%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  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) 100%);
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 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) 0%,rgba(0,0,0,0.5) 100%);
  background-image: -moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background-image: -ms-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(to right,rgba(0,0,0,0) 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;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  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: 750px) {
  .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,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 749px) {
  .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: 749px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 749px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 749px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 750px) and (max-width: 1101px) {
  .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: 750px) and (max-width: 1101px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 750px) and (max-width: 1101px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 750px) and (max-width: 1101px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1102px) and (max-width: 1433px) {
  .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: 1102px) and (max-width: 1433px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1102px) and (max-width: 1433px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1102px) and (max-width: 1433px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1434px) {
  .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: 1434px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1434px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1434px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 749px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 750px) and (max-width: 1101px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1102px) and (max-width: 1433px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1434px) {
  .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;
  }
}
/*******************************

  Grid

********************************/
._container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1721px;
  max-width: 100%;
  padding: 0 20px;
}
._container.-center {
  width: 1191px;
}
._grid {
  display: block;
  padding: 0;
  margin: 0 -10px;
  text-align: left;
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
}
.opera:-o-prefocus {
  word-spacing: -0.43em;
}
._grid .cell,
._grid .cell-1-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 100%;
}
.android-native ._grid .cell,
.android-native ._grid .cell-1-1 {
  width: 99%;
}
._grid .cell-half,
._grid .cell-one-half,
._grid .cell-1-2,
._grid .cell-2-4,
._grid .cell-3-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 50%;
}
.android-native ._grid .cell-half,
.android-native ._grid .cell-one-half,
.android-native ._grid .cell-1-2,
.android-native ._grid .cell-2-4,
.android-native ._grid .cell-3-6 {
  width: 49.5%;
}
._grid .cell-third,
._grid .cell-one-third,
._grid .cell-1-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 33.33333333333333%;
}
.android-native ._grid .cell-third,
.android-native ._grid .cell-one-third,
.android-native ._grid .cell-1-3 {
  width: 32.99999999999999%;
}
._grid .cell-two-third,
._grid .cell-two-thirds,
._grid .cell-2-3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 66.66666666666666%;
}
.android-native ._grid .cell-two-third,
.android-native ._grid .cell-two-thirds,
.android-native ._grid .cell-2-3 {
  width: 65.99999999999999%;
}
._grid .cell-quarter,
._grid .cell-one-quarter,
._grid .cell-1-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 25%;
}
.android-native ._grid .cell-quarter,
.android-native ._grid .cell-one-quarter,
.android-native ._grid .cell-1-4 {
  width: 24.75%;
}
._grid .cell-tree-quarter,
._grid .cell-tree-quarters,
._grid .cell-3-4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 75%;
}
.android-native ._grid .cell-tree-quarter,
.android-native ._grid .cell-tree-quarters,
.android-native ._grid .cell-3-4 {
  width: 74.25%;
}
._grid .cell-sixth,
._grid .cell-one-sixth,
._grid .cell-1-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 16.666666666666664%;
}
.android-native ._grid .cell-sixth,
.android-native ._grid .cell-one-sixth,
.android-native ._grid .cell-1-6 {
  width: 16.499999999999996%;
}
._grid .cell-five-sixth,
._grid .cell-5-6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 83.33333333333334%;
}
.android-native ._grid .cell-five-sixth,
.android-native ._grid .cell-5-6 {
  width: 82.50000000000001%;
}
._grid .cell-4-5 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 80%;
}
.android-native ._grid .cell-4-5 {
  width: 79.2%;
}
._grid .cell-1-8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-rendering: auto;
  width: 75%;
}
.android-native ._grid .cell-1-8 {
  width: 74.25%;
}
._grid .cell-alpha {
  padding-left: 0;
}
._grid .cell-omega {
  padding-right: 0;
}
._grid.grid--center {
  text-align: center;
}
._grid.grid--left {
  text-align: left;
}
._grid.grid--right {
  text-align: right;
}
._grid .cell-center {
  display: block;
  margin: 0 auto;
}
._grid .cell-left {
  display: block;
  margin-right: auto;
}
._grid .cell-right {
  display: block;
  margin-left: auto;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/*******************************

  Reset and normalize

********************************/
/*----------- Meyer Reset -----------*/
/*----------- Box-sizing Reset -----------*/
/*----------- Normalize -----------*/
/*******************************

  BASE Fonts

********************************/
@font-face {
  font-family: 'ttm-black';
  src: url("fonts/ttm/ttm-black.eot");
  src: url("fonts/ttm/ttm-black.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-black.woff2") format('woff2'), url("fonts/ttm/ttm-black.woff") format('woff'), url("fonts/ttm/ttm-black.ttf") format('truetype'), url("fonts/ttm/ttm-black.svg#ttm-black") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-bold';
  src: url("fonts/ttm/ttm-bold.eot");
  src: url("fonts/ttm/ttm-bold.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-bold.woff2") format('woff2'), url("fonts/ttm/ttm-bold.woff") format('woff'), url("fonts/ttm/ttm-bold.ttf") format('truetype'), url("fonts/ttm/ttm-bold.svg#ttm-bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-bold-italic';
  src: url("fonts/ttm/ttm-bolditalic.eot");
  src: url("fonts/ttm/ttm-bolditalic.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-bolditalic.woff2") format('woff2'), url("fonts/ttm/ttm-bolditalic.woff") format('woff'), url("fonts/ttm/ttm-bolditalic.ttf") format('truetype'), url("fonts/ttm/ttm-bolditalic.svg#ttm-bold_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-thin';
  src: url("fonts/ttm/ttm-extralight.eot");
  src: url("fonts/ttm/ttm-extralight.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-extralight.woff2") format('woff2'), url("fonts/ttm/ttm-extralight.woff") format('woff'), url("fonts/ttm/ttm-extralight.ttf") format('truetype'), url("fonts/ttm/ttm-extralight.svg#ttm-thin") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-thin-italic';
  src: url("fonts/ttm/ttm-extralightitalic.eot");
  src: url("fonts/ttm/ttm-extralightitalic.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-extralightitalic.woff2") format('woff2'), url("fonts/ttm/ttm-extralightitalic.woff") format('woff'), url("fonts/ttm/ttm-extralightitalic.ttf") format('truetype'), url("fonts/ttm/ttm-extralightitalic.svg#ttm-thin_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-italic';
  src: url("fonts/ttm/ttm-italic.eot");
  src: url("fonts/ttm/ttm-italic.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-italic.woff2") format('woff2'), url("fonts/ttm/ttm-italic.woff") format('woff'), url("fonts/ttm/ttm-italic.ttf") format('truetype'), url("fonts/ttm/ttm-italic.svg#ttm-italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-light';
  src: url("fonts/ttm/ttm-light.eot");
  src: url("fonts/ttm/ttm-light.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-light.woff2") format('woff2'), url("fonts/ttm/ttm-light.woff") format('woff'), url("fonts/ttm/ttm-light.ttf") format('truetype'), url("fonts/ttm/ttm-light.svg#ttm-light") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-light-italic';
  src: url("fonts/ttm/ttm-lightitalic.eot");
  src: url("fonts/ttm/ttm-lightitalic.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-lightitalic.woff2") format('woff2'), url("fonts/ttm/ttm-lightitalic.woff") format('woff'), url("fonts/ttm/ttm-lightitalic.ttf") format('truetype'), url("fonts/ttm/ttm-lightitalic.svg#ttm-light_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-regular';
  src: url("fonts/ttm/ttm-regular.eot");
  src: url("fonts/ttm/ttm-regular.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-regular.woff2") format('woff2'), url("fonts/ttm/ttm-regular.woff") format('woff'), url("fonts/ttm/ttm-regular.ttf") format('truetype'), url("fonts/ttm/ttm-regular.svg#ttm-regular") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-semibold';
  src: url("fonts/ttm/ttm-semibold.eot");
  src: url("fonts/ttm/ttm-semibold.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-semibold.woff2") format('woff2'), url("fonts/ttm/ttm-semibold.woff") format('woff'), url("fonts/ttm/ttm-semibold.ttf") format('truetype'), url("fonts/ttm/ttm-semibold.svg#ttm-semibold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ttm-semibold_italic';
  src: url("fonts/ttm/ttm-semibolditalic.eot");
  src: url("fonts/ttm/ttm-semibolditalic.eot?#iefix") format('embedded-opentype'), url("fonts/ttm/ttm-semibolditalic.woff2") format('woff2'), url("fonts/ttm/ttm-semibolditalic.woff") format('woff'), url("fonts/ttm/ttm-semibolditalic.ttf") format('truetype'), url("fonts/ttm/ttm-semibolditalic.svg#ttm-semibold_italic") format('svg');
  font-weight: normal;
  font-style: normal;
}
/*******************************
 *
 *   animations
 *
 ******************************/
@-moz-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
  }
}
@-moz-keyframes fadeInSlideUp {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInSlideUp {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadeInSlideUp {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInSlideUp {
  from {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
  }
  to {
    -ms-filter: none;
    filter: none;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*******************************

  Common styles

********************************/
.btn,
.btn-default {
  background-image: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
label {
  font-weight: normal !important;
}
label {
  font-family: ttm-regular;
}
input:focus,
textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
html,
body {
  min-width: 320px;
  position: relative;
}
html .bodywrapper,
body .bodywrapper {
  min-width: 1000px;
}
html .bodywrapper .container,
body .bodywrapper .container {
  max-width: 1440px;
  min-width: auto;
}
html .bodywrapper .separator,
body .bodywrapper .separator {
  display: block;
  height: 30px;
}
.page-content {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bottom-gray-wrapper {
  margin: 90px 0 -90px 0;
  background-color: #f4f4f4;
  padding-bottom: 60px;
}
.row.-vs {
  margin-top: 6px;
}
.row.-vsb {
  margin-top: 30px;
}
.row.-tbl {
  display: table;
  table-layout: fixed;
  width: calc(100% + 6px);
  height: 100%;
  border-collapse: collapse;
  margin-right: 0;
  margin-left: -3px;
}
.row.-tbl:before,
.row.-tbl:after {
  content: none;
}
.row.-tbl .-col-td {
  padding-left: 3px;
  padding-right: 3px;
  vertical-align: top;
}
.row.-tbl .-col-td.-bottom {
  vertical-align: bottom;
}
.row.-tbl .-col-td.-middle {
  vertical-align: middle;
}
.row.-tbl.-bs {
  margin-left: -15px;
  width: calc(100% + 30px);
}
.row.-tbl.-bs .-col-td {
  padding-left: 15px;
  padding-right: 15px;
}
.-col-td {
  display: table-cell;
  vertical-align: top;
  float: none;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.-col-td > div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.row-vrt {
  margin-top: -3px;
  margin-bottom: -3px;
  height: calc(100% + 6px);
}
.cell-vrt {
  padding: 3px 0 3px 0;
}
.cell-vrt > div {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
ol.-esrf {
  counter-reset: li;
  margin-left: 3em;
  padding-left: 0;
  display: block;
}
ol.-esrf > li {
  position: relative;
  padding: 0;
  margin: 5px 0;
  list-style: none;
}
ol.-esrf > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 1px;
  left: -1.7em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  font-size: 95%;
  font-family: ttm-bold;
  text-align: right;
}
ol.-esrf > li ol,
ol.-esrf > li ul {
  margin-top: 10px;
}
ol.-esrf > li:last-child {
  margin-bottom: 10px;
}
ol.-esrf.-roman > li:before {
  content: counter(li, upper-roman) ".";
}
ul.-inline {
  display: inline-block;
  margin: 10px 0;
  padding: 0 0 0 20px;
}
ul.-arrow {
  margin-left: 3em;
  padding-left: 0;
  display: block;
}
ul.-arrow > li {
  position: relative;
  padding: 0;
  margin: 10px 0;
  list-style: none;
}
ul.-arrow > li:before {
  position: absolute;
  top: 1px;
  left: -1.7em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 1.5em;
  font-family: esrf-icon;
  content: '\e913';
  text-align: left;
}
ul.-arrow.-col2 {
  margin-left: 1.3em;
}
ul.-arrow.-col2 > li {
  padding-left: 1.7em;
}
ul.-arrow.-col2 > li:before {
  left: 0;
}
ul.-arrow.-col2 > li:nth-child(even) {
  padding-left: 2.5em;
}
ul.-arrow.-col2 > li:nth-child(even):before {
  left: 0.85em;
}
ul.-col2:after {
  display: block;
  content: '';
  clear: both;
}
ul.-col2 > li {
  float: left;
  width: 50%;
}
ul.icon-list {
  margin-left: 0;
  padding-left: 0;
}
ul.icon-list > li {
  position: relative;
  padding: 0;
  margin: 18px 0 27px 0;
  list-style: none;
  font-family: ttm-regular;
}
ul.icon-list > li span {
  width: 32px;
  float: left;
  text-align: center;
  font-size: 30px;
  margin: -6px 18px 0 0;
}
ul.icon-list > li span.icon-speedometer {
  font-size: 22px;
  margin-top: 0;
}
ul.icon-list > li span.icon-storage-ring {
  font-size: 28px;
}
ul.icon-list > li:last-child {
  margin-bottom: 0;
}
ul.-italic > li,
ol.-italic > li {
  font-family: ttm-italic;
}
ul.-bold > li,
ol.-bold > li {
  font-family: ttm-bold;
}
.-h100 {
  height: 100%;
}
.-h50 {
  height: 50%;
}
.-h25 {
  height: 25%;
}
.-h20 {
  height: 20%;
}
.-h10 {
  height: 10%;
}
img.fw {
  width: 100%;
  height: auto;
}
.caption {
  margin: 30px 0 !important;
  font-size: 14px;
  color: #132577;
}
.caption.-img {
  margin-top: 0 !important;
  margin-left: 10px !important;
}
a[href^="http"]:after {
  display: inline-block;
  content: "\e94d";
  font-family: 'esrf-icon' !important;
  color: inherit;
  font-size: 0.6em;
  margin: -0.2em auto auto 0.6em;
}
a.-internal:after {
  content: none !important;
}
a.image {
  position: relative;
}
a.image:after {
  position: absolute;
  top: 10px;
  right: 5px;
}
.inset {
  font-size: 12px;
  margin-bottom: 0.9em;
  background-color: #f2f2f2;
  border: thin solid #666;
  padding: 5px;
  color: #000;
}
.inset2 {
  font-size: 12px;
  margin-bottom: 0.9em;
  border: 2px solid #666;
  background-color: #f2f2f2;
  padding: 5px;
  color: #000;
}
.important2 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.9em;
  padding: 5px;
  border: 2px solid #9e1c20;
  color: #000;
}
.tableheader {
  background-color: #def0fe;
  padding: 3px;
  font-weight: bold;
  color: #000;
}
.tableheader1 {
  background-color: #f4c4c5;
  padding: 3px;
  font-weight: bold;
  color: #000;
}
.tableheader2 {
  background-color: #fae8ab;
  padding: 3px;
  font-weight: bold;
  color: #000;
}
.tableheader3 {
  background-color: #edeceb;
  padding: 3px;
  font-weight: bold;
  color: #000;
}
.article-intro,
.lead {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #000;
}
.quote {
  font-size: 12px;
  color: #1b5092;
  font-style: italic;
  margin-bottom: 0.9em;
}
.small {
  font-size: 10px;
  color: #999;
  margin-bottom: 0.9em;
}
.modif {
  font-size: 10px;
  margin-bottom: 2em;
  color: #000;
}
.legend {
  font-size: 12px;
  color: #16a;
  margin-bottom: 0.9em;
  overflow: hidden;
  padding-left: 0.9em;
}
.attention {
  border-style: solid;
  border-width: 1px;
  border-color: #9e1c20;
  padding: 2px;
}
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.alert {
  color: #f00;
  font-size: 18px;
  margin: 15px 0;
}
.important2,
.inset2 {
  background-color: #f2f2f2;
  border: 2px solid #132577;
  font-size: 18px;
  margin-bottom: 0.9em;
  padding: 5px;
}
small,
.small {
  font-size: 12px;
}
.legend {
  font-family: 'ttm-regular', Arial, Sans-serif;
  font-size: 14px;
  color: #132577;
}
.bodywrapper .rc-group > label,
.bodywrapper .formMarginLeft > label {
  width: 100%;
}
.event-reservation {
  background-color: #e7e9f1;
  padding: 0.5em 0.7em;
  border: none;
  margin: 1em 0;
}
a.icon {
  background: none !important;
}
select {
  display: none;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../media/fancybox/fancybox_sprite.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../media/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../media/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.bodywrapper section .separator {
  display: block;
  height: 30px;
}
.bodywrapper section .separator.-img {
  position: relative;
  z-index: -1;
  background-position: center;
  background-size: cover;
  margin: -120px -40px -120px -170px;
  height: 670px;
}
.bodywrapper section .blue {
  padding: 80px 65px;
}
.bodywrapper section .white {
  padding: 80px 65px;
}
.bodywrapper section .white h2:first-child {
  margin-top: -17px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper section .white {
    padding: 40px;
  }
}
.bodywrapper section .white.-fill {
  margin: 0px -40px -40px -40px;
  padding: 0;
}
.bodywrapper section .white.-fill:not(:first-child) {
  margin-top: 40px;
}
.bodywrapper section .white.-fill:last-child {
  padding-bottom: 0;
}
.bodywrapper section .white.-np {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bodywrapper section .white.-ntp {
  padding-top: 20px;
}
.bodywrapper section .white.-nbp {
  padding-bottom: 20px;
}
.bodywrapper section .white .separator {
  background-color: #f5f5f5;
  height: 30px;
  margin: 80px -65px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper section .white .separator {
    margin-left: -40px;
    margin-right: -40px;
  }
}
.bodywrapper section .white .separator.-white {
  background-color: #fff;
  margin: 0;
}
.bodywrapper section a.btn {
  text-transform: uppercase;
  background-color: transparent;
  color: #132577;
  border: 1px solid #132577;
  font-size: 15px;
  line-height: 15px;
  font-family: ttm-light;
  padding: 15.5px 20px;
  letter-spacing: 0.65px;
  text-decoration: none;
}
.bodywrapper section p {
  margin: 15px 0;
}
.bodywrapper section p.-idented {
  text-indent: 30px;
}
.bodywrapper section p.-date {
  font-family: ttm-light;
  color: #132577;
  margin: 0 0 -30px 0;
  font-size: 16px;
}
.bodywrapper section p.-inline {
  color: #132577;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.bodywrapper section p.-inline.-mr {
  margin-right: 20px;
}
.bodywrapper section p.-inline.-ml {
  margin-left: 20px;
}
.bodywrapper section p a {
  text-decoration: underline;
}
.bodywrapper section p a:hover {
  text-decoration: none;
}
.bodywrapper section p.-bold {
  font-family: ttm-semibold;
}
.bodywrapper section p.-red {
  color: #f00;
}
.bodywrapper section h2 {
  font-family: ttm-semibold;
  color: #0097d3;
  font-size: 28px;
  line-height: 30px;
  margin: 60px 0 40px 0;
}
.bodywrapper section h2:first-child {
  margin-top: 0;
}
.bodywrapper section h3 {
  font-family: ttm-bold;
  font-size: 22px;
  display: inline-block;
  margin: 0;
}
.bodywrapper section h3.-underlined {
  text-decoration: underline;
}
.bodywrapper section h3.-dash:before {
  content: "— ";
}
.bodywrapper section h3.-mr {
  margin-right: 20px;
}
.bodywrapper section h3.-ml {
  margin-left: 20px;
}
.bodywrapper section h4 {
  font-family: ttm-bold;
  font-size: 18px;
  display: inline-block;
  margin: 0;
}
.bodywrapper section .news-block-float .float-left {
  display: inline-block;
  float: left;
  margin: 0 20px 20px 0;
}
.bodywrapper section .news-block-float .float-right {
  display: inline-block;
  float: right;
  margin: 0 0 20px 20px;
}
.bodywrapper section .news-block-float p {
  margin: 0 0 10px 0;
  padding: 0;
}
.bodywrapper section .news-block-float img {
  display: block;
}
.bodywrapper section .news-block-float note {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: ttm-light-italic;
  margin: 10px 0;
}
.bodywrapper section .publications {
  background-color: #fff;
  padding: 40px 20px;
}
.bodywrapper section .publications article {
  padding: 0;
  margin: 0 0 20px 0;
}
.bodywrapper section .publications article a {
  color: #132577;
  text-decoration: underline;
  display: block;
  font-family: ttm-semibold;
}
.bodywrapper section .publications article a:before {
  content: "- ";
}
.bodywrapper section .publications article p {
  font-family: ttm-light;
  line-height: 20px;
  display: block;
  padding: 0;
  margin: 0;
}
.bodywrapper section .publications.-events {
  padding: 40px 65px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper section .publications.-events {
    padding: 40px;
  }
}
.bodywrapper section .publications.-events article {
  margin: 0 0 4px;
}
.bodywrapper section .publications.-events article .date {
  display: inline-block;
  font-family: ttm-light;
}
.bodywrapper section .publications.-events article a {
  color: #132577;
  text-decoration: underline;
  display: inline-block;
  font-family: ttm-semibold;
}
.bodywrapper section .publications.-events article a:before {
  content: '';
}
.bodywrapper section .publications.-events article:before {
  content: "- ";
}
.bodywrapper section p.-clean {
  margin: 0;
  padding: 0;
}
.bodywrapper section .wrapper.-squeeze {
  padding: 40px 20px;
}
.bodywrapper section .status-block {
  margin: 0;
}
.bodywrapper section .status-block.-right {
  margin-left: 10px;
}
.bodywrapper section .status-block.-left {
  margin-right: 10px;
}
.bodywrapper section .status-block >.status {
  font-family: ttm-semibold;
}
.bodywrapper section .status-block >.status.-open {
  color: #195700;
}
.bodywrapper section .status-block >.status.-closed {
  color: #f00;
}
.bodywrapper section .status-block >.status.-pending {
  color: #f6a400;
}
.bodywrapper section .form-input-note {
  padding-bottom: 15px;
  font-size: 16px;
  font-family: ttm-italic;
  color: #000;
}
.bodywrapper section .form-input-note stong {
  font-family: ttm-semibold_italic;
}
.bodywrapper section input.btn {
  text-transform: uppercase;
  background-color: #fff;
  color: #132577;
  border: 1px solid #132577;
  font-size: 16px;
  line-height: 16px;
  font-family: ttm-light;
  padding: 15px 40px;
  letter-spacing: 0.65px;
  font-weight: normal;
}
.bodywrapper section input.btn[type='submit'] {
  background-color: #132577;
  color: #fff;
}
.bodywrapper section input.btn + input.btn {
  margin-left: 40px;
}
.bodywrapper section table.-esrf {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  background-color: #dfdfdf;
  font-size: 14px;
}
.bodywrapper section table.-esrf td,
.bodywrapper section table.-esrf th {
  background-color: #fff;
  padding: 10px 15px;
}
.bodywrapper section table.-esrf td > ul,
.bodywrapper section table.-esrf th > ul,
.bodywrapper section table.-esrf td > ol,
.bodywrapper section table.-esrf th > ol {
  text-align: left;
}
.bodywrapper section table.-esrf td.-title,
.bodywrapper section table.-esrf th.-title {
  font-family: ttm-semibold;
  font-size: 18px;
  text-align: center;
  padding: 5px;
  background-color: #dfdfdf;
}
.bodywrapper section table.-esrf td.-bold,
.bodywrapper section table.-esrf th.-bold {
  font-family: ttm-semibold;
}
.bodywrapper section table.-esrf td.-left,
.bodywrapper section table.-esrf th.-left {
  text-align: left;
}
.bodywrapper section table.-esrf td.-right,
.bodywrapper section table.-esrf th.-right {
  text-align: right;
}
.bodywrapper section table.-esrf td.-center,
.bodywrapper section table.-esrf th.-center {
  text-align: center;
}
.bodywrapper section table.-esrf td.-top,
.bodywrapper section table.-esrf th.-top {
  vertical-align: top;
}
.bodywrapper section table.-esrf td.-middle,
.bodywrapper section table.-esrf th.-middle {
  vertical-align: middle;
}
.bodywrapper section table.-esrf td.-bottom,
.bodywrapper section table.-esrf th.-bottom {
  vertical-align: bottom;
}
.bodywrapper section table.-esrf th[data-sort] {
  cursor: pointer;
  white-space: nowrap;
}
.bodywrapper section table.-esrf th[data-sort] > span.title {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #bebebe;
}
.bodywrapper section table.-esrf th[data-sort] > span.direction {
  text-decoration: none;
  vertical-align: middle;
  font-size: 10px;
}
.bodywrapper section table.-esrf th[data-sort] > span.direction:before {
  font-family: esrf-icon;
  font-weight: normal;
}
.bodywrapper section table.-esrf th[data-sort='asc'] > .direction:before {
  color: #132577;
  content: '\e93f';
}
.bodywrapper section table.-esrf th[data-sort='dsc'] > .direction:before {
  color: #132577;
  content: '\e940';
}
.bodywrapper section table.-esrf th[data-sort='none'] > .direction:before {
  content: '\e941';
  color: #dfdfdf;
}
.bodywrapper section table.-esrf a {
  font-family: ttm-semibold;
  text-decoration: underline;
  color: #132577;
}
.bodywrapper section table.-esrf.-gh th {
  font-family: ttm-semibold;
  font-size: 18px;
  text-align: center;
  padding: 5px;
  background-color: #dfdfdf;
}
.bodywrapper section fieldset.-esrf {
  padding: 20px 40px;
  border: 5px solid #132577;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  display: block;
  width: 100%;
}
.bodywrapper section fieldset.-esrf legend {
  width: auto;
  padding: 0 10px;
  margin: 0 0 4px 0;
  border: none;
  font-size: 14px;
  text-transform: none;
  font-family: ttm-semibold;
  color: #132577;
}
.bodywrapper section fieldset.-esrf dt,
.bodywrapper section fieldset.-esrf dd {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.bodywrapper section fieldset.-esrf dt:last-child,
.bodywrapper section fieldset.-esrf dd:last-child {
  margin-bottom: 0;
}
.bodywrapper section fieldset.-esrf dt {
  width: 39%;
  font-family: ttm-regular;
  color: #666;
}
.bodywrapper section fieldset.-esrf dd {
  font-family: ttm-semibold;
  width: 60%;
}
.bodywrapper .blue {
  background-color: #0097d3;
}
.bodywrapper .blue * {
  color: #fff;
}
.bodywrapper .primary {
  background-color: #132577;
}
.bodywrapper .primary * {
  color: #fff;
}
.bodywrapper .white {
  background-color: #fff;
}
/*******************************
 *
 *   C01-Bottom
 *
 ******************************/
.bodywrapper .bg-content {
  position: relative;
  margin-top: 90px;
  margin-bottom: -90px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #f5f5f5;
  min-height: 865px;
  padding-bottom: 360px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .bg-content {
    padding-bottom: 200px;
  }
}
.bodywrapper .bg-content .page-content {
  position: relative;
  z-index: 2;
}
.bodywrapper .bg-content .tile.-promoted .image {
  margin-left: -10px;
}
/*******************************
 *
 *   C01-map
 *
 ******************************/
.bodywrapper .bg-map {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 865px;
  padding-bottom: 360px;
  z-index: 1;
}
/*******************************
 *
 *   M39-U&S-home-pinfo
 *
 ******************************/
.bodywrapper .primary.-u-s-home {
  background-color: #132577;
  padding: 40px 65px 50px 65px;
}
.bodywrapper .primary.-u-s-home .wrapper {
  white-space: nowrap;
  color: #fff;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .primary.-u-s-home .wrapper {
    width: 100%;
  }
}
.bodywrapper .primary.-u-s-home .wrapper .title {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  font-size: 28px;
  position: relative;
  line-height: 32px;
  white-space: normal;
  padding-right: 20px;
}
.bodywrapper .primary.-u-s-home .wrapper .title .icon-chevron-right {
  margin-top: 30px;
  position: relative;
  font-size: 7px;
  line-height: 7px;
  height: 7px;
  width: 45%;
}
.bodywrapper .primary.-u-s-home .wrapper .title .icon-chevron-right:before {
  position: absolute;
  right: 0;
}
.bodywrapper .primary.-u-s-home .wrapper .title .icon-chevron-right:after {
  position: absolute;
  top: 3px;
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  content: '';
}
.bodywrapper .primary.-u-s-home .wrapper ul {
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  width: 70%;
  list-style-type: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.bodywrapper .primary.-u-s-home .wrapper ul:after {
  content: '';
  clear: both;
  display: block;
}
.bodywrapper .primary.-u-s-home .wrapper ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin: 10px 0;
  font-size: 18px;
}
.bodywrapper .primary.-u-s-home .wrapper ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 20px;
}
.bodywrapper .primary.-u-s-home .wrapper ul li a:hover {
  font-weight: bold;
}
.bodywrapper .primary.-u-s-home .wrapper ul li a span {
  position: relative;
  top: -2px;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  vertical-align: middle;
  width: 40px;
  margin-right: 10px;
}
/*******************************
 *
 *   C09-U&S-apply-beamline-accordion
 *
 ******************************/
.bodywrapper .accordion-wrapper {
  background: #fff;
  width: 100%;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group {
  margin-bottom: 0 !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel {
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 12px 0;
  border: none;
  border-radius: 0 !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a {
  display: block;
  outline: none;
  padding: 12px 0;
  text-decoration: none;
  font-size: 18px;
  color: #9d9d9d;
  border: none;
  border-bottom: 1px solid #9d9d9d;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a[aria-expanded="true"] {
  color: #312d2e;
  border-color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a[aria-expanded="true"]:after {
  content: "\e93c";
  font-family: "esrf-icon";
  border-color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a:hover {
  text-decoration: none;
  color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a:hover:after {
  border-color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a span {
  float: left;
  font-size: 30px;
  margin: -3px 18px 0 2px;
  width: 32px;
  text-align: center;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a:after {
  border: 1px solid #9d9d9d;
  border-radius: 5px;
  float: right;
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 34px;
  content: "\e93b";
  font-family: "esrf-icon" !important;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  position: relative;
  top: -2px;
  left: -1px;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body {
  padding: 0 60px 0 0;
  margin: 0 0 30px 0;
  border-top: 0;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body p {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body .text-center iframe {
  width: 550px;
  min-height: 310px;
  margin: 30px auto !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel a.-portal {
  display: block;
  margin-top: -13px;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel a.-portal:before {
  content: "\e938";
  font-family: "esrf-icon";
  margin-right: 8px;
  font-size: 15px;
  position: relative;
  top: 2px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel a.-portal:hover {
  text-decoration: none;
}
/*******************************
 *
 *   C19-Events-home
 *
 ******************************/
.bodywrapper .events-header {
  text-align: center;
}
.bodywrapper .events-header p {
  text-align: left;
  padding: 0;
  margin: 0 0 40px 0;
  font-family: ttm-regular;
  font-size: 18px;
  font-style: normal;
  text-transform: none;
}
.bodywrapper form.-events-filter .-col-td {
  vertical-align: bottom;
  padding-left: 20px;
}
.bodywrapper form.-events-filter .-col-td:first-child {
  padding-left: 3px;
}
/*******************************
 *
 *   C23-Industry-home-info
 *
 ******************************/
.bodywrapper .primary.-industry,
.bodywrapper .primary.-education {
  background-color: #132577;
  padding: 40px 15% 50px 15%;
  color: #fff;
  text-align: center;
  font-size: 28px;
  line-height: 35px;
}
/*******************************
 *
 *   C25-Jobs-UI
 *
 ******************************/
.bodywrapper .jobs-profiles {
  margin: 0 -3px 6px -3px;
}
.bodywrapper .jobs-profiles ul.profiles {
  width: 100%;
  padding: 0;
  margin: 0;
}
.bodywrapper .jobs-profiles ul.profiles:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .jobs-profiles ul.profiles li {
  cursor: pointer;
  float: left;
  display: inline-block;
  width: 25%;
  height: 190px;
  padding: 0 3px;
  margin: 0;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile {
  position: relative;
  color: #fff;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .content {
  display: none;
  z-index: 5;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -35%);
  -ms-transform: translate(-50%, -35%);
  transform: translate(-50%, -35%);
  padding: 0 15px;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .content > .fullname {
  font-family: ttm-semibold;
  font-size: 22px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .content > .position {
  font-family: ttm-regular;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .content > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 15px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 6px;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .content > a:before {
  color: #fff;
  text-decoration: none;
  text-align: center;
  content: '\e93b';
  font-family: esrf-icon;
  font-size: 16px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: relative;
  top: -1px;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .dimmer {
  display: none;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.bodywrapper .jobs-profiles ul.profiles li > .tile > .text {
  display: none;
}
.bodywrapper .jobs-profiles ul.profiles li:hover > .tile > .content {
  display: block;
}
.bodywrapper .jobs-profiles ul.profiles li:hover > .tile > .dimmer {
  display: block;
}
.bodywrapper .jobs-profiles ul.profiles li.active {
  cursor: default;
}
.bodywrapper .jobs-profiles ul.profiles li.active > .tile > .dimmer {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-color: #132577;
}
.bodywrapper .jobs-profiles ul.profiles li.active:hover > .tile > .content {
  display: none;
}
.bodywrapper .jobs-profiles .view {
  margin-top: 6px;
  padding: 0 3px;
}
.bodywrapper .jobs-profiles .view:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .jobs-profiles .view > .media {
  float: left;
  position: relative;
  width: 60%;
  height: 450px;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
.bodywrapper .jobs-profiles .view > .content {
  padding: 45px 50px 30px 50px;
  background-color: #fff;
  float: right;
  position: relative;
  width: 55%;
  display: inline-block;
  min-height: 370px;
  margin-top: -370px;
  margin-right: 20px;
  z-index: 50;
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
  -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
  box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.05);
}
.bodywrapper .jobs-profiles .view > .content > .name {
  font-size: 28px;
}
.bodywrapper .jobs-profiles .view > .content > .position {
  font-family: ttm-light;
  font-size: 18px;
}
.bodywrapper .jobs-profiles .view > .content > .text {
  margin: 48px auto;
  position: relative;
  font-family: ttm-italic;
  font-size: 18px;
  line-height: 28px;
}
.bodywrapper .jobs-profiles .view > .content > .text:before,
.bodywrapper .jobs-profiles .view > .content > .text:after {
  content: '"';
  position: absolute;
  font-size: 65px;
  font-family: ttm-thin;
  font-style: italic;
}
.bodywrapper .jobs-profiles .view > .content > .text:before {
  top: -15px;
  left: -12px;
}
.bodywrapper .jobs-profiles .view > .content > .text:after {
  bottom: -47px;
  right: 18px;
}
.bodywrapper .jobs-profiles .view > .content a {
  text-transform: uppercase;
  background-color: transparent;
  color: #132577;
  border: 1px solid #132577;
  font-size: 15px;
  line-height: 15px;
  font-family: ttm-light;
  padding: 15.5px 20px;
  letter-spacing: 0.65px;
  text-decoration: none;
  border-radius: 4px;
}
.bodywrapper .jobs-profiles .view > .content a > span {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
/*******************************************
 *
 *   С15-U&S-support-infrastructure
 *
 ******************************************/
.bodywrapper .support-infrastructure .white,
.bodywrapper .support-infrastructure > p {
  line-height: 30px;
}
.bodywrapper .support-infrastructure .white a,
.bodywrapper .support-infrastructure > p a {
  text-decoration: underline;
  color: #000;
}
.bodywrapper .support-infrastructure .white a:hover,
.bodywrapper .support-infrastructure > p a:hover {
  color: #a3a3a3;
}
/*******************************
 *
 *   С26-recruitement-portal
 *
 ******************************/
.bodywrapper .recruitement-portal .white > p.-idented {
  margin: 50px 0;
}
.bodywrapper .recruitement-portal .white > p a {
  font-family: ttm-bold;
  text-decoration: underline;
}
/*******************************
 *
 *   E01-input-email
 *
 ******************************/
.bodywrapper .input-group.-email {
  margin-top: 25px;
}
.bodywrapper .input-group.-email input,
.bodywrapper .input-group.-email button {
  border-color: #fff;
  border-width: 1px;
  color: inherit;
  background-color: transparent;
  line-height: 45px;
  height: 45px;
  padding: 0 18px;
}
.bodywrapper .input-group.-email input {
  font-size: 15px;
}
.bodywrapper .input-group.-email button {
  background: none;
  font-size: 12px;
}
.bodywrapper .input-group.-email button:before {
  font-family: esrf-icon;
  content: "\e90e";
}
.bodywrapper .input-group.-email button.-disabled {
  cursor: not-allowed;
}
.bodywrapper .input-group.-email button.-disabled:before {
  color: rgba(208,208,193,0.5);
}
/*******************************

  M36-Form-select

********************************/
.bodywrapper .select {
  font-family: 'ttm-regular';
  color: #132577;
  display: block;
  position: relative;
  width: 100%;
  max-width: 412px;
  margin: 0;
}
.bodywrapper .select label {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 13px;
  color: #132577;
}
.bodywrapper .select .select-toggle {
  z-index: 300;
  color: #132577;
  font-weight: normal;
  border: 1px solid #132577;
  padding: 15px 50px 15px 20px;
  line-height: 16px;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.bodywrapper .select .select-toggle:focus {
  outline: none;
}
.bodywrapper .select .select-toggle:after {
  position: absolute;
  vertical-align: middle;
  font-family: esrf-icon;
  content: "\e90c";
  font-size: 15px;
  width: 50px;
  right: 0;
  text-align: center;
}
.bodywrapper .select .select-toggle.first-hover {
  border-bottom: 1px solid #0097d3;
}
.bodywrapper .select.open {
  z-index: 1000;
}
.bodywrapper .select.open .select-toggle {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #fff;
}
.bodywrapper .select.open ul.select-menu {
  display: block;
}
.bodywrapper .select ul.select-menu {
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  width: 100%;
  position: absolute;
  background-color: #fff;
  margin: -1px 0 0 0;
  border: 1px solid #132577;
  padding: 0;
  border-radius: 0 4px 4px 4px;
  list-style-type: none;
  display: none;
}
.bodywrapper .select ul.select-menu.select-menu-right {
  border-radius: 4px 0 4px 4px;
}
.bodywrapper .select ul.select-menu.select-menu-right li:first-child a {
  border-radius: 3px 0 0 0;
}
.bodywrapper .select ul.select-menu.equal {
  border-radius: 0 0 4px 4px;
}
.bodywrapper .select ul.select-menu.equal li:first-child a {
  border-radius: 0;
}
.bodywrapper .select ul.select-menu li {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 30px;
  border-radius: 0;
}
.bodywrapper .select ul.select-menu li:hover {
  background-color: #0097d3;
  color: #fff;
  text-decoration: none;
}
.bodywrapper .select ul.select-menu:first-child {
  border-radius: 0 3px 0 0;
}
.bodywrapper .select ul.select-menu:last-child {
  border-radius: 0 0 3px 3px;
}
/*******************************
 *
 *   M01-Header
 *
 ******************************/
.bodywrapper .header {
  height: 160px;
  position: relative;
  text-transform: uppercase;
  font-family: ttm-semibold;
  font-size: 15px;
}
.bodywrapper .header div.clear {
  display: none;
}
.bodywrapper .header a.icon-logo {
  line-height: 160px;
  font-size: 120px;
  color: #132577;
  text-decoration: none;
  height: inherit;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
}
.bodywrapper .header nav.global > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 173px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .header nav.global > ul {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 76px;
  }
}
.bodywrapper .header nav.global > ul:after {
  content: "";
  display: block;
  clear: both;
}
.bodywrapper .header nav.global > ul >li {
  margin-left: 46px;
  display: inline-block;
  float: left;
  position: relative;
  border-bottom: 5px solid transparent;
  cursor: pointer;
  height: 56px;
}
.bodywrapper .header nav.global > ul >li:before {
  content: "";
  display: block;
  background-color: transparent;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}
.bodywrapper .header nav.global > ul >li:not(.active):hover {
  border-bottom: 5px solid #af007e;
  -webkit-animation-name: headerMenuBottomLine;
  animation-name: headerMenuBottomLine;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.bodywrapper .header nav.global > ul >li:not(.active):hover:before {
  top: 15px;
  background-color: #af007e;
  -webkit-animation-name: headerMenuTopLine;
  animation-name: headerMenuTopLine;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.bodywrapper .header nav.global > ul >li:not(.active):hover >a {
  top: 26px;
  -webkit-animation-name: headerMenuLink;
  animation-name: headerMenuLink;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.bodywrapper .header nav.global > ul >li:not(.active):hover >a:before {
  position: absolute;
  top: -28px;
  right: 0;
  bottom: 0;
  left: 0;
}
.bodywrapper .header nav.global > ul >li:not(.active):hover >ul {
  height: auto;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.bodywrapper .header nav.global > ul >li >a {
  text-decoration: none;
  color: #171717;
  position: relative;
}
.bodywrapper .header nav.global > ul >li >a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.bodywrapper .header nav.global > ul >li >ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  left: -20px;
  background-color: #af007e;
  z-index: 1000;
  overflow: hidden;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.bodywrapper .header nav.global > ul >li >ul >li {
  position: relative;
  padding: 0 10px 0 5px;
  margin: 10px 20px;
  min-width: 200px;
}
.bodywrapper .header nav.global > ul >li >ul >li:first-child {
  margin-top: 20px;
}
.bodywrapper .header nav.global > ul >li >ul >li:last-child {
  margin-bottom: 20px;
}
.bodywrapper .header nav.global > ul >li >ul >li:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #fff;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.bodywrapper .header nav.global > ul >li >ul >li:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  width: 90%;
  height: 1px;
  right: 0;
  background-color: #fff;
  z-index: -1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.bodywrapper .header nav.global > ul >li >ul >li:hover:before,
.bodywrapper .header nav.global > ul >li >ul >li:hover:after {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.bodywrapper .header nav.global > ul >li >ul >li >a {
  display: inline-block;
  white-space: nowrap;
  color: #fff;
  font-family: ttm-regular;
  font-size: 14px;
  text-transform: none;
  line-height: 35px;
  background-color: #af007e;
  padding: 0 10px;
  text-decoration: none;
}
.bodywrapper .header nav.global > ul >li.active {
  border-bottom: 5px solid #af007e;
  cursor: default;
}
.bodywrapper .header nav.global > ul >li.active > a {
  cursor: inherit;
}
.bodywrapper .header .right-block {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 30px;
  left: auto;
  display: inline-block;
}
.bodywrapper .header .right-block a.button {
  color: #132577;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.bodywrapper .header .right-block .input-group {
  position: relative;
  display: inline-block;
  margin-left: 45px;
  padding-right: 30px;
}
.bodywrapper .header .right-block .input-group input {
  border: 1px solid #bebebe;
  height: 30px;
}
.bodywrapper .header .right-block .input-group input#searchGadget {
  font-family: ttm-regular;
  font-size: 13px;
  line-height: 30px;
  border-radius: 15px 0 0 15px;
  border-right: none;
  width: 125px;
  padding: 0 0 0 15px;
}
.bodywrapper .header .right-block .input-group input#submit {
  color: transparent;
  background-color: #fff;
  overflow: hidden;
  border-radius: 0 15px 15px 0;
  border-left: none;
  display: inline-block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  padding: 0;
  width: 30px;
  background-size: 15px;
  background-position: 35% 45%;
  background-repeat: no-repeat;
  background-image: url("images/search.svg");
}
@-moz-keyframes headerMenuLink {
  from {
    top: 0;
  }
  to {
    top: 26px;
  }
}
@-webkit-keyframes headerMenuLink {
  from {
    top: 0;
  }
  to {
    top: 26px;
  }
}
@-o-keyframes headerMenuLink {
  from {
    top: 0;
  }
  to {
    top: 26px;
  }
}
@keyframes headerMenuLink {
  from {
    top: 0;
  }
  to {
    top: 26px;
  }
}
@-moz-keyframes headerMenuTopLine {
  from {
    top: 0;
    background-color: transparent;
  }
  to {
    top: 15px;
    background-color: #af007e;
  }
}
@-webkit-keyframes headerMenuTopLine {
  from {
    top: 0;
    background-color: transparent;
  }
  to {
    top: 15px;
    background-color: #af007e;
  }
}
@-o-keyframes headerMenuTopLine {
  from {
    top: 0;
    background-color: transparent;
  }
  to {
    top: 15px;
    background-color: #af007e;
  }
}
@keyframes headerMenuTopLine {
  from {
    top: 0;
    background-color: transparent;
  }
  to {
    top: 15px;
    background-color: #af007e;
  }
}
@-moz-keyframes headerMenuBottomLine {
  from {
    border-color: transparent;
  }
  to {
    border-color: #af007e;
  }
}
@-webkit-keyframes headerMenuBottomLine {
  from {
    border-color: transparent;
  }
  to {
    border-color: #af007e;
  }
}
@-o-keyframes headerMenuBottomLine {
  from {
    border-color: transparent;
  }
  to {
    border-color: #af007e;
  }
}
@keyframes headerMenuBottomLine {
  from {
    border-color: transparent;
  }
  to {
    border-color: #af007e;
  }
}
/*******************************
 *
 *   M02-Footer
 *
 ******************************/
.bodywrapper .footer {
  position: relative;
  z-index: 3;
  margin-top: 90px;
  font-size: 15px;
  background-color: #0a1b3c;
  color: #f8f8e6;
}
.bodywrapper .footer div.clear {
  display: none;
}
.bodywrapper .footer .container {
  padding-top: 37px;
  padding-bottom: 25px;
}
.bodywrapper .footer .navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: -7px;
}
.bodywrapper .footer .navigation ul >li a {
  color: #f8f8e6;
  text-decoration: none;
  line-height: 34px;
  font-size: 15px;
}
.bodywrapper .footer .title {
  text-transform: uppercase;
}
.bodywrapper .footer .newsletter .input-group.-email {
  width: 81%;
  margin-top: 25px;
}
.bodywrapper .footer .newsletter .input-group.-email input,
.bodywrapper .footer .newsletter .input-group.-email button {
  border-color: #f8f8e6;
  border-width: 1px;
  color: #f8f8e6;
  background-color: inherit;
  line-height: 45px;
  height: 45px;
  padding: 0 18px;
}
.bodywrapper .footer .newsletter .input-group.-email input {
  font-size: 15px;
}
.bodywrapper .footer .newsletter .input-group.-email button {
  background: none;
  font-size: 12px;
}
.bodywrapper .footer .newsletter .input-group.-email button:before {
  font-family: esrf-icon;
  content: "\e90e";
}
.bodywrapper .footer .newsletter .input-group.-email button.disabled:before {
  color: #f00;
}
.bodywrapper .footer .partners .title {
  font-family: ttm-semibold;
}
.bodywrapper .footer .partners div.icons ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: justify;
}
.bodywrapper .footer .partners div.icons ul:after {
  width: 100%;
  display: inline-block;
  content: "";
  visibility: hidden;
}
.bodywrapper .footer .partners div.icons ul > li {
  display: inline;
}
.bodywrapper .footer .partners div.icons ul > li > a {
  text-decoration: none;
  line-height: 53px;
  vertical-align: middle;
}
.bodywrapper .footer .partners div.icons ul > li > a:after {
  content: none !important;
}
.bodywrapper .footer .copyright {
  text-align: right;
  margin: 60px 0 0 0;
  font-size: 14px;
}
.bodywrapper .footer .copyright p {
  margin: 0;
}
/*******************************
 *
 *   M03-WideSlider
 *
 ******************************/
.bodywrapper .wide-slider {
  max-height: 470px;
  position: relative;
  overflow: hidden;
}
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item {
  height: 470px;
}
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > a,
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > div {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > a > .slide-label,
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > div > .slide-label {
  text-align: center;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: ttm-semibold;
  font-size: 18px;
  text-shadow: 2px 2px 1px #000;
}
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > a > .slide-label >.title,
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > div > .slide-label >.title {
  text-transform: uppercase;
  font-size: 31px;
}
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > a > img,
.bodywrapper .wide-slider > .carousel > .carousel-inner > .item > div > img {
  margin: 0 auto;
}
.bodywrapper .wide-slider > .carousel > .carousel-indicators > li.active {
  background-color: #f6a400;
  border: 1px solid #f6a400;
}
/*******************************
 *
 *   M05-Event-Slider
 *
 ******************************/
.bodywrapper .event-slider {
  background-color: #0097d3;
  max-height: 100%;
  height: 100%;
}
.bodywrapper .event-slider > #eventslider {
  position: relative;
  height: 100%;
}
.bodywrapper .event-slider > #eventslider > a.title {
  position: absolute;
  top: 70px;
  left: 70px;
  right: 70px;
  font-family: 'ttm-regular';
  font-size: 28px;
  line-height: 30px;
  margin: 0;
  z-index: 1000;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .event-slider > #eventslider > a.title {
    top: 40px;
    left: 40px;
    right: 40px;
  }
}
.bodywrapper .event-slider > #eventslider > .carousel-indicators {
  bottom: 30px;
  width: 26%;
  margin-left: -13%;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .event-slider > #eventslider > .carousel-indicators {
    width: 40%;
    margin-left: -20%;
  }
}
.bodywrapper .event-slider > #eventslider > .carousel-indicators > li {
  background-color: #fff;
  border: 1px solid #fff;
  margin-right: 4px;
  margin-bottom: 1px;
  width: 9px;
  height: 9px;
}
.bodywrapper .event-slider > #eventslider > .carousel-indicators > li.active {
  background-color: #f6a400;
  border: 1px solid #f6a400;
}
.bodywrapper .event-slider > #eventslider > .carousel-indicators > li:last-child {
  margin-right: 0;
}
.bodywrapper .event-slider > #eventslider > .carousel-inner {
  height: 100%;
}
.bodywrapper .event-slider > #eventslider > .carousel-inner > .item {
  padding: 121px 70px 35px 70px;
  background: #0097d3;
  height: 100%;
  min-height: 320px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .event-slider > #eventslider > .carousel-inner > .item {
    padding: 91px 40px 35px 40px;
  }
}
.bodywrapper .event-slider > #eventslider > .carousel-inner > .item > .slide-label {
  color: #fff;
}
.bodywrapper .event-slider > #eventslider > .carousel-inner > .item > .slide-label .date {
  font-family: 'ttm-regular';
  font-size: 16px;
  margin-bottom: 6px;
}
.bodywrapper .event-slider > #eventslider > .carousel-inner > .item > .slide-label .title {
  font-family: 'ttm-regular';
  font-size: 18px;
  line-height: 26px;
}
.bodywrapper .event-slider > #eventslider > .carousel-inner > .item > .slide-label > .more {
  font-family: 'ttm-thin-italic';
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
}
.bodywrapper .event-slider > #eventslider > .carousel-control {
  color: #fff;
  background: none;
  width: 10px;
  height: 15px;
  font-family: esrf-icon;
  position: absolute;
  top: auto;
  bottom: 47px;
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.bodywrapper .event-slider > #eventslider > .carousel-control > .ico-chevron-left {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  font-weight: normal;
  width: 10px;
  height: 15px;
}
.bodywrapper .event-slider > #eventslider > .carousel-control > .ico-chevron-left:before {
  content: "\e90d";
}
.bodywrapper .event-slider > #eventslider > .carousel-control > .ico-chevron-right {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  font-weight: normal;
  width: 10px;
  height: 15px;
}
.bodywrapper .event-slider > #eventslider > .carousel-control > .ico-chevron-right:before {
  content: "\e90e";
}
.bodywrapper .event-slider > #eventslider > .carousel-control:hover > .ico-chevron-left,
.bodywrapper .event-slider > #eventslider > .carousel-control:hover > .ico-chevron-right {
  color: #f6a400;
}
.bodywrapper .event-slider > #eventslider > .carousel-control.left {
  left: 35%;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .event-slider > #eventslider > .carousel-control.left {
    left: 30%;
  }
}
.bodywrapper .event-slider > #eventslider > .carousel-control.right {
  right: 35%;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .event-slider > #eventslider > .carousel-control.right {
    right: 30%;
  }
}
/*******************************
 *
 *   M08-section-header.styl
 *
 ******************************/
.bodywrapper .section-header {
  margin: 75px 0 33px 0;
  color: #132577;
  text-transform: uppercase;
}
.bodywrapper .section-header:before,
.bodywrapper .section-header:after {
  content: " ";
  display: table;
}
.bodywrapper .section-header:after {
  clear: both;
}
.bodywrapper .section-header a {
  text-decoration: none;
}
.bodywrapper .section-header > .title {
  float: left !important;
  padding: 0 !important;
  margin: 0 0 0 25px !important;
  font-family: ttm-light !important;
  font-size: 28px !important;
  line-height: 28px !important;
  letter-spacing: 2px !important;
  color: #132577 !important;
}
.bodywrapper .section-header > .view {
  float: right;
  font-size: 16px;
  line-height: 16px;
  font-family: ttm-regular;
  margin: 11px 15px 0 0;
  letter-spacing: 1.55px;
}
.bodywrapper .section-header > .view:before {
  font-family: esrf-icon;
  content: "\e90f";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 26px;
  position: relative;
  top: -1px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .section-header > .socials {
  text-transform: none;
  font-size: 19px;
  letter-spacing: 0;
  float: right;
  margin: 4px 20px 0 0;
  position: relative;
  top: -4px;
}
.bodywrapper .section-header > .socials > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  bottom: -5px;
}
.bodywrapper .section-header > .socials > ul > li {
  display: inline-block;
  float: left;
  margin-left: 15px;
}
.bodywrapper .section-header > .socials .rss,
.bodywrapper .section-header > .socials .twitter,
.bodywrapper .section-header > .socials .youtube,
.bodywrapper .section-header > .socials .instagram,
.bodywrapper .section-header > .socials .facebook,
.bodywrapper .section-header > .socials .linkedin {
  display: inline-block;
  background-color: #132577;
  border-radius: 50%;
  color: #fff;
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
}
.bodywrapper .section-header > .socials .rss:before,
.bodywrapper .section-header > .socials .twitter:before,
.bodywrapper .section-header > .socials .youtube:before,
.bodywrapper .section-header > .socials .instagram:before,
.bodywrapper .section-header > .socials .facebook:before,
.bodywrapper .section-header > .socials .linkedin:before {
  font-family: esrf-icon;
  font-size: 12px;
  position: relative;
  top: -2px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .section-header > .socials .rss:after,
.bodywrapper .section-header > .socials .twitter:after,
.bodywrapper .section-header > .socials .youtube:after,
.bodywrapper .section-header > .socials .instagram:after,
.bodywrapper .section-header > .socials .facebook:after,
.bodywrapper .section-header > .socials .linkedin:after {
  content: none !important;
}
.bodywrapper .section-header > .socials .rss:before {
  content: "\e905";
}
.bodywrapper .section-header > .socials .twitter:before {
  content: "\e906";
}
.bodywrapper .section-header > .socials .youtube:before {
  content: "\e907";
}
.bodywrapper .section-header > .socials .instagram:before {
  content: "\e908";
}
.bodywrapper .section-header > .socials .facebook:before {
  content: "\e909";
}
.bodywrapper .section-header > .socials .linkedin:before {
  content: "\e93a";
}
/*******************************
 *
 *   M10-Rss-tile
 *
 ******************************/
.bodywrapper .rss-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #ee802f;
  width: 100%;
  color: #fff;
  padding: 55px 70px;
  overflow: hidden;
  height: 385px;
}
.bodywrapper .rss-wrapper > .rss-header {
  display: block;
  margin-bottom: 20px;
  font-family: 'ttm-thin-italic';
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
.bodywrapper .rss-wrapper > .rss-header > .icon-rss {
  display: inline-block;
  margin: 3px 9px 0 0;
  font-size: 15px;
}
.bodywrapper .rss-wrapper > .rss-header > .title {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
}
.bodywrapper .rss-wrapper > .rss-widget {
  font-size: 18px;
  line-height: 22px;
  font-family: ttm-regular;
}
.bodywrapper .rss-wrapper > .rss-widget > p > a {
  color: #132577;
  font-family: ttm-semibold;
}
.bodywrapper .rss-wrapper > .rss-widget > a {
  font-family: 'ttm-thin-italic';
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
}
.bodywrapper .rss-wrapper > .rss-widget > a:before {
  font-family: esrf-icon;
  content: "\e90f";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper a.rss-header[href^="http"]:after {
  display: none !important;
}
/*******************************
 *
 *   M11-Twitter-tile
 *
 ******************************/
.bodywrapper .twitter-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0097d3;
  width: 100%;
  color: #fff;
  padding: 55px 70px;
  overflow: hidden;
  height: 385px;
}
.bodywrapper .twitter-wrapper > .twitter-header {
  display: block;
  margin-bottom: 10px;
  font-family: 'ttm-thin-italic';
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
.bodywrapper .twitter-wrapper > .twitter-header > .icon-twitter {
  display: inline-block;
  margin: 3px 9px 0 0;
  font-size: 15px;
}
.bodywrapper .twitter-wrapper > .twitter-header > .title {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
}
.bodywrapper .twitter-wrapper > .twitter-widget {
  font-size: 18px;
  line-height: 21px;
  font-family: ttm-regular;
}
.bodywrapper .twitter-wrapper > .twitter-widget > p > a {
  color: #132577;
  font-family: ttm-semibold;
}
.bodywrapper .twitter-wrapper > .twitter-widget > a {
  font-family: 'ttm-thin-italic';
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
}
.bodywrapper .twitter-wrapper > .twitter-widget > a:before {
  font-family: esrf-icon;
  content: "\e90f";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .twitter-tile {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #0097d3;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 20px 20px 40px;
  overflow: hidden;
}
.bodywrapper .twitter-tile > .twitter-header {
  display: block;
  margin-bottom: 50px;
  font-family: 'ttm-thin-italic';
  vertical-align: top;
  color: #fff;
  text-decoration: none;
}
.bodywrapper .twitter-tile > .twitter-header > .icon-twitter {
  display: inline-block;
  margin: 3px 9px 0 0;
  font-size: 15px;
}
.bodywrapper .twitter-tile > .twitter-header > .title {
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
}
.bodywrapper .twitter-tile > .twitter-widget {
  font-size: 18px;
  line-height: 22px;
  font-family: ttm-regular;
}
.bodywrapper .twitter-tile > .twitter-widget > p > a {
  color: #132577;
  font-family: ttm-semibold;
}
.bodywrapper .twitter-tile > .twitter-widget > a {
  font-family: 'ttm-thin-italic';
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  color: #fff;
  margin-top: 10px;
}
.bodywrapper .twitter-tile > .twitter-widget > a:before {
  font-family: esrf-icon;
  content: "\e90f";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
}
/*******************************
 *
 *   M12-Facebook-tile
 *
 ******************************/
.bodywrapper .facebook-wrapper {
  width: 100%;
  max-height: 385px;
  overflow: hidden;
}
.bodywrapper .facebook-wrapper .facebook-feed-container .attachment {
  width: 100%;
  height: 385px;
  object-fit: cover;
}
/*******************************
 *
 *   M12-Socials-tile
 *
 ******************************/
.bodywrapper .social-tile {
  display: inline-block;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: relative;
}
.bodywrapper .social-tile:before {
  display: inline-block;
  font-family: esrf-icon;
  position: absolute;
  top: 15px;
  left: 30px;
  color: #fff;
  font-size: 20px;
}
.bodywrapper .social-tile.facebook:before {
  content: '\e909';
}
.bodywrapper .social-tile.instagramm:before {
  content: '\e908';
}
/*******************************
 *
 *   M13-Instagram-tile
 *
 ******************************/
.bodywrapper .instagram-wrapper {
  width: 100%;
  max-height: 385px;
  overflow: hidden;
}
.bodywrapper .instagram-wrapper .instagram-feed-container .attachment {
  width: 100%;
  height: 385px;
  object-fit: cover;
}
/*******************************
 *
 *   M15-breadcrumbs.styl
 *
 ******************************/
.bodywrapper .breadcrumb {
  border: 1px solid #b7b9ba;
  border-radius: 0;
  border-left: none;
  border-right: none;
  margin: 0;
}
.bodywrapper .breadcrumb ul.breadcrumb {
  border: none;
  padding: 17px 0 17px 0;
}
.bodywrapper .breadcrumb ul.breadcrumb li {
  font-size: 14px;
  line-height: 20px;
  padding: 0;
}
.bodywrapper .breadcrumb ul.breadcrumb li:before {
  font-family: esrf-icon;
  content: "\e913";
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  padding: 0 8px;
}
.bodywrapper .breadcrumb ul.breadcrumb li:last-child {
  font-family: ttm-bold;
}
.bodywrapper .breadcrumb ul.breadcrumb li:first-child:before {
  content: none;
}
.bodywrapper .breadcrumb ul.breadcrumb li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
/*******************************
 *
 *   M16-Page-title.styl
 *
 ******************************/
.bodywrapper .page-title {
  border-bottom: 1px solid #b7b9ba;
}
.bodywrapper .page-title.-lc {
  border-bottom: none;
}
.bodywrapper .page-title.-lc > .container > .page-content .title {
  text-transform: none;
}
.bodywrapper .page-title > .container > .page-content {
  margin: 22px 0 18px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.bodywrapper .page-title > .container > .page-content .title {
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  color: #af007e;
  text-transform: uppercase;
  font-family: ttm-light;
  letter-spacing: 2.5px;
}
.bodywrapper .page-title > .container > .page-content .nav {
  padding: 15px 0 20px 0;
}
.bodywrapper .page-title > .container > .page-content .nav:before {
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  border-top: 1px solid #132577;
  border-bottom: 1px dotted #132577;
  margin: 0 auto;
  position: relative;
  top: -16px;
}
.bodywrapper .page-title > .container > .page-content .nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.bodywrapper .page-title > .container > .page-content .nav ul:after {
  content: "";
  clear: both;
  display: block;
}
.bodywrapper .page-title > .container > .page-content .nav ul li {
  display: inline-block;
  font-size: 15px;
}
.bodywrapper .page-title > .container > .page-content .nav ul li:after {
  content: "|";
  margin: 0 11px 0 8px;
}
.bodywrapper .page-title > .container > .page-content .nav ul li:last-child:after {
  content: none;
}
.bodywrapper .page-title > .container > .page-content .nav ul li a {
  text-decoration: none;
  color: #132577;
  position: relative;
}
.bodywrapper .page-title > .container > .page-content .languages {
  text-align: right;
  margin: auto -3px -15px -3px;
}
.bodywrapper .page-title > .container > .page-content .languages > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.bodywrapper .page-title > .container > .page-content .languages > ul:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .page-title > .container > .page-content .languages > ul li {
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  float: left;
  margin: 0 3px;
}
.bodywrapper .page-title > .container > .page-content .languages > ul li:last-child {
  margin-right: 0;
}
.bodywrapper .page-title > .container > .page-content .languages > ul li.selected,
.bodywrapper .page-title > .container > .page-content .languages > ul li:hover {
  -ms-filter: none;
  filter: none;
  opacity: 1;
}
.bodywrapper .page-title > .container > .page-content .languages > ul li a.flag,
.bodywrapper .page-title > .container > .page-content .languages > ul li span.flag {
  padding: 0 !important;
  display: block;
  width: 14px !important;
  height: 11px !important;
  background-position: center;
  background-size: cover;
}
.bodywrapper .page-title > .container > .page-content .languages > ul li a.flag.-en,
.bodywrapper .page-title > .container > .page-content .languages > ul li span.flag.-en {
  background-image: url("images/gb.svg");
}
.bodywrapper .page-title > .container > .page-content .languages > ul li a.flag.-it,
.bodywrapper .page-title > .container > .page-content .languages > ul li span.flag.-it {
  background-image: url("images/it.svg");
}
.bodywrapper .page-title > .container > .page-content .languages > ul li a.flag.-es,
.bodywrapper .page-title > .container > .page-content .languages > ul li span.flag.-es {
  background-image: url("images/es.svg");
}
.bodywrapper .page-title > .container > .page-content .languages > ul li a.flag.-fr,
.bodywrapper .page-title > .container > .page-content .languages > ul li span.flag.-fr {
  background-image: url("images/fr.svg");
}
/*******************************
 *
 *   M17-Navigation-left
 *
 *****************************/
.bodywrapper nav.page .navbar {
  background-color: #132577;
  border-radius: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.bodywrapper nav.page .navbar ul.navmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: ttm-regular;
  font-size: 18px;
}
.bodywrapper nav.page .navbar ul.navmenu li {
  min-height: 80px;
  color: #fff;
  border-bottom: 1px solid #4b5996;
  vertical-align: middle;
}
.bodywrapper nav.page .navbar ul.navmenu li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 22px;
  padding: 29px 30px 29px 40px;
}
.bodywrapper nav.page .navbar ul.navmenu li > a:hover {
  background-color: #03135c;
}
.bodywrapper nav.page .navbar ul.navmenu li.inpath.selected > a {
  background-color: #4b5996;
  text-transform: uppercase;
  text-align: center;
  padding: 29px 30px;
  cursor: default;
}
.bodywrapper nav.page .navbar ul.navmenu li.lastInLevel {
  border-bottom: none;
}
.bodywrapper nav.page .navbar ul.navmenu li.up {
  text-align: left;
  position: relative;
  color: #0097d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bodywrapper nav.page .navbar ul.navmenu li.up a {
  padding-left: 110px;
  color: #0097d3;
}
.bodywrapper nav.page .navbar ul.navmenu li.up a > .arrow {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80px;
  border-right: 1px solid #4b5996;
}
.bodywrapper nav.page .navbar ul.navmenu li.up a > .arrow:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: esrf-icon;
  font-size: 22px;
  line-height: 22px;
  content: '\e911';
}
/*******************************

  M18-filter-dropdown-simple.styl

********************************/
.bodywrapper .dropdown {
  font-family: 'ttm-regular';
  color: #132577;
  display: inline-block;
  margin: 0;
}
.bodywrapper .dropdown .dropdown-toggle {
  z-index: 1010;
  color: #132577;
  font-weight: normal;
  border: 1px solid #132577;
  padding: 15px 20px;
  line-height: 16px;
  font-size: 16px;
  -webkit-transition: none;
  transition: none;
}
.bodywrapper .dropdown .dropdown-toggle:focus {
  outline: none;
}
.bodywrapper .dropdown .dropdown-toggle:after {
  vertical-align: middle;
  font-family: esrf-icon;
  content: "\e90c";
  font-size: 15px;
  margin-left: 30px;
}
.bodywrapper .dropdown .dropdown-toggle.first-hover {
  border-bottom: 1px solid #0097d3 !important;
}
.bodywrapper .dropdown.open .dropdown-toggle {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #fff;
}
.bodywrapper .dropdown ul.dropdown-menu {
  margin: -1px 0 0 0;
  border: 1px solid #132577;
  min-width: 100%;
  padding: 0;
  border-radius: 0 4px 4px 4px;
}
.bodywrapper .dropdown ul.dropdown-menu.dropdown-menu-right {
  border-radius: 4px 0 4px 4px;
}
.bodywrapper .dropdown ul.dropdown-menu.dropdown-menu-right li:first-child a {
  border-radius: 3px 0 0 0;
}
.bodywrapper .dropdown ul.dropdown-menu.equal {
  border-radius: 0 0 4px 4px;
}
.bodywrapper .dropdown ul.dropdown-menu.equal li:first-child a {
  border-radius: 0;
}
.bodywrapper .dropdown ul.dropdown-menu li {
  line-height: 30px;
}
.bodywrapper .dropdown ul.dropdown-menu li a {
  font-size: 16px;
  line-height: inherit;
  border-radius: 0;
}
.bodywrapper .dropdown ul.dropdown-menu li a:hover {
  background-color: #0097d3;
  color: #fff;
}
.bodywrapper .dropdown ul.dropdown-menu li:first-child a {
  border-radius: 0 3px 0 0;
}
.bodywrapper .dropdown ul.dropdown-menu li:last-child a {
  border-radius: 0 0 3px 3px;
}
/*******************************

  M18-filter-dropdown.styl

********************************/
.bodywrapper .filter-dropdown {
  text-align: right;
  font-family: 'ttm-regular';
  font-size: 15px;
  color: #4b5996;
  margin-bottom: 50px;
}
.bodywrapper .filter-dropdown > .-paragraf {
  display: inline-block;
  font-family: 'ttm-regular';
  font-size: 15px;
}
.bodywrapper .filter-dropdown .btn-group.dropdown .btn-lg {
  min-width: 117px;
  background-color: #fff;
  border: 1px solid #132577;
  border-radius: 4px;
}
.bodywrapper .filter-dropdown .btn-group.dropdown .dropdown-menu {
  display: inline-block;
}
.bodywrapper .filter-dropdown .btn-group.dropdown .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 20px;
  clear: both;
}
.bodywrapper .filter-dropdown .btn-group.dropdown .dropdown-toggle:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 0.3em;
  vertical-align: middle;
  font-family: esrf-icon;
  content: "\e90c";
  font-size: 15px;
  margin-left: 30px;
}
/*******************************

  M19-pagination

********************************/
.bodywrapper .pagination-wrapper {
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 100%;
  margin: 90px 0 0 0;
}
.bodywrapper .pagination-wrapper nav {
  font-size: 18px;
  line-height: 18px;
}
.bodywrapper .pagination-wrapper nav ul.pagination {
  margin: 0;
}
.bodywrapper .pagination-wrapper nav ul.pagination li a {
  border: none;
  color: #9d9d9d;
  padding: 8px;
}
.bodywrapper .pagination-wrapper nav ul.pagination li a._active {
  color: #000;
}
/*******************************
 *
 *   M20-Content-template
 *
 ******************************/
.bodywrapper .content-body {
  position: relative;
}
.bodywrapper .content-body .spacer {
  display: block;
}
.bodywrapper .content-body .spacer:before {
  content: " ";
}
.bodywrapper .content-body .sidebar {
  background-color: transparent;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 110px;
  z-index: 200;
}
.bodywrapper .content-body .sidebar >* {
  -webkit-box-shadow: 5px 10px 43px -12px rgba(0,0,0,0.9);
  -moz-box-shadow: 5px 10px 43px -12px rgba(0,0,0,0.9);
  -webkit-box-shadow: 5px 10px 43px -12px rgba(0,0,0,0.9);
  box-shadow: 5px 10px 43px -12px rgba(0,0,0,0.9);
}
.bodywrapper .content-body .sidebar .separator {
  height: 10px;
  background-color: transparent;
}
.bodywrapper .content-body .top-image {
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  z-index: 100;
  background-size: cover;
  background-position: center;
  display: block;
}
.bodywrapper .content-body .insider {
  background-color: #f5f5f5;
}
.bodywrapper .content-body .row.-mb {
  margin-bottom: 50px;
}
.bodywrapper .content-body section {
  position: relative;
  z-index: 100;
  padding: 0;
  margin: 0;
  font-size: 18px;
}
.bodywrapper .content-body.-cropped .insider {
  padding: 110px 40px 40px 170px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .content-body.-cropped .insider {
    padding-left: 120px;
  }
}
.bodywrapper .content-body.-cropped.-topimg .top-image {
  height: 670px;
  left: 0;
  right: 0;
}
.bodywrapper .content-body.-cropped.-topimg section {
  margin-top: 240px;
}
.bodywrapper .content-body.-wide .insider {
  padding: 0 0 40px 0;
}
.bodywrapper .content-body.-wide.-topimg .top-image {
  height: 380px;
}
.bodywrapper .content-body.-wide.-topimg section {
  margin-top: 380px;
}
.bodywrapper .content-body.-full .insider {
  padding: 110px 40px 40px 40px;
}
.bodywrapper .content-body.-full.-topimg .top-image {
  height: 670px;
  left: 0;
  right: 0;
}
.bodywrapper .content-body.-full.-topimg section {
  margin-top: 240px;
}
.bodywrapper .content-body.-full.-clean .insider {
  padding: 40px;
}
/*******************************
 *
 *   M22-General-article
 *
 ******************************/
.bodywrapper .insider.news-article {
  background-color: #fff;
  padding: 90px 30px;
}
/*******************************
 *
 *   M23-Content-mixed
 *
 ******************************/
.bodywrapper .content-body .content-article .instructions {
  background-color: #fff;
  padding: 40px 70px;
}
.bodywrapper .content-body .content-article .publications {
  background-color: #fff;
  padding: 40px 20px;
}
.bodywrapper .content-body .content-article .publications section {
  padding: 0;
  margin: 0 0 20px 0;
}
.bodywrapper .content-body .content-article .publications section a {
  color: #132577;
  text-decoration: underline;
  display: block;
  font-family: ttm-semibold;
}
.bodywrapper .content-body .content-article .publications section a:before {
  content: "- ";
}
.bodywrapper .content-body .content-article .publications section p {
  font-family: ttm-light;
  line-height: 20px;
  display: block;
  padding: 0;
  margin: 0;
}
/*******************************
 *
 *   M25-Blockquote
 *
 ******************************/
.bodywrapper .blockquote {
  max-width: 570px;
  min-width: 300px;
  display: inline-block;
  margin: 30px auto;
  position: relative;
  background-color: #e7e9f1;
  padding: 52px 45px;
  font-family: ttm-semibold_italic;
  color: #132577;
  font-size: 22px;
  text-align: center;
}
.bodywrapper .blockquote:before,
.bodywrapper .blockquote:after {
  content: '"';
  color: #fff;
  position: absolute;
  font-size: 72px;
  font-family: ttm-regular;
  font-style: italic;
}
.bodywrapper .blockquote:before {
  top: -18px;
  left: -3px;
}
.bodywrapper .blockquote:after {
  bottom: -47px;
  right: 18px;
}
/*******************************
 *
 *   M26-Accordion
 *
 ******************************/
.bodywrapper .accordion-wrapper {
  background: #fff;
  width: 100%;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group {
  margin-bottom: 0 !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel {
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 0 12px 0;
  border: none;
  border-radius: 0 !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title {
  display: block;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a {
  display: block;
  outline: none;
  padding: 12px 0;
  text-decoration: none;
  font-size: 18px;
  font-family: ttm-regular;
  font-weight: normal;
  color: #9d9d9d;
  border: none;
  border-bottom: 1px solid #9d9d9d;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a[aria-expanded="true"] {
  color: #312d2e;
  border-color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a[aria-expanded="true"]:after {
  content: "\e93c";
  font-family: "esrf-icon";
  border-color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a:hover {
  text-decoration: none;
  color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a:hover:after {
  border-color: #312d2e;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a span {
  float: left;
  font-size: 26px !important;
  margin: -3px 18px 0 2px;
  width: 32px;
  text-align: center;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-heading > .panel-title a:after {
  border: 1px solid #9d9d9d;
  border-radius: 5px;
  float: right;
  width: 28px;
  height: 28px;
  position: relative;
  margin-right: 2px;
  content: "\e93b";
  font-family: "esrf-icon" !important;
  display: block;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  top: -2px;
  left: -1px;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body {
  padding: 0 60px 0 0;
  margin: 0 0 30px 0;
  border-top: 0;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body h3,
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body h4 {
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  line-height: 20px;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body h3 + p,
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body h4 + p {
  margin-top: 0;
}
.bodywrapper .accordion-wrapper [id*='accordion'].panel-group .panel .panel-body p {
  margin-top: 20px;
  width: 100%;
  display: block;
  float: none;
  padding: 0;
}
/*******************************
 *
 *   M28-News-images
 *
 ******************************/
.bodywrapper .news-block-img .-col-td .bgimage {
  height: 100%;
  background-position: center;
  background-size: cover;
}
/*******************************
 *
 *  M29-Form-input-text
 *
 ******************************/
.bodywrapper .form-group.input-labeled .form-control {
  font-size: 16px;
  line-height: 15px;
  border: 1px solid #132577;
  padding: 0 11px;
  height: 45px;
  color: #132577;
  font-family: ttm-regular;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bodywrapper .form-group.input-labeled .form-control::-webkit-input-placeholder {
  color: #132577 !important;
}
.bodywrapper .form-group.input-labeled .form-control:-moz-placeholder {
  color: #132577 !important;
}
.bodywrapper .form-group.input-labeled .form-control::-moz-placeholder {
  color: #132577 !important;
}
.bodywrapper .form-group.input-labeled .form-control:-ms-input-placeholder {
  color: #132577 !important;
}
.bodywrapper .form-group.input-labeled textarea {
  border-radius: 4px 4px 0 4px;
  padding: 6px 11px !important;
  min-height: 220px;
  resize: vertical;
}
.bodywrapper .form-group.input-labeled label {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  color: #132577;
}
.bodywrapper .FormBuilder .col-xs-3,
.bodywrapper .FormBuilder .col-xs-4 {
  padding-bottom: 12px;
}
.bodywrapper .FormBuilder .clear {
  clear: both;
}
.bodywrapper .FormBuilder .field input,
.bodywrapper .FormBuilder .field textarea {
  font-size: 16px;
  line-height: 15px;
  border: 1px solid #132577;
  border-radius: 4px;
  padding: 0 11px;
  height: 45px;
  color: #132577;
  font-family: ttm-regular;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bodywrapper .FormBuilder .field input::-webkit-input-placeholder,
.bodywrapper .FormBuilder .field textarea::-webkit-input-placeholder {
  color: #132577 !important;
}
.bodywrapper .FormBuilder .field input:-moz-placeholder,
.bodywrapper .FormBuilder .field textarea:-moz-placeholder {
  color: #132577 !important;
}
.bodywrapper .FormBuilder .field input::-moz-placeholder,
.bodywrapper .FormBuilder .field textarea::-moz-placeholder {
  color: #132577 !important;
}
.bodywrapper .FormBuilder .field input:-ms-input-placeholder,
.bodywrapper .FormBuilder .field textarea:-ms-input-placeholder {
  color: #132577 !important;
}
.bodywrapper .FormBuilder .field textarea {
  border-radius: 4px 4px 0 4px;
  min-height: 220px;
  resize: vertical;
  width: 100%;
}
.bodywrapper .FormBuilder .field label {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  color: #132577;
}
.bodywrapper .FormBuilder .divButton .button {
  text-transform: uppercase;
  background-color: #fff;
  color: #132577;
  border: 1px solid #132577;
  font-size: 16px;
  line-height: 16px;
  font-family: ttm-light;
  padding: 15px 40px;
  letter-spacing: 0.65px;
  font-weight: normal;
  border-radius: 4px;
}
.bodywrapper .FormBuilder .divButton .button[type='submit'] {
  background-color: #132577;
  color: #fff;
}
.bodywrapper .FormBuilder .divButton .button + .button {
  margin-left: 40px;
}
.bodywrapper input[required],
.bodywrapper textarea[required],
.bodywrapper select[required],
.bodywrapper .required {
  -webkit-box-shadow: 0px 0px 2px #af007e !important;
  box-shadow: 0px 0px 2px #af007e !important;
}
.bodywrapper .form-thankyou {
  padding: 15px 40px;
  border: 1px solid #132577;
  text-align: center;
  color: #af007e;
}
.bodywrapper .form-thankyou p {
  margin: 0;
}
/*******************************
 *
 *  M30-Form-input-file
 *
 ******************************/
.bodywrapper .form-group.input-file .input-hidden {
  width: 0;
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.bodywrapper .form-group.input-file label {
  display: inline-block;
  text-transform: uppercase;
  color: #132577;
  border: 1px solid #132577;
  font-size: 15px;
  line-height: 15px;
  font-family: ttm-regular;
  padding: 15px 20px;
}
.bodywrapper .form-group.input-file .file-name {
  display: inline-block;
  margin-left: 20px;
}
/*******************************
 *
 *  M31-U&S-home-header
 *
 ******************************/
.bodywrapper .u-s-home-header {
  padding: 40px 0 0 0;
}
.bodywrapper .u-s-home-header .tile.find-beamline {
  color: #fff;
}
.bodywrapper .u-s-home-header .tile.find-beamline h3 {
  text-transform: none !important;
  font-size: 28px !important;
  font-family: ttm-regular !important;
  margin-top: 0;
  margin-bottom: 40px;
}
.bodywrapper .u-s-home-header .tile.find-beamline p {
  font-size: 18px;
  margin-bottom: 40px;
}
.bodywrapper .u-s-home-header .tile.find-beamline ul.-arrow {
  margin-left: 2em;
}
.bodywrapper .u-s-home-header .tile.find-beamline ul.-arrow > li {
  font-size: 16px;
}
.bodywrapper .u-s-home-header .tile.find-beamline ul.-arrow > li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}
.bodywrapper .u-s-home-header .tile.-cta .text-block {
  padding: 60px 65px !important;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .u-s-home-header .tile.-cta .text-block {
    padding: 40px !important;
  }
}
.bodywrapper .u-s-home-header .info-users {
  margin-top: 6px;
  position: relative;
  height: auto;
  min-height: auto;
  padding: 60px 65px 0 65px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .u-s-home-header .info-users {
    padding: 40px;
  }
}
.bodywrapper .u-s-home-header .info-users .block-title {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 20px;
  font-family: ttm-regular;
}
.bodywrapper .u-s-home-header .info-users .carousel-inner .slide-label .title {
  font-size: 18px !important;
}
.bodywrapper .u-s-home-header .info-users .carousel-inner .slide-label a.more {
  margin: 0 !important;
}
.bodywrapper .u-s-home-header .tile.apply-beamline {
  height: auto;
  min-height: auto;
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul:after {
  display: block;
  content: '';
  clear: both;
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul li {
  float: left;
  width: 50%;
  color: #fff;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .u-s-home-header .tile.apply-beamline ul li {
    float: none;
    display: block;
    width: 100%;
  }
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul li a {
  color: inherit;
  text-decoration: none;
  line-height: 48px;
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul li a span {
  display: inline-block;
  vertical-align: middle;
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul li a span[class|="icon"] {
  margin-right: 5px;
  width: 30px;
  font-size: 26px;
  line-height: 26px;
  color: #b7b9ba;
}
.bodywrapper .u-s-home-header .tile.apply-beamline ul li a span.icon-speedometer {
  font-size: 19px;
}
/*******************************
 *
 *  M32-U&S-find-beamline
 *
 ******************************/
.bodywrapper .find-beamline {
  position: relative;
}
.bodywrapper .find-beamline:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .find-beamline .links {
  float: left;
}
.bodywrapper .find-beamline .links ul {
  vertical-align: top;
  padding: 0;
  margin: 0 30px 0 0;
  display: inline-block;
}
.bodywrapper .find-beamline .links ul li {
  display: block;
  float: none;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  line-height: 35px;
  min-width: 50px;
}
.bodywrapper .find-beamline .links ul li.hover {
  color: #132577;
  font-family: ttm-bold;
  text-decoration: underline;
  position: relative;
  top: -1px;
  left: -0.5px;
}
.bodywrapper .find-beamline .schema-wrapper {
  overflow: hidden;
}
.bodywrapper .find-beamline .schema-wrapper .schema {
  width: 100%;
  height: 100%;
  position: relative;
}
.bodywrapper .find-beamline .schema-wrapper .schema svg {
  width: 100%;
  height: auto;
}
.bodywrapper .find-beamline .schema-wrapper .schema svg #background path {
  fill: #cfd1d2;
}
.bodywrapper .find-beamline .schema-wrapper .schema svg #beamlines path {
  cursor: pointer;
  fill: #cfd1d2;
}
.bodywrapper .find-beamline .schema-wrapper .schema svg #beamlines path.hover {
  fill: #0097d3;
  stroke: #0097d3;
}
.bodywrapper .find-beamline .schema-wrapper .schema .labels label {
  position: absolute;
  font-family: ttm-semibold;
  color: #000;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  background-color: #fff;
}
.bodywrapper .find-beamline .beam-popup {
  position: absolute;
  top: 40%;
  left: 53%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 45%;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: -1px 10px 50px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px 10px 50px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: -1px 10px 50px 0px rgba(0,0,0,0.5);
  box-shadow: -1px 10px 50px 0px rgba(0,0,0,0.5);
}
.bodywrapper .find-beamline .beam-popup h4 {
  padding: 0;
  margin: 0;
  font-family: ttm-semibold;
}
/*******************************
 *
 *  M34-ul-tiles
 *
 ******************************/
.bodywrapper .ul-tiles ul {
  margin: -3px;
  padding: 0;
}
.bodywrapper .ul-tiles ul:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .ul-tiles ul li {
  display: inline-block;
  float: left;
  padding: 6px 3px 0 3px;
  overflow: hidden;
}
.bodywrapper .ul-tiles ul li >.-ctafilter .colorize {
  height: 100%;
}
.bodywrapper .ul-tiles ul li >.-ctafilter.-blue .colorize {
  background-color: #0097d3;
}
.bodywrapper .ul-tiles ul li >.-ctafilter.-violet .colorize {
  background-color: #132577;
}
.bodywrapper .ul-tiles.-std li {
  width: 33.33333%;
  height: 265px;
}
.bodywrapper .ul-tiles.-std li >.-ctafilter .colorize {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.bodywrapper .ul-tiles.-std li >.-ctafilter .text {
  font-size: 28px;
}
.bodywrapper .ul-tiles.-std li >.-ctafilter:hover .colorize {
  display: none;
}
.bodywrapper .ul-tiles.-std li:last-child.-span-2 {
  width: 66.6666%;
}
.bodywrapper .ul-tiles.-sm li {
  width: 25%;
  height: 200px;
}
.bodywrapper .ul-tiles.-sm li >.-ctafilter .colorize {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.bodywrapper .ul-tiles.-sm li >.-ctafilter .text {
  font-size: 28px;
}
.bodywrapper .ul-tiles.-sm li >.-ctafilter:hover .colorize {
  display: none;
}
.bodywrapper .ul-tiles.-sm li:last-child.-span-2 {
  width: 50%;
}
.bodywrapper .ul-tiles.-sm li:last-child.-span-3 {
  width: 75%;
}
.bodywrapper .ul-tiles.-std li:last-child.-span-fw,
.bodywrapper .ul-tiles.-sm li:last-child.-span-fw {
  width: 100%;
}
/*******************************
 *
 *  M34-ul-tiles
 *
 ******************************/
.bodywrapper .dscr-link {
  padding: 20px;
}
.bodywrapper .dscr-link > p.description {
  margin: 0 0 20px 0;
  padding: 0;
  font-family: ttm-semibold_italic;
}
/*******************************

  M37-Form-rc-group

********************************/
.bodywrapper .rc-group {
  font-family: 'ttm-regular';
  color: #132577;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 0 10px;
}
.bodywrapper .rc-group ul {
  list-style-type: none;
}
.bodywrapper .rc-group > label {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 13px;
  color: #132577;
}
.bodywrapper .rc-group > .group {
  padding: 0;
  margin: 0;
  color: #132577;
  font-weight: normal;
  line-height: 16px;
  font-size: 16px;
}
.bodywrapper .rc-group > .group.-col .input {
  margin-bottom: 5px;
}
.bodywrapper .rc-group > .group.-col .input:last-child {
  margin-bottom: 0;
}
.bodywrapper .rc-group > .group.-row .input {
  display: inline-block;
}
.bodywrapper .rc-group > .group.-row .input + .input {
  margin-left: 40px;
}
.bodywrapper .rc-group > .group.-radio input[type="radio"],
.bodywrapper .rc-group > .group.-checkbox input[type="radio"],
.bodywrapper .rc-group > .group.-radio input[type="checkbox"],
.bodywrapper .rc-group > .group.-checkbox input[type="checkbox"] {
  display: none;
}
.bodywrapper .rc-group > .group.-radio input + label,
.bodywrapper .rc-group > .group.-checkbox input + label {
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px -2px 0;
  border: 1px solid #132577;
  height: 1em;
  width: 1em;
  background-color: #fff;
}
.bodywrapper .rc-group > .group.-radio input + label:before,
.bodywrapper .rc-group > .group.-checkbox input + label:before {
  position: absolute;
  top: -1px;
  right: auto;
  bottom: auto;
  left: -1px;
  display: inline-block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  text-align: center;
}
.bodywrapper .rc-group > .group.-radio input + label {
  border-radius: 50%;
}
.bodywrapper .rc-group > .group.-radio input:checked + label:before {
  color: #132577;
  font-family: esrf-icon;
  content: '\e93e';
  font-size: 0.6em;
}
.bodywrapper .rc-group > .group.-checkbox input + label {
  border-radius: 3px;
}
.bodywrapper .rc-group > .group.-checkbox input:checked + label:before {
  color: #132577;
  font-family: esrf-icon;
  content: '\e93d';
  font-size: 0.75em;
}
/*******************************
  M38-Blocks-on-bg
********************************/
.bodywrapper .blocks-bg {
  height: 700px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 0;
  margin: 0;
}
.bodywrapper .blocks-bg .row {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #0097d3;
  margin: 0;
  color: #fff;
  width: 65%;
  border-collapse: separate;
  border-spacing: 0 40px;
  height: auto;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .blocks-bg .row {
    width: 80%;
  }
}
.bodywrapper .blocks-bg .row .-col-td {
  position: relative;
  padding: 0 40px 40px 40px;
  border-right: 1px solid #fff;
}
.bodywrapper .blocks-bg .row .-col-td:last-child {
  border: none;
}
.bodywrapper .blocks-bg .row .-col-td .text-content {
  height: 100%;
  font-family: ttm-regular;
  font-size: 18px;
  line-height: 20px;
}
.bodywrapper .blocks-bg .row .-col-td .text-content p {
  margin: 0;
}
.bodywrapper .blocks-bg .row .-col-td .text-content p.text {
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: normal;
}
.bodywrapper .blocks-bg .row .-col-td .text-content p.title {
  font-size: 28px;
  line-height: 28px;
  margin-top: -3px;
  font-family: ttm-semibold;
}
.bodywrapper .blocks-bg .row .-col-td .text-content p.subtitle {
  font-family: ttm-regular;
  font-size: 28px;
  line-height: 32px;
}
.bodywrapper .blocks-bg .row .-col-td a {
  position: absolute;
  display: inline-block;
  bottom: 5px;
  right: 40px;
  border: 1px solid #fff;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
}
.bodywrapper .blocks-bg .row .-col-td a:hover {
  background-color: #fff;
  color: #0097d3;
}
.bodywrapper .blocks-bg .row .-col-td a:before {
  display: inline-block;
  position: relative;
  top: -1px;
  left: -1px;
  font-family: esrf-icon;
  content: "\e93b";
  color: inherit;
  width: inherit;
  line-height: inherit;
  text-align: center;
}
.bodywrapper .blocks-bg + .primary {
  padding: 60px 65px 90px 65px;
}
.bodywrapper .blocks-bg + .primary h2 {
  font-family: ttm-regular;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  text-align: center;
}
/*******************************
 *
 *  M39-icons-grid
 *
 ******************************/
.bodywrapper .icons-container {
  margin: 40px 0;
  border: 1px solid #bebebe;
}
.bodywrapper .icons-container .icons-grid {
  margin: 0 -1px -1px 0;
}
.bodywrapper .icons-container .icons-grid:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .icons-container .icons-grid >.item {
  float: left;
  width: 33.33333%;
  height: 110px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
.bodywrapper .icons-container .icons-grid >.item .content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bodywrapper .icons-container .icons-grid >.item .content a {
  display: inline-block;
  font-size: 30px;
  color: #000;
  text-decoration: none;
}
.bodywrapper .icons-container .icons-grid >.item .content a.icon:after {
  content: none !important;
}
.bodywrapper .icons-container .icons-grid >.item .content a.title {
  font-size: 18px;
  position: relative;
  top: -6px;
  padding-top: 7px;
}
/*******************************
 *
 *  M40-media-text
 *
 ******************************/
.bodywrapper .media-text:after {
  content: '';
  display: block;
  clear: both;
}
.bodywrapper .media-text > .media {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 60%;
  height: 450px;
  z-index: 200;
  display: inline-block;
}
.bodywrapper .media-text > .media > iframe {
  width: 100%;
  height: 100%;
}
.bodywrapper .media-text > .text {
  background-color: #fff;
  padding: 40px 50px;
  width: 55%;
  min-height: 350px;
  position: relative;
  z-index: 300;
  display: inline-block;
  margin-top: -350px;
  color: #010101;
  font-size: 18px;
}
.bodywrapper .media-text > .text p:first-child,
.bodywrapper .media-text > .text h2:first-child {
  margin-top: 0;
}
.bodywrapper .media-text > .text p:last-child {
  margin-bottom: 0;
}
.bodywrapper .media-text > .text p.-intro {
  font-size: 28px;
}
.bodywrapper .media-text > .text h2 {
  font-size: 28px;
  margin-top: 0;
  color: #000;
  font-family: ttm-regular;
}
.bodywrapper .media-text.-left > .media {
  float: left;
}
.bodywrapper .media-text.-left > .text {
  float: right;
}
.bodywrapper .media-text.-right > .media {
  float: right;
}
.bodywrapper .media-text.-right > .text {
  float: left;
}
.bodywrapper .media-text.-center > .media {
  width: auto;
  display: block;
}
.bodywrapper .media-text.-center > .text {
  display: block;
  width: auto;
  margin-top: -175px;
  padding: 75px;
  min-height: auto;
}
.bodywrapper .media-text.-center > .text h3 {
  text-align: center;
  font-family: ttm-regular;
  font-size: 28px;
  padding: 0;
  margin: 0;
}
.bodywrapper .media-text.-center > .text h2 {
  font-size: 28px;
  margin-top: 0;
  color: #000;
  font-family: ttm-regular;
}
.bodywrapper .media-text.-center + .media-text > .text {
  width: 40%;
  margin-top: auto;
  min-height: auto;
  padding-top: 20px;
}
.bodywrapper .media-text + .separator {
  height: 90px;
}
.bodywrapper .insider .media-text:first-child {
  margin-top: -40px;
}
.bodywrapper .insider .media-text:last-child + .separator {
  height: 40px;
}
.bodywrapper .insider .media-text.-left {
  margin-left: -60px;
}
.bodywrapper .insider .media-text.-right {
  margin-right: -60px;
}
.bodywrapper .insider .media-text.-center > .media {
  margin: 0 -40px;
}
.bodywrapper .page-content > .media-text.-center > .text {
  margin-left: 40px;
  margin-right: 40px;
}
.bodywrapper .page-content > .media-text.-left > .text,
.bodywrapper .page-content > .media-text.-right > .text {
  border: 1px solid #bebebe;
}
.bodywrapper .page-content > .media-text.-left {
  margin-right: 40px;
}
.bodywrapper .page-content > .media-text.-right {
  margin-left: 40px;
}
.bodywrapper .text-center.-up {
  margin-top: -65px;
}
.bodywrapper .text-center.-down {
  margin-bottom: -65px;
}
.bodywrapper .text-center + h2 {
  margin-top: 24px;
}
.bodywrapper a.arrow-step:before {
  display: inline-block;
  font-family: esrf-icon;
  border: 1px solid #757575;
  border-radius: 50%;
  line-height: 36px;
  font-size: 19px;
  text-align: center;
  width: 34px;
  height: 34px;
}
.bodywrapper .-up .arrow-step {
  margin-bottom: 40px;
}
.bodywrapper .-up .arrow-step:before {
  content: "\e914";
}
.bodywrapper .-down .arrow-step {
  margin-top: 40px;
}
.bodywrapper .-down .arrow-step:before {
  content: "\e915";
}
.bodywrapper .contacts-wide {
  margin: 90px 0 -90px 0;
  background-color: #f4f4f4;
  padding-bottom: 60px;
}
.bodywrapper .contacts-wide .section-header {
  margin-bottom: 55px;
  margin-top: 55px;
}
.bodywrapper .contacts-wide .-col-td {
  vertical-align: middle;
  text-align: center;
  height: 110px;
  border-right: 1px solid #6c6c6c;
}
.bodywrapper .contacts-wide .-col-td:last-child {
  border: none;
}
.bodywrapper .contacts-wide .-col-td a {
  display: inline-block;
  text-decoration: none;
  color: #132577;
  font-size: 18px;
}
.bodywrapper .contacts-wide .-col-td a span {
  display: block;
  font-size: 40px;
  color: #6c6c6c;
  margin-bottom: 20px;
}
/*******************************
 *
 *   M43-Staff-person
 *
 ******************************/
.bodywrapper .staff-person > .block-header {
  width: 100%;
  display: block;
}
.bodywrapper .staff-person > .block-header:before,
.bodywrapper .staff-person > .block-header:after {
  content: " ";
  display: table;
}
.bodywrapper .staff-person > .block-header:after {
  clear: both;
}
.bodywrapper .staff-person > .block-header p.description {
  display: block;
  margin-bottom: 20px;
}
.bodywrapper .staff-person > .block-header p.description:after {
  content: '';
  clear: both;
  display: block;
}
.bodywrapper .staff-person > .block-header > .block-title {
  display: block;
  font-family: 'ttm-semibold';
  font-size: 28px;
  line-height: 35px;
  color: #0097d3;
  margin-bottom: 35px;
}
.bodywrapper .staff-person > .block-header > .block-description {
  margin-bottom: 20px;
}
.bodywrapper .staff-person > .block-information {
  width: 100%;
}
.bodywrapper .staff-person > .block-information:before,
.bodywrapper .staff-person > .block-information:after {
  content: " ";
  display: table;
}
.bodywrapper .staff-person > .block-information:after {
  clear: both;
}
.bodywrapper .staff-person > .block-information > .item {
  width: 48%;
  max-width: 420px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 40px;
  vertical-align: top;
}
.bodywrapper .staff-person > .block-information > .item:nth-child(2n) {
  margin-right: 0;
}
.bodywrapper .staff-person > .block-information > .item > .info {
  width: 100%;
  display: table;
  vertical-align: top;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table {
  display: table-row;
  width: 100%;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .image {
  vertical-align: top;
  display: table-cell;
  width: 27.85714285714286%;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .image > img {
  width: 100%;
  height: auto;
  padding-top: 5px;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description {
  width: 100%;
  display: table;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table {
  display: table-row;
  width: 100%;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .caption,
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .description {
  margin-bottom: 3px;
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .caption {
  width: 42%;
  padding: 0 20px;
  vertical-align: top;
  display: table-cell;
  color: #999;
  font-size: 16px;
  font-family: 'ttm-semibold';
}
.bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .description {
  width: 58%;
  vertical-align: top;
  display: table-cell;
  color: #000;
  font-size: 16px;
  font-family: 'ttm-semibold';
}
@media only screen and (min-width: 1024px) and (max-width: 1435px) {
  .bodywrapper .staff-person > .block-information > .item {
    max-width: 313px;
    margin-right: 20px;
  }
  .bodywrapper .staff-person > .block-information > .item:nth-child(2n) {
    margin-right: 0;
  }
  .bodywrapper .staff-person > .block-information > .item > .info > .row-table > .image {
    width: 30%;
  }
  .bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .caption,
  .bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .description {
    font-size: 12px;
  }
  .bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .caption {
    padding: 0 10px;
    width: 40%;
  }
  .bodywrapper .staff-person > .block-information > .item > .info > .row-table > .table-description > .row-table > .description {
    width: 60%;
  }
}
/*******************************
 *
 *   M45-Quick-links-full
 *
 ******************************/
.bodywrapper .quick-links-full {
  padding-top: 40px;
  padding-bottom: 5px;
}
.bodywrapper .quick-links-full > .row [class^="col-"] > .block-title,
.bodywrapper .quick-links-full > .row [class*=" col-"] > .block-title {
  font-family: ttm-bold;
  color: #132577;
  font-size: 18px;
  line-height: 22px;
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  width: 100%;
  max-width: 200px;
}
.bodywrapper .quick-links-full > .row [class^="col-"] > ul,
.bodywrapper .quick-links-full > .row [class*=" col-"] > ul {
  margin-bottom: 27px;
  padding-left: 25px;
}
.bodywrapper .quick-links-full > .row [class^="col-"] > ul > li,
.bodywrapper .quick-links-full > .row [class*=" col-"] > ul > li {
  display: inline-block;
  list-style: none;
  width: 260px;
}
.bodywrapper .quick-links-full > .row [class^="col-"] > ul > li > a,
.bodywrapper .quick-links-full > .row [class*=" col-"] > ul > li > a {
  font-size: 18px;
  line-height: 31px;
}
/*******************************
 *
 *   M10-Key-Figures
 *
 ******************************/
.bodywrapper .key-figures ul {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bodywrapper .key-figures ul li {
  display: table-cell;
  border-right: 1px solid #bebebe;
  text-align: center;
}
.bodywrapper .key-figures ul li:last-child {
  border-right: none;
}
.bodywrapper .key-figures span.number {
  font-family: ttm-thin;
  font-size: 85px;
  line-height: 70px;
  color: #af007e;
  display: inline-block;
}
.bodywrapper .key-figures span.icon {
  display: inline-block;
  vertical-align: top;
  color: #132577;
  font-size: 38px;
  line-height: 38px;
  margin-left: 5px;
  position: relative;
  top: 13px;
}
.bodywrapper .key-figures span.title {
  display: block;
  font-family: ttm-regular;
  font-size: 18px;
  color: #132577;
  margin-top: 15px;
  margin-left: 5px;
  text-align: left;
}
.bodywrapper .key-figures .content {
  display: inline-block;
  text-align: left;
}
.bodywrapper .key-figures.-centered .content {
  text-align: center;
}
.bodywrapper .key-figures.-centered .content span.title {
  text-align: center;
  margin-left: 0;
}
/*******************************
 *
 *   M50-Address-block
 *
 ******************************/
.bodywrapper .-address-block.-esrf,
.bodywrapper fieldset.-esrf {
  height: 100%;
  margin: 0;
  padding: 0;
}
.bodywrapper .-address-block.-esrf > dl > dt,
.bodywrapper fieldset.-esrf > dl > dt {
  margin-bottom: 15px;
  vertical-align: top;
  color: #999;
}
.bodywrapper .-address-block.-esrf > dl > dt > a,
.bodywrapper fieldset.-esrf > dl > dt > a {
  color: #132577;
  text-decoration: underline;
}
.bodywrapper .-address-block.-esrf > dl > dt > a:hover,
.bodywrapper fieldset.-esrf > dl > dt > a:hover {
  text-decoration: none;
}
.bodywrapper .-address-block.-esrf > dl > dd,
.bodywrapper fieldset.-esrf > dl > dd,
.bodywrapper .-address-block.-esrf > dl > p,
.bodywrapper fieldset.-esrf > dl > p {
  position: relative;
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 0;
  vertical-align: top;
  font-family: ttm-semibold;
}
.bodywrapper .-address-block.-esrf > dl > dd > a,
.bodywrapper fieldset.-esrf > dl > dd > a,
.bodywrapper .-address-block.-esrf > dl > p > a,
.bodywrapper fieldset.-esrf > dl > p > a {
  color: #132577;
  text-decoration: underline;
}
.bodywrapper .-address-block.-esrf > dl > dd > a:hover,
.bodywrapper fieldset.-esrf > dl > dd > a:hover,
.bodywrapper .-address-block.-esrf > dl > p > a:hover,
.bodywrapper fieldset.-esrf > dl > p > a:hover {
  text-decoration: none;
}
/*******************************
 *
 *   M51-Info-users
 *
 ******************************/
.bodywrapper .info-users {
  background: #0097d3;
  padding: 30px 40px 40px;
  height: 310px;
  overflow: hidden;
}
.bodywrapper .info-users a.block-title {
  display: block;
  color: #132577;
  font-size: 18px;
  font-family: ttm-semibold;
  margin-bottom: 30px;
  white-space: nowrap;
  text-decoration: none;
}
.bodywrapper .info-users > #infouserslider {
  width: 100%;
  position: relative;
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
}
.bodywrapper .info-users > #infouserslider > .carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.bodywrapper .info-users > #infouserslider > .carousel-indicators > li {
  background-color: #fff;
  border: 1px solid #fff;
  margin-right: 4px;
  margin-bottom: 1px;
  width: 9px;
  height: 9px;
}
.bodywrapper .info-users > #infouserslider > .carousel-indicators > li.active {
  background-color: #f6a400;
  border: 1px solid #f6a400;
}
.bodywrapper .info-users > #infouserslider > .carousel-indicators > li:last-child {
  margin-right: 0;
}
.bodywrapper .info-users > #infouserslider > .carousel-inner > .item > .slide-label {
  color: #fff;
}
.bodywrapper .info-users > #infouserslider > .carousel-inner > .item > .slide-label .title {
  font-family: 'ttm-regular';
  font-size: 16px;
  line-height: 24px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 10px;
}
.bodywrapper .info-users > #infouserslider > .carousel-inner > .item > .slide-label > a.more {
  display: inline-block;
  font-family: 'ttm-thin-italic';
  font-size: 15px;
  line-height: 0;
  text-decoration: none;
  color: #fff;
}
.bodywrapper .info-users > #infouserslider > .carousel-inner > .item > .slide-label > a.more:before {
  display: inline-block;
  font-family: 'esrf-icon';
  content: "\e90f";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .info-users > #infouserslider > .carousel-control {
  color: #fff;
  background: none;
  width: 10px;
  height: 15px;
  font-family: esrf-icon;
  position: absolute;
  top: auto;
  bottom: 5px;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  z-index: 16;
}
.bodywrapper .info-users > #infouserslider > .carousel-control > .ico-chevron-left {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  font-weight: normal;
  width: 10px;
  height: 15px;
}
.bodywrapper .info-users > #infouserslider > .carousel-control > .ico-chevron-left:before {
  content: "\e90d";
}
.bodywrapper .info-users > #infouserslider > .carousel-control > .ico-chevron-right {
  display: block;
  color: #fff;
  font-size: 15px;
  text-shadow: none;
  font-weight: normal;
  width: 10px;
  height: 15px;
}
.bodywrapper .info-users > #infouserslider > .carousel-control > .ico-chevron-right:before {
  content: "\e90e";
}
.bodywrapper .info-users > #infouserslider > .carousel-control:hover > .ico-chevron-left,
.bodywrapper .info-users > #infouserslider > .carousel-control:hover > .ico-chevron-right {
  color: #f6a400;
}
.bodywrapper .info-users > #infouserslider > .carousel-control.left {
  left: 20%;
}
.bodywrapper .info-users > #infouserslider > .carousel-control.right {
  right: 20%;
}
.bodywrapper .info-users.-big {
  height: 280px;
  padding: 40px;
}
.bodywrapper .info-users.-big > #infouserslider > .carousel-indicators {
  bottom: 0px;
}
.bodywrapper .info-users.-big > #infouserslider > .carousel-inner > .item > .slide-label {
  color: #fff;
}
.bodywrapper .info-users.-big > #infouserslider > .carousel-inner > .item > .slide-label .title {
  height: 50px;
  overflow: hidden;
}
.bodywrapper .info-users.-big > #infouserslider > .carousel-control.left {
  left: 35%;
  bottom: 5px;
}
.bodywrapper .info-users.-big > #infouserslider > .carousel-control.right {
  right: 35%;
  bottom: 5px;
}
/*******************************
 *
 *   M52-Quick-links
 *
 ******************************/
.bodywrapper .quick-links {
  background: #0097d3;
  padding: 40px 40px;
}
.bodywrapper .quick-links > .block-title {
  text-transform: uppercase;
  font-family: 'ttm-bold';
  font-size: 18px;
  color: #132577;
  margin-bottom: 8px;
}
.bodywrapper .quick-links > ul {
  padding: 0;
  margin: 0;
}
.bodywrapper .quick-links > ul > li {
  list-style: none;
  font-family: 'ttm-regular';
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
.bodywrapper .quick-links > ul > li:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}
.bodywrapper .quick-links > ul > li > a {
  cursor: pointer;
  font-family: 'ttm-regular';
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}
/*******************************
 *
 *   M54-Industry-news
 *
 ******************************/
.bodywrapper .industry-news {
  height: 390px;
  overflow: hidden;
  background: #132577;
  color: #fff;
}
.bodywrapper .industry-news > #industryslider {
  height: 390px;
  position: relative;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner {
  height: 100%;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item {
  height: 100%;
  min-height: 390px;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item > .slide-label {
  color: #fff;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item > .slide-label .date {
  font-family: 'ttm-regular';
  font-size: 16px;
  margin-bottom: 6px;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item > .slide-label .title {
  font-family: 'ttm-regular';
  font-size: 22px;
  line-height: 28px;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item > .tile.-promoted {
  background-color: transparent;
  display: table;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item > .tile.-promoted .text-block {
  background-color: #132577;
  vertical-align: top;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item > .tile.-promoted > .image {
  height: 394px;
  border: none !important;
  margin: 0 -2px -2px 0 !important;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item a.btn {
  border: none;
  padding: 0;
  margin: 0;
  font-family: ttm-italic;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  text-transform: none;
}
.bodywrapper .industry-news > #industryslider > .carousel-inner > .item a.btn:before {
  font-family: esrf-icon;
  content: "\e90f";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls {
  position: absolute;
  display: inline-block;
  height: 15px;
  bottom: 30px;
  width: 160px;
  left: 25%;
  margin-left: -80px;
  z-index: 50;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-indicators {
  position: absolute;
  width: 120px;
  left: 20px;
  bottom: 0;
  margin: 0;
  height: 15px;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-indicators > li {
  background-color: #fff;
  border: 1px solid #fff;
  margin-right: 4px;
  width: 9px;
  height: 9px;
  margin-bottom: 3px;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-indicators > li.active {
  background-color: #f6a400;
  border: 1px solid #f6a400;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-indicators > li:last-child {
  margin-right: 0;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control {
  color: #fff;
  background: none;
  width: 10px;
  height: 15px;
  font-family: esrf-icon;
  position: absolute;
  bottom: 0;
  -ms-filter: none;
  filter: none;
  opacity: 1;
  display: block;
  font-size: 15px;
  line-height: 15px;
  text-shadow: none;
  font-weight: normal;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control > .ico-chevron-left:before {
  content: "\e90d";
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control > .ico-chevron-right:before {
  content: "\e90e";
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control:hover > .ico-chevron-left,
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control:hover > .ico-chevron-right {
  color: #f6a400;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control.left {
  left: 0;
}
.bodywrapper .industry-news > #industryslider > .carousel-controls > .carousel-control.right {
  right: 0;
}
/*******************************
 *
 *   M55-Contacts-nav
 *
 ******************************/
.bodywrapper .contacts-nav {
  background: #0097d3;
  color: #fff;
  font-family: 'ttm-regular';
  font-size: 16px;
  line-height: 24px;
  padding: 30px 40px 40px;
}
.bodywrapper .contacts-nav > .block-title {
  color: #132577;
  font-size: 18px;
  font-family: ttm-semibold;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.bodywrapper .contacts-nav > .item {
  margin-bottom: 25px;
}
.bodywrapper .contacts-nav > .item > .title,
.bodywrapper .contacts-nav > .item > .description,
.bodywrapper .contacts-nav > .item > .phone,
.bodywrapper .contacts-nav > .item > .mail {
  display: block;
}
.bodywrapper .contacts-nav > .item > .title,
.bodywrapper .contacts-nav > .item > .description {
  font-family: 'ttm-semibold';
}
.bodywrapper .contacts-nav > .item > .description,
.bodywrapper .contacts-nav > .item > .mail {
  color: #fff;
}
.bodywrapper .contacts-nav > .item > .title {
  color: #132577;
}
/*******************************

  RESEARCHERID Link

********************************/
.bodywrapper a.rid {
  background-color: #505050;
  color: #fff;
  border: none;
  padding: 10px 25px;
  letter-spacing: 0;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.bodywrapper a.rid:after {
  content: '';
  display: none;
}
.bodywrapper a.rid > .title {
  font-size: 18px;
  line-height: 18px;
  font-family: ttm-light;
  -webkit-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  transform: scale(1.1, 1);
  margin-bottom: 7px;
  color: #f80;
}
.bodywrapper a.rid > .title > .id {
  margin-left: -3px;
  color: #fff;
}
.bodywrapper a.rid > .note {
  font-family: ttm-light;
  font-size: 10px;
  line-height: 10px;
  -webkit-transform: scale(1.2, 1);
  -ms-transform: scale(1.2, 1);
  transform: scale(1.2, 1);
}
/*******************************
 *
 *   Tiles M04, M09
 *
 ******************************/
.bodywrapper .tile {
  height: 100%;
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.bodywrapper .tile.-white > .text-block,
.bodywrapper .tile.-blue > .text-block {
  padding: 80px 65px;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .tile.-white > .text-block,
  .bodywrapper .tile.-blue > .text-block {
    padding: 40px;
  }
}
.bodywrapper .tile.-white {
  background-color: #fff;
}
.bodywrapper .tile.-blue {
  background-color: #0097d3;
}
.bodywrapper .tile.-blue * {
  color: #fff;
}
.bodywrapper .tile a.image,
.bodywrapper .tile .image {
  background-position: center;
  background-size: cover;
  display: block;
}
.bodywrapper .tile a.image:after,
.bodywrapper .tile .image:after {
  content: none !important;
}
.bodywrapper .tile a.more {
  font-family: ttm-italic;
  font-size: 16px;
  height: 18px;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.bodywrapper .tile a.more:before {
  font-family: esrf-icon;
  content: "\e90f";
  margin-right: 5px;
  font-size: 22px;
  position: relative;
  top: 5px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .tile a.btn {
  border: 1px solid #fff;
  color: inherit;
  padding: 11px 27px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: normal;
  margin-top: 25px;
}
.bodywrapper .tile.-news {
  min-height: 460px;
  background-color: #e7e9f1;
}
.bodywrapper .tile.-news a.image,
.bodywrapper .tile.-news .image {
  height: 260px;
}
.bodywrapper .tile.-news .text-block {
  padding: 40px 70px;
  color: #132577;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .tile.-news .text-block {
    padding: 40px;
  }
}
.bodywrapper .tile.-news .text-block .date {
  font-family: ttm-light;
  font-size: 16px;
}
.bodywrapper .tile.-news .text-block h3 {
  font-family: ttm-regular;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  line-height: 26px;
}
.bodywrapper .tile.-spotlight {
  border: 1px solid #c5c7d0;
  background-color: #fff;
}
.bodywrapper .tile.-spotlight a.image,
.bodywrapper .tile.-spotlight .image {
  height: 260px;
}
.bodywrapper .tile.-spotlight .text-block {
  margin: 10px 20px;
  padding: 27px 0;
  border-top: 1px solid #c5c7d0;
  color: #132577;
}
.bodywrapper .tile.-spotlight .text-block .date {
  font-family: ttm-light;
  font-size: 16px;
}
.bodywrapper .tile.-spotlight .text-block h3 {
  font-family: ttm-regular;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  line-height: 26px;
}
.bodywrapper .tile.-spotlight.-horizontal {
  padding: 15px 0;
  min-height: 276px;
  position: relative;
}
.bodywrapper .tile.-spotlight.-horizontal:after {
  content: '';
  clear: both;
  display: block;
}
.bodywrapper .tile.-spotlight.-horizontal a.image,
.bodywrapper .tile.-spotlight.-horizontal .image {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  height: auto;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  width: calc(50% - 30px);
}
.bodywrapper .tile.-spotlight.-horizontal .text-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  display: inline-block;
  padding: 15px 60px 15px 70px;
  border: none;
  border-right: 1px solid #c5c7d0;
  min-height: 274px;
}
.bodywrapper .tile.-spotlight.-horizontal .text-block .date {
  font-size: 14px;
}
.bodywrapper .tile.-spotlight.-horizontal .text-block .text {
  font-size: 15px;
  margin: 15px 0;
}
.bodywrapper .tile.-spotlight.-horizontal .text-block .more {
  font-size: 15px;
}
.bodywrapper .tile.-promoted {
  background-color: #132577;
  color: #fff;
  display: table;
  width: 100%;
}
.bodywrapper .tile.-promoted .text-block {
  vertical-align: top;
  padding: 70px;
  display: table-cell;
  width: 50%;
  max-width: 50% !important;
  height: 100%;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .tile.-promoted .text-block {
    padding: 40px;
  }
}
.bodywrapper .tile.-promoted .text-block .date {
  font-size: 16px;
}
.bodywrapper .tile.-promoted .text-block h3 {
  font-size: 28px;
  font-weight: normal !important;
  font-family: ttm-regular !important;
  margin: 0;
}
.bodywrapper .tile.-promoted .text-block .paragraph {
  margin-top: 15px;
  font-size: 18px;
}
.bodywrapper .tile.-promoted a.image,
.bodywrapper .tile.-promoted .image {
  display: table-cell;
  height: 100%;
  min-height: 260px;
  width: 50%;
  min-width: 50% !important;
}
.bodywrapper .tile.-cta {
  font-size: 18px;
  color: #fff;
  background-color: #132577;
}
.bodywrapper .tile.-cta .text-block {
  padding: 70px;
  height: 100%;
}
@media only screen and (max-width: 1102px) {
  .bodywrapper .tile.-cta .text-block {
    padding: 40px;
  }
}
.bodywrapper .tile.-cta .text-block .date {
  font-size: 16px;
}
.bodywrapper .tile.-cta .text-block h3 {
  font-size: 28px;
  font-weight: normal;
  margin: 0;
}
.bodywrapper .tile.-cta .text-block .body {
  margin-top: 15px;
}
.bodywrapper .tile.-cta .text-block .input-group.-email {
  width: 85%;
}
.bodywrapper .tile.-cta .text-block > a:first-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bodywrapper .tile.-cta[style^="background-image"] {
  text-shadow: -1px 1px 1px #000;
}
.bodywrapper .tile.-cta[style^="background-image"] .btn {
  -webkit-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000;
}
.bodywrapper .tile.-cta[style~=image] .text-block h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: ttm-semibold;
}
.bodywrapper .tile.-ctafilter {
  position: relative;
  overflow: hidden;
}
.bodywrapper .tile.-ctafilter .text {
  text-shadow: 0 0 6px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  padding: 20px 40px;
  font-family: ttm-semibold;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.bodywrapper .tile.-ctafilter a,
.bodywrapper .tile.-ctafilter .filter-top,
.bodywrapper .tile.-ctafilter .filter-bottom {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.bodywrapper .tile.-ctafilter.-std .text {
  font-size: 28px;
}
.bodywrapper .tile.-ctafilter.-small .text {
  font-size: 20px;
}
.bodywrapper .tile.-narticle {
  background-color: #132577;
  color: #fff;
  display: table;
  width: 100%;
}
.bodywrapper .tile.-narticle .text-block {
  vertical-align: top;
  padding: 20px;
  display: table-cell;
  position: relative;
  padding-bottom: 80px;
  width: 45%;
  max-width: 45% !important;
  height: 100%;
}
.bodywrapper .tile.-narticle .text-block > .date {
  font-size: 16px;
}
.bodywrapper .tile.-narticle .text-block > .paragraph {
  margin-top: 15px;
  font-size: 18px;
}
.bodywrapper .tile.-narticle .text-block > .blockquote {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  margin: 0;
  padding: 25px 0;
  text-align: inherit;
}
.bodywrapper .tile.-narticle .text-block > .blockquote:before,
.bodywrapper .tile.-narticle .text-block > .blockquote:after {
  content: '"';
  position: absolute;
  font-size: 65px;
  font-family: ttm-thin;
  font-style: italic;
}
.bodywrapper .tile.-narticle .text-block > .blockquote:before {
  top: 10px;
  left: -12px;
}
.bodywrapper .tile.-narticle .text-block > .blockquote:after {
  bottom: -17px;
  right: 10px;
}
.bodywrapper .tile.-narticle a.image,
.bodywrapper .tile.-narticle .image {
  display: table-cell;
  height: 100%;
  min-height: 260px;
  width: 55%;
  min-width: 55% !important;
}
.bodywrapper .tile.-narticle ul.socials {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  bottom: 20px;
}
.bodywrapper .tile.-narticle ul.socials li {
  display: inline-block;
  margin-right: 10px;
}
.bodywrapper .tile.-narticle ul.socials li:first-child {
  font-family: ttm-thin;
}
.bodywrapper .tile.-narticle ul.socials li:last-child {
  margin-right: 0;
}
.bodywrapper .tile.-narticle ul.socials li a.twitter,
.bodywrapper .tile.-narticle ul.socials li a.facebook,
.bodywrapper .tile.-narticle ul.socials li a.linkedin {
  text-decoration: none;
  display: block;
  background-color: #4b5996;
  border-radius: 50%;
  color: #fff;
  line-height: 26px;
  height: 26px;
  width: 26px;
  text-align: center;
}
.bodywrapper .tile.-narticle ul.socials li a.twitter:before,
.bodywrapper .tile.-narticle ul.socials li a.facebook:before,
.bodywrapper .tile.-narticle ul.socials li a.linkedin:before {
  font-family: esrf-icon;
  font-size: 12px;
  position: relative;
  top: -1px;
  right: auto;
  bottom: auto;
  left: auto;
}
.bodywrapper .tile.-narticle ul.socials li a.twitter:after,
.bodywrapper .tile.-narticle ul.socials li a.facebook:after,
.bodywrapper .tile.-narticle ul.socials li a.linkedin:after {
  content: none !important;
}
.bodywrapper .tile.-narticle ul.socials li .twitter:before {
  content: "\e906";
}
.bodywrapper .tile.-narticle ul.socials li .facebook:before {
  content: "\e909";
}
.bodywrapper .tile.-narticle ul.socials li .linkedin:before {
  content: "\e93a";
}

/*# sourceMappingURL=main.css.map */
