/*------------------------------------------------------------------
CSS

-------------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 7, assets/sass/includes/_bootstrap.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 12, assets/sass/includes/_bootstrap.scss */
body {
  margin: 0;
}

/* line 15, assets/sass/includes/_bootstrap.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 30, assets/sass/includes/_bootstrap.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 37, assets/sass/includes/_bootstrap.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 41, assets/sass/includes/_bootstrap.scss */
[hidden],
template {
  display: none;
}

/* line 45, assets/sass/includes/_bootstrap.scss */
a {
  background-color: transparent;
}

/* line 48, assets/sass/includes/_bootstrap.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 52, assets/sass/includes/_bootstrap.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 55, assets/sass/includes/_bootstrap.scss */
b,
strong {
  font-weight: bold;
}

/* line 59, assets/sass/includes/_bootstrap.scss */
dfn {
  font-style: italic;
}

/* line 62, assets/sass/includes/_bootstrap.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 66, assets/sass/includes/_bootstrap.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 70, assets/sass/includes/_bootstrap.scss */
small {
  font-size: 80%;
}

/* line 73, assets/sass/includes/_bootstrap.scss */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 80, assets/sass/includes/_bootstrap.scss */
sup {
  top: -.5em;
}

/* line 83, assets/sass/includes/_bootstrap.scss */
sub {
  bottom: -.25em;
}

/* line 86, assets/sass/includes/_bootstrap.scss */
img {
  border: 0;
}

/* line 89, assets/sass/includes/_bootstrap.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 92, assets/sass/includes/_bootstrap.scss */
figure {
  margin: 1em 40px;
}

/* line 95, assets/sass/includes/_bootstrap.scss */
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 101, assets/sass/includes/_bootstrap.scss */
pre {
  overflow: auto;
}

/* line 104, assets/sass/includes/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 111, assets/sass/includes/_bootstrap.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

/* line 120, assets/sass/includes/_bootstrap.scss */
button {
  overflow: visible;
}

/* line 123, assets/sass/includes/_bootstrap.scss */
button,
select {
  text-transform: none;
}

/* line 127, assets/sass/includes/_bootstrap.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 134, assets/sass/includes/_bootstrap.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 138, assets/sass/includes/_bootstrap.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 143, assets/sass/includes/_bootstrap.scss */
input {
  line-height: normal;
}

/* line 146, assets/sass/includes/_bootstrap.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 153, assets/sass/includes/_bootstrap.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 157, assets/sass/includes/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 163, assets/sass/includes/_bootstrap.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 167, assets/sass/includes/_bootstrap.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 172, assets/sass/includes/_bootstrap.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 176, assets/sass/includes/_bootstrap.scss */
textarea {
  overflow: auto;
}

/* line 179, assets/sass/includes/_bootstrap.scss */
optgroup {
  font-weight: bold;
}

/* line 182, assets/sass/includes/_bootstrap.scss */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* line 186, assets/sass/includes/_bootstrap.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 192, assets/sass/includes/_bootstrap.scss */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  /* line 201, assets/sass/includes/_bootstrap.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 205, assets/sass/includes/_bootstrap.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 208, assets/sass/includes/_bootstrap.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 211, assets/sass/includes/_bootstrap.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 215, assets/sass/includes/_bootstrap.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 221, assets/sass/includes/_bootstrap.scss */
  thead {
    display: table-header-group;
  }
  /* line 224, assets/sass/includes/_bootstrap.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 228, assets/sass/includes/_bootstrap.scss */
  img {
    max-width: 100% !important;
  }
  /* line 231, assets/sass/includes/_bootstrap.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 237, assets/sass/includes/_bootstrap.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 241, assets/sass/includes/_bootstrap.scss */
  .navbar {
    display: none;
  }
  /* line 244, assets/sass/includes/_bootstrap.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 248, assets/sass/includes/_bootstrap.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 251, assets/sass/includes/_bootstrap.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 254, assets/sass/includes/_bootstrap.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 258, assets/sass/includes/_bootstrap.scss */
  .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");
}

/* line 269, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 281, assets/sass/includes/_bootstrap.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 284, assets/sass/includes/_bootstrap.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 287, assets/sass/includes/_bootstrap.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 291, assets/sass/includes/_bootstrap.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 294, assets/sass/includes/_bootstrap.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 297, assets/sass/includes/_bootstrap.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 300, assets/sass/includes/_bootstrap.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 303, assets/sass/includes/_bootstrap.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 306, assets/sass/includes/_bootstrap.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 309, assets/sass/includes/_bootstrap.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 312, assets/sass/includes/_bootstrap.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 315, assets/sass/includes/_bootstrap.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 318, assets/sass/includes/_bootstrap.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 321, assets/sass/includes/_bootstrap.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 324, assets/sass/includes/_bootstrap.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 327, assets/sass/includes/_bootstrap.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 330, assets/sass/includes/_bootstrap.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 333, assets/sass/includes/_bootstrap.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 336, assets/sass/includes/_bootstrap.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 339, assets/sass/includes/_bootstrap.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 342, assets/sass/includes/_bootstrap.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 345, assets/sass/includes/_bootstrap.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 348, assets/sass/includes/_bootstrap.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 351, assets/sass/includes/_bootstrap.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 354, assets/sass/includes/_bootstrap.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 357, assets/sass/includes/_bootstrap.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 360, assets/sass/includes/_bootstrap.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 363, assets/sass/includes/_bootstrap.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 366, assets/sass/includes/_bootstrap.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 369, assets/sass/includes/_bootstrap.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 372, assets/sass/includes/_bootstrap.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 375, assets/sass/includes/_bootstrap.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 378, assets/sass/includes/_bootstrap.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 381, assets/sass/includes/_bootstrap.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 384, assets/sass/includes/_bootstrap.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 387, assets/sass/includes/_bootstrap.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 390, assets/sass/includes/_bootstrap.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 393, assets/sass/includes/_bootstrap.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 396, assets/sass/includes/_bootstrap.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 399, assets/sass/includes/_bootstrap.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 402, assets/sass/includes/_bootstrap.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 405, assets/sass/includes/_bootstrap.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 408, assets/sass/includes/_bootstrap.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 411, assets/sass/includes/_bootstrap.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 414, assets/sass/includes/_bootstrap.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 417, assets/sass/includes/_bootstrap.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 420, assets/sass/includes/_bootstrap.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 423, assets/sass/includes/_bootstrap.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 426, assets/sass/includes/_bootstrap.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 429, assets/sass/includes/_bootstrap.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 432, assets/sass/includes/_bootstrap.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 435, assets/sass/includes/_bootstrap.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 438, assets/sass/includes/_bootstrap.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 441, assets/sass/includes/_bootstrap.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 444, assets/sass/includes/_bootstrap.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 447, assets/sass/includes/_bootstrap.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 450, assets/sass/includes/_bootstrap.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 453, assets/sass/includes/_bootstrap.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 456, assets/sass/includes/_bootstrap.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 459, assets/sass/includes/_bootstrap.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 462, assets/sass/includes/_bootstrap.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 465, assets/sass/includes/_bootstrap.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 468, assets/sass/includes/_bootstrap.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 471, assets/sass/includes/_bootstrap.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 474, assets/sass/includes/_bootstrap.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 477, assets/sass/includes/_bootstrap.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 480, assets/sass/includes/_bootstrap.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 483, assets/sass/includes/_bootstrap.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 486, assets/sass/includes/_bootstrap.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 489, assets/sass/includes/_bootstrap.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 492, assets/sass/includes/_bootstrap.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 495, assets/sass/includes/_bootstrap.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 498, assets/sass/includes/_bootstrap.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 501, assets/sass/includes/_bootstrap.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 504, assets/sass/includes/_bootstrap.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 507, assets/sass/includes/_bootstrap.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 510, assets/sass/includes/_bootstrap.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 513, assets/sass/includes/_bootstrap.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 516, assets/sass/includes/_bootstrap.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 519, assets/sass/includes/_bootstrap.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 522, assets/sass/includes/_bootstrap.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 525, assets/sass/includes/_bootstrap.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 528, assets/sass/includes/_bootstrap.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 531, assets/sass/includes/_bootstrap.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 534, assets/sass/includes/_bootstrap.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 537, assets/sass/includes/_bootstrap.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 540, assets/sass/includes/_bootstrap.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 543, assets/sass/includes/_bootstrap.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 546, assets/sass/includes/_bootstrap.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 549, assets/sass/includes/_bootstrap.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 552, assets/sass/includes/_bootstrap.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 555, assets/sass/includes/_bootstrap.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 558, assets/sass/includes/_bootstrap.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 561, assets/sass/includes/_bootstrap.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 564, assets/sass/includes/_bootstrap.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 567, assets/sass/includes/_bootstrap.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 570, assets/sass/includes/_bootstrap.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 573, assets/sass/includes/_bootstrap.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 576, assets/sass/includes/_bootstrap.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 579, assets/sass/includes/_bootstrap.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 582, assets/sass/includes/_bootstrap.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 585, assets/sass/includes/_bootstrap.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 588, assets/sass/includes/_bootstrap.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 591, assets/sass/includes/_bootstrap.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 594, assets/sass/includes/_bootstrap.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 597, assets/sass/includes/_bootstrap.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 600, assets/sass/includes/_bootstrap.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 603, assets/sass/includes/_bootstrap.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 606, assets/sass/includes/_bootstrap.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 609, assets/sass/includes/_bootstrap.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 612, assets/sass/includes/_bootstrap.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, assets/sass/includes/_bootstrap.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 618, assets/sass/includes/_bootstrap.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 621, assets/sass/includes/_bootstrap.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 624, assets/sass/includes/_bootstrap.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 627, assets/sass/includes/_bootstrap.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 630, assets/sass/includes/_bootstrap.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 633, assets/sass/includes/_bootstrap.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 636, assets/sass/includes/_bootstrap.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 639, assets/sass/includes/_bootstrap.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 642, assets/sass/includes/_bootstrap.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 645, assets/sass/includes/_bootstrap.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 648, assets/sass/includes/_bootstrap.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 651, assets/sass/includes/_bootstrap.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 654, assets/sass/includes/_bootstrap.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 657, assets/sass/includes/_bootstrap.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 660, assets/sass/includes/_bootstrap.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 663, assets/sass/includes/_bootstrap.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 666, assets/sass/includes/_bootstrap.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 669, assets/sass/includes/_bootstrap.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 672, assets/sass/includes/_bootstrap.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 675, assets/sass/includes/_bootstrap.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 678, assets/sass/includes/_bootstrap.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 681, assets/sass/includes/_bootstrap.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 684, assets/sass/includes/_bootstrap.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 687, assets/sass/includes/_bootstrap.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 690, assets/sass/includes/_bootstrap.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 693, assets/sass/includes/_bootstrap.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 696, assets/sass/includes/_bootstrap.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 699, assets/sass/includes/_bootstrap.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 702, assets/sass/includes/_bootstrap.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 705, assets/sass/includes/_bootstrap.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 708, assets/sass/includes/_bootstrap.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 711, assets/sass/includes/_bootstrap.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 714, assets/sass/includes/_bootstrap.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 717, assets/sass/includes/_bootstrap.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 720, assets/sass/includes/_bootstrap.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 723, assets/sass/includes/_bootstrap.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 726, assets/sass/includes/_bootstrap.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 729, assets/sass/includes/_bootstrap.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 732, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 735, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 738, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 741, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 744, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 747, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 750, assets/sass/includes/_bootstrap.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 753, assets/sass/includes/_bootstrap.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 756, assets/sass/includes/_bootstrap.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 759, assets/sass/includes/_bootstrap.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 762, assets/sass/includes/_bootstrap.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 765, assets/sass/includes/_bootstrap.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 768, assets/sass/includes/_bootstrap.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 771, assets/sass/includes/_bootstrap.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 774, assets/sass/includes/_bootstrap.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 777, assets/sass/includes/_bootstrap.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 780, assets/sass/includes/_bootstrap.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 783, assets/sass/includes/_bootstrap.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 786, assets/sass/includes/_bootstrap.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 789, assets/sass/includes/_bootstrap.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 792, assets/sass/includes/_bootstrap.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 795, assets/sass/includes/_bootstrap.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 798, assets/sass/includes/_bootstrap.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 801, assets/sass/includes/_bootstrap.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 804, assets/sass/includes/_bootstrap.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 807, assets/sass/includes/_bootstrap.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 810, assets/sass/includes/_bootstrap.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 813, assets/sass/includes/_bootstrap.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 816, assets/sass/includes/_bootstrap.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 819, assets/sass/includes/_bootstrap.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 822, assets/sass/includes/_bootstrap.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 825, assets/sass/includes/_bootstrap.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 828, assets/sass/includes/_bootstrap.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 831, assets/sass/includes/_bootstrap.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 834, assets/sass/includes/_bootstrap.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 837, assets/sass/includes/_bootstrap.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 840, assets/sass/includes/_bootstrap.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 843, assets/sass/includes/_bootstrap.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 846, assets/sass/includes/_bootstrap.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 849, assets/sass/includes/_bootstrap.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 852, assets/sass/includes/_bootstrap.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 855, assets/sass/includes/_bootstrap.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 858, assets/sass/includes/_bootstrap.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 861, assets/sass/includes/_bootstrap.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 864, assets/sass/includes/_bootstrap.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 867, assets/sass/includes/_bootstrap.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 870, assets/sass/includes/_bootstrap.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 873, assets/sass/includes/_bootstrap.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 876, assets/sass/includes/_bootstrap.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 879, assets/sass/includes/_bootstrap.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 882, assets/sass/includes/_bootstrap.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 885, assets/sass/includes/_bootstrap.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 888, assets/sass/includes/_bootstrap.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 891, assets/sass/includes/_bootstrap.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 894, assets/sass/includes/_bootstrap.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 897, assets/sass/includes/_bootstrap.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 900, assets/sass/includes/_bootstrap.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 903, assets/sass/includes/_bootstrap.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 906, assets/sass/includes/_bootstrap.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 909, assets/sass/includes/_bootstrap.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 912, assets/sass/includes/_bootstrap.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 915, assets/sass/includes/_bootstrap.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 918, assets/sass/includes/_bootstrap.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 921, assets/sass/includes/_bootstrap.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 924, assets/sass/includes/_bootstrap.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 927, assets/sass/includes/_bootstrap.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 930, assets/sass/includes/_bootstrap.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 933, assets/sass/includes/_bootstrap.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 936, assets/sass/includes/_bootstrap.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 939, assets/sass/includes/_bootstrap.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 942, assets/sass/includes/_bootstrap.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 945, assets/sass/includes/_bootstrap.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 948, assets/sass/includes/_bootstrap.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 951, assets/sass/includes/_bootstrap.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 954, assets/sass/includes/_bootstrap.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 957, assets/sass/includes/_bootstrap.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 960, assets/sass/includes/_bootstrap.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 963, assets/sass/includes/_bootstrap.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 966, assets/sass/includes/_bootstrap.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 969, assets/sass/includes/_bootstrap.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 972, assets/sass/includes/_bootstrap.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 975, assets/sass/includes/_bootstrap.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 978, assets/sass/includes/_bootstrap.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 981, assets/sass/includes/_bootstrap.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 984, assets/sass/includes/_bootstrap.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 987, assets/sass/includes/_bootstrap.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 990, assets/sass/includes/_bootstrap.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 993, assets/sass/includes/_bootstrap.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 996, assets/sass/includes/_bootstrap.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 999, assets/sass/includes/_bootstrap.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 1002, assets/sass/includes/_bootstrap.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 1005, assets/sass/includes/_bootstrap.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 1008, assets/sass/includes/_bootstrap.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 1011, assets/sass/includes/_bootstrap.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 1014, assets/sass/includes/_bootstrap.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 1017, assets/sass/includes/_bootstrap.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 1020, assets/sass/includes/_bootstrap.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 1023, assets/sass/includes/_bootstrap.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 1026, assets/sass/includes/_bootstrap.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 1029, assets/sass/includes/_bootstrap.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 1032, assets/sass/includes/_bootstrap.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 1035, assets/sass/includes/_bootstrap.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 1038, assets/sass/includes/_bootstrap.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 1041, assets/sass/includes/_bootstrap.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 1044, assets/sass/includes/_bootstrap.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 1047, assets/sass/includes/_bootstrap.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 1050, assets/sass/includes/_bootstrap.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 1053, assets/sass/includes/_bootstrap.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 1056, assets/sass/includes/_bootstrap.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 1059, assets/sass/includes/_bootstrap.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 1062, assets/sass/includes/_bootstrap.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 1065, assets/sass/includes/_bootstrap.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 1068, assets/sass/includes/_bootstrap.scss */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1073, assets/sass/includes/_bootstrap.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1079, assets/sass/includes/_bootstrap.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 1084, assets/sass/includes/_bootstrap.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

/* line 1091, assets/sass/includes/_bootstrap.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 1099, assets/sass/includes/_bootstrap.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 1103, assets/sass/includes/_bootstrap.scss */
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 1108, assets/sass/includes/_bootstrap.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1112, assets/sass/includes/_bootstrap.scss */
figure {
  margin: 0;
}

/* line 1115, assets/sass/includes/_bootstrap.scss */
img {
  vertical-align: middle;
}

/* line 1118, assets/sass/includes/_bootstrap.scss */
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 1127, assets/sass/includes/_bootstrap.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 1130, assets/sass/includes/_bootstrap.scss */
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 1143, assets/sass/includes/_bootstrap.scss */
.img-circle {
  border-radius: 50%;
}

/* line 1146, assets/sass/includes/_bootstrap.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 1152, assets/sass/includes/_bootstrap.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1162, assets/sass/includes/_bootstrap.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1171, assets/sass/includes/_bootstrap.scss */
[role="button"] {
  cursor: pointer;
}

/* line 1174, assets/sass/includes/_bootstrap.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 1191, assets/sass/includes/_bootstrap.scss */
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: #777;
}

/* line 1219, assets/sass/includes/_bootstrap.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 1228, assets/sass/includes/_bootstrap.scss */
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%;
}

/* line 1242, assets/sass/includes/_bootstrap.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1251, assets/sass/includes/_bootstrap.scss */
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%;
}

/* line 1265, assets/sass/includes/_bootstrap.scss */
h1,
.h1 {
  font-size: 36px;
}

/* line 1269, assets/sass/includes/_bootstrap.scss */
h2,
.h2 {
  font-size: 30px;
}

/* line 1273, assets/sass/includes/_bootstrap.scss */
h3,
.h3 {
  font-size: 24px;
}

/* line 1277, assets/sass/includes/_bootstrap.scss */
h4,
.h4 {
  font-size: 18px;
}

/* line 1281, assets/sass/includes/_bootstrap.scss */
h5,
.h5 {
  font-size: 14px;
}

/* line 1285, assets/sass/includes/_bootstrap.scss */
h6,
.h6 {
  font-size: 12px;
}

/* line 1289, assets/sass/includes/_bootstrap.scss */
p {
  margin: 0 0 10px;
}

/* line 1292, assets/sass/includes/_bootstrap.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 1299, assets/sass/includes/_bootstrap.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 1303, assets/sass/includes/_bootstrap.scss */
small,
.small {
  font-size: 85%;
}

/* line 1307, assets/sass/includes/_bootstrap.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 1312, assets/sass/includes/_bootstrap.scss */
.text-left {
  text-align: left;
}

/* line 1315, assets/sass/includes/_bootstrap.scss */
.text-right {
  text-align: right;
}

/* line 1318, assets/sass/includes/_bootstrap.scss */
.text-center {
  text-align: center;
}

/* line 1321, assets/sass/includes/_bootstrap.scss */
.text-justify {
  text-align: justify;
}

/* line 1324, assets/sass/includes/_bootstrap.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 1327, assets/sass/includes/_bootstrap.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1330, assets/sass/includes/_bootstrap.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 1333, assets/sass/includes/_bootstrap.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1336, assets/sass/includes/_bootstrap.scss */
.text-muted {
  color: #777;
}

/* line 1339, assets/sass/includes/_bootstrap.scss */
.text-primary {
  color: #337ab7;
}

/* line 1342, assets/sass/includes/_bootstrap.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 1346, assets/sass/includes/_bootstrap.scss */
.text-success {
  color: #3c763d;
}

/* line 1349, assets/sass/includes/_bootstrap.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 1353, assets/sass/includes/_bootstrap.scss */
.text-info {
  color: #31708f;
}

/* line 1356, assets/sass/includes/_bootstrap.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 1360, assets/sass/includes/_bootstrap.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1363, assets/sass/includes/_bootstrap.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 1367, assets/sass/includes/_bootstrap.scss */
.text-danger {
  color: #a94442;
}

/* line 1370, assets/sass/includes/_bootstrap.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 1374, assets/sass/includes/_bootstrap.scss */
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

/* line 1378, assets/sass/includes/_bootstrap.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 1382, assets/sass/includes/_bootstrap.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1385, assets/sass/includes/_bootstrap.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1389, assets/sass/includes/_bootstrap.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1392, assets/sass/includes/_bootstrap.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1396, assets/sass/includes/_bootstrap.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1399, assets/sass/includes/_bootstrap.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1403, assets/sass/includes/_bootstrap.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1406, assets/sass/includes/_bootstrap.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1410, assets/sass/includes/_bootstrap.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 1415, assets/sass/includes/_bootstrap.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1420, assets/sass/includes/_bootstrap.scss */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

/* line 1426, assets/sass/includes/_bootstrap.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1430, assets/sass/includes/_bootstrap.scss */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

/* line 1435, assets/sass/includes/_bootstrap.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 1440, assets/sass/includes/_bootstrap.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1444, assets/sass/includes/_bootstrap.scss */
dt,
dd {
  line-height: 1.42857143;
}

/* line 1448, assets/sass/includes/_bootstrap.scss */
dt {
  font-weight: bold;
}

/* line 1451, assets/sass/includes/_bootstrap.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1455, assets/sass/includes/_bootstrap.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1464, assets/sass/includes/_bootstrap.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1468, assets/sass/includes/_bootstrap.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

/* line 1473, assets/sass/includes/_bootstrap.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 1477, assets/sass/includes/_bootstrap.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* line 1483, assets/sass/includes/_bootstrap.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1488, assets/sass/includes/_bootstrap.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

/* line 1496, assets/sass/includes/_bootstrap.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1501, assets/sass/includes/_bootstrap.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 1509, assets/sass/includes/_bootstrap.scss */
.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: '';
}

/* line 1517, assets/sass/includes/_bootstrap.scss */
.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';
}

/* line 1525, assets/sass/includes/_bootstrap.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/* line 1530, assets/sass/includes/_bootstrap.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1536, assets/sass/includes/_bootstrap.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1543, assets/sass/includes/_bootstrap.scss */
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);
}

/* line 1552, assets/sass/includes/_bootstrap.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1559, assets/sass/includes/_bootstrap.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1572, assets/sass/includes/_bootstrap.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1580, assets/sass/includes/_bootstrap.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1584, assets/sass/includes/_bootstrap.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  /* line 1591, assets/sass/includes/_bootstrap.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1596, assets/sass/includes/_bootstrap.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1601, assets/sass/includes/_bootstrap.scss */
  .container {
    width: 1170px;
  }
}

/* line 1605, assets/sass/includes/_bootstrap.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 1611, assets/sass/includes/_bootstrap.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 1615, assets/sass/includes/_bootstrap.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1621, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 1624, assets/sass/includes/_bootstrap.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1627, assets/sass/includes/_bootstrap.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 1630, assets/sass/includes/_bootstrap.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 1633, assets/sass/includes/_bootstrap.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1636, assets/sass/includes/_bootstrap.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 1639, assets/sass/includes/_bootstrap.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 1642, assets/sass/includes/_bootstrap.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1645, assets/sass/includes/_bootstrap.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 1648, assets/sass/includes/_bootstrap.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 1651, assets/sass/includes/_bootstrap.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1654, assets/sass/includes/_bootstrap.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 1657, assets/sass/includes/_bootstrap.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 1660, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1663, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 1666, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 1669, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1672, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 1675, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 1678, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1681, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 1684, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 1687, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1690, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 1693, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 1696, assets/sass/includes/_bootstrap.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1699, assets/sass/includes/_bootstrap.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1702, assets/sass/includes/_bootstrap.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 1705, assets/sass/includes/_bootstrap.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 1708, assets/sass/includes/_bootstrap.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1711, assets/sass/includes/_bootstrap.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 1714, assets/sass/includes/_bootstrap.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 1717, assets/sass/includes/_bootstrap.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1720, assets/sass/includes/_bootstrap.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 1723, assets/sass/includes/_bootstrap.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 1726, assets/sass/includes/_bootstrap.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1729, assets/sass/includes/_bootstrap.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 1732, assets/sass/includes/_bootstrap.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 1735, assets/sass/includes/_bootstrap.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1738, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 1741, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 1744, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 1747, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1750, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 1753, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 1756, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1759, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 1762, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 1765, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1768, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 1771, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 1774, assets/sass/includes/_bootstrap.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 1778, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 1781, assets/sass/includes/_bootstrap.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1784, assets/sass/includes/_bootstrap.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }
  /* line 1787, assets/sass/includes/_bootstrap.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }
  /* line 1790, assets/sass/includes/_bootstrap.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1793, assets/sass/includes/_bootstrap.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }
  /* line 1796, assets/sass/includes/_bootstrap.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }
  /* line 1799, assets/sass/includes/_bootstrap.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1802, assets/sass/includes/_bootstrap.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }
  /* line 1805, assets/sass/includes/_bootstrap.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }
  /* line 1808, assets/sass/includes/_bootstrap.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1811, assets/sass/includes/_bootstrap.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }
  /* line 1814, assets/sass/includes/_bootstrap.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }
  /* line 1817, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1820, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  /* line 1823, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  /* line 1826, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1829, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  /* line 1832, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  /* line 1835, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1838, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  /* line 1841, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  /* line 1844, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1847, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  /* line 1850, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  /* line 1853, assets/sass/includes/_bootstrap.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1856, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1859, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  /* line 1862, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  /* line 1865, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1868, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  /* line 1871, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  /* line 1874, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1877, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  /* line 1880, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  /* line 1883, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1886, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  /* line 1889, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  /* line 1892, assets/sass/includes/_bootstrap.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1895, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 1898, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 1901, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 1904, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1907, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 1910, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 1913, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1916, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 1919, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 1922, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1925, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 1928, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 1931, assets/sass/includes/_bootstrap.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 1936, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 1939, assets/sass/includes/_bootstrap.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1942, assets/sass/includes/_bootstrap.scss */
  .col-md-11 {
    width: 91.66666667%;
  }
  /* line 1945, assets/sass/includes/_bootstrap.scss */
  .col-md-10 {
    width: 83.33333333%;
  }
  /* line 1948, assets/sass/includes/_bootstrap.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1951, assets/sass/includes/_bootstrap.scss */
  .col-md-8 {
    width: 66.66666667%;
  }
  /* line 1954, assets/sass/includes/_bootstrap.scss */
  .col-md-7 {
    width: 58.33333333%;
  }
  /* line 1957, assets/sass/includes/_bootstrap.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1960, assets/sass/includes/_bootstrap.scss */
  .col-md-5 {
    width: 41.66666667%;
  }
  /* line 1963, assets/sass/includes/_bootstrap.scss */
  .col-md-4 {
    width: 33.33333333%;
  }
  /* line 1966, assets/sass/includes/_bootstrap.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1969, assets/sass/includes/_bootstrap.scss */
  .col-md-2 {
    width: 16.66666667%;
  }
  /* line 1972, assets/sass/includes/_bootstrap.scss */
  .col-md-1 {
    width: 8.33333333%;
  }
  /* line 1975, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1978, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  /* line 1981, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  /* line 1984, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1987, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  /* line 1990, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  /* line 1993, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1996, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  /* line 1999, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  /* line 2002, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 2005, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  /* line 2008, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  /* line 2011, assets/sass/includes/_bootstrap.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 2014, assets/sass/includes/_bootstrap.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 2017, assets/sass/includes/_bootstrap.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }
  /* line 2020, assets/sass/includes/_bootstrap.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }
  /* line 2023, assets/sass/includes/_bootstrap.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 2026, assets/sass/includes/_bootstrap.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }
  /* line 2029, assets/sass/includes/_bootstrap.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }
  /* line 2032, assets/sass/includes/_bootstrap.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 2035, assets/sass/includes/_bootstrap.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }
  /* line 2038, assets/sass/includes/_bootstrap.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }
  /* line 2041, assets/sass/includes/_bootstrap.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 2044, assets/sass/includes/_bootstrap.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }
  /* line 2047, assets/sass/includes/_bootstrap.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }
  /* line 2050, assets/sass/includes/_bootstrap.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 2053, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 2056, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2059, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2062, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 2065, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2068, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2071, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 2074, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2077, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2080, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 2083, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2086, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2089, assets/sass/includes/_bootstrap.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 2094, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 2097, assets/sass/includes/_bootstrap.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 2100, assets/sass/includes/_bootstrap.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }
  /* line 2103, assets/sass/includes/_bootstrap.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }
  /* line 2106, assets/sass/includes/_bootstrap.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 2109, assets/sass/includes/_bootstrap.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }
  /* line 2112, assets/sass/includes/_bootstrap.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }
  /* line 2115, assets/sass/includes/_bootstrap.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 2118, assets/sass/includes/_bootstrap.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }
  /* line 2121, assets/sass/includes/_bootstrap.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }
  /* line 2124, assets/sass/includes/_bootstrap.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 2127, assets/sass/includes/_bootstrap.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }
  /* line 2130, assets/sass/includes/_bootstrap.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }
  /* line 2133, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 2136, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  /* line 2139, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  /* line 2142, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 2145, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  /* line 2148, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  /* line 2151, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 2154, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  /* line 2157, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  /* line 2160, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 2163, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  /* line 2166, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  /* line 2169, assets/sass/includes/_bootstrap.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 2172, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 2175, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  /* line 2178, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  /* line 2181, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 2184, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  /* line 2187, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  /* line 2190, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 2193, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  /* line 2196, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  /* line 2199, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 2202, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  /* line 2205, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  /* line 2208, assets/sass/includes/_bootstrap.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 2211, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 2214, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 2217, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 2220, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 2223, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 2226, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 2229, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 2232, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 2235, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 2238, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 2241, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 2244, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 2247, assets/sass/includes/_bootstrap.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 2251, assets/sass/includes/_bootstrap.scss */
table {
  background-color: transparent;
}

/* line 2254, assets/sass/includes/_bootstrap.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

/* line 2260, assets/sass/includes/_bootstrap.scss */
th {
  text-align: left;
}

/* line 2263, assets/sass/includes/_bootstrap.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 2268, assets/sass/includes/_bootstrap.scss */
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 2279, assets/sass/includes/_bootstrap.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 2283, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2291, assets/sass/includes/_bootstrap.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 2294, assets/sass/includes/_bootstrap.scss */
.table .table {
  background-color: #fff;
}

/* line 2297, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2305, assets/sass/includes/_bootstrap.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 2308, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2316, assets/sass/includes/_bootstrap.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 2320, assets/sass/includes/_bootstrap.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 2323, assets/sass/includes/_bootstrap.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 2326, assets/sass/includes/_bootstrap.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 2331, assets/sass/includes/_bootstrap.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 2337, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2351, assets/sass/includes/_bootstrap.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 2358, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2372, assets/sass/includes/_bootstrap.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 2379, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2393, assets/sass/includes/_bootstrap.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 2400, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2414, assets/sass/includes/_bootstrap.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 2421, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2435, assets/sass/includes/_bootstrap.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 2442, assets/sass/includes/_bootstrap.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 2447, assets/sass/includes/_bootstrap.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 2454, assets/sass/includes/_bootstrap.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 2457, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 2465, assets/sass/includes/_bootstrap.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 2468, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 2476, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 2484, assets/sass/includes/_bootstrap.scss */
  .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;
  }
}

/* line 2491, assets/sass/includes/_bootstrap.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 2497, assets/sass/includes/_bootstrap.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2508, assets/sass/includes/_bootstrap.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 2514, assets/sass/includes/_bootstrap.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2519, assets/sass/includes/_bootstrap.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 2525, assets/sass/includes/_bootstrap.scss */
input[type="file"] {
  display: block;
}

/* line 2528, assets/sass/includes/_bootstrap.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 2532, assets/sass/includes/_bootstrap.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 2536, assets/sass/includes/_bootstrap.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 2542, assets/sass/includes/_bootstrap.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

/* line 2549, assets/sass/includes/_bootstrap.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  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 .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

/* line 2567, assets/sass/includes/_bootstrap.scss */
.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);
}

/* line 2573, assets/sass/includes/_bootstrap.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 2577, assets/sass/includes/_bootstrap.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 2580, assets/sass/includes/_bootstrap.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 2583, assets/sass/includes/_bootstrap.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 2587, assets/sass/includes/_bootstrap.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}

/* line 2593, assets/sass/includes/_bootstrap.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 2597, assets/sass/includes/_bootstrap.scss */
textarea.form-control {
  height: auto;
}

/* line 2600, assets/sass/includes/_bootstrap.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 2604, assets/sass/includes/_bootstrap.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 2610, assets/sass/includes/_bootstrap.scss */
  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;
  }
  /* line 2620, assets/sass/includes/_bootstrap.scss */
  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;
  }
}

/* line 2631, assets/sass/includes/_bootstrap.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 2634, assets/sass/includes/_bootstrap.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 2641, assets/sass/includes/_bootstrap.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 2649, assets/sass/includes/_bootstrap.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 2657, assets/sass/includes/_bootstrap.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 2661, assets/sass/includes/_bootstrap.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 2671, assets/sass/includes/_bootstrap.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 2676, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 2684, assets/sass/includes/_bootstrap.scss */
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 2690, assets/sass/includes/_bootstrap.scss */
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 2696, assets/sass/includes/_bootstrap.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 2702, assets/sass/includes/_bootstrap.scss */
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 2707, assets/sass/includes/_bootstrap.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2714, assets/sass/includes/_bootstrap.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 2718, assets/sass/includes/_bootstrap.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 2722, assets/sass/includes/_bootstrap.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 2729, assets/sass/includes/_bootstrap.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 2733, assets/sass/includes/_bootstrap.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 2737, assets/sass/includes/_bootstrap.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 2744, assets/sass/includes/_bootstrap.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2751, assets/sass/includes/_bootstrap.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 2755, assets/sass/includes/_bootstrap.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 2759, assets/sass/includes/_bootstrap.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 2766, assets/sass/includes/_bootstrap.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 2770, assets/sass/includes/_bootstrap.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 2774, assets/sass/includes/_bootstrap.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 2781, assets/sass/includes/_bootstrap.scss */
.has-feedback {
  position: relative;
}

/* line 2784, assets/sass/includes/_bootstrap.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 2787, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2799, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2806, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2813, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2825, assets/sass/includes/_bootstrap.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2830, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2835, assets/sass/includes/_bootstrap.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 2840, assets/sass/includes/_bootstrap.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 2843, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2855, assets/sass/includes/_bootstrap.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2860, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2865, assets/sass/includes/_bootstrap.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 2870, assets/sass/includes/_bootstrap.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 2873, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2885, assets/sass/includes/_bootstrap.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 2890, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 2895, assets/sass/includes/_bootstrap.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 2900, assets/sass/includes/_bootstrap.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 2903, assets/sass/includes/_bootstrap.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 2906, assets/sass/includes/_bootstrap.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 2909, assets/sass/includes/_bootstrap.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 2916, assets/sass/includes/_bootstrap.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2921, assets/sass/includes/_bootstrap.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2926, assets/sass/includes/_bootstrap.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 2929, assets/sass/includes/_bootstrap.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2933, assets/sass/includes/_bootstrap.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 2938, assets/sass/includes/_bootstrap.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 2941, assets/sass/includes/_bootstrap.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2945, assets/sass/includes/_bootstrap.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2952, assets/sass/includes/_bootstrap.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 2956, assets/sass/includes/_bootstrap.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2961, assets/sass/includes/_bootstrap.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 2965, assets/sass/includes/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 2973, assets/sass/includes/_bootstrap.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 2977, assets/sass/includes/_bootstrap.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2982, assets/sass/includes/_bootstrap.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 2988, assets/sass/includes/_bootstrap.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 2992, assets/sass/includes/_bootstrap.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 2998, assets/sass/includes/_bootstrap.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 3003, assets/sass/includes/_bootstrap.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 3024, assets/sass/includes/_bootstrap.scss */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 3033, assets/sass/includes/_bootstrap.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 3039, assets/sass/includes/_bootstrap.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 3046, assets/sass/includes/_bootstrap.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 3055, assets/sass/includes/_bootstrap.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 3059, assets/sass/includes/_bootstrap.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3064, assets/sass/includes/_bootstrap.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3070, assets/sass/includes/_bootstrap.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3075, assets/sass/includes/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3082, assets/sass/includes/_bootstrap.scss */
.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3095, assets/sass/includes/_bootstrap.scss */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 3100, assets/sass/includes/_bootstrap.scss */
.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: #ccc;
}

/* line 3112, assets/sass/includes/_bootstrap.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3116, assets/sass/includes/_bootstrap.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 3121, assets/sass/includes/_bootstrap.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 3127, assets/sass/includes/_bootstrap.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3132, assets/sass/includes/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 3139, assets/sass/includes/_bootstrap.scss */
.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;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 3152, assets/sass/includes/_bootstrap.scss */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 3157, assets/sass/includes/_bootstrap.scss */
.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: #337ab7;
  border-color: #2e6da4;
}

/* line 3169, assets/sass/includes/_bootstrap.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 3173, assets/sass/includes/_bootstrap.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 3178, assets/sass/includes/_bootstrap.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 3184, assets/sass/includes/_bootstrap.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3189, assets/sass/includes/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 3196, assets/sass/includes/_bootstrap.scss */
.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;
  background-color: #398439;
  border-color: #255625;
}

/* line 3209, assets/sass/includes/_bootstrap.scss */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 3214, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3226, assets/sass/includes/_bootstrap.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 3230, assets/sass/includes/_bootstrap.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 3235, assets/sass/includes/_bootstrap.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 3241, assets/sass/includes/_bootstrap.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3246, assets/sass/includes/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 3253, assets/sass/includes/_bootstrap.scss */
.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;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 3266, assets/sass/includes/_bootstrap.scss */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 3271, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3283, assets/sass/includes/_bootstrap.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 3287, assets/sass/includes/_bootstrap.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 3292, assets/sass/includes/_bootstrap.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 3298, assets/sass/includes/_bootstrap.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3303, assets/sass/includes/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 3310, assets/sass/includes/_bootstrap.scss */
.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;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 3323, assets/sass/includes/_bootstrap.scss */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 3328, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3340, assets/sass/includes/_bootstrap.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 3344, assets/sass/includes/_bootstrap.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 3349, assets/sass/includes/_bootstrap.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 3355, assets/sass/includes/_bootstrap.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3360, assets/sass/includes/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 3367, assets/sass/includes/_bootstrap.scss */
.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;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 3380, assets/sass/includes/_bootstrap.scss */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 3385, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3397, assets/sass/includes/_bootstrap.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 3401, assets/sass/includes/_bootstrap.scss */
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

/* line 3406, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3415, assets/sass/includes/_bootstrap.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 3421, assets/sass/includes/_bootstrap.scss */
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 3427, assets/sass/includes/_bootstrap.scss */
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

/* line 3434, assets/sass/includes/_bootstrap.scss */
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 3441, assets/sass/includes/_bootstrap.scss */
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3448, assets/sass/includes/_bootstrap.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 3455, assets/sass/includes/_bootstrap.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 3459, assets/sass/includes/_bootstrap.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 3462, assets/sass/includes/_bootstrap.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 3467, assets/sass/includes/_bootstrap.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 3473, assets/sass/includes/_bootstrap.scss */
.fade.in {
  opacity: 1;
}

/* line 3476, assets/sass/includes/_bootstrap.scss */
.collapse {
  display: none;
}

/* line 3479, assets/sass/includes/_bootstrap.scss */
.collapse.in {
  display: block;
}

/* line 3482, assets/sass/includes/_bootstrap.scss */
tr.collapse.in {
  display: table-row;
}

/* line 3485, assets/sass/includes/_bootstrap.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 3488, assets/sass/includes/_bootstrap.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

/* line 3502, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3513, assets/sass/includes/_bootstrap.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 3517, assets/sass/includes/_bootstrap.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 3520, assets/sass/includes/_bootstrap.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 3542, assets/sass/includes/_bootstrap.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 3546, assets/sass/includes/_bootstrap.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 3552, assets/sass/includes/_bootstrap.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 3561, assets/sass/includes/_bootstrap.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 3567, assets/sass/includes/_bootstrap.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 3575, assets/sass/includes/_bootstrap.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

/* line 3580, assets/sass/includes/_bootstrap.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 3588, assets/sass/includes/_bootstrap.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 3591, assets/sass/includes/_bootstrap.scss */
.open > a {
  outline: 0;
}

/* line 3594, assets/sass/includes/_bootstrap.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 3598, assets/sass/includes/_bootstrap.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 3602, assets/sass/includes/_bootstrap.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

/* line 3610, assets/sass/includes/_bootstrap.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 3618, assets/sass/includes/_bootstrap.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 3622, assets/sass/includes/_bootstrap.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 3629, assets/sass/includes/_bootstrap.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 3636, assets/sass/includes/_bootstrap.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 3640, assets/sass/includes/_bootstrap.scss */
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/* line 3645, assets/sass/includes/_bootstrap.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 3651, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 3656, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3666, assets/sass/includes/_bootstrap.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 3672, assets/sass/includes/_bootstrap.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 3675, assets/sass/includes/_bootstrap.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 3680, assets/sass/includes/_bootstrap.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 3685, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 3688, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 3691, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3695, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3700, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 3703, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3706, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3711, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3715, assets/sass/includes/_bootstrap.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 3719, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 3723, assets/sass/includes/_bootstrap.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 3727, assets/sass/includes/_bootstrap.scss */
.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);
}

/* line 3731, assets/sass/includes/_bootstrap.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 3735, assets/sass/includes/_bootstrap.scss */
.btn .caret {
  margin-left: 0;
}

/* line 3738, assets/sass/includes/_bootstrap.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 3742, assets/sass/includes/_bootstrap.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 3745, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 3753, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 3756, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3763, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 3766, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3772, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 3778, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 3781, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3786, assets/sass/includes/_bootstrap.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 3790, assets/sass/includes/_bootstrap.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 3796, assets/sass/includes/_bootstrap.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 3802, assets/sass/includes/_bootstrap.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 3805, assets/sass/includes/_bootstrap.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 3808, assets/sass/includes/_bootstrap.scss */
[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;
}

/* line 3816, assets/sass/includes/_bootstrap.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 3821, assets/sass/includes/_bootstrap.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 3826, assets/sass/includes/_bootstrap.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 3833, assets/sass/includes/_bootstrap.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 3836, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3845, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 3851, assets/sass/includes/_bootstrap.scss */
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
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;
}

/* line 3859, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3868, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 3874, assets/sass/includes/_bootstrap.scss */
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
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;
}

/* line 3882, assets/sass/includes/_bootstrap.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 3887, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 3892, assets/sass/includes/_bootstrap.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 3898, assets/sass/includes/_bootstrap.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 3909, assets/sass/includes/_bootstrap.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 3914, assets/sass/includes/_bootstrap.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 3919, assets/sass/includes/_bootstrap.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 3923, assets/sass/includes/_bootstrap.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 3933, assets/sass/includes/_bootstrap.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 3936, assets/sass/includes/_bootstrap.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 3946, assets/sass/includes/_bootstrap.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 3949, assets/sass/includes/_bootstrap.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 3954, assets/sass/includes/_bootstrap.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 3957, assets/sass/includes/_bootstrap.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 3960, assets/sass/includes/_bootstrap.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 3965, assets/sass/includes/_bootstrap.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 3969, assets/sass/includes/_bootstrap.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 3974, assets/sass/includes/_bootstrap.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 3979, assets/sass/includes/_bootstrap.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 3983, assets/sass/includes/_bootstrap.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 3988, assets/sass/includes/_bootstrap.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 3993, assets/sass/includes/_bootstrap.scss */
.nav > li.disabled > a {
  color: #777;
}

/* line 3996, assets/sass/includes/_bootstrap.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 4003, assets/sass/includes/_bootstrap.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

/* line 4009, assets/sass/includes/_bootstrap.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 4015, assets/sass/includes/_bootstrap.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 4018, assets/sass/includes/_bootstrap.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 4021, assets/sass/includes/_bootstrap.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 4025, assets/sass/includes/_bootstrap.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 4031, assets/sass/includes/_bootstrap.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 4034, assets/sass/includes/_bootstrap.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 4043, assets/sass/includes/_bootstrap.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 4047, assets/sass/includes/_bootstrap.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 4050, assets/sass/includes/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4054, assets/sass/includes/_bootstrap.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4059, assets/sass/includes/_bootstrap.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4063, assets/sass/includes/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4067, assets/sass/includes/_bootstrap.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4071, assets/sass/includes/_bootstrap.scss */
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4077, assets/sass/includes/_bootstrap.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4081, assets/sass/includes/_bootstrap.scss */
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4087, assets/sass/includes/_bootstrap.scss */
.nav-pills > li {
  float: left;
}

/* line 4090, assets/sass/includes/_bootstrap.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 4093, assets/sass/includes/_bootstrap.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 4096, assets/sass/includes/_bootstrap.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 4102, assets/sass/includes/_bootstrap.scss */
.nav-stacked > li {
  float: none;
}

/* line 4105, assets/sass/includes/_bootstrap.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 4109, assets/sass/includes/_bootstrap.scss */
.nav-justified {
  width: 100%;
}

/* line 4112, assets/sass/includes/_bootstrap.scss */
.nav-justified > li {
  float: none;
}

/* line 4115, assets/sass/includes/_bootstrap.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 4119, assets/sass/includes/_bootstrap.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 4124, assets/sass/includes/_bootstrap.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 4128, assets/sass/includes/_bootstrap.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 4132, assets/sass/includes/_bootstrap.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 4135, assets/sass/includes/_bootstrap.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 4139, assets/sass/includes/_bootstrap.scss */
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 4145, assets/sass/includes/_bootstrap.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 4149, assets/sass/includes/_bootstrap.scss */
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 4155, assets/sass/includes/_bootstrap.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 4158, assets/sass/includes/_bootstrap.scss */
.tab-content > .active {
  display: block;
}

/* line 4161, assets/sass/includes/_bootstrap.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4166, assets/sass/includes/_bootstrap.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  /* line 4173, assets/sass/includes/_bootstrap.scss */
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  /* line 4178, assets/sass/includes/_bootstrap.scss */
  .navbar-header {
    float: left;
  }
}

/* line 4182, assets/sass/includes/_bootstrap.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  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);
}

/* line 4191, assets/sass/includes/_bootstrap.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 4195, assets/sass/includes/_bootstrap.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 4201, assets/sass/includes/_bootstrap.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 4207, assets/sass/includes/_bootstrap.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 4210, assets/sass/includes/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 4217, assets/sass/includes/_bootstrap.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 4222, assets/sass/includes/_bootstrap.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 4227, assets/sass/includes/_bootstrap.scss */
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 4235, assets/sass/includes/_bootstrap.scss */
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 4243, assets/sass/includes/_bootstrap.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 4248, assets/sass/includes/_bootstrap.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 4252, assets/sass/includes/_bootstrap.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 4260, assets/sass/includes/_bootstrap.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 4265, assets/sass/includes/_bootstrap.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 4269, assets/sass/includes/_bootstrap.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 4274, assets/sass/includes/_bootstrap.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 4281, assets/sass/includes/_bootstrap.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 4285, assets/sass/includes/_bootstrap.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 4289, assets/sass/includes/_bootstrap.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 4294, assets/sass/includes/_bootstrap.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 4306, assets/sass/includes/_bootstrap.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 4309, assets/sass/includes/_bootstrap.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 4315, assets/sass/includes/_bootstrap.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 4319, assets/sass/includes/_bootstrap.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 4323, assets/sass/includes/_bootstrap.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 4326, assets/sass/includes/_bootstrap.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 4332, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 4342, assets/sass/includes/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 4346, assets/sass/includes/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 4349, assets/sass/includes/_bootstrap.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 4355, assets/sass/includes/_bootstrap.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 4359, assets/sass/includes/_bootstrap.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 4362, assets/sass/includes/_bootstrap.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 4367, assets/sass/includes/_bootstrap.scss */
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  /* line 4379, assets/sass/includes/_bootstrap.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4384, assets/sass/includes/_bootstrap.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 4389, assets/sass/includes/_bootstrap.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 4392, assets/sass/includes/_bootstrap.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 4396, assets/sass/includes/_bootstrap.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 4401, assets/sass/includes/_bootstrap.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 4404, assets/sass/includes/_bootstrap.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4408, assets/sass/includes/_bootstrap.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 4415, assets/sass/includes/_bootstrap.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 4419, assets/sass/includes/_bootstrap.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 4424, assets/sass/includes/_bootstrap.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 4429, assets/sass/includes/_bootstrap.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 4432, assets/sass/includes/_bootstrap.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 4437, assets/sass/includes/_bootstrap.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 4448, assets/sass/includes/_bootstrap.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 4453, assets/sass/includes/_bootstrap.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 4460, assets/sass/includes/_bootstrap.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 4464, assets/sass/includes/_bootstrap.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 4468, assets/sass/includes/_bootstrap.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 4472, assets/sass/includes/_bootstrap.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 4477, assets/sass/includes/_bootstrap.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 4484, assets/sass/includes/_bootstrap.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 4487, assets/sass/includes/_bootstrap.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 4491, assets/sass/includes/_bootstrap.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 4495, assets/sass/includes/_bootstrap.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 4499, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 4502, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 4507, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 4510, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 4513, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 4518, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 4524, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 4530, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 4533, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 4537, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 4540, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 4544, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 4551, assets/sass/includes/_bootstrap.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 4554, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 4559, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 4565, assets/sass/includes/_bootstrap.scss */
  .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;
  }
}

/* line 4572, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 4575, assets/sass/includes/_bootstrap.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 4578, assets/sass/includes/_bootstrap.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 4581, assets/sass/includes/_bootstrap.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 4585, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 4591, assets/sass/includes/_bootstrap.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 4595, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 4598, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4603, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 4606, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 4609, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 4614, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

/* line 4620, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 4626, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 4629, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 4633, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 4636, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 4640, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  /* line 4647, assets/sass/includes/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 4650, assets/sass/includes/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 4653, assets/sass/includes/_bootstrap.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 4656, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 4661, assets/sass/includes/_bootstrap.scss */
  .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: #080808;
  }
  /* line 4667, assets/sass/includes/_bootstrap.scss */
  .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;
  }
}

/* line 4674, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 4677, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 4680, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 4683, assets/sass/includes/_bootstrap.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 4687, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 4693, assets/sass/includes/_bootstrap.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 4700, assets/sass/includes/_bootstrap.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 4703, assets/sass/includes/_bootstrap.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 4708, assets/sass/includes/_bootstrap.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 4711, assets/sass/includes/_bootstrap.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 4717, assets/sass/includes/_bootstrap.scss */
.pagination > li {
  display: inline;
}

/* line 4720, assets/sass/includes/_bootstrap.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 4732, assets/sass/includes/_bootstrap.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 4738, assets/sass/includes/_bootstrap.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 4743, assets/sass/includes/_bootstrap.scss */
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

/* line 4752, assets/sass/includes/_bootstrap.scss */
.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;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 4764, assets/sass/includes/_bootstrap.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 4775, assets/sass/includes/_bootstrap.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 4781, assets/sass/includes/_bootstrap.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 4786, assets/sass/includes/_bootstrap.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 4791, assets/sass/includes/_bootstrap.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 4797, assets/sass/includes/_bootstrap.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 4802, assets/sass/includes/_bootstrap.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 4807, assets/sass/includes/_bootstrap.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 4813, assets/sass/includes/_bootstrap.scss */
.pager li {
  display: inline;
}

/* line 4816, assets/sass/includes/_bootstrap.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 4824, assets/sass/includes/_bootstrap.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 4829, assets/sass/includes/_bootstrap.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 4833, assets/sass/includes/_bootstrap.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 4837, assets/sass/includes/_bootstrap.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 4845, assets/sass/includes/_bootstrap.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 4857, assets/sass/includes/_bootstrap.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4863, assets/sass/includes/_bootstrap.scss */
.label:empty {
  display: none;
}

/* line 4866, assets/sass/includes/_bootstrap.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 4870, assets/sass/includes/_bootstrap.scss */
.label-default {
  background-color: #777;
}

/* line 4873, assets/sass/includes/_bootstrap.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 4877, assets/sass/includes/_bootstrap.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 4880, assets/sass/includes/_bootstrap.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

/* line 4884, assets/sass/includes/_bootstrap.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 4887, assets/sass/includes/_bootstrap.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 4891, assets/sass/includes/_bootstrap.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 4894, assets/sass/includes/_bootstrap.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 4898, assets/sass/includes/_bootstrap.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 4901, assets/sass/includes/_bootstrap.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 4905, assets/sass/includes/_bootstrap.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 4908, assets/sass/includes/_bootstrap.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 4912, assets/sass/includes/_bootstrap.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* line 4926, assets/sass/includes/_bootstrap.scss */
.badge:empty {
  display: none;
}

/* line 4929, assets/sass/includes/_bootstrap.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 4933, assets/sass/includes/_bootstrap.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 4938, assets/sass/includes/_bootstrap.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 4944, assets/sass/includes/_bootstrap.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 4949, assets/sass/includes/_bootstrap.scss */
.list-group-item > .badge {
  float: right;
}

/* line 4952, assets/sass/includes/_bootstrap.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 4955, assets/sass/includes/_bootstrap.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 4958, assets/sass/includes/_bootstrap.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

/* line 4965, assets/sass/includes/_bootstrap.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 4969, assets/sass/includes/_bootstrap.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 4974, assets/sass/includes/_bootstrap.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 4977, assets/sass/includes/_bootstrap.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 4983, assets/sass/includes/_bootstrap.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 4987, assets/sass/includes/_bootstrap.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 4991, assets/sass/includes/_bootstrap.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 4996, assets/sass/includes/_bootstrap.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 5001, assets/sass/includes/_bootstrap.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

/* line 5013, assets/sass/includes/_bootstrap.scss */
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

/* line 5018, assets/sass/includes/_bootstrap.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 5023, assets/sass/includes/_bootstrap.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 5027, assets/sass/includes/_bootstrap.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 5033, assets/sass/includes/_bootstrap.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 5037, assets/sass/includes/_bootstrap.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 5040, assets/sass/includes/_bootstrap.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 5044, assets/sass/includes/_bootstrap.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 5047, assets/sass/includes/_bootstrap.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 5051, assets/sass/includes/_bootstrap.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 5058, assets/sass/includes/_bootstrap.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5063, assets/sass/includes/_bootstrap.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 5066, assets/sass/includes/_bootstrap.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 5069, assets/sass/includes/_bootstrap.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5074, assets/sass/includes/_bootstrap.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 5077, assets/sass/includes/_bootstrap.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 5080, assets/sass/includes/_bootstrap.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5085, assets/sass/includes/_bootstrap.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 5088, assets/sass/includes/_bootstrap.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 5091, assets/sass/includes/_bootstrap.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5096, assets/sass/includes/_bootstrap.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 5099, assets/sass/includes/_bootstrap.scss */
.alert-danger .alert-link {
  color: #843534;
}

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

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

/* line 5126, assets/sass/includes/_bootstrap.scss */
.progress {
  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);
}

/* line 5134, assets/sass/includes/_bootstrap.scss */
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 5149, assets/sass/includes/_bootstrap.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  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;
}

/* line 5157, assets/sass/includes/_bootstrap.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 5163, assets/sass/includes/_bootstrap.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 5166, assets/sass/includes/_bootstrap.scss */
.progress-striped .progress-bar-success {
  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);
}

/* line 5171, assets/sass/includes/_bootstrap.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 5174, assets/sass/includes/_bootstrap.scss */
.progress-striped .progress-bar-info {
  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);
}

/* line 5179, assets/sass/includes/_bootstrap.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 5182, assets/sass/includes/_bootstrap.scss */
.progress-striped .progress-bar-warning {
  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);
}

/* line 5187, assets/sass/includes/_bootstrap.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 5190, assets/sass/includes/_bootstrap.scss */
.progress-striped .progress-bar-danger {
  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);
}

/* line 5195, assets/sass/includes/_bootstrap.scss */
.media {
  margin-top: 15px;
}

/* line 5198, assets/sass/includes/_bootstrap.scss */
.media:first-child {
  margin-top: 0;
}

/* line 5201, assets/sass/includes/_bootstrap.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 5206, assets/sass/includes/_bootstrap.scss */
.media-body {
  width: 10000px;
}

/* line 5209, assets/sass/includes/_bootstrap.scss */
.media-object {
  display: block;
}

/* line 5212, assets/sass/includes/_bootstrap.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 5215, assets/sass/includes/_bootstrap.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 5219, assets/sass/includes/_bootstrap.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 5223, assets/sass/includes/_bootstrap.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 5229, assets/sass/includes/_bootstrap.scss */
.media-middle {
  vertical-align: middle;
}

/* line 5232, assets/sass/includes/_bootstrap.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 5235, assets/sass/includes/_bootstrap.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5239, assets/sass/includes/_bootstrap.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 5243, assets/sass/includes/_bootstrap.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 5247, assets/sass/includes/_bootstrap.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 5255, assets/sass/includes/_bootstrap.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 5259, assets/sass/includes/_bootstrap.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5264, assets/sass/includes/_bootstrap.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 5268, assets/sass/includes/_bootstrap.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 5272, assets/sass/includes/_bootstrap.scss */
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 5280, assets/sass/includes/_bootstrap.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 5284, assets/sass/includes/_bootstrap.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

/* line 5291, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5296, assets/sass/includes/_bootstrap.scss */
.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: #777;
}

/* line 5301, assets/sass/includes/_bootstrap.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5309, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5320, assets/sass/includes/_bootstrap.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 5325, assets/sass/includes/_bootstrap.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 5329, assets/sass/includes/_bootstrap.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 5333, assets/sass/includes/_bootstrap.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 5337, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5344, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5354, assets/sass/includes/_bootstrap.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 5358, assets/sass/includes/_bootstrap.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 5362, assets/sass/includes/_bootstrap.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 5366, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5373, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5383, assets/sass/includes/_bootstrap.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 5387, assets/sass/includes/_bootstrap.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 5391, assets/sass/includes/_bootstrap.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 5395, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5402, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5412, assets/sass/includes/_bootstrap.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 5416, assets/sass/includes/_bootstrap.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 5420, assets/sass/includes/_bootstrap.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 5424, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5431, assets/sass/includes/_bootstrap.scss */
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;
}

/* line 5441, assets/sass/includes/_bootstrap.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 5445, assets/sass/includes/_bootstrap.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 5449, assets/sass/includes/_bootstrap.scss */
.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);
}

/* line 5457, assets/sass/includes/_bootstrap.scss */
.panel-body {
  padding: 15px;
}

/* line 5460, assets/sass/includes/_bootstrap.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5466, assets/sass/includes/_bootstrap.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 5469, assets/sass/includes/_bootstrap.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 5475, assets/sass/includes/_bootstrap.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 5482, assets/sass/includes/_bootstrap.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5489, assets/sass/includes/_bootstrap.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 5493, assets/sass/includes/_bootstrap.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 5498, assets/sass/includes/_bootstrap.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5504, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5510, assets/sass/includes/_bootstrap.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5514, assets/sass/includes/_bootstrap.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 5517, assets/sass/includes/_bootstrap.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 5520, assets/sass/includes/_bootstrap.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 5525, assets/sass/includes/_bootstrap.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5531, assets/sass/includes/_bootstrap.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 5536, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5543, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5553, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5563, assets/sass/includes/_bootstrap.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5568, assets/sass/includes/_bootstrap.scss */
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 5575, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5585, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5595, assets/sass/includes/_bootstrap.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 5601, assets/sass/includes/_bootstrap.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 5605, assets/sass/includes/_bootstrap.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 5609, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5623, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5637, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5647, assets/sass/includes/_bootstrap.scss */
.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;
}

/* line 5657, assets/sass/includes/_bootstrap.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 5661, assets/sass/includes/_bootstrap.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 5664, assets/sass/includes/_bootstrap.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 5668, assets/sass/includes/_bootstrap.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 5671, assets/sass/includes/_bootstrap.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 5674, assets/sass/includes/_bootstrap.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 5678, assets/sass/includes/_bootstrap.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 5681, assets/sass/includes/_bootstrap.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 5684, assets/sass/includes/_bootstrap.scss */
.panel-default {
  border-color: #ddd;
}

/* line 5687, assets/sass/includes/_bootstrap.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 5692, assets/sass/includes/_bootstrap.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 5695, assets/sass/includes/_bootstrap.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

/* line 5699, assets/sass/includes/_bootstrap.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 5702, assets/sass/includes/_bootstrap.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 5705, assets/sass/includes/_bootstrap.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5710, assets/sass/includes/_bootstrap.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 5713, assets/sass/includes/_bootstrap.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 5717, assets/sass/includes/_bootstrap.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 5720, assets/sass/includes/_bootstrap.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 5723, assets/sass/includes/_bootstrap.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 5728, assets/sass/includes/_bootstrap.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 5731, assets/sass/includes/_bootstrap.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 5735, assets/sass/includes/_bootstrap.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 5738, assets/sass/includes/_bootstrap.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 5741, assets/sass/includes/_bootstrap.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 5746, assets/sass/includes/_bootstrap.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 5749, assets/sass/includes/_bootstrap.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 5753, assets/sass/includes/_bootstrap.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 5756, assets/sass/includes/_bootstrap.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 5759, assets/sass/includes/_bootstrap.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 5764, assets/sass/includes/_bootstrap.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 5767, assets/sass/includes/_bootstrap.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 5771, assets/sass/includes/_bootstrap.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 5774, assets/sass/includes/_bootstrap.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 5777, assets/sass/includes/_bootstrap.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 5782, assets/sass/includes/_bootstrap.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 5785, assets/sass/includes/_bootstrap.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 5789, assets/sass/includes/_bootstrap.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5792, assets/sass/includes/_bootstrap.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 5799, assets/sass/includes/_bootstrap.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 5812, assets/sass/includes/_bootstrap.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 5815, assets/sass/includes/_bootstrap.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 5818, assets/sass/includes/_bootstrap.scss */
.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);
}

/* line 5828, assets/sass/includes/_bootstrap.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 5832, assets/sass/includes/_bootstrap.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 5836, assets/sass/includes/_bootstrap.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 5840, assets/sass/includes/_bootstrap.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

/* line 5850, assets/sass/includes/_bootstrap.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5858, assets/sass/includes/_bootstrap.scss */
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* line 5865, assets/sass/includes/_bootstrap.scss */
.modal-open {
  overflow: hidden;
}

/* line 5868, assets/sass/includes/_bootstrap.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 5880, assets/sass/includes/_bootstrap.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 5889, assets/sass/includes/_bootstrap.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 5895, assets/sass/includes/_bootstrap.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 5899, assets/sass/includes/_bootstrap.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

/* line 5916, assets/sass/includes/_bootstrap.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 5925, assets/sass/includes/_bootstrap.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 5929, assets/sass/includes/_bootstrap.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 5933, assets/sass/includes/_bootstrap.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 5937, assets/sass/includes/_bootstrap.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 5940, assets/sass/includes/_bootstrap.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 5944, assets/sass/includes/_bootstrap.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 5948, assets/sass/includes/_bootstrap.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 5953, assets/sass/includes/_bootstrap.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 5957, assets/sass/includes/_bootstrap.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 5960, assets/sass/includes/_bootstrap.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 5963, assets/sass/includes/_bootstrap.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 5971, assets/sass/includes/_bootstrap.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 5975, assets/sass/includes/_bootstrap.scss */
  .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);
  }
  /* line 5979, assets/sass/includes/_bootstrap.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 5984, assets/sass/includes/_bootstrap.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 5988, assets/sass/includes/_bootstrap.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

/* line 6012, assets/sass/includes/_bootstrap.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}

/* line 6016, assets/sass/includes/_bootstrap.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 6020, assets/sass/includes/_bootstrap.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 6024, assets/sass/includes/_bootstrap.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 6028, assets/sass/includes/_bootstrap.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 6032, assets/sass/includes/_bootstrap.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 6040, assets/sass/includes/_bootstrap.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6047, assets/sass/includes/_bootstrap.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6054, assets/sass/includes/_bootstrap.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6061, assets/sass/includes/_bootstrap.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 6068, assets/sass/includes/_bootstrap.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 6075, assets/sass/includes/_bootstrap.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 6082, assets/sass/includes/_bootstrap.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6089, assets/sass/includes/_bootstrap.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6096, assets/sass/includes/_bootstrap.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 6103, assets/sass/includes/_bootstrap.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  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);
  line-break: auto;
}

/* line 6137, assets/sass/includes/_bootstrap.scss */
.popover.top {
  margin-top: -10px;
}

/* line 6140, assets/sass/includes/_bootstrap.scss */
.popover.right {
  margin-left: 10px;
}

/* line 6143, assets/sass/includes/_bootstrap.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 6146, assets/sass/includes/_bootstrap.scss */
.popover.left {
  margin-left: -10px;
}

/* line 6149, assets/sass/includes/_bootstrap.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 6157, assets/sass/includes/_bootstrap.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 6160, assets/sass/includes/_bootstrap.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6169, assets/sass/includes/_bootstrap.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 6172, assets/sass/includes/_bootstrap.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 6176, assets/sass/includes/_bootstrap.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 6184, assets/sass/includes/_bootstrap.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 6191, assets/sass/includes/_bootstrap.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 6199, assets/sass/includes/_bootstrap.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 6206, assets/sass/includes/_bootstrap.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 6214, assets/sass/includes/_bootstrap.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 6221, assets/sass/includes/_bootstrap.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 6229, assets/sass/includes/_bootstrap.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 6236, assets/sass/includes/_bootstrap.scss */
.carousel {
  position: relative;
}

/* line 6239, assets/sass/includes/_bootstrap.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 6244, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 6251, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 6256, assets/sass/includes/_bootstrap.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 6266, assets/sass/includes/_bootstrap.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  /* line 6272, assets/sass/includes/_bootstrap.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  /* line 6278, assets/sass/includes/_bootstrap.scss */
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 6286, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 6291, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 6294, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6300, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 6303, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 6306, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 6310, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 6313, assets/sass/includes/_bootstrap.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 6316, assets/sass/includes/_bootstrap.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: .5;
}

/* line 6330, assets/sass/includes/_bootstrap.scss */
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6338, assets/sass/includes/_bootstrap.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 6348, assets/sass/includes/_bootstrap.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

/* line 6356, assets/sass/includes/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 6366, assets/sass/includes/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 6371, assets/sass/includes/_bootstrap.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 6376, assets/sass/includes/_bootstrap.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 6383, assets/sass/includes/_bootstrap.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 6386, assets/sass/includes/_bootstrap.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 6389, assets/sass/includes/_bootstrap.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 6400, assets/sass/includes/_bootstrap.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 6412, assets/sass/includes/_bootstrap.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 6418, assets/sass/includes/_bootstrap.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 6430, assets/sass/includes/_bootstrap.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 6434, assets/sass/includes/_bootstrap.scss */
  .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;
  }
  /* line 6443, assets/sass/includes/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 6447, assets/sass/includes/_bootstrap.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 6451, assets/sass/includes/_bootstrap.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 6456, assets/sass/includes/_bootstrap.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 6460, assets/sass/includes/_bootstrap.scss */
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6495, assets/sass/includes/_bootstrap.scss */
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

/* line 6513, assets/sass/includes/_bootstrap.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 6518, assets/sass/includes/_bootstrap.scss */
.pull-right {
  float: right !important;
}

/* line 6521, assets/sass/includes/_bootstrap.scss */
.pull-left {
  float: left !important;
}

/* line 6524, assets/sass/includes/_bootstrap.scss */
.hide {
  display: none !important;
}

/* line 6527, assets/sass/includes/_bootstrap.scss */
.show {
  display: block !important;
}

/* line 6530, assets/sass/includes/_bootstrap.scss */
.invisible {
  visibility: hidden;
}

/* line 6533, assets/sass/includes/_bootstrap.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 6540, assets/sass/includes/_bootstrap.scss */
.hidden {
  display: none !important;
}

/* line 6543, assets/sass/includes/_bootstrap.scss */
.affix {
  position: fixed;
}

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

/* line 6549, assets/sass/includes/_bootstrap.scss */
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

/* line 6555, assets/sass/includes/_bootstrap.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 6570, assets/sass/includes/_bootstrap.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6573, assets/sass/includes/_bootstrap.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6576, assets/sass/includes/_bootstrap.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 6579, assets/sass/includes/_bootstrap.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 6585, assets/sass/includes/_bootstrap.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 6590, assets/sass/includes/_bootstrap.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 6595, assets/sass/includes/_bootstrap.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6600, assets/sass/includes/_bootstrap.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6603, assets/sass/includes/_bootstrap.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6606, assets/sass/includes/_bootstrap.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 6609, assets/sass/includes/_bootstrap.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6615, assets/sass/includes/_bootstrap.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6620, assets/sass/includes/_bootstrap.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6625, assets/sass/includes/_bootstrap.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6630, assets/sass/includes/_bootstrap.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6633, assets/sass/includes/_bootstrap.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6636, assets/sass/includes/_bootstrap.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 6639, assets/sass/includes/_bootstrap.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6645, assets/sass/includes/_bootstrap.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6650, assets/sass/includes/_bootstrap.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6655, assets/sass/includes/_bootstrap.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6660, assets/sass/includes/_bootstrap.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6663, assets/sass/includes/_bootstrap.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6666, assets/sass/includes/_bootstrap.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 6669, assets/sass/includes/_bootstrap.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 6675, assets/sass/includes/_bootstrap.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 6680, assets/sass/includes/_bootstrap.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 6685, assets/sass/includes/_bootstrap.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 6690, assets/sass/includes/_bootstrap.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 6695, assets/sass/includes/_bootstrap.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 6700, assets/sass/includes/_bootstrap.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 6705, assets/sass/includes/_bootstrap.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 6709, assets/sass/includes/_bootstrap.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 6713, assets/sass/includes/_bootstrap.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6716, assets/sass/includes/_bootstrap.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6719, assets/sass/includes/_bootstrap.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 6722, assets/sass/includes/_bootstrap.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 6727, assets/sass/includes/_bootstrap.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 6731, assets/sass/includes/_bootstrap.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 6735, assets/sass/includes/_bootstrap.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 6739, assets/sass/includes/_bootstrap.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 6743, assets/sass/includes/_bootstrap.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 6747, assets/sass/includes/_bootstrap.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 6752, assets/sass/includes/_bootstrap.scss */
  .hidden-print {
    display: none !important;
  }
}

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

/* line 18, assets/sass/includes/_font-awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 27, assets/sass/includes/_font-awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 32, assets/sass/includes/_font-awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 35, assets/sass/includes/_font-awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 38, assets/sass/includes/_font-awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 41, assets/sass/includes/_font-awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 44, assets/sass/includes/_font-awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 48, assets/sass/includes/_font-awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 53, assets/sass/includes/_font-awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 56, assets/sass/includes/_font-awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 63, assets/sass/includes/_font-awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 66, assets/sass/includes/_font-awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 71, assets/sass/includes/_font-awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 74, assets/sass/includes/_font-awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 77, assets/sass/includes/_font-awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 80, assets/sass/includes/_font-awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 84, assets/sass/includes/_font-awesome.scss */
.pull-right {
  float: right;
}

/* line 87, assets/sass/includes/_font-awesome.scss */
.pull-left {
  float: left;
}

/* line 90, assets/sass/includes/_font-awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 93, assets/sass/includes/_font-awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 96, assets/sass/includes/_font-awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 100, assets/sass/includes/_font-awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 124, assets/sass/includes/_font-awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 130, assets/sass/includes/_font-awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 136, assets/sass/includes/_font-awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 142, assets/sass/includes/_font-awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 148, assets/sass/includes/_font-awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 154, assets/sass/includes/_font-awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 161, assets/sass/includes/_font-awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 169, assets/sass/includes/_font-awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 176, assets/sass/includes/_font-awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 179, assets/sass/includes/_font-awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 182, assets/sass/includes/_font-awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 187, assets/sass/includes/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 190, assets/sass/includes/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 193, assets/sass/includes/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 196, assets/sass/includes/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 199, assets/sass/includes/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 202, assets/sass/includes/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 205, assets/sass/includes/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 208, assets/sass/includes/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 211, assets/sass/includes/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 214, assets/sass/includes/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 217, assets/sass/includes/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 220, assets/sass/includes/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 223, assets/sass/includes/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 226, assets/sass/includes/_font-awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 231, assets/sass/includes/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 234, assets/sass/includes/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 237, assets/sass/includes/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 240, assets/sass/includes/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 243, assets/sass/includes/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 247, assets/sass/includes/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 250, assets/sass/includes/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 253, assets/sass/includes/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 256, assets/sass/includes/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 259, assets/sass/includes/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 262, assets/sass/includes/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 265, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 268, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 271, assets/sass/includes/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 274, assets/sass/includes/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 277, assets/sass/includes/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 281, assets/sass/includes/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 284, assets/sass/includes/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 287, assets/sass/includes/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 290, assets/sass/includes/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 293, assets/sass/includes/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 296, assets/sass/includes/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 299, assets/sass/includes/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 302, assets/sass/includes/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 305, assets/sass/includes/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 308, assets/sass/includes/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 311, assets/sass/includes/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 314, assets/sass/includes/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 317, assets/sass/includes/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 320, assets/sass/includes/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 323, assets/sass/includes/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 326, assets/sass/includes/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 329, assets/sass/includes/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 332, assets/sass/includes/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 335, assets/sass/includes/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 338, assets/sass/includes/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 341, assets/sass/includes/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 344, assets/sass/includes/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 347, assets/sass/includes/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 350, assets/sass/includes/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 353, assets/sass/includes/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 356, assets/sass/includes/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 359, assets/sass/includes/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 363, assets/sass/includes/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 366, assets/sass/includes/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 369, assets/sass/includes/_font-awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 374, assets/sass/includes/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 377, assets/sass/includes/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 380, assets/sass/includes/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 383, assets/sass/includes/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 386, assets/sass/includes/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 390, assets/sass/includes/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 393, assets/sass/includes/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 396, assets/sass/includes/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 399, assets/sass/includes/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 402, assets/sass/includes/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 405, assets/sass/includes/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 408, assets/sass/includes/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 411, assets/sass/includes/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 414, assets/sass/includes/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 417, assets/sass/includes/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 420, assets/sass/includes/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 423, assets/sass/includes/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 426, assets/sass/includes/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 429, assets/sass/includes/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 432, assets/sass/includes/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 435, assets/sass/includes/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 438, assets/sass/includes/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 441, assets/sass/includes/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 444, assets/sass/includes/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 447, assets/sass/includes/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 450, assets/sass/includes/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 453, assets/sass/includes/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 456, assets/sass/includes/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 459, assets/sass/includes/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 462, assets/sass/includes/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 465, assets/sass/includes/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 468, assets/sass/includes/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 471, assets/sass/includes/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 474, assets/sass/includes/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 477, assets/sass/includes/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 481, assets/sass/includes/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 484, assets/sass/includes/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 487, assets/sass/includes/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 490, assets/sass/includes/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 493, assets/sass/includes/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 496, assets/sass/includes/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 499, assets/sass/includes/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 502, assets/sass/includes/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 505, assets/sass/includes/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 508, assets/sass/includes/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 511, assets/sass/includes/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 514, assets/sass/includes/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 518, assets/sass/includes/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 521, assets/sass/includes/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 524, assets/sass/includes/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 527, assets/sass/includes/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 530, assets/sass/includes/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 533, assets/sass/includes/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 536, assets/sass/includes/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 539, assets/sass/includes/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 542, assets/sass/includes/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 545, assets/sass/includes/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 548, assets/sass/includes/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 551, assets/sass/includes/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 554, assets/sass/includes/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 557, assets/sass/includes/_font-awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 561, assets/sass/includes/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 564, assets/sass/includes/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 567, assets/sass/includes/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 570, assets/sass/includes/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 573, assets/sass/includes/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 577, assets/sass/includes/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 580, assets/sass/includes/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 583, assets/sass/includes/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 586, assets/sass/includes/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 589, assets/sass/includes/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 592, assets/sass/includes/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 595, assets/sass/includes/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 598, assets/sass/includes/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 601, assets/sass/includes/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 604, assets/sass/includes/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 607, assets/sass/includes/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 610, assets/sass/includes/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 613, assets/sass/includes/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 616, assets/sass/includes/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 619, assets/sass/includes/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 622, assets/sass/includes/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 625, assets/sass/includes/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 628, assets/sass/includes/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 631, assets/sass/includes/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 634, assets/sass/includes/_font-awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 638, assets/sass/includes/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 641, assets/sass/includes/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 644, assets/sass/includes/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 647, assets/sass/includes/_font-awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 651, assets/sass/includes/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 654, assets/sass/includes/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 657, assets/sass/includes/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 660, assets/sass/includes/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 663, assets/sass/includes/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 666, assets/sass/includes/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 669, assets/sass/includes/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 672, assets/sass/includes/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 675, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 678, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 681, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 684, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 687, assets/sass/includes/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 690, assets/sass/includes/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 693, assets/sass/includes/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 696, assets/sass/includes/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 699, assets/sass/includes/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 702, assets/sass/includes/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 705, assets/sass/includes/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 709, assets/sass/includes/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 713, assets/sass/includes/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 716, assets/sass/includes/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 719, assets/sass/includes/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 723, assets/sass/includes/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 727, assets/sass/includes/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 730, assets/sass/includes/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 734, assets/sass/includes/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 737, assets/sass/includes/_font-awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 742, assets/sass/includes/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 745, assets/sass/includes/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 748, assets/sass/includes/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 751, assets/sass/includes/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 754, assets/sass/includes/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 757, assets/sass/includes/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 760, assets/sass/includes/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 763, assets/sass/includes/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 766, assets/sass/includes/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 769, assets/sass/includes/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 772, assets/sass/includes/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 775, assets/sass/includes/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 778, assets/sass/includes/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 781, assets/sass/includes/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 784, assets/sass/includes/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 787, assets/sass/includes/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 790, assets/sass/includes/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 793, assets/sass/includes/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 797, assets/sass/includes/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 801, assets/sass/includes/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 805, assets/sass/includes/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 808, assets/sass/includes/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 811, assets/sass/includes/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 815, assets/sass/includes/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 819, assets/sass/includes/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 823, assets/sass/includes/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 826, assets/sass/includes/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 829, assets/sass/includes/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 833, assets/sass/includes/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 836, assets/sass/includes/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 839, assets/sass/includes/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 843, assets/sass/includes/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 846, assets/sass/includes/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 849, assets/sass/includes/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 852, assets/sass/includes/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 855, assets/sass/includes/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 858, assets/sass/includes/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 861, assets/sass/includes/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 864, assets/sass/includes/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 867, assets/sass/includes/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 870, assets/sass/includes/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 873, assets/sass/includes/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 876, assets/sass/includes/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 879, assets/sass/includes/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 882, assets/sass/includes/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 885, assets/sass/includes/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 888, assets/sass/includes/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 891, assets/sass/includes/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 894, assets/sass/includes/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 897, assets/sass/includes/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 900, assets/sass/includes/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 903, assets/sass/includes/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 906, assets/sass/includes/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 909, assets/sass/includes/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 912, assets/sass/includes/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 915, assets/sass/includes/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 918, assets/sass/includes/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 921, assets/sass/includes/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 924, assets/sass/includes/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 927, assets/sass/includes/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 930, assets/sass/includes/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 933, assets/sass/includes/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 937, assets/sass/includes/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 940, assets/sass/includes/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 943, assets/sass/includes/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 946, assets/sass/includes/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 949, assets/sass/includes/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 952, assets/sass/includes/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 956, assets/sass/includes/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 959, assets/sass/includes/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 962, assets/sass/includes/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 965, assets/sass/includes/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 968, assets/sass/includes/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 971, assets/sass/includes/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 974, assets/sass/includes/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 977, assets/sass/includes/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 980, assets/sass/includes/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 983, assets/sass/includes/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 986, assets/sass/includes/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 989, assets/sass/includes/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 992, assets/sass/includes/_font-awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 996, assets/sass/includes/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1001, assets/sass/includes/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1004, assets/sass/includes/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1007, assets/sass/includes/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1010, assets/sass/includes/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1014, assets/sass/includes/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1017, assets/sass/includes/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1020, assets/sass/includes/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1023, assets/sass/includes/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1026, assets/sass/includes/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1029, assets/sass/includes/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1032, assets/sass/includes/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1035, assets/sass/includes/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1038, assets/sass/includes/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1041, assets/sass/includes/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1044, assets/sass/includes/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1047, assets/sass/includes/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1050, assets/sass/includes/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1053, assets/sass/includes/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1056, assets/sass/includes/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1059, assets/sass/includes/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1062, assets/sass/includes/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1065, assets/sass/includes/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1068, assets/sass/includes/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1071, assets/sass/includes/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1074, assets/sass/includes/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1077, assets/sass/includes/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1080, assets/sass/includes/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1083, assets/sass/includes/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1086, assets/sass/includes/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1089, assets/sass/includes/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1092, assets/sass/includes/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1095, assets/sass/includes/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1098, assets/sass/includes/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1101, assets/sass/includes/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1104, assets/sass/includes/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1107, assets/sass/includes/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1110, assets/sass/includes/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1113, assets/sass/includes/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1116, assets/sass/includes/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1119, assets/sass/includes/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1122, assets/sass/includes/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1125, assets/sass/includes/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1129, assets/sass/includes/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1133, assets/sass/includes/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1137, assets/sass/includes/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1141, assets/sass/includes/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1144, assets/sass/includes/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1148, assets/sass/includes/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1152, assets/sass/includes/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1158, assets/sass/includes/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1163, assets/sass/includes/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1167, assets/sass/includes/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1171, assets/sass/includes/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1174, assets/sass/includes/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1177, assets/sass/includes/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1180, assets/sass/includes/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1183, assets/sass/includes/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1186, assets/sass/includes/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1189, assets/sass/includes/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1192, assets/sass/includes/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1195, assets/sass/includes/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1198, assets/sass/includes/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1201, assets/sass/includes/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1204, assets/sass/includes/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1207, assets/sass/includes/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1210, assets/sass/includes/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1213, assets/sass/includes/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1216, assets/sass/includes/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1219, assets/sass/includes/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1222, assets/sass/includes/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1225, assets/sass/includes/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1228, assets/sass/includes/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1231, assets/sass/includes/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1234, assets/sass/includes/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1237, assets/sass/includes/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1240, assets/sass/includes/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1243, assets/sass/includes/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1246, assets/sass/includes/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1249, assets/sass/includes/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1252, assets/sass/includes/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1255, assets/sass/includes/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1258, assets/sass/includes/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1261, assets/sass/includes/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1264, assets/sass/includes/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1267, assets/sass/includes/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1270, assets/sass/includes/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1273, assets/sass/includes/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1276, assets/sass/includes/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1279, assets/sass/includes/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1282, assets/sass/includes/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1285, assets/sass/includes/_font-awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1289, assets/sass/includes/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1292, assets/sass/includes/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1295, assets/sass/includes/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1298, assets/sass/includes/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1301, assets/sass/includes/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1304, assets/sass/includes/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1307, assets/sass/includes/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1310, assets/sass/includes/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1313, assets/sass/includes/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1316, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1319, assets/sass/includes/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1322, assets/sass/includes/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1326, assets/sass/includes/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1329, assets/sass/includes/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1332, assets/sass/includes/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1335, assets/sass/includes/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1339, assets/sass/includes/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1342, assets/sass/includes/_font-awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1345, assets/sass/includes/_font-awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1348, assets/sass/includes/_font-awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1351, assets/sass/includes/_font-awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1354, assets/sass/includes/_font-awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1357, assets/sass/includes/_font-awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1362, assets/sass/includes/_font-awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1366, assets/sass/includes/_font-awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1369, assets/sass/includes/_font-awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1372, assets/sass/includes/_font-awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1375, assets/sass/includes/_font-awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1378, assets/sass/includes/_font-awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1381, assets/sass/includes/_font-awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1384, assets/sass/includes/_font-awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1387, assets/sass/includes/_font-awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1390, assets/sass/includes/_font-awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1393, assets/sass/includes/_font-awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1396, assets/sass/includes/_font-awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1399, assets/sass/includes/_font-awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1402, assets/sass/includes/_font-awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1405, assets/sass/includes/_font-awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1408, assets/sass/includes/_font-awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1411, assets/sass/includes/_font-awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1414, assets/sass/includes/_font-awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1417, assets/sass/includes/_font-awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1420, assets/sass/includes/_font-awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1423, assets/sass/includes/_font-awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1426, assets/sass/includes/_font-awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1429, assets/sass/includes/_font-awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1432, assets/sass/includes/_font-awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1435, assets/sass/includes/_font-awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1438, assets/sass/includes/_font-awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1441, assets/sass/includes/_font-awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1445, assets/sass/includes/_font-awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1449, assets/sass/includes/_font-awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1452, assets/sass/includes/_font-awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1455, assets/sass/includes/_font-awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1458, assets/sass/includes/_font-awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1461, assets/sass/includes/_font-awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1464, assets/sass/includes/_font-awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1467, assets/sass/includes/_font-awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1470, assets/sass/includes/_font-awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1473, assets/sass/includes/_font-awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1476, assets/sass/includes/_font-awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1481, assets/sass/includes/_font-awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1485, assets/sass/includes/_font-awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1489, assets/sass/includes/_font-awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1493, assets/sass/includes/_font-awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1496, assets/sass/includes/_font-awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1499, assets/sass/includes/_font-awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1502, assets/sass/includes/_font-awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1505, assets/sass/includes/_font-awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1512, assets/sass/includes/_font-awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1515, assets/sass/includes/_font-awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1520, assets/sass/includes/_font-awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1524, assets/sass/includes/_font-awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1527, assets/sass/includes/_font-awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1530, assets/sass/includes/_font-awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1535, assets/sass/includes/_font-awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1538, assets/sass/includes/_font-awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1541, assets/sass/includes/_font-awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1545, assets/sass/includes/_font-awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1549, assets/sass/includes/_font-awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1553, assets/sass/includes/_font-awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1556, assets/sass/includes/_font-awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1559, assets/sass/includes/_font-awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1562, assets/sass/includes/_font-awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1565, assets/sass/includes/_font-awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1568, assets/sass/includes/_font-awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1571, assets/sass/includes/_font-awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1574, assets/sass/includes/_font-awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1577, assets/sass/includes/_font-awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1581, assets/sass/includes/_font-awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1584, assets/sass/includes/_font-awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1587, assets/sass/includes/_font-awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1590, assets/sass/includes/_font-awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1593, assets/sass/includes/_font-awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1596, assets/sass/includes/_font-awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1599, assets/sass/includes/_font-awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1602, assets/sass/includes/_font-awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1605, assets/sass/includes/_font-awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1608, assets/sass/includes/_font-awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1611, assets/sass/includes/_font-awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1614, assets/sass/includes/_font-awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1617, assets/sass/includes/_font-awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1620, assets/sass/includes/_font-awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1623, assets/sass/includes/_font-awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1626, assets/sass/includes/_font-awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1629, assets/sass/includes/_font-awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1632, assets/sass/includes/_font-awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1635, assets/sass/includes/_font-awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1638, assets/sass/includes/_font-awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1641, assets/sass/includes/_font-awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1644, assets/sass/includes/_font-awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1647, assets/sass/includes/_font-awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1650, assets/sass/includes/_font-awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1653, assets/sass/includes/_font-awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1656, assets/sass/includes/_font-awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1659, assets/sass/includes/_font-awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1662, assets/sass/includes/_font-awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1665, assets/sass/includes/_font-awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1668, assets/sass/includes/_font-awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1671, assets/sass/includes/_font-awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1674, assets/sass/includes/_font-awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1677, assets/sass/includes/_font-awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1680, assets/sass/includes/_font-awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1683, assets/sass/includes/_font-awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1686, assets/sass/includes/_font-awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1689, assets/sass/includes/_font-awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1692, assets/sass/includes/_font-awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1697, assets/sass/includes/_font-awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1700, assets/sass/includes/_font-awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1703, assets/sass/includes/_font-awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1706, assets/sass/includes/_font-awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1709, assets/sass/includes/_font-awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1712, assets/sass/includes/_font-awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1715, assets/sass/includes/_font-awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1718, assets/sass/includes/_font-awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1721, assets/sass/includes/_font-awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1724, assets/sass/includes/_font-awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1727, assets/sass/includes/_font-awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1730, assets/sass/includes/_font-awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1733, assets/sass/includes/_font-awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1736, assets/sass/includes/_font-awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1739, assets/sass/includes/_font-awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1742, assets/sass/includes/_font-awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1745, assets/sass/includes/_font-awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1748, assets/sass/includes/_font-awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1751, assets/sass/includes/_font-awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1754, assets/sass/includes/_font-awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1757, assets/sass/includes/_font-awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1760, assets/sass/includes/_font-awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1764, assets/sass/includes/_font-awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1767, assets/sass/includes/_font-awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1770, assets/sass/includes/_font-awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1773, assets/sass/includes/_font-awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1776, assets/sass/includes/_font-awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1779, assets/sass/includes/_font-awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1782, assets/sass/includes/_font-awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1785, assets/sass/includes/_font-awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1788, assets/sass/includes/_font-awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1791, assets/sass/includes/_font-awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1794, assets/sass/includes/_font-awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1797, assets/sass/includes/_font-awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1800, assets/sass/includes/_font-awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1803, assets/sass/includes/_font-awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1806, assets/sass/includes/_font-awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1809, assets/sass/includes/_font-awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1813, assets/sass/includes/_font-awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1816, assets/sass/includes/_font-awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1819, assets/sass/includes/_font-awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1822, assets/sass/includes/_font-awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1825, assets/sass/includes/_font-awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1829, assets/sass/includes/_font-awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1832, assets/sass/includes/_font-awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1835, assets/sass/includes/_font-awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1838, assets/sass/includes/_font-awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1842, assets/sass/includes/_font-awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1846, assets/sass/includes/_font-awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1850, assets/sass/includes/_font-awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1854, assets/sass/includes/_font-awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1858, assets/sass/includes/_font-awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1861, assets/sass/includes/_font-awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1864, assets/sass/includes/_font-awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1867, assets/sass/includes/_font-awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1870, assets/sass/includes/_font-awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1873, assets/sass/includes/_font-awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1876, assets/sass/includes/_font-awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1879, assets/sass/includes/_font-awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1882, assets/sass/includes/_font-awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1885, assets/sass/includes/_font-awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1888, assets/sass/includes/_font-awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1891, assets/sass/includes/_font-awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1895, assets/sass/includes/_font-awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1899, assets/sass/includes/_font-awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1903, assets/sass/includes/_font-awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1906, assets/sass/includes/_font-awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1910, assets/sass/includes/_font-awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1914, assets/sass/includes/_font-awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1917, assets/sass/includes/_font-awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1920, assets/sass/includes/_font-awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1923, assets/sass/includes/_font-awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1926, assets/sass/includes/_font-awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1929, assets/sass/includes/_font-awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1932, assets/sass/includes/_font-awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1935, assets/sass/includes/_font-awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1938, assets/sass/includes/_font-awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1941, assets/sass/includes/_font-awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1944, assets/sass/includes/_font-awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1947, assets/sass/includes/_font-awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1950, assets/sass/includes/_font-awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1953, assets/sass/includes/_font-awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1956, assets/sass/includes/_font-awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1959, assets/sass/includes/_font-awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1962, assets/sass/includes/_font-awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1965, assets/sass/includes/_font-awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1968, assets/sass/includes/_font-awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1971, assets/sass/includes/_font-awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1974, assets/sass/includes/_font-awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1978, assets/sass/includes/_font-awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1981, assets/sass/includes/_font-awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1984, assets/sass/includes/_font-awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1987, assets/sass/includes/_font-awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1990, assets/sass/includes/_font-awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1993, assets/sass/includes/_font-awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1996, assets/sass/includes/_font-awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1999, assets/sass/includes/_font-awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 2002, assets/sass/includes/_font-awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2005, assets/sass/includes/_font-awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2008, assets/sass/includes/_font-awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2011, assets/sass/includes/_font-awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2014, assets/sass/includes/_font-awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2017, assets/sass/includes/_font-awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2020, assets/sass/includes/_font-awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2023, assets/sass/includes/_font-awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2026, assets/sass/includes/_font-awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2029, assets/sass/includes/_font-awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2032, assets/sass/includes/_font-awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2035, assets/sass/includes/_font-awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2038, assets/sass/includes/_font-awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2041, assets/sass/includes/_font-awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2044, assets/sass/includes/_font-awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2047, assets/sass/includes/_font-awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2050, assets/sass/includes/_font-awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2053, assets/sass/includes/_font-awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2056, assets/sass/includes/_font-awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2059, assets/sass/includes/_font-awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2062, assets/sass/includes/_font-awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2065, assets/sass/includes/_font-awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2068, assets/sass/includes/_font-awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2071, assets/sass/includes/_font-awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2074, assets/sass/includes/_font-awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2077, assets/sass/includes/_font-awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2080, assets/sass/includes/_font-awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2083, assets/sass/includes/_font-awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2086, assets/sass/includes/_font-awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2089, assets/sass/includes/_font-awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2092, assets/sass/includes/_font-awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2095, assets/sass/includes/_font-awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2098, assets/sass/includes/_font-awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2101, assets/sass/includes/_font-awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2104, assets/sass/includes/_font-awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2107, assets/sass/includes/_font-awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2110, assets/sass/includes/_font-awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2113, assets/sass/includes/_font-awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2116, assets/sass/includes/_font-awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2119, assets/sass/includes/_font-awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2122, assets/sass/includes/_font-awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2125, assets/sass/includes/_font-awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2128, assets/sass/includes/_font-awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2132, assets/sass/includes/_font-awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2137, assets/sass/includes/_font-awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2140, assets/sass/includes/_font-awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2143, assets/sass/includes/_font-awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2147, assets/sass/includes/_font-awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2150, assets/sass/includes/_font-awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2153, assets/sass/includes/_font-awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2156, assets/sass/includes/_font-awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2159, assets/sass/includes/_font-awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2162, assets/sass/includes/_font-awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2165, assets/sass/includes/_font-awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2168, assets/sass/includes/_font-awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2171, assets/sass/includes/_font-awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2174, assets/sass/includes/_font-awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2177, assets/sass/includes/_font-awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2181, assets/sass/includes/_font-awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2185, assets/sass/includes/_font-awesome.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2195, assets/sass/includes/_font-awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@-webkit-keyframes fadeInFromNone {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeInFromNone {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}

/* line 730, assets/sass/config/_mixins.scss */
.mt-30 {
  margin-top: 1.875rem !important;
}

/* line 731, assets/sass/config/_mixins.scss */
.mr-30 {
  margin-right: 1.875rem !important;
}

/* line 732, assets/sass/config/_mixins.scss */
.mb-30 {
  margin-bottom: 1.875rem !important;
}

/* line 733, assets/sass/config/_mixins.scss */
.ml-30 {
  margin-left: 1.875rem !important;
}

/* line 734, assets/sass/config/_mixins.scss */
.pt-30 {
  padding-top: 1.875rem !important;
}

/* line 735, assets/sass/config/_mixins.scss */
.pr-30 {
  padding-right: 1.875rem !important;
}

/* line 736, assets/sass/config/_mixins.scss */
.pb-30 {
  padding-bottom: 1.875rem !important;
}

/* line 737, assets/sass/config/_mixins.scss */
.pl-30 {
  padding-left: 1.875rem !important;
}

/* line 730, assets/sass/config/_mixins.scss */
.mt-40 {
  margin-top: 2.5rem !important;
}

/* line 731, assets/sass/config/_mixins.scss */
.mr-40 {
  margin-right: 2.5rem !important;
}

/* line 732, assets/sass/config/_mixins.scss */
.mb-40 {
  margin-bottom: 2.5rem !important;
}

/* line 733, assets/sass/config/_mixins.scss */
.ml-40 {
  margin-left: 2.5rem !important;
}

/* line 734, assets/sass/config/_mixins.scss */
.pt-40 {
  padding-top: 2.5rem !important;
}

/* line 735, assets/sass/config/_mixins.scss */
.pr-40 {
  padding-right: 2.5rem !important;
}

/* line 736, assets/sass/config/_mixins.scss */
.pb-40 {
  padding-bottom: 2.5rem !important;
}

/* line 737, assets/sass/config/_mixins.scss */
.pl-40 {
  padding-left: 2.5rem !important;
}

/* line 730, assets/sass/config/_mixins.scss */
.mt-50 {
  margin-top: 3.125rem !important;
}

/* line 731, assets/sass/config/_mixins.scss */
.mr-50 {
  margin-right: 3.125rem !important;
}

/* line 732, assets/sass/config/_mixins.scss */
.mb-50 {
  margin-bottom: 3.125rem !important;
}

/* line 733, assets/sass/config/_mixins.scss */
.ml-50 {
  margin-left: 3.125rem !important;
}

/* line 734, assets/sass/config/_mixins.scss */
.pt-50 {
  padding-top: 3.125rem !important;
}

/* line 735, assets/sass/config/_mixins.scss */
.pr-50 {
  padding-right: 3.125rem !important;
}

/* line 736, assets/sass/config/_mixins.scss */
.pb-50 {
  padding-bottom: 3.125rem !important;
}

/* line 737, assets/sass/config/_mixins.scss */
.pl-50 {
  padding-left: 3.125rem !important;
}

/* line 730, assets/sass/config/_mixins.scss */
.mt-60 {
  margin-top: 3.75rem !important;
}

/* line 731, assets/sass/config/_mixins.scss */
.mr-60 {
  margin-right: 3.75rem !important;
}

/* line 732, assets/sass/config/_mixins.scss */
.mb-60 {
  margin-bottom: 3.75rem !important;
}

/* line 733, assets/sass/config/_mixins.scss */
.ml-60 {
  margin-left: 3.75rem !important;
}

/* line 734, assets/sass/config/_mixins.scss */
.pt-60 {
  padding-top: 3.75rem !important;
}

/* line 735, assets/sass/config/_mixins.scss */
.pr-60 {
  padding-right: 3.75rem !important;
}

/* line 736, assets/sass/config/_mixins.scss */
.pb-60 {
  padding-bottom: 3.75rem !important;
}

/* line 737, assets/sass/config/_mixins.scss */
.pl-60 {
  padding-left: 3.75rem !important;
}

/* line 742, assets/sass/config/_mixins.scss */
.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

/* line 746, assets/sass/config/_mixins.scss */
.mx-30 {
  margin-left: 1.875rem !important;
  margin-right: 1.875rem !important;
}

/* line 750, assets/sass/config/_mixins.scss */
.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

/* line 754, assets/sass/config/_mixins.scss */
.px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

/* line 742, assets/sass/config/_mixins.scss */
.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

/* line 746, assets/sass/config/_mixins.scss */
.mx-40 {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
}

/* line 750, assets/sass/config/_mixins.scss */
.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

/* line 754, assets/sass/config/_mixins.scss */
.px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

/* line 742, assets/sass/config/_mixins.scss */
.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

/* line 746, assets/sass/config/_mixins.scss */
.mx-50 {
  margin-left: 3.125rem !important;
  margin-right: 3.125rem !important;
}

/* line 750, assets/sass/config/_mixins.scss */
.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

/* line 754, assets/sass/config/_mixins.scss */
.px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

/* line 742, assets/sass/config/_mixins.scss */
.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

/* line 746, assets/sass/config/_mixins.scss */
.mx-60 {
  margin-left: 3.75rem !important;
  margin-right: 3.75rem !important;
}

/* line 750, assets/sass/config/_mixins.scss */
.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

/* line 754, assets/sass/config/_mixins.scss */
.px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

/* line 762, assets/sass/config/_mixins.scss */
.m-30 {
  margin: 1.875rem 1.875rem 1.875rem 1.875rem !important;
}

/* line 765, assets/sass/config/_mixins.scss */
.p-30 {
  padding: 1.875rem 1.875rem 1.875rem 1.875rem !important;
}

/* line 762, assets/sass/config/_mixins.scss */
.m-40 {
  margin: 2.5rem 2.5rem 2.5rem 2.5rem !important;
}

/* line 765, assets/sass/config/_mixins.scss */
.p-40 {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem !important;
}

/* line 762, assets/sass/config/_mixins.scss */
.m-50 {
  margin: 3.125rem 3.125rem 3.125rem 3.125rem !important;
}

/* line 765, assets/sass/config/_mixins.scss */
.p-50 {
  padding: 3.125rem 3.125rem 3.125rem 3.125rem !important;
}

/* line 762, assets/sass/config/_mixins.scss */
.m-60 {
  margin: 3.75rem 3.75rem 3.75rem 3.75rem !important;
}

/* line 765, assets/sass/config/_mixins.scss */
.p-60 {
  padding: 3.75rem 3.75rem 3.75rem 3.75rem !important;
}

/*......PAGE.............*/
/* line 835, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) .main {
  background-color: #fafafa;
  padding-top: 2.5rem;
  padding-bottom: 4.0625rem;
}

/* line 840, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) div.tabs {
  margin-bottom: 2.5rem;
}

/* line 844, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) form {
  border: 0 none;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  padding: 3.125rem 6.25rem 3.125rem 6.25rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

@media (min-width: 1200px) {
  /* line 844, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) form {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 844, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) form {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 844, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) form {
    width: 750px;
  }
}

/* line 852, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) form .form-item {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

/* line 856, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) form .form-actions {
  margin-top: 1.875rem;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* line 861, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) form .form-actions > * {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 866, assets/sass/config/_mixins.scss */
.page-comment:not(.page-comment-reply) form .description {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  /* line 876, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) form {
    width: 45rem;
  }
}

@media (max-width: 767px) {
  /* line 883, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) .main {
    padding-top: 1.25rem;
    padding-bottom: 2.8125rem;
  }
  /* line 887, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) div.tabs {
    margin-bottom: 1.25rem;
  }
  /* line 891, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) form {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media (max-width: 640px) {
  /* line 901, assets/sass/config/_mixins.scss */
  .page-comment:not(.page-comment-reply) form {
    padding: 1.5625rem 2.5rem 1.875rem 2.5rem;
  }
}

/* line 913, assets/sass/config/_mixins.scss */
.page-batch .main {
  background-color: #fafafa;
  padding-top: 2.5rem;
  padding-bottom: 4.0625rem;
}

/* line 918, assets/sass/config/_mixins.scss */
.page-batch .main .page-title {
  font-size: 1.25rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto;
  font-weight: bold;
}

/* line 928, assets/sass/config/_mixins.scss */
.page-batch .main .block-system {
  border: 0 none;
  background-color: #fff;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  padding: 3.125rem 6.25rem 3.125rem 6.25rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

@media (min-width: 1200px) {
  /* line 928, assets/sass/config/_mixins.scss */
  .page-batch .main .block-system {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 928, assets/sass/config/_mixins.scss */
  .page-batch .main .block-system {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 928, assets/sass/config/_mixins.scss */
  .page-batch .main .block-system {
    width: 750px;
  }
}

/* line 939, assets/sass/config/_mixins.scss */
.page-batch.not-front .footer-top {
  margin-top: 0;
}

@media (min-width: 768px) {
  /* line 946, assets/sass/config/_mixins.scss */
  .page-batch .main .page-title, .page-batch .main .block-system {
    width: 45rem;
  }
}

@media (max-width: 767px) {
  /* line 952, assets/sass/config/_mixins.scss */
  .page-batch .main {
    padding-top: 1.25rem;
    padding-bottom: 2.8125rem;
  }
  /* line 955, assets/sass/config/_mixins.scss */
  .page-batch .main .page-title, .page-batch .main .block-system {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}

@media (max-width: 640px) {
  /* line 964, assets/sass/config/_mixins.scss */
  .page-batch .main .page-title, .page-batch .main .block-system {
    padding: 1.5625rem 2.5rem 1.875rem 2.5rem;
  }
}

/* line 975, assets/sass/config/_mixins.scss */
dl a {
  color: #333;
}

/* line 977, assets/sass/config/_mixins.scss */
dl a:hover, dl a:focus {
  color: #3f729b;
}

/* line 981, assets/sass/config/_mixins.scss */
dl dt {
  border-top: 1px dashed #e3e7e8;
  padding-top: 10px;
}

/* line 986, assets/sass/config/_mixins.scss */
dl dt:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 990, assets/sass/config/_mixins.scss */
dl dt + dt {
  margin-top: 10px;
}

/* line 993, assets/sass/config/_mixins.scss */
dl dt:empty {
  display: none;
}

/* line 997, assets/sass/config/_mixins.scss */
dl dd {
  margin-left: 0;
  padding-bottom: 10px;
}

/* line 1001, assets/sass/config/_mixins.scss */
dl dd:last-child {
  padding-bottom: 0;
}

/* color for skin */
/* line 3, assets/sass/base/_skincolor.scss */
.change-skin-menu-wrapper .color-default {
  background-color: #b6ae82;
}

/* background skin */
/* line 3, assets/sass/base/_skinbackground.scss */
.change-skin-menu-wrapper .bg-default a {
  background: rgba(0, 0, 0, 0.8) url("../images/bg-body.jpg") repeat-y center 0;
}

/* line 7, assets/sass/base/_skinbackground.scss */
.change-skin-menu-wrapper .bg-1 a {
  background: url(../images/skins-menu/bg-1.png) 0 0 repeat;
}

/* change background */
/* line 15, assets/sass/base/_skinbackground.scss */
.bg-default {
  background: rgba(0, 0, 0, 0.8) url("../images/bg-body.jpg") repeat-y center 0;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-1 {
  background: url("../images/skins-menu/bg-1.png") 0 0 repeat;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-2 {
  background: url("../images/skins-menu/bg-2.png") 0 0 repeat;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-3 {
  background: url("../images/skins-menu/bg-3.png") 0 0 repeat;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-4 {
  background: url("../images/skins-menu/bg-4.png") 0 0 repeat;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-5 {
  background: url("../images/skins-menu/bg-5.png") 0 0 repeat;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-6 {
  background: url("../images/skins-menu/bg-6.png") 0 0 repeat;
}

/* line 22, assets/sass/base/_skinbackground.scss */
.bg-7 {
  background: url("../images/skins-menu/bg-7.png") 0 0 repeat;
}

/* skin menu */
/* line 2, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper {
  position: fixed;
  left: -188px;
  top: 150px;
  z-index: 500;
  background-color: #fafafa;
  box-shadow: 1px 1px 2px -1px #888;
  -webkit-box-shadow: 1px 1px 2px -1px #888;
  border-radius: 0 0 3px 0;
  -webkit-border-radius: 0 0 3px 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  font-size: 14px;
  /* tag a */
  /* color */
  /*background*/
  /*layout*/
}

/* line 15, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .container {
  width: 185px;
  padding: 10px;
}

/* line 19, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .background,
.change-skin-menu-wrapper .skin-color {
  overflow: hidden;
}

/* line 23, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .skin-color {
  margin-bottom: 15px;
}

/* line 27, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-skin {
  text-align: center;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fafafa;
  padding: 11px;
  width: 40px;
  height: 40px;
  box-shadow: 1px 1px 2px -2px #888;
  -webkit-box-shadow: 1px 1px 2px -2px #888;
  color: #666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

/* line 42, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-skin:hover, .change-skin-menu-wrapper .change-skin:focus {
  color: #333;
}

/* line 46, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-skin i {
  font-size: 16px;
}

/* line 50, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper strong {
  margin-bottom: 10px;
  display: block;
  font-weight: 600;
}

/* line 56, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
}

/* line 60, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}

/* line 69, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-skin-button,
.change-skin-menu-wrapper .change-background-button {
  display: inline-block;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}

/* line 76, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-skin-button:hover, .change-skin-menu-wrapper .change-skin-button:focus,
.change-skin-menu-wrapper .change-background-button:hover,
.change-skin-menu-wrapper .change-background-button:focus {
  opacity: 1;
}

/* line 82, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-background-button {
  border: 1px solid #cdcdcd;
}

/* line 84, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-background-button:hover, .change-skin-menu-wrapper .change-background-button:focus {
  border-color: #7b7b7b;
}

/* line 90, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .layout {
  margin-bottom: 15px;
}

/* line 93, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-layout-button,
.change-skin-menu-wrapper .change-direction-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  padding: 4px 18px;
  background-color: #fff;
  background-image: none;
  min-width: 0;
  height: auto;
  font-size: 14px;
  text-transform: none;
  line-height: 1.42857;
  font-weight: 500;
  border: 1px solid #ccc;
  color: #333;
}

/* line 108, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-layout-button:hover, .change-skin-menu-wrapper .change-layout-button:focus,
.change-skin-menu-wrapper .change-direction-button:hover,
.change-skin-menu-wrapper .change-direction-button:focus {
  background: #fff;
}

/* line 112, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-layout-button:first-child,
.change-skin-menu-wrapper .change-direction-button:first-child {
  border-right: none;
}

/* line 116, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-layout-button.active {
  background-color: #428bca;
  color: #fff;
  border-color: #428bca;
  font-weight: 700;
}

/* line 143, assets/sass/config/_mixins.scss */
.change-skin-menu-wrapper .change-direction:before, .change-skin-menu-wrapper .change-direction:after {
  display: table;
  content: " ";
}

/* line 148, assets/sass/config/_mixins.scss */
.change-skin-menu-wrapper .change-direction:after {
  clear: both;
}

/* line 124, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-direction li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 128, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-direction li:first-child {
  border-right: none;
}

/* line 131, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-direction li .change-direction-button {
  border-right: 1px solid #ccc;
  display: inline-block;
}

/* line 136, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .change-direction li.active .change-direction-button {
  background-color: #428bca;
  color: #fff;
  border-color: #428bca;
  font-weight: 700;
}

/* line 145, assets/sass/base/_skinmenu.scss */
.change-skin-menu-wrapper .background {
  margin-bottom: 15px;
}

/* line 150, assets/sass/base/_skinmenu.scss */
.fly-out {
  left: 0;
}

/* line 156, assets/sass/base/_skinmenu.scss */
[dir="rtl"] .change-skin-menu-wrapper ul {
  padding-right: 0;
}

/* line 159, assets/sass/base/_skinmenu.scss */
[dir="rtl"] .change-skin-menu-wrapper li {
  float: right;
  margin-left: 3px;
  margin-right: 0;
}

/* line 164, assets/sass/base/_skinmenu.scss */
[dir="rtl"] .change-skin-menu-wrapper .change-direction li {
  margin-left: 0;
}

/* line 167, assets/sass/base/_skinmenu.scss */
[dir="rtl"] .change-skin-menu-wrapper .change-layout-button:first-child,
[dir="rtl"] .change-skin-menu-wrapper .change-direction-button:first-child {
  border-left: none;
  border-right: 1px solid #ccc;
}

/*------------------------------------------------------------------*/
/* Basic HTML elements */
/* line 4, assets/sass/base/_base.scss */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

/* line 11, assets/sass/base/_base.scss */
body {
  color: #333;
  font-family: "Chronicle Text G1 A", "Chronicle Text G1 B", "Crimson Text", "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.33;
}

/* line 18, assets/sass/base/_base.scss */
h1, h3, h4, h5, h6,
.h1, .h3, .h4, .h5, .h6 {
  color: #333;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

/* line 24, assets/sass/base/_base.scss */
h1, h2, h3,
.h1, .h2, .h3 {
  line-height: 1.1;
  color: #333;
}

/* line 30, assets/sass/base/_base.scss */
h1, .h1 {
  font-size: 5rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 34, assets/sass/base/_base.scss */
h2, .h2 {
  font-size: 1.875rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 38, assets/sass/base/_base.scss */
h3, .h3 {
  font-size: 1.3125rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 42, assets/sass/base/_base.scss */
h4, .h4 {
  font-size: 1.125rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 46, assets/sass/base/_base.scss */
h5, .h5 {
  font-size: 1rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 50, assets/sass/base/_base.scss */
h6, .h6 {
  font-size: 1rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 55, assets/sass/base/_base.scss */
a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #3f729b;
  outline: none;
}

/* line 59, assets/sass/base/_base.scss */
a:hover, a:focus {
  color: #335d7e;
  outline: none;
  text-decoration: none;
}

/* line 66, assets/sass/base/_base.scss */
strong {
  font-weight: 600;
}

/* line 70, assets/sass/base/_base.scss */
ul, ol {
  margin-bottom: 0.9375rem;
}

/* line 74, assets/sass/base/_base.scss */
p {
  margin-bottom: 0.9375rem;
}

/* line 82, assets/sass/base/_base.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 87, assets/sass/base/_base.scss */
input, select, textarea {
  max-width: 100%;
}

/* line 91, assets/sass/base/_base.scss */
iframe {
  max-width: 100%;
}

/* line 5, assets/sass/base/_elements.scss */
.views-view-grid .views-col {
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/* line 12, assets/sass/base/_elements.scss */
.views-view-grid.cols-1 .views-col {
  width: 100%;
}

/* line 15, assets/sass/base/_elements.scss */
.views-view-grid.cols-2 .views-col {
  width: 50%;
}

/* line 18, assets/sass/base/_elements.scss */
.views-view-grid.cols-3 .views-col {
  width: 33.33333333%;
}

/* line 21, assets/sass/base/_elements.scss */
.views-view-grid.cols-4 .views-col {
  width: 25%;
}

/* line 24, assets/sass/base/_elements.scss */
.views-view-grid.cols-5 .views-col {
  width: 20%;
}

/* line 27, assets/sass/base/_elements.scss */
.views-view-grid .views-row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

/* line 143, assets/sass/config/_mixins.scss */
.views-view-grid .views-row:before, .views-view-grid .views-row:after {
  display: table;
  content: " ";
}

/* line 148, assets/sass/config/_mixins.scss */
.views-view-grid .views-row:after {
  clear: both;
}

/* line 33, assets/sass/base/_elements.scss */
.views-view-grid .views-row > * {
  margin-bottom: 1.875rem;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-1-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-1-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 97.36842%;
  -ms-flex: 0 0 97.36842%;
  flex: 0 0 97.36842%;
  max-width: 97.36842%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-2-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-2-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 47.36842%;
  -ms-flex: 0 0 47.36842%;
  flex: 0 0 47.36842%;
  max-width: 47.36842%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-3-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-3-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30.70175%;
  -ms-flex: 0 0 30.70175%;
  flex: 0 0 30.70175%;
  max-width: 30.70175%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-4-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-4-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22.36842%;
  -ms-flex: 0 0 22.36842%;
  flex: 0 0 22.36842%;
  max-width: 22.36842%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-5-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-5-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 17.36842%;
  -ms-flex: 0 0 17.36842%;
  flex: 0 0 17.36842%;
  max-width: 17.36842%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-6-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-6-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 14.03509%;
  -ms-flex: 0 0 14.03509%;
  flex: 0 0 14.03509%;
  max-width: 14.03509%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-7-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-7-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11.65414%;
  -ms-flex: 0 0 11.65414%;
  flex: 0 0 11.65414%;
  max-width: 11.65414%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-8-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-8-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 9.86842%;
  -ms-flex: 0 0 9.86842%;
  flex: 0 0 9.86842%;
  max-width: 9.86842%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-9-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-9-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.47953%;
  -ms-flex: 0 0 8.47953%;
  flex: 0 0 8.47953%;
  max-width: 8.47953%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 458, assets/sass/config/_mixins.scss */
.view-grid-10-cols .view-content {
  margin-left: -1.31579%;
  margin-right: -1.31579%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 465, assets/sass/config/_mixins.scss */
.view-grid-10-cols .views-row {
  margin-left: 1.31579%;
  margin-right: 1.31579%;
  margin-bottom: 1.875rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 7.36842%;
  -ms-flex: 0 0 7.36842%;
  flex: 0 0 7.36842%;
  max-width: 7.36842%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 44, assets/sass/base/_elements.scss */
.container-fluid {
  padding: 0;
}

/* line 48, assets/sass/base/_elements.scss */
.container {
  padding-top: 1.5625rem;
}

/* line 59, assets/sass/base/_elements.scss */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

/* line 67, assets/sass/base/_elements.scss */
input,
select {
  border: 1px solid #e3e7e8;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
  outline: none;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

/* line 782, assets/sass/config/_mixins.scss */
input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #e3e7e8;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #e3e7e8;
}
input::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #e3e7e8;
}
input::placeholder,
select::placeholder {
  color: #e3e7e8;
}

/* line 785, assets/sass/config/_mixins.scss */
input:focus,
select:focus {
  border: 1px solid #c7cfd1;
  outline: none;
}

/* line 72, assets/sass/base/_elements.scss */
input:focus,
select:focus {
  border-color: #e3e7e8;
  border-bottom-color: #bcc5cf;
}

/* line 78, assets/sass/base/_elements.scss */
textarea {
  border: 1px solid #e3e7e8;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
}

/* line 782, assets/sass/config/_mixins.scss */
textarea::-webkit-input-placeholder {
  color: #e3e7e8;
}
textarea:-ms-input-placeholder {
  color: #e3e7e8;
}
textarea::-ms-input-placeholder {
  color: #e3e7e8;
}
textarea::placeholder {
  color: #e3e7e8;
}

/* line 785, assets/sass/config/_mixins.scss */
textarea:focus {
  border: 1px solid #c7cfd1;
  outline: none;
}

/* line 83, assets/sass/base/_elements.scss */
input[type="file"] {
  height: 2.8125rem;
  padding: 0.6875rem 1.25rem 0.6875rem 1.25rem;
  line-height: 1.42857143;
}

/* line 89, assets/sass/base/_elements.scss */
.form-item,
.form-actions {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

/* line 97, assets/sass/base/_elements.scss */
.form-select {
  height: 2.5rem;
  width: 100%;
  border: 1px solid #e3e7e8;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
}

/* line 782, assets/sass/config/_mixins.scss */
.form-select::-webkit-input-placeholder {
  color: #e3e7e8;
}
.form-select:-ms-input-placeholder {
  color: #e3e7e8;
}
.form-select::-ms-input-placeholder {
  color: #e3e7e8;
}
.form-select::placeholder {
  color: #e3e7e8;
}

/* line 785, assets/sass/config/_mixins.scss */
.form-select:focus {
  border: 1px solid #c7cfd1;
  outline: none;
}

/* line 114, assets/sass/base/_elements.scss */
.form-text {
  border: 1px solid #e3e7e8;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  line-height: 1.42857;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0.5rem 0.9375rem 0.5rem 0.9375rem;
  height: 2.5rem;
  width: 100%;
}

/* line 782, assets/sass/config/_mixins.scss */
.form-text::-webkit-input-placeholder {
  color: #e3e7e8;
}
.form-text:-ms-input-placeholder {
  color: #e3e7e8;
}
.form-text::-ms-input-placeholder {
  color: #e3e7e8;
}
.form-text::placeholder {
  color: #e3e7e8;
}

/* line 785, assets/sass/config/_mixins.scss */
.form-text:focus {
  border: 1px solid #c7cfd1;
  outline: none;
}

/* line 120, assets/sass/base/_elements.scss */
.form-submit {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background-color: #3f729b;
  border: 2px solid #3f729b;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
}

/* line 225, assets/sass/config/_mixins.scss */
.form-submit:hover, .form-submit:focus, .form-submit:active {
  text-decoration: none;
  color: #fff;
  background-color: #335d7e;
  border: 2px solid #335d7e;
}

@media (max-width: 991px) {
  /* line 120, assets/sass/base/_elements.scss */
  .form-submit {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  }
}

@media (min-width: 992px) {
  /* line 120, assets/sass/base/_elements.scss */
  .form-submit {
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  }
}

/* line 122, assets/sass/base/_elements.scss */
.form-submit[id*="cancel"] {
  background-color: #333;
  border-color: #333;
}

/* line 126, assets/sass/base/_elements.scss */
.form-submit[id*="delete"] {
  background-color: #dd4b39;
  border-color: #dd4b39;
}

/* line 171, assets/sass/config/_mixins.scss */
.field-type-text label,
.form-type-textfield label {
  display: block;
  margin-bottom: 0.3125rem;
}

/* line 137, assets/sass/base/_elements.scss */
input[type=radio],
input[type=checkbox] {
  position: relative;
  top: -0.1875rem;
}

/* line 147, assets/sass/base/_elements.scss */
.flexslider {
  border: 0 none;
}

/* line 155, assets/sass/base/_elements.scss */
.ddsDefault .dd-container {
  width: auto !important;
  min-width: 7.8125rem;
}

/* line 159, assets/sass/base/_elements.scss */
.ddsDefault .dd-select {
  width: auto !important;
  border: 0 none;
  background: transparent !important;
  border-radius: 0;
}

/* line 164, assets/sass/base/_elements.scss */
.ddsDefault .dd-select label {
  margin: 0;
}

/* line 168, assets/sass/base/_elements.scss */
.ddsDefault .dd-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

/* line 172, assets/sass/base/_elements.scss */
.ddsDefault .dd-selected {
  padding: 0.4375rem 0.625rem 0.3125rem 0.625rem;
  position: relative;
  padding-left: 2.125rem;
  color: #3f729b;
}

/* line 177, assets/sass/base/_elements.scss */
.ddsDefault .dd-selected:before {
  content: '';
  width: 0.875rem;
  height: 0.875rem;
  left: 0.625rem;
  margin-top: -0.4375rem;
  position: absolute;
  top: 50%;
  background: url("../images/ico-globe.svg") no-repeat transparent;
  background-size: contain;
}

/* line 188, assets/sass/base/_elements.scss */
.ddsDefault .dd-selected img {
  display: none;
}

/* line 191, assets/sass/base/_elements.scss */
.ddsDefault .dd-selected:hover, .ddsDefault .dd-selected:focus {
  color: #335d7e;
}

/* line 196, assets/sass/base/_elements.scss */
.ddsDefault li {
  display: block !important;
}

/* line 198, assets/sass/base/_elements.scss */
.ddsDefault li label {
  line-height: 1.4 !important;
  margin: 0;
}

/* line 203, assets/sass/base/_elements.scss */
.ddsDefault .dd-pointer-down {
  border-top-color: #3f729b;
}

/* line 206, assets/sass/base/_elements.scss */
.ddsDefault .dd-options {
  background: #eaeaea;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
}

/* line 211, assets/sass/base/_elements.scss */
.ddsDefault .dd-option {
  cursor: pointer;
}

/* line 215, assets/sass/base/_elements.scss */
.ddsDefault .dd-option-selected label {
  color: #3f729b;
}

/* line 219, assets/sass/base/_elements.scss */
.ddsDefault .dd-pointer-up {
  border-bottom-color: #3f729b !important;
}

/* line 227, assets/sass/base/_elements.scss */
.flexslider {
  margin-bottom: 0;
}

/* line 232, assets/sass/base/_elements.scss */
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next, .flexslider:focus .flex-direction-nav .flex-prev,
.flexslider:focus .flex-direction-nav .flex-next {
  opacity: 0.5;
  display: block;
}

/* line 237, assets/sass/base/_elements.scss */
.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:focus .flex-direction-nav .flex-prev {
  left: 0;
}

/* line 240, assets/sass/base/_elements.scss */
.flexslider:hover .flex-direction-nav .flex-next, .flexslider:focus .flex-direction-nav .flex-next {
  right: 0;
}

/* line 245, assets/sass/base/_elements.scss */
.flexslider .flex-direction-nav a {
  display: block;
}

/* line 250, assets/sass/base/_elements.scss */
.flex-direction-nav {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 5;
}

@media (min-width: 1200px) {
  /* line 250, assets/sass/base/_elements.scss */
  .flex-direction-nav {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 250, assets/sass/base/_elements.scss */
  .flex-direction-nav {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 250, assets/sass/base/_elements.scss */
  .flex-direction-nav {
    width: 750px;
  }
}

/* line 257, assets/sass/base/_elements.scss */
.flex-direction-nav a {
  width: 1.875rem;
  height: 1.875rem;
  margin-top: -15px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  font-size: 0;
  opacity: 0.5;
  display: block;
}

/* line 266, assets/sass/base/_elements.scss */
.flex-direction-nav a:before {
  display: none;
}

/* line 269, assets/sass/base/_elements.scss */
.flex-direction-nav a:hover, .flex-direction-nav a:focus {
  opacity: 1;
}

/* line 274, assets/sass/base/_elements.scss */
.flex-direction-nav .flex-prev {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 0;
}

/* line 278, assets/sass/base/_elements.scss */
.flex-direction-nav .flex-next {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 0;
}

/* line 284, assets/sass/base/_elements.scss */
.flex-control-nav {
  bottom: 1.875rem;
  z-index: 6;
}

/* line 289, assets/sass/base/_elements.scss */
.flex-control-paging li {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

/* line 294, assets/sass/base/_elements.scss */
.flex-control-paging li a {
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}

/* line 299, assets/sass/base/_elements.scss */
.flex-control-paging li a:hover, .flex-control-paging li a:focus {
  background: #3f729b;
}

/* line 303, assets/sass/base/_elements.scss */
.flex-control-paging li a.flex-active {
  margin-left: 2px;
  margin-right: 2px;
  background: #3f729b;
  -webkit-box-shadow: 0 0 0 2px #3f729b;
  box-shadow: 0 0 0 2px #3f729b;
}

/* line 317, assets/sass/base/_elements.scss */
#tabs li {
  float: left;
  margin-bottom: -1px;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
}

/* line 324, assets/sass/base/_elements.scss */
#tabs li a {
  display: block;
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  padding: 10px 15px;
  background-color: transparent;
}

/* line 333, assets/sass/base/_elements.scss */
#tabs li a:hover, #tabs li a:focus, #tabs li a:active {
  background-color: #eee;
  border-color: #eee #eee #bbb;
}

/* line 342, assets/sass/base/_elements.scss */
#tabs li.active a {
  color: #555555;
  background-color: #fff;
  border: 1px solid #bbb;
  cursor: default;
}

/*........tap.....*/
/* line 356, assets/sass/base/_elements.scss */
.item-list {
  padding: 0 15px;
  margin: 2.5rem 0rem 2.5rem 0rem;
  padding: 0rem 0.9375rem 0rem 0.9375rem;
}

/* line 360, assets/sass/base/_elements.scss */
.item-list .pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

/* line 368, assets/sass/base/_elements.scss */
.item-list .pager li {
  padding: 0;
  display: inline-block;
}

/* line 476, assets/sass/base/_elements.scss */
.item-list ul.pager li {
  margin-left: 0.3rem;
}

/* line 479, assets/sass/base/_elements.scss */
.item-list ul.pager li a, .item-list ul.pager li.pager-current {
  border: 1px solid #e3e7e8;
  border-radius: 0 !important;
  padding: 0.4rem 0.6rem;
}

/* line 486, assets/sass/base/_elements.scss */
.item-list ul.pager li.pager-current {
  background-color: #e3e7e8;
}

/* line 496, assets/sass/base/_elements.scss */
table {
  color: #000;
  background-color: #fff;
  width: 100%;
  display: block;
  border: 1px solid #e3e7e8;
  border-radius: 3px;
  padding: 0px 20px;
}

/* line 504, assets/sass/base/_elements.scss */
table thead tr {
  background: transparent;
}

/* line 506, assets/sass/base/_elements.scss */
table thead tr:hover {
  background: transparent !important;
}

/* line 510, assets/sass/base/_elements.scss */
table tr {
  background-color: #fff !important;
  border-bottom: 1px solid #e3e7e8 !important;
}

/* line 513, assets/sass/base/_elements.scss */
table tr:last-child {
  border-bottom: none !important;
}

/* line 517, assets/sass/base/_elements.scss */
table td, table th {
  padding: 10px 10px 10px 0;
}

/* line 524, assets/sass/base/_elements.scss */
table th {
  padding: 18px 0px 10px 0px;
}

/* line 527, assets/sass/base/_elements.scss */
table tbody {
  border-top: 1px solid #e3e7e8;
}

/* line 533, assets/sass/base/_elements.scss */
table tbody td:last-child {
  border-bottom: none;
}

/* line 537, assets/sass/base/_elements.scss */
table tbody td.views-field-title, table tbody td.views-field-name, table tbody td.views-field-changed {
  font-size: 0.875rem;
  line-height: 1.33;
  font-style: initial;
}

/* line 542, assets/sass/base/_elements.scss */
table tbody td.views-field-title a, table tbody td.views-field-name a, table tbody td.views-field-changed a {
  display: block;
}

/* line 547, assets/sass/base/_elements.scss */
table tbody tr:hover td {
  background-color: #f6f6f6;
}

/* line 553, assets/sass/base/_elements.scss */
.views-table {
  margin-bottom: 3.75rem;
}

/* line 558, assets/sass/base/_elements.scss */
.views-table thead th {
  width: 50%;
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-bottom: none;
}

/* line 565, assets/sass/base/_elements.scss */
.views-table thead th:first-child {
  width: 30%;
}

/* line 568, assets/sass/base/_elements.scss */
.views-table thead th:last-child {
  width: 20%;
  padding-left: 3.125rem;
}

/* line 574, assets/sass/base/_elements.scss */
.views-table tbody td:last-child {
  padding-left: 3.125rem;
}

/* line 599, assets/sass/base/_elements.scss */
.moveable-icon {
  z-index: 99 !important;
}

/* line 603, assets/sass/base/_elements.scss */
#edit-basic .form-submit {
  margin-top: 15px;
}

/* line 608, assets/sass/base/_elements.scss */
.view-empty {
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  text-align: center;
}

/* line 647, assets/sass/base/_elements.scss */
.btn-calltoaction {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background-color: #3f729b;
  border: 2px solid #3f729b;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
}

/* line 225, assets/sass/config/_mixins.scss */
.btn-calltoaction:hover, .btn-calltoaction:focus, .btn-calltoaction:active {
  text-decoration: none;
  color: #fff;
  background-color: #335d7e;
  border: 2px solid #335d7e;
}

@media (max-width: 991px) {
  /* line 647, assets/sass/base/_elements.scss */
  .btn-calltoaction {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  }
}

@media (min-width: 992px) {
  /* line 647, assets/sass/base/_elements.scss */
  .btn-calltoaction {
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  }
}

/* line 665, assets/sass/base/_elements.scss */
.btn-plain {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #222;
  background-color: #fff;
  border: 2px solid #555;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
}

/* line 225, assets/sass/config/_mixins.scss */
.btn-plain:hover, .btn-plain:focus, .btn-plain:active {
  text-decoration: none;
  color: #fff;
  background-color: #555;
  border: 2px solid #555;
}

@media (max-width: 991px) {
  /* line 665, assets/sass/base/_elements.scss */
  .btn-plain {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  }
}

@media (min-width: 992px) {
  /* line 665, assets/sass/base/_elements.scss */
  .btn-plain {
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  }
}

/* line 674, assets/sass/base/_elements.scss */
.pane-transcription-progress-svg .pane-title {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  max-width: 6rem;
  line-height: 1.25;
  margin: 0.5rem 0 1rem 0;
}

/* line 682, assets/sass/base/_elements.scss */
.pane-transcription-progress-svg .pane-title:after {
  height: 0;
  width: 0;
  margin: 0;
}

/* line 689, assets/sass/base/_elements.scss */
.pane-transcription-progress-svg .view-content {
  text-align: center;
}

/* line 701, assets/sass/base/_elements.scss */
.boxes-box-controls .cancel {
  display: none !important;
}

/* line 709, assets/sass/base/_elements.scss */
.form-type-password-confirm .form-type-password {
  position: relative;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  /* line 715, assets/sass/base/_elements.scss */
  .form-type-password-confirm .form-type-password label {
    width: 200px;
    text-align: right;
  }
}

@media (min-width: 992px) {
  /* line 721, assets/sass/base/_elements.scss */
  .form-type-password-confirm .password-strength {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0.5em;
  }
}

/* line 729, assets/sass/base/_elements.scss */
.form-type-password-confirm .password-confirm {
  margin-top: 0.5em;
}

/* line 734, assets/sass/base/_elements.scss */
.page-user .tt-bootstrap-content form .password-suggestions {
  width: 100%;
  max-width: 25em;
  margin: 1em auto;
}

/* line 11, assets/sass/base/_header.scss */
#name-and-slogan {
  font-size: 1.5625rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* line 18, assets/sass/base/_header.scss */
#name-and-slogan h1 {
  font-size: 1.5625rem;
  font-weight: 500;
}

/* line 22, assets/sass/base/_header.scss */
#name-and-slogan a {
  color: #fff;
}

/* line 25, assets/sass/base/_header.scss */
#name-and-slogan strong {
  font-weight: 600;
}

@media (max-width: 991px) {
  /* line 11, assets/sass/base/_header.scss */
  #name-and-slogan {
    margin-top: 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media (min-width: 992px) {
  /* line 11, assets/sass/base/_header.scss */
  #name-and-slogan {
    padding-left: 13.75rem;
  }
}

/* line 36, assets/sass/base/_header.scss */
.region-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width: 992px) {
  /* line 36, assets/sass/base/_header.scss */
  .region-header {
    -webkit-align-self: left;
    -ms-flex-item-align: left;
    align-self: left;
  }
}

/* line 46, assets/sass/base/_header.scss */
.header {
  background-color: #000;
  color: #fff;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
}

/* line 50, assets/sass/base/_header.scss */
.header .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 53, assets/sass/base/_header.scss */
.header .container {
  padding-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 0.625rem;
  min-height: 4.6875rem;
  width: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}

@media (min-width: 1200px) {
  /* line 68, assets/sass/base/_header.scss */
  .header .container {
    padding-left: 1.875rem;
  }
}

@media (min-width: 992px) {
  /* line 74, assets/sass/base/_header.scss */
  .header .block-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
  }
  /* line 78, assets/sass/base/_header.scss */
  .header .block-menu ul li {
    margin: 0;
    padding: 0;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    list-style: none;
  }
  /* line 84, assets/sass/base/_header.scss */
  .header .block-menu ul li a {
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 400;
    text-transform: uppercase;
  }
  /* line 89, assets/sass/base/_header.scss */
  .header .block-menu ul li a:hover, .header .block-menu ul li a:focus {
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    text-decoration: none;
    color: #fff;
  }
  /* line 95, assets/sass/base/_header.scss */
  .header .block-menu ul li a.active {
    text-decoration: none;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    text-decoration: none;
    color: #fff;
  }
}

/* line 108, assets/sass/base/_header.scss */
.block--slnsw-logo {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 113, assets/sass/base/_header.scss */
.block--slnsw-logo .boxes-box-content p {
  margin: 0;
}

/* line 116, assets/sass/base/_header.scss */
.block--slnsw-logo .boxes-box-content a {
  display: block;
  position: relative;
}

/* line 120, assets/sass/base/_header.scss */
.block--slnsw-logo .boxes-box-content a:before {
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMjguMiA0MS43Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuMiAzNC40Yy0xIDAtMS44LjMtMi42IDEtLjcuNy0xIDEuNS0xIDIuNSAwIDEuMS4zIDIgMSAyLjcuNy43IDEuNiAxLjEgMi42IDEuMXMxLjktLjQgMi42LTEuMWMuNy0uNyAxLjEtMS42IDEuMS0yLjcgMC0xLS4zLTEuOC0xLjEtMi41cy0xLjYtMS0yLjYtMXpNMjAuNCAyLjlDMTguMiAxIDE1LjUgMCAxMi4yIDAgNy45IDAgNS42IDEuMyAzLjUgMyAxLjQgNC44IDAgNy42IDAgOS41YzAgMS40LjQgMi41IDEuMiAzLjMuOC44IDEuNyAxLjMgMi45IDEuMyAxIDAgMi0uNiAyLjUtMS41LjEtLjIuMi0uNS4zLS44LjEtLjMuMS0uNi4xLS45IDAtLjgtLjMtMS41LS45LTIuMS0uNy0uNS0xLjQtLjktMS42LTEuNi0uMS0uMy0uMS0uNi0uMS0uOSAwLS44LjUtMiAxLjYtMi43QzcuMSAyLjggOSAyIDExLjIgMmMxLjkgMCAzLjUuNyA0LjkgMiAxLjMgMS40IDIgMy4xIDIgNS40IDAgMS42LS4zIDMuMS0uOCA0LjVzLTEuNCAyLjgtMi43IDQuNGMtMSAxLjItMS44IDIuMi0yLjMgMyAuMi0xLjUuNS0zLjEuOC00LjkuNi0zLjQuOS01LjcuOS02LjkgMC0xLjQtLjMtMi40LS44LTMtLjUtLjYtMS4zLTEtMi4yLTEtLjkgMC0xLjYuMy0yLjIgMS0uNi43LS44IDEuNy0uOCAzIDAgMS4xLjMgMy4zLjkgNi44LjYgMy4xIDEgNS44IDEuMiA4LjEuMSAxLjQuMSAzIC4xIDYuMXYuMmgxLjR2LS4xYy4xLTIuNy40LTQuNyAxLTUuOS42LTEuMiAyLjQtMyA1LjQtNS41IDIuMy0xLjkgMy43LTMuNCA0LjItNC41LjctMS40IDEuMS0zIDEuMS00LjguMy0yLjgtLjgtNS4xLTIuOS03ek0xMzIuNiAyNi4xYzAgLjEgMCAuMS0uMS4xbC01LjcuMVYxMi4xaC4xbDIuMS0uN1YxMWgtNi42di40bDEuOS43djE0LjJoLS4xbC0xLjkuN3YuNGgxMi4xdi00LjdoLS40bC0xLjQgMy40ek04NC43IDEyLjNzMC0uMSAwIDBsMy42LS4ydjE0LjJoLS4xbC0xLjkuN3YuNGg2LjZWMjdsLTIuMS0uN1YxMmwzLjYuMXYuMWwxLjQgMy40aC41VjExSDgyLjhsLS4yIDQuOGguNWwxLjYtMy41ek0xMTIuNSAyMi41aC0uNWwtMS44IDMuN2MwIC4xIDAgLjEtLjEuMWwtNi4zLjF2LTYuN2g1di4xbC45IDIuMWguNHYtNS4zaC0uNGwtLjkgMS44LS4xLjFoLTQuOXYtNi4zbDYgLjJ2LjFsMS40IDMuMmguNVYxMUg5OS4zdi40bDEuOS43aC4xdjE0LjJoLS4xbC0xLjkuN3YuNGgxMi44bC40LTQuOXpNNTIgMTUuN2guNWwxLjYtMy40czAtLjEuMS0uMWwzLjUtLjF2MTQuMmgtLjFsLTEuOS43di40aDYuNlYyN2wtMi4xLS43VjEybDMuNy4xdi4xbDEuNCAzLjRoLjVWMTFINTIuMmwtLjIgNC43ek00My4zIDI3LjhjMy40IDAgNS42LTIgNS42LTQuOSAwLTIuOC0yLjQtMy45LTQuNy01bC0uMi0uMmMtMi4yLTEuMS0zLjQtMS43LTMuNC0zLjMgMC0xLjQgMS40LTIuNSAzLjItMi41IDEuNCAwIDIuMS40IDIuOCAxbDEuMiAyLjVoLjV2LTMuOGgtLjFjLTEtLjQtMi4yLS44LTQuMy0uOC0zLjEgMC01LjMgMS44LTUuMyA0LjUgMCAyLjUgMS45IDMuNyA0LjIgNC44IDMuMyAxLjYgMy44IDIuMSAzLjggMy44IDAgMS42LTEuNCAyLjctMy41IDIuNy0xLjIgMC0yLjEtLjQtMi44LS45bC0xLjUtMy41aC0uNXY0LjZoLjFjMSAuNCAyLjQgMSA0LjkgMXpNNzEuMiAyNy4xbC0yLS43IDEuNy00LjloNS42bDEuOSA0LjktMS44Ljd2LjRoNi4zdi0uNGwtMS44LS43SDgxTDc1LjEgMTFoLTIuNmwuNSAxLjItNS4zIDE0LjFjMCAuMSAwIC4xLS4xLjFsLTEuNy43di40aDUuNHYtLjR6TTczLjcgMTRsMi4zIDYuMmgtNC42bDIuMy02LjJ6TTE1Ny4zIDE4LjVjMi4xLS42IDMuNC0xLjkgMy40LTMuNiAwLTIuNy0yLjctMy45LTUuMy0zLjloLTd2LjRsMS45LjdoLjF2MTQuMmgtLjFsLTEuOS43di40aDYuNmM0IDAgNi41LTEuOCA2LjUtNC44IDAtMS45LTEuNi0zLjUtNC4yLTQuMXptLTQuNC02LjFjLjQtLjEgMS4zLS4yIDIuMi0uMiAyIDAgMyAuOSAzIDIuOSAwIDIuNC0yIDMtMy42IDNoLTEuNnYtNS43em0yLjIgMTMuOWMtLjggMC0xLjctLjEtMi4yLS4xdi02LjhoMS45YzIuNyAwIDQuMSAxLjIgNC4xIDMuNyAwIDItMS4zIDMuMi0zLjggMy4yek0xNzQgMjEuN2wtMS4zLTJjMi4zLS4zIDQuNi0xLjggNC42LTQuNXMtMi4xLTQuMy01LjYtNC4zaC02Ljh2LjRsMS45Ljd2MTQuMmgtLjFsLTEuOS43di40aDYuNnYtLjRsLTIuMS0uN3YtNi44Yy4yLjEuNC40LjguOGwxLjQgMS45YzMuNCA0LjcgNC43IDUuNSA2LjUgNS41LjUgMCAxLjEtLjEgMS44LS4yaC4xVjI3aC0uMWMtMS44LS4yLTIuNC0uOC01LjgtNS4zem0tMy0yLjhjLS42IDAtMSAwLTEuNi0uMXYtNi40Yy4zLS4xIDEuMi0uMiAyLjEtLjIgMi4yIDAgMy4yIDEuMSAzLjIgMy4zLS4xIDIuMi0xLjQgMy40LTMuNyAzLjR6TTE5NS43IDI2LjRMMTg5LjggMTFoLTIuNmwuNSAxLjItNS4zIDE0LjFjMCAuMSAwIC4xLS4xLjFsLTEuNy43di40aDUuM3YtLjRsLTItLjcgMS43LTQuOWg1LjZsMS45IDQuOS0xLjguN3YuNGg2LjN2LS40bC0xLjktLjdjLjEgMCAwIDAgMCAwem0tOS41LTYuMmwyLjItNi4yIDIuMyA2LjJoLTQuNXpNMTQ0LjkgMjcuMWwtMi4xLS43aC0uMVYxMi4xaC4xbDIuMS0uN1YxMWgtNi44di40bDIuMS43aC4xdjE0LjJoLS4xbC0yLjEuN3YuNGg2Ljh2LS4zek0yMDcuOCAyMS43bC0xLjMtMS45YzIuMy0uMyA0LjYtMS44IDQuNi00LjVTMjA5IDExIDIwNS41IDExaC02Ljh2LjRsMS45Ljd2MTQuMmgtLjFsLTEuOS43di40aDYuNlYyN2wtMi4xLS43di02LjhjLjIuMS40LjQuOC44bDEuNCAxLjljMy40IDQuNyA0LjcgNS41IDYuNSA1LjUuNSAwIDEuMS0uMSAxLjgtLjJoLjF2LS40aC0uMWMtMS44LS4zLTIuNC0uOS01LjgtNS40em0tMy0yLjhjLS42IDAtMSAwLTEuNi0uMXYtNi40Yy4zLS4xIDEuMi0uMiAyLjEtLjIgMi4yIDAgMy4yIDEuMSAzLjIgMy4zLS4xIDIuMi0xLjQgMy40LTMuNyAzLjR6TTIyMi44IDEwLjl2LjRsMS45LjctMy42IDctNC4yLTcuM2MtLjQtLjctMS4xLTEuMS0yLTEuMS0xIDAtMiAuMi0yLjYuM2gtLjF2LjVoLjJjMSAwIDEuNy40IDIuMSAxbDQuOCA4LjF2NS45aC0uMWwtMS45Ljd2LjRoNi42di0uNGwtMi4xLS43di01LjlsNC42LTguMmMwLS4xLjEtLjEuMi0uMmwxLjYtLjdWMTFoLTUuNHpNNzguMyAzMy40Yy0xLjggMC0zLjMgMS42LTMuMyAzLjcgMCAyIDEuNSAzLjYgMy40IDMuNnMzLjQtMS42IDMuNC0zLjYtMS42LTMuNy0zLjUtMy43em0uMiA2LjZjLTEuMSAwLTIuMi0xLjEtMi4yLTMuMSAwLTEuNy44LTIuNyAyLTIuNyAxLjEgMCAyLjIgMS4xIDIuMiAzLjEtLjEgMS43LS44IDIuNy0yIDIuN3pNNjEuNCAzMy45bC44LjMtMS4yIDQuMy0xLjktNWgtLjRsLTEuOCA1LTEuMi00LjMuOC0uM3YtLjRoLTIuOHYuNGwuOC4zIDEuOSA2LjVoLjZsMS44LTQuOSAxLjggNC45aC42bDEuOS02LjUuNy0uM3YtLjRoLTIuNHpNODcuMyAzMy45bC45LjN2My45YzAgMS4yLS41IDEuOC0xLjYgMS44LTEuMyAwLTEuNy0uNS0xLjctMS45di0zLjhsLjctLjN2LS40aC0yLjh2LjRsLjguM3YzLjljMCAxLjYgMS4xIDIuNiAyLjggMi42IDEuNiAwIDIuNS0xIDIuNS0yLjZ2LTMuOWwuNy0uM3YtLjNoLTIuNHYuM3pNNzEuMyAzNi40Yy0xLjEtLjUtMS40LS43LTEuNC0xLjMgMC0uNS41LS45IDEuMi0uOS41IDAgLjguMiAxLjEuNGwuNSAxLjFoLjR2LTEuOEg3M2MtLjUtLjItMS0uNC0xLjgtLjQtMS4zIDAtMi4zLjgtMi4zIDJzMSAxLjcgMS44IDIuMWMxLjQuNiAxLjUuOCAxLjUgMS41IDAgLjYtLjUgMS0xLjQgMS0uNSAwLS44LS4yLTEuMS0uM2wtLjYtMS41aC0uNHYyLjFoLjFjLjQuMiAxIC40IDIuMS40IDEuNSAwIDIuNC0uOSAyLjQtMi4xIDAtMS4zLTEtMS44LTItMi4zek00MyAzMy45bC44LjN2NC4xTDQwIDMzLjVoLTEuNnYuNGwuOC42VjQwbC0uOC4zdi4zaDIuNXYtLjNsLS44LS4zdi00LjRsNC4xIDVoLjV2LTYuNGwuOC0uM3YtLjRINDN6TTUxLjUgMzkuOUw0OSA0MHYtMi42aDEuOWwuNC45aC4zdi0yLjRoLS4zbC0uNC44SDQ5di0yLjRsMi4zLjEuNiAxLjRoLjR2LTIuMUg0N3YuNGwuOC4zdjUuOGwtLjguMXYuM2g1LjVsLjItMi4zaC0uNGwtLjggMS42em0wIDBsLjIuMS0uMi0uMXpNOTEgMzUuN2guM2wuNy0xLjRoMS4zVjQwbC0uOC4zdi4zaDIuOXYtLjNsLS45LS4zdi01LjdoMS40bC42IDEuNGguM3YtMi4yaC01Ljd6TTEzMyAzOS45aC0yLjJ2LTUuN2wuOS0uM3YtLjRoLTN2LjRsLjguM1Y0MGwtLjguM3YuM2g1LjN2LTIuMWgtLjR6TTEyNC4zIDMzLjVIMTIzbC4yLjZMMTIxIDQwbC0uOC4zdi4zaDIuNHYtLjRsLS44LS4zLjctMS45aDIuMmwuNyAxLjktLjcuM3YuNGgyLjh2LS4zbC0uOC0uMy0yLjQtNi41em0tMS41IDMuOWwuOC0yLjIuOCAyLjJoLTEuNnpNMTQwLjIgMzkuOWwtMi41LjF2LTIuNmgxLjlsLjQuOWguM3YtMi40aC0uM2wtLjQuOGgtMS45di0yLjRsMi4zLjEuNiAxLjRoLjR2LTIuMWgtNS4zdi40bC44LjNWNDBsLS44LjN2LjNoNS41bC4yLTIuM2gtLjRsLS44IDEuNnptMCAwbC4yLjEtLjItLjF6TTE0NiAzNi40Yy0xLjEtLjUtMS40LS43LTEuNC0xLjMgMC0uNS41LS45IDEuMi0uOS41IDAgLjguMiAxLjEuNGwuNSAxLjFoLjR2LTEuOGgtLjFjLS41LS4yLTEtLjQtMS44LS40LTEuMyAwLTIuMy44LTIuMyAyczEgMS43IDEuOCAyLjFjMS40LjYgMS41LjggMS41IDEuNSAwIC42LS41IDEtMS40IDEtLjUgMC0uOC0uMi0xLjEtLjNsLS42LTEuNWgtLjR2Mi4xaC4xYy40LjIgMSAuNCAyLjEuNCAxLjUgMCAyLjQtLjkgMi40LTIuMSAwLTEuMy0xLTEuOC0yLTIuM3pNMTAyLjkgMzMuOWwuNy4zdjIuM2gtMy4ydi0yLjNsLjctLjN2LS40aC0yLjh2LjRsLjkuM1Y0MGwtLjkuM3YuM2gyLjh2LS4zbC0uNy0uM3YtMi44aDMuMlY0MGwtLjcuM3YuM2gyLjh2LS4zbC0uOS0uM3YtNS44bC45LS4zdi0uNGgtMi44ek0xMjAuNCAzMy41SDExOHYuNGwuOC4zLTEuMiA0LjMtMS44LTQuOXYtLjFoLS41bC0xLjcgNS0xLjMtNC4zLjgtLjN2LS40aC0yLjh2LjRsLjguMyAxLjkgNi41aC42bDEuOC00LjkgMS44IDQuOWguNmwxLjktNi41LjctLjN6Ii8+PC9zdmc+") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: auto;
  background-position: center;
  z-index: 44;
}

@media (max-width: 991px) {
  /* line 133, assets/sass/base/_header.scss */
  .block--slnsw-logo .boxes-box-content a {
    width: 120px;
    height: 32px;
  }
  /* line 136, assets/sass/base/_header.scss */
  .block--slnsw-logo .boxes-box-content a:before {
    width: 120px;
    height: 32px;
  }
}

@media (min-width: 992px) {
  /* line 144, assets/sass/base/_header.scss */
  .block--slnsw-logo .boxes-box-content a {
    width: 170px;
    height: 75px;
  }
  /* line 148, assets/sass/base/_header.scss */
  .block--slnsw-logo .boxes-box-content a:before {
    width: 170px;
    height: 75px;
  }
}

/* line 157, assets/sass/base/_header.scss */
#block-system-user-menu {
  margin-left: 1.25rem;
}

/* line 159, assets/sass/base/_header.scss */
#block-system-user-menu .content .menu li {
  position: relative;
}

/* line 161, assets/sass/base/_header.scss */
#block-system-user-menu .content .menu li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 12px;
  background: #e3e7e8;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 172, assets/sass/base/_header.scss */
#block-system-user-menu .content .menu li:last-child:before {
  display: none;
}

/* line 179, assets/sass/base/_header.scss */
#block-block-5 {
  margin-left: 1.25rem;
}

/* line 181, assets/sass/base/_header.scss */
#block-block-5 .content ul li {
  position: relative;
}

/* line 183, assets/sass/base/_header.scss */
#block-block-5 .content ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 2px;
  height: 12px;
  background: #e3e7e8;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 194, assets/sass/base/_header.scss */
#block-block-5 .content ul li:last-child:before {
  display: none;
}

/* line 5, assets/sass/base/_footer.scss */
.footer-bottom {
  margin-top: 3rem;
  color: #ccc;
  background: #000;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
}

/* line 12, assets/sass/base/_footer.scss */
.footer-bottom .container {
  padding-bottom: 1.25rem;
}

/* line 16, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child {
  text-align: right;
}

/* line 19, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

/* line 25, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: .1rem;
}

/* line 31, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 42, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a {
  display: inline-block;
  border-radius: 2rem;
  line-height: 0.8;
  font-size: 2rem;
  margin-right: 0.2rem;
}

/* line 49, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a:hover, .footer-bottom .container .col-md-4:last-child ul.social li.social-icon a:focus, .footer-bottom .container .col-md-4:last-child ul.social li.social-icon a:active {
  text-decoration: none;
}

/* line 55, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon,
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a [class^="slnsw-icon-"],
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a [class*=" slnsw-icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 78, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.facebook {
  background-color: #3c5b9b;
}

/* line 82, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-facebook:before {
  content: "\e600";
}

/* line 86, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.twitter {
  background-color: #2daae1;
}

/* line 90, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-twitter:before {
  content: "\e605";
}

/* line 94, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.youtube {
  background-color: #e62117;
}

/* line 98, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-youtube:before {
  content: "\e943";
}

/* line 102, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.instagram {
  background-color: #517fa4;
}

/* line 106, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-instagram:before {
  content: "\e602";
}

/* line 110, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.flickr {
  background-color: #e5007e;
}

/* line 114, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-flickr:before {
  content: "\e601";
}

/* line 118, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.pinterest {
  background-color: #2daae1;
}

/* line 122, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-pinterest:before {
  content: "\e603";
}

/* line 126, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.historypin {
  background-color: #e72d92;
}

/* line 130, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-historypin:before {
  content: "\e800";
}

/* line 134, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a.tumblr {
  background-color: #35465c;
}

/* line 138, assets/sass/base/_footer.scss */
.footer-bottom .container .col-md-4:last-child ul.social li.social-icon a .slnsw-icon-tumblr:before {
  content: "\e944";
}

/* line 146, assets/sass/base/_footer.scss */
.footer-bottom .container a.slnsw-logo {
  display: inline-block;
  width: 200px;
  margin: 2rem 0;
}

/* line 152, assets/sass/base/_footer.scss */
.footer-bottom .container a.government-dpe-logo {
  display: inline-block;
  width: 60px;
}

/* line 157, assets/sass/base/_footer.scss */
.footer-bottom .container h2 {
  color: #fff;
  font-size: 1.5rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
  margin-top: 0;
}

/* line 164, assets/sass/base/_footer.scss */
.footer-bottom .container a {
  color: #fff;
}

/* line 167, assets/sass/base/_footer.scss */
.footer-bottom .container a:not(.btn-calltoaction):hover, .footer-bottom .container a:not(.btn-calltoaction):focus, .footer-bottom .container a:not(.btn-calltoaction):active {
  text-decoration: underline;
}

/* line 176, assets/sass/base/_footer.scss */
.footer-top {
  background: #222222;
  text-align: center;
  padding-top: 0.9375rem;
  padding-bottom: 1.5625rem;
}

/* line 181, assets/sass/base/_footer.scss */
.footer-top p {
  margin-bottom: 10px;
}

/* line 184, assets/sass/base/_footer.scss */
.footer-top .content {
  color: #fff;
  font-size: 1.875rem;
}

/* line 188, assets/sass/base/_footer.scss */
.footer-top .button a {
  display: inline-block;
  border-radius: rem(3);
  font-size: 0.875rem;
  padding: 0rem 1.5625rem 0rem 1.5625rem;
  color: #fff;
  min-width: 200px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
}

/* line 819, assets/sass/config/_mixins.scss */
.footer-top .button a:hover, .footer-top .button a:focus {
  background: #335d7e;
  color: #fff;
}

/* line 194, assets/sass/base/_footer.scss */
footer.copyright {
  color: #bbb;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  background: #333;
  font-size: 0.8125rem;
  text-align: center;
}

/* line 201, assets/sass/base/_footer.scss */
footer.copyright .container {
  padding-top: 1rem;
}

/* line 204, assets/sass/base/_footer.scss */
footer.copyright .container ul {
  padding: 0;
  margin: 0 0 1rem 0;
}

/* line 208, assets/sass/base/_footer.scss */
footer.copyright .container ul li {
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
}

/* line 213, assets/sass/base/_footer.scss */
footer.copyright .container ul li:before {
  display: inline-block;
  content: "/";
  color: #777;
  font-weight: 400;
  margin-left: -.1rem;
  margin-right: 0.7rem;
}

/* line 222, assets/sass/base/_footer.scss */
footer.copyright .container ul li:first-child {
  margin-left: 0;
}

/* line 225, assets/sass/base/_footer.scss */
footer.copyright .container ul li:first-child:before {
  content: "";
  margin: 0;
}

/* line 233, assets/sass/base/_footer.scss */
footer.copyright .container p {
  text-transform: capitalize;
  margin-bottom: 8px;
}

/* line 238, assets/sass/base/_footer.scss */
footer.copyright .container a {
  color: #fff;
  padding-right: 10px;
}

/* line 242, assets/sass/base/_footer.scss */
footer.copyright .container a:hover, footer.copyright .container a:focus, footer.copyright .container a:active {
  text-decoration: underline;
}

/* line 248, assets/sass/base/_footer.scss */
footer.copyright .container .col1 {
  position: relative;
}

/* line 250, assets/sass/base/_footer.scss */
footer.copyright .container .col1 img {
  display: none;
}

/* line 253, assets/sass/base/_footer.scss */
footer.copyright .container .col1:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 54px;
  top: -8px;
  right: 0;
}

/* line 4, assets/sass/partials/_view.scss */
.views-field {
  margin-bottom: 0.625rem;
}

/* line 6, assets/sass/partials/_view.scss */
.views-field a {
  color: #3f729b;
}

/* line 9, assets/sass/partials/_view.scss */
.views-field a:hover, .views-field a:focus, .views-field a:active {
  color: #333;
}

/* line 23, assets/sass/partials/_view.scss */
.views-field-field-canonical-id {
  color: #999;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
}

/* line 31, assets/sass/partials/_view.scss */
.views-field-title,
.views-field-name,
.views-field-changed {
  color: #333;
  line-height: 1.11;
  font-weight: 500;
  font-size: 1.125rem;
}

/* line 39, assets/sass/partials/_view.scss */
.views-field-body {
  color: #333;
}

/* line 44, assets/sass/partials/_view.scss */
.resizable > .container-fluid {
  height: 100%;
}

/* line 46, assets/sass/partials/_view.scss */
.resizable > .container-fluid > .row {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 51, assets/sass/partials/_view.scss */
.resizable .sidebar-first {
  position: relative;
  padding-right: 1.875rem;
  padding-left: 0.9375rem;
}

/* line 55, assets/sass/partials/_view.scss */
.resizable .sidebar-first:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.3125rem;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAALbCAYAAADZ8/GQAAAEZklEQVR4nO1cy3ajMAyVDCVh0e5yTv//J0NzAppFsccgydhgTIYJm7S51ftlO04B5AeNAkBGALX39hb+8fEhA7fbTQa+vr5k4PF4yMDz+ZSdSEQyRd/3DECV4nq9wjAMHPj+/hZZgTEGiYhr1fe9LGMYBh0AULyrUgzDkCCciKCua1lG27YiBYouUe0YQa4VEaW5BImIeddFj1HcbjcnZwK0bSsDVjDMi3N8EwBm8bB/LbIa2SEDQqz0QDGtxoeXMxHJSU1E0DQNICIHjDFcXSIKhlYU7pTQ7JApGODbonUfpq5ezqoMjdWi8DRWObSyb84pbG0EWSWoC1JSB1ktCY+sqJAMhIXhFZlwqoxgzMcu6mSw0SoOlmjh6L1m8NUKwBgDTDgAACKKLkkz0LcjspGprHx2DrB9nVFcr1df3b/Cfc9Ost1XNU4rmzaqukvAlpgvqbsYqBxrUVY4vg1prIKAtPxYZyBTd1sE08sgzY5pZ9jJu1HAYutLAGLsiExqldXYv9yvUt9VhR8KyN0nedAXaQAM2JSiRXapGQC/bSTnVZrby7tkdQQTlwYAv5vENAofEA86trlEjKDe+mZNJt6Ji8vavUttHVDk/Gp7BHN494RAcKS+3jSIB/ae53IDGPdOHPA2JdNMrOtappj7aZu622X8JkNVVTLFz8+PDHRdt1343tP5RTrD5XKRgaZp4li57WtJ774ssGL5AdHJMPPw68zBXVvffHu8h4w3EALWJfUbiAfKToN3py4AvPbxTg7A33fGASW0OhFwyr4rnZccr9Ub+EcAPrkKCi8NkAaUEH4KYOkCzTFaFQBIA0oIPy8wP2s/Uis6UvipgXffLVpRbKb/Pz1x1k/oiAZwzmyP7tTuTurj8ZAp1E8a0rXKD5D/OqHwK6uYd8crbxxQP2no+z5aOE2Eq2u4DAcQqlb3+10GvAvWBLHFeZrWp15CyChjfFzGvxdFQYAgJRNfCkibg5FA/hTN4F0K3d7JULXSeUkO7xpj0ixPGEUFe0kQWBfaiXf1CO45nfcDIl1yQARZUq/wrlX79QdLVGeIr/Ogr6aW5wttqbWPDMTYQRCdV3t/5jXfJienaGJ9GGN29a61p2gD8LRKEB4T2ohSi4kgo3D8NQAQEaq/PyMSkQGAGgAqRzHftezVE32VM3QfuwZiwLjZ2mWdCKDH3N9tbzBwufVVVQWISEyr9MIJRRBAKZzd62NJK1EGsS8QB2XYx7/wSksLr7QuKspwxm1X11m+TitxyZmmlZhwwZiLofVcErlxR0QwxnB1EVFuAIjoTvGSLJe9a12v2TGl8G9iM2C0Q2TFk1r1rnUH08r2d0Sc3LBAAMDPz09T1/Xkprhzh+QSQkQSAyXGI8TKUqWxInX5cb/fZeHP51PtouL2VdbKshMpAOSdsExhhbPr9sMwkD+2ndyu66BtW36xt+s6cUUWLmfViVVVyYBWnPo/62iahtkBAIBt28rfjbpcLjn/O4z2FLkd/Qdkgwdi4GhHNgAAAABJRU5ErkJggg==") no-repeat center right;
  background-size: contain;
  display: block;
  z-index: 10;
  width: 1.5625rem;
}

/* line 68, assets/sass/partials/_view.scss */
.resizable .sidebar-first select {
  height: 2.5rem;
}

/* line 74, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-row {
  border-bottom: 1px solid #e3e7e8;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 81, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-row:last-child {
  border-bottom: 0;
}

/* line 85, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #888888;
  width: 100%;
  padding-left: 4.6875rem;
}

/* line 96, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field .field-content {
  display: inline-block;
}

/* line 101, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field-field-number {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  text-transform: uppercase;
  width: 0;
  padding-left: 0;
}

/* line 110, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field-field-number a {
  color: #333;
}

/* line 112, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field-field-number a:hover, .view-zoom-type-list .views-field-field-number a:focus {
  color: #3f729b;
}

/* line 117, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field-content-lock-custom-status {
  position: relative;
  font-size: 0;
}

/* line 120, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field-content-lock-custom-status:before {
  content: "\f023";
  position: absolute;
  top: -10px;
  bottom: 0px;
  right: 0;
  color: #767575;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.875rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 132, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-field-field-status {
  white-space: normal;
}

/* line 136, assets/sass/partials/_view.scss */
.view-zoom-type-list .view-header label {
  color: #333;
  margin-top: 1.5625rem;
}

/* line 141, assets/sass/partials/_view.scss */
.view-zoom-type-list .view-filters {
  margin-bottom: 2.8125rem;
}

/* line 143, assets/sass/partials/_view.scss */
.view-zoom-type-list .view-filters form {
  display: none;
}

/* line 147, assets/sass/partials/_view.scss */
.view-zoom-type-list #tt-page-current-status {
  width: 100%;
}

/* line 150, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-exposed-form .views-exposed-widget {
  float: none;
  padding: 0;
}

/* line 155, assets/sass/partials/_view.scss */
.view-zoom-type-list .views-exposed-form label {
  color: #333;
  margin-top: 1.5625rem;
  display: none;
}

@media (min-width: 1200px) {
  /* line 163, assets/sass/partials/_view.scss */
  .view-zoom-type-list .view-content {
    min-height: 500px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  /* line 170, assets/sass/partials/_view.scss */
  .view-zoom-type-list .view-content-inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: -17px;
    z-index: 1;
    display: block;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 1199px) {
  /* line 184, assets/sass/partials/_view.scss */
  .view-zoom-type-list .view-content {
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 500px;
  }
}

/* line 193, assets/sass/partials/_view.scss */
.panel-pane-pager {
  width: 100%;
}

/* line 195, assets/sass/partials/_view.scss */
.panel-pane-pager .pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 200, assets/sass/partials/_view.scss */
.panel-pane-pager .pane-content > * {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0.1875rem;
  padding-right: 0.1875rem;
}

/* line 204, assets/sass/partials/_view.scss */
.panel-pane-pager .pane-content > *:nth-child(2) {
  text-align: center;
}

/* line 209, assets/sass/partials/_view.scss */
.panel-pane-pager .pane-content label {
  display: none;
}

/* line 213, assets/sass/partials/_view.scss */
.panel-pane-pager a {
  color: #333;
}

/* line 215, assets/sass/partials/_view.scss */
.panel-pane-pager a:hover, .panel-pane-pager a:focus {
  color: #3f729b;
}

/* line 219, assets/sass/partials/_view.scss */
.panel-pane-pager #tt-prev {
  font-size: 0;
  text-align: left;
}

/* line 222, assets/sass/partials/_view.scss */
.panel-pane-pager #tt-prev:before {
  content: "\e659";
  font-family: "icomoon";
  font-size: 1.25rem;
  font-weight: 600;
  margin-right: 0.1875rem;
}

/* line 231, assets/sass/partials/_view.scss */
.panel-pane-pager #tt-next {
  font-size: 0;
  text-align: right;
}

/* line 234, assets/sass/partials/_view.scss */
.panel-pane-pager #tt-next:before {
  content: "\e658";
  font-family: "icomoon";
  font-size: 1.25rem;
  font-weight: 600;
  margin-left: 0.1875rem;
}

/* line 244, assets/sass/partials/_view.scss */
.pane-block-7 {
  position: relative;
}

/* line 246, assets/sass/partials/_view.scss */
.pane-block-7 .pane-content a {
  position: absolute;
  content: "";
  right: 0px;
  top: 13px;
  z-index: 55;
  width: 60px;
  height: 25px;
  background-size: contain;
}

/* line 255, assets/sass/partials/_view.scss */
.pane-block-7 .pane-content a img {
  display: none;
}

/* line 263, assets/sass/partials/_view.scss */
.full-width-icon {
  width: 33px !important;
  height: 33px !important;
  line-height: 33px;
  font-size: 1.4rem;
  text-align: center;
  right: -1px !important;
  bottom: auto !important;
  top: -1px;
  cursor: pointer;
  background: #111111 !important;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-right-radius: 3px;
  z-index: 10 !important;
}

/* line 287, assets/sass/partials/_view.scss */
.full-width-icon:hover, .full-width-icon:focus, .full-width-icon:active {
  color: #c5c5c5;
}

/* line 294, assets/sass/partials/_view.scss */
.moveable-icon {
  width: 23px !important;
  height: 23px !important;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
  background: #dddddd !important;
  border-radius: 3.125rem;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(17, 17, 17, 0.3);
  box-shadow: 0px 0px 3px 1px rgba(17, 17, 17, 0.3);
  margin: 0.625rem 0.5rem 0.625rem 0.5rem;
}

/* line 306, assets/sass/partials/_view.scss */
.moveable-icon:before {
  content: "\f047";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(51, 51, 51, 0.8);
  font-size: 0.875rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 317, assets/sass/partials/_view.scss */
.collapse-btn {
  background: #111;
  border-radius: 0;
  border: 0 none;
  color: #fff;
  padding: 7px 7px 7px 35px;
  font-size: 90%;
  font-weight: normal;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: -11px;
  left: -6px;
  border-top-left-radius: 3px;
}

/* line 349, assets/sass/config/_mixins.scss */
.collapse-btn:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.4rem;
  color: #fff;
  background-color: transparent;
  content: "\e675";
  top: 2px;
  left: 5px;
  position: absolute;
}

/* line 374, assets/sass/config/_mixins.scss */
.collapse-btn:hover, .collapse-btn:focus, .collapse-btn:active {
  color: #adadad;
}

/* line 328, assets/sass/partials/_view.scss */
.expand-btn {
  background: #111;
  border-radius: 0;
  border: 0 none;
  color: #fff;
  padding: 7px 7px 7px 35px;
  font-size: 90%;
  font-weight: normal;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: -11px;
  left: -6px;
  border-top-left-radius: 3px;
}

/* line 349, assets/sass/config/_mixins.scss */
.expand-btn:before {
  display: inline-block;
  font-family: "icomoon";
  font-size: 1.4rem;
  color: #fff;
  background-color: transparent;
  content: "\e675";
  top: 2px;
  left: 5px;
  position: absolute;
  content: "\e676";
}

/* line 374, assets/sass/config/_mixins.scss */
.expand-btn:hover, .expand-btn:focus, .expand-btn:active {
  color: #adadad;
}

/* line 339, assets/sass/partials/_view.scss */
.panel-container.row {
  overflow: inherit;
  margin-left: 0;
  margin-right: 0;
}

/* line 345, assets/sass/partials/_view.scss */
*.panel-left {
  margin-left: 0;
  margin-right: 0;
}

/* line 15, assets/sass/partials/_block.scss */
.panel-pane {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

/*..............Css Tren IE...................*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 32, assets/sass/partials/_block.scss */
  selector {
    property: value;
  }
  /* line 33, assets/sass/partials/_block.scss */
  .tt-bootstrap-banner .container-fluid {
    height: 0.0625rem;
  }
}

/*..............Css Tren IE...................*/
/* line 43, assets/sass/partials/_block.scss */
.front .tt-bootstrap-banner .pane-page-title h1 {
  color: #fff;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  text-shadow: 0 0 15px #000, 0 0 5px #000;
}

/* line 51, assets/sass/partials/_block.scss */
.tt-bootstrap-banner {
  position: relative;
  overflow: hidden;
}

/* line 54, assets/sass/partials/_block.scss */
.tt-bootstrap-banner img {
  width: auto;
  max-width: inherit;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

/* line 62, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .container-fluid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 9.375rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* line 71, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .panel-pane {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 76, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .pane-block-img {
  position: static;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 80, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .pane-block-img .pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

/* line 93, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .pane-block-img .pane-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

/* line 108, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .pane-page-title {
  position: relative;
  z-index: 118;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  margin-bottom: 0.625rem;
  margin-top: 1.5625rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
}

@media (min-width: 1200px) {
  /* line 108, assets/sass/partials/_block.scss */
  .tt-bootstrap-banner .pane-page-title {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 108, assets/sass/partials/_block.scss */
  .tt-bootstrap-banner .pane-page-title {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 108, assets/sass/partials/_block.scss */
  .tt-bootstrap-banner .pane-page-title {
    width: 750px;
  }
}

/* line 116, assets/sass/partials/_block.scss */
.tt-bootstrap-banner .pane-page-title h1, .tt-bootstrap-banner .pane-page-title h3 {
  margin: 0;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 1920px) {
  /* line 132, assets/sass/partials/_block.scss */
  .tt-bootstrap-banner .pane-content p {
    width: 100%;
  }
  /* line 136, assets/sass/partials/_block.scss */
  .tt-bootstrap-banner img {
    width: 100%;
    max-width: 100%;
  }
}

/* line 147, assets/sass/partials/_block.scss */
.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0;
}

/* line 161, assets/sass/partials/_block.scss */
.breadcrumb a {
  font-size: 0.6875rem;
  position: relative;
  margin-left: 0.375rem;
  margin-right: 0.375rem;
  max-width: 500px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

/* line 174, assets/sass/partials/_block.scss */
.breadcrumb a.active {
  color: #777;
  white-space: normal;
}

/* line 180, assets/sass/partials/_block.scss */
.breadcrumb span.breadcrumb-delimiter {
  color: #000000;
  font-size: 0.625rem;
  display: inline-block;
  vertical-align: top;
}

/* line 191, assets/sass/partials/_block.scss */
.block-panel-steps ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5625rem;
  margin-right: -1.5625rem;
}

/* line 198, assets/sass/partials/_block.scss */
.block-panel-steps li {
  position: relative;
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333%;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  border-right: 1px solid #e3e7e8;
  padding: 1.9rem 3rem 1rem 7.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.3;
  color: #333;
  counter-increment: myIndex;
  position: relative;
}

/* line 218, assets/sass/partials/_block.scss */
.block-panel-steps li p:first-child {
  min-height: 5rem;
}

/* line 222, assets/sass/partials/_block.scss */
.block-panel-steps li img {
  display: none;
}

/* line 225, assets/sass/partials/_block.scss */
.block-panel-steps li:before {
  content: counter(myIndex) ". ";
  position: absolute;
  left: 0.6rem;
  top: 2rem;
  font-size: 3.125rem;
  line-height: 0.7;
  color: #333;
  min-width: 4.8125rem;
  text-align: right;
}

/* line 237, assets/sass/partials/_block.scss */
.block-panel-steps li:last-child {
  border-right: 0 none;
}

/* line 269, assets/sass/partials/_block.scss */
.block-panel-highlight-text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}

@media (min-width: 1200px) {
  /* line 269, assets/sass/partials/_block.scss */
  .block-panel-highlight-text {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 269, assets/sass/partials/_block.scss */
  .block-panel-highlight-text {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 269, assets/sass/partials/_block.scss */
  .block-panel-highlight-text {
    width: 750px;
  }
}

@media (min-width: 1200px) {
  /* line 269, assets/sass/partials/_block.scss */
  .block-panel-highlight-text {
    width: 61.875rem;
  }
}

/* line 281, assets/sass/partials/_block.scss */
.block-panel-highlight-text h2 {
  font-style: italic;
}

/* line 296, assets/sass/partials/_block.scss */
.pane-title {
  font-size: 1.875rem;
  font-style: italic;
  text-align: center;
  color: #333;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 321, assets/sass/partials/_block.scss */
.view-project-gift .views-row {
  border: 1px solid #e3e7e8;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 797, assets/sass/config/_mixins.scss */
.view-project-gift .views-row:hover, .view-project-gift .views-row:focus {
  border-color: #dddddd;
  -webkit-box-shadow: 0 0 1px 2px rgba(195, 195, 195, 0.2);
  box-shadow: 0 0 1px 2px rgba(195, 195, 195, 0.2);
}

/* line 327, assets/sass/partials/_block.scss */
.view-project-gift .views-field-title,
.view-project-gift .views-field-body,
.view-project-gift .views-field-field-percentage-unlocked {
  margin: 0.625rem 1.25rem 0.9375rem 1.25rem;
}

/* line 332, assets/sass/partials/_block.scss */
.view-project-gift .views-field-title {
  margin-bottom: 0.25rem;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 336, assets/sass/partials/_block.scss */
.view-project-gift .views-field-body {
  line-height: 1.25;
}

/* line 353, assets/sass/partials/_block.scss */
.view-project-gift:not(.view-project-news) .view-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 359, assets/sass/partials/_block.scss */
.view-project-gift:not(.view-project-news) .views-row {
  position: relative;
}

/* line 367, assets/sass/partials/_block.scss */
.view-project-news .views-row {
  border: none;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1.875rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 373, assets/sass/partials/_block.scss */
.view-project-news .views-row:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 378, assets/sass/partials/_block.scss */
.view-project-news .views-field-title,
.view-project-news .views-field-body {
  margin-left: 1.875rem;
}

/* line 382, assets/sass/partials/_block.scss */
.view-project-news .views-field-title {
  margin-top: 0;
}

/* line 386, assets/sass/partials/_block.scss */
.views-new-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 388, assets/sass/partials/_block.scss */
.views-new-group .views-field-title a {
  position: relative;
}

/*...........detail...............*/
/* line 409, assets/sass/partials/_block.scss */
.block-views-search-detail .view-filters {
  margin-bottom: 1.25rem;
}

/* line 413, assets/sass/partials/_block.scss */
.block-views-search-detail .views-field strong {
  font-weight: normal;
}

/* line 417, assets/sass/partials/_block.scss */
.block-views-search-detail .views-field p:nth-child(2) {
  margin-bottom: 0;
}

/* line 423, assets/sass/partials/_block.scss */
.block-views-search-detail .views-exposed-form .views-exposed-widget {
  width: 50%;
}

/* line 426, assets/sass/partials/_block.scss */
.block-views-search-detail .views-field-body-value {
  margin-bottom: 0.625rem;
}

/* line 429, assets/sass/partials/_block.scss */
.block-views-search-detail .views-row {
  border-bottom: 1px solid #e3e7e8;
  margin-bottom: 1.25rem;
  padding-bottom: 0.625rem;
}

/* line 434, assets/sass/partials/_block.scss */
.block-views-search-detail .views-row .views-field-body-value {
  margin-bottom: 5px;
}

/* line 436, assets/sass/partials/_block.scss */
.block-views-search-detail .views-row .views-field-body-value p {
  margin-bottom: 5px;
}

/* line 441, assets/sass/partials/_block.scss */
.block-views-search-detail .views-row .views-field-title {
  margin-bottom: 15px;
  color: #333;
  line-height: 1.11;
  font-weight: 500;
  font-size: 1.125rem;
}

/* line 451, assets/sass/partials/_block.scss */
.block-views-search-detail .view-content {
  margin-top: 3.125rem;
}

/* line 455, assets/sass/partials/_block.scss */
.view-document-list {
  margin-top: 1.5625rem;
}

/* line 457, assets/sass/partials/_block.scss */
.view-document-list .views-row {
  border: 1px solid #e3e7e8;
  background: #fff;
  border-radius: 3px;
  margin-bottom: 1.25rem;
  margin-bottom: 1.875rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

/* line 797, assets/sass/config/_mixins.scss */
.view-document-list .views-row:hover, .view-document-list .views-row:focus {
  border-color: #dddddd;
  -webkit-box-shadow: 0 0 1px 2px rgba(195, 195, 195, 0.2);
  box-shadow: 0 0 1px 2px rgba(195, 195, 195, 0.2);
}

/* line 464, assets/sass/partials/_block.scss */
.view-document-list .views-field {
  padding: 0rem 1.25rem 0rem 1.25rem;
}

/* line 466, assets/sass/partials/_block.scss */
.view-document-list .views-field .views-label {
  font-weight: 600;
}

/* line 471, assets/sass/partials/_block.scss */
.view-document-list .views-field-field-collection-image {
  padding-left: 0;
  padding-right: 0;
}

/* line 476, assets/sass/partials/_block.scss */
.view-document-list .view-header {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

/* line 485, assets/sass/partials/_block.scss */
.view-document-list .view-filters {
  border-top: 1px solid #e3e7e8;
  padding-top: 0.5rem;
}

/* line 489, assets/sass/partials/_block.scss */
.view-document-list .views-exposed-form .views-exposed-widget {
  width: 22.5%;
}

/* line 490, assets/sass/partials/_block.scss */
.view-document-list .views-exposed-form .views-exposed-widget .form-item-field-status-value {
  margin-top: 1.875rem;
}

/* line 495, assets/sass/partials/_block.scss */
.view-document-list .views-exposed-form .views-submit-button {
  width: 10%;
  padding-right: 0;
}

/* line 499, assets/sass/partials/_block.scss */
.view-document-list .views-field-field-tt-image, .view-document-list .views-field-field-transcript-image {
  padding: 0;
  text-align: center;
}

/* line 503, assets/sass/partials/_block.scss */
.view-document-list .content {
  text-align: center;
}

/* line 507, assets/sass/partials/_block.scss */
.view-document-list .views-field-field-tt-image.hover a, .view-document-list .views-field-field-tt-image a {
  position: relative;
  display: block;
}

/* line 515, assets/sass/partials/_block.scss */
.view-document-list .locked .views-field-field-tt-image.hover a:before, .view-document-list .locked .views-field-field-tt-image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.4);
}

/* line 526, assets/sass/partials/_block.scss */
.view-document-list .locked .views-field-field-tt-image.hover a:after, .view-document-list .locked .views-field-field-tt-image a:after {
  content: "\f023";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 12;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 540, assets/sass/partials/_block.scss */
.view-document-list .views-field-title, .view-document-list .views-field-field-number {
  font-size: 1.125rem;
  font-weight: 600;
}

/* line 543, assets/sass/partials/_block.scss */
.view-document-list .views-field-title span, .view-document-list .views-field-title .field-content, .view-document-list .views-field-field-number span, .view-document-list .views-field-field-number .field-content {
  display: inline-block;
}

/* line 547, assets/sass/partials/_block.scss */
.view-document-list .views-field-content-lock-custom-status {
  font-weight: 600;
  display: none;
}

/* line 551, assets/sass/partials/_block.scss */
.view-document-list .views-field-title {
  line-height: 1.33;
  font-style: normal;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 561, assets/sass/partials/_block.scss */
.view-document-list.owf-unlocked .views-row {
  padding-bottom: 3.125rem;
}

/*...............*/
/* line 571, assets/sass/partials/_block.scss */
.views-exposed-form label {
  font-size: 0.875rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

/* line 584, assets/sass/partials/_block.scss */
.views-exposed-form .form-item-sort-by .form-select {
  padding: 0 10px;
}

/* line 589, assets/sass/partials/_block.scss */
.views-exposed-form .views-widget-sort-order .form-select, .views-exposed-form .views-submit-button .form-select {
  padding: 0 10px;
}

/* line 592, assets/sass/partials/_block.scss */
.views-exposed-form .views-widget-sort-order .form-submit, .views-exposed-form .views-submit-button .form-submit {
  line-height: 15px;
  margin-top: 1.5rem;
  height: 2.5rem;
  padding: 0rem 1.25rem 0rem 1.25rem;
}

/*...............*/
/* line 602, assets/sass/partials/_block.scss */
.btn-list {
  text-align: right;
  margin-top: -2.1875rem;
}

/* line 605, assets/sass/partials/_block.scss */
.btn-list a {
  display: inline-block;
  border-radius: rem(3);
  font-size: 0.875rem;
  padding: 0rem 1.5625rem 0rem 1.5625rem;
  color: #fff;
  min-width: 200px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-size: 0.875rem;
}

/* line 819, assets/sass/config/_mixins.scss */
.btn-list a:hover, .btn-list a:focus {
  background: #335d7e;
  color: #fff;
}

/* line 611, assets/sass/partials/_block.scss */
.btn-list a:hover {
  border: none;
  color: #fff;
  background: #111111;
}

/* line 619, assets/sass/partials/_block.scss */
.panel-container.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border: 1px solid #e3e7e8;
  border-radius: 3px;
}

/* line 625, assets/sass/partials/_block.scss */
.panel-container.row .pane-title {
  font-size: 1.25rem;
}

/* line 628, assets/sass/partials/_block.scss */
.panel-container.row .pane-title:after {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 50px;
}

/* line 636, assets/sass/partials/_block.scss */
.panel-container.row .splitter {
  width: 9px;
  background-color: #c3c3c3;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAhCAQAAABOpSL+AAAAIklEQVR4AWMwbb/PdR+JZDD9f1/oPhI5sgVGBSruc9xHIgGdSQqqQJGkRgAAAABJRU5ErkJggg==), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAhCAQAAABOpSL+AAAAIklEQVR4AWMwbb/PdR+JZDD9f1/oPhI5sgVGBSruc9xHIgGdSQqqQJGkRgAAAABJRU5ErkJggg==);
  background-position: center 10px, center calc(100% - 10px);
  background-repeat: no-repeat, no-repeat;
  background-color: #c3c3c3;
  min-height: 200px;
  cursor: col-resize;
}

/* line 649, assets/sass/partials/_block.scss */
.panel-container.row .splitter-horizontal {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAICAQAAADdTl4aAAAAIElEQVQoz2MwrTD9TxFsZ7jPcV+IIsjFQAUw6hFqegQA+xzRHT2p7pEAAAAASUVORK5CYII=) center center no-repeat #535353;
  cursor: row-resize;
}

/* line 658, assets/sass/partials/_block.scss */
.panel-container.row .panel-right {
  background: transparent;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

/* line 661, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .pane-title {
  font-size: 1.25rem;
}

/* line 664, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .tips {
  display: none;
}

/* line 668, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .form-item label {
  font-size: 1.25rem;
}

/* line 671, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .form-item .form-required {
  display: none;
}

/* line 676, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .field-name-field-working-notes,
.panel-container.row .panel-right .field-name-field-status {
  display: block;
}

/* line 680, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .field-name-field-working-notes label,
.panel-container.row .panel-right .field-name-field-status label {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

/* line 687, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .field-name-field-working-notes .grippie,
.panel-container.row .panel-right .field-name-field-status .grippie {
  display: none;
}

/* line 691, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .field-name-body {
  display: block;
}

/* line 693, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .field-name-body label {
  display: none;
}

/* line 698, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .form-actions {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 704, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .btn-edit {
  margin-top: 1.5625rem;
}

/* line 706, assets/sass/partials/_block.scss */
.panel-container.row .panel-right .btn-edit a {
  width: 165px;
  display: block;
  border-color: #e3e7e8;
  color: #333;
  border: 1px solid #e3e7e8;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.1875rem;
}

/* line 729, assets/sass/partials/_block.scss */
.panel-container.row .panel-left {
  background: #fafcfc;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}

/* line 732, assets/sass/partials/_block.scss */
.panel-container.row .panel-left .pane-title {
  font-size: 1.25rem;
}

/* line 737, assets/sass/partials/_block.scss */
.panel-container.row .ckeditor_links {
  display: none !important;
}

/* line 740, assets/sass/partials/_block.scss */
.panel-container.row #edit-delete--2 {
  display: none;
}

/* line 743, assets/sass/partials/_block.scss */
.panel-container.row #edit-body-und-0-format-help--2 {
  display: none;
}

/* line 746, assets/sass/partials/_block.scss */
.panel-container.row .form-actions {
  margin: 0 -10px;
}

/* line 751, assets/sass/partials/_block.scss */
.panel-container.row .form-submit {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background-color: #3f729b;
  border: 2px solid #3f729b;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  margin: 0 10px 10px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 225, assets/sass/config/_mixins.scss */
.panel-container.row .form-submit:hover, .panel-container.row .form-submit:focus, .panel-container.row .form-submit:active {
  text-decoration: none;
  color: #fff;
  background-color: #335d7e;
  border: 2px solid #335d7e;
}

@media (max-width: 991px) {
  /* line 751, assets/sass/partials/_block.scss */
  .panel-container.row .form-submit {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  }
}

@media (min-width: 992px) {
  /* line 751, assets/sass/partials/_block.scss */
  .panel-container.row .form-submit {
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  }
}

/* line 756, assets/sass/partials/_block.scss */
.panel-container.row .form-submit[value="Cancel edit"] {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #222;
  background-color: #fff;
  border: 2px solid #555;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  margin-top: 10px;
  width: 100%;
}

/* line 225, assets/sass/config/_mixins.scss */
.panel-container.row .form-submit[value="Cancel edit"]:hover, .panel-container.row .form-submit[value="Cancel edit"]:focus, .panel-container.row .form-submit[value="Cancel edit"]:active {
  text-decoration: none;
  color: #fff;
  background-color: #555;
  border: 2px solid #555;
}

@media (max-width: 991px) {
  /* line 756, assets/sass/partials/_block.scss */
  .panel-container.row .form-submit[value="Cancel edit"] {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  }
}

@media (min-width: 992px) {
  /* line 756, assets/sass/partials/_block.scss */
  .panel-container.row .form-submit[value="Cancel edit"] {
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  }
}

/* line 763, assets/sass/partials/_block.scss */
.panel-container.row .filter-wrapper .form-item {
  float: none;
  padding: 0 !important;
}

/* line 766, assets/sass/partials/_block.scss */
.panel-container.row .filter-wrapper .form-item .form-select {
  padding: 0 15px;
}

/* line 770, assets/sass/partials/_block.scss */
.panel-container.row .deepzoom {
  background: #d9d7d5;
  height: 100vh;
}

/* line 775, assets/sass/partials/_block.scss */
.panel-container.row .deepzoom div div:nth-child(4) {
  left: 0 !important;
}

/* line 777, assets/sass/partials/_block.scss */
.panel-container.row .deepzoom div div:nth-child(4) > span {
  opacity: 1 !important;
}

/* line 781, assets/sass/partials/_block.scss */
.panel-container.row .deepzoom div div:nth-child(4) span[title="Zoom in"] img {
  width: 40px;
  height: 40px;
}

/*.................search..............*/
/* line 797, assets/sass/partials/_block.scss */
.pane-user-online, .pane-user-new, .pane-custom-left, .pane-custom-right {
  width: 50%;
  display: inline-block;
  float: left;
}

/* line 802, assets/sass/partials/_block.scss */
.pane-user-online .pane-title, .pane-user-new .pane-title, .pane-custom-left .pane-title, .pane-custom-right .pane-title {
  text-align: left;
  line-height: 1.33;
  margin-top: 0;
  font-size: 1.25rem;
}

/* line 807, assets/sass/partials/_block.scss */
.pane-user-online .pane-title:after, .pane-user-new .pane-title:after, .pane-custom-left .pane-title:after, .pane-custom-right .pane-title:after {
  display: none;
}

/* line 811, assets/sass/partials/_block.scss */
.pane-user-online .item-list a, .pane-user-new .item-list a, .pane-custom-left .item-list a, .pane-custom-right .item-list a {
  color: #333;
}

/* line 813, assets/sass/partials/_block.scss */
.pane-user-online .item-list a:hover, .pane-user-new .item-list a:hover, .pane-custom-left .item-list a:hover, .pane-custom-right .item-list a:hover {
  text-decoration: underline;
}

/* line 819, assets/sass/partials/_block.scss */
.pane-user-online, .pane-custom-left {
  padding-right: 2.5rem;
  border-right: 1px solid #e3e7e8;
}

/* line 823, assets/sass/partials/_block.scss */
.pane-user-new, .pane-custom-right {
  padding-left: 2.5rem;
}

/* line 827, assets/sass/partials/_block.scss */
.pane-clear {
  clear: both;
}

/* line 832, assets/sass/partials/_block.scss */
.pane-google-cse-google-cse label {
  font-size: 1.25rem;
}

/* line 837, assets/sass/partials/_block.scss */
.pane-google-cse-google-cse .form-text {
  width: 50%;
}

/* line 840, assets/sass/partials/_block.scss */
.pane-google-cse-google-cse form .form-submit {
  margin-left: 0.9375rem !important;
  position: relative;
  top: -0.125rem;
}

/* line 845, assets/sass/partials/_block.scss */
.pane-google-cse-google-cse .gsc-control-cse {
  padding: 0;
}

/* line 849, assets/sass/partials/_block.scss */
.pane-google-cse-google-cse .gsc-results-wrapper-nooverlay {
  border: 1px solid #e3e7e8;
  background-color: #fafafa;
  margin-top: 3.125rem;
  padding: 1.25rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.117647);
}

/*...new.........*/
/* line 882, assets/sass/partials/_block.scss */
.view-new-list {
  background: #eee;
}

/* line 884, assets/sass/partials/_block.scss */
.view-new-list .views-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 887, assets/sass/partials/_block.scss */
.view-new-list .views-row:nth-child(2n+1) .views-field-field-image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 891, assets/sass/partials/_block.scss */
.view-new-list .views-row:nth-child(2n+1) .view-new-inner:before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 100%;
  right: auto;
}

/* line 899, assets/sass/partials/_block.scss */
.view-new-list .views-row .hover a {
  opacity: 0.8;
}

/* line 901, assets/sass/partials/_block.scss */
.view-new-list .views-row .hover a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 907, assets/sass/partials/_block.scss */
.view-new-list .views-field-title {
  font-style: initial;
  letter-spacing: 0.15px;
}

/* line 910, assets/sass/partials/_block.scss */
.view-new-list .views-field-title a {
  display: block;
  border-bottom: 2px solid rgba(204, 204, 204, 0);
  -webkit-transition: border-bottom .8s;
  transition: border-bottom .8s;
  padding-bottom: 0.1875rem;
}

/* line 915, assets/sass/partials/_block.scss */
.view-new-list .views-field-title a:hover {
  border-bottom: 2px solid rgba(204, 204, 204, 0.8);
}

/* line 920, assets/sass/partials/_block.scss */
.view-new-list .views-field-created {
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 924, assets/sass/partials/_block.scss */
.view-new-list .views-field-field-image {
  width: 50%;
  overflow: hidden;
  margin-bottom: 0;
}

/* line 928, assets/sass/partials/_block.scss */
.view-new-list .views-field-field-image a {
  opacity: 1;
  background: rgba(238, 238, 238, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

/* line 935, assets/sass/partials/_block.scss */
.view-new-list .views-field-field-image a img {
  -webkit-transition: all .8s ease-out;
  transition: all .8s ease-out;
}

/* line 938, assets/sass/partials/_block.scss */
.view-new-list .views-field-field-image a:hover, .view-new-list .views-field-field-image a:focus {
  opacity: 0.8;
}

/* line 940, assets/sass/partials/_block.scss */
.view-new-list .views-field-field-image a:hover img, .view-new-list .views-field-field-image a:focus img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 948, assets/sass/partials/_block.scss */
.view-new-list .views-field-field-image:hover + .view-new-inner .views-field-title a {
  border-bottom: 2px solid rgba(204, 204, 204, 0.8);
}

/* line 956, assets/sass/partials/_block.scss */
.view-new-list .view-new-inner {
  position: relative;
  width: 50%;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

/* line 960, assets/sass/partials/_block.scss */
.view-new-list .view-new-inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #eee;
  border-right: 0 solid transparent;
  top: 50%;
  bottom: auto;
  margin-top: -30px;
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 100%;
  left: auto;
}

/* line 979, assets/sass/partials/_block.scss */
.view-new-list .pager-next a, .view-new-list .pager-first a {
  font-size: 16px;
  display: inline-block;
  border-radius: rem(3);
  font-size: 0.875rem;
  padding: 0rem 1.5625rem 0rem 1.5625rem;
  color: #fff;
  min-width: 200px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}

/* line 981, assets/sass/partials/_block.scss */
.view-new-list .pager-next a:before, .view-new-list .pager-first a:before {
  display: none;
}

/* line 819, assets/sass/config/_mixins.scss */
.view-new-list .pager-next a:hover, .view-new-list .pager-next a:focus, .view-new-list .pager-first a:hover, .view-new-list .pager-first a:focus {
  background: #335d7e;
  color: #fff;
}

/* line 987, assets/sass/partials/_block.scss */
.view-new-list .item-list {
  background: #fff;
  margin-top: 0;
  padding-top: 3.125rem;
}

/* line 997, assets/sass/partials/_block.scss */
.not-front .tt-bootstrap-footer .comment-form {
  display: none;
}

/* line 1003, assets/sass/partials/_block.scss */
.not-front.logged-in .tt-bootstrap-footer .comment-form {
  display: block;
}

/* line 1010, assets/sass/partials/_block.scss */
.btn-new-detail {
  text-align: center;
}

/* line 1013, assets/sass/partials/_block.scss */
.btn-new-detail-2 {
  text-align: center;
}

/* line 1027, assets/sass/partials/_block.scss */
.btn-a-lg {
  color: #333;
  border-bottom: 2px solid rgba(51, 51, 51, 0.3);
}

/* line 1030, assets/sass/partials/_block.scss */
.btn-a-lg:hover {
  border-bottom: 2px solid #333333;
}

/* line 1034, assets/sass/partials/_block.scss */
.btn-a-new {
  display: inline-block;
  border-radius: rem(3);
  font-size: 0.875rem;
  padding: 0rem 1.5625rem 0rem 1.5625rem;
  color: #fff;
  min-width: 200px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  text-transform: uppercase;
  border: none;
  height: 50px;
  line-height: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  font-size: 0.875rem;
}

/* line 819, assets/sass/config/_mixins.scss */
.btn-a-new:hover, .btn-a-new:focus {
  background: #335d7e;
  color: #fff;
}

/* line 1041, assets/sass/partials/_block.scss */
.pane-node-comment-wrapper {
  height: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

/* line 1046, assets/sass/partials/_block.scss */
.pane-node-comment-wrapper.show {
  height: 100%;
  display: block;
}

@media (min-width: 768px) {
  /* line 1052, assets/sass/partials/_block.scss */
  .pane-form-comment {
    margin-right: 40%;
  }
}

/* line 1059, assets/sass/partials/_block.scss */
.comment-form fieldset.collapsible {
  min-height: 50px;
}

/* line 1062, assets/sass/partials/_block.scss */
.comment-form .form-item {
  margin-top: 0;
  margin-bottom: 15px;
}

/* line 1066, assets/sass/partials/_block.scss */
.comment-form .form-actions {
  width: 100% !important;
  padding-left: 120px !important;
  position: relative;
}

/* line 1070, assets/sass/partials/_block.scss */
.comment-form .form-actions .form-submit {
  display: inline-block;
  height: 40px !important;
  width: auto !important;
  margin-right: 15px;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  /* line 1079, assets/sass/partials/_block.scss */
  .comment-form .form-item-subject input {
    max-width: 400px;
  }
  /* line 1082, assets/sass/partials/_block.scss */
  .comment-form label {
    min-width: 120px;
    display: inline-block;
  }
  /* line 1086, assets/sass/partials/_block.scss */
  .comment-form .form-actions {
    padding-left: 120px !important;
  }
  /* line 1089, assets/sass/partials/_block.scss */
  .comment-form .form-item {
    position: relative;
    padding-left: 120px;
  }
  /* line 1092, assets/sass/partials/_block.scss */
  .comment-form .form-item label {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 1098, assets/sass/partials/_block.scss */
  .comment-form .field-type-text-long {
    padding-left: 120px;
    position: relative;
  }
  /* line 1101, assets/sass/partials/_block.scss */
  .comment-form .field-type-text-long label {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 1106, assets/sass/partials/_block.scss */
  .comment-form .field-type-text-long .form-item {
    padding-left: 0;
    position: static;
  }
  /* line 1112, assets/sass/partials/_block.scss */
  .comment-form .content .field-type-text-long {
    padding-left: 0;
  }
}

/* line 1130, assets/sass/partials/_block.scss */
.comment {
  margin-top: 15px;
  border-top: 1px solid #e3e7e8;
  padding-top: 15px;
  padding-left: 80px;
  position: relative;
}

/* line 1136, assets/sass/partials/_block.scss */
.comment .user-picture {
  position: absolute;
  left: 0;
  top: 15px;
}

/* line 1140, assets/sass/partials/_block.scss */
.comment .user-picture a {
  display: block;
  width: 40px;
  height: 40px;
}

/* line 1146, assets/sass/partials/_block.scss */
.comment .comment-author {
  display: inline-block;
}

/* line 1148, assets/sass/partials/_block.scss */
.comment .comment-author:after {
  content: ', ';
  display: inline-block;
}

/* line 1153, assets/sass/partials/_block.scss */
.comment .submitted {
  display: inline-block;
}

/* line 1156, assets/sass/partials/_block.scss */
.comment .content {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* line 1160, assets/sass/partials/_block.scss */
.comment h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1165, assets/sass/partials/_block.scss */
.comment ul.inline li:first-child {
  padding-left: 0;
}

/* line 1168, assets/sass/partials/_block.scss */
.comment ul.inline li:last-child {
  padding-right: 0;
}

/* line 1175, assets/sass/partials/_block.scss */
.indented {
  margin-left: 60px;
}

/* line 1180, assets/sass/partials/_block.scss */
.comment-wrapper h3.title {
  border-top: 1px solid #e3e7e8;
  margin-top: 20px;
  padding-top: 20px;
}

/* line 1185, assets/sass/partials/_block.scss */
.comment-wrapper h2.title {
  font-size: 1.3125rem;
  margin-bottom: 20px;
}

/* line 1192, assets/sass/partials/_block.scss */
.page-comment-reply .comment-form {
  margin-top: 30px;
}

/* line 1197, assets/sass/partials/_block.scss */
.progress {
  min-height: 27px;
  background: transparent;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

/* line 1203, assets/sass/partials/_block.scss */
.tt-editor-ui--edit-save-prompt--pane {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffcc;
  z-index: 500;
  padding: 1rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 1215, assets/sass/partials/_block.scss */
.tt-editor-ui--edit-save-prompt--pane.active {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 1219, assets/sass/partials/_block.scss */
.tt-editor-ui--edit-save-prompt--pane button {
  display: inline-block;
  font-size: 0.8125rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background-color: #3f729b;
  border: 2px solid #3f729b;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.42857;
  margin-left: 0.5rem;
}

/* line 225, assets/sass/config/_mixins.scss */
.tt-editor-ui--edit-save-prompt--pane button:hover, .tt-editor-ui--edit-save-prompt--pane button:focus, .tt-editor-ui--edit-save-prompt--pane button:active {
  text-decoration: none;
  color: #fff;
  background-color: #335d7e;
  border: 2px solid #335d7e;
}

@media (max-width: 991px) {
  /* line 1219, assets/sass/partials/_block.scss */
  .tt-editor-ui--edit-save-prompt--pane button {
    padding: 0.375rem 0.625rem 0.375rem 0.625rem;
  }
}

@media (min-width: 992px) {
  /* line 1219, assets/sass/partials/_block.scss */
  .tt-editor-ui--edit-save-prompt--pane button {
    padding: 0.4375rem 1.25rem 0.4375rem 1.25rem;
  }
}

/* line 1225, assets/sass/partials/_block.scss */
body.tt-editor-ui--edit-save-prompt--showing {
  padding-bottom: 71px;
}

/* line 1229, assets/sass/partials/_block.scss */
.tooltip {
  background: #000;
  color: #fff;
}

/* line 1233, assets/sass/partials/_block.scss */
.tooltip .tooltip-arrow {
  border-width: 5px;
  border-color: #000;
}

/* line 1238, assets/sass/partials/_block.scss */
.tooltip[aria-hidden="false"] {
  opacity: 1;
  filter: alpha(opacity=1);
}

/* line 1244, assets/sass/partials/_block.scss */
.tooltip[x-placement="right"] .tooltip-arrow {
  border-left-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  left: -10px;
}

/* line 1252, assets/sass/partials/_block.scss */
.tooltip[x-placement="left"] .tooltip-arrow {
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  right: -10px;
}

/* line 1260, assets/sass/partials/_block.scss */
.tooltip[x-placement="top"] .tooltip-arrow {
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -10px;
}

/* line 1268, assets/sass/partials/_block.scss */
.tooltip[x-placement="bottom"] .tooltip-arrow {
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -10px;
}

/* line 1276, assets/sass/partials/_block.scss */
.tooltip .tooltip-inner {
  padding: 1rem;
}

/* line 1280, assets/sass/partials/_block.scss */
.tooltip h3 {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}

/* line 1285, assets/sass/partials/_block.scss */
.tooltip p {
  margin: 0;
}

/* line 1291, assets/sass/partials/_block.scss */
.tabs.primary {
  margin: 0;
  padding: 0;
}

@media (max-width: 479px) {
  /* line 1291, assets/sass/partials/_block.scss */
  .tabs.primary {
    display: block;
  }
  /* line 1297, assets/sass/partials/_block.scss */
  .tabs.primary li {
    display: block;
    padding: 0;
  }
  /* line 1300, assets/sass/partials/_block.scss */
  .tabs.primary li a {
    display: block;
  }
  /* line 1305, assets/sass/partials/_block.scss */
  .tabs.primary li:not(.active) {
    display: none;
  }
  /* line 1310, assets/sass/partials/_block.scss */
  .tabs.primary[aria-expanded="true"] li {
    display: block;
  }
  /* line 1312, assets/sass/partials/_block.scss */
  .tabs.primary[aria-expanded="true"] li:not(.active) {
    display: block;
  }
  /* line 1316, assets/sass/partials/_block.scss */
  .tabs.primary[aria-expanded="true"] li a {
    border-radius: 0;
  }
  /* line 1320, assets/sass/partials/_block.scss */
  .tabs.primary[aria-expanded="true"] li:first-child a {
    border-radius: 0.3125rem 0.3125rem 0 0;
  }
  /* line 1324, assets/sass/partials/_block.scss */
  .tabs.primary[aria-expanded="true"] li:last-child a {
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
}

/* line 1331, assets/sass/partials/_block.scss */
.button--primary-tabs-visibility {
  background: #333;
  border-radius: 3px;
  border: 0 none;
  color: #fff;
  font-size: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

@media (max-width: 991px) {
  /* line 1331, assets/sass/partials/_block.scss */
  .button--primary-tabs-visibility {
    width: 32px;
    height: 32px;
  }
}

@media (min-width: 992px) {
  /* line 1331, assets/sass/partials/_block.scss */
  .button--primary-tabs-visibility {
    width: 40px;
    height: 40px;
  }
}

/* line 293, assets/sass/config/_mixins.scss */
.button--primary-tabs-visibility:before {
  display: inline-block;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 20%;
  height: 20%;
  position: absolute;
  left: 40%;
  top: 47.5%;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (min-width: 480px) {
  /* line 1331, assets/sass/partials/_block.scss */
  .button--primary-tabs-visibility {
    display: none;
  }
}

/* line 1342, assets/sass/partials/_block.scss */
.views-field-field-completed-percent,
.views-field-field-status,
.views-field-field-percentage-unlocked {
  color: #999;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

/* line 27, assets/sass/partials/_page.scss */
html, body {
  height: auto !important;
}

/* line 29, assets/sass/partials/_page.scss */
html.overlay-open, body.overlay-open {
  overflow-y: scroll;
  position: relative;
}

/* line 35, assets/sass/partials/_page.scss */
#overlay-container .overlay-modal-background {
  background: rgba(0, 0, 0, 0.7);
}

/* line 38, assets/sass/partials/_page.scss */
#overlay-container html {
  overflow-y: hidden;
}

/* line 44, assets/sass/partials/_page.scss */
.captcha legend {
  border-bottom: none;
  font-weight: 600;
  margin-bottom: 0.9375rem;
}

/* line 49, assets/sass/partials/_page.scss */
.captcha .fieldset-description {
  margin-bottom: 0.625rem;
}

/* line 54, assets/sass/partials/_page.scss */
.front .block-panel-steps {
  margin-top: 0;
}

/* line 58, assets/sass/partials/_page.scss */
.front .panel-tt-bootstrap-landing-footer .container {
  padding-bottom: 2.5rem;
}

/* line 66, assets/sass/partials/_page.scss */
.front .tt-bootstrap-content .panel-pane {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 71, assets/sass/partials/_page.scss */
.front .views-table {
  margin-bottom: 5rem;
}

/* line 74, assets/sass/partials/_page.scss */
.front .item-list {
  margin-bottom: 60px;
}

/* line 81, assets/sass/partials/_page.scss */
.tt-bootstrap-content .container {
  padding-top: 0;
}

/* line 105, assets/sass/partials/_page.scss */
.page-dashboard .tt-bootstrap-content-top .panel-pane.buttons-links-block {
  text-align: center;
  margin: 0 0 4rem 0;
}

/* line 111, assets/sass/partials/_page.scss */
.page-dashboard .tt-bootstrap-footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 116, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-banner {
  margin-bottom: 1.875rem;
}

/* line 120, assets/sass/partials/_page.scss */
.not-front .panel-tt-bootstrap-landing-main-contain strong {
  font-weight: 700;
}

/* line 123, assets/sass/partials/_page.scss */
.not-front .panel-tt-bootstrap-landing-main-contain .container {
  padding-top: 0.625rem;
}

/* line 126, assets/sass/partials/_page.scss */
.not-front .panel-tt-bootstrap-landing-main-contain .panel-pane {
  margin: 0;
}

/* line 131, assets/sass/partials/_page.scss */
.not-front .panel-tt-bootstrap-landing-footer .container {
  padding-top: 0.625rem;
}

/* line 137, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content-top .field-label,
.not-front .tt-bootstrap-content-top .field-item {
  color: #333;
  min-width: 185px;
  font-size: 1rem;
  font-weight: 600;
}

/* line 144, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content-top .field-item {
  font-weight: normal;
}

/* line 147, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content-top .panel-pane {
  margin: 0;
}

@media (max-width: 991px) {
  /* line 151, assets/sass/partials/_page.scss */
  .not-front .tt-bootstrap-content-top .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 159, assets/sass/partials/_page.scss */
.not-front .panel-tt-bootstrap-landing-main-contain .field-name-field-description {
  color: #333;
  font-size: 1rem;
}

/* line 164, assets/sass/partials/_page.scss */
.not-front .panel-tt-bootstrap-landing-main-contain .field-name-field-description-1 {
  font-weight: 500;
}

/* line 169, assets/sass/partials/_page.scss */
.not-front .search-api-page-results {
  font-size: 1.625rem;
}

/* line 174, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content h2,
.not-front .tt-bootstrap-banner h2 {
  font-size: 1.625rem;
  line-height: 1.25;
  color: #333;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* line 200, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #google-cse-results-searchbox-form,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form {
  border: 1px solid #e3e7e8;
  border-radius: 3px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

/* line 205, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 991px) {
  /* line 205, assets/sass/partials/_page.scss */
  .not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div,
  .not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* line 212, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-item,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 0 10px;
}

@media (max-width: 991px) {
  /* line 212, assets/sass/partials/_page.scss */
  .not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-item,
  .not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-item {
    margin: 15px 0 0 0;
  }
}

/* line 219, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-item input, .not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-item select,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-item input,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-item select {
  width: 100%;
}

/* line 222, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-item.form-item-query,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-item.form-item-query {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 67%;
  -ms-flex: 1 1 67%;
  flex: 1 1 67%;
}

/* line 227, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-submit,
.not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-submit {
  margin: 0 0 0 10px !important;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  /* line 227, assets/sass/partials/_page.scss */
  .not-front .tt-bootstrap-content #google-cse-results-searchbox-form > div .form-submit,
  .not-front .tt-bootstrap-banner #google-cse-results-searchbox-form > div .form-submit {
    margin: 15px 0 0 0 !important;
  }
}

/* line 238, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form,
.not-front .tt-bootstrap-banner #search-form {
  border: 1px solid #e3e7e8;
  border-radius: 3px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

/* line 242, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form .form-item, .not-front .tt-bootstrap-content #search-form .form-actions,
.not-front .tt-bootstrap-banner #search-form .form-item,
.not-front .tt-bootstrap-banner #search-form .form-actions {
  display: inline-block;
  margin: 0;
}

/* line 246, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form .container-inline,
.not-front .tt-bootstrap-banner #search-form .container-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 250, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form .form-item,
.not-front .tt-bootstrap-banner #search-form .form-item {
  width: 80%;
  padding-right: 1.25rem;
}

/* line 255, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form .form-submit,
.not-front .tt-bootstrap-banner #search-form .form-submit {
  width: 20%;
  margin-top: 24px;
  height: 2.5rem;
  font-weight: 500;
}

/* line 262, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form .search-advanced,
.not-front .tt-bootstrap-banner #search-form .search-advanced {
  margin: 15px 0;
}

/* line 264, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-content #search-form .search-advanced .form-submit,
.not-front .tt-bootstrap-banner #search-form .search-advanced .form-submit {
  width: auto;
}

/* line 288, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-footer #search-block-form {
  border: 1px solid #e3e7e8;
  border-radius: 3px;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
}

/* line 292, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-footer #search-block-form .form-item, .not-front .tt-bootstrap-footer #search-block-form .form-actions {
  display: inline-block;
  margin: 0;
}

/* line 296, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-footer #search-block-form .container-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* line 301, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-footer .form-item-search-block-form {
  width: 80%;
}

/* line 304, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-footer #edit-actions {
  width: 20%;
  padding-left: 1.25rem;
}

/* line 307, assets/sass/partials/_page.scss */
.not-front .tt-bootstrap-footer #edit-actions .form-submit {
  height: 35px;
  width: 100%;
  font-weight: 500;
}

/* line 314, assets/sass/partials/_page.scss */
.not-front .footer-top {
  margin-top: 1.5625rem;
}

/* line 319, assets/sass/partials/_page.scss */
.page-node-page-edit .tt-bootstrap-content .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* line 324, assets/sass/partials/_page.scss */
.page-page-edit {
  height: 100% !important;
  position: relative;
  overflow-y: hidden;
}

/* line 331, assets/sass/partials/_page.scss */
.page-node-document-list .tt-bootstrap-content .container, .node-type-document .tt-bootstrap-content .container {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

/* line 335, assets/sass/partials/_page.scss */
.page-node-document-list .tt-bootstrap-content .pane-node-field-description, .node-type-document .tt-bootstrap-content .pane-node-field-description {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 342, assets/sass/partials/_page.scss */
.page-user h3, .page-user h2 {
  font-size: 1.625rem;
  font-weight: 600;
  font-family: "Chronicle Display A", "Chronicle Display B", "Crimson Text", "Times New Roman", Times, serif;
}

/* line 347, assets/sass/partials/_page.scss */
.page-user .form-required {
  color: #333;
}

/* line 350, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-banner {
  margin-bottom: 0;
}

/* line 353, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content {
  background: #fafafa;
  padding-top: 2.5rem;
}

/* line 356, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content .pane-content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}

/* line 362, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content form {
  background: #fff;
  border-radius: 0.1875rem;
  padding: 1.25rem 4.375rem 1.25rem 4.375rem;
  border: 1px solid #e3e7e8;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
}

/* line 368, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content form label {
  margin-bottom: 0.3125rem;
  font-size: 0.85rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 376, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content form .form-item {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}

/* line 382, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content form .description {
  margin-top: 0.625rem;
  font-size: 1rem;
}

/* line 387, assets/sass/partials/_page.scss */
.page-user .tt-bootstrap-content form .forgot-password .pane-content {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

/* line 395, assets/sass/partials/_page.scss */
.page-user .profile .user-picture {
  float: none;
}

/* line 401, assets/sass/partials/_page.scss */
.page-user-1 .tt-bootstrap-content {
  padding-top: 3.125rem;
  padding-bottom: 2.5rem;
}

/* line 405, assets/sass/partials/_page.scss */
.page-user-1 .tt-bootstrap-content .container {
  background: #fff;
  border-radius: 0.1875rem;
  padding: 1.25rem 4.375rem 1.25rem 4.375rem;
  border: 1px solid #e3e7e8;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
}

/* line 417, assets/sass/partials/_page.scss */
.page-news .tt-bootstrap-content h2 {
  font-style: initial;
}

/* line 423, assets/sass/partials/_page.scss */
.node-type-news .tt-bootstrap-content .container {
  padding-bottom: 3.125rem;
}

/* line 426, assets/sass/partials/_page.scss */
.node-type-news .pane-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 430, assets/sass/partials/_page.scss */
.node-type-news .pane-2 {
  margin-top: 0px;
  height: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}

/* line 436, assets/sass/partials/_page.scss */
.node-type-news .pane-2.show {
  height: 30px;
  display: block;
}

/* line 440, assets/sass/partials/_page.scss */
.logged-in .node-type-news .pane-2 {
  display: none;
}

/* line 444, assets/sass/partials/_page.scss */
.node-type-news .pane-node-created {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.875rem;
  text-align: center;
  text-transform: uppercase;
}

/* line 455, assets/sass/partials/_page.scss */
.page-comment-reply .main {
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
}

/* line 458, assets/sass/partials/_page.scss */
.page-comment-reply .main .block-system {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  /* line 458, assets/sass/partials/_page.scss */
  .page-comment-reply .main .block-system {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 458, assets/sass/partials/_page.scss */
  .page-comment-reply .main .block-system {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 458, assets/sass/partials/_page.scss */
  .page-comment-reply .main .block-system {
    width: 750px;
  }
}

/* line 464, assets/sass/partials/_page.scss */
.page-user-reset .main {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
}

/* line 467, assets/sass/partials/_page.scss */
.page-user-reset .main .block-system {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 467, assets/sass/partials/_page.scss */
  .page-user-reset .main .block-system {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 467, assets/sass/partials/_page.scss */
  .page-user-reset .main .block-system {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 467, assets/sass/partials/_page.scss */
  .page-user-reset .main .block-system {
    width: 750px;
  }
}

/* line 470, assets/sass/partials/_page.scss */
.page-user-reset .main .block-system form {
  font-size: 1.125rem;
}

/* line 477, assets/sass/partials/_page.scss */
.page-user-edit fieldset.collapsed {
  height: 30px !important;
}

/* line 480, assets/sass/partials/_page.scss */
.page-user-edit .password-indicator {
  height: 15px;
}

/* line 484, assets/sass/partials/_page.scss */
.page-user-edit .password-parent label, .page-user-edit .confirm-parent label {
  display: block;
}

/* line 488, assets/sass/partials/_page.scss */
.page-user-edit .tt-bootstrap-content .pane-content {
  padding: 1.875rem 4.375rem 1.875rem 4.375rem;
}

/* line 491, assets/sass/partials/_page.scss */
.page-user-edit .pane-content {
  background: #fff;
  border-radius: 0.1875rem;
  border: 1px solid #e3e7e8;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
}

/* line 498, assets/sass/partials/_page.scss */
.page-user-edit .pane-content label {
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

/* line 503, assets/sass/partials/_page.scss */
.page-user-edit .pane-content .form-item {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

/* line 509, assets/sass/partials/_page.scss */
.page-user-edit .pane-content .description {
  margin-top: 0.625rem;
  font-size: 1rem;
}

/* line 514, assets/sass/partials/_page.scss */
.page-user-edit .pane-content .forgot-password .pane-content {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

/* line 525, assets/sass/partials/_page.scss */
.logged-in .pane-login {
  display: none !important;
}

/* line 530, assets/sass/partials/_page.scss */
.pane-login {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 533, assets/sass/partials/_page.scss */
.pane-login .btn-new-detail-2 {
  font-size: 21px;
  font-weight: 500;
}

/* line 539, assets/sass/partials/_page.scss */
.container-fullwidth {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  /* line 539, assets/sass/partials/_page.scss */
  .container-fullwidth {
    padding-left: 50px;
    padding-right: 30px;
  }
}

/* line 552, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0;
}

/* line 559, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .pane-page-tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 562, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .pane-page-tabs #tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (max-width: 991px) {
  /* line 562, assets/sass/partials/_page.scss */
  .tt-bootstrap-content-controls .pane-page-tabs #tabs {
    max-width: calc(100% - 48px);
  }
}

/* line 570, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .pane-page-tabs #tabs ul.primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  /* line 570, assets/sass/partials/_page.scss */
  .tt-bootstrap-content-controls .pane-page-tabs #tabs ul.primary {
    margin: 0 5px 0 0;
  }
}

/* line 576, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .pane-page-tabs #tabs .button--primary-tabs-visibility {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 582, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .pane-tt-editor-ui-lockwidget, .tt-bootstrap-content-controls .pane-transcription-progress-svg {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/* line 586, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .pane-page-messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
}

/* line 591, assets/sass/partials/_page.scss */
.tt-bootstrap-content-controls .tooltip {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
}

/* line 597, assets/sass/partials/_page.scss */
.pane-transcription-progress-svg {
  padding: 0 1rem;
}

/* line 599, assets/sass/partials/_page.scss */
.pane-transcription-progress-svg svg {
  width: 50px;
  height: 50px;
}

/* line 603, assets/sass/partials/_page.scss */
.pane-transcription-progress-svg svg .pie-graph-background {
  fill: #000;
  stroke: #fff;
  stroke-width: 0.1;
  stroke-linejoin: round;
}

/* line 609, assets/sass/partials/_page.scss */
.pane-transcription-progress-svg svg .pie-graph-segment--unlocked {
  fill: #66f;
  stroke: #fff;
  stroke-width: 0.1;
  stroke-linejoin: round;
}

/* line 615, assets/sass/partials/_page.scss */
.pane-transcription-progress-svg svg .pie-graph-segment--complete {
  fill: #0f0;
  stroke: #fff;
  stroke-width: 0.1;
  stroke-linejoin: round;
}

/* line 634, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--navigation,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--navigation {
  color: #000;
}

/* line 637, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 640, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content label,
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content .tt-page-selected-footer,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content label,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content .tt-page-selected-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin: 0 auto 0.5rem auto;
  font-size: 0.85rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 653, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content .tt-page-selected-footer,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--navigation .pane-content .tt-page-selected-footer {
  margin: 1rem auto 0.5rem auto;
}

/* line 660, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--image,
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--navigation,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--image,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--navigation {
  padding-top: 1.5rem;
}

/* line 667, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--image h2,
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--pane--transcript h2,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--image h2,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--pane--transcript h2 {
  font-size: 0.85rem;
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

/* line 675, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--column--image h2:after,
.page--transcript-page--view .tt-editor-ui--container .tt-editor-ui--pane--transcript h2:after,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--column--image h2:after,
.page--transcript-page--edit .tt-editor-ui--container .tt-editor-ui--pane--transcript h2:after {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* line 684, assets/sass/partials/_page.scss */
.page--transcript-page--view .tt-editor-ui--container .field-name-field-status,
.page--transcript-page--edit .tt-editor-ui--container .field-name-field-status {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  /* line 694, assets/sass/partials/_page.scss */
  .panels-responsive-tabs-processed > .item-list {
    margin: 0;
    padding: 0;
  }
}

/* line 701, assets/sass/partials/_page.scss */
.resp-tabs-list {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
  /* line 701, assets/sass/partials/_page.scss */
  .resp-tabs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 706, assets/sass/partials/_page.scss */
.resp-tabs-list .resp-tab-item {
  padding: 0.6rem 1rem;
}

@media (min-width: 992px) {
  /* line 706, assets/sass/partials/_page.scss */
  .resp-tabs-list .resp-tab-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }
}

/* line 712, assets/sass/partials/_page.scss */
.resp-tabs-list .resp-tab-item.resp-tab-active {
  padding: 0.6rem 1rem !important;
}

/* line 719, assets/sass/partials/_page.scss */
.resp-tabs-container .resp-accordion {
  font-family: "Gotham A", "Gotham B", Montserrat, Helvetica, Arial, sans-serif;
}

/* line 729, assets/sass/partials/_page.scss */
form[id^="views-exposed-form-homepage-available-pages-"] .views-exposed-widgets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 735, assets/sass/partials/_page.scss */
form[id^="views-exposed-form-homepage-available-pages-"] .views-exposed-widget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 742, assets/sass/partials/_page.scss */
form[id^="views-exposed-form-homepage-available-pages-"] label, form[id^="views-exposed-form-homepage-available-pages-"] .views-widget {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

/* line 745, assets/sass/partials/_page.scss */
form[id^="views-exposed-form-homepage-available-pages-"] label {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
}

@media (max-width: 991px) {
  /* line 745, assets/sass/partials/_page.scss */
  form[id^="views-exposed-form-homepage-available-pages-"] label {
    display: none;
  }
}

/* line 753, assets/sass/partials/_page.scss */
form[id^="views-exposed-form-homepage-available-pages-"] .views-submit-button .form-submit {
  margin: 0;
}

@media (min-width: 1200px) {
  /* line 3, assets/sass/partials/_responsive.scss */
  .navbar-toggle, .btn-close {
    display: none;
  }
}

@media (max-width: 1199px) {
  /* line 10, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content .pane-content {
    width: auto;
  }
  /* line 13, assets/sass/partials/_responsive.scss */
  .panel-container.row .form-submit[id*="submit"] {
    min-width: 115px;
  }
  /* line 17, assets/sass/partials/_responsive.scss */
  .not-front.page-page-edit .tt-bootstrap-banner {
    margin-bottom: 3.75rem;
  }
  /* line 20, assets/sass/partials/_responsive.scss */
  .not-front.page-page-edit .tt-bootstrap-content {
    margin-bottom: 1.25rem;
  }
  /* line 26, assets/sass/partials/_responsive.scss */
  .not-front.node-type-page .tt-bootstrap-banner {
    margin-bottom: 3.75rem;
  }
  /* line 29, assets/sass/partials/_responsive.scss */
  .not-front.node-type-page .tt-bootstrap-content {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 42, assets/sass/partials/_responsive.scss */
  .header .block-menu ul li {
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
  /* line 45, assets/sass/partials/_responsive.scss */
  .header .block-menu ul li a {
    font-size: 0.6875rem;
  }
  /* line 50, assets/sass/partials/_responsive.scss */
  #name-and-slogan {
    font-size: 1.125rem;
  }
  /* line 53, assets/sass/partials/_responsive.scss */
  #block-system-user-menu {
    margin-left: 0.625rem;
  }
  /* line 56, assets/sass/partials/_responsive.scss */
  .block-panel-steps li a {
    font-size: 0.75rem;
  }
  /* line 59, assets/sass/partials/_responsive.scss */
  #block-system-user-menu .content .menu li:before {
    right: -8px;
  }
  /* line 62, assets/sass/partials/_responsive.scss */
  .navbar-toggle, .btn-close {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 69, assets/sass/partials/_responsive.scss */
  #page {
    padding-left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    margin-right: 0;
  }
  /* line 76, assets/sass/partials/_responsive.scss */
  #page.menu-toggled {
    right: 15.625rem;
  }
  /* line 78, assets/sass/partials/_responsive.scss */
  #page.menu-toggled .btn-close {
    display: block;
  }
  /* line 81, assets/sass/partials/_responsive.scss */
  #page.menu-toggled .navbar-toggle {
    visibility: hidden;
  }
  /* line 87, assets/sass/partials/_responsive.scss */
  #page.menu-opening {
    right: 15.625rem;
  }
  /* line 89, assets/sass/partials/_responsive.scss */
  #page.menu-opening .btn-close {
    display: block;
  }
  /* line 92, assets/sass/partials/_responsive.scss */
  #page.menu-opening .navbar-toggle {
    visibility: hidden;
  }
  /* line 96, assets/sass/partials/_responsive.scss */
  #page.menu-closing {
    right: 0rem;
  }
  /* line 98, assets/sass/partials/_responsive.scss */
  #page.menu-closing .navbar-toggle {
    visibility: hidden;
  }
  /* line 102, assets/sass/partials/_responsive.scss */
  .navbar-toggle, .btn-close {
    -webkit-box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 27px rgba(0, 0, 0, 0.15);
    background: transparent;
    border: 0 none;
    cursor: pointer;
    color: #fff;
    width: 3rem;
    height: 3rem;
    margin: 0;
  }
  /* line 111, assets/sass/partials/_responsive.scss */
  .navbar-toggle .icon-bar, .btn-close .icon-bar {
    background: #3f729b;
    position: relative;
    left: calc((48px - 22px) / 2);
  }
  /* line 116, assets/sass/partials/_responsive.scss */
  .navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active, .btn-close:hover, .btn-close:focus, .btn-close:active {
    background: none;
    color: #ebebeb;
  }
  /* line 120, assets/sass/partials/_responsive.scss */
  .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar, .navbar-toggle:active .icon-bar, .btn-close:hover .icon-bar, .btn-close:focus .icon-bar, .btn-close:active .icon-bar {
    background: #ebebeb;
  }
  /* line 126, assets/sass/partials/_responsive.scss */
  .btn-close {
    display: none;
    font-family: "icomoon";
    position: absolute;
    right: 0.5rem;
    top: 0.9375rem;
    z-index: 999;
  }
  /* line 133, assets/sass/partials/_responsive.scss */
  .btn-close:before {
    content: "\e70d";
  }
  /* line 137, assets/sass/partials/_responsive.scss */
  .navbar-toggle {
    border: none;
    display: block;
    padding: 0;
    border-radius: 0;
    float: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* line 145, assets/sass/partials/_responsive.scss */
  #page.menu-toggled .mobile-main-menu {
    right: 0;
    display: block;
  }
  /* line 149, assets/sass/partials/_responsive.scss */
  #page.menu-closing .mobile-main-menu {
    right: -15.625rem;
    display: block;
  }
  /* line 153, assets/sass/partials/_responsive.scss */
  .menu-overlay {
    cursor: pointer;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
  }
  /* line 164, assets/sass/partials/_responsive.scss */
  .nav .open > a {
    background: none;
  }
  /* line 166, assets/sass/partials/_responsive.scss */
  .nav .open > a:hover, .nav .open > a:focus {
    background: none;
  }
  /* line 172, assets/sass/partials/_responsive.scss */
  .mobile-main-menu {
    background: #fff;
    bottom: 0;
    display: block !important;
    height: 100%;
    overflow-y: auto !important;
    position: fixed;
    right: -15.625rem;
    width: 15.625rem;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* main-menu */
  }
  /* line 184, assets/sass/partials/_responsive.scss */
  .mobile-main-menu .container {
    padding: 0;
    position: static;
    width: auto;
  }
  /* line 190, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul {
    padding: 0;
    margin: 0;
  }
  /* line 193, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul a {
    display: block;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    text-decoration: none;
  }
  /* line 201, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul a:hover, .mobile-main-menu ul a:focus {
    color: #555;
  }
  /* line 205, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul a.is-active {
    color: #555;
  }
  /* line 209, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul > li {
    border-bottom: 1px solid #ddd;
    display: block;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  /* line 216, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul > li:last-child {
    border-bottom: none;
  }
  /* line 219, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul > li ul {
    padding-left: 1.25rem;
    padding-bottom: 0.3125rem;
  }
  /* line 222, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul > li ul li {
    border-bottom: 0;
  }
  /* line 224, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul > li ul li a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
  /* line 236, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul .expanded > a {
    position: relative;
  }
  /* line 238, assets/sass/partials/_responsive.scss */
  .mobile-main-menu ul .expanded > a:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -0.625rem;
    line-height: 1.3;
    text-align: right;
  }
  /* line 256, assets/sass/partials/_responsive.scss */
  .block-menu ul {
    padding: 35px 0 0;
    margin: 0;
  }
  /* line 259, assets/sass/partials/_responsive.scss */
  .block-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  /* line 264, assets/sass/partials/_responsive.scss */
  .block-menu ul li a {
    color: #333;
    font-size: 0.8125rem;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  /* line 282, assets/sass/partials/_responsive.scss */
  #block-system-user-menu {
    border-top: 1px solid #e3e7e8;
    margin-left: 0;
  }
  /* line 286, assets/sass/partials/_responsive.scss */
  #block-system-user-menu .content ul {
    padding-top: 0;
  }
  /* line 291, assets/sass/partials/_responsive.scss */
  #block-block-5 {
    border-top: 1px solid #e3e7e8;
    margin-left: 0;
  }
  /* line 295, assets/sass/partials/_responsive.scss */
  #block-block-5 .content ul {
    padding-top: 0;
  }
  /* line 301, assets/sass/partials/_responsive.scss */
  .header .container {
    padding-right: 0.9375rem;
  }
  /* line 305, assets/sass/partials/_responsive.scss */
  .tt-bootstrap-banner .pane-page-title h1, .tt-bootstrap-banner .pane-page-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 60%;
    font-size: 1.25rem;
  }
  /* line 315, assets/sass/partials/_responsive.scss */
  .not-front .tt-bootstrap-banner {
    margin-bottom: 0;
  }
  /* line 318, assets/sass/partials/_responsive.scss */
  .not-front .footer-top {
    margin-top: 0;
  }
  /* line 322, assets/sass/partials/_responsive.scss */
  .block-panel-steps li {
    padding: 7.5rem 1.5625rem 5.625rem 1.5625rem;
  }
  /* line 324, assets/sass/partials/_responsive.scss */
  .block-panel-steps li a {
    left: 1.5625rem;
    right: 1.5625rem;
  }
  /* line 328, assets/sass/partials/_responsive.scss */
  .block-panel-steps li:before {
    top: 1.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 336, assets/sass/partials/_responsive.scss */
  .view-project-news .views-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 339, assets/sass/partials/_responsive.scss */
  .view-project-news .views-field-title,
  .view-project-news .views-field-body {
    margin-left: 0rem !important;
  }
  /* line 344, assets/sass/partials/_responsive.scss */
  .views-new-group {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 346, assets/sass/partials/_responsive.scss */
  .views-new-group .views-field-title a:after {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
  /* line 352, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-field-title,
  .view-project-gift .views-field-body {
    margin: 0.625rem 0.9375rem 0.9375rem 0.9375rem;
  }
  /* line 356, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-field-title {
    margin-bottom: 0.25rem;
  }
  /* line 359, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-field-body {
    font-size: 0.75rem;
  }
  /* line 365, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-submit-button {
    width: 25%;
  }
  /* line 367, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-submit-button .form-submit {
    width: 100%;
  }
  /* line 371, assets/sass/partials/_responsive.scss */
  .view-document-list .views-field {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
  }
  /* line 374, assets/sass/partials/_responsive.scss */
  .view-document-list .views-field-title {
    font-size: 1rem;
  }
  /* line 377, assets/sass/partials/_responsive.scss */
  .view-document-list .views-field-field-tt-image,
  .view-document-list .views-field-field-transcript-image {
    padding: 0;
  }
  /* line 382, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget {
    width: 25%;
  }
  /* line 387, assets/sass/partials/_responsive.scss */
  .panel-container.row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 389, assets/sass/partials/_responsive.scss */
  .panel-container.row .panel-left {
    width: 100% !important;
  }
  /* line 393, assets/sass/partials/_responsive.scss */
  .panel-container.row .splitter {
    display: none;
  }
  /* line 398, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content {
    padding-top: 0;
  }
  /* line 402, assets/sass/partials/_responsive.scss */
  .resizable > .container-fluid > .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 406, assets/sass/partials/_responsive.scss */
  .resizable .sidebar-first {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  /* line 410, assets/sass/partials/_responsive.scss */
  .resizable .sidebar-first:before {
    display: none;
  }
  /* line 414, assets/sass/partials/_responsive.scss */
  .resizable .sidebar-second {
    width: 100%;
  }
  /* line 419, assets/sass/partials/_responsive.scss */
  .view-new-list .view-new-inner:before {
    margin-left: -1px;
  }
  /* line 422, assets/sass/partials/_responsive.scss */
  .view-new-list .views-row:nth-child(2n) .views-fieldset:before {
    margin-right: -1px;
  }
  /* line 426, assets/sass/partials/_responsive.scss */
  .views-table thead th:last-child {
    padding-left: 0.3125rem;
  }
  /* line 429, assets/sass/partials/_responsive.scss */
  .views-table tbody td:last-child {
    padding-left: 0.3125rem;
  }
  /* line 433, assets/sass/partials/_responsive.scss */
  .page-news .tt-bootstrap-content h2 {
    margin-top: 0;
  }
  /* line 437, assets/sass/partials/_responsive.scss */
  .node-type-news .tt-bootstrap-content .container {
    padding-bottom: 1.25rem;
  }
  /* line 440, assets/sass/partials/_responsive.scss */
  div.password-confirm, .password-strength {
    float: none;
  }
}

@media (max-width: 768px) {
  /* line 449, assets/sass/partials/_responsive.scss */
  .block-panel-hightlight-text {
    width: 45rem;
  }
}

@media (max-width: 767px) {
  /* line 456, assets/sass/partials/_responsive.scss */
  .not-front .tt-bootstrap-content h2 {
    line-height: initial;
  }
  /* line 459, assets/sass/partials/_responsive.scss */
  .pane-title {
    font-size: 1.875rem;
  }
  /* line 464, assets/sass/partials/_responsive.scss */
  .breadcrumb span:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    display: inline-block;
  }
  /*......home.................*/
  /* line 475, assets/sass/partials/_responsive.scss */
  .front .tt-bootstrap-content .container, .front .tt-bootstrap-footer .container {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /* line 479, assets/sass/partials/_responsive.scss */
  .front .tt-bootstrap-content .panel-pane, .front .tt-bootstrap-footer .panel-pane {
    margin-bottom: 0;
  }
  /* line 485, assets/sass/partials/_responsive.scss */
  .tt-bootstrap-banner .pane-page-breadcrumb,
  .tt-bootstrap-banner .pane-page-title {
    width: 700px;
  }
  /* line 491, assets/sass/partials/_responsive.scss */
  .block-panel-steps li {
    padding: 7.5rem 0.9375rem 5.625rem 0.9375rem;
  }
  /* line 493, assets/sass/partials/_responsive.scss */
  .block-panel-steps li a {
    left: 0.9375rem;
    right: 0.9375rem;
  }
  /* line 498, assets/sass/partials/_responsive.scss */
  .block-panel-steps ol {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  /* line 502, assets/sass/partials/_responsive.scss */
  .block-panel-hightlight-text {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 511, assets/sass/partials/_responsive.scss */
  .view-grid-4-cols .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 47.36842%;
    -ms-flex: 0 0 47.36842%;
    flex: 0 0 47.36842%;
    max-width: 47.36842%;
  }
  /* line 514, assets/sass/partials/_responsive.scss */
  .view-document-list .views-row {
    margin-bottom: 1.25rem;
  }
  /* line 518, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-row {
    margin-bottom: 1.25rem;
  }
  /* line 524, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-field-field-project-image {
    text-align: center;
  }
  /* line 528, assets/sass/partials/_responsive.scss */
  .block-panel-hightlight-text {
    width: auto;
  }
  /*.........not........*/
  /* line 532, assets/sass/partials/_responsive.scss */
  .views-table thead th:first-child {
    width: 50%;
  }
  /* line 537, assets/sass/partials/_responsive.scss */
  #footer .row {
    margin: 0;
  }
  /* line 540, assets/sass/partials/_responsive.scss */
  #footer .region-panel-footer-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 0.9375rem;
  }
  /* line 544, assets/sass/partials/_responsive.scss */
  #footer .region-panel-footer-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0.9375rem;
  }
  /* line 547, assets/sass/partials/_responsive.scss */
  #footer .region-panel-footer-2 .description br {
    display: none;
  }
  /* line 553, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content form {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  /* line 557, assets/sass/partials/_responsive.scss */
  .page-user-1 .tt-bootstrap-content .container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  /* line 561, assets/sass/partials/_responsive.scss */
  .page-user-1 .tt-bootstrap-content {
    padding-bottom: 0;
  }
  /* line 565, assets/sass/partials/_responsive.scss */
  .block-views-search-detail .views-exposed-form .views-exposed-widget {
    width: 70%;
  }
  /* line 568, assets/sass/partials/_responsive.scss */
  .block-views-search-detail .views-exposed-form .views-submit-button {
    width: 30%;
  }
  /* line 572, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 576, assets/sass/partials/_responsive.scss */
  .view-project-news .views-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 582, assets/sass/partials/_responsive.scss */
  .view-new-list {
    min-height: 285px;
  }
  /* line 584, assets/sass/partials/_responsive.scss */
  .view-new-list .views-field-field-image a {
    position: relative;
  }
  /* line 586, assets/sass/partials/_responsive.scss */
  .view-new-list .views-field-field-image a img {
    max-width: inherit;
    position: absolute;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  /* line 595, assets/sass/partials/_responsive.scss */
  .not-front .tt-bootstrap-content h2:after {
    margin-top: 1.25rem;
  }
  /* line 599, assets/sass/partials/_responsive.scss */
  .page-user-edit .pane-content .description {
    margin-left: 15px;
  }
}

@media (max-width: 700px) {
  /* line 604, assets/sass/partials/_responsive.scss */
  .btn-list {
    margin-top: 0.9375rem;
    text-align: left;
  }
}

@media (max-width: 640px) {
  /* line 611, assets/sass/partials/_responsive.scss */
  .front .tt-bootstrap-banner {
    margin-bottom: 0;
  }
  /* line 614, assets/sass/partials/_responsive.scss */
  .front .views-table {
    margin-bottom: 50px;
  }
  /* line 618, assets/sass/partials/_responsive.scss */
  .block-panel-steps ol {
    display: initial;
  }
  /* line 621, assets/sass/partials/_responsive.scss */
  .block-panel-steps li {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: none;
    text-align: center;
  }
  /* line 627, assets/sass/partials/_responsive.scss */
  .block-panel-steps li a {
    margin: 0 auto;
    width: 50%;
  }
  /* line 631, assets/sass/partials/_responsive.scss */
  .block-panel-steps li:before {
    top: 0;
    letter-spacing: 0px;
    font-size: 5rem;
  }
  /* line 639, assets/sass/partials/_responsive.scss */
  .front .tt-bootstrap-footer .container {
    padding-top: 10px;
  }
  /* line 642, assets/sass/partials/_responsive.scss */
  .copyright .col1 {
    padding-right: 5rem;
  }
  /* line 647, assets/sass/partials/_responsive.scss */
  table th {
    padding: 12px 0px;
  }
  /* line 651, assets/sass/partials/_responsive.scss */
  .views-table {
    padding: 0 15px;
  }
  /* line 653, assets/sass/partials/_responsive.scss */
  .views-table .views-field {
    margin-bottom: 0;
  }
  /* line 656, assets/sass/partials/_responsive.scss */
  .views-table tr {
    display: block;
    padding: 0  !important;
  }
  /* line 659, assets/sass/partials/_responsive.scss */
  .views-table tr td, .views-table tr th {
    display: block;
    border: none;
  }
  /* line 663, assets/sass/partials/_responsive.scss */
  .views-table tr td {
    padding: 5px;
  }
  /* line 667, assets/sass/partials/_responsive.scss */
  .views-table thead th {
    width: 100%;
    display: block;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e7e8;
  }
  /* line 674, assets/sass/partials/_responsive.scss */
  .views-table thead th:first-child {
    width: 100%;
  }
  /* line 677, assets/sass/partials/_responsive.scss */
  .views-table thead th:last-child {
    padding-left: 0;
    border-bottom: none;
  }
  /* line 681, assets/sass/partials/_responsive.scss */
  .views-table thead th.views-field-title {
    display: block;
    margin-bottom: 0;
  }
  /* line 688, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget {
    width: 50%;
  }
  /* line 690, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget.views-widget-sort-by {
    clear: left;
  }
  /* line 693, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget.views-submit-button {
    padding-right: 15px;
  }
  /* line 695, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget.views-submit-button .form-submit {
    margin-top: 20px;
  }
  /* line 699, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget.views-widget-sort-order, .view-document-list .views-exposed-form .views-exposed-widget.views-widget-filter-field_status_value {
    padding-right: 0;
  }
}

@media (max-width: 550px) {
  /* line 708, assets/sass/partials/_responsive.scss */
  .view-grid-4-cols .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97.36842%;
    -ms-flex: 0 0 97.36842%;
    flex: 0 0 97.36842%;
    max-width: 97.36842%;
  }
  /* line 711, assets/sass/partials/_responsive.scss */
  .view-grid-2-cols .views-row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 97.36842%;
    -ms-flex: 0 0 97.36842%;
    flex: 0 0 97.36842%;
    max-width: 97.36842%;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  /* line 718, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-row {
    border: transparent;
    border-radius: 0;
    border-bottom: 1px solid #c3c3c3;
  }
  /* line 723, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-row:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-bottom: 1px solid #c3c3c3;
  }
  /* line 729, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-field-field-project-image {
    text-align: left;
  }
  /* line 732, assets/sass/partials/_responsive.scss */
  .view-project-gift .views-field-title, .view-project-gift .views-field-body, .view-project-gift .views-field-field-completed-percent {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 739, assets/sass/partials/_responsive.scss */
  .tt-bootstrap-banner .pane-page-title h1, .tt-bootstrap-banner .pane-page-title h3 {
    width: 40%;
  }
  /* line 744, assets/sass/partials/_responsive.scss */
  .item-list .pager {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  /* line 751, assets/sass/partials/_responsive.scss */
  .not-front .tt-bootstrap-content h2 {
    font-size: 1.5rem;
  }
  /* line 754, assets/sass/partials/_responsive.scss */
  #footer .region-panel-footer-1, #footer .region-panel-footer-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
  }
  /* line 758, assets/sass/partials/_responsive.scss */
  #footer .region-panel-footer-2 {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
  /* line 765, assets/sass/partials/_responsive.scss */
  .footer-logo {
    width: 100%;
  }
  /* line 767, assets/sass/partials/_responsive.scss */
  .footer-logo:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 772, assets/sass/partials/_responsive.scss */
  .block-ico-social {
    text-align: center;
  }
  /* line 775, assets/sass/partials/_responsive.scss */
  .footer-top {
    padding-top: 0;
    padding-bottom: 10px;
  }
  /* line 778, assets/sass/partials/_responsive.scss */
  .footer-top .content {
    font-size: 1.25rem;
  }
  /* line 781, assets/sass/partials/_responsive.scss */
  .footer-top .button a {
    height: 40px;
    line-height: 40px;
  }
  /* line 787, assets/sass/partials/_responsive.scss */
  .block-panel-steps li a {
    width: auto;
    left: 0;
    right: 0;
  }
  /* line 793, assets/sass/partials/_responsive.scss */
  .pane-user-online, .pane-custom-left {
    padding-right: 0.9375rem;
  }
  /* line 796, assets/sass/partials/_responsive.scss */
  .pane-user-new, .pane-custom-right {
    padding-left: 0.9375rem;
  }
  /* line 800, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget {
    width: 100%;
    padding: 15px 0 0;
  }
  /* line 804, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-exposed-widget .form-item-field-status-value {
    margin-top: 5px;
  }
  /* line 807, assets/sass/partials/_responsive.scss */
  .view-document-list .views-exposed-form .views-submit-button {
    padding-top: 0;
  }
  /* line 811, assets/sass/partials/_responsive.scss */
  .panel-container.row .panel-right .form-actions {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 814, assets/sass/partials/_responsive.scss */
  .panel-container.row .form-submit {
    width: 100%;
    margin-right: 0;
    min-height: 30px;
    margin-bottom: 0.9375rem;
  }
  /* line 821, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content form {
    padding: 0.3125rem 0.9375rem 0.3125rem 0.9375rem;
  }
  /* line 824, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content .pane-content {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 828, assets/sass/partials/_responsive.scss */
  .page-user-1 .tt-bootstrap-content .container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  /* line 832, assets/sass/partials/_responsive.scss */
  .page-user-edit .tt-bootstrap-content .pane-content {
    padding: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  }
  /* line 836, assets/sass/partials/_responsive.scss */
  .view-new-list .views-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0.9375rem;
    min-height: auto;
  }
  /* line 840, assets/sass/partials/_responsive.scss */
  .view-new-list .views-row:nth-child(2n+1) .views-field-field-image {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
    -ms-flex-order: initial;
    order: initial;
  }
  /* line 843, assets/sass/partials/_responsive.scss */
  .view-new-list .views-row .views-field-field-image a {
    position: relative;
  }
  /* line 845, assets/sass/partials/_responsive.scss */
  .view-new-list .views-row .views-field-field-image a img {
    max-width: 100%;
    position: static;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  /* line 853, assets/sass/partials/_responsive.scss */
  .view-new-list .view-new-inner, .view-new-list .views-field-field-image {
    width: 100%;
  }
  /* line 855, assets/sass/partials/_responsive.scss */
  .view-new-list .view-new-inner:before, .view-new-list .views-field-field-image:before {
    display: none;
  }
  /* line 859, assets/sass/partials/_responsive.scss */
  .view-new-list .views-field-field-image a img {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    max-width: 100%;
  }
  /* line 865, assets/sass/partials/_responsive.scss */
  .comment-form .form-actions {
    padding-left: 0 !important;
  }
}

@media (max-width: 420px) {
  /* line 871, assets/sass/partials/_responsive.scss */
  .copyright .col1 {
    padding-right: 5rem;
  }
  /* line 874, assets/sass/partials/_responsive.scss */
  #name-and-slogan {
    font-size: 1rem;
  }
  /* line 877, assets/sass/partials/_responsive.scss */
  .pane-title:after {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  /* line 881, assets/sass/partials/_responsive.scss */
  .not-front .tt-bootstrap-content h2:after {
    margin-bottom: 1.875rem;
  }
  /* line 885, assets/sass/partials/_responsive.scss */
  #name-and-slogan {
    letter-spacing: 2px;
  }
  /* line 888, assets/sass/partials/_responsive.scss */
  .navbar-toggle {
    margin-top: 5px;
    margin-right: 0px;
  }
  /* line 894, assets/sass/partials/_responsive.scss */
  .breadcrumb span:last-child {
    width: 220px;
  }
  /* line 899, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content form label {
    font-size: 1rem;
  }
  /* line 902, assets/sass/partials/_responsive.scss */
  .page-user .tt-bootstrap-content form .form-item {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  /* line 906, assets/sass/partials/_responsive.scss */
  legend {
    font-size: 16px;
  }
  /* line 909, assets/sass/partials/_responsive.scss */
  .btn-list a {
    width: 100%;
  }
  /* line 914, assets/sass/partials/_responsive.scss */
  .g-recaptcha > div {
    width: 100% !important;
  }
}

@media (max-width: 370px) {
  /* line 922, assets/sass/partials/_responsive.scss */
  .g-recaptcha > div {
    padding-right: 30px;
    position: relative;
  }
  /* line 925, assets/sass/partials/_responsive.scss */
  .g-recaptcha > div:before {
    content: "";
    position: absolute;
    height: 4.75rem;
    width: 6.25rem;
    border-radius: 3px;
    background: #f9f9f9;
    border: 1px solid #d3d3d3;
    border-left: none;
    right: 0;
    top: 0;
  }
}

@media (max-width: 360px) {
  /* line 942, assets/sass/partials/_responsive.scss */
  .block-views-search-detail .views-exposed-form .views-exposed-widget {
    width: 100%;
    padding-right: 0;
  }
  /* line 946, assets/sass/partials/_responsive.scss */
  .block-views-search-detail .views-exposed-form .views-submit-button {
    width: 100%;
    padding-right: 0;
  }
  /* line 949, assets/sass/partials/_responsive.scss */
  .block-views-search-detail .views-exposed-form .views-submit-button .form-submit {
    width: 100%;
    margin-top: 10px;
  }
}

/*# sourceMappingURL=assets/css/style.css.map */
