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

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../bootstrap/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 18, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 33, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 38, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 48, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 57, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 72, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 85, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 94, ../bootstrap/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../bootstrap/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.57143;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.57143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #b4b4b4;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Sanchez", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10.5px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #b4b4b4;
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 21px;
}

/* line 189, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.57143;
}

/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 211, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 17.5px;
  border-left: 5px solid #0072bc;
}
/* line 250, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.57143;
  color: #777777;
}
/* line 265, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #0072bc;
  border-left: 0;
}
/* line 286, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
/* line 287, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../bootstrap/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.57143;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.57143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.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 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.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 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.57143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.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 9, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_table-row.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 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  /* line 171, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../bootstrap/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.57143;
  color: #555555;
}

/* line 133, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.57143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 103, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 107, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 108, ../bootstrap/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #b4b4b4;
  opacity: 1;
}
/* line 172, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 35px;
  }
  /* line 204, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 241, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}
/* line 246, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_forms.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 263, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
/* line 280, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 35px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 305, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 323, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 330, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 334, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 338, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 349, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
/* line 356, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
/* line 360, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 364, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 378, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 383, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 43.75px;
}

/* line 388, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 21, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.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 31, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 26px;
}
/* line 432, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../bootstrap/assets/stylesheets/bootstrap/_forms.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 559, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
/* line 565, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 572, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
/* line 583, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  /* line 593, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  /* line 601, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.57143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_buttons.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 46, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #eceaea;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #afa7a7;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #cfcaca;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #cfcaca;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #afa7a7;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #eceaea;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
/* line 30, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_buttons.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 109, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 123, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

/* line 139, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 151, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.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 20, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.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 54, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.57143;
  color: #333333;
  white-space: nowrap;
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.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 100, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
/* line 107, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.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 120, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.57143;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  /* line 204, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../bootstrap/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 35, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 69, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 81, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 120, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 172, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 184, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 193, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.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 201, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 212, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 216, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.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 68, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #b4b4b4;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 94, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 101, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.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 117, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.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 129, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 150, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 159, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #b4b4b4;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}
/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #b4b4b4;
  border-color: #337ab7;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
/* line 78, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.57143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #b4b4b4 #b4b4b4 #ddd;
}
/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
/* line 171, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 199, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  /* line 206, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../bootstrap/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 11, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 31, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 50, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  /* line 90, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  /* line 129, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  /* line 149, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 14.5px 0;
  font-size: 18px;
  line-height: 21px;
}
/* line 168, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  /* line 178, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

/* line 191, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 204, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 209, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 215, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  /* line 191, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.25px 0;
}
/* line 233, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 991px) {
  /* line 241, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  /* line 255, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  /* line 230, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }
}

/* line 284, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
@media (min-width: 768px) {
  /* line 468, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../bootstrap/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  /* line 296, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  /* line 284, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 325, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 341, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
/* line 344, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 347, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px;
}
@media (min-width: 992px) {
  /* line 357, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 377, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 380, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  /* line 384, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 395, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
/* line 399, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}
/* line 401, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 408, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}
/* line 413, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}
/* line 416, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
/* line 423, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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: #eeeeee;
}
/* line 431, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 442, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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: #eeeeee;
}
@media (max-width: 991px) {
  /* line 453, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000;
    background-color: transparent;
  }
  /* line 462, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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: #eeeeee;
  }
  /* line 470, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 481, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
/* line 483, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
/* line 487, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
/* line 492, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
/* line 502, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}
/* line 504, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #000;
}
/* line 509, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}
/* line 511, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #000;
}
/* line 517, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
/* line 531, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
/* line 533, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
/* line 540, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
/* line 545, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
/* line 548, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
/* line 555, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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: #090909;
}
/* line 563, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 573, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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: #090909;
}
@media (max-width: 991px) {
  /* line 584, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 599, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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: #090909;
  }
  /* line 607, ../bootstrap/assets/stylesheets/bootstrap/_navbar.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 619, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
/* line 621, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
/* line 625, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* line 630, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 635, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
/* line 637, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
/* line 642, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
/* line 644, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
/* line 650, ../bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.57143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #b4b4b4;
  border-color: #ddd;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_pagination.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 40, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 61, ../bootstrap/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 21px 0;
  text-align: center;
  list-style: none;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #b4b4b4;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_badges.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: #777777;
  border-radius: 10px;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 41, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../bootstrap/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #b4b4b4;
}
/* line 13, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #9a9a9a;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
/* line 35, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../bootstrap/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.57143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 17, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 32, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/mixins/_alerts.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 26, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 21px;
  margin-bottom: 21px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

/* line 54, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 34, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 40, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #b4b4b4;
}
/* line 48, ../bootstrap/assets/stylesheets/bootstrap/_list-group.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 51, ../bootstrap/assets/stylesheets/bootstrap/_list-group.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: #777777;
}
/* line 57, ../bootstrap/assets/stylesheets/bootstrap/_list-group.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 66, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 71, ../bootstrap/assets/stylesheets/bootstrap/_list-group.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 83, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}
/* line 87, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
/* line 92, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 24, ../bootstrap/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 21px;
  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 16, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../bootstrap/assets/stylesheets/bootstrap/_panels.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 63, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_panels.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 82, ../bootstrap/assets/stylesheets/bootstrap/_panels.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 89, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
/* line 121, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 127, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 131, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 135, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 149, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 153, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 164, ../bootstrap/assets/stylesheets/bootstrap/_panels.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 170, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 174, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 181, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 185, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 194, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 203, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 210, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 21px;
}
/* line 226, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 230, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 235, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 238, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
/* line 244, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 246, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../bootstrap/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../bootstrap/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.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 28, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_wells.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 15, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_close.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: 0.2;
}
/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_modals.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 32, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
}

/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_modals.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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.57143;
}

/* line 97, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal {
    min-width: 300px;
  }

  /* line 143, ../bootstrap/assets/stylesheets/bootstrap/_modals.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 148, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 152, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 156, ../bootstrap/assets/stylesheets/bootstrap/_modals.scss */
.ui-dialog-off-canvas {
  overflow: scroll;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
/* line 23, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
/* line 31, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
/* line 37, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 44, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 51, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
/* line 58, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
/* line 65, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
/* line 72, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 79, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
/* line 86, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../bootstrap/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/* line 26, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}
/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}
/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
/* line 46, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
/* line 52, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
/* line 67, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
/* line 74, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
/* line 82, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
/* line 89, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
/* line 98, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 105, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../bootstrap/assets/stylesheets/bootstrap/_popovers.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 124, ../bootstrap/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
/* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 22, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 63, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 76, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../bootstrap/assets/stylesheets/bootstrap/_carousel.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: 0.5;
}
/* line 109, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
/* line 112, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
/* line 119, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
/* line 128, ../bootstrap/assets/stylesheets/bootstrap/_carousel.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 138, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 143, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 148, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
/* line 157, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}
/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../bootstrap/assets/stylesheets/bootstrap/_carousel.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 184, ../bootstrap/assets/stylesheets/bootstrap/_carousel.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 207, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../bootstrap/assets/stylesheets/bootstrap/_carousel.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 230, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../bootstrap/assets/stylesheets/bootstrap/_carousel.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 250, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  /* line 261, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  /* line 268, ../bootstrap/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .filter-wrapper:before, .clearfix:after, .filter-wrapper:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after, .filter-wrapper:after {
  clear: both;
}

/* line 12, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../bootstrap/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.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 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 54, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 111, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 6, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 7, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 8, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 155, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 162, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 169, ../bootstrap/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 693, ../scss/_mixins.scss */
  .col-lg-v {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 992px) {
  /* line 693, ../scss/_mixins.scss */
  .col-md-v {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 693, ../scss/_mixins.scss */
  .col-sm-v {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
@media (min-width: 480px) {
  /* line 693, ../scss/_mixins.scss */
  .col-xs-v {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
/**
* Component styling.
*/
/* line 14, ../scss/_utilities.scss */
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 1em;
  border-top: 1px solid #e1eaf6;
}
/* line 18, ../scss/_utilities.scss */
.table > thead > tr > th a, .table > thead > tr > td a, .table > tbody > tr > th a, .table > tbody > tr > td a, .table > tfoot > tr > th a, .table > tfoot > tr > td a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
/* line 22, ../scss/_utilities.scss */
.table > thead > tr > th a:hover, .table > thead > tr > td a:hover, .table > tbody > tr > th a:hover, .table > tbody > tr > td a:hover, .table > tfoot > tr > th a:hover, .table > tfoot > tr > td a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 29, ../scss/_utilities.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fafcff;
}

/* line 34, ../scss/_utilities.scss */
.featured-news-image-featured-news-teaser {
  line-height: 1.7;
}
/* line 37, ../scss/_utilities.scss */
.featured-news-image-featured-news-teaser .featured-news-image {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1.3em;
}
/* line 42, ../scss/_utilities.scss */
.featured-news-image-featured-news-teaser .featured-news-image .block-type-news-featured-image {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 49, ../scss/_utilities.scss */
.featured-news-image-featured-news-teaser .featured-news-image .view-display-id-featured_teaser {
  padding: 1em;
}
/* line 54, ../scss/_utilities.scss */
.featured-news-image-featured-news-teaser .featured-news-teaser {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  /* line 54, ../scss/_utilities.scss */
  .featured-news-image-featured-news-teaser .featured-news-teaser {
    padding-left: inherit;
  }
}
/* line 60, ../scss/_utilities.scss */
.featured-news-image-featured-news-teaser .featured-news-teaser .views-row {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1em;
  padding-top: .75em;
}

/* line 69, ../scss/_utilities.scss */
.news-spotlight {
  background-color: #edefef;
  padding-top: 2.5em !important;
}
/* line 73, ../scss/_utilities.scss */
.news-spotlight .row {
  padding-top: 1em !important;
  padding-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  /* line 78, ../scss/_utilities.scss */
  .news-spotlight .row-1 {
    padding-bottom: 1em !important;
  }
}
/* line 83, ../scss/_utilities.scss */
.news-spotlight .views-view-grid .views-row {
  width: auto;
}
/* line 88, ../scss/_utilities.scss */
.news-spotlight _:-ms-fullscreen, .news-spotlight :root .col-xs-4 {
  width: 31.33% !important;
}
@media screen\0 {
  /* line 94, ../scss/_utilities.scss */
  .news-spotlight .col-xs-4 {
    width: 31.33% !important;
  }
}
/* line 99, ../scss/_utilities.scss */
.news-spotlight .col-xs-4 {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  /* line 99, ../scss/_utilities.scss */
  .news-spotlight .col-xs-4 {
    width: 100% !important;
  }
}
/* line 108, ../scss/_utilities.scss */
.news-spotlight .col-xs-4 .views-field.views-field-created-1 {
  padding: .75em .75em 0 .75em;
}
/* line 112, ../scss/_utilities.scss */
.news-spotlight .col-xs-4 .views-field.views-field-title.news-title {
  padding: 0 .75em .75em .75em;
}

/* line 119, ../scss/_utilities.scss */
.news-archives.row {
  padding-top: 3em !important;
}
/* line 122, ../scss/_utilities.scss */
.news-archives.row .views-row {
  padding: 1em 0 1.25em 0;
  border-bottom: 1px solid #eeeeee;
}
/* line 126, ../scss/_utilities.scss */
.news-archives.row .pager-nav {
  padding-top: 2em;
}

/* line 134, ../scss/_utilities.scss */
.path-search .region-pageprefix {
  display: none;
}

/* line 138, ../scss/_utilities.scss */
.path-search h2 {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 138, ../scss/_utilities.scss */
  .path-search h2 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 138, ../scss/_utilities.scss */
  .path-search h2 {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 138, ../scss/_utilities.scss */
  .path-search h2 {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 138, ../scss/_utilities.scss */
  .path-search h2 {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 138, ../scss/_utilities.scss */
  .path-search h2 {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 138, ../scss/_utilities.scss */
  .path-search h2 {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}

/* line 142, ../scss/_utilities.scss */
.content-search-results {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 1em;
}
@media (min-width: 768px) {
  /* line 142, ../scss/_utilities.scss */
  .content-search-results {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  /* line 142, ../scss/_utilities.scss */
  .content-search-results {
    margin-left: 8.33333%;
  }
}
@media (min-width: 992px) {
  /* line 142, ../scss/_utilities.scss */
  .content-search-results {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  /* line 142, ../scss/_utilities.scss */
  .content-search-results {
    margin-left: 8.33333%;
  }
}
/* line 151, ../scss/_utilities.scss */
.content-search-results .view-filters .control-label {
  display: none;
}
/* line 155, ../scss/_utilities.scss */
.content-search-results .views-row {
  margin-bottom: 2em;
}
/* line 158, ../scss/_utilities.scss */
.content-search-results .views-row .result-title {
  margin-bottom: 0;
}
/* line 162, ../scss/_utilities.scss */
.content-search-results .views-row .result-url {
  color: #5e9b42;
  margin: -10px 0 5px;
}

/* line 173, ../scss/_utilities.scss */
.region-content #user-login-form {
  padding-left: 7% !important;
  padding-right: 7% !important;
  padding-top: 4.857em;
  padding-bottom: 4.857em;
}
@media screen and (max-width: 767px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 173, ../scss/_utilities.scss */
  .region-content #user-login-form {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/* line 183, ../scss/_utilities.scss */
.page-node-type-article .article {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 183, ../scss/_utilities.scss */
  .page-node-type-article .article {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 183, ../scss/_utilities.scss */
  .page-node-type-article .article {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 183, ../scss/_utilities.scss */
  .page-node-type-article .article {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 183, ../scss/_utilities.scss */
  .page-node-type-article .article {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 183, ../scss/_utilities.scss */
  .page-node-type-article .article {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 183, ../scss/_utilities.scss */
  .page-node-type-article .article {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}

/* line 191, ../scss/_utilities.scss */
.equal.action-grid.row {
  border-top: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
/* line 198, ../scss/_utilities.scss */
.equal.action-grid.row .col-sm-12.bs-region.bs-region--main {
  padding: 0;
  width: 100%;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  /* line 198, ../scss/_utilities.scss */
  .equal.action-grid.row .col-sm-12.bs-region.bs-region--main {
    margin-bottom: -1em;
  }
}
@media screen and (max-width: 767px) {
  /* line 206, ../scss/_utilities.scss */
  .equal.action-grid.row .col-sm-12.bs-region.bs-region--main .equal.field.field--name-field-block.field--type-entity-reference.field--label-hidden.field--items {
    display: flex;
    flex-wrap: nowrap !important;
    margin-top: -1em;
  }
}
@media screen and (max-width: 767px) {
  /* line 213, ../scss/_utilities.scss */
  .equal.action-grid.row .col-sm-12.bs-region.bs-region--main .equal.field.field--name-field-block.field--type-entity-reference.field--label-hidden.field--items .col-sm-3.field--item.cta-section.animated.block-type-block-info-card.skewed {
    float: left;
    width: 25%;
  }
}

/* line 226, ../scss/_utilities.scss */
.action-grid .equal .block-type-block-info-card {
  margin-top: 1em;
  padding: 5em 3em 5em 3em;
}
/* line 231, ../scss/_utilities.scss */
.action-grid .equal .block-type-block-info-card .field--name-field-body.field--type-text-long,
.action-grid .equal .block-type-block-info-card .field--name-field-body.field--type-text-long a {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 1px;
}
/* line 244, ../scss/_utilities.scss */
.action-grid .equal [class*="col-"] {
  border: 1px solid #dfdfdf;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  background-color: #f0f9fe;
  margin-top: 0;
  padding: 2.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 244, ../scss/_utilities.scss */
  .action-grid .equal [class*="col-"] {
    padding: 1.5em;
  }
}
/* line 256, ../scss/_utilities.scss */
.action-grid .equal [class*="col-"]:hover, .action-grid .equal [class*="col-"]:focus {
  background-color: #d8effc;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  transition: all .15s ease-out;
}
/* line 265, ../scss/_utilities.scss */
.action-grid .equal [class*="col-"] .field--name-field-icon-image img {
  margin: auto;
  max-width: 6em;
}
/* line 271, ../scss/_utilities.scss */
.action-grid .equal [class*="col-"] .field--name-field-headline {
  border-bottom: 0;
  padding: .50em 0;
  font-size: 120%;
  text-align: center;
  font-family: "Sanchez", Times, serif;
}
@media screen and (max-width: 767px) {
  /* line 271, ../scss/_utilities.scss */
  .action-grid .equal [class*="col-"] .field--name-field-headline {
    font-size: 90%;
  }
}
/* line 282, ../scss/_utilities.scss */
.action-grid .equal [class*="col-"] .field--name-field-body.field--type-text-long {
  font-family: "Sanchez", Times, serif;
  font-size: 120%;
}
/* line 290, ../scss/_utilities.scss */
.action-grid .equal [class*="col-"] + [class*="col-"]:nth-last-child(4n+1) {
  border-right: 0;
}

/* line 297, ../scss/_utilities.scss */
.section-short {
  padding: 4.286em 0;
}
@media screen and (max-width: 767px) {
  /* line 297, ../scss/_utilities.scss */
  .section-short {
    padding: 2.143em  0;
  }
}

/* line 303, ../scss/_utilities.scss */
.section-tiny {
  padding: 1.714em 0;
}
@media screen and (max-width: 767px) {
  /* line 303, ../scss/_utilities.scss */
  .section-tiny {
    padding: 0.857em  0;
  }
}

/* line 309, ../scss/_utilities.scss */
.section-nopadding {
  padding: 0 !important;
}

/* line 315, ../scss/_utilities.scss */
.show-block {
  display: block !important;
}

/* line 318, ../scss/_utilities.scss */
.show-inline {
  display: inline-block !important;
}

/* line 321, ../scss/_utilities.scss */
.show-nothing {
  display: none !important;
}

/* line 324, ../scss/_utilities.scss */
.hide-this {
  visibility: hidden !important;
}

/* line 327, ../scss/_utilities.scss */
.no-border {
  border: none !important;
}

/* line 333, ../scss/_utilities.scss */
.totally-center-items {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* line 340, ../scss/_utilities.scss */
.vertically-center-items {
  display: flex !important;
  align-items: center;
}

/* line 345, ../scss/_utilities.scss */
.vertically-center-this {
  align-self: center;
}

/* line 349, ../scss/_utilities.scss */
.horizontally-center-this {
  position: relative;
  display: block;
  margin: 0 auto;
}

/* line 362, ../scss/_utilities.scss */
hr,
.hr {
  margin: 30px 0;
  padding: 0px;
  border-bottom: 1px solid #dfdfdf;
  border-top: 0px;
}

/* line 369, ../scss/_utilities.scss */
.hr-m-0 {
  margin: 0;
  border-bottom: 1px solid #eceff8;
}

/* line 373, ../scss/_utilities.scss */
.hr-mtb-20 {
  margin: 20px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

/* line 379, ../scss/_utilities.scss */
.hr-mtb-40 {
  margin: 40px 0;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

/* line 384, ../scss/_utilities.scss */
.hr-mtb-50 {
  margin: 50px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

/* line 390, ../scss/_utilities.scss */
.hr-mtb-60 {
  margin: 60px 0;
  padding: 0px;
  border-bottom: 1px solid #eceff8;
  border-top: 0px;
}

/* line 396, ../scss/_utilities.scss */
.hr-primary {
  background: rgba(34, 34, 34, 0.8);
}

/* line 399, ../scss/_utilities.scss */
.hr-secondary {
  background: rgba(34, 34, 34, 0.2);
}

/* line 402, ../scss/_utilities.scss */
.hr-style-2 {
  border-bottom: 1px dashed #f10;
}

/* line 409, ../scss/_utilities.scss */
ul.checkmark {
  list-style-type: none;
}

/* line 412, ../scss/_utilities.scss */
ul.checkmark li:before {
  content: "\2713\0020";
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* line 421, ../scss/_utilities.scss */
ul.checkmark {
  list-style-type: none;
}

/* line 424, ../scss/_utilities.scss */
ul.checkmark li:before {
  content: "\2713\0020";
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* line 433, ../scss/_utilities.scss */
.shape-rounded {
  border-radius: 7.5px;
}

/* line 434, ../scss/_utilities.scss */
.shape-curved {
  border-radius: 75000px;
}

/* line 435, ../scss/_utilities.scss */
.shape-circular {
  border-radius: 50%;
}

/* line 440, ../scss/_utilities.scss */
.opacity-00 {
  opacity: 0.00;
}

/* line 441, ../scss/_utilities.scss */
.opacity-25 {
  opacity: 0.25;
}

/* line 442, ../scss/_utilities.scss */
.opacity-50 {
  opacity: 0.50;
}

/* line 443, ../scss/_utilities.scss */
.opacity-75 {
  opacity: 0.75;
}

/* line 444, ../scss/_utilities.scss */
.opacity-100 {
  opacity: 1.00;
}

/* line 448, ../scss/_utilities.scss */
.row.large-gutters > [class*="col-"] {
  padding-left: 60px;
  padding-right: 60px;
}

/* line 452, ../scss/_utilities.scss */
.row.small-gutters > [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 456, ../scss/_utilities.scss */
.row.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  /* line 487, ../scss/_utilities.scss */
  .equal,
  .equal.row {
    display: flex;
    flex-wrap: wrap;
  }
}
/* line 500, ../scss/_utilities.scss */
.row:before, .row:after {
  content: " ";
  display: block;
}

/* Safari 6.1-7.0 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-color-index: 0) and (min-width: 768px) {
  /* line 515, ../scss/_utilities.scss */
  .equal,
  .equal.row {
    display: flex;
    flex-wrap: nowrap !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 529, ../scss/_utilities.scss */
  .vertical-align-all {
    display: flex;
    flex-direction: row;
  }

  /* line 533, ../scss/_utilities.scss */
  .vertical-align-all > [class^="col-"],
  .vertical-align-all > [class*=" col-"] {
    display: flex;
    align-items: center;
    /*  justify-content: center;  Optional, to align inner items
                                  horizontally inside the column */
  }
}
@media screen and (min-width: 768px) {
  /* line 544, ../scss/_utilities.scss */
  .vertical-align-all-top {
    display: flex;
    flex-direction: row;
  }

  /* line 548, ../scss/_utilities.scss */
  .vertical-align-all-top > [class^="col-"],
  .vertical-align-all-top > [class*=" col-"] {
    display: flex;
    align-items: flex-start;
    /*  justify-content: center;  Optional, to align inner items
                                  horizontally inside the column */
  }
}
/* line 561, ../scss/_utilities.scss */
.m-0 {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

/* line 567, ../scss/_utilities.scss */
.p-0 {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
}

/* line 573, ../scss/_utilities.scss */
.p-lr {
  padding: 0 !important;
}

/* line 574, ../scss/_utilities.scss */
.p-l {
  padding-left: 0 !important;
}

/* line 575, ../scss/_utilities.scss */
.p-r {
  padding-right: 0 !important;
}

/* line 576, ../scss/_utilities.scss */
.p-rl {
  padding: 0 2px !important;
}

/* line 579, ../scss/_utilities.scss */
.ma-0 {
  margin: 0;
}

/* line 580, ../scss/_utilities.scss */
.ma-0 {
  margin: 0;
}

/* line 581, ../scss/_utilities.scss */
.ma-10 {
  margin: 10px;
}

/* line 582, ../scss/_utilities.scss */
.ma-15 {
  margin: 15px;
}

/* line 583, ../scss/_utilities.scss */
.ma-20 {
  margin: 20px;
}

/* line 584, ../scss/_utilities.scss */
.ma-30 {
  margin: 30px;
}

/* line 585, ../scss/_utilities.scss */
.ma-40 {
  margin: 40px;
}

/* line 586, ../scss/_utilities.scss */
.ma-50 {
  margin: 50px;
}

/* line 587, ../scss/_utilities.scss */
.ma-60 {
  margin: 60px;
}

/* line 588, ../scss/_utilities.scss */
.ma-70 {
  margin: 70px;
}

/* line 589, ../scss/_utilities.scss */
.ma-80 {
  margin: 80px;
}

/* line 590, ../scss/_utilities.scss */
.ma-90 {
  margin: 90px;
}

/* line 591, ../scss/_utilities.scss */
.ma-100 {
  margin: 100px;
}

/* line 592, ../scss/_utilities.scss */
.ma-110 {
  margin: 110px;
}

/* line 593, ../scss/_utilities.scss */
.ma-120 {
  margin: 120px;
}

/* line 594, ../scss/_utilities.scss */
.ma-130 {
  margin: 130px;
}

/* line 595, ../scss/_utilities.scss */
.ma-140 {
  margin: 140px;
}

/* line 596, ../scss/_utilities.scss */
.ma-150 {
  margin: 150px;
}

@media screen and (max-width: 767px) {
  /* line 598, ../scss/_utilities.scss */
  .ma-60 {
    margin: 60px;
  }

  /* line 599, ../scss/_utilities.scss */
  .ma-70 {
    margin: 58.33333px;
  }

  /* line 600, ../scss/_utilities.scss */
  .ma-80 {
    margin: 61.53846px;
  }

  /* line 601, ../scss/_utilities.scss */
  .ma-90 {
    margin: 64.28571px;
  }

  /* line 602, ../scss/_utilities.scss */
  .ma-100 {
    margin: 66.66667px;
  }

  /* line 603, ../scss/_utilities.scss */
  .ma-110 {
    margin: 68.75px;
  }

  /* line 604, ../scss/_utilities.scss */
  .ma-120 {
    margin: 70.58824px;
  }

  /* line 605, ../scss/_utilities.scss */
  .ma-130 {
    margin: 72.22222px;
  }

  /* line 606, ../scss/_utilities.scss */
  .ma-140 {
    margin: 73.68421px;
  }

  /* line 607, ../scss/_utilities.scss */
  .ma-150 {
    margin: 75px;
  }
}
/* line 611, ../scss/_utilities.scss */
.mt-a {
  margin-top: auto;
}

/* line 612, ../scss/_utilities.scss */
.mt-0 {
  margin-top: 0;
}

/* line 613, ../scss/_utilities.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 614, ../scss/_utilities.scss */
.mt-20 {
  margin-top: 20px;
}

/* line 615, ../scss/_utilities.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 616, ../scss/_utilities.scss */
.mt-40 {
  margin-top: 40px;
}

/* line 617, ../scss/_utilities.scss */
.mt-50 {
  margin-top: 50px;
}

/* line 618, ../scss/_utilities.scss */
.mt-60 {
  margin-top: 60px;
}

/* line 619, ../scss/_utilities.scss */
.mt-70 {
  margin-top: 70px;
}

/* line 620, ../scss/_utilities.scss */
.mt-80 {
  margin-top: 80px;
}

/* line 621, ../scss/_utilities.scss */
.mt-90 {
  margin-top: 90px;
}

/* line 622, ../scss/_utilities.scss */
.mt-100 {
  margin-top: 100px;
}

/* line 623, ../scss/_utilities.scss */
.mt-110 {
  margin-top: 110px;
}

/* line 624, ../scss/_utilities.scss */
.mt-120 {
  margin-top: 120px;
}

/* line 625, ../scss/_utilities.scss */
.mt-130 {
  margin-top: 130px;
}

/* line 626, ../scss/_utilities.scss */
.mt-140 {
  margin-top: 140px;
}

/* line 627, ../scss/_utilities.scss */
.mt-150 {
  margin-top: 150px;
}

@media screen and (max-width: 767px) {
  /* line 629, ../scss/_utilities.scss */
  .mt-60 {
    margin-top: 60px;
  }

  /* line 630, ../scss/_utilities.scss */
  .mt-70 {
    margin-top: 58.33333px;
  }

  /* line 631, ../scss/_utilities.scss */
  .mt-80 {
    margin-top: 61.53846px;
  }

  /* line 632, ../scss/_utilities.scss */
  .mt-90 {
    margin-top: 64.28571px;
  }

  /* line 633, ../scss/_utilities.scss */
  .mt-100 {
    margin-top: 66.66667px;
  }

  /* line 634, ../scss/_utilities.scss */
  .mt-110 {
    margin-top: 68.75px;
  }

  /* line 635, ../scss/_utilities.scss */
  .mt-120 {
    margin-top: 70.58824px;
  }

  /* line 636, ../scss/_utilities.scss */
  .mt-130 {
    margin-top: 72.22222px;
  }

  /* line 637, ../scss/_utilities.scss */
  .mt-140 {
    margin-top: 73.68421px;
  }

  /* line 638, ../scss/_utilities.scss */
  .mt-150 {
    margin-top: 75px;
  }
}
/* line 642, ../scss/_utilities.scss */
.mr-a {
  margin-right: auto;
}

/* line 643, ../scss/_utilities.scss */
.mr-0 {
  margin-right: 0px;
}

/* line 644, ../scss/_utilities.scss */
.mr-10 {
  margin-right: 10px;
}

/* line 645, ../scss/_utilities.scss */
.mr-20 {
  margin-right: 20px;
}

/* line 646, ../scss/_utilities.scss */
.mr-30 {
  margin-right: 30px;
}

/* line 647, ../scss/_utilities.scss */
.mr-40 {
  margin-right: 40px;
}

/* line 648, ../scss/_utilities.scss */
.mr-50 {
  margin-right: 50px;
}

/* line 649, ../scss/_utilities.scss */
.mr-60 {
  margin-right: 60px;
}

/* line 650, ../scss/_utilities.scss */
.mr-70 {
  margin-right: 70px;
}

/* line 651, ../scss/_utilities.scss */
.mr-80 {
  margin-right: 80px;
}

/* line 652, ../scss/_utilities.scss */
.mr-90 {
  margin-right: 90px;
}

/* line 653, ../scss/_utilities.scss */
.mr-100 {
  margin-right: 100px;
}

/* line 654, ../scss/_utilities.scss */
.mr-110 {
  margin-right: 110px;
}

/* line 655, ../scss/_utilities.scss */
.mr-120 {
  margin-right: 120px;
}

/* line 656, ../scss/_utilities.scss */
.mr-130 {
  margin-right: 130px;
}

/* line 657, ../scss/_utilities.scss */
.mr-140 {
  margin-right: 140px;
}

/* line 658, ../scss/_utilities.scss */
.mr-150 {
  margin-right: 150px;
}

@media screen and (max-width: 767px) {
  /* line 660, ../scss/_utilities.scss */
  .mr-60 {
    margin-right: 60px;
  }

  /* line 661, ../scss/_utilities.scss */
  .mr-70 {
    margin-right: 58.33333px;
  }

  /* line 662, ../scss/_utilities.scss */
  .mr-80 {
    margin-right: 61.53846px;
  }

  /* line 663, ../scss/_utilities.scss */
  .mr-90 {
    margin-right: 64.28571px;
  }

  /* line 664, ../scss/_utilities.scss */
  .mr-100 {
    margin-right: 66.66667px;
  }

  /* line 665, ../scss/_utilities.scss */
  .mr-110 {
    margin-right: 68.75px;
  }

  /* line 666, ../scss/_utilities.scss */
  .mr-120 {
    margin-right: 70.58824px;
  }

  /* line 667, ../scss/_utilities.scss */
  .mr-130 {
    margin-right: 72.22222px;
  }

  /* line 668, ../scss/_utilities.scss */
  .mr-140 {
    margin-right: 73.68421px;
  }

  /* line 669, ../scss/_utilities.scss */
  .mr-150 {
    margin-right: 75px;
  }
}
/* line 673, ../scss/_utilities.scss */
.mb-a {
  margin-bottom: auto;
}

/* line 674, ../scss/_utilities.scss */
.mb-0 {
  margin-bottom: 0;
}

/* line 675, ../scss/_utilities.scss */
.mb-10 {
  margin-bottom: 10px;
}

/* line 676, ../scss/_utilities.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 677, ../scss/_utilities.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 678, ../scss/_utilities.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 679, ../scss/_utilities.scss */
.mb-50 {
  margin-bottom: 50px;
}

/* line 680, ../scss/_utilities.scss */
.mb-60 {
  margin-bottom: 60px;
}

/* line 681, ../scss/_utilities.scss */
.mb-70 {
  margin-bottom: 70px;
}

/* line 682, ../scss/_utilities.scss */
.mb-80 {
  margin-bottom: 80px;
}

/* line 683, ../scss/_utilities.scss */
.mb-90 {
  margin-bottom: 90px;
}

/* line 684, ../scss/_utilities.scss */
.mb-100 {
  margin-bottom: 100px;
}

/* line 685, ../scss/_utilities.scss */
.mb-110 {
  margin-bottom: 110px;
}

/* line 686, ../scss/_utilities.scss */
.mb-120 {
  margin-bottom: 120px;
}

/* line 687, ../scss/_utilities.scss */
.mb-130 {
  margin-bottom: 130px;
}

/* line 688, ../scss/_utilities.scss */
.mb-140 {
  margin-bottom: 140px;
}

/* line 689, ../scss/_utilities.scss */
.mb-150 {
  margin-bottom: 150px;
}

/* line 690, ../scss/_utilities.scss */
.mb-230 {
  margin-bottom: 230px;
}

@media screen and (max-width: 767px) {
  /* line 692, ../scss/_utilities.scss */
  .mb-60 {
    margin-bottom: 60px;
  }

  /* line 693, ../scss/_utilities.scss */
  .mb-70 {
    margin-bottom: 58.33333px;
  }

  /* line 694, ../scss/_utilities.scss */
  .mb-80 {
    margin-bottom: 61.53846px;
  }

  /* line 695, ../scss/_utilities.scss */
  .mb-90 {
    margin-bottom: 64.28571px;
  }

  /* line 696, ../scss/_utilities.scss */
  .mb-100 {
    margin-bottom: 66.66667px;
  }

  /* line 697, ../scss/_utilities.scss */
  .mb-110 {
    margin-bottom: 68.75px;
  }

  /* line 698, ../scss/_utilities.scss */
  .mb-120 {
    margin-bottom: 70.58824px;
  }

  /* line 699, ../scss/_utilities.scss */
  .mb-130 {
    margin-bottom: 72.22222px;
  }

  /* line 700, ../scss/_utilities.scss */
  .mb-140 {
    margin-bottom: 73.68421px;
  }

  /* line 701, ../scss/_utilities.scss */
  .mb-150 {
    margin-bottom: 75px;
  }

  /* line 702, ../scss/_utilities.scss */
  .mb-230 {
    margin-bottom: 82.14286px;
  }
}
/* line 706, ../scss/_utilities.scss */
.ml-a {
  margin-left: auto;
}

/* line 707, ../scss/_utilities.scss */
.ml-0 {
  margin-left: 0;
}

/* line 708, ../scss/_utilities.scss */
.ml-10 {
  margin-left: 10px;
}

/* line 709, ../scss/_utilities.scss */
.ml-15 {
  margin-left: 15px;
}

/* line 710, ../scss/_utilities.scss */
.ml-20 {
  margin-left: 20px;
}

/* line 711, ../scss/_utilities.scss */
.ml-30 {
  margin-left: 30px;
}

/* line 712, ../scss/_utilities.scss */
.ml-40 {
  margin-left: 40px;
}

/* line 713, ../scss/_utilities.scss */
.ml-50 {
  margin-left: 50px;
}

/* line 714, ../scss/_utilities.scss */
.ml-60 {
  margin-left: 60px;
}

/* line 715, ../scss/_utilities.scss */
.ml-70 {
  margin-left: 70px;
}

/* line 716, ../scss/_utilities.scss */
.ml-80 {
  margin-left: 80px;
}

/* line 717, ../scss/_utilities.scss */
.ml-90 {
  margin-left: 90px;
}

/* line 718, ../scss/_utilities.scss */
.ml-100 {
  margin-left: 100px;
}

/* line 719, ../scss/_utilities.scss */
.ml-110 {
  margin-left: 110px;
}

/* line 720, ../scss/_utilities.scss */
.ml-120 {
  margin-left: 120px;
}

/* line 721, ../scss/_utilities.scss */
.ml-130 {
  margin-left: 130px;
}

/* line 722, ../scss/_utilities.scss */
.ml-140 {
  margin-left: 140px;
}

/* line 723, ../scss/_utilities.scss */
.ml-150 {
  margin-left: 150px;
}

@media screen and (max-width: 767px) {
  /* line 725, ../scss/_utilities.scss */
  .ml-60 {
    margin-left: 60px;
  }

  /* line 726, ../scss/_utilities.scss */
  .ml-70 {
    margin-left: 58.33333px;
  }

  /* line 727, ../scss/_utilities.scss */
  .ml-80 {
    margin-left: 61.53846px;
  }

  /* line 728, ../scss/_utilities.scss */
  .ml-90 {
    margin-left: 64.28571px;
  }

  /* line 729, ../scss/_utilities.scss */
  .ml-100 {
    margin-left: 66.66667px;
  }

  /* line 730, ../scss/_utilities.scss */
  .ml-110 {
    margin-left: 68.75px;
  }

  /* line 731, ../scss/_utilities.scss */
  .ml-120 {
    margin-left: 70.58824px;
  }

  /* line 732, ../scss/_utilities.scss */
  .ml-130 {
    margin-left: 72.22222px;
  }

  /* line 733, ../scss/_utilities.scss */
  .ml-140 {
    margin-left: 73.68421px;
  }

  /* line 734, ../scss/_utilities.scss */
  .ml-150 {
    margin-left: 75px;
  }
}
/* line 738, ../scss/_utilities.scss */
.pt-a {
  padding-top: auto !important;
}

/* line 739, ../scss/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 740, ../scss/_utilities.scss */
.pt- {
  padding-top: 10px !important;
}

/* line 741, ../scss/_utilities.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 742, ../scss/_utilities.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 743, ../scss/_utilities.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 744, ../scss/_utilities.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 745, ../scss/_utilities.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 746, ../scss/_utilities.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 747, ../scss/_utilities.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 748, ../scss/_utilities.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 749, ../scss/_utilities.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 750, ../scss/_utilities.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 751, ../scss/_utilities.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 752, ../scss/_utilities.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 753, ../scss/_utilities.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 754, ../scss/_utilities.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 755, ../scss/_utilities.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 756, ../scss/_utilities.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 757, ../scss/_utilities.scss */
.pt-170 {
  padding-top: 180px !important;
}

/* line 758, ../scss/_utilities.scss */
.pt-180 {
  padding-top: 170px !important;
}

/* line 759, ../scss/_utilities.scss */
.pt-210 {
  padding-top: 210px !important;
}

/* line 760, ../scss/_utilities.scss */
.pt-220 {
  padding-top: 220px !important;
}

/* line 761, ../scss/_utilities.scss */
.pt-230 {
  padding-top: 230px !important;
}

/* line 762, ../scss/_utilities.scss */
.pt-260 {
  padding-top: 260px !important;
}

/* line 763, ../scss/_utilities.scss */
.pt-280 {
  padding-top: 280px !important;
}

/* line 764, ../scss/_utilities.scss */
.pt-320 {
  padding-top: 320px !important;
}

@media screen and (max-width: 767px) {
  /* line 766, ../scss/_utilities.scss */
  .pt-60 {
    padding-top: 60px !important;
  }

  /* line 767, ../scss/_utilities.scss */
  .pt-70 {
    padding-top: 58.33333px !important;
  }

  /* line 768, ../scss/_utilities.scss */
  .pt-80 {
    padding-top: 61.53846px !important;
  }

  /* line 769, ../scss/_utilities.scss */
  .pt-90 {
    padding-top: 64.28571px !important;
  }

  /* line 770, ../scss/_utilities.scss */
  .pt-100 {
    padding-top: 66.66667px !important;
  }

  /* line 771, ../scss/_utilities.scss */
  .pt-110 {
    padding-top: 68.75px !important;
  }

  /* line 772, ../scss/_utilities.scss */
  .pt-120 {
    padding-top: 70.58824px !important;
  }

  /* line 773, ../scss/_utilities.scss */
  .pt-130 {
    padding-top: 72.22222px !important;
  }

  /* line 774, ../scss/_utilities.scss */
  .pt-140 {
    padding-top: 73.68421px !important;
  }

  /* line 775, ../scss/_utilities.scss */
  .pt-150 {
    padding-top: 75px !important;
  }

  /* line 776, ../scss/_utilities.scss */
  .pt-160 {
    padding-top: 76.19048px !important;
  }

  /* line 777, ../scss/_utilities.scss */
  .pt-170 {
    padding-top: 77.27273px !important;
  }

  /* line 778, ../scss/_utilities.scss */
  .pt-180 {
    padding-top: 78.26087px !important;
  }

  /* line 779, ../scss/_utilities.scss */
  .pt-190 {
    padding-top: 79.16667px !important;
  }

  /* line 780, ../scss/_utilities.scss */
  .pt-200 {
    padding-top: 80px !important;
  }

  /* line 781, ../scss/_utilities.scss */
  .pt-210 {
    padding-top: 80.76923px !important;
  }

  /* line 782, ../scss/_utilities.scss */
  .pt-220 {
    padding-top: 81.48148px !important;
  }

  /* line 783, ../scss/_utilities.scss */
  .pt-230 {
    padding-top: 82.14286px !important;
  }

  /* line 784, ../scss/_utilities.scss */
  .pt-260 {
    padding-top: 89.65517px !important;
  }

  /* line 785, ../scss/_utilities.scss */
  .pt-280 {
    padding-top: 93.33333px !important;
  }

  /* line 786, ../scss/_utilities.scss */
  .pt-320 {
    padding-top: 100px !important;
  }
}
/* line 790, ../scss/_utilities.scss */
.pb-a {
  padding-bottom: auto !important;
}

/* line 791, ../scss/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 792, ../scss/_utilities.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 793, ../scss/_utilities.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 794, ../scss/_utilities.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 795, ../scss/_utilities.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 796, ../scss/_utilities.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 797, ../scss/_utilities.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 798, ../scss/_utilities.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 799, ../scss/_utilities.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 800, ../scss/_utilities.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 801, ../scss/_utilities.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 802, ../scss/_utilities.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 803, ../scss/_utilities.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 804, ../scss/_utilities.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 805, ../scss/_utilities.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 806, ../scss/_utilities.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 807, ../scss/_utilities.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 808, ../scss/_utilities.scss */
.pb-170 {
  padding-bottom: 170px !important;
}

/* line 809, ../scss/_utilities.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 810, ../scss/_utilities.scss */
.pb-190 {
  padding-top: 190px !important;
}

/* line 811, ../scss/_utilities.scss */
.pb-200 {
  padding-top: 200px !important;
}

/* line 812, ../scss/_utilities.scss */
.pb-210 {
  padding-bottom: 210px !important;
}

/* line 813, ../scss/_utilities.scss */
.pb-220 {
  padding-bottom: 220px !important;
}

/* line 814, ../scss/_utilities.scss */
.pb-230 {
  padding-bottom: 230px !important;
}

/* line 815, ../scss/_utilities.scss */
.pb-240 {
  padding-bottom: 240px !important;
}

/* line 816, ../scss/_utilities.scss */
.pb-250 {
  padding-bottom: 250px !important;
}

/* line 817, ../scss/_utilities.scss */
.pb-260 {
  padding-bottom: 260px !important;
}

/* line 818, ../scss/_utilities.scss */
.pb-280 {
  padding-bottom: 280px !important;
}

/* line 819, ../scss/_utilities.scss */
.pb-300 {
  padding-bottom: 300px !important;
}

/* line 820, ../scss/_utilities.scss */
.pb-320 {
  padding-bottom: 320px !important;
}

/* line 821, ../scss/_utilities.scss */
.pb-360 {
  padding-bottom: 360px !important;
}

/* line 822, ../scss/_utilities.scss */
.pb-430 {
  padding-bottom: 430px !important;
}

@media screen and (max-width: 767px) {
  /* line 824, ../scss/_utilities.scss */
  .pb-60 {
    padding-bottom: 60px !important;
  }

  /* line 825, ../scss/_utilities.scss */
  .pb-70 {
    padding-bottom: 58.33333px !important;
  }

  /* line 826, ../scss/_utilities.scss */
  .pb-80 {
    padding-bottom: 61.53846px !important;
  }

  /* line 827, ../scss/_utilities.scss */
  .pb-90 {
    padding-bottom: 64.28571px !important;
  }

  /* line 828, ../scss/_utilities.scss */
  .pb-100 {
    padding-bottom: 66.66667px !important;
  }

  /* line 829, ../scss/_utilities.scss */
  .pb-110 {
    padding-bottom: 68.75px !important;
  }

  /* line 830, ../scss/_utilities.scss */
  .pb-120 {
    padding-bottom: 70.58824px !important;
  }

  /* line 831, ../scss/_utilities.scss */
  .pb-130 {
    padding-bottom: 72.22222px !important;
  }

  /* line 832, ../scss/_utilities.scss */
  .pb-140 {
    padding-bottom: 73.68421px !important;
  }

  /* line 833, ../scss/_utilities.scss */
  .pb-150 {
    padding-bottom: 75px !important;
  }

  /* line 834, ../scss/_utilities.scss */
  .pb-160 {
    padding-bottom: 76.19048px !important;
  }

  /* line 835, ../scss/_utilities.scss */
  .pb-170 {
    padding-bottom: 77.27273px !important;
  }

  /* line 836, ../scss/_utilities.scss */
  .pb-180 {
    padding-bottom: 78.26087px !important;
  }

  /* line 837, ../scss/_utilities.scss */
  .pb-190 {
    padding-bottom: 79.16667px !important;
  }

  /* line 838, ../scss/_utilities.scss */
  .pb-200 {
    padding-bottom: 80px !important;
  }

  /* line 839, ../scss/_utilities.scss */
  .pb-210 {
    padding-bottom: 80.76923px !important;
  }

  /* line 840, ../scss/_utilities.scss */
  .pb-220 {
    padding-bottom: 81.48148px !important;
  }

  /* line 841, ../scss/_utilities.scss */
  .pb-230 {
    padding-bottom: 82.14286px !important;
  }

  /* line 842, ../scss/_utilities.scss */
  .pb-260 {
    padding-bottom: 89.65517px !important;
  }

  /* line 843, ../scss/_utilities.scss */
  .pb-280 {
    padding-bottom: 93.33333px !important;
  }

  /* line 844, ../scss/_utilities.scss */
  .pb-300 {
    padding-bottom: 96.77419px !important;
  }

  /* line 845, ../scss/_utilities.scss */
  .pb-320 {
    padding-bottom: 100px !important;
  }

  /* line 846, ../scss/_utilities.scss */
  .pb-360 {
    padding-bottom: 109.09091px !important;
  }

  /* line 847, ../scss/_utilities.scss */
  .pb-430 {
    padding-bottom: 122.85714px !important;
  }
}
/* line 850, ../scss/_utilities.scss */
.pl-a {
  padding-left: auto !important;
}

/* line 851, ../scss/_utilities.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 852, ../scss/_utilities.scss */
.pl-5 {
  padding-left: 5px !important;
}

/* line 853, ../scss/_utilities.scss */
.pl-10 {
  padding-left: 10px !important;
}

/* line 854, ../scss/_utilities.scss */
.pl-15 {
  padding-left: 15px !important;
}

/* line 855, ../scss/_utilities.scss */
.pl-20 {
  padding-left: 20px !important;
}

/* line 856, ../scss/_utilities.scss */
.pl-30 {
  padding-left: 30px !important;
}

/* line 857, ../scss/_utilities.scss */
.pl-40 {
  padding-left: 40px !important;
}

/* line 858, ../scss/_utilities.scss */
.pl-50 {
  padding-left: 50px !important;
}

/* line 859, ../scss/_utilities.scss */
.pl-60 {
  padding-left: 60px !important;
}

/* line 860, ../scss/_utilities.scss */
.pl-70 {
  padding-left: 70px !important;
}

/* line 861, ../scss/_utilities.scss */
.pl-80 {
  padding-left: 80px !important;
}

/* line 862, ../scss/_utilities.scss */
.pl-90 {
  padding-left: 90px !important;
}

/* line 863, ../scss/_utilities.scss */
.pl-100 {
  padding-left: 100px !important;
}

/* line 864, ../scss/_utilities.scss */
.pl-110 {
  padding-left: 110px !important;
}

/* line 865, ../scss/_utilities.scss */
.pl-120 {
  padding-left: 120px !important;
}

/* line 866, ../scss/_utilities.scss */
.pl-130 {
  padding-left: 130px !important;
}

/* line 867, ../scss/_utilities.scss */
.pl-140 {
  padding-left: 140px !important;
}

/* line 868, ../scss/_utilities.scss */
.pl-150 {
  padding-left: 150px !important;
}

@media screen and (max-width: 767px) {
  /* line 870, ../scss/_utilities.scss */
  .pl-60 {
    padding-left: 60px !important;
  }

  /* line 871, ../scss/_utilities.scss */
  .pl-70 {
    padding-left: 58.33333px !important;
  }

  /* line 872, ../scss/_utilities.scss */
  .pl-80 {
    padding-left: 61.53846px !important;
  }

  /* line 873, ../scss/_utilities.scss */
  .pl-90 {
    padding-left: 64.28571px !important;
  }

  /* line 874, ../scss/_utilities.scss */
  .pl-100 {
    padding-left: 66.66667px !important;
  }

  /* line 875, ../scss/_utilities.scss */
  .pl-110 {
    padding-left: 68.75px !important;
  }

  /* line 876, ../scss/_utilities.scss */
  .pl-120 {
    padding-left: 70.58824px !important;
  }

  /* line 877, ../scss/_utilities.scss */
  .pl-130 {
    padding-left: 72.22222px !important;
  }

  /* line 878, ../scss/_utilities.scss */
  .pl-140 {
    padding-left: 73.68421px !important;
  }

  /* line 879, ../scss/_utilities.scss */
  .pl-150 {
    padding-left: 75px !important;
  }
}
/* line 882, ../scss/_utilities.scss */
.pr-a {
  padding-right: auto !important;
}

/* line 883, ../scss/_utilities.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 884, ../scss/_utilities.scss */
.pr-5 {
  padding-right: 5px !important;
}

/* line 885, ../scss/_utilities.scss */
.pr-10 {
  padding-right: 10px !important;
}

/* line 886, ../scss/_utilities.scss */
.pr-15 {
  padding-right: 15px !important;
}

/* line 887, ../scss/_utilities.scss */
.pr-20 {
  padding-right: 20px !important;
}

/* line 888, ../scss/_utilities.scss */
.pr-30 {
  padding-right: 30px !important;
}

/* line 889, ../scss/_utilities.scss */
.pr-40 {
  padding-right: 40px !important;
}

/* line 890, ../scss/_utilities.scss */
.pr-50 {
  padding-right: 50px !important;
}

/* line 891, ../scss/_utilities.scss */
.pr-60 {
  padding-right: 60px !important;
}

/* line 892, ../scss/_utilities.scss */
.pr-70 {
  padding-right: 70px !important;
}

/* line 893, ../scss/_utilities.scss */
.pr-80 {
  padding-right: 80px !important;
}

/* line 894, ../scss/_utilities.scss */
.pr-90 {
  padding-right: 90px !important;
}

/* line 895, ../scss/_utilities.scss */
.pr-100 {
  padding-right: 100px !important;
}

/* line 896, ../scss/_utilities.scss */
.pr-110 {
  padding-right: 110px !important;
}

/* line 897, ../scss/_utilities.scss */
.pr-120 {
  padding-right: 120px !important;
}

/* line 898, ../scss/_utilities.scss */
.pr-130 {
  padding-right: 130px !important;
}

/* line 899, ../scss/_utilities.scss */
.pr-140 {
  padding-right: 140px !important;
}

@media screen and (max-width: 767px) {
  /* line 901, ../scss/_utilities.scss */
  .pr-60 {
    padding-right: 60px !important;
  }

  /* line 902, ../scss/_utilities.scss */
  .pr-70 {
    padding-right: 58.33333px !important;
  }

  /* line 903, ../scss/_utilities.scss */
  .pr-80 {
    padding-right: 61.53846px !important;
  }

  /* line 904, ../scss/_utilities.scss */
  .pr-90 {
    padding-right: 64.28571px !important;
  }

  /* line 905, ../scss/_utilities.scss */
  .pr-100 {
    padding-right: 66.66667px !important;
  }

  /* line 906, ../scss/_utilities.scss */
  .pr-110 {
    padding-right: 68.75px !important;
  }

  /* line 907, ../scss/_utilities.scss */
  .pr-120 {
    padding-right: 70.58824px !important;
  }

  /* line 908, ../scss/_utilities.scss */
  .pr-130 {
    padding-right: 72.22222px !important;
  }

  /* line 909, ../scss/_utilities.scss */
  .pr-140 {
    padding-right: 73.68421px !important;
  }

  /* line 910, ../scss/_utilities.scss */
  .pr-150 {
    padding-right: 75px !important;
  }
}
/* line 914, ../scss/_utilities.scss */
.ptb-a {
  padding-top: auto;
  padding-bottom: auto;
}

/* line 918, ../scss/_utilities.scss */
.ptb-0 {
  padding: 0 0 !important;
}

/* line 919, ../scss/_utilities.scss */
.ptb-10 {
  padding: 10px 0 !important;
}

/* line 920, ../scss/_utilities.scss */
.ptb-25 {
  padding: 25px 0 !important;
}

/* line 921, ../scss/_utilities.scss */
.ptb-20 {
  padding: 20px 0 !important;
}

/* line 922, ../scss/_utilities.scss */
.ptb-30 {
  padding: 30px 0 !important;
}

/* line 923, ../scss/_utilities.scss */
.ptb-40 {
  padding: 40px 0 !important;
}

/* line 924, ../scss/_utilities.scss */
.ptb-50 {
  padding: 50px 0 !important;
}

/* line 925, ../scss/_utilities.scss */
.ptb-55 {
  padding: 55px 0 !important;
}

/* line 926, ../scss/_utilities.scss */
.ptb-60 {
  padding: 60px 0 !important;
}

/* line 927, ../scss/_utilities.scss */
.ptb-70 {
  padding: 70px 0 !important;
}

/* line 928, ../scss/_utilities.scss */
.ptb-80 {
  padding: 80px 0 !important;
}

/* line 929, ../scss/_utilities.scss */
.ptb-90 {
  padding: 90px 0 !important;
}

/* line 930, ../scss/_utilities.scss */
.ptb-100 {
  padding: 100px 0 !important;
}

/* line 931, ../scss/_utilities.scss */
.ptb-110 {
  padding: 110px 0 !important;
}

/* line 932, ../scss/_utilities.scss */
.ptb-120 {
  padding: 120px 0 !important;
}

/* line 933, ../scss/_utilities.scss */
.ptb-130 {
  padding: 130px 0 !important;
}

/* line 934, ../scss/_utilities.scss */
.ptb-140 {
  padding: 140px 0 !important;
}

/* line 935, ../scss/_utilities.scss */
.ptb-150 {
  padding: 150px 0 !important;
}

/* line 936, ../scss/_utilities.scss */
.ptb-160 {
  padding: 160px 0 !important;
}

/* line 937, ../scss/_utilities.scss */
.ptb-170 {
  padding: 170px 0 !important;
}

/* line 938, ../scss/_utilities.scss */
.ptb-180 {
  padding: 180px 0 !important;
}

/* line 939, ../scss/_utilities.scss */
.ptb-190 {
  padding: 190px 0 !important;
}

/* line 940, ../scss/_utilities.scss */
.ptb-200 {
  padding: 200px 0 !important;
}

/* line 941, ../scss/_utilities.scss */
.ptb-210 {
  padding: 210px 0 !important;
}

/* line 942, ../scss/_utilities.scss */
.ptb-220 {
  padding: 220px 0 !important;
}

/* line 943, ../scss/_utilities.scss */
.ptb-230 {
  padding: 230px 0 !important;
}

/* line 944, ../scss/_utilities.scss */
.ptb-260 {
  padding: 260px 0 !important;
}

/* line 945, ../scss/_utilities.scss */
.ptb-280 {
  padding: 280px 0 !important;
}

@media screen and (max-width: 767px) {
  /* line 947, ../scss/_utilities.scss */
  .ptb-60 {
    padding: 60px 0 !important;
  }

  /* line 948, ../scss/_utilities.scss */
  .ptb-70 {
    padding: 58.33333px 0 !important;
  }

  /* line 949, ../scss/_utilities.scss */
  .ptb-80 {
    padding: 61.53846px 0 !important;
  }

  /* line 950, ../scss/_utilities.scss */
  .ptb-90 {
    padding: 64.28571px 0 !important;
  }

  /* line 951, ../scss/_utilities.scss */
  .ptb-100 {
    padding: 66.66667px 0 !important;
  }

  /* line 952, ../scss/_utilities.scss */
  .ptb-110 {
    padding: 68.75px 0 !important;
  }

  /* line 953, ../scss/_utilities.scss */
  .ptb-120 {
    padding: 70.58824px 0 !important;
  }

  /* line 954, ../scss/_utilities.scss */
  .ptb-130 {
    padding: 72.22222px 0 !important;
  }

  /* line 955, ../scss/_utilities.scss */
  .ptb-140 {
    padding: 73.68421px 0 !important;
  }

  /* line 956, ../scss/_utilities.scss */
  .ptb-150 {
    padding: 75px 0 !important;
  }

  /* line 957, ../scss/_utilities.scss */
  .ptb-160 {
    padding: 76.19048px 0 !important;
  }

  /* line 958, ../scss/_utilities.scss */
  .ptb-170 {
    padding: 77.27273px 0 !important;
  }

  /* line 959, ../scss/_utilities.scss */
  .ptb-180 {
    padding: 78.26087px 0 !important;
  }

  /* line 960, ../scss/_utilities.scss */
  .ptb-190 {
    padding: 79.16667px 0 !important;
  }

  /* line 961, ../scss/_utilities.scss */
  .ptb-200 {
    padding: 80px 0 !important;
  }

  /* line 962, ../scss/_utilities.scss */
  .ptb-210 {
    padding: 80.76923px 0 !important;
  }

  /* line 963, ../scss/_utilities.scss */
  .ptb-220 {
    padding: 81.48148px 0 !important;
  }

  /* line 964, ../scss/_utilities.scss */
  .ptb-230 {
    padding: 82.14286px 0 !important;
  }

  /* line 965, ../scss/_utilities.scss */
  .ptb-260 {
    padding: 89.65517px 0 !important;
  }

  /* line 966, ../scss/_utilities.scss */
  .ptb-280 {
    padding: 93.33333px 0 !important;
  }
}
/* line 970, ../scss/_utilities.scss */
.mtb-a {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 974, ../scss/_utilities.scss */
.mtb-0 {
  margin: 0;
}

/* line 975, ../scss/_utilities.scss */
.mtb-10 {
  margin: 10px 0;
}

/* line 976, ../scss/_utilities.scss */
.mtb-15 {
  margin: 15px 0;
}

/* line 977, ../scss/_utilities.scss */
.mtb-20 {
  margin: 20px 0;
}

/* line 978, ../scss/_utilities.scss */
.mtb-30 {
  margin: 30px 0;
}

/* line 979, ../scss/_utilities.scss */
.mtb-40 {
  margin: 40px 0;
}

/* line 980, ../scss/_utilities.scss */
.mtb-50 {
  margin: 50px 0;
}

/* line 981, ../scss/_utilities.scss */
.mtb-60 {
  margin: 60px 0;
}

/* line 982, ../scss/_utilities.scss */
.mtb-70 {
  margin: 70px 0;
}

/* line 983, ../scss/_utilities.scss */
.mtb-80 {
  margin: 80px 0;
}

/* line 984, ../scss/_utilities.scss */
.mtb-90 {
  margin: 90px 0;
}

/* line 985, ../scss/_utilities.scss */
.mtb-100 {
  margin: 100px 0;
}

/* line 986, ../scss/_utilities.scss */
.mtb-110 {
  margin: 110px 0;
}

/* line 987, ../scss/_utilities.scss */
.mtb-120 {
  margin: 120px 0;
}

/* line 988, ../scss/_utilities.scss */
.mtb-130 {
  margin: 130px 0;
}

/* line 989, ../scss/_utilities.scss */
.mtb-140 {
  margin: 140px 0;
}

/* line 990, ../scss/_utilities.scss */
.mtb-150 {
  margin: 150px 0;
}

@media screen and (max-width: 767px) {
  /* line 992, ../scss/_utilities.scss */
  .mtb-60 {
    margin: 60px 0;
  }

  /* line 993, ../scss/_utilities.scss */
  .mtb-70 {
    margin: 58.33333px 0;
  }

  /* line 994, ../scss/_utilities.scss */
  .mtb-80 {
    margin: 61.53846px 0;
  }

  /* line 995, ../scss/_utilities.scss */
  .mtb-90 {
    margin: 64.28571px 0;
  }

  /* line 996, ../scss/_utilities.scss */
  .mtb-100 {
    margin: 66.66667px 0;
  }

  /* line 997, ../scss/_utilities.scss */
  .mtb-110 {
    margin: 68.75px 0;
  }

  /* line 998, ../scss/_utilities.scss */
  .mtb-120 {
    margin: 70.58824px 0;
  }

  /* line 999, ../scss/_utilities.scss */
  .mtb-130 {
    margin: 72.22222px 0;
  }

  /* line 1000, ../scss/_utilities.scss */
  .mtb-140 {
    margin: 73.68421px 0;
  }

  /* line 1001, ../scss/_utilities.scss */
  .mtb-150 {
    margin-padding: 75px 0;
  }

  /* line 1005, ../scss/_utilities.scss */
  .mlr-a {
    margin-left: auto;
    margin-right: auto;
  }

  /* line 1009, ../scss/_utilities.scss */
  .mlr-0 {
    margin: 0;
  }

  /* line 1010, ../scss/_utilities.scss */
  .mlr-10 {
    margin: 0 10px;
  }

  /* line 1011, ../scss/_utilities.scss */
  .mlr-15 {
    margin: 0 15px;
  }

  /* line 1012, ../scss/_utilities.scss */
  .mlr-20 {
    margin: 0 20px;
  }

  /* line 1013, ../scss/_utilities.scss */
  .mlr-30 {
    margin: 0 30px;
  }

  /* line 1014, ../scss/_utilities.scss */
  .mlr-40 {
    margin: 0 40px;
  }

  /* line 1015, ../scss/_utilities.scss */
  .mlr-50 {
    margin: 0 50px;
  }

  /* line 1016, ../scss/_utilities.scss */
  .mlr-60 {
    margin: 0 60px;
  }

  /* line 1017, ../scss/_utilities.scss */
  .mlr-70 {
    margin: 0 70px;
  }

  /* line 1018, ../scss/_utilities.scss */
  .mlr-80 {
    margin: 0 80px;
  }

  /* line 1019, ../scss/_utilities.scss */
  .mlr-90 {
    margin: 0 90px;
  }

  /* line 1020, ../scss/_utilities.scss */
  .mlr-100 {
    margin: 0 100px;
  }

  /* line 1021, ../scss/_utilities.scss */
  .mlr-110 {
    margin: 0 110px;
  }

  /* line 1022, ../scss/_utilities.scss */
  .mlr-120 {
    margin: 0 120px;
  }

  /* line 1023, ../scss/_utilities.scss */
  .mlr-130 {
    margin: 0 130px;
  }

  /* line 1024, ../scss/_utilities.scss */
  .mlr-140 {
    margin: 0 140px;
  }

  /* line 1025, ../scss/_utilities.scss */
  .mlr-150 {
    margin: 0 150px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  /* line 1027, ../scss/_utilities.scss */
  .mlr-0 {
    margin: 0;
  }

  /* line 1028, ../scss/_utilities.scss */
  .mlr-10 {
    margin: 0;
  }

  /* line 1029, ../scss/_utilities.scss */
  .mlr-15 {
    margin: 0;
  }

  /* line 1030, ../scss/_utilities.scss */
  .mlr-20 {
    margin: 0;
  }

  /* line 1031, ../scss/_utilities.scss */
  .mlr-30 {
    margin: 0;
  }

  /* line 1032, ../scss/_utilities.scss */
  .mlr-40 {
    margin: 0;
  }

  /* line 1033, ../scss/_utilities.scss */
  .mlr-50 {
    margin: 0;
  }

  /* line 1034, ../scss/_utilities.scss */
  .mlr-60 {
    margin: 0;
  }

  /* line 1035, ../scss/_utilities.scss */
  .mlr-70 {
    margin: 0;
  }

  /* line 1036, ../scss/_utilities.scss */
  .mlr-80 {
    margin: 0;
  }

  /* line 1037, ../scss/_utilities.scss */
  .mlr-90 {
    margin: 0;
  }

  /* line 1038, ../scss/_utilities.scss */
  .mlr-100 {
    margin: 0;
  }

  /* line 1039, ../scss/_utilities.scss */
  .mlr-110 {
    margin: 0;
  }

  /* line 1040, ../scss/_utilities.scss */
  .mlr-120 {
    margin: 0;
  }

  /* line 1041, ../scss/_utilities.scss */
  .mlr-130 {
    margin: 0;
  }

  /* line 1042, ../scss/_utilities.scss */
  .mlr-140 {
    margin: 0;
  }

  /* line 1043, ../scss/_utilities.scss */
  .mlr-150 {
    margin: 0;
  }
}
/**
 * Alert styling.
 */
/* line 4, ../scss/component/_alert.scss */
.alert-sm {
  padding: 5px 10px;
}

/* line 9, ../scss/component/_alert.scss */
.alert a {
  font-weight: bold;
}

/* line 13, ../scss/component/_alert.scss */
.alert-success a, .alert-success a:hover, .alert-success a:focus {
  color: #2b542c;
}

/* line 18, ../scss/component/_alert.scss */
.alert-info a, .alert-info a:hover, .alert-info a:focus {
  color: #245269;
}

/* line 23, ../scss/component/_alert.scss */
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #66512c;
}

/* line 28, ../scss/component/_alert.scss */
.alert-danger a, .alert-danger a:hover, .alert-danger a:focus {
  color: #843534;
}

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

/* line 14, ../scss/component/_ajax.scss */
a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

/* line 20, ../scss/component/_ajax.scss */
html.js .btn .ajax-throbber {
  margin-left: .5em;
  margin-right: -.25em;
}
/* line 26, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon {
  color: #777777;
  opacity: .5;
  transition: 150ms color, 150ms opacity;
}
/* line 30, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .glyphicon.glyphicon-spin {
  color: #337ab7;
  opacity: 1;
}
/* line 35, ../scss/component/_ajax.scss */
html.js .form-item .input-group-addon .input-group-addon {
  background-color: white;
}
/* line 41, ../scss/component/_ajax.scss */
html.js .ajax-new-content:empty {
  display: none !important;
}

/**
 * $file
 * Visual styles for fields.
 */
/* line 6, ../scss/component/_field.scss */
.field--label {
  font-weight: bold;
}

/* line 9, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline .field--items {
  float: left;
  /*LTR*/
}

/* line 13, ../scss/component/_field.scss */
.field--label-inline .field--label,
.field--label-inline > .field--item,
.field--label-inline .field--items {
  padding-right: 0.5em;
}

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

/* line 24, ../scss/component/_field.scss */
.field--label-inline .field--label::after {
  content: ':';
}

/**
 * File (and Image Widget) styles.
 */
/* line 4, ../scss/component/_file.scss */
.file {
  display: table;
  margin: 5px 0;
  width: 100%;
}
/* line 8, ../scss/component/_file.scss */
.file > span {
  background: #fff;
  color: #337ab7;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 13, ../scss/component/_file.scss */
.file > span:first-child {
  border-left: 1px solid #ccc;
}
/* line 16, ../scss/component/_file.scss */
.file > span:last-child {
  border-right: 1px solid #ccc;
}
/* line 20, ../scss/component/_file.scss */
.file > .tabledrag-changed {
  background: #fcf8e3;
  border-radius: 0;
  color: #8a6d3b;
  display: table-cell;
  padding: 0 1em;
  top: 0;
  vertical-align: middle;
  border-left: 1px solid inherit;
}
/* line 21, ../scss/component/_file.scss */
.file > .tabledrag-changed, .file > .tabledrag-changed:last-child {
  border: 1px solid #f7e1b5;
}

/* line 34, ../scss/component/_file.scss */
.file-icon {
  display: table-cell;
  font-size: 150%;
  padding: .25em .5em;
  text-align: center;
  vertical-align: middle;
}

/* line 41, ../scss/component/_file.scss */
.file-link {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
/* line 45, ../scss/component/_file.scss */
.file-link a, .file-link a:hover, .file-link a:focus, .file-link a:active {
  color: inherit;
}

/* line 49, ../scss/component/_file.scss */
.file-size {
  display: table-cell;
  padding: 0 1em;
  text-align: right;
  white-space: pre;
  vertical-align: middle;
}

/* line 57, ../scss/component/_file.scss */
.image-widget.row {
  overflow: hidden;
}

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

/* line 17, ../scss/component/_filter.scss */
.filter-help {
  float: right;
  line-height: 1;
  margin: .5em 0 0;
}

/* line 24, ../scss/component/_filter.scss */
.nav.nav-tabs.filter-formats {
  margin-bottom: 15px;
}

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

/* line 18, ../scss/component/_form.scss */
.select-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 22, ../scss/component/_form.scss */
.form-inline .select-wrapper {
  width: auto;
}
/* line 25, ../scss/component/_form.scss */
.input-group .select-wrapper {
  display: table-cell;
}
/* line 28, ../scss/component/_form.scss */
.input-group .select-wrapper:first-child .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 31, ../scss/component/_form.scss */
.input-group .select-wrapper:last-child .form-control:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 35, ../scss/component/_form.scss */
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  padding-right: 2em;
}
/* line 41, ../scss/component/_form.scss */
.select-wrapper select::-ms-expand {
  opacity: 0;
}
/* line 45, ../scss/component/_form.scss */
.select-wrapper:after {
  color: #337ab7;
  content: '▼';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -.5em;
  padding-right: .5em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
/* line 60, ../scss/component/_form.scss */
.has-glyphicons .select-wrapper:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e114';
  display: inline-block;
  font-family: 'Glyphicons Halflings';
}
/* line 67, ../scss/component/_form.scss */
.has-error .select-wrapper:after {
  color: #a94442;
}
/* line 70, ../scss/component/_form.scss */
.has-success .select-wrapper:after {
  color: #3c763d;
}
/* line 73, ../scss/component/_form.scss */
.has-warning .select-wrapper:after {
  color: #8a6d3b;
}

/* line 82, ../scss/component/_form.scss */
.form-required:after {
  background-image: url("../images/required.svg");
  background-size: 10px 7px;
  content: "";
  display: inline-block;
  vertical-align: super;
  line-height: 1;
  height: 7px;
  width: 10px;
}

/* line 95, ../scss/component/_form.scss */
.form-actions .btn, .form-actions .btn-group {
  margin-right: 10px;
}
/* line 99, ../scss/component/_form.scss */
.form-actions .btn-group .btn {
  margin-right: 0;
}

/**
 * Icon styles.
 */
/* line 5, ../scss/component/_icon.scss */
a.icon-before .glyphicon, a .glyphicon.icon-before {
  margin-right: .25em;
}
/* line 9, ../scss/component/_icon.scss */
a.icon-after .glyphicon, a .glyphicon.icon-after {
  margin-left: .25em;
}

/* line 16, ../scss/component/_icon.scss */
.btn.icon-before .glyphicon, .btn .glyphicon.icon-before {
  margin-left: -.25em;
  margin-right: .25em;
}
/* line 21, ../scss/component/_icon.scss */
.btn.icon-after .glyphicon, .btn .glyphicon.icon-after {
  margin-left: .25em;
  margin-right: -.25em;
}

/* line 28, ../scss/component/_icon.scss */
.social-media {
  display: inline-block;
  width: 1.42em;
  margin: 0 .375em;
}
/* line 33, ../scss/component/_icon.scss */
.social-media svg {
  filter: invert(42%);
}
/* line 36, ../scss/component/_icon.scss */
.social-media svg.youtube-logo {
  padding-bottom: 1px;
}

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

@media screen and (min-width: 768px) {
  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 47, ../scss/component/_navbar.scss */
  .navbar.container {
    max-width: 1140px;
  }
}

/* line 60, ../scss/component/_navbar.scss */
.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  /* line 60, ../scss/component/_navbar.scss */
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

/* line 70, ../scss/component/_navbar.scss */
.logo {
  position: relative;
}
/* line 73, ../scss/component/_navbar.scss */
.logo > a > img {
  padding-right: 0 !important;
}
/* line 77, ../scss/component/_navbar.scss */
.logo img {
  display: block;
  position: absolute;
  z-index: 1031;
  height: 4.5em;
  top: .25em;
  -webkit-filter: invert(200%) brightness(3);
  -webkit-filter: invert(0.99);
  /* safari 6.0 - 9.0 */
  filter: invert(200%) brightness(3);
  filter: invert(0.99);
}
@media screen and (min-width: 992px) {
  /* line 77, ../scss/component/_navbar.scss */
  .logo img {
    -webkit-filter: none;
    filter: none;
  }
}

/* line 95, ../scss/component/_navbar.scss */
.adminimal-admin-toolbar .logo img {
  z-index: 1030;
}

/* bootstrap/assets/stylesheets/bootstrap/_navbar.scss */
/* line 102, ../scss/component/_navbar.scss */
.navbar {
  border-width: 0;
  border-radius: 0;
  background-color: transparent;
}
/* line 107, ../scss/component/_navbar.scss */
.navbar .navbar-nav {
  float: none;
  margin: 0;
}
@media screen and (max-width: 767px) {
  /* line 107, ../scss/component/_navbar.scss */
  .navbar .navbar-nav {
    padding-top: .5em;
  }
}
/* line 113, ../scss/component/_navbar.scss */
.navbar .navbar-nav > li {
  margin-top: -.70em;
}
/* line 117, ../scss/component/_navbar.scss */
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav .navbar-default .navbar-nav > .active > a:hover,
.navbar .navbar-nav .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  /* line 124, ../scss/component/_navbar.scss */
  .navbar .menu {
    display: flex;
    justify-content: flex-end;
  }
}
/* line 130, ../scss/component/_navbar.scss */
.navbar .menu > li > a {
  font-weight: 600;
  padding-bottom: 1em;
  margin-top: .50em;
  color: #fff;
}
/* line 137, ../scss/component/_navbar.scss */
.navbar .menu li:last-child a {
  padding-right: 0;
  margin-right: 0;
}
/* line 143, ../scss/component/_navbar.scss */
.navbar .navbar-collapse {
  border-width: 0;
}
@media screen and (max-width: 767px) {
  /* line 143, ../scss/component/_navbar.scss */
  .navbar .navbar-collapse {
    background-color: #2c2c33;
  }
}
/* line 150, ../scss/component/_navbar.scss */
.navbar .navbar-header {
  background-color: #44aaff;
  padding-right: calc(7% - 15px);
}
@media screen and (max-width: 767px) {
  /* line 150, ../scss/component/_navbar.scss */
  .navbar .navbar-header {
    padding-right: calc(5% - 15px);
  }
}
@media screen and (min-width: 768px) {
  /* line 150, ../scss/component/_navbar.scss */
  .navbar .navbar-header {
    padding-right: calc(7% - 15px);
  }
}
@media screen and (min-width: 992px) {
  /* line 150, ../scss/component/_navbar.scss */
  .navbar .navbar-header {
    padding-right: calc(9% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 150, ../scss/component/_navbar.scss */
  .navbar .navbar-header {
    padding-right: calc(12% - 15px);
  }
}
@media screen and (min-width: 1600px) {
  /* line 150, ../scss/component/_navbar.scss */
  .navbar .navbar-header {
    padding-right: calc(17% - 15px);
  }
}
/* line 155, ../scss/component/_navbar.scss */
.navbar .navbar-toggle {
  border-color: transparent !important;
  margin-bottom: 7px;
  margin-top: 10px;
  padding: 0;
}
/* line 161, ../scss/component/_navbar.scss */
.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
  background-color: #1193ff;
}
/* line 165, ../scss/component/_navbar.scss */
.navbar .navbar-toggle .icon-bar {
  background-color: #2c2c33;
}
/* line 170, ../scss/component/_navbar.scss */
.navbar .menu--main {
  background-color: #2c2c33;
  padding-bottom: .5em;
  padding-top: 1em;
}
@media (max-width: 991px) {
  /* line 177, ../scss/component/_navbar.scss */
  .navbar .menu--main .open .dropdown-menu {
    background-color: #545462;
  }
  /* line 180, ../scss/component/_navbar.scss */
  .navbar .menu--main .open .dropdown-menu a {
    color: #fff !important;
  }
  /* line 184, ../scss/component/_navbar.scss */
  .navbar .menu--main .open .dropdown-menu .navbar-text {
    color: #fff !important;
  }
}
/* line 191, ../scss/component/_navbar.scss */
.navbar .menu--main > li a:hover, .navbar .menu--main > li a:focus {
  color: #069ef3;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  /* line 190, ../scss/component/_navbar.scss */
  .navbar .menu--main > li {
    border-bottom: 1px solid #27272e;
  }
}
/* line 201, ../scss/component/_navbar.scss */
.navbar .menu--main > li .navbar-text {
  font-size: 15px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 4px;
}
/* line 208, ../scss/component/_navbar.scss */
.navbar .menu--main > li a.more {
  font-weight: bold;
}
/* line 213, ../scss/component/_navbar.scss */
.navbar .menu--main li:not(.first) .navbar-text {
  margin-top: 24px;
  margin-bottom: 4px;
}
/* line 219, ../scss/component/_navbar.scss */
.navbar .menu--main > .active > a, .navbar .menu--main > .active > a:hover, .navbar .menu--main > .active > a:focus {
  color: #069ef3;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  /* line 170, ../scss/component/_navbar.scss */
  .navbar .menu--main {
    font-size: 16px;
  }
}
/* line 231, ../scss/component/_navbar.scss */
.navbar .menu--main .separator:after {
  color: #fff;
}
/* line 236, ../scss/component/_navbar.scss */
.navbar .menu--hubs,
.navbar .menu--school {
  background-color: #2c2c33;
}
@media screen and (min-width: 992px) {
  /* line 240, ../scss/component/_navbar.scss */
  .navbar .menu--hubs > li > a,
  .navbar .menu--school > li > a {
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  /* line 240, ../scss/component/_navbar.scss */
  .navbar .menu--hubs > li > a,
  .navbar .menu--school > li > a {
    border-bottom: 1px solid #27272e;
  }
}
@media screen and (min-width: 992px) {
  /* line 240, ../scss/component/_navbar.scss */
  .navbar .menu--hubs > li > a,
  .navbar .menu--school > li > a {
    color: #2c2c33;
  }
}
/* line 253, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a:hover, .navbar .menu--hubs > li > a:focus,
.navbar .menu--school > li > a:hover,
.navbar .menu--school > li > a:focus {
  background-color: transparent;
}
/* line 258, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a:before,
.navbar .menu--school > li > a:before {
  content: '';
  position: absolute;
  top: 1em;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent transparent transparent;
  -webkit-transform: rotate(360deg);
}
@media screen and (min-width: 992px) {
  /* line 274, ../scss/component/_navbar.scss */
  .navbar .menu--hubs {
    background-color: #eeeef0;
  }
}
/* line 281, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.parents:before {
  border-color: transparent transparent #58c09f transparent;
}
/* line 284, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.parents:hover {
  color: #58c09f;
}
/* line 289, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.students:before {
  border-color: transparent transparent #0072bc transparent;
}
/* line 292, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.students:hover {
  color: #0072bc;
}
/* line 297, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.community:before {
  border-color: transparent transparent #e85a3b transparent;
}
/* line 300, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.community:hover {
  color: #e85a3b;
}
/* line 305, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.employees:before {
  border-color: transparent transparent #f5a52d transparent;
}
/* line 308, ../scss/component/_navbar.scss */
.navbar .menu--hubs > li > a.employees:hover {
  color: #f5a52d;
}
@media screen and (min-width: 992px) {
  /* line 315, ../scss/component/_navbar.scss */
  .navbar .menu--school {
    background-color: transparent;
    position: absolute;
    right: 0;
  }
}
/* line 323, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(1) a:hover {
  background-color: transparent;
  color: #58c09f;
}
/* line 327, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(1) a:before {
  border-color: transparent transparent #58c09f transparent;
}
/* line 332, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(2) a:hover {
  background-color: transparent;
  color: #0072bc;
}
/* line 336, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(2) a:before {
  border-color: transparent transparent #0072bc transparent;
}
/* line 341, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(3) a:hover {
  background-color: transparent;
  color: #e85a3b;
}
/* line 345, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(3) a:before {
  border-color: transparent transparent #e85a3b transparent;
}
/* line 350, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(4) a:hover {
  background-color: transparent;
  color: #f5a52d;
}
/* line 354, ../scss/component/_navbar.scss */
.navbar .menu--school li:nth-child(4) a:before {
  border-color: transparent transparent #f5a52d transparent;
}

/* line 364, ../scss/component/_navbar.scss */
.spinner-master2 * {
  transition: all 0.3s;
  box-sizing: border-box;
}

/* line 368, ../scss/component/_navbar.scss */
.spinner-master2 {
  position: relative;
  height: 68px;
  width: 50px;
}

/* line 374, ../scss/component/_navbar.scss */
.spinner-master2 input[type=checkbox] {
  display: none;
}

/* line 377, ../scss/component/_navbar.scss */
.spinner-master2 label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* line 390, ../scss/component/_navbar.scss */
.spinner-master2 .spinner2 {
  position: absolute;
  height: 5px;
  top: 4px;
  width: 100%;
  background-color: #2c2c33;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}

/* line 398, ../scss/component/_navbar.scss */
.spinner-master2 .diagonal.part-1 {
  position: relative;
  float: left;
}

/* line 402, ../scss/component/_navbar.scss */
.spinner-master2 .horizontal {
  position: relative;
  float: left;
  margin-top: 7px;
}

/* line 407, ../scss/component/_navbar.scss */
.spinner-master2 .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 6px;
}

/* line 412, ../scss/component/_navbar.scss */
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .horizontal {
  opacity: 0;
}

/* line 415, ../scss/component/_navbar.scss */
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-1 {
  transform: rotate(135deg);
  margin-top: 20px;
}

/* line 419, ../scss/component/_navbar.scss */
.spinner-master2 input[type=checkbox]:checked ~ .spinner-spin2 > .diagonal.part-2 {
  transform: rotate(-135deg);
  margin-top: -16px;
}

/**
 * Node styling.
 */
/* line 5, ../scss/component/_node.scss */
.is-unpublished {
  background-color: #fff4f4;
}

/* line 9, ../scss/component/_node.scss */
.node-preview-container {
  margin-top: -15px;
}

/* line 13, ../scss/component/_node.scss */
.node-preview-form-select {
  padding: 15px;
}

/* line 17, ../scss/component/_node.scss */
#submit-news-cta {
  clear: both;
  padding: 1rem;
  margin: 1rem auto;
  border: solid 1px #6699cc;
  border-radius: 10px;
  background: #fff;
}

/**
 * Panel styling.
 */
/* line 4, ../scss/component/_panel.scss */
.panel-title {
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}
/* line 8, ../scss/component/_panel.scss */
.panel-title, .panel-title:hover, .panel-title:focus, .panel-title:hover:focus {
  color: inherit;
}
/* line 11, ../scss/component/_panel.scss */
.panel-title:focus, .panel-title:hover {
  text-decoration: none;
}

/**
 * Progress bar styles.
 */
/* line 4, ../scss/component/_progress-bar.scss */
.progress-wrapper {
  margin-bottom: 15px;
}
/* line 7, ../scss/component/_progress-bar.scss */
.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
/* line 11, ../scss/component/_progress-bar.scss */
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 16, ../scss/component/_progress-bar.scss */
.progress-wrapper .percentage,
.progress-wrapper .progress-label {
  font-size: 12px;
}
/* line 21, ../scss/component/_progress-bar.scss */
.progress-wrapper .progress-bar {
  min-width: 2em;
}

/**
 * Table drag styles.
 */
/* line 4, ../scss/component/_table-drag.scss */
.tabledrag-toggle-weight {
  float: right;
  margin: 1px 2px 1px 10px;
}

/* line 8, ../scss/component/_table-drag.scss */
.tabledrag-changed-warning {
  margin: 0;
  overflow: hidden;
}

/* line 12, ../scss/component/_table-drag.scss */
.tabledrag-handle {
  color: #777777;
  cursor: move;
  float: left;
  font-size: 125%;
  line-height: 1;
  margin: -10px 0 0 -10px;
  padding: 10px;
}
/* line 20, ../scss/component/_table-drag.scss */
.tabledrag-handle:hover, .tabledrag-handle:focus {
  color: #337ab7;
}

/* line 24, ../scss/component/_table-drag.scss */
.indentation {
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  width: 20px;
}
/* line 30, ../scss/component/_table-drag.scss */
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}

/**
 * Tabs and local action styles.
 */
/* line 4, ../scss/component/_tabs.scss */
.local-actions {
  margin: 10px 0 10px -5px;
}

/* line 7, ../scss/component/_tabs.scss */
.tabs--secondary {
  margin: 10px 0 5px;
}

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

/* line 20, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs, .tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  border-bottom: 0;
}
/* line 22, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs .summary, .tabs-left > .nav-tabs .summary, .tabs-right > .nav-tabs .summary {
  color: #777777;
  font-size: 12px;
}

/* line 28, ../scss/component/_tabs.scss */
.tab-pane > .panel-heading {
  display: none;
}

/* line 31, ../scss/component/_tabs.scss */
.tab-content > .active {
  display: block;
}

/* line 37, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
/* line 39, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 42, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}
/* line 44, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
/* line 52, ../scss/component/_tabs.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

/* line 64, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs,
.tabs-right > .nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}
/* line 67, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
/* line 69, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li:focus,
.tabs-right > .nav-tabs > li:focus {
  outline: 0;
}
/* line 72, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
/* line 75, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a:focus,
.tabs-right > .nav-tabs > li > a:focus {
  outline: 0;
}
/* line 81, ../scss/component/_tabs.scss */
.tabs-left > .tab-content,
.tabs-right > .tab-content {
  border-radius: 0 4px 4px 4px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  padding: 10px 15px;
}

/* line 92, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: -1px;
}
/* line 95, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
}
/* line 97, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > li > a:hover, .tabs-left > .nav-tabs > li > a:focus {
  border-color: #b4b4b4 #ddd #b4b4b4 #b4b4b4;
}
/* line 102, ../scss/component/_tabs.scss */
.tabs-left > .nav-tabs > .active > a,
.tabs-left > .nav-tabs > .active > a:hover,
.tabs-left > .nav-tabs > .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 113, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
/* line 116, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
}
/* line 118, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #b4b4b4 #b4b4b4 #b4b4b4 #ddd;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 124, ../scss/component/_tabs.scss */
.tabs-right > .nav-tabs > .active > a,
.tabs-right > .nav-tabs > .active > a:hover,
.tabs-right > .nav-tabs > .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
}

/**
 * Toolbar module styling.
 */
/* line 10, ../scss/component/_toolbar.scss */
body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1031;
}
/* line 14, ../scss/component/_toolbar.scss */
body.toolbar-fixed .navbar-fixed-top {
  top: 39px;
}
/* line 19, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .navbar-fixed-top {
  top: 79px;
}
/* line 26, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open .navbar-fixed-top {
  left: 240px;
}
/* line 30, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed {
  margin-left: 240px;
}
/* line 33, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray {
  padding-bottom: 40px;
}
/* line 35, ../scss/component/_toolbar.scss */
body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray, body.toolbar-fixed.toolbar-vertical.toolbar-tray-open.toolbar-fixed .toolbar-tray > .toolbar-lining:before {
  width: 240px;
}

/* line 47, ../scss/component/_toolbar.scss */
body.toolbar-loading {
  margin-top: 0;
}
/* line 51, ../scss/component/_toolbar.scss */
body.toolbar-loading.toolbar {
  margin-bottom: 15px;
}

/**
* Google Translate styling.
*/
/* line 5, ../scss/component/_translate.scss */
#google_translate_element .goog-te-gadget span {
  color: #fff !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
}

/* line 11, ../scss/component/_translate.scss */
.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
  font-size: 16px !important;
  line-height: 20px !important;
  margin-top: 5px;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 16px !important;
  font-weight: 600 !important;
}
@media screen and (max-width: 767px) {
  /* line 11, ../scss/component/_translate.scss */
  .goog-te-gadget-simple {
    font-size: 14px !important;
    padding-bottom: 1em !important;
  }
}

/* line 27, ../scss/component/_translate.scss */
.goog-te-gadget-icon {
  display: none;
}

/* line 31, ../scss/component/_translate.scss */
.goog-te-menu-value {
  color: #fff !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
/* line 36, ../scss/component/_translate.scss */
.goog-te-menu-value img {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 42, ../scss/component/_translate.scss */
.goog-te-menu-value span:nth-child(3),
.goog-te-menu-value span:nth-child(5) {
  display: none;
}

/**
 * Footer styling.
 */
/* line 13, ../scss/component/_footer.scss */
.footer {
  width: 100%;
  border-top: 0;
  border-bottom: 10px solid #000;
  color: #fff;
  font-size: 12px;
  padding-top: 2em;
  padding-bottom: 3em;
  background-image: url(../images/footerbg.png);
  background-color: #1d1d21;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: 100%;
  -moz-background-size: cover;
  background-size: 100%;
  background-size: cover;
  height: 250px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  /* line 13, ../scss/component/_footer.scss */
  .footer {
    height: 420px;
  }
}
/* line 44, ../scss/component/_footer.scss */
.footer .region-footer {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  /* line 44, ../scss/component/_footer.scss */
  .footer .region-footer {
    margin: auto;
    max-width: 50%;
  }
}
/* line 53, ../scss/component/_footer.scss */
.footer #block-footerleft {
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 53, ../scss/component/_footer.scss */
  .footer #block-footerleft {
    padding: 0 0 2em 0;
    text-align: left;
  }
}
/* line 61, ../scss/component/_footer.scss */
.footer #block-footerleft img {
  height: 4em;
}
/* line 65, ../scss/component/_footer.scss */
.footer #block-footerleft svg#nisd_logo {
  width: 13em;
  max-height: 4em;
  text-align: right;
}
/* line 71, ../scss/component/_footer.scss */
.footer #block-footerleft svg .st0 {
  fill: #fff;
}
/* line 78, ../scss/component/_footer.scss */
.footer #block-footerright {
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 78, ../scss/component/_footer.scss */
  .footer #block-footerright {
    padding: 0;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  /* line 86, ../scss/component/_footer.scss */
  .footer #block-footer {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 93, ../scss/component/_footer.scss */
  .footer .menu.nav {
    padding-left: 0 !important;
    padding-bottom: 2em;
  }
}
/* line 99, ../scss/component/_footer.scss */
.footer ul.menu.menu--footer.nav {
  margin-top: 0;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  /* line 99, ../scss/component/_footer.scss */
  .footer ul.menu.menu--footer.nav {
    text-align: left;
  }
}
/* line 108, ../scss/component/_footer.scss */
.footer ul.menu.menu--footer.nav li {
  float: none;
}
@media screen and (max-width: 767px) {
  /* line 108, ../scss/component/_footer.scss */
  .footer ul.menu.menu--footer.nav li {
    border-bottom: 0;
    padding: 0;
  }
}
/* line 117, ../scss/component/_footer.scss */
.footer ul.menu.menu--footer.nav li > a {
  color: #fff;
  font-size: 12px;
  line-height: .8;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  /* line 117, ../scss/component/_footer.scss */
  .footer ul.menu.menu--footer.nav li > a {
    line-height: 1.5;
    padding: 0;
  }
}
/* line 128, ../scss/component/_footer.scss */
.footer ul.menu.menu--footer.nav li > a:hover, .footer ul.menu.menu--footer.nav li > a:active, .footer ul.menu.menu--footer.nav li > a:focus {
  color: #069ef3;
}
/* line 135, ../scss/component/_footer.scss */
.footer #block-socialicons {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 135, ../scss/component/_footer.scss */
  .footer #block-socialicons {
    padding: 0;
  }
}
/* line 144, ../scss/component/_footer.scss */
.footer .social:hover {
  color: #44aaff;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* line 151, ../scss/component/_footer.scss */
.footer .social {
  color: #fff;
  margin: .05em;
  -webkit-transform: scale(0.8);
  /* Browser Variations: */
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}
@media screen and (max-width: 767px) {
  /* line 151, ../scss/component/_footer.scss */
  .footer .social {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  /* line 168, ../scss/component/_footer.scss */
  .footer .region-footer {
    background: #1b1b1f;
    margin: auto;
    padding: 2em;
    width: 50%;
  }
}

/**
 * Action Callout styling. -- This block is designed to be only full width --
*/
/* line 5, ../scss/component/blocks/_action-callout.scss */
.block-type-block-action-callout {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 5, ../scss/component/blocks/_action-callout.scss */
  .block-type-block-action-callout {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 5, ../scss/component/blocks/_action-callout.scss */
  .block-type-block-action-callout {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 5, ../scss/component/blocks/_action-callout.scss */
  .block-type-block-action-callout {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 5, ../scss/component/blocks/_action-callout.scss */
  .block-type-block-action-callout {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 5, ../scss/component/blocks/_action-callout.scss */
  .block-type-block-action-callout {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 5, ../scss/component/blocks/_action-callout.scss */
  .block-type-block-action-callout {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 8, ../scss/component/blocks/_action-callout.scss */
.block-type-block-action-callout .vertical-align-all.row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* line 16, ../scss/component/blocks/_action-callout.scss */
.block-type-block-action-callout .field--name-field-callout {
  font-size: 140%;
}
/* line 20, ../scss/component/blocks/_action-callout.scss */
.block-type-block-action-callout .block-type-block-contentblock-action-calloutfield-cta-link {
  display: block;
  width: 100%;
}
/* line 25, ../scss/component/blocks/_action-callout.scss */
.block-type-block-action-callout .field--name-field-cta-link a,
.block-type-block-action-callout .field--name-field-cta-link a:hover,
.block-type-block-action-callout .field--name-field-cta-link a:visited,
.block-type-block-action-callout .field--name-field-cta-link a:focus {
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 1px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  color: #000;
  font-size: 140%;
  line-height: 1.33333;
  text-align: center;
  padding: 1em;
}

/**
 * Button styling.
*/
/* line 5, ../scss/component/blocks/_button.scss */
.btn {
  white-space: normal;
  text-align: center;
  padding: 20px 26px;
  transition: all 0.1s;
  transition: background-color 0.15s;
  border-radius: 0;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}
/* line 16, ../scss/component/blocks/_button.scss */
.btn--bold {
  font-weight: bold;
}
/* line 19, ../scss/component/blocks/_button.scss */
.btn--upper {
  text-transform: uppercase;
}
/* line 22, ../scss/component/blocks/_button.scss */
.btn--block {
  display: block;
}
/* line 25, ../scss/component/blocks/_button.scss */
.btn--shadow {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.8);
}
/* line 28, ../scss/component/blocks/_button.scss */
.btn--ghost {
  border: 2.5px solid #fff !important;
}
/* line 32, ../scss/component/blocks/_button.scss */
.btn--action-grid-item-bg-color {
  background-color: #f0f9fe;
  color: #000;
}
/* line 35, ../scss/component/blocks/_button.scss */
.btn--action-grid-item-bg-color:hover {
  background-color: #c0e6fb;
}
/* line 39, ../scss/component/blocks/_button.scss */
.btn--parents-bg-color {
  background-color: #58c09f;
  color: #fff;
}
/* line 42, ../scss/component/blocks/_button.scss */
.btn--parents-bg-color:hover {
  background-color: #3fa685;
  color: #fff;
}
/* line 47, ../scss/component/blocks/_button.scss */
.btn--students-light-bg-color {
  background-color: #44aaff;
  color: #fff;
}
/* line 50, ../scss/component/blocks/_button.scss */
.btn--students-light-bg-color:hover {
  background-color: #1193ff;
  color: #fff;
}
/* line 55, ../scss/component/blocks/_button.scss */
.btn--community-bg-color {
  background-color: #e85a3b;
  color: #fff;
}
/* line 58, ../scss/component/blocks/_button.scss */
.btn--community-bg-color:hover {
  background-color: #d73b19;
  color: #fff;
}
/* line 63, ../scss/component/blocks/_button.scss */
.btn--employees-bg-color {
  background-color: #f4a52d;
  color: #000;
}
/* line 66, ../scss/component/blocks/_button.scss */
.btn--employees-bg-color:hover {
  background-color: #e28d0c;
  color: #000;
}

/* line 75, ../scss/component/blocks/_button.scss */
.block-type-block-button {
  margin: 2em 0;
  padding: 0 1.5em;
}
/* line 79, ../scss/component/blocks/_button.scss */
.block-type-block-button a.btn--ghost {
  border-radius: 1px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  margin: auto;
  padding: 20px 26px;
  text-align: center;
  text-shadow: none;
}
/* line 91, ../scss/component/blocks/_button.scss */
.block-type-block-button a.btn--ghost:hover,
.block-type-block-button a.btn--ghost:visited,
.block-type-block-button a.btn--ghost:focus {
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  margin: auto;
  padding: 20px 26px;
  text-align: center;
  text-shadow: none;
}
/* line 106, ../scss/component/blocks/_button.scss */
.block-type-block-button a.btn-default {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  color: #2c2c33;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.33333;
  margin: auto;
  padding: 20px 26px;
  text-align: center;
  text-shadow: none;
}
/* line 121, ../scss/component/blocks/_button.scss */
.block-type-block-button a.btn-default:hover {
  background-color: #dfdfdf;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.8);
  color: #000;
}

/**
 * Heading styling.
*/
/* line 5, ../scss/component/blocks/_heading.scss */
.block-type-block-heading {
  padding: 0 0 2em 0;
}
/* line 8, ../scss/component/blocks/_heading.scss */
.block-type-block-heading a {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 12, ../scss/component/blocks/_heading.scss */
.block-type-block-heading a:hover, .block-type-block-heading a:visited, .block-type-block-heading a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
/* line 16, ../scss/component/blocks/_heading.scss */
.block-type-block-heading h2.block-title {
  line-height: 1.3em;
}

/**
 * Hero Image styling.
*/
/* line 4, ../scss/component/blocks/_heroimage.scss */
.block-type-hero-image {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -3.857em;
  margin-bottom: -4.857em;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.block-type-hero-image:before, .block-type-hero-image:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.block-type-hero-image:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  /* line 4, ../scss/component/blocks/_heroimage.scss */
  .block-type-hero-image {
    margin-top: -4.857em;
  }
}

/* line 9, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff {
  min-height: 500px;
  height: 100%;
  position: relative;
  z-index: 90;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  background: #2c2c33;
}
@media screen and (max-width: 767px) {
  /* line 9, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff {
    background: transparent;
    display: block;
    margin-top: -5em;
  }
}
/* line 28, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff:after {
  display: block;
  content: '';
  background: #2c2c33;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5vw;
  z-index: 95;
}
@media screen and (max-width: 767px) {
  /* line 28, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff:after {
    display: none;
  }
}
/* line 46, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta1:hover, .homepage-stuff .cta2:hover, .homepage-stuff .cta3:hover, .homepage-stuff .cta4:hover {
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
}
/* line 54, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta1:hover {
  background: #389477;
}
/* line 57, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta2:hover {
  background: #0086f7;
}
/* line 60, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta3:hover {
  background: #c03517;
}
/* line 63, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta4:hover {
  background: #ca7e0b;
}
/* line 68, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta1.skewed {
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  transform: skewY(4deg);
}
/* line 75, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta1 {
  background-color: #58c09f;
  color: #000;
}
@media screen and (min-width: 768px) {
  /* line 75, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta1 {
    -ms-transform-origin: 300% 0;
    -o-transform-origin: 300% 0;
    -webkit-transform-origin: 300% 0;
    -moz-transform-origin: 300% 0;
    transform-origin: 300% 0;
  }
}
/* line 86, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta1:after {
  opacity: 9;
  background-image: url("../../images/background/students/1.jpg");
  background-position: center center;
  background-size: cover;
}
/* line 95, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta2.skewed {
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  transform: skewY(4deg);
}
/* line 102, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta2 {
  background-color: #44aaff;
  color: #000;
}
@media screen and (min-width: 768px) {
  /* line 102, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta2 {
    -ms-transform-origin: 200% 0;
    -o-transform-origin: 200% 0;
    -webkit-transform-origin: 200% 0;
    -moz-transform-origin: 200% 0;
    transform-origin: 200% 0;
  }
}
/* line 112, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta2:after {
  opacity: 9;
  background-image: url("../images/background/parents/1.jpg");
  background-position: center center;
  background-size: cover;
}
/* line 121, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta3.skewed {
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
@media screen and (max-width: 767px) {
  /* line 121, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta3.skewed {
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    transform: skewY(4deg);
  }
}
/* line 135, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta3 {
  background-color: #e85a3b;
  color: #000;
}
@media screen and (min-width: 768px) {
  /* line 135, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta3 {
    -ms-transform-origin: -100% 0;
    -o-transform-origin: -100% 0;
    -webkit-transform-origin: -100% 0;
    -moz-transform-origin: -100% 0;
    transform-origin: -100% 0;
  }
}
/* line 145, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta3:after {
  opacity: 9;
  background-image: url("../images/background/community/1.jpg");
  background-position: center center;
  background-size: cover;
}
/* line 154, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta4.skewed {
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
@media screen and (max-width: 767px) {
  /* line 154, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta4.skewed {
    -ms-transform: skewY(4deg);
    -o-transform: skewY(4deg);
    -webkit-transform: skewY(4deg);
    -moz-transform: skewY(4deg);
    transform: skewY(4deg);
  }
}
/* line 168, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta4 {
  background-color: #f4a52d;
  color: #000;
}
@media screen and (min-width: 768px) {
  /* line 168, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta4 {
    -ms-transform-origin: -200% 0;
    -o-transform-origin: -200% 0;
    -webkit-transform-origin: -200% 0;
    -moz-transform-origin: -200% 0;
    transform-origin: -200% 0;
  }
}
/* line 178, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta4:after {
  opacity: 9;
  background-image: url("../images/background/employees/1.jpg");
  background-position: center center;
  background-size: cover;
}
/* line 187, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .block-type-block-info-card {
  margin-top: 3em;
  padding: 3em 2em 5em 2em;
  opacity: 1;
}
/* line 192, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .block-type-block-info-card .field--name-field-headline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 198, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .block-type-block-info-card .field--name-field-cta-link,
.homepage-stuff .block-type-block-info-card .field--name-field-cta-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 1px;
}
/* line 209, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta1 .block-type-block-info-card {
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
/* line 223, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta2 .block-type-block-info-card {
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
@media screen and (min-width: 768px) {
  /* line 223, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta2 .block-type-block-info-card {
    -ms-transform-origin: -50% 0;
    -o-transform-origin: -50% 0;
    -webkit-transform-origin: -50% 0;
    -moz-transform-origin: -50% 0;
    transform-origin: -50% 0;
  }
}
/* line 237, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta3 .block-type-block-info-card {
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  transform: skewY(4deg);
}
@media screen and (max-width: 767px) {
  /* line 237, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta3 .block-type-block-info-card {
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
}
@media screen and (min-width: 768px) {
  /* line 237, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta3 .block-type-block-info-card {
    -ms-transform-origin: -150% 0;
    -o-transform-origin: -150% 0;
    -webkit-transform-origin: -150% 0;
    -moz-transform-origin: -150% 0;
    transform-origin: 150% 0;
  }
}
/* line 258, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta4 .block-type-block-info-card {
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  transform: skewY(4deg);
}
@media screen and (max-width: 767px) {
  /* line 258, ../scss/component/blocks/_homepagecta.scss */
  .homepage-stuff .cta4 .block-type-block-info-card {
    -ms-transform: skewY(-4deg);
    -o-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    -moz-transform: skewY(-4deg);
    transform: skewY(-4deg);
  }
}
/* line 278, ../scss/component/blocks/_homepagecta.scss */
.homepage-stuff .cta-section:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  opacity: .08;
  z-index: -1;
}

@keyframes pulse {
  0% {
    background-color: #001F3F;
  }
  100% {
    background-color: #FF4136;
  }
}
/* line 376, ../scss/component/blocks/_homepagecta.scss */
.clip-bottom-point {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 57%, 0 50%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 57%, 0 50%);
}

/**
 * Information card styling.
*/
/* line 14, ../scss/component/blocks/_informationcard.scss */
[class*="col-"].shape-circular:before {
  content: "";
  display: block;
}

/* line 20, ../scss/component/blocks/_informationcard.scss */
[class*="col-"].shape-circular .circular-card-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* line 27, ../scss/component/blocks/_informationcard.scss */
.circular-card-content * {
  text-align: center;
  margin: 0 auto;
}

/* line 33, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 33, ../scss/component/blocks/_informationcard.scss */
  .block-type-block-info-card {
    margin: 1em 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 33, ../scss/component/blocks/_informationcard.scss */
  .block-type-block-info-card {
    padding: 1em;
  }
}
/* line 44, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-icon-fontawesome {
  text-align: center;
}
/* line 48, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-icon-image {
  max-width: 150px;
  text-align: center;
  margin: auto;
}
/* line 53, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-icon-image .img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 150px;
}
/* line 63, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-image {
  margin: -2em -3em 0 -3em;
}
@media screen and (max-width: 767px) {
  /* line 63, ../scss/component/blocks/_informationcard.scss */
  .block-type-block-info-card .field--name-field-image {
    margin: -2em -3em 0 -3em;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 63, ../scss/component/blocks/_informationcard.scss */
  .block-type-block-info-card .field--name-field-image {
    margin: -1em -2em 0 -2em;
  }
}
/* line 75, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-headline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.75em 0;
  font-size: 140%;
  text-align: center;
}
/* line 82, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-body {
  padding: 1em 0;
}
/* line 86, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-cta-link {
  padding: .5em 0 0 1.5em;
}
/* line 89, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-cta-link > a {
  color: currentColor;
  font-weight: 600;
  text-decoration: none;
}
/* line 94, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-cta-link > a:hover, .block-type-block-info-card .field--name-field-cta-link > a:focus {
  color: currentColor;
  text-decoration: none;
}
/* line 99, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card .field--name-field-cta-link > a:before {
  content: '';
  position: absolute;
  margin-left: -1.25em;
  margin-top: .35em;
  margin-bottom: auto;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent currentColor transparent;
  -webkit-transform: rotate(360deg);
}

/* line 120, ../scss/component/blocks/_informationcard.scss */
.block-type-block-info-card.field--name-field-image.field--name-field-headline {
  background-color: blue;
}

/**
 * Profile styling.
*/
/* line 14, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .block-type-paragraphprofilefield-full-name,
.paragraph--type--profile .block-type-block-contentblock-profilefield-full-name,
.block-type-block-profile .block-type-paragraphprofilefield-full-name,
.block-type-block-profile .block-type-block-contentblock-profilefield-full-name {
  float: left;
}
/* line 19, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-full-name,
.block-type-block-profile .field--name-field-full-name {
  float: left;
  font-size: 110%;
  line-height: 1.5em;
  padding-bottom: 1em;
}
/* line 26, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-title,
.block-type-block-profile .field--name-field-title {
  font-size: 110%;
  line-height: 1.5em;
  padding-bottom: .4em;
}
/* line 32, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-title:before,
.block-type-block-profile .field--name-field-title:before {
  content: "|";
  color: rgba(0, 0, 0, 0.2);
  font-size: .80em;
  margin: 0 .75em;
  float: left;
}
/* line 40, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .block-type-paragraphprofilefield-bio,
.paragraph--type--profile .block-field-blockblock-contentblock-profilebody,
.block-type-block-profile .block-type-paragraphprofilefield-bio,
.block-type-block-profile .block-field-blockblock-contentblock-profilebody {
  clear: both;
}
/* line 45, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-image,
.block-type-block-profile .field--name-field-image {
  padding-bottom: 1em;
}
/* line 49, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-telephone,
.block-type-block-profile .field--name-field-telephone {
  font-size: 105%;
  line-height: 1.5em;
  padding-bottom: .3em;
}
/* line 55, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-telephone:before,
.block-type-block-profile .field--name-field-telephone:before {
  content: '\e182';
  color: #337ab7;
  font-size: .85em;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  padding-right: .65em;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
}
/* line 68, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-contact,
.block-type-block-profile .field--name-field-contact {
  font-size: 105%;
  line-height: 1.5em;
  padding-bottom: .3em;
}
/* line 74, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-contact:before,
.block-type-block-profile .field--name-field-contact:before {
  content: '\e144';
  color: #337ab7;
  font-size: .85em;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  padding-right: .65em;
  opacity: .5;
  -webkit-font-smoothing: antialiased;
}
/* line 87, ../scss/component/blocks/_profile.scss */
.paragraph--type--profile .field--name-field-bio,
.paragraph--type--profile .field--type-text-with-summary,
.block-type-block-profile .field--name-field-bio,
.block-type-block-profile .field--type-text-with-summary {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1em;
}

/**
 * Quote Callout styling.
*/
/* line 11, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 11, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 11, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 11, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 11, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 11, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 11, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 14, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout > .row {
  padding-top: 0 !important;
}
/* line 18, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--name-field-description {
  border: 0;
  margin: 0;
  background: none;
  font-family: "Sanchez", Times, serif;
  font-size: 2em;
  line-height: 1.4 !important;
  margin: 0;
  position: relative;
  text-shadow: 0 1px #7a7a7a;
  z-index: 600;
}
@media screen and (max-width: 767px) {
  /* line 18, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout .field--name-field-description {
    padding-bottom: 1em;
  }
}
/* line 34, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--name-field-description:before {
  content: '\201C';
  color: black;
  font-size: 8.5em;
  font-weight: 700;
  opacity: .2;
  position: absolute;
  top: -.20em;
  left: -.10em;
  text-shadow: none;
  z-index: -300;
}
@media screen and (max-width: 767px) {
  /* line 34, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout .field--name-field-description:before {
    left: 0;
  }
}
/* line 51, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .img-responsive {
  background: #3EA69B;
  transition: all 1.5s;
}
/* line 56, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--type-image {
  overflow: visible;
  transition: all 1s;
}
/* line 61, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--type-image img {
  position: relative;
  transition: transform .35s ease-out;
}
/* line 66, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--type-image .img-responsive {
  border-radius: 50%;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  display: block;
  width: 275px;
  max-height: 275px;
  margin: auto;
  margin-top: .5em;
}
/* line 76, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--type-image:after {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 81, ../scss/component/blocks/_quote-callout.scss */
  .block-type-block-quote-callout .field--type-image:hover img {
    transform: translateY(-0.75em);
    height: 275px;
    width: 275px;
    border-radius: 50%;
    transition: 0.3s ease;
    box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.9);
  }
}
/* line 92, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--name-field-cta-link {
  margin: auto;
}
/* line 94, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--name-field-cta-link a,
.block-type-block-quote-callout .field--name-field-cta-link a:visited {
  border-radius: 1px;
  color: currentColor;
  display: block;
  font-size: 120%;
}
/* line 101, ../scss/component/blocks/_quote-callout.scss */
.block-type-block-quote-callout .field--name-field-cta-link a:hover,
.block-type-block-quote-callout .field--name-field-cta-link a:focus {
  background-color: #fff;
  color: #333333;
}

/**
 * Stats and figures styling.
*/
/* line 11, ../scss/component/blocks/_stats-figures.scss */
.block-type-block-stats-and-figures {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 2em;
}
/* line 14, ../scss/component/blocks/_stats-figures.scss */
.block-type-block-stats-and-figures .row {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
@media screen and (max-width: 767px) {
  /* line 11, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures {
    border-right: 0;
    margin-top: 0;
  }
  /* line 21, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .row {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}
/* line 27, ../scss/component/blocks/_stats-figures.scss */
.block-type-block-stats-and-figures .field--name-field-icon-fontawesome {
  text-align: center;
  padding-bottom: .5em;
}
@media screen and (min-width: 992px) {
  /* line 27, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .field--name-field-icon-fontawesome {
    margin-top: 1.5em;
    text-align: right;
    padding-right: 1em;
  }
}
@media screen and (max-width: 767px) {
  /* line 27, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .field--name-field-icon-fontawesome {
    text-align: center;
    padding-bottom: 1em;
  }
}
/* line 41, ../scss/component/blocks/_stats-figures.scss */
.block-type-block-stats-and-figures .field--name-field-statistic {
  text-align: center;
  font-size: 300%;
}
@media screen and (min-width: 992px) {
  /* line 41, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .field--name-field-statistic {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  /* line 41, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .field--name-field-statistic {
    text-align: center;
  }
}
/* line 52, ../scss/component/blocks/_stats-figures.scss */
.block-type-block-stats-and-figures .field--name-field-label {
  text-align: center;
  font-size: 140%;
}
@media screen and (min-width: 992px) {
  /* line 52, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .field--name-field-label {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  /* line 52, ../scss/component/blocks/_stats-figures.scss */
  .block-type-block-stats-and-figures .field--name-field-label {
    text-align: center;
  }
}

/* line 64, ../scss/component/blocks/_stats-figures.scss */
.row [class*="col-"]:nth-last-child(1) > .block-inline-blockblock-stats-and-figures:nth-last-child(1),
.row .block-type-block-stats-and-figures.bs-region--right,
.row .block-type-block-stats-and-figures.bs-region--top-right,
.row .block-type-block-stats-and-figures.bs-region--bottom-right {
  border-right: 0;
}

/**
* Paragraphs Image styling.
*/
/* line 7, ../scss/component/paragraphs/_file.scss */
.paragraph--type--file .file > span:first-child {
  border-left: 1px solid #dfdfdf;
}
/* line 11, ../scss/component/paragraphs/_file.scss */
.paragraph--type--file .file > span:last-child {
  border-right: 1px solid #dfdfdf;
}
/* line 15, ../scss/component/paragraphs/_file.scss */
.paragraph--type--file .text-primary {
  color: #2c2c33;
}
/* line 19, ../scss/component/paragraphs/_file.scss */
.paragraph--type--file .file > span {
  background: #edefef;
  color: #000000;
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}
/* line 322, ../scss/_mixins.scss */
.paragraph--type--file .file > span a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 327, ../scss/_mixins.scss */
.paragraph--type--file .file > span a:hover, .paragraph--type--file .file > span a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 25, ../scss/component/paragraphs/_file.scss */
.paragraph--type--file .file {
  font-size: 90%;
}
/* line 29, ../scss/component/paragraphs/_file.scss */
.paragraph--type--file .file-icon {
  font-size: 190%;
  padding: .5em .5em;
}

/**
* Paragraphs Image styling.
*/
/* line 7, ../scss/component/paragraphs/_image.scss */
.paragraph--type--image .panel:last-child {
  margin-bottom: 20px !important;
}
/* line 11, ../scss/component/paragraphs/_image.scss */
.paragraph--type--image .paragraph--image {
  background-color: #dfdfdf;
  border-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 26, ../scss/component/paragraphs/_image.scss */
.paragraph--type--image .paragraph--image .panel-body {
  padding: 0;
}
/* line 30, ../scss/component/paragraphs/_image.scss */
.paragraph--type--image .paragraph--image img {
  width: 100%;
}
/* line 34, ../scss/component/paragraphs/_image.scss */
.paragraph--type--image .paragraph--image .field--item {
  padding-top: 0;
}
/* line 38, ../scss/component/paragraphs/_image.scss */
.paragraph--type--image .paragraph--image .field--name-field-caption {
  padding: 1.5em;
  background-image: url(../images/arrow-up-img.png);
  background-size: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/**
 * Paragraphs Text styling.
 */
/* line 5, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text a {
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
/* line 10, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text a:hover, .paragraph--type--text a:visited a:focus {
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}
/* line 15, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text blockquote {
  font-style: italic;
  margin-left: 20px;
  padding-left: 20px;
}
/* line 21, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text ul li {
  list-style-type: none;
}
/* line 25, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text ul li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #0072bc;
  margin: 0px 10px 3px -16px;
}
/* line 34, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text table {
  margin-bottom: 25px;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 41, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text table thead > tr > th,
.paragraph--type--text table tbody > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border: 1px solid #b4b4b4;
  text-align: left;
}
/* line 50, ../scss/component/paragraphs/_text.scss */
.paragraph--type--text table tbody > tr:nth-child(odd) > td,
.paragraph--type--text table tbody > tr:nth-child(odd) > th {
  background-color: #dfdfdf;
}

/**
* Paragraphs YouTube styling.
*/
/* line 6, ../scss/component/paragraphs/_youtube.scss */
.paragraph:before, .paragraph:after {
  display: table;
  content: " ";
  clear: both;
}

/* line 14, ../scss/component/paragraphs/_youtube.scss */
.paragraph--type--video .panel:last-child {
  margin-bottom: 20px !important;
}
/* line 18, ../scss/component/paragraphs/_youtube.scss */
.paragraph--type--video .paragraph--youtube {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  border-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
/* line 33, ../scss/component/paragraphs/_youtube.scss */
.paragraph--type--video .paragraph--youtube .panel-body {
  padding: 0;
}

/**
 * @file
 * Styles for Bootstrap Paragraphs (drupal.org/project/bootstrap_paragraphs)
 * http://jimbir.ch/presentations/bootstrap-paragraphs
 */
/* line 8, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-columns .paragraph.paragraph--color:last-of-type > .paragraph__column,
.paragraph.paragraph--type--bp-columns-two-uneven .paragraph.paragraph--color:last-of-type > .paragraph__column,
.paragraph.paragraph--type--bp-columns-three-uneven .paragraph.paragraph--color:last-of-type > .paragraph__column {
  padding-right: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
}

/* line 17, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph.paragraph--type--bp-block > .paragraph__column {
  padding-bottom: 0;
}

/* line 23, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple a {
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
/* line 27, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple a:hover, .paragraph--type--bp-simple a:visited a:focus {
  text-decoration: none;
  border-bottom: 1px solid rgba(51, 51, 51, 0.6);
}
/* line 31, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple blockquote {
  font-style: italic;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
/* line 36, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple p {
  margin: 0 0 21px;
}
/* line 40, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple p + ul,
.paragraph--type--bp-simple p + ol {
  margin-top: -12px;
}
/* line 45, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple ul li {
  list-style-type: none;
}
/* line 48, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple ul li:before {
  color: #0072bc;
  content: "\25CF";
  display: inline-block;
  font-weight: bold;
  width: 1em;
  margin-left: -1em;
}
/* line 58, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple ul li ul li:before {
  content: "\25CB";
}
/* line 63, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple ul li ul li ul li:before {
  content: "\25A0";
}
/* line 69, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple ul li ul li ul li ul li:before {
  content: "\25A1";
}
/* line 77, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple table {
  margin-bottom: 2em;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
/* line 85, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple table thead > tr > th,
.paragraph--type--bp-simple table tbody > tr > td {
  padding: 1em;
  line-height: 1.42857;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  text-align: left;
}
/* line 94, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-simple table tbody > tr:nth-child(odd) > td,
.paragraph--type--bp-simple table tbody > tr:nth-child(odd) > th {
  background-color: #f0f0f0;
}

/* line 103, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-nisd-attachments .file > span {
  background: transparent;
  color: inherit;
  border: 0;
}
/* line 108, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--type--bp-nisd-attachments .text-primary {
  color: inherit;
}

/* line 114, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph.paragraph--type--bp-accordion .panel-heading a {
  display: block;
  border-bottom: 0;
}
/* line 118, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded="false"]:before {
  content: '▼';
  font-size: 1.125rem;
}
/* line 123, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph.paragraph--type--bp-accordion .panel-heading a[aria-expanded="true"]:before {
  content: '▲';
  font-size: 1.125rem;
}

/* line 130, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.quicklinks {
  flex-direction: column;
}
/* line 133, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.quicklinks .quicklink {
  padding: 1rem;
  min-width: 225px;
}
/* line 137, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.quicklinks .quicklink a {
  display: block;
  padding: 1.5rem;
  text-align: center;
  font-size: 18px;
  line-height: 1.3333;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.5);
  color: #2c2c33;
}
/* line 146, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.quicklinks .quicklink a:hover {
  text-decoration: none;
  background-color: #dfdfdf;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.8);
}

/* Adds padding to fill in color. */
/* line 190, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph.paragraph--color > .paragraph__column {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* Fills color on colorless paragraph after color paragraph. */
/* line 196, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph.paragraph--color + .paragraph > .paragraph__column {
  padding-top: 2em;
}

/* line 216, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-blue-strong {
  background: #4fc3f7;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-blue-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-blue-strong a:hover, .paragraph--color--rgba-blue-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 217, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-red-strong {
  background: #f77b72;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-red-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-red-strong a:hover, .paragraph--color--rgba-red-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 218, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-pink-strong {
  background: #f06292;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-pink-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-pink-strong a:hover, .paragraph--color--rgba-pink-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 219, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-purple-strong {
  background: #ba68c8;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-purple-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-purple-strong a:hover, .paragraph--color--rgba-purple-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 220, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-indigo-strong {
  background: #7985cb;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-indigo-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-indigo-strong a:hover, .paragraph--color--rgba-indigo-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 221, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-cyan-strong {
  background: #4dd0e1;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-cyan-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-cyan-strong a:hover, .paragraph--color--rgba-cyan-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 222, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-teal-strong {
  background: #4db6ac;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-teal-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-teal-strong a:hover, .paragraph--color--rgba-teal-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 223, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-green-strong {
  background: #82c785;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-green-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-green-strong a:hover, .paragraph--color--rgba-green-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 224, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-lime-strong {
  background: #dce774;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-lime-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-lime-strong a:hover, .paragraph--color--rgba-lime-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 225, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-yellow-strong {
  background: #fff176;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-yellow-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-yellow-strong a:hover, .paragraph--color--rgba-yellow-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 226, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-orange-strong {
  background: #ffb74d;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-orange-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-orange-strong a:hover, .paragraph--color--rgba-orange-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 227, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-brown-strong {
  background: #a1887f;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-brown-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-brown-strong a:hover, .paragraph--color--rgba-brown-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 228, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-grey-strong {
  background: #bbbbbb;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-grey-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-grey-strong a:hover, .paragraph--color--rgba-grey-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 230, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-bluegrey-strong {
  background: #476c8b;
  color: #ffffff;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-bluegrey-strong a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-bluegrey-strong a:hover, .paragraph--color--rgba-bluegrey-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 231, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-black-strong {
  background: #4d4d4d;
  color: #ffffff;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-black-strong a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-black-strong a:hover, .paragraph--color--rgba-black-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 232, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-stylish-strong {
  background: #787d85;
  color: #ffffff;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-stylish-strong a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-stylish-strong a:hover, .paragraph--color--rgba-stylish-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 233, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-white-strong {
  background: white;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-white-strong a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-white-strong a:hover, .paragraph--color--rgba-white-strong a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 237, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-blue-light {
  background: #b3e5fc;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-blue-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-blue-light a:hover, .paragraph--color--rgba-blue-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 238, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-red-light {
  background: #fcc7c3;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-red-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-red-light a:hover, .paragraph--color--rgba-red-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 239, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-pink-light {
  background: #f8bcd0;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-pink-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-pink-light a:hover, .paragraph--color--rgba-pink-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 240, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-purple-light {
  background: #e1bee7;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-purple-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-purple-light a:hover, .paragraph--color--rgba-purple-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 241, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-indigo-light {
  background: #c5cbe9;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-indigo-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-indigo-light a:hover, .paragraph--color--rgba-indigo-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 242, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-cyan-light {
  background: #b3ebf2;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-cyan-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-cyan-light a:hover, .paragraph--color--rgba-cyan-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 243, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-teal-light {
  background: #b3e0db;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-teal-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-teal-light a:hover, .paragraph--color--rgba-teal-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 244, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-green-light {
  background: #c9e7cb;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-green-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-green-light a:hover, .paragraph--color--rgba-green-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 245, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-lime-light {
  background: #f0f5c4;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-lime-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-lime-light a:hover, .paragraph--color--rgba-lime-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 246, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-yellow-light {
  background: #fff9c4;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-yellow-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-yellow-light a:hover, .paragraph--color--rgba-yellow-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 247, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-orange-light {
  background: #ffe0b3;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-orange-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-orange-light a:hover, .paragraph--color--rgba-orange-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 248, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-brown-light {
  background: #d7ccc8;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-brown-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-brown-light a:hover, .paragraph--color--rgba-brown-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 249, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-grey-light {
  background: #e2e2e2;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-grey-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-grey-light a:hover, .paragraph--color--rgba-grey-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 251, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-bluegrey-light {
  background: #91a7ab;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-bluegrey-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-bluegrey-light a:hover, .paragraph--color--rgba-bluegrey-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 252, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-black-light {
  background: #b3b3b3;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-black-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-black-light a:hover, .paragraph--color--rgba-black-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 253, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-stylish-light {
  background: #c5c7cb;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-stylish-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-stylish-light a:hover, .paragraph--color--rgba-stylish-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 254, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-white-light {
  background: white;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-white-light a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--rgba-white-light a:hover, .paragraph--color--rgba-white-light a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 277, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--primary {
  background: #024685;
  color: #ffffff;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--primary a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--primary a:hover, .paragraph--color--primary a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 281, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--secondary {
  background: #3a7ab8;
  color: #ffffff;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--secondary a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--secondary a:hover, .paragraph--color--secondary a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 287, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--success {
  background: #0072bc;
  color: #ffffff;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--success a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--success a:hover, .paragraph--color--success a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 291, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--info {
  background: #58c09f;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--info a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--info a:hover, .paragraph--color--info a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 295, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--warning {
  background: #e85a3b;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--warning a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--warning a:hover, .paragraph--color--warning a:visited a:focus {
  border-bottom: 1px solid #000;
}

/* line 299, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--danger {
  background: #f5a52d;
  color: #000000;
}
/* line 204, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--danger a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
/* line 209, ../scss/component/paragraphs/_bootstrap-paragraphs.scss */
.paragraph--color--danger a:hover, .paragraph--color--danger a:visited a:focus {
  border-bottom: 1px solid #000;
}

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

/* line 52, ../scss/_overrides.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 56, ../scss/_overrides.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* start required for sticky footer */
/* line 62, ../scss/_overrides.scss */
body {
  position: relative;
  margin: 0;
  padding-bottom: 250px;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  /* line 62, ../scss/_overrides.scss */
  body {
    padding-bottom: 420px;
  }
}

/* line 73, ../scss/_overrides.scss */
.main-container > .region, footer > .region {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.main-container > .region:before, .main-container > .region:after, footer > .region:before, footer > .region:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.main-container > .region:after, footer > .region:after {
  clear: both;
}

/* line 77, ../scss/_overrides.scss */
.region-content > article > .content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 4.857em;
  padding-bottom: 4.857em;
}
@media screen and (max-width: 767px) {
  /* line 77, ../scss/_overrides.scss */
  .region-content > article > .content {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/* line 82, ../scss/_overrides.scss */
.region-content .row {
  padding-top: 4.857em;
  padding-bottom: 4.857em;
}
@media screen and (max-width: 767px) {
  /* line 82, ../scss/_overrides.scss */
  .region-content .row {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
/* line 85, ../scss/_overrides.scss */
.region-content .row .form-group {
  margin-bottom: 0;
}

/* line 90, ../scss/_overrides.scss */
.tb-padding {
  padding-top: 4.857em;
  padding-bottom: 4.857em;
}
@media screen and (max-width: 767px) {
  /* line 90, ../scss/_overrides.scss */
  .tb-padding {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}

/* line 94, ../scss/_overrides.scss */
.lr-padding,
.logo img,
.navbar .menu,
.region-footer {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 94, ../scss/_overrides.scss */
  .lr-padding,
  .logo img,
  .navbar .menu,
  .region-footer {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 94, ../scss/_overrides.scss */
  .lr-padding,
  .logo img,
  .navbar .menu,
  .region-footer {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 94, ../scss/_overrides.scss */
  .lr-padding,
  .logo img,
  .navbar .menu,
  .region-footer {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 94, ../scss/_overrides.scss */
  .lr-padding,
  .logo img,
  .navbar .menu,
  .region-footer {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 94, ../scss/_overrides.scss */
  .lr-padding,
  .logo img,
  .navbar .menu,
  .region-footer {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 94, ../scss/_overrides.scss */
  .lr-padding,
  .logo img,
  .navbar .menu,
  .region-footer {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}

/* line 101, ../scss/_overrides.scss */
.page.full .content {
  padding-bottom: 0;
  padding-top: 0;
}

/* line 106, ../scss/_overrides.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  /* line 106, ../scss/_overrides.scss */
  h1, .h1,
  h2, .h2,
  h3, .h3 {
    margin-top: 25px;
  }
}

/* line 118, ../scss/_overrides.scss */
.navbar {
  margin-bottom: 0px;
}

/* line 122, ../scss/_overrides.scss */
.page-header {
  margin: 0 0 20px;
}

/* line 126, ../scss/_overrides.scss */
.region-pageprefix .page-header {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  color: #2c2c33;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 6px;
  padding-left: calc(7% + 55px);
  padding-top: .3em;
}
@media screen and (max-width: 767px) {
  /* line 126, ../scss/_overrides.scss */
  .region-pageprefix .page-header {
    padding-left: calc(5% + 55px);
  }
}
@media screen and (min-width: 768px) {
  /* line 126, ../scss/_overrides.scss */
  .region-pageprefix .page-header {
    padding-left: calc(7% + 55px);
  }
}
@media screen and (min-width: 992px) {
  /* line 126, ../scss/_overrides.scss */
  .region-pageprefix .page-header {
    padding-left: calc(9% + 55px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 126, ../scss/_overrides.scss */
  .region-pageprefix .page-header {
    padding-left: calc(12% + 55px);
  }
}
@media screen and (min-width: 1600px) {
  /* line 126, ../scss/_overrides.scss */
  .region-pageprefix .page-header {
    padding-left: calc(17% + 55px);
  }
}
/* line 135, ../scss/_overrides.scss */
.region-pageprefix .page-header:before {
  content: '';
  position: absolute;
  top: 18px;
  left: inherit;
  margin-left: -40px;
  margin-top: auto;
  margin-bottom: auto;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent transparent transparent;
  -webkit-transform: rotate(360deg);
  border-color: transparent transparent #44aaff;
}

/* line 152, ../scss/_overrides.scss */
.breadcrumb {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: calc(7% + 15px);
  background-color: #fff;
  border-bottom: 1px solid #dfdfdf;
  border-radius: 0;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 152, ../scss/_overrides.scss */
  .breadcrumb {
    padding-left: calc(5% + 15px);
  }
}
@media screen and (min-width: 768px) {
  /* line 152, ../scss/_overrides.scss */
  .breadcrumb {
    padding-left: calc(7% + 15px);
  }
}
@media screen and (min-width: 992px) {
  /* line 152, ../scss/_overrides.scss */
  .breadcrumb {
    padding-left: calc(9% + 15px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 152, ../scss/_overrides.scss */
  .breadcrumb {
    padding-left: calc(12% + 15px);
  }
}
@media screen and (min-width: 1600px) {
  /* line 152, ../scss/_overrides.scss */
  .breadcrumb {
    padding-left: calc(17% + 15px);
  }
}
/* line 161, ../scss/_overrides.scss */
.breadcrumb > li {
  display: inline-block;
  padding-bottom: .5em;
}
/* line 166, ../scss/_overrides.scss */
.breadcrumb a, .breadcrumb a:hover, .breadcrumb a:visited, .breadcrumb a:focus {
  color: #2c2c33;
}
/* line 170, ../scss/_overrides.scss */
.breadcrumb > .active {
  color: #2c2c33;
}

/* line 175, ../scss/_overrides.scss */
.teaser > .dateline {
  font-style: italic;
}

/* line 178, ../scss/_overrides.scss */
.full > .dateline {
  font-weight: bold;
  padding-left: 30px;
  padding-top: 1em;
}

/* line 186, ../scss/_overrides.scss */
.row.has-bottom {
  z-index: 5;
}

/* line 189, ../scss/_overrides.scss */
.row.has-bottom.has-top {
  z-index: 20;
}

/* line 192, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(1) {
  z-index: 19;
}

/* line 195, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(2) {
  z-index: 18;
}

/* line 198, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(3) {
  z-index: 17;
}

/* line 201, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(4) {
  z-index: 16;
}

/* line 204, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(5) {
  z-index: 15;
}

/* line 207, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(6) {
  z-index: 14;
}

/* line 210, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(7) {
  z-index: 13;
}

/* line 213, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(8) {
  z-index: 12;
}

/* line 216, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(9) {
  z-index: 11;
}

/* line 219, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(10) {
  z-index: 10;
}

/* line 222, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(11) {
  z-index: 9;
}

/* line 225, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(12) {
  z-index: 8;
}

/* line 228, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(13) {
  z-index: 7;
}

/* line 231, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(14) {
  z-index: 6;
}

/* line 234, ../scss/_overrides.scss */
.row.has-bottom:not(.has-top):nth-child(15) {
  z-index: 5;
}

/* line 240, ../scss/_overrides.scss */
h1.headings-caps,
h2.headings-caps,
h3.headings-caps,
h4.headings-caps,
h5.headings-caps,
h6.headings-caps {
  text-transform: uppercase;
}

/* line 252, ../scss/_overrides.scss */
.hairline,
.light {
  font-weight: lighter;
}

/* line 259, ../scss/_overrides.scss */
.big {
  font-size: 24px;
  line-height: 1.3;
}

/* line 263, ../scss/_overrides.scss */
.bigger {
  font-size: 32px;
  line-height: 1;
}

/* line 267, ../scss/_overrides.scss */
.super {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 0;
}

/* line 272, ../scss/_overrides.scss */
.small {
  font-size: 12px;
}

/* line 275, ../scss/_overrides.scss */
.super small {
  font-size: 0.35em;
}

/* line 280, ../scss/_overrides.scss */
.text-left {
  text-align: left !important;
}

/* line 283, ../scss/_overrides.scss */
.text-right {
  text-align: right !important;
}

/* line 286, ../scss/_overrides.scss */
.text-center {
  text-align: center !important;
}

/* line 289, ../scss/_overrides.scss */
.text-justify {
  text-align: justify !important;
}

/* line 292, ../scss/_overrides.scss */
.text-caps {
  text-transform: uppercase !important;
}

/* line 295, ../scss/_overrides.scss */
.text-italic {
  font-style: italic;
}

/* line 298, ../scss/_overrides.scss */
.text-lowercase {
  text-transform: none !important;
}

/* line 301, ../scss/_overrides.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 304, ../scss/_overrides.scss */
.text-lower {
  text-transform: lowercase !important;
}

/* line 307, ../scss/_overrides.scss */
.text-italic {
  font-style: italic;
}

/* line 310, ../scss/_overrides.scss */
.text-lowercase {
  text-transform: none !important;
}

/* line 313, ../scss/_overrides.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 316, ../scss/_overrides.scss */
.text-lower {
  text-transform: lowercase !important;
}

/* line 322, ../scss/_overrides.scss */
ol, ul {
  padding-left: 1.5em;
}
/* line 324, ../scss/_overrides.scss */
.popover ol:last-child, .popover ul:last-child {
  margin-bottom: 0;
}

/* line 328, ../scss/_overrides.scss */
ol {
  list-style-type: decimal;
}
/* line 330, ../scss/_overrides.scss */
ol ol {
  list-style-type: lower-alpha;
}
/* line 332, ../scss/_overrides.scss */
ol ol ol {
  list-style-type: lower-roman;
}
/* line 334, ../scss/_overrides.scss */
ol ol ol ol {
  list-style-type: lower-latin;
}

/* line 344, ../scss/_overrides.scss */
p:last-child,
.form-group:last-child,
.panel:last-child {
  margin-bottom: 0;
}

/* line 352, ../scss/_overrides.scss */
.region-help > .glyphicon {
  font-size: 18px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}
/* line 357, ../scss/_overrides.scss */
.region-help .block {
  overflow: hidden;
}

/* line 362, ../scss/_overrides.scss */
.help-block, .control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}
/* line 367, ../scss/_overrides.scss */
.help-block:first-child, .control-group .help-inline:first-child {
  margin-top: 0;
}

/* line 375, ../scss/_overrides.scss */
.separator:after {
  content: ' |';
  padding-left: 5;
}
@media screen and (max-width: 767px) {
  /* line 375, ../scss/_overrides.scss */
  .separator:after {
    display: none;
  }
}

/* line 389, ../scss/_overrides.scss */
.row.gutter-50 [class*="col-"] {
  margin: .50em;
}
/* line 392, ../scss/_overrides.scss */
.row.gutter-50 .col-sm-3 {
  width: calc(25% - 1em);
}
/* line 395, ../scss/_overrides.scss */
.row.gutter-50 .col-sm-4 {
  width: calc(33.33333% - 1em);
}
/* line 399, ../scss/_overrides.scss */
.row.gutter-50 .col-sm-6 {
  width: calc(50% - 1em);
}

@media screen and (min-width: 768px) {
  /* line 406, ../scss/_overrides.scss */
  .special-gutters > [class*="col-"] {
    margin-right: 2%;
  }
  /* line 410, ../scss/_overrides.scss */
  .special-gutters .col-sm-3 {
    width: 23%;
  }
  /* line 413, ../scss/_overrides.scss */
  .special-gutters .col-sm-3:last-of-type {
    width: 24%;
    margin-right: 0;
    margin-left: 1%;
  }
  /* line 419, ../scss/_overrides.scss */
  .special-gutters .col-sm-4 {
    width: 31.33333%;
  }
  /* line 422, ../scss/_overrides.scss */
  .special-gutters .col-sm-4:last-of-type {
    width: 32.33333%;
    margin-right: 0;
    margin-left: 1%;
  }
  /* line 428, ../scss/_overrides.scss */
  .special-gutters .col-sm-6 {
    width: 48%;
  }
  /* line 431, ../scss/_overrides.scss */
  .special-gutters .col-sm-6:last-of-type {
    width: 49%;
    margin-right: 0;
    margin-left: 1%;
  }
}
/* line 446, ../scss/_overrides.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 453, ../scss/_overrides.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* line 463, ../scss/_overrides.scss */
#drupal-off-canvas-wrapper {
  --drupal-off-canvas-input-font-size: 12px;
}

/* line 470, ../scss/_overrides.scss */
.layout-constrain--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 52.2222222222em;
}

/* line 476, ../scss/_overrides.scss */
h2#block-main-navigation-menu {
  color: #000;
}

/* Views Bootstrap module overrides */
/* line 485, ../scss/_overrides.scss */
.panel-group h4.panel-title {
  padding: 1rem;
}
/* line 488, ../scss/_overrides.scss */
.panel-group h4.panel-title a.accordion-toggle {
  display: block;
  text-decoration: none;
}
/* line 492, ../scss/_overrides.scss */
.panel-group h4.panel-title a.accordion-toggle.collapsed:before {
  content: '▼';
  font-size: 1.125rem;
}
/* line 497, ../scss/_overrides.scss */
.panel-group h4.panel-title a.accordion-toggle:before {
  content: '▲';
  font-size: 1.125rem;
}

/* line 507, ../scss/_overrides.scss */
article.sless > .content {
  padding-top: 15px;
}
/* line 510, ../scss/_overrides.scss */
article.sless > .content h2, article.sless > .content h3 {
  border-top: 0.1em solid;
  padding-top: 0.3em;
}

/* line 516, ../scss/_overrides.scss */
.library-page > .content,
.sless-color-default > .content {
  background-color: #eeeef0;
}
/* line 520, ../scss/_overrides.scss */
.library-page > .content #sless-page #sless-toc .toc-list-item a,
.sless-color-default > .content #sless-page #sless-toc .toc-list-item a {
  color: black;
}
/* line 524, ../scss/_overrides.scss */
.library-page > .content .quicklink a,
.sless-color-default > .content .quicklink a {
  background-color: #eeeef0;
}
/* line 528, ../scss/_overrides.scss */
.library-page > .content .file > span,
.sless-color-default > .content .file > span {
  color: #2c2c33;
}
/* line 531, ../scss/_overrides.scss */
.library-page > .content .file > span .text-primary,
.sless-color-default > .content .file > span .text-primary {
  color: #2c2c33;
}

/* line 537, ../scss/_overrides.scss */
.sless-color-blue {
  background-color: #3b87c8;
}
/* line 540, ../scss/_overrides.scss */
.sless-color-blue h2, .sless-color-blue h3, .sless-color-blue h4 {
  color: #2d6da3;
  border-color: #2d6da3;
}
/* line 545, ../scss/_overrides.scss */
.sless-color-blue .quicklink a {
  background-color: #abcbe8;
}
/* line 549, ../scss/_overrides.scss */
.sless-color-blue .file > span {
  color: #2d6da3;
}
/* line 552, ../scss/_overrides.scss */
.sless-color-blue .file > span .text-primary {
  color: #2d6da3;
}

/* line 558, ../scss/_overrides.scss */
.sless-color-green {
  background-color: #6bc7aa;
}
/* line 561, ../scss/_overrides.scss */
.sless-color-green h2, .sless-color-green h3, .sless-color-green h4 {
  color: #2a6f59;
  border-color: #2a6f59;
}
/* line 566, ../scss/_overrides.scss */
.sless-color-green .quicklink a {
  background-color: #d2eee5;
}
/* line 570, ../scss/_overrides.scss */
.sless-color-green .file > span {
  color: #2a6f59;
}
/* line 573, ../scss/_overrides.scss */
.sless-color-green .file > span .text-primary {
  color: #2a6f59;
}

/* line 579, ../scss/_overrides.scss */
.sless-color-orange {
  background-color: #f5af45;
}
/* line 582, ../scss/_overrides.scss */
.sless-color-orange h2, .sless-color-orange h3, .sless-color-orange h4 {
  color: #996008;
  border-color: #996008;
}
/* line 587, ../scss/_overrides.scss */
.sless-color-orange .quicklink a {
  background-color: #f9cf8e;
}
/* line 591, ../scss/_overrides.scss */
.sless-color-orange .file > span {
  color: #996008;
}
/* line 594, ../scss/_overrides.scss */
.sless-color-orange .file > span .text-primary {
  color: #996008;
}

/* line 600, ../scss/_overrides.scss */
.sless-color-purple {
  background-color: #ac3aac;
}
/* line 604, ../scss/_overrides.scss */
.sless-color-purple h2, .sless-color-purple h3, .sless-color-purple h4 {
  color: #732673;
  border-color: #732673;
}
/* line 609, ../scss/_overrides.scss */
.sless-color-purple .quicklink a {
  background-color: #dfa0df;
}
/* line 613, ../scss/_overrides.scss */
.sless-color-purple .file > span {
  color: #732673;
}
/* line 616, ../scss/_overrides.scss */
.sless-color-purple .file > span .text-primary {
  color: #732673;
}

/* line 622, ../scss/_overrides.scss */
.sless-color-red {
  background-color: #eb6d52;
}
/* line 625, ../scss/_overrides.scss */
.sless-color-red h2, .sless-color-red h3, .sless-color-red h4 {
  color: #e54724;
  border-color: #e54724;
}
/* line 630, ../scss/_overrides.scss */
.sless-color-red .quicklink a {
  background-color: #f0947f;
}
/* line 634, ../scss/_overrides.scss */
.sless-color-red .file > span {
  color: #e54724;
}
/* line 637, ../scss/_overrides.scss */
.sless-color-red .file > span .text-primary {
  color: #e54724;
}

/* line 643, ../scss/_overrides.scss */
#sless-page {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 648, ../scss/_overrides.scss */
#sless-page .row {
  padding-top: 0;
  padding-bottom: 30px;
}
/* line 654, ../scss/_overrides.scss */
#sless-page #sless-toc .toc-list-item {
  list-style: disc;
}
/* line 657, ../scss/_overrides.scss */
#sless-page #sless-toc .toc-list-item a {
  color: white;
}
/* line 660, ../scss/_overrides.scss */
#sless-page #sless-toc .toc-list-item a.toc-linknode-name--H2 {
  font-weight: bold;
}
/* line 667, ../scss/_overrides.scss */
#sless-page #sless-toc .block-type-related-group-block-group-newsletters .block-title {
  color: white;
  margin-top: 3rem;
}
/* line 672, ../scss/_overrides.scss */
#sless-page #sless-toc .block-type-related-group-block-group-newsletters a {
  display: block;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  padding: 1.25rem;
}
/* line 681, ../scss/_overrides.scss */
#sless-page #sless-content {
  padding-top: 1rem;
  background-color: #fff;
  box-shadow: .25em .25em .25em #ccc;
}
/* line 687, ../scss/_overrides.scss */
#sless-page #sless-content .paragraph.paragraph--type--sless-title > .paragraph__column {
  padding-bottom: 0;
  padding-top: 30px;
}
/* line 693, ../scss/_overrides.scss */
#sless-page #sless-content .content > div > .paragraph--type--sless-title > .paragraph__column {
  padding-top: 0;
}

/* line 701, ../scss/_overrides.scss */
.paragraph--type--sless-picture .col-md-6:first-child {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 10px;
}
/* line 706, ../scss/_overrides.scss */
.paragraph--type--sless-picture .col-md-6:first-child img {
  border: 1px solid #dedede;
  border-radius: 3px;
}

/* line 714, ../scss/_overrides.scss */
.paragraph--type--sless-gallery .field--name-field-sless-gallery img {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
/* line 719, ../scss/_overrides.scss */
.paragraph--type--sless-gallery .field--name-field-sless-gallery .gallery-caption {
  margin-top: .75rem;
}
/* line 725, ../scss/_overrides.scss */
.paragraph--type--sless-gallery.no-captions .gallery-caption {
  display: none;
}

/* line 731, ../scss/_overrides.scss */
.paragraph--type--sless-button .quicklinks .quicklink {
  margin-bottom: 0;
}

/* line 737, ../scss/_overrides.scss */
.paragraph--type--sless-accordion .paragraph--type--sless-accordion-section {
  margin-bottom: 0.5rem;
}
/* line 741, ../scss/_overrides.scss */
.paragraph--type--sless-accordion .panel-title {
  padding: 0;
}
/* line 744, ../scss/_overrides.scss */
.paragraph--type--sless-accordion .panel-title a h3 {
  padding: 0;
  margin: 0.5rem 1rem;
  border-top: 0;
  font-size: large;
}

/**
 * School homepage branding styling.
 */
/* line 16, ../scss/_homepages.scss */
.path-frontpage .navbar {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  /* line 20, ../scss/_homepages.scss */
  .path-frontpage .menu--hubs {
    display: none;
  }
}
/* line 26, ../scss/_homepages.scss */
.path-frontpage .block-type-news-featured-image {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.path-frontpage .block-type-news-featured-image:before, .path-frontpage .block-type-news-featured-image:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.path-frontpage .block-type-news-featured-image:after {
  clear: both;
}
/* line 31, ../scss/_homepages.scss */
.path-frontpage .homepage-district-spotlights {
  padding-top: 0;
  margin-bottom: -5em;
}
@media screen and (max-width: 767px) {
  /* line 37, ../scss/_homepages.scss */
  .path-frontpage .spotlights > .bs-region {
    margin-bottom: 0;
  }
}
/* line 43, ../scss/_homepages.scss */
.path-frontpage .spotlights .block-type-block-button {
  margin: 0;
  padding: 0;
}
/* line 48, ../scss/_homepages.scss */
.path-frontpage .spotlights a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  padding: .33em;
}
/* line 59, ../scss/_homepages.scss */
.path-frontpage .page-header {
  display: none;
}

/**
 * District notice styling.
*/
/* line 5, ../scss/_notices.scss */
.region-notices {
  font-family: "Sanchez", Times, serif;
  font-size: 18px;
}
/* line 10, ../scss/_notices.scss */
.region-notices .notice--info {
  background-color: #aad8ff;
  color: #000;
  padding: 18.75px 60px;
  border-left: 10px solid #285f8f;
}
/* line 15, ../scss/_notices.scss */
.region-notices .notice--info a {
  color: #004f91;
  text-decoration: underline;
}
/* line 21, ../scss/_notices.scss */
.region-notices .notice--warning {
  background-color: #daf1ea;
  color: #000;
  padding: 18.75px 60px;
  border-left: 10px solid #1193ff;
}
/* line 26, ../scss/_notices.scss */
.region-notices .notice--warning a {
  color: #2a6f59;
  text-decoration: underline;
}
/* line 32, ../scss/_notices.scss */
.region-notices .notice--alert {
  background-color: #fce3be;
  color: #000;
  padding: 18.75px 60px;
  border-left: 10px solid #e28d0c;
}
/* line 37, ../scss/_notices.scss */
.region-notices .notice--alert a {
  color: #694206;
  text-decoration: underline;
}
/* line 43, ../scss/_notices.scss */
.region-notices .notice--emergency {
  background-color: #f8cfd1;
  color: #000;
  padding: 18.75px 60px;
  border-left: 10px solid #af1921;
}
/* line 48, ../scss/_notices.scss */
.region-notices .notice--emergency a {
  color: #6c0f15;
  text-decoration: underline;
}

/**
* Print only styling.
*/
@media print {
  /* line 8, ../scss/_print.scss */
  body {
    padding-bottom: 0;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    margin: 0 -15mm 0 -15mm;
  }

  /* line 16, ../scss/_print.scss */
  .toolbar, .region-tools, .logo, .navbar, .breadcrumb, .action-grid, .footer {
    display: none !important;
  }

  /* line 22, ../scss/_print.scss */
  .page-header :after {
    content: " - Northside ISD";
  }

  /* line 27, ../scss/_print.scss */
  h1 {
    font-size: 24pt;
    float: left;
    width: 45%;
  }

  /* line 33, ../scss/_print.scss */
  h2 {
    font-size: 14pt;
  }

  /* line 38, ../scss/_print.scss */
  img {
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* line 45, ../scss/_print.scss */
  .paragraph--type--text ul li {
    list-style-type: disc !important;
  }

  /* line 50, ../scss/_print.scss */
  .hero-image-ww {
    display: none !important;
  }

  /* line 54, ../scss/_print.scss */
  .about-ww {
    display: none !important;
  }

  /* line 59, ../scss/_print.scss */
  .content-ww .col-sm-6 {
    width: 50% !important;
    float: left !important;
    position: relative !important;
    min-height: 1px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  /* line 70, ../scss/_print.scss */
  .newsletter #block-schoollogo,
  .newsletter #block-schoolhero,
  .newsletter #block-schooltitle a[href]:after {
    display: none;
  }
}
/**
 * School homepage branding styling.
 */
/* line 12, ../scss/_campus-kit.scss */
.campus-kit .navbar {
  margin-bottom: 0;
  min-height: auto;
}
/* line 19, ../scss/_campus-kit.scss */
.campus-kit .block-field-blockgroupschoolfield-social-media .content {
  position: absolute;
  right: 0;
}
/* line 23, ../scss/_campus-kit.scss */
.campus-kit .block-field-blockgroupschoolfield-social-media .content > a {
  border-bottom: 0;
}
/* line 26, ../scss/_campus-kit.scss */
.campus-kit .block-field-blockgroupschoolfield-social-media .content > a:hover {
  border-bottom: 0;
}
/* line 35, ../scss/_campus-kit.scss */
.campus-kit .region-subbranding {
  padding-left: calc(7% - 15px);
  padding-right: calc(7% - 15px);
  display: flex;
  align-items: flex-end;
  padding: 1em 0;
  padding-top: 1%;
  padding-bottom: .25em;
}
@media screen and (max-width: 767px) {
  /* line 35, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding {
    padding-left: calc(5% - 15px);
    padding-right: calc(5% - 15px);
  }
}
@media screen and (min-width: 768px) {
  /* line 35, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding {
    padding-left: calc(7% - 15px);
    padding-right: calc(7% - 15px);
  }
}
@media screen and (min-width: 992px) {
  /* line 35, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding {
    padding-left: calc(9% - 15px);
    padding-right: calc(9% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 35, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding {
    padding-left: calc(12% - 15px);
    padding-right: calc(12% - 15px);
  }
}
@media screen and (min-width: 1600px) {
  /* line 35, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding {
    padding-left: calc(17% - 15px);
    padding-right: calc(17% - 15px);
  }
}
@media screen and (max-width: 767px) {
  /* line 35, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding {
    align-items: center;
    padding-top: 3%;
    align-items: center;
  }
}
/* line 49, ../scss/_campus-kit.scss */
.campus-kit .region-subbranding .campus-kit.logo-block img {
  min-height: 125px;
  min-width: 125px;
  padding-bottom: 0;
  -webkit-filter: drop-shadow(2px 1px 0 #edefef);
  filter: drop-shadow(2px 1px 0 #edefef);
}
@media screen and (max-width: 767px) {
  /* line 49, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding .campus-kit.logo-block img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* line 49, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding .campus-kit.logo-block img {
    width: 85%;
  }
}
@media screen and (min-width: 992px) {
  /* line 49, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding .campus-kit.logo-block img {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 49, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding .campus-kit.logo-block img {
    width: 47%;
  }
}
/* line 71, ../scss/_campus-kit.scss */
.campus-kit .region-subbranding .block-campus-kit-title-block {
  padding-bottom: 10px;
  margin: 50px 0 0 0;
  line-height: 1.1;
  border-bottom: 0;
  font-family: "Sanchez", Times, serif;
  text-align: right;
}
/* line 79, ../scss/_campus-kit.scss */
.campus-kit .region-subbranding .block-campus-kit-title-block a {
  color: #000;
  font-size: 36px;
}
/* line 83, ../scss/_campus-kit.scss */
.campus-kit .region-subbranding .block-campus-kit-title-block a:hover, .campus-kit .region-subbranding .block-campus-kit-title-block a:focus {
  color: #069ef3;
}
@media screen and (max-width: 767px) {
  /* line 71, ../scss/_campus-kit.scss */
  .campus-kit .region-subbranding .block-campus-kit-title-block {
    margin: 0;
  }
}
/* line 98, ../scss/_campus-kit.scss */
.campus-kit .region-pageprefix {
  position: relative;
}
/* line 100, ../scss/_campus-kit.scss */
.campus-kit .region-pageprefix > .page-header {
  background-color: rgba(44, 44, 51, 0.65);
  color: #fff;
  position: absolute;
  bottom: 4px;
  bottom: 45px;
}
/* line 108, ../scss/_campus-kit.scss */
.campus-kit .region-pageprefix .breadcrumb {
  background-color: rgba(44, 44, 51, 0.65);
  color: #fff;
  position: absolute;
  bottom: 3px;
  border-bottom: 0;
}
/* line 114, ../scss/_campus-kit.scss */
.campus-kit .region-pageprefix .breadcrumb a, .campus-kit .region-pageprefix .breadcrumb a:hover, .campus-kit .region-pageprefix .breadcrumb a:visited, .campus-kit .region-pageprefix .breadcrumb a:focus {
  color: #fff;
}
/* line 117, ../scss/_campus-kit.scss */
.campus-kit .region-pageprefix .breadcrumb > .active {
  color: #fff;
}
/* line 127, ../scss/_campus-kit.scss */
.campus-kit .region-spotlight .block-block-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  /* line 127, ../scss/_campus-kit.scss */
  .campus-kit .region-spotlight .block-block-content {
    float: left;
    width: 100%;
  }
}
/* line 129, ../scss/_campus-kit.scss */
.campus-kit .region-spotlight .block-block-content .field--name-field-block {
  margin-right: -15px;
  margin-left: -15px;
}
/* line 14, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.campus-kit .region-spotlight .block-block-content .field--name-field-block:before, .campus-kit .region-spotlight .block-block-content .field--name-field-block:after {
  display: table;
  content: " ";
}
/* line 19, ../bootstrap/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.campus-kit .region-spotlight .block-block-content .field--name-field-block:after {
  clear: both;
}
/* line 134, ../scss/_campus-kit.scss */
.campus-kit .region-spotlight .homepage-school-cta:after {
  background: #edefef;
}
/* line 144, ../scss/_campus-kit.scss */
.campus-kit .region-content > .full {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 144, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .full {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 144, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .full {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 144, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .full {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 144, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .full {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 144, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .full {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 144, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .full {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 148, ../scss/_campus-kit.scss */
.campus-kit .region-content > .block {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 152, ../scss/_campus-kit.scss */
.campus-kit .region-content > .views-element-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 155, ../scss/_campus-kit.scss */
.campus-kit .region-content > .views-element-container.form-group {
  margin-bottom: 0;
}
/* line 159, ../scss/_campus-kit.scss */
.campus-kit .region-content > .views-element-container .row {
  padding-top: 4.857em;
  padding-bottom: 4.857em;
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 159, ../scss/_campus-kit.scss */
  .campus-kit .region-content > .views-element-container .row {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 167, ../scss/_campus-kit.scss */
.campus-kit .region-content .equal.action-grid {
  border-top: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
}
/* line 174, ../scss/_campus-kit.scss */
.campus-kit .region-content .equal.action-grid .equal.field.field--name-field-block {
  display: flex;
  padding: 0;
  width: 100%;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  /* line 174, ../scss/_campus-kit.scss */
  .campus-kit .region-content .equal.action-grid .equal.field.field--name-field-block {
    margin-bottom: -1em;
  }
}
@media screen and (max-width: 767px) {
  /* line 183, ../scss/_campus-kit.scss */
  .campus-kit .region-content .equal.action-grid .equal.field.field--name-field-block .col-sm-3.field--item.cta-section.animated.block-type-block-info-card.skewed {
    float: left;
    width: 25%;
  }
}
/* line 196, ../scss/_campus-kit.scss */
.campus-kit.page-node-type-announcement .block-campus-kit-hero-block {
  border-bottom: 0.3em solid #44aaff;
}
/* line 203, ../scss/_campus-kit.scss */
.campus-kit.homepage .region-pageprefix .breadcrumb {
  display: none;
}
@media screen and (min-width: 992px) {
  /* line 207, ../scss/_campus-kit.scss */
  .campus-kit.homepage .spotlights {
    display: none;
  }
}
/* line 214, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-announcements h2 {
  padding-bottom: .5em;
}
/* line 217, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-announcements .views-view-grid .row {
  padding: 1em 1.5em;
  background-color: white;
  margin-top: 1em;
  margin-right: .5em;
  margin-bottom: 1em;
  border-radius: 3px;
  line-height: 2em;
}
/* line 226, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-announcements .views-field.views-field-title a {
  font-size: 18px;
  color: #337ab7;
}
/* line 230, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-announcements .views-field.views-field-created {
  color: #7a7a7a;
  font-style: italic;
  text-align: right;
}
/* line 235, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-announcements .pager {
  margin-right: 5px;
}
/* line 238, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-announcements li > a, .campus-kit.homepage .school-announcements .pager li > span {
  border: 0;
  border-radius: 4px;
}
/* line 245, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-contact .block-type-school-contact-block-info {
  line-height: 2em;
}
/* line 247, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-contact .block-type-school-contact-block-info .views-field-field-school-formal-name {
  font-size: 200%;
  padding-bottom: .75em;
}
/* line 253, ../scss/_campus-kit.scss */
.campus-kit.homepage .school-contact .block-type-school-contact-block-map {
  text-align: right;
}
@media screen and (max-width: 767px) {
  /* line 253, ../scss/_campus-kit.scss */
  .campus-kit.homepage .school-contact .block-type-school-contact-block-map {
    padding-top: 2em;
    text-align: left;
  }
}
/* line 263, ../scss/_campus-kit.scss */
.campus-kit.homepage .block-type-block-action-callout .row {
  background: #44aaff;
  color: #000000;
}
/* line 414, ../scss/_mixins.scss */
.campus-kit.homepage .block-type-block-action-callout .row a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 419, ../scss/_mixins.scss */
.campus-kit.homepage .block-type-block-action-callout .row a:hover, .campus-kit.homepage .block-type-block-action-callout .row a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 271, ../scss/_campus-kit.scss */
.campus-kit.about .block-campus-kit-hero-block {
  border-bottom: 0.3em solid #58c09f;
}
/* line 274, ../scss/_campus-kit.scss */
.campus-kit.about .page-header::before {
  border-color: transparent transparent #58c09f;
}
/* line 278, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content {
  padding-left: 7% !important;
  padding-right: 7% !important;
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #58c09f;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 278, ../scss/_campus-kit.scss */
  .campus-kit.about .region-spotlight .block-block-content {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 352, ../scss/_mixins.scss */
.campus-kit.about .region-spotlight .block-block-content a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 357, ../scss/_mixins.scss */
.campus-kit.about .region-spotlight .block-block-content a:hover, .campus-kit.about .region-spotlight .block-block-content a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 284, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .field--item:nth-child(1) {
  background: #49ba96;
  color: #000000;
}
/* line 287, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #42ae8b;
  color: #000000;
}
/* line 290, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #3c9f7f;
  color: #000000;
}
/* line 293, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #49ba96;
  color: #000000;
}
/* line 296, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #67c6a8;
  color: #000000;
}
/* line 299, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #76cbb0;
  color: #000000;
}
/* line 302, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .field--item:nth-child(7) {
  background: #84d1b9;
  color: #000000;
}
/* line 305, ../scss/_campus-kit.scss */
.campus-kit.about .region-spotlight .block-block-content .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #93d6c1;
  color: #000000;
}
/* line 311, ../scss/_campus-kit.scss */
.campus-kit.about .view-display-id-block_about {
  background: #2c2c33;
  color: #ffffff;
}
/* line 646, ../scss/_mixins.scss */
.campus-kit.about .view-display-id-block_about a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 651, ../scss/_mixins.scss */
.campus-kit.about .view-display-id-block_about a:hover, .campus-kit.about .view-display-id-block_about a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 314, ../scss/_campus-kit.scss */
.campus-kit.about .view-display-id-block_about h3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1em;
  padding-left: 15px;
}
/* line 321, ../scss/_campus-kit.scss */
.campus-kit.about .view-display-id-block_about .btn.btn-ghost.btn-block {
  border-radius: 3px;
  border: 4px solid white;
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 321, ../scss/_campus-kit.scss */
  .campus-kit.about .view-display-id-block_about .btn.btn-ghost.btn-block {
    margin: auto;
    max-width: 50%;
  }
}
/* line 327, ../scss/_campus-kit.scss */
.campus-kit.about .view-display-id-block_about .btn.btn-ghost.btn-block a {
  color: #fff;
  display: block;
  border-bottom: 0 !important;
  padding: 1.5em;
}
/* line 333, ../scss/_campus-kit.scss */
.campus-kit.about .view-display-id-block_about .btn.btn-ghost.btn-block a:hover {
  background-color: #fff;
  color: #000;
}
/* line 341, ../scss/_campus-kit.scss */
.campus-kit.about .view-display-id-block_principal,
.campus-kit.about .view-display-id-block_vp {
  background: #edefef;
  color: #000000;
}
/* line 322, ../scss/_mixins.scss */
.campus-kit.about .view-display-id-block_principal a,
.campus-kit.about .view-display-id-block_vp a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 327, ../scss/_mixins.scss */
.campus-kit.about .view-display-id-block_principal a:hover, .campus-kit.about .view-display-id-block_principal a:visited a:focus,
.campus-kit.about .view-display-id-block_vp a:hover,
.campus-kit.about .view-display-id-block_vp a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 346, ../scss/_campus-kit.scss */
.campus-kit.about .campus-directory {
  max-width: 1200px;
  margin: 1em auto;
}
/* line 350, ../scss/_campus-kit.scss */
.campus-kit.about .campus-directory h3, .campus-kit.about .campus-directory .btn.btn-info.form-submit {
  background: #58c09f;
  color: white;
  padding: 0.25em 0.5em;
}
/* line 358, ../scss/_campus-kit.scss */
.campus-kit.about .campus-directory h4 {
  margin-bottom: .25em;
}
/* line 362, ../scss/_campus-kit.scss */
.campus-kit.about .campus-directory .job-title {
  font-style: italic;
}
/* line 366, ../scss/_campus-kit.scss */
.campus-kit.about .campus-directory svg.mailto {
  display: none;
}
/* line 371, ../scss/_campus-kit.scss */
.campus-kit.about .about-title {
  font-size: 120%;
  padding-bottom: 1em;
  font-weight: 600;
}
/* line 377, ../scss/_campus-kit.scss */
.campus-kit.about .cbc-info {
  font-style: italic;
}
/* line 384, ../scss/_campus-kit.scss */
.campus-kit.newsletter .block-campus-kit-hero-block {
  border-bottom: 0.3em solid #44aaff;
}
/* line 388, ../scss/_campus-kit.scss */
.campus-kit.newsletter .page-header::before {
  border-color: transparent transparent #44aaff;
}
/* line 394, ../scss/_campus-kit.scss */
.campus-kit.newsletter .view-display-id-block_newsletters .views-row {
  padding: 1em 0 1.25em 0;
  border-bottom: 1px solid #eeeeee;
}
/* line 399, ../scss/_campus-kit.scss */
.campus-kit.newsletter .view-display-id-block_newsletters .pager-nav {
  padding-top: 2em;
}
/* line 408, ../scss/_campus-kit.scss */
.campus-kit.academics .block-campus-kit-hero-block {
  border-bottom: 0.3em solid #44aaff;
}
/* line 412, ../scss/_campus-kit.scss */
.campus-kit.academics .page-header::before {
  border-color: transparent transparent #44aaff;
}
/* line 416, ../scss/_campus-kit.scss */
.campus-kit.academics .view-school-academics {
  background: #edefef;
  color: #000000;
}
/* line 322, ../scss/_mixins.scss */
.campus-kit.academics .view-school-academics a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 327, ../scss/_mixins.scss */
.campus-kit.academics .view-school-academics a:hover, .campus-kit.academics .view-school-academics a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 419, ../scss/_campus-kit.scss */
.campus-kit.academics .view-school-academics .row {
  padding-top: 0;
  padding-bottom: .0;
}
/* line 424, ../scss/_campus-kit.scss */
.campus-kit.academics .view-school-academics .views-field.views-field-title {
  background: #fff;
  color: #000000;
  border-radius: 3px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.3);
}
/* line 337, ../scss/_mixins.scss */
.campus-kit.academics .view-school-academics .views-field.views-field-title a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 342, ../scss/_mixins.scss */
.campus-kit.academics .view-school-academics .views-field.views-field-title a:hover, .campus-kit.academics .view-school-academics .views-field.views-field-title a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
/* line 429, ../scss/_campus-kit.scss */
.campus-kit.academics .view-school-academics .views-field.views-field-title a {
  display: block;
  border-bottom: 0;
  padding: 1.5em 0;
  margin: 1.5em 0;
  text-align: center;
}
/* line 436, ../scss/_campus-kit.scss */
.campus-kit.academics .view-school-academics .views-field.views-field-title a:hover {
  background-color: #f0f9fe;
  border-bottom: 0;
  color: #000;
}
/* line 448, ../scss/_campus-kit.scss */
.campus-kit.services .block-campus-kit-hero-block {
  border-bottom: 0.3em solid #e85a3b;
}
/* line 452, ../scss/_campus-kit.scss */
.campus-kit.services .page-header::before {
  border-color: transparent transparent #e85a3b;
}
/* line 456, ../scss/_campus-kit.scss */
.campus-kit.services .view-school-services {
  background: #edefef;
  color: #000000;
}
/* line 322, ../scss/_mixins.scss */
.campus-kit.services .view-school-services a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 327, ../scss/_mixins.scss */
.campus-kit.services .view-school-services a:hover, .campus-kit.services .view-school-services a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 459, ../scss/_campus-kit.scss */
.campus-kit.services .view-school-services .row {
  padding-top: 0;
  padding-bottom: .0;
}
/* line 464, ../scss/_campus-kit.scss */
.campus-kit.services .view-school-services .views-field.views-field-title {
  background: #fff;
  color: #000000;
  border-radius: 3px;
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.3);
}
/* line 337, ../scss/_mixins.scss */
.campus-kit.services .view-school-services .views-field.views-field-title a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 342, ../scss/_mixins.scss */
.campus-kit.services .view-school-services .views-field.views-field-title a:hover, .campus-kit.services .view-school-services .views-field.views-field-title a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
/* line 469, ../scss/_campus-kit.scss */
.campus-kit.services .view-school-services .views-field.views-field-title a {
  display: block;
  border-bottom: 0 !important;
  padding: 1.5em 0;
  margin: 1.5em 0;
  text-align: center;
}
/* line 476, ../scss/_campus-kit.scss */
.campus-kit.services .view-school-services .views-field.views-field-title a:hover {
  background-color: #f0f9fe;
  color: #000;
}
/* line 487, ../scss/_campus-kit.scss */
.campus-kit.extracurriculars .block-campus-kit-hero-block {
  border-bottom: 0.3em solid #f4a52d;
}
/* line 491, ../scss/_campus-kit.scss */
.campus-kit.extracurriculars .page-header::before {
  border-color: transparent transparent #f4a52d;
}
/* line 495, ../scss/_campus-kit.scss */
.campus-kit.extracurriculars .view-school-extracurriculars {
  padding-left: 7% !important;
  padding-right: 7% !important;
}
@media screen and (max-width: 767px) {
  /* line 495, ../scss/_campus-kit.scss */
  .campus-kit.extracurriculars .view-school-extracurriculars {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 495, ../scss/_campus-kit.scss */
  .campus-kit.extracurriculars .view-school-extracurriculars {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 495, ../scss/_campus-kit.scss */
  .campus-kit.extracurriculars .view-school-extracurriculars {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 495, ../scss/_campus-kit.scss */
  .campus-kit.extracurriculars .view-school-extracurriculars {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 495, ../scss/_campus-kit.scss */
  .campus-kit.extracurriculars .view-school-extracurriculars {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 495, ../scss/_campus-kit.scss */
  .campus-kit.extracurriculars .view-school-extracurriculars {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 499, ../scss/_campus-kit.scss */
.campus-kit.extracurriculars .view-school-extracurriculars .panel-body {
  background-color: #f0f9fe;
}
/* line 502, ../scss/_campus-kit.scss */
.campus-kit.extracurriculars .view-school-extracurriculars .panel-body .views-field-field-paragraph .field-content {
  background-color: white;
  box-shadow: .25em .25em .25em #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
/* line 509, ../scss/_campus-kit.scss */
.campus-kit.extracurriculars .view-school-extracurriculars .panel-body .row {
  padding-bottom: inherit;
  padding-top: inherit;
}

/* line 15, ../scss/_background-colors.scss */
.action-grid-item-bg-color {
  background: #f0f9fe;
  color: #000000;
}
/* line 19, ../scss/_background-colors.scss */
.action-grid-item-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 24, ../scss/_background-colors.scss */
.action-grid-item-bg-color a:hover, .action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 30, ../scss/_background-colors.scss */
.northside-blue-bg-color {
  background: #024685;
  color: #ffffff;
}
/* line 34, ../scss/_background-colors.scss */
.northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 39, ../scss/_background-colors.scss */
.northside-blue-bg-color a:hover, .northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 45, ../scss/_background-colors.scss */
.parents-bg-color {
  background: #58c09f;
  color: #000000;
}
/* line 49, ../scss/_background-colors.scss */
.parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 54, ../scss/_background-colors.scss */
.parents-bg-color a:hover, .parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 60, ../scss/_background-colors.scss */
.students-dark-bg-color {
  background: #337ab7;
  color: #ffffff;
}
/* line 64, ../scss/_background-colors.scss */
.students-dark-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 69, ../scss/_background-colors.scss */
.students-dark-bg-color a:hover, .students-dark-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 75, ../scss/_background-colors.scss */
.students-light-bg-color {
  background: #44aaff;
  color: #000000;
}
/* line 79, ../scss/_background-colors.scss */
.students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 84, ../scss/_background-colors.scss */
.students-light-bg-color a:hover, .students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 90, ../scss/_background-colors.scss */
.community-bg-color {
  background: #e85a3b;
  color: #000000;
}
/* line 94, ../scss/_background-colors.scss */
.community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 99, ../scss/_background-colors.scss */
.community-bg-color a:hover, .community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 105, ../scss/_background-colors.scss */
.employees-bg-color {
  background: #f4a52d;
  color: #000000;
}
/* line 109, ../scss/_background-colors.scss */
.employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 114, ../scss/_background-colors.scss */
.employees-bg-color a:hover, .employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 123, ../scss/_background-colors.scss */
.white-bg-color {
  background: #fff;
  color: #000000;
}
/* line 127, ../scss/_background-colors.scss */
.white-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 132, ../scss/_background-colors.scss */
.white-bg-color a:hover, .white-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 138, ../scss/_background-colors.scss */
.yellow-bg-color {
  background: #f9d002;
  color: #000000;
}
/* line 142, ../scss/_background-colors.scss */
.yellow-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 147, ../scss/_background-colors.scss */
.yellow-bg-color a:hover, .yellow-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 153, ../scss/_background-colors.scss */
.red-bg-color {
  background: #dc1f2a;
  color: #ffffff;
}
/* line 157, ../scss/_background-colors.scss */
.red-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 162, ../scss/_background-colors.scss */
.red-bg-color a:hover, .red-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 168, ../scss/_background-colors.scss */
.dark-graybluish-bg-color {
  background: #476c8b;
  color: #ffffff;
}
/* line 172, ../scss/_background-colors.scss */
.dark-graybluish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 177, ../scss/_background-colors.scss */
.dark-graybluish-bg-color a:hover, .dark-graybluish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 183, ../scss/_background-colors.scss */
.light-graybluish-bg-color {
  background: #91a7ab;
  color: #000000;
}
/* line 187, ../scss/_background-colors.scss */
.light-graybluish-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 192, ../scss/_background-colors.scss */
.light-graybluish-bg-color a:hover, .light-graybluish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 198, ../scss/_background-colors.scss */
.light-babyblue-bg-color {
  background: #bdd9db;
  color: #000000;
}
/* line 202, ../scss/_background-colors.scss */
.light-babyblue-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 207, ../scss/_background-colors.scss */
.light-babyblue-bg-color a:hover, .light-babyblue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 213, ../scss/_background-colors.scss */
.dark-babyblue-bg-color {
  background: #3a7ab8;
  color: #ffffff;
}
/* line 217, ../scss/_background-colors.scss */
.dark-babyblue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 222, ../scss/_background-colors.scss */
.dark-babyblue-bg-color a:hover, .dark-babyblue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 228, ../scss/_background-colors.scss */
.light-gray-bg-color {
  background: #edefef;
  color: #000000;
}
/* line 232, ../scss/_background-colors.scss */
.light-gray-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 237, ../scss/_background-colors.scss */
.light-gray-bg-color a:hover, .light-gray-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 243, ../scss/_background-colors.scss */
.medium-gray-bg-color {
  background: #b5b5b5;
  color: #000000;
}
/* line 246, ../scss/_background-colors.scss */
.medium-gray-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 251, ../scss/_background-colors.scss */
.medium-gray-bg-color a:hover, .medium-gray-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 257, ../scss/_background-colors.scss */
.dark-gray-bg-color {
  background: #7a7a7a;
  color: #ffffff;
}
/* line 261, ../scss/_background-colors.scss */
.dark-gray-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 266, ../scss/_background-colors.scss */
.dark-gray-bg-color a:hover, .dark-gray-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 272, ../scss/_background-colors.scss */
.blackish-bg-color {
  background: #2c2c33;
  color: #ffffff;
}
/* line 276, ../scss/_background-colors.scss */
.blackish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 281, ../scss/_background-colors.scss */
.blackish-bg-color a:hover, .blackish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 289, ../scss/_background-colors.scss */
.stripes-aquablue {
  background: #3ccaff;
  background: -webkit-linear-gradient(-45deg, #3ccaff 25%, transparent 25%, transparent 50%, #3ccaff 50%, #3ccaff 75%, transparent 75%, transparent), #2abef5;
  background: -moz-linear-gradient(-45deg, #3ccaff 25%, transparent 25%, transparent 50%, #3ccaff 50%, #3ccaff 75%, transparent 75%, transparent), #2abef5;
  background: -ms-linear-gradient(-45deg, #3ccaff 25%, transparent 25%, transparent 50%, #3ccaff 50%, #3ccaff 75%, transparent 75%, transparent), #2abef5;
  background: -o-linear-gradient(-45deg, #3ccaff 25%, transparent 25%, transparent 50%, #3ccaff 50%, #3ccaff 75%, transparent 75%, transparent), #2abef5;
  background: linear-gradient(-45deg, #3ccaff 25%, transparent 25%, transparent 50%, #3ccaff 50%, #3ccaff 75%, transparent 75%, transparent), #2abef5;
  background-size: 160px 160px, 100% 100%;
  background-repeat: repeat;
  color: #ffffff;
}
/* line 300, ../scss/_background-colors.scss */
.stripes-aquablue a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 305, ../scss/_background-colors.scss */
.stripes-aquablue a:hover, .stripes-aquablue a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 314, ../scss/_background-colors.scss */
.gradient-lr-parents-bg-color {
  background: #76b852;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #8DC26F, #76b852);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #8DC26F, #76b852);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 319, ../scss/_background-colors.scss */
.gradient-lr-parents-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 324, ../scss/_background-colors.scss */
.gradient-lr-parents-bg-color a:hover, .gradient-lr-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 329, ../scss/_background-colors.scss */
.gradient-tb-parents-bg-color {
  background: #76b852;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #8DC26F, #76b852);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #8DC26F, #76b852);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 334, ../scss/_background-colors.scss */
.gradient-tb-parents-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 339, ../scss/_background-colors.scss */
.gradient-tb-parents-bg-color a:hover, .gradient-tb-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 344, ../scss/_background-colors.scss */
.gradient-lr-students-bg-color {
  background: #44aaff;
  background: -webkit-linear-gradient(-90deg, #44aaff, #337ab7);
  background: -o-linear-gradient(90deg, #44aaff, #337ab7);
  background: -moz-linear-gradient(-90deg, #44aaff, #337ab7);
  background: linear-gradient(45deg, #44aaff, #337ab7);
  color: #ffffff;
}
/* line 351, ../scss/_background-colors.scss */
.gradient-lr-students-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 356, ../scss/_background-colors.scss */
.gradient-lr-students-bg-color a:hover, .gradient-lr-students-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 361, ../scss/_background-colors.scss */
.gradient-tb-students-bg-color {
  background: #457fca;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #5691c8, #457fca);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #5691c8, #457fca);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 366, ../scss/_background-colors.scss */
.gradient-tb-students-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 371, ../scss/_background-colors.scss */
.gradient-tb-students-bg-color a:hover, .gradient-tb-students-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 376, ../scss/_background-colors.scss */
.gradient-lr-northside-blue-bg-color {
  background: linear-gradient(238.49deg, #024685 24.49%, #337ab7 100%), linear-gradient(45deg, black, #024685);
  color: #ffffff;
}
/* line 379, ../scss/_background-colors.scss */
.gradient-lr-northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 384, ../scss/_background-colors.scss */
.gradient-lr-northside-blue-bg-color a:hover, .gradient-lr-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 389, ../scss/_background-colors.scss */
.gradient-tb-northside-blue-bg-color {
  background: #1e3c72;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #2a5298, #1e3c72);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #2a5298, #1e3c72);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 394, ../scss/_background-colors.scss */
.gradient-tb-northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 399, ../scss/_background-colors.scss */
.gradient-tb-northside-blue-bg-color a:hover, .gradient-tb-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 404, ../scss/_background-colors.scss */
.gradient-tb-community-bg-color {
  background: #FF512F;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #F09819, #FF512F);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #F09819, #FF512F);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 409, ../scss/_background-colors.scss */
.gradient-tb-community-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 414, ../scss/_background-colors.scss */
.gradient-tb-community-bg-color a:hover, .gradient-tb-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 419, ../scss/_background-colors.scss */
.gradient-lr-community-bg-color {
  background: #FF512F;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #F09819, #FF512F);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #F09819, #FF512F);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 424, ../scss/_background-colors.scss */
.gradient-lr-community-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 429, ../scss/_background-colors.scss */
.gradient-lr-community-bg-color a:hover, .gradient-lr-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 434, ../scss/_background-colors.scss */
.gradient-lr-employees-bg-color {
  background: #F7971E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #FFD200, #F7971E);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #FFD200, #F7971E);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 439, ../scss/_background-colors.scss */
.gradient-lr-employees-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 444, ../scss/_background-colors.scss */
.gradient-lr-employees-bg-color a:hover, .gradient-lr-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 449, ../scss/_background-colors.scss */
.gradient-tb-employees-bg-color {
  background: #F7971E;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #FFD200, #F7971E);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #FFD200, #F7971E);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 454, ../scss/_background-colors.scss */
.gradient-tb-employees-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 459, ../scss/_background-colors.scss */
.gradient-tb-employees-bg-color a:hover, .gradient-tb-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 464, ../scss/_background-colors.scss */
.gradient-tb-community-employees-bg-color {
  background: #fc4a1a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #f7b733, #fc4a1a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #f7b733, #fc4a1a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 469, ../scss/_background-colors.scss */
.gradient-tb-community-employees-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 474, ../scss/_background-colors.scss */
.gradient-tb-community-employees-bg-color a:hover, .gradient-tb-community-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 479, ../scss/_background-colors.scss */
.gradient-lr-community-employees-bg-color {
  background: #fc4a1a;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f7b733, #fc4a1a);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f7b733, #fc4a1a);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #ffffff;
}
/* line 484, ../scss/_background-colors.scss */
.gradient-lr-community-employees-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 489, ../scss/_background-colors.scss */
.gradient-lr-community-employees-bg-color a:hover, .gradient-lr-community-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 498, ../scss/_background-colors.scss */
.gradient-rainy-gray-bg-color {
  background: linear-gradient(120deg, #f5f4f9, #fff);
  color: #000000;
}
/* line 501, ../scss/_background-colors.scss */
.gradient-rainy-gray-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 506, ../scss/_background-colors.scss */
.gradient-rainy-gray-bg-color a:hover, .gradient-rainy-gray-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 511, ../scss/_background-colors.scss */
.gradient-aqua-green-bg-color {
  background: linear-gradient(238.49deg, rgba(110, 180, 63, 0.6) 3.49%, rgba(110, 180, 63, 0) 100%), linear-gradient(0deg, #24BCEE, #24BCEE);
  opacity: .8;
  color: #ffffff;
}
/* line 515, ../scss/_background-colors.scss */
.gradient-aqua-green-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 520, ../scss/_background-colors.scss */
.gradient-aqua-green-bg-color a:hover, .gradient-aqua-green-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 525, ../scss/_background-colors.scss */
.gradient-lightgray-bg-color {
  background: radial-gradient(#f0f3f5, #f0f3f5 50%, #c5c8c9);
  color: #000000;
}
/* line 528, ../scss/_background-colors.scss */
.gradient-lightgray-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 533, ../scss/_background-colors.scss */
.gradient-lightgray-bg-color a:hover, .gradient-lightgray-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 538, ../scss/_background-colors.scss */
.gradient-red-orange-bg-color {
  background-image: linear-gradient(315deg, #f5d020 0%, #f53803 74%);
  background-color: #f53803;
  color: #fff;
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

/* line 546, ../scss/_background-colors.scss */
.gradient-red-bg-color {
  background-color: #960303;
  background-image: linear-gradient(147deg, #960303 0%, #dc0404 74%);
  color: #fff;
  padding: 2em;
  margin-bottom: -8px !important;
}

/* line 554, ../scss/_background-colors.scss */
.gradient-blue-bg-color {
  background-image: linear-gradient(#1478b3, #32a6d1);
  color: #ffffff;
}
/* line 557, ../scss/_background-colors.scss */
.gradient-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 562, ../scss/_background-colors.scss */
.gradient-blue-bg-color a:hover, .gradient-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 571, ../scss/_background-colors.scss */
.slanted-tb-bg-color {
  clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
  padding: 5em;
}

/* line 579, ../scss/_background-colors.scss */
.slanted-tb-reverse-bg-color {
  clip-path: polygon(0 0, 100% 75px, 100% 100%, 0 calc(100% - 75px));
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

/* line 586, ../scss/_background-colors.scss */
.slanted-b,
.slanted-b-action-grid-item-bg-color,
.slanted-b-northside-blue-bg-color,
.slanted-b-parents-bg-color,
.slanted-b-students-light-bg-color,
.slanted-b-students-dark-bg-color,
.slanted-b-community-bg-color,
.slanted-b-employees-bg-color {
  position: relative;
  min-height: 400px;
  padding-bottom: 130px;
  overflow: hidden;
}

/* line 599, ../scss/_background-colors.scss */
.slanted-b-action-grid-item-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #d8effc, #c0e6fb);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 609, ../scss/_background-colors.scss */
.slanted-b-northside-blue-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #02396c, #012c53);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 619, ../scss/_background-colors.scss */
.slanted-b-parents-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #46b994, #3fa685);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 629, ../scss/_background-colors.scss */
.slanted-b-students-light-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #2b9eff, #1193ff);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 639, ../scss/_background-colors.scss */
.slanted-b-students-dark-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #2d6da3, #285f8f);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 649, ../scss/_background-colors.scss */
.slanted-b-community-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #e54724, #d73b19);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 659, ../scss/_background-colors.scss */
.slanted-b-employees-bg-color::before {
  content: "";
  background-image: linear-gradient(-163deg, #f39b15, #e28d0c);
  position: absolute;
  bottom: -400px;
  left: 0;
  width: 100%;
  height: 600px;
  transform: skewY(-12deg);
}

/* line 670, ../scss/_background-colors.scss */
.slanted-b-action-grid-item-bg-color,
.slanted-b-employees-bg-color {
  color: #000000;
}
/* line 673, ../scss/_background-colors.scss */
.slanted-b-action-grid-item-bg-color a,
.slanted-b-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 678, ../scss/_background-colors.scss */
.slanted-b-action-grid-item-bg-color a:hover, .slanted-b-action-grid-item-bg-color a:visited a:focus,
.slanted-b-employees-bg-color a:hover,
.slanted-b-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 683, ../scss/_background-colors.scss */
.slanted-b-northside-blue-bg-color,
.slanted-b-parents-bg-color,
.slanted-b-students-light-bg-color,
.slanted-b-students-dark-bg-color,
.slanted-b-community-bg-color {
  color: #ffffff;
}
/* line 689, ../scss/_background-colors.scss */
.slanted-b-northside-blue-bg-color a,
.slanted-b-parents-bg-color a,
.slanted-b-students-light-bg-color a,
.slanted-b-students-dark-bg-color a,
.slanted-b-community-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 694, ../scss/_background-colors.scss */
.slanted-b-northside-blue-bg-color a:hover, .slanted-b-northside-blue-bg-color a:visited a:focus,
.slanted-b-parents-bg-color a:hover,
.slanted-b-parents-bg-color a:visited a:focus,
.slanted-b-students-light-bg-color a:hover,
.slanted-b-students-light-bg-color a:visited a:focus,
.slanted-b-students-dark-bg-color a:hover,
.slanted-b-students-dark-bg-color a:visited a:focus,
.slanted-b-community-bg-color a:hover,
.slanted-b-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 703, ../scss/_background-colors.scss */
.diagonal-lr-action-grid-item-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #f0f9fe, #f0f9fe 50%, #d8effc -80%, #c0e6fb);
}

/* line 708, ../scss/_background-colors.scss */
.diagonal-lr-employees-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #f4a52d, #f4a52d 50%, #f39b15 -80%, #e28d0c);
}

/* line 713, ../scss/_background-colors.scss */
.diagonal-lr-parents-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #58c09f, #58c09f 50%, #46b994 -80%, #3fa685);
}

/* line 718, ../scss/_background-colors.scss */
.diagonal-lr-students-light-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #44aaff, #44aaff 50%, #2b9eff -80%, #1193ff);
}

/* line 723, ../scss/_background-colors.scss */
.diagonal-lr-students-dark-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #337ab7, #337ab7 50%, #2d6da3 -80%, #285f8f);
}

/* line 728, ../scss/_background-colors.scss */
.diagonal-lr-community-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #e85a3b, #e85a3b 50%, #e54724 -80%, #d73b19);
}

/* line 734, ../scss/_background-colors.scss */
.diagonal-lr-northside-blue-bg-color {
  color: #fff;
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(-120deg, #024685, #024685 50%, #02396c -80%, #012c53);
}

/* line 742, ../scss/_background-colors.scss */
.diagonal-lr-action-grid-item-bg-color,
.diagonal-lr-employees-bg-color {
  color: #000000;
}
/* line 745, ../scss/_background-colors.scss */
.diagonal-lr-action-grid-item-bg-color a,
.diagonal-lr-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 750, ../scss/_background-colors.scss */
.diagonal-lr-action-grid-item-bg-color a:hover, .diagonal-lr-action-grid-item-bg-color a:visited a:focus,
.diagonal-lr-employees-bg-color a:hover,
.diagonal-lr-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 755, ../scss/_background-colors.scss */
.diagonal-lr-northside-blue-bg-color,
.diagonal-lr-parents-bg-color,
.diagonal-lr-students-light-bg-color,
.diagonal-lr-students-dark-bg-color,
.diagonal-lr-community-bg-color {
  color: #ffffff;
}
/* line 761, ../scss/_background-colors.scss */
.diagonal-lr-northside-blue-bg-color a,
.diagonal-lr-parents-bg-color a,
.diagonal-lr-students-light-bg-color a,
.diagonal-lr-students-dark-bg-color a,
.diagonal-lr-community-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 766, ../scss/_background-colors.scss */
.diagonal-lr-northside-blue-bg-color a:hover, .diagonal-lr-northside-blue-bg-color a:visited a:focus,
.diagonal-lr-parents-bg-color a:hover,
.diagonal-lr-parents-bg-color a:visited a:focus,
.diagonal-lr-students-light-bg-color a:hover,
.diagonal-lr-students-light-bg-color a:visited a:focus,
.diagonal-lr-students-dark-bg-color a:hover,
.diagonal-lr-students-dark-bg-color a:visited a:focus,
.diagonal-lr-community-bg-color a:hover,
.diagonal-lr-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 776, ../scss/_background-colors.scss */
.diagonal-rl-action-grid-item-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #f0f9fe, #f0f9fe 50%, #d8effc -80%, #c0e6fb);
}

/* line 781, ../scss/_background-colors.scss */
.diagonal-rl-employees-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #f4a52d, #f4a52d 50%, #f39b15 -80%, #e28d0c);
}

/* line 786, ../scss/_background-colors.scss */
.diagonal-rl-parents-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #58c09f, #58c09f 50%, #46b994 -80%, #3fa685);
}

/* line 791, ../scss/_background-colors.scss */
.diagonal-rl-students-light-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #44aaff, #44aaff 50%, #2b9eff -80%, #1193ff);
}

/* line 796, ../scss/_background-colors.scss */
.diagonal-rl-students-dark-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #337ab7, #337ab7 50%, #2d6da3 -80%, #285f8f);
}

/* line 801, ../scss/_background-colors.scss */
.diagonal-rl-community-bg-color {
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #e85a3b, #e85a3b 50%, #e54724 -80%, #d73b19);
}

/* line 807, ../scss/_background-colors.scss */
.diagonal-rl-northside-blue-bg-color {
  color: #fff;
  position: relative;
  background-color: #024685;
  background-image: linear-gradient(120deg, #024685, #024685 50%, #02396c -80%, #012c53);
}

/* line 815, ../scss/_background-colors.scss */
.diagonal-rl-action-grid-item-bg-color,
.diagonal-rl-employees-bg-color {
  color: #000000;
}
/* line 818, ../scss/_background-colors.scss */
.diagonal-rl-action-grid-item-bg-color a,
.diagonal-rl-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 823, ../scss/_background-colors.scss */
.diagonal-rl-action-grid-item-bg-color a:hover, .diagonal-rl-action-grid-item-bg-color a:visited a:focus,
.diagonal-rl-employees-bg-color a:hover,
.diagonal-rl-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 828, ../scss/_background-colors.scss */
.diagonal-rl-northside-blue-bg-color,
.diagonal-rl-parents-bg-color,
.diagonal-rl-students-light-bg-color,
.diagonal-rl-students-dark-bg-color,
.diagonal-rl-community-bg-color {
  color: #ffffff;
}
/* line 834, ../scss/_background-colors.scss */
.diagonal-rl-northside-blue-bg-color a,
.diagonal-rl-parents-bg-color a,
.diagonal-rl-students-light-bg-color a,
.diagonal-rl-students-dark-bg-color a,
.diagonal-rl-community-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 839, ../scss/_background-colors.scss */
.diagonal-rl-northside-blue-bg-color a:hover, .diagonal-rl-northside-blue-bg-color a:visited a:focus,
.diagonal-rl-parents-bg-color a:hover,
.diagonal-rl-parents-bg-color a:visited a:focus,
.diagonal-rl-students-light-bg-color a:hover,
.diagonal-rl-students-light-bg-color a:visited a:focus,
.diagonal-rl-students-dark-bg-color a:hover,
.diagonal-rl-students-dark-bg-color a:visited a:focus,
.diagonal-rl-community-bg-color a:hover,
.diagonal-rl-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 851, ../scss/_background-colors.scss */
.edge--bottom {
  position: relative;
  z-index: 1;
}
/* line 736, ../scss/_mixins.scss */
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* line 763, ../scss/_mixins.scss */
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

/* line 855, ../scss/_background-colors.scss */
.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
/* line 736, ../scss/_mixins.scss */
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* line 763, ../scss/_mixins.scss */
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

/* line 859, ../scss/_background-colors.scss */
.edge--top {
  position: relative;
  z-index: 1;
}
/* line 736, ../scss/_mixins.scss */
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* line 749, ../scss/_mixins.scss */
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

/* line 863, ../scss/_background-colors.scss */
.edge--top--reverse {
  position: relative;
  z-index: 1;
}
/* line 736, ../scss/_mixins.scss */
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* line 749, ../scss/_mixins.scss */
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

/* line 867, ../scss/_background-colors.scss */
.edge--both {
  position: relative;
  z-index: 1;
}
/* line 736, ../scss/_mixins.scss */
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* line 777, ../scss/_mixins.scss */
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
/* line 789, ../scss/_mixins.scss */
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

/* line 871, ../scss/_background-colors.scss */
.edge--both--reverse {
  position: relative;
  z-index: 1;
}
/* line 736, ../scss/_mixins.scss */
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
/* line 777, ../scss/_mixins.scss */
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
/* line 789, ../scss/_mixins.scss */
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

/* line 877, ../scss/_background-colors.scss */
.bg-3-colors {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #000 33%, transparent 33%), -webkit-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
  background: -o-linear-gradient(110deg, #000 33%, transparent 33%), -o-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
  background: -moz-linear-gradient(110deg, #000 33%, transparent 33%), -moz-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
  background: linear-gradient(110deg, #000 33%, transparent 33%), linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
}

/* line 884, ../scss/_background-colors.scss */
.bg-purple {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #a60af3 40%, transparent 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -o-linear-gradient(110deg, #a60af3 40%, transparent 30%), -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -moz-linear-gradient(110deg, #a60af3 40%, transparent 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: linear-gradient(110deg, #a60af3 40%, transparent 30%), radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
}

/* line 892, ../scss/_background-colors.scss */
.bg-spring {
  background: -webkit-linear-gradient(70deg, #fff810 30%, transparent 30%), -webkit-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
  background: -o-linear-gradient(70deg, #fff810 30%, transparent 30%), -o-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
  background: -moz-linear-gradient(70deg, #fff810 30%, transparent 30%), -moz-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
  background: linear-gradient(70deg, #fff810 30%, transparent 30%), linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
}

@media screen and (min-width: 768px) {
  /* line 900, ../scss/_background-colors.scss */
  .clip-point-down-students-light-bg-color {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
    padding-bottom: 4em;
    background-color: #44aaff;
  }
}
@media screen and (min-width: 1200px) {
  /* line 900, ../scss/_background-colors.scss */
  .clip-point-down-students-light-bg-color {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
    padding-bottom: 4em;
    background-color: #44aaff;
  }
}

/* line 918, ../scss/_background-colors.scss */
.black-90-bg-color {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
}
/* line 921, ../scss/_background-colors.scss */
.black-90-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 926, ../scss/_background-colors.scss */
.black-90-bg-color a:hover, .black-90-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 931, ../scss/_background-colors.scss */
.black-80-bg-color {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
/* line 934, ../scss/_background-colors.scss */
.black-80-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 939, ../scss/_background-colors.scss */
.black-80-bg-color a:hover, .black-80-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 944, ../scss/_background-colors.scss */
.black-70-bg-color {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}
/* line 947, ../scss/_background-colors.scss */
.black-70-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 952, ../scss/_background-colors.scss */
.black-70-bg-color a:hover, .black-70-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 957, ../scss/_background-colors.scss */
.black-60-bg-color {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
/* line 960, ../scss/_background-colors.scss */
.black-60-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 965, ../scss/_background-colors.scss */
.black-60-bg-color a:hover, .black-60-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 970, ../scss/_background-colors.scss */
.black-50-bg-color {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}
/* line 973, ../scss/_background-colors.scss */
.black-50-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 978, ../scss/_background-colors.scss */
.black-50-bg-color a:hover, .black-50-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 983, ../scss/_background-colors.scss */
.black-40-bg-color {
  background-color: rgba(0, 0, 0, 0.4);
  color: #000000;
}
/* line 986, ../scss/_background-colors.scss */
.black-40-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 991, ../scss/_background-colors.scss */
.black-40-bg-color a:hover, .black-40-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 996, ../scss/_background-colors.scss */
.black-30-bg-color {
  background-color: rgba(0, 0, 0, 0.3);
  color: #000000;
}
/* line 999, ../scss/_background-colors.scss */
.black-30-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1004, ../scss/_background-colors.scss */
.black-30-bg-color a:hover, .black-30-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1009, ../scss/_background-colors.scss */
.black-20-bg-color {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000000;
}
/* line 1012, ../scss/_background-colors.scss */
.black-20-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1017, ../scss/_background-colors.scss */
.black-20-bg-color a:hover, .black-20-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1022, ../scss/_background-colors.scss */
.black-10-bg-color {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
/* line 1025, ../scss/_background-colors.scss */
.black-10-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1030, ../scss/_background-colors.scss */
.black-10-bg-color a:hover, .black-10-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1035, ../scss/_background-colors.scss */
.black-05-bg-color {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000000;
}
/* line 1038, ../scss/_background-colors.scss */
.black-05-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1043, ../scss/_background-colors.scss */
.black-05-bg-color a:hover, .black-05-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1048, ../scss/_background-colors.scss */
.white-90-bg-color {
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000;
}
/* line 1051, ../scss/_background-colors.scss */
.white-90-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1056, ../scss/_background-colors.scss */
.white-90-bg-color a:hover, .white-90-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1061, ../scss/_background-colors.scss */
.white-80-bg-color {
  background-color: rgba(255, 255, 255, 0.8);
  color: #000000;
}
/* line 1064, ../scss/_background-colors.scss */
.white-80-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1069, ../scss/_background-colors.scss */
.white-80-bg-color a:hover, .white-80-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1073, ../scss/_background-colors.scss */
.white-70-bg-color {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
/* line 1076, ../scss/_background-colors.scss */
.white-70-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1081, ../scss/_background-colors.scss */
.white-70-bg-color a:hover, .white-70-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1085, ../scss/_background-colors.scss */
.white-60-bg-color {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000000;
}
/* line 1088, ../scss/_background-colors.scss */
.white-60-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1093, ../scss/_background-colors.scss */
.white-60-bg-color a:hover, .white-60-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1097, ../scss/_background-colors.scss */
.white-40-bg-color {
  background-color: rgba(255, 255, 255, 0.4);
}

/* line 1101, ../scss/_background-colors.scss */
.white-30-bg-color {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 1105, ../scss/_background-colors.scss */
.white-20-bg-color {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 1109, ../scss/_background-colors.scss */
.white-10-bg-color {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 1114, ../scss/_background-colors.scss */
.three-colors-action-grid-item-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #f0f9fe 33%, transparent 33%), -webkit-linear-gradient(110deg, #d8effc 66%, #c0e6fb 66%);
  background: -o-linear-gradient(110deg, #f0f9fe 33%, transparent 33%), -o-linear-gradient(110deg, #d8effc 66%, #c0e6fb 66%);
  background: -moz-linear-gradient(110deg, #f0f9fe 33%, transparent 33%), -moz-linear-gradient(110deg, #d8effc 66%, #c0e6fb 66%);
  background: linear-gradient(110deg, #f0f9fe 33%, transparent 33%), linear-gradient(110deg, #d8effc 66%, #c0e6fb 66%);
  color: #000000;
}
/* line 1121, ../scss/_background-colors.scss */
.three-colors-action-grid-item-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1126, ../scss/_background-colors.scss */
.three-colors-action-grid-item-bg-color a:hover, .three-colors-action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1132, ../scss/_background-colors.scss */
.three-colors-northside-blue-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #024685 33%, transparent 33%), -webkit-linear-gradient(110deg, #02396c 66%, #012c53 66%);
  background: -o-linear-gradient(110deg, #024685 33%, transparent 33%), -o-linear-gradient(110deg, #02396c 66%, #012c53 66%);
  background: -moz-linear-gradient(110deg, #024685 33%, transparent 33%), -moz-linear-gradient(110deg, #02396c 66%, #012c53 66%);
  background: linear-gradient(110deg, #024685 33%, transparent 33%), linear-gradient(110deg, #02396c 66%, #012c53 66%);
  color: #ffffff;
}
/* line 1139, ../scss/_background-colors.scss */
.three-colors-northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 1144, ../scss/_background-colors.scss */
.three-colors-northside-blue-bg-color a:hover, .three-colors-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 1149, ../scss/_background-colors.scss */
.three-colors-parents-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #58c09f 33%, transparent 33%), -webkit-linear-gradient(110deg, #46b994 66%, #3fa685 66%);
  background: -o-linear-gradient(110deg, #58c09f 33%, transparent 33%), -o-linear-gradient(110deg, #46b994 66%, #3fa685 66%);
  background: -moz-linear-gradient(110deg, #58c09f 33%, transparent 33%), -moz-linear-gradient(110deg, #46b994 66%, #3fa685 66%);
  background: linear-gradient(110deg, #58c09f 33%, transparent 33%), linear-gradient(110deg, #46b994 66%, #3fa685 66%);
  color: #000000;
}
/* line 1156, ../scss/_background-colors.scss */
.three-colors-parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1161, ../scss/_background-colors.scss */
.three-colors-parents-bg-color a:hover, .three-colors-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1166, ../scss/_background-colors.scss */
.three-colors-students-dark-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #337ab7 33%, transparent 33%), -webkit-linear-gradient(110deg, #2d6da3 66%, #285f8f 66%);
  background: -o-linear-gradient(110deg, #337ab7 33%, transparent 33%), -o-linear-gradient(110deg, #2d6da3 66%, #285f8f 66%);
  background: -moz-linear-gradient(110deg, #337ab7 33%, transparent 33%), -moz-linear-gradient(110deg, #2d6da3 66%, #285f8f 66%);
  background: linear-gradient(110deg, #337ab7 33%, transparent 33%), linear-gradient(110deg, #2d6da3 66%, #285f8f 66%);
  color: #ffffff;
}
/* line 1173, ../scss/_background-colors.scss */
.three-colors-students-dark-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 1178, ../scss/_background-colors.scss */
.three-colors-students-dark-bg-color a:hover, .three-colors-students-dark-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 1183, ../scss/_background-colors.scss */
.three-colors-students-light-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #44aaff 33%, transparent 33%), -webkit-linear-gradient(110deg, #2b9eff 66%, #1193ff 66%);
  background: -o-linear-gradient(110deg, #44aaff 33%, transparent 33%), -o-linear-gradient(110deg, #2b9eff 66%, #1193ff 66%);
  background: -moz-linear-gradient(110deg, #44aaff 33%, transparent 33%), -moz-linear-gradient(110deg, #2b9eff 66%, #1193ff 66%);
  background: linear-gradient(110deg, #44aaff 33%, transparent 33%), linear-gradient(110deg, #2b9eff 66%, #1193ff 66%);
  color: #000000;
}
/* line 1190, ../scss/_background-colors.scss */
.three-colors-students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1195, ../scss/_background-colors.scss */
.three-colors-students-light-bg-color a:hover, .three-colors-students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1200, ../scss/_background-colors.scss */
.three-colors-community-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #e85a3b 33%, transparent 33%), -webkit-linear-gradient(110deg, #e54724 66%, #d73b19 66%);
  background: -o-linear-gradient(110deg, #e85a3b 33%, transparent 33%), -o-linear-gradient(110deg, #e54724 66%, #d73b19 66%);
  background: -moz-linear-gradient(110deg, #e85a3b 33%, transparent 33%), -moz-linear-gradient(110deg, #e54724 66%, #d73b19 66%);
  background: linear-gradient(110deg, #e85a3b 33%, transparent 33%), linear-gradient(110deg, #e54724 66%, #d73b19 66%);
  color: #000000;
}
/* line 1207, ../scss/_background-colors.scss */
.three-colors-community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1212, ../scss/_background-colors.scss */
.three-colors-community-bg-color a:hover, .three-colors-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1217, ../scss/_background-colors.scss */
.three-colors-employees-bg-color {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #f4a52d 33%, transparent 33%), -webkit-linear-gradient(110deg, #f39b15 66%, #e28d0c 66%);
  background: -o-linear-gradient(110deg, #f4a52d 33%, transparent 33%), -o-linear-gradient(110deg, #f39b15 66%, #e28d0c 66%);
  background: -moz-linear-gradient(110deg, #f4a52d 33%, transparent 33%), -moz-linear-gradient(110deg, #f39b15 66%, #e28d0c 66%);
  background: linear-gradient(110deg, #f4a52d 33%, transparent 33%), linear-gradient(110deg, #f39b15 66%, #e28d0c 66%);
  color: #000000;
}
/* line 1224, ../scss/_background-colors.scss */
.three-colors-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 1229, ../scss/_background-colors.scss */
.three-colors-employees-bg-color a:hover, .three-colors-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 1237, ../scss/_background-colors.scss */
.bg-purple {
  color: #fff;
  background: -webkit-linear-gradient(110deg, #a60af3 40%, transparent 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -o-linear-gradient(110deg, #a60af3 40%, transparent 30%), -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -moz-linear-gradient(110deg, #a60af3 40%, transparent 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: linear-gradient(110deg, #a60af3 40%, transparent 30%), radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
}

/* line 1246, ../scss/_background-colors.scss */
.bg-spring {
  background: -webkit-linear-gradient(70deg, #fff810 30%, transparent 30%), -webkit-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
  background: -o-linear-gradient(70deg, #fff810 30%, transparent 30%), -o-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
  background: -moz-linear-gradient(70deg, #fff810 30%, transparent 30%), -moz-linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
  background: linear-gradient(70deg, #fff810 30%, transparent 30%), linear-gradient(30deg, #63e89e 60%, #ff7ee3 60%);
}

/* line 1256, ../scss/_background-colors.scss */
.-berry {
  background: #b52b4a;
}

/* line 1259, ../scss/_background-colors.scss */
.-blue {
  background: #41ade5;
}

/* line 1262, ../scss/_background-colors.scss */
.-orange {
  background: #de6628;
}

/* line 1265, ../scss/_background-colors.scss */
.-green {
  background: #5e9b42;
}

/* line 1268, ../scss/_background-colors.scss */
.-rainy-gray {
  background-color: #eef3f5;
}

/* line 1271, ../scss/_background-colors.scss */
.-silver {
  background-color: #999;
}

/* line 1274, ../scss/_background-colors.scss */
.-light-silver {
  background-color: #aaa;
}

/* line 1277, ../scss/_background-colors.scss */
.-moon-gray {
  background-color: #ccc;
}

/* line 1280, ../scss/_background-colors.scss */
.-light-gray {
  background-color: #eee;
}

/* line 1283, ../scss/_background-colors.scss */
.-dark-red {
  background-color: #df1f26;
}

/* line 1286, ../scss/_background-colors.scss */
.-red {
  background-color: #e1272d;
}

/* line 1289, ../scss/_background-colors.scss */
.-light-red {
  background-color: #ff725c;
}

/* line 1292, ../scss/_background-colors.scss */
.-orange {
  background-color: #ff6300;
}

/* line 1295, ../scss/_background-colors.scss */
.-gold {
  background-color: #ffb700;
}

/* line 1298, ../scss/_background-colors.scss */
.-yellow {
  background-color: gold;
}

/* line 1301, ../scss/_background-colors.scss */
.-light-yellow {
  background-color: #fbf1a9;
}

/* line 1304, ../scss/_background-colors.scss */
.-blue {
  background-color: #3178c6;
}

/* line 1307, ../scss/_background-colors.scss */
.-light-blue {
  background-color: #96ccff;
}

/* line 1310, ../scss/_background-colors.scss */
.-lightest-blue {
  background-color: #cdecff;
}

/* line 1313, ../scss/_background-colors.scss */
.-washed-blue {
  background-color: #f6fffe;
}

/* line 1316, ../scss/_background-colors.scss */
.-washed-green {
  background-color: #e8fdf5;
}

/* line 1319, ../scss/_background-colors.scss */
.-washed-yellow {
  background-color: #fffceb;
}

/* line 1322, ../scss/_background-colors.scss */
.-washed-red {
  background-color: #ffdfdf;
}

/* line 1325, ../scss/_background-colors.scss */
.-subtle-gray {
  background-color: #f0f3f5;
}

/* line 1328, ../scss/_background-colors.scss */
.-mystic {
  background-color: #e1e6eb;
}

/* line 1331, ../scss/_background-colors.scss */
.-tiara {
  background-color: #ccd6d9;
}

/* line 1334, ../scss/_background-colors.scss */
.-submarine {
  background-color: #b4c3c8;
}

/* line 1337, ../scss/_background-colors.scss */
.-sky-blue {
  background-color: #bce2f2;
}

/* line 1344, ../scss/_background-colors.scss */
.spotlight-community {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #e85a3b;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1344, ../scss/_background-colors.scss */
  .spotlight-community {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1344, ../scss/_background-colors.scss */
  .spotlight-community {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1344, ../scss/_background-colors.scss */
  .spotlight-community {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1344, ../scss/_background-colors.scss */
  .spotlight-community {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1344, ../scss/_background-colors.scss */
  .spotlight-community {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1344, ../scss/_background-colors.scss */
  .spotlight-community {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 461, ../scss/_mixins.scss */
.spotlight-community a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 466, ../scss/_mixins.scss */
.spotlight-community a:hover, .spotlight-community a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1349, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .field--item:nth-child(1) {
  background: #e64b29;
  color: #000000;
}
/* line 1352, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #e03e1a;
  color: #000000;
}
/* line 1355, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #e64b29;
  color: #000000;
}
/* line 1358, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #e03e1a;
  color: #000000;
}
/* line 1361, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #ea694d;
  color: #000000;
}
/* line 1364, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #ec7960;
  color: #000000;
}
/* line 1367, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .field--item:nth-child(7) {
  background: #ee8872;
  color: #000000;
}
/* line 1370, ../scss/_background-colors.scss */
.spotlight-community .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #f19784;
  color: #000000;
}

/* line 1377, ../scss/_background-colors.scss */
.spotlight-students {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #e85a3b;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1377, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1377, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1377, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1377, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1377, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1377, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 461, ../scss/_mixins.scss */
.spotlight-students a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 466, ../scss/_mixins.scss */
.spotlight-students a:hover, .spotlight-students a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1380, ../scss/_background-colors.scss */
.spotlight-students > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1380, ../scss/_background-colors.scss */
  .spotlight-students > .bs-region {
    padding: 1em;
  }
}
/* line 1386, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(1) {
  background: #e64b29;
  color: #000000;
}
/* line 1389, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(2) {
  background: #e03e1a;
  color: #000000;
}
/* line 1392, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(3) {
  background: #e64b29;
  color: #000000;
}
/* line 1395, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(4) {
  background: #e03e1a;
  color: #000000;
}
/* line 1398, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(5) {
  background: #ea694d;
  color: #000000;
}
/* line 1401, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(6) {
  background: #ec7960;
  color: #000000;
}
/* line 1404, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(7) {
  background: #ee8872;
  color: #000000;
}
/* line 1407, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(8) {
  background: #f19784;
  color: #000000;
}

/* line 1415, ../scss/_background-colors.scss */
.spotlight-employees {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #f4a52d;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1415, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1415, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1415, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1415, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1415, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1415, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 508, ../scss/_mixins.scss */
.spotlight-employees a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 513, ../scss/_mixins.scss */
.spotlight-employees a:hover, .spotlight-employees a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1420, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .field--item:nth-child(1) {
  background: #f39d1a;
  color: #000000;
}
/* line 1423, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #ec930c;
  color: #000000;
}
/* line 1426, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #f39d1a;
  color: #000000;
}
/* line 1429, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #ec930c;
  color: #000000;
}
/* line 1432, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #f5ad40;
  color: #000000;
}
/* line 1435, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #f6b654;
  color: #000000;
}
/* line 1438, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .field--item:nth-child(7) {
  background: #f7be67;
  color: #000000;
}
/* line 1441, ../scss/_background-colors.scss */
.spotlight-employees .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #f8c67b;
  color: #000000;
}

/* line 1448, ../scss/_background-colors.scss */
.spotlight-employees {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #f4a52d;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1448, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1448, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1448, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1448, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1448, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1448, ../scss/_background-colors.scss */
  .spotlight-employees {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 508, ../scss/_mixins.scss */
.spotlight-employees a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 513, ../scss/_mixins.scss */
.spotlight-employees a:hover, .spotlight-employees a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1451, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1451, ../scss/_background-colors.scss */
  .spotlight-employees > .bs-region {
    padding: 1em;
  }
}
/* line 1457, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(1) {
  background: #f39d1a;
  color: #000000;
}
/* line 1460, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(2) {
  background: #ec930c;
  color: #000000;
}
/* line 1463, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(3) {
  background: #f39d1a;
  color: #000000;
}
/* line 1466, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(4) {
  background: #ec930c;
  color: #000000;
}
/* line 1469, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(5) {
  background: #f5ad40;
  color: #000000;
}
/* line 1472, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(6) {
  background: #f6b654;
  color: #000000;
}
/* line 1475, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(7) {
  background: #f7be67;
  color: #000000;
}
/* line 1478, ../scss/_background-colors.scss */
.spotlight-employees > .bs-region:nth-child(8) {
  background: #f8c67b;
  color: #000000;
}

/* line 1486, ../scss/_background-colors.scss */
.spotlight-students {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #44aaff;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1486, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1486, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1486, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1486, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1486, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1486, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 414, ../scss/_mixins.scss */
.spotlight-students a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 419, ../scss/_mixins.scss */
.spotlight-students a:hover, .spotlight-students a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1491, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .field--item:nth-child(1) {
  background: #30a1ff;
  color: #000000;
}
/* line 1494, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #1b97ff;
  color: #000000;
}
/* line 1497, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #30a1ff;
  color: #000000;
}
/* line 1500, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #1b97ff;
  color: #000000;
}
/* line 1503, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #58b3ff;
  color: #000000;
}
/* line 1506, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #6dbdff;
  color: #000000;
}
/* line 1509, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .field--item:nth-child(7) {
  background: #81c6ff;
  color: #000000;
}
/* line 1512, ../scss/_background-colors.scss */
.spotlight-students .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #96cfff;
  color: #000000;
}

/* line 1519, ../scss/_background-colors.scss */
.spotlight-students {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #44aaff;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1519, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1519, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1519, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1519, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1519, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1519, ../scss/_background-colors.scss */
  .spotlight-students {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 414, ../scss/_mixins.scss */
.spotlight-students a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 419, ../scss/_mixins.scss */
.spotlight-students a:hover, .spotlight-students a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1522, ../scss/_background-colors.scss */
.spotlight-students > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1522, ../scss/_background-colors.scss */
  .spotlight-students > .bs-region {
    padding: 1em;
  }
}
/* line 1528, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(1) {
  background: #30a1ff;
  color: #000000;
}
/* line 1531, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(2) {
  background: #1b97ff;
  color: #000000;
}
/* line 1534, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(3) {
  background: #30a1ff;
  color: #000000;
}
/* line 1537, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(4) {
  background: #1b97ff;
  color: #000000;
}
/* line 1540, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(5) {
  background: #58b3ff;
  color: #000000;
}
/* line 1543, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(6) {
  background: #6dbdff;
  color: #000000;
}
/* line 1546, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(7) {
  background: #81c6ff;
  color: #000000;
}
/* line 1549, ../scss/_background-colors.scss */
.spotlight-students > .bs-region:nth-child(8) {
  background: #96cfff;
  color: #000000;
}

/* line 1557, ../scss/_background-colors.scss */
.spotlight-parents {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #58c09f;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1557, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1557, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1557, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1557, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1557, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1557, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 352, ../scss/_mixins.scss */
.spotlight-parents a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 357, ../scss/_mixins.scss */
.spotlight-parents a:hover, .spotlight-parents a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1562, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .field--item:nth-child(1) {
  background: #49ba96;
  color: #000000;
}
/* line 1565, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #42ae8b;
  color: #000000;
}
/* line 1568, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #49ba96;
  color: #000000;
}
/* line 1571, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #42ae8b;
  color: #000000;
}
/* line 1574, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #67c6a8;
  color: #000000;
}
/* line 1577, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #76cbb0;
  color: #000000;
}
/* line 1580, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .field--item:nth-child(7) {
  background: #84d1b9;
  color: #000000;
}
/* line 1583, ../scss/_background-colors.scss */
.spotlight-parents .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #93d6c1;
  color: #000000;
}

/* line 1590, ../scss/_background-colors.scss */
.spotlight-parents {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #58c09f;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1590, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1590, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1590, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1590, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1590, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1590, ../scss/_background-colors.scss */
  .spotlight-parents {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 352, ../scss/_mixins.scss */
.spotlight-parents a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 357, ../scss/_mixins.scss */
.spotlight-parents a:hover, .spotlight-parents a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1593, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1593, ../scss/_background-colors.scss */
  .spotlight-parents > .bs-region {
    padding: 1em;
  }
}
/* line 1599, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(1) {
  background: #49ba96;
  color: #000000;
}
/* line 1602, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(2) {
  background: #42ae8b;
  color: #000000;
}
/* line 1605, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(3) {
  background: #49ba96;
  color: #000000;
}
/* line 1608, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(4) {
  background: #42ae8b;
  color: #000000;
}
/* line 1611, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(5) {
  background: #67c6a8;
  color: #000000;
}
/* line 1614, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(6) {
  background: #76cbb0;
  color: #000000;
}
/* line 1617, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(7) {
  background: #84d1b9;
  color: #000000;
}
/* line 1620, ../scss/_background-colors.scss */
.spotlight-parents > .bs-region:nth-child(8) {
  background: #93d6c1;
  color: #000000;
}

/* line 1627, ../scss/_background-colors.scss */
.spotlight-action-grid-item {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #f0f9fe;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1627, ../scss/_background-colors.scss */
  .spotlight-action-grid-item {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1627, ../scss/_background-colors.scss */
  .spotlight-action-grid-item {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1627, ../scss/_background-colors.scss */
  .spotlight-action-grid-item {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1627, ../scss/_background-colors.scss */
  .spotlight-action-grid-item {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1627, ../scss/_background-colors.scss */
  .spotlight-action-grid-item {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1627, ../scss/_background-colors.scss */
  .spotlight-action-grid-item {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 554, ../scss/_mixins.scss */
.spotlight-action-grid-item a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 559, ../scss/_mixins.scss */
.spotlight-action-grid-item a:hover, .spotlight-action-grid-item a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1632, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .field--item:nth-child(1) {
  background: #ddf1fd;
  color: #000000;
}
/* line 1635, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #caeafb;
  color: #000000;
}
/* line 1638, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #ddf1fd;
  color: #000000;
}
/* line 1641, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #caeafb;
  color: #000000;
}
/* line 1644, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: white;
  color: #000000;
}
/* line 1647, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: white;
  color: #000000;
}
/* line 1650, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .field--item:nth-child(7) {
  background: white;
  color: #000000;
}
/* line 1653, ../scss/_background-colors.scss */
.spotlight-action-grid-item .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: white;
  color: #000000;
}

/* line 1660, ../scss/_background-colors.scss */
.spotlight-action-grid {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #f0f9fe;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1660, ../scss/_background-colors.scss */
  .spotlight-action-grid {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1660, ../scss/_background-colors.scss */
  .spotlight-action-grid {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1660, ../scss/_background-colors.scss */
  .spotlight-action-grid {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1660, ../scss/_background-colors.scss */
  .spotlight-action-grid {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1660, ../scss/_background-colors.scss */
  .spotlight-action-grid {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1660, ../scss/_background-colors.scss */
  .spotlight-action-grid {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 554, ../scss/_mixins.scss */
.spotlight-action-grid a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 559, ../scss/_mixins.scss */
.spotlight-action-grid a:hover, .spotlight-action-grid a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1663, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1663, ../scss/_background-colors.scss */
  .spotlight-action-grid > .bs-region {
    padding: 1em;
  }
}
/* line 1669, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(1) {
  background: #ddf1fd;
  color: #000000;
}
/* line 1672, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(2) {
  background: #caeafb;
  color: #000000;
}
/* line 1675, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(3) {
  background: #ddf1fd;
  color: #000000;
}
/* line 1678, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(4) {
  background: #caeafb;
  color: #000000;
}
/* line 1681, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(5) {
  background: white;
  color: #000000;
}
/* line 1684, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(6) {
  background: white;
  color: #000000;
}
/* line 1687, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(7) {
  background: white;
  color: #000000;
}
/* line 1690, ../scss/_background-colors.scss */
.spotlight-action-grid > .bs-region:nth-child(8) {
  background: white;
  color: #000000;
}

/* line 1697, ../scss/_background-colors.scss */
.spotlight-medium-gray {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #b5b5b5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1697, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1697, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1697, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1697, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1697, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1697, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 600, ../scss/_mixins.scss */
.spotlight-medium-gray a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 605, ../scss/_mixins.scss */
.spotlight-medium-gray a:hover, .spotlight-medium-gray a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1702, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .field--item:nth-child(1) {
  background: #ababab;
  color: #000000;
}
/* line 1705, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #a1a1a1;
  color: #000000;
}
/* line 1708, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #ababab;
  color: #000000;
}
/* line 1711, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #a1a1a1;
  color: #000000;
}
/* line 1714, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #bfbfbf;
  color: #000000;
}
/* line 1717, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #c9c9c9;
  color: #000000;
}
/* line 1720, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .field--item:nth-child(7) {
  background: #d4d4d4;
  color: #000000;
}
/* line 1723, ../scss/_background-colors.scss */
.spotlight-medium-gray .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #dedede;
  color: #000000;
}

/* line 1730, ../scss/_background-colors.scss */
.spotlight-medium-gray {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #b5b5b5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  /* line 1730, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1730, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1730, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1730, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1730, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1730, ../scss/_background-colors.scss */
  .spotlight-medium-gray {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 600, ../scss/_mixins.scss */
.spotlight-medium-gray a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 605, ../scss/_mixins.scss */
.spotlight-medium-gray a:hover, .spotlight-medium-gray a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}
/* line 1733, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1733, ../scss/_background-colors.scss */
  .spotlight-medium-gray > .bs-region {
    padding: 1em;
  }
}
/* line 1739, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(1) {
  background: #ababab;
  color: #000000;
}
/* line 1742, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(2) {
  background: #a1a1a1;
  color: #000000;
}
/* line 1745, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(3) {
  background: #ababab;
  color: #000000;
}
/* line 1748, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(4) {
  background: #a1a1a1;
  color: #000000;
}
/* line 1751, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(5) {
  background: #bfbfbf;
  color: #000000;
}
/* line 1754, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(6) {
  background: #c9c9c9;
  color: #000000;
}
/* line 1757, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(7) {
  background: #d4d4d4;
  color: #000000;
}
/* line 1760, ../scss/_background-colors.scss */
.spotlight-medium-gray > .bs-region:nth-child(8) {
  background: #dedede;
  color: #000000;
}

/* line 1767, ../scss/_background-colors.scss */
.spotlight-blackish {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #2c2c33;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  /* line 1767, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1767, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1767, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1767, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1767, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1767, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 646, ../scss/_mixins.scss */
.spotlight-blackish a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 651, ../scss/_mixins.scss */
.spotlight-blackish a:hover, .spotlight-blackish a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 1772, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .field--item:nth-child(1) {
  background: #232328;
  color: #ffffff;
}
/* line 1775, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .block-type-block-info-card:nth-child(2) {
  background: #19191d;
  color: #ffffff;
}
/* line 1778, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .block-type-block-info-card:nth-child(3) {
  background: #232328;
  color: #ffffff;
}
/* line 1781, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .block-type-block-info-card:nth-child(4) {
  background: #19191d;
  color: #ffffff;
}
/* line 1784, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .block-type-block-info-card:nth-child(5) {
  background: #35353e;
  color: #ffffff;
}
/* line 1787, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .block-type-block-info-card:nth-child(6) {
  background: #3f3f49;
  color: #ffffff;
}
/* line 1790, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .field--item:nth-child(7) {
  background: #484854;
  color: #ffffff;
}
/* line 1793, ../scss/_background-colors.scss */
.spotlight-blackish .field--name-field-block > .block-type-block-info-card:nth-child(8) {
  background: #52525f;
  color: #ffffff;
}

/* line 1800, ../scss/_background-colors.scss */
.spotlight-blackish {
  padding-left: 7% !important;
  padding-right: 7% !important;
  background: #2c2c33;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  /* line 1800, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (max-width: 767px) {
  /* line 1800, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 1800, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 7% !important;
    padding-right: 7% !important;
  }
}
@media screen and (min-width: 992px) {
  /* line 1800, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 9% !important;
    padding-right: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1800, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 12% !important;
    padding-right: 12% !important;
  }
}
@media screen and (min-width: 1600px) {
  /* line 1800, ../scss/_background-colors.scss */
  .spotlight-blackish {
    padding-left: 17% !important;
    padding-right: 17% !important;
  }
}
/* line 646, ../scss/_mixins.scss */
.spotlight-blackish a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 651, ../scss/_mixins.scss */
.spotlight-blackish a:hover, .spotlight-blackish a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
/* line 1803, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region {
  padding: 2em;
}
@media screen and (max-width: 767px) {
  /* line 1803, ../scss/_background-colors.scss */
  .spotlight-blackish > .bs-region {
    padding: 1em;
  }
}
/* line 1809, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(1) {
  background: #232328;
  color: #ffffff;
}
/* line 1812, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(2) {
  background: #19191d;
  color: #ffffff;
}
/* line 1815, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(3) {
  background: #232328;
  color: #ffffff;
}
/* line 1818, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(4) {
  background: #19191d;
  color: #ffffff;
}
/* line 1821, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(5) {
  background: #35353e;
  color: #ffffff;
}
/* line 1824, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(6) {
  background: #3f3f49;
  color: #ffffff;
}
/* line 1827, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(7) {
  background: #484854;
  color: #ffffff;
}
/* line 1830, ../scss/_background-colors.scss */
.spotlight-blackish > .bs-region:nth-child(8) {
  background: #52525f;
  color: #ffffff;
}

/* line 10, ../scss/_background-images.scss */
.inverse-font-color {
  color: #000 !important;
}
/* line 12, ../scss/_background-images.scss */
.inverse-font-color > a {
  text-decoration: none !important;
  color: #000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
/* line 17, ../scss/_background-images.scss */
.inverse-font-color > a:hover, .inverse-font-color a:visited a:focus {
  color: #000 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.7) !important;
}

/* line 22, ../scss/_background-images.scss */
.default-font-color {
  color: #fff !important;
}
/* line 24, ../scss/_background-images.scss */
.default-font-color > a {
  text-decoration: none !important;
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
/* line 29, ../scss/_background-images.scss */
.default-font-color > a:hover, .default-font-color a:visited a:focus {
  color: #fff !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
}

/* line 39, ../scss/_background-images.scss */
.svg-triangle-action-grid-item-bg-color {
  background-color: #f0f9fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23f0f9fe'/%3E%3Cstop offset='1' stop-color='%23f0f9fe'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.13'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 45, ../scss/_background-images.scss */
.svg-triangle-action-grid-item-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 50, ../scss/_background-images.scss */
.svg-triangle-action-grid-item-bg-color a:hover, .svg-triangle-action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 56, ../scss/_background-images.scss */
.svg-triangle-northside-blue-bg-color {
  background-color: #024685;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23024685'/%3E%3Cstop offset='1' stop-color='%23024685'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.13'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 63, ../scss/_background-images.scss */
.svg-triangle-northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 68, ../scss/_background-images.scss */
.svg-triangle-northside-blue-bg-color a:hover, .svg-triangle-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 74, ../scss/_background-images.scss */
.svg-triangle-parents-bg-color {
  background-color: #58c09f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%2358c09f'/%3E%3Cstop offset='1' stop-color='%2358c09f'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.13'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 81, ../scss/_background-images.scss */
.svg-triangle-parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 86, ../scss/_background-images.scss */
.svg-triangle-parents-bg-color a:hover, .svg-triangle-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 92, ../scss/_background-images.scss */
.svg-triangle-students-light-bg-color {
  background-color: #44aaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%2344aaff'/%3E%3Cstop offset='1' stop-color='%2344aaff'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.13'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 99, ../scss/_background-images.scss */
.svg-triangle-students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 104, ../scss/_background-images.scss */
.svg-triangle-students-light-bg-color a:hover, .svg-triangle-students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 110, ../scss/_background-images.scss */
.svg-triangle-community-bg-color {
  background-color: #e85a3b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23e85a3b'/%3E%3Cstop offset='1' stop-color='%23e85a3b'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.06'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 117, ../scss/_background-images.scss */
.svg-triangle-community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 122, ../scss/_background-images.scss */
.svg-triangle-community-bg-color a:hover, .svg-triangle-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 128, ../scss/_background-images.scss */
.svg-triangle-employees-bg-color {
  background-color: #f4a52d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23f4a52d'/%3E%3Cstop offset='1' stop-color='%23f4a52d'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.06'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 135, ../scss/_background-images.scss */
.svg-triangle-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 140, ../scss/_background-images.scss */
.svg-triangle-employees-bg-color a:hover, .svg-triangle-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 146, ../scss/_background-images.scss */
.svg-triangle-blackish-bg-color {
  background-color: #2c2c33;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%232c2c33'/%3E%3Cstop offset='1' stop-color='%232c2c33'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.06'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 153, ../scss/_background-images.scss */
.svg-triangle-blackish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 158, ../scss/_background-images.scss */
.svg-triangle-blackish-bg-color a:hover, .svg-triangle-blackish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 166, ../scss/_background-images.scss */
.svg-consetellation-action-grid-item-bg-color {
  background-color: #f0f9fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23bfeffe' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23c1edfe'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #000000;
}
/* line 170, ../scss/_background-images.scss */
.svg-consetellation-action-grid-item-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 175, ../scss/_background-images.scss */
.svg-consetellation-action-grid-item-bg-color a:hover, .svg-consetellation-action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 181, ../scss/_background-images.scss */
.svg-consetellation-northside-blue-bg-color {
  background-color: #024685;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23023c70' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23013461'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #ffffff;
}
/* line 185, ../scss/_background-images.scss */
.svg-consetellation-northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 190, ../scss/_background-images.scss */
.svg-consetellation-northside-blue-bg-color a:hover, .svg-consetellation-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 196, ../scss/_background-images.scss */
.svg-consetellation-parents-bg-color {
  background-color: #58c09f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23489e83' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23489e83'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #000000;
}
/* line 201, ../scss/_background-images.scss */
.svg-consetellation-parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 206, ../scss/_background-images.scss */
.svg-consetellation-parents-bg-color a:hover, .svg-consetellation-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 212, ../scss/_background-images.scss */
.svg-consetellation-students-light-bg-color {
  background-color: #44aaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%233c96e0' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23317ab8'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #000000;
}
/* line 217, ../scss/_background-images.scss */
.svg-consetellation-students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 222, ../scss/_background-images.scss */
.svg-consetellation-students-light-bg-color a:hover, .svg-consetellation-students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 228, ../scss/_background-images.scss */
.svg-consetellation-community-bg-color {
  background-color: #e85a3b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23b3452e' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23bf4a30'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #000000;
}
/* line 233, ../scss/_background-images.scss */
.svg-consetellation-community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 238, ../scss/_background-images.scss */
.svg-consetellation-community-bg-color a:hover, .svg-consetellation-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 244, ../scss/_background-images.scss */
.svg-consetellation-employees-bg-color {
  background-color: #f4a52d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23db9428' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23c28324'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #000000;
}
/* line 249, ../scss/_background-images.scss */
.svg-consetellation-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 254, ../scss/_background-images.scss */
.svg-consetellation-employees-bg-color a:hover, .svg-consetellation-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 260, ../scss/_background-images.scss */
.svg-consetellation-blackish-bg-color {
  background-color: #2c2c33;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%231a1a1f' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%230b0b0d'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
  color: #ffffff;
}
/* line 265, ../scss/_background-images.scss */
.svg-consetellation-blackish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 270, ../scss/_background-images.scss */
.svg-consetellation-blackish-bg-color a:hover, .svg-consetellation-blackish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 279, ../scss/_background-images.scss */
.svg-cornered-stairs-action-grid-item-bg-color-northside-blue-bg-color {
  background-color: #f0f9fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23bfe5fb' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%238ecff9' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%235cb8f8' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%232a9ff7' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%230783e7' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%230464b6' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23024685' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 285, ../scss/_background-images.scss */
.svg-cornered-stairs-action-grid-item-bg-color-northside-blue-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 290, ../scss/_background-images.scss */
.svg-cornered-stairs-action-grid-item-bg-color-northside-blue-bg-color a:hover, .svg-cornered-stairs-action-grid-item-bg-color-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 296, ../scss/_background-images.scss */
.svg-cornered-stairs-northside-blue-bg-color-action-grid-item-bg-color {
  background-color: #024685;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%230464b6' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%230783e7' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%232a9ff7' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%235cb8f8' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%238ecff9' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23bfe5fb' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23f0f9fe' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 302, ../scss/_background-images.scss */
.svg-cornered-stairs-northside-blue-bg-color-action-grid-item-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 307, ../scss/_background-images.scss */
.svg-cornered-stairs-northside-blue-bg-color-action-grid-item-bg-color a:hover, .svg-cornered-stairs-northside-blue-bg-color-action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 313, ../scss/_background-images.scss */
.svg-cornered-stairs-parents-bg-color-students-light-bg-color {
  background-color: #58c09f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%2354cab2' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2350d4c8' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%234ddcde' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%234ad3e7' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%2347c8ef' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%2345baf7' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%2344aaff' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 320, ../scss/_background-images.scss */
.svg-cornered-stairs-parents-bg-color-students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 325, ../scss/_background-images.scss */
.svg-cornered-stairs-parents-bg-color-students-light-bg-color a:hover, .svg-cornered-stairs-parents-bg-color-students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 331, ../scss/_background-images.scss */
.svg-cornered-stairs-students-light-bg-color-parents-bg-color {
  background-color: #44aaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%2345baf7' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2347c8ef' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%234ad3e7' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%234ddcde' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%2350d4c8' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%2354cab2' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%2358c09f' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 338, ../scss/_background-images.scss */
.svg-cornered-stairs-students-light-bg-color-parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 343, ../scss/_background-images.scss */
.svg-cornered-stairs-students-light-bg-color-parents-bg-color a:hover, .svg-cornered-stairs-students-light-bg-color-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 349, ../scss/_background-images.scss */
.svg-cornered-stairs-community-bg-color-employees-bg-color {
  background-color: #e85a3b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23ea6339' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%23eb6d37' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23ed7735' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23ef8233' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%23f18d31' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23f2992f' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23f4a52d' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 356, ../scss/_background-images.scss */
.svg-cornered-stairs-community-bg-color-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 361, ../scss/_background-images.scss */
.svg-cornered-stairs-community-bg-color-employees-bg-color a:hover, .svg-cornered-stairs-community-bg-color-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 367, ../scss/_background-images.scss */
.svg-cornered-stairs-employees-bg-color-community-bg-color {
  background-color: #f4a52d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23f2992f' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%23f18d31' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%23ef8233' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%23ed7735' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%23eb6d37' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%23ea6339' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%23e85a3b' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 374, ../scss/_background-images.scss */
.svg-cornered-stairs-employees-bg-color-community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 379, ../scss/_background-images.scss */
.svg-cornered-stairs-employees-bg-color-community-bg-color a:hover, .svg-cornered-stairs-employees-bg-color-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 385, ../scss/_background-images.scss */
.svg-cornered-stairs-blackish-bg-color {
  background-color: #2c2c33;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f2f37' points='800 100 0 200 0 800 1600 800 1600 200'/%3E%3Cpolygon fill='%2333333b' points='800 200 0 400 0 800 1600 800 1600 400'/%3E%3Cpolygon fill='%2336363f' points='800 300 0 600 0 800 1600 800 1600 600'/%3E%3Cpolygon fill='%233a3a43' points='1600 800 800 400 0 800'/%3E%3Cpolygon fill='%233d3d47' points='1280 800 800 500 320 800'/%3E%3Cpolygon fill='%2341414b' points='533.3 800 1066.7 800 800 600'/%3E%3Cpolygon fill='%2344444f' points='684.1 800 914.3 800 800 700'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 392, ../scss/_background-images.scss */
.svg-cornered-stairs-blackish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 397, ../scss/_background-images.scss */
.svg-cornered-stairs-blackish-bg-color a:hover, .svg-cornered-stairs-blackish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 406, ../scss/_background-images.scss */
.svg-slanted-gradient-action-grid-item-bg-color-northside-blue-bg-color {
  background-color: #f0f9fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23c0d5e6' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%2391b1ce' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23618eb5' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23326a9d' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23024685' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 412, ../scss/_background-images.scss */
.svg-slanted-gradient-action-grid-item-bg-color-northside-blue-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 417, ../scss/_background-images.scss */
.svg-slanted-gradient-action-grid-item-bg-color-northside-blue-bg-color a:hover, .svg-slanted-gradient-action-grid-item-bg-color-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 423, ../scss/_background-images.scss */
.svg-slanted-gradient-northside-blue-bg-color-action-grid-item-bg-color {
  background-color: #024685;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23326a9d' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23618eb5' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2391b1ce' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23c0d5e6' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23f0f9fe' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 428, ../scss/_background-images.scss */
.svg-slanted-gradient-northside-blue-bg-color-action-grid-item-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 433, ../scss/_background-images.scss */
.svg-slanted-gradient-northside-blue-bg-color-action-grid-item-bg-color a:hover, .svg-slanted-gradient-northside-blue-bg-color-action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 439, ../scss/_background-images.scss */
.svg-slanted-gradient-parents-bg-color-students-light-bg-color {
  background-color: #58c09f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%2354bcb2' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%2350b7c5' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%234cb3d9' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%2348aeec' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2344aaff' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 446, ../scss/_background-images.scss */
.svg-slanted-gradient-parents-bg-color-students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 451, ../scss/_background-images.scss */
.svg-slanted-gradient-parents-bg-color-students-light-bg-color a:hover, .svg-slanted-gradient-parents-bg-color-students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 457, ../scss/_background-images.scss */
.svg-slanted-gradient-students-light-bg-color-parents-bg-color {
  background-color: #44aaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%2348aeec' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%234cb3d9' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2350b7c5' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%2354bcb2' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%2358c09f' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 463, ../scss/_background-images.scss */
.svg-slanted-gradient-students-light-bg-color-parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 468, ../scss/_background-images.scss */
.svg-slanted-gradient-students-light-bg-color-parents-bg-color a:hover, .svg-slanted-gradient-students-light-bg-color-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 474, ../scss/_background-images.scss */
.svg-slanted-gradient-community-bg-color-employees-bg-color {
  background-color: #e85a3b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23ea6938' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23ed7835' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23ef8733' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23f29630' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23f4a52d' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 481, ../scss/_background-images.scss */
.svg-slanted-gradient-community-bg-color-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 486, ../scss/_background-images.scss */
.svg-slanted-gradient-community-bg-color-employees-bg-color a:hover, .svg-slanted-gradient-community-bg-color-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 492, ../scss/_background-images.scss */
.svg-slanted-gradient-employees-bg-color-community-bg-color {
  background-color: #f4a52d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23f29630' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%23ef8733' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%23ed7835' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23ea6938' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23e85a3b' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 499, ../scss/_background-images.scss */
.svg-slanted-gradient-employees-bg-color-community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 504, ../scss/_background-images.scss */
.svg-slanted-gradient-employees-bg-color-community-bg-color a:hover, .svg-slanted-gradient-employees-bg-color-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 510, ../scss/_background-images.scss */
.svg-slanted-gradient-blackish-bg-color {
  background-color: #2c2c33;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%232f2f37' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%2332323a' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2335353e' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23383841' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%233b3b45' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 517, ../scss/_background-images.scss */
.svg-slanted-gradient-blackish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 522, ../scss/_background-images.scss */
.svg-slanted-gradient-blackish-bg-color a:hover, .svg-slanted-gradient-blackish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 531, ../scss/_background-images.scss */
.svg-flat-mountains-action-grid-item-bg-color {
  background-color: #f0f9fe;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23dee6eb' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23e7f0f5' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23dce3e8' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23dfe7ec' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23d9e1e6' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23d6dfe3' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23d7dee3' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ced6da' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23d4dce1' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23c6cdd2' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23d2d9de' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23bec5c9' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 537, ../scss/_background-images.scss */
.svg-flat-mountains-action-grid-item-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 542, ../scss/_background-images.scss */
.svg-flat-mountains-action-grid-item-bg-color a:hover, .svg-flat-mountains-action-grid-item-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

/* line 548, ../scss/_background-images.scss */
.svg--flat-mountains-northside-blue-bg-color {
  background-color: #024685;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%2302539e' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23035bad' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%2302519b' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%230360b6' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23025098' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%230264be' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23024e95' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%230269c7' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23024d92' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23036dd0' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23024b8f' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%230372d9' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 554, ../scss/_background-images.scss */
.svg--flat-mountains-northside-blue-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 559, ../scss/_background-images.scss */
.svg--flat-mountains-northside-blue-bg-color a:hover, .svg--flat-mountains-northside-blue-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

/* line 565, ../scss/_background-images.scss */
.svg-flat-mountains-parents-bg-color {
  background-color: #58c09f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%235ecca9' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%2362d6b1' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%2359c2a1' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%235ecda9' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%2355b999' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%2359c3a2' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%2350af91' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%2355ba9a' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%234ca589' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%2351b192' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23479c81' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%234da88b' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 572, ../scss/_background-images.scss */
.svg-flat-mountains-parents-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 577, ../scss/_background-images.scss */
.svg-flat-mountains-parents-bg-color a:hover, .svg-flat-mountains-parents-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 583, ../scss/_background-images.scss */
.svg-flat-mountains-students-light-bg-color {
  background-color: #44aaff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%233e9be8' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%233a91d9' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%233d9ae6' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23388cd2' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%233d98e4' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%233687ca' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%233c97e2' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%233483c3' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%233c95e0' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23327ebc' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%233b94de' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%233079b5' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
/* line 588, ../scss/_background-images.scss */
.svg-flat-mountains-students-light-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 593, ../scss/_background-images.scss */
.svg-flat-mountains-students-light-bg-color a:hover, .svg-flat-mountains-students-light-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 599, ../scss/_background-images.scss */
.svg-flat-mountains-community-bg-color {
  background-color: #e85a3b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23cf5035' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23fa6140' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23cc4f34' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23f6603f' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23ca4e33' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23f35e3e' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23c74d33' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23ef5d3d' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23c54c32' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23ec5b3c' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23c24b31' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23e85a3b' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 606, ../scss/_background-images.scss */
.svg-flat-mountains-community-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 611, ../scss/_background-images.scss */
.svg-flat-mountains-community-bg-color a:hover, .svg-flat-mountains-community-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 617, ../scss/_background-images.scss */
.svg-flat-mountains-employees-bg-color {
  background-color: #f4a52d;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23d69128' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23ffb326' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23de9629' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23f5ab26' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23e69c2b' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23eca326' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23eea12c' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23e29b26' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23f7a72e' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23d99426' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23ffac2f' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23cf8c26' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #000000;
}
/* line 624, ../scss/_background-images.scss */
.svg-flat-mountains-employees-bg-color a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 629, ../scss/_background-images.scss */
.svg-flat-mountains-employees-bg-color a:hover, .svg-flat-mountains-employees-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
}

/* line 635, ../scss/_background-images.scss */
.svg-flat-mountains-blackish-bg-color {
  background-color: #2c2c33;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%23000000' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%230f0f12' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%23050507' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23131316' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%230b0b0d' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23161619' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%230f0f12' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%2319191d' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23131316' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%231c1c20' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%2316161a' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%231f1f24' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
}
/* line 642, ../scss/_background-images.scss */
.svg-flat-mountains-blackish-bg-color a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
/* line 647, ../scss/_background-images.scss */
.svg-flat-mountains-blackish-bg-color a:hover, .svg-flat-mountains-blackish-bg-color a:visited a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 656, ../scss/_background-images.scss */
.-transparency-lighten-50-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #000000;
  min-height: 200px;
  position: relative;
}

/* line 662, ../scss/_background-images.scss */
.-transparency-lighten-50-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 678, ../scss/_background-images.scss */
.-transparency-lighten-60-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #000000;
  min-height: 200px;
  position: relative;
}

/* line 684, ../scss/_background-images.scss */
.-transparency-lighten-60-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 700, ../scss/_background-images.scss */
.-transparency-lighten-70-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #000000;
  min-height: 200px;
  position: relative;
}

/* line 706, ../scss/_background-images.scss */
.-transparency-lighten-70-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 722, ../scss/_background-images.scss */
.-transparency-lighten-80-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #000000;
  min-height: 200px;
  position: relative;
}

/* line 728, ../scss/_background-images.scss */
.-transparency-lighten-80-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 747, ../scss/_background-images.scss */
.-transparency-darken-50-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #ffffff;
  min-height: 200px;
  position: relative;
}

/* line 753, ../scss/_background-images.scss */
.-transparency-darken-50-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 769, ../scss/_background-images.scss */
.-transparency-darken-60-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #ffffff;
  min-height: 200px;
  position: relative;
}

/* line 775, ../scss/_background-images.scss */
.-transparency-darken-60-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 791, ../scss/_background-images.scss */
.-transparency-darken-70-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #ffffff;
  min-height: 200px;
  position: relative;
}

/* line 797, ../scss/_background-images.scss */
.-transparency-darken-70-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 813, ../scss/_background-images.scss */
.-transparency-darken-80-percent-bg {
  background: transparent  no-repeat center center/cover;
  color: #ffffff;
  min-height: 200px;
  position: relative;
}

/* line 819, ../scss/_background-images.scss */
.-transparency-darken-80-percent-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 840, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color-color-60-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(240, 249, 254, 0.6);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 852, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color-color-70-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(240, 249, 254, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 864, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color-color-80-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(240, 249, 254, 0.8);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 877, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color-color-60-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(2, 70, 133, 0.6);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* line 888, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color-color-70-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(2, 70, 133, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* line 899, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color-color-80-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(2, 70, 133, 0.8);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* line 912, ../scss/_background-images.scss */
.-transparency-parents-bg-color-color-60-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(88, 192, 159, 0.6);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 924, ../scss/_background-images.scss */
.-transparency-parents-bg-color-color-70-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(88, 192, 159, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 936, ../scss/_background-images.scss */
.-transparency-parents-bg-color-color-80-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(88, 192, 159, 0.8);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 949, ../scss/_background-images.scss */
.-transparency-students-dark-bg-color-color-60-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(51, 122, 183, 0.6);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* line 961, ../scss/_background-images.scss */
.-transparency-students-dark-bg-color-color-70-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(51, 122, 183, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* line 973, ../scss/_background-images.scss */
.-transparency-students-dark-bg-color-color-80-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(51, 122, 183, 0.8);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}

/* line 987, ../scss/_background-images.scss */
.-transparency-community-bg-color-color-30-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(232, 90, 59, 0.3);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 998, ../scss/_background-images.scss */
.-transparency-community-bg-color-color-40-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(232, 90, 59, 0.4);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1009, ../scss/_background-images.scss */
.-transparency-community-bg-color-color-50-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(232, 90, 59, 0.5);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1020, ../scss/_background-images.scss */
.-transparency-community-bg-color-color-60-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(232, 90, 59, 0.6);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1032, ../scss/_background-images.scss */
.-transparency-community-bg-color-color-70-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(232, 90, 59, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1044, ../scss/_background-images.scss */
.-transparency-community-bg-color-color-80-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(232, 90, 59, 0.8);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1058, ../scss/_background-images.scss */
.-transparency-employees-bg-color-color-60-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(244, 165, 45, 0.6);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1070, ../scss/_background-images.scss */
.-transparency-employees-bg-color-color-70-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(244, 165, 45, 0.7);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1082, ../scss/_background-images.scss */
.-transparency-employees-bg-color-color-80-percent-bg {
  min-height: 200px;
  position: relative;
  background-color: rgba(244, 165, 45, 0.8);
  background-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000000;
}

/* line 1097, ../scss/_background-images.scss */
.-transparency-action-grid-item-bg-color {
  background-color: rgba(240, 249, 254, 0.7);
  background-blend-mode: soft-light;
  color: #000000;
}

/* line 1105, ../scss/_background-images.scss */
.-transparency-northside-blue-bg-color {
  background-color: rgba(2, 70, 133, 0.7);
  background-blend-mode: soft-light;
  color: #ffffff;
}

/* line 1113, ../scss/_background-images.scss */
.-transparency-parents-bg-color {
  background-color: rgba(88, 192, 159, 0.7);
  background-blend-mode: soft-light;
  color: #000000;
}

/* line 1121, ../scss/_background-images.scss */
.-transparency-students-light-bg-color {
  background-color: rgba(68, 170, 255, 0.7);
  background-blend-mode: soft-light;
  color: #000000;
}

/* line 1129, ../scss/_background-images.scss */
.-transparency-community-bg-color {
  background-color: rgba(232, 90, 59, 0.7);
  background-blend-mode: soft-light;
  color: #000000;
}

/* line 1137, ../scss/_background-images.scss */
.-transparency-employees-bg-color {
  background-color: rgba(244, 165, 45, 0.7);
  background-blend-mode: soft-light;
  color: #000000;
}

/* line 1145, ../scss/_background-images.scss */
.-transparency-blackish-bg-color {
  background-color: rgba(44, 44, 51, 0.7);
  background-blend-mode: soft-light;
  color: #ffffff;
}

/* line 1154, ../scss/_background-images.scss */
.-transparency-20percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1159, ../scss/_background-images.scss */
.-transparency-20percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.2);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1174, ../scss/_background-images.scss */
.-transparency-30percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1179, ../scss/_background-images.scss */
.-transparency-30percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.3);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1194, ../scss/_background-images.scss */
.-transparency-40percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1199, ../scss/_background-images.scss */
.-transparency-40percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.4);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1214, ../scss/_background-images.scss */
.-transparency-50percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1219, ../scss/_background-images.scss */
.-transparency-50percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1234, ../scss/_background-images.scss */
.-transparency-60percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1239, ../scss/_background-images.scss */
.-transparency-60percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.6);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1254, ../scss/_background-images.scss */
.-transparency-70percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1259, ../scss/_background-images.scss */
.-transparency-70percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1274, ../scss/_background-images.scss */
.-transparency-80percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1279, ../scss/_background-images.scss */
.-transparency-80percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.8);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1294, ../scss/_background-images.scss */
.-transparency-90percent-overlay-blackish-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1299, ../scss/_background-images.scss */
.-transparency-90percent-overlay-blackish-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(44, 44, 51, 0.9);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1316, ../scss/_background-images.scss */
.-transparency-20percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1321, ../scss/_background-images.scss */
.-transparency-20percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.2);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1336, ../scss/_background-images.scss */
.-transparency-30percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1341, ../scss/_background-images.scss */
.-transparency-30percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.3);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1356, ../scss/_background-images.scss */
.-transparency-40percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1362, ../scss/_background-images.scss */
.-transparency-40percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.4);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1377, ../scss/_background-images.scss */
.-transparency-50percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1382, ../scss/_background-images.scss */
.-transparency-50percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1397, ../scss/_background-images.scss */
.-transparency-60percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1402, ../scss/_background-images.scss */
.-transparency-60percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.6);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1417, ../scss/_background-images.scss */
.-transparency-70percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1422, ../scss/_background-images.scss */
.-transparency-70percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1437, ../scss/_background-images.scss */
.-transparency-80percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1442, ../scss/_background-images.scss */
.-transparency-80percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.8);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1457, ../scss/_background-images.scss */
.-transparency-90percent-overlay-medium-gray-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1462, ../scss/_background-images.scss */
.-transparency-90percent-overlay-medium-gray-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(181, 181, 181, 0.9);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1479, ../scss/_background-images.scss */
.-transparency-20percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1484, ../scss/_background-images.scss */
.-transparency-20percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.2);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1499, ../scss/_background-images.scss */
.-transparency-30percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1504, ../scss/_background-images.scss */
.-transparency-30percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.3);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1519, ../scss/_background-images.scss */
.-transparency-40percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1524, ../scss/_background-images.scss */
.-transparency-40percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.4);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1539, ../scss/_background-images.scss */
.-transparency-50percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1544, ../scss/_background-images.scss */
.-transparency-50percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1559, ../scss/_background-images.scss */
.-transparency-60percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1564, ../scss/_background-images.scss */
.-transparency-60percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.6);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1579, ../scss/_background-images.scss */
.-transparency-70percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1584, ../scss/_background-images.scss */
.-transparency-70percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1599, ../scss/_background-images.scss */
.-transparency-80percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1604, ../scss/_background-images.scss */
.-transparency-80percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.8);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1619, ../scss/_background-images.scss */
.-transparency-90percent-overlay-action-grid-item-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1624, ../scss/_background-images.scss */
.-transparency-90percent-overlay-action-grid-item-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 249, 254, 0.9);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1642, ../scss/_background-images.scss */
.-transparency-20percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1647, ../scss/_background-images.scss */
.-transparency-20percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.2);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1663, ../scss/_background-images.scss */
.-transparency-30percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1668, ../scss/_background-images.scss */
.-transparency-30percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.3);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1684, ../scss/_background-images.scss */
.-transparency-40percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1689, ../scss/_background-images.scss */
.-transparency-40percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.4);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1705, ../scss/_background-images.scss */
.-transparency-50percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1710, ../scss/_background-images.scss */
.-transparency-50percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.5);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1726, ../scss/_background-images.scss */
.-transparency-60percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1731, ../scss/_background-images.scss */
.-transparency-60percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.6);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1747, ../scss/_background-images.scss */
.-transparency-70percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1752, ../scss/_background-images.scss */
.-transparency-70percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.7);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1768, ../scss/_background-images.scss */
.-transparency-80percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1773, ../scss/_background-images.scss */
.-transparency-80percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.8);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1789, ../scss/_background-images.scss */
.-transparency-90percent-overlay-northside-blue-bg-color {
  background: transparent url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg") no-repeat center center/cover;
  min-height: 200px;
  position: relative;
}

/* line 1794, ../scss/_background-images.scss */
.-transparency-90percent-overlay-northside-blue-bg-color:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 70, 133, 0.9);
  -moz-transition: background .3s linear;
  -webkit-transition: background .3s linear;
  -o-transition: background .3s linear;
  transition: background .3s linear;
}

/* line 1812, ../scss/_background-images.scss */
.-transparency-lighten-over-text-50-percent-bg {
  min-height: 200px;
  position: relative;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1824, ../scss/_background-images.scss */
.-transparency-lighten-over-text-60-percent-bg {
  min-height: 200px;
  position: relative;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1836, ../scss/_background-images.scss */
.-transparency-lighten-over-text-70-percent-bg {
  min-height: 200px;
  position: relative;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1847, ../scss/_background-images.scss */
.-transparency-lighten-over-text-80-percent-bg {
  min-height: 200px;
  position: relative;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1861, ../scss/_background-images.scss */
.-transparency-darken-over-text-50-percent-bg {
  min-height: 200px;
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1873, ../scss/_background-images.scss */
.-transparency-darken-over-text-60-percent-bg {
  min-height: 200px;
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1885, ../scss/_background-images.scss */
.-transparency-darken-over-text-70-percent-bg {
  min-height: 200px;
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1897, ../scss/_background-images.scss */
.-transparency-darken-over-text-80-percent-bg {
  min-height: 200px;
  position: relative;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* line 1911, ../scss/_background-images.scss */
.bg-aurora {
  color: #fff;
  background: -webkit-linear-gradient(-70deg, #fa7c30 30%, transparent 30%), url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg");
  background: -o-linear-gradient(-70deg, #fa7c30 30%, transparent 30%), url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg");
  background: -moz-linear-gradient(-70deg, #fa7c30 30%, transparent 30%), url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg");
  background: linear-gradient(-70deg, #fa7c30 30%, transparent 30%), url("/sites/default/files/styles/homepage_hero_1200x650/public/images/hero-stock_14.jpg");
  background-size: cover;
  background-position: 50% 21%;
  text-align: right;
}

/* line 1924, ../scss/_background-images.scss */
.-students-bg-image-1 {
  background-image: url("../images/background/students/1.jpg");
}

/* line 1927, ../scss/_background-images.scss */
.-students-bg-image-2 {
  background-image: url("../images/background/students/2.jpg");
}

/* line 1930, ../scss/_background-images.scss */
.-students-bg-image-3 {
  background-image: url("../images/background/students/3.jpg");
}

/* line 1933, ../scss/_background-images.scss */
.-students-bg-image-4 {
  background-image: url("../images/background/students/4.jpg");
}

/* line 1936, ../scss/_background-images.scss */
.-students-bg-image-5 {
  background-image: url("../images/background/students/5.jpg");
}

/* line 1939, ../scss/_background-images.scss */
.-students-bg-image-6 {
  background-image: url("../images/background/students/6.jpg");
}

/* line 1942, ../scss/_background-images.scss */
.-students-bg-image-7 {
  background-image: url("../images/background/students/7.jpg");
}

/* line 1945, ../scss/_background-images.scss */
.-students-bg-image-8 {
  background-image: url("../images/background/students/8.jpg");
}

/* line 1948, ../scss/_background-images.scss */
.-students-bg-image-9 {
  background-image: url("../images/background/students/9.jpg");
}

/* line 1951, ../scss/_background-images.scss */
.-students-bg-image-10 {
  background-image: url("../images/background/students/10.jpg");
}

/* line 1954, ../scss/_background-images.scss */
.-students-bg-image-11 {
  background-image: url("../images/background/students/11.jpg");
}

/* line 1957, ../scss/_background-images.scss */
.-students-bg-image-12 {
  background-image: url("../images/background/students/12.jpg");
}

/* line 1960, ../scss/_background-images.scss */
.-students-bg-image-13 {
  background-image: url("../images/background/students/13.jpg");
}

/* line 1963, ../scss/_background-images.scss */
.-students-bg-image-14 {
  background-image: url("../images/background/students/14.jpg");
}

/* line 1966, ../scss/_background-images.scss */
.-students-bg-image-15 {
  background-image: url("../images/background/students/15.jpg");
}

/* line 1969, ../scss/_background-images.scss */
.-students-bg-image-16 {
  background-image: url("../images/background/students/16.jpg");
}

/* line 1972, ../scss/_background-images.scss */
.-students-bg-image-17 {
  background-image: url("../images/background/students/17.jpg");
}

/* line 1975, ../scss/_background-images.scss */
.-students-bg-image-18 {
  background-image: url("../images/background/students/18.jpg");
}

/* line 1978, ../scss/_background-images.scss */
.-students-bg-image-19 {
  background-image: url("../images/background/students/19.jpg");
}

/* line 1981, ../scss/_background-images.scss */
.-students-bg-image-20 {
  background-image: url("../images/background/students/20.jpg");
}

/* line 1984, ../scss/_background-images.scss */
.-students-bg-image-21 {
  background-image: url("../images/background/students/21.jpg");
}

/* line 1987, ../scss/_background-images.scss */
.-students-bg-image-22 {
  background-image: url("../images/background/students/22.jpg");
}

/* line 1990, ../scss/_background-images.scss */
.-students-bg-image-23 {
  background-image: url("../images/background/students/23.jpg");
}

/* line 1993, ../scss/_background-images.scss */
.-students-bg-image-24 {
  background-image: url("../images/background/students/24.jpg");
}

/* line 1996, ../scss/_background-images.scss */
.-students-bg-image-25 {
  background-image: url("../images/background/students/25.jpg");
}

/* line 1999, ../scss/_background-images.scss */
.-students-bg-image-26 {
  background-image: url("../images/background/students/26.jpg");
}

/* line 2002, ../scss/_background-images.scss */
.-students-bg-image-27 {
  background-image: url("../images/background/students/27.jpg");
}

/* line 2005, ../scss/_background-images.scss */
.-students-bg-image-28 {
  background-image: url("../images/background/students/28.jpg");
}

/* line 2008, ../scss/_background-images.scss */
.-students-bg-image-29 {
  background-image: url("../images/background/students/29.jpg");
}

/* line 2011, ../scss/_background-images.scss */
.-students-bg-image-30 {
  background-image: url("../images/background/students/30.jpg");
}

/* line 2014, ../scss/_background-images.scss */
.-students-bg-image-31 {
  background-image: url("../images/background/students/31.jpg");
}

/* line 2017, ../scss/_background-images.scss */
.-students-bg-image-32 {
  background-image: url("../images/background/students/32.jpg");
}

/* line 2020, ../scss/_background-images.scss */
.-students-bg-image-33 {
  background-image: url("../images/background/students/33.jpg");
}

/* line 2023, ../scss/_background-images.scss */
.-students-bg-image-34 {
  background-image: url("../images/background/students/34.jpg");
}

/* line 2026, ../scss/_background-images.scss */
.-students-bg-image-35 {
  background-image: url("../images/background/students/35.jpg");
}

/* line 2029, ../scss/_background-images.scss */
.-students-bg-image-36 {
  background-image: url("../images/background/students/36.jpg");
}

/* line 2032, ../scss/_background-images.scss */
.-students-bg-image-37 {
  background-image: url("../images/background/students/37.jpg");
}

/* line 2035, ../scss/_background-images.scss */
.-students-bg-image-38 {
  background-image: url("../images/background/students/38.jpg");
}

/* line 2038, ../scss/_background-images.scss */
.-students-bg-image-39 {
  background-image: url("../images/background/students/39.jpg");
}

/* line 2041, ../scss/_background-images.scss */
.-students-bg-image-40 {
  background-image: url("../images/background/students/40.jpg");
}

/* line 2044, ../scss/_background-images.scss */
.-students-bg-image-41 {
  background-image: url("../images/background/students/41.jpg");
}

/* line 2047, ../scss/_background-images.scss */
.-students-bg-image-42 {
  background-image: url("../images/background/students/42.jpg");
}

/* line 2050, ../scss/_background-images.scss */
.-students-bg-image-43 {
  background-image: url("../images/background/students/43.jpg");
}

/* line 2053, ../scss/_background-images.scss */
.-students-bg-image-44 {
  background-image: url("../images/background/students/44.png");
}

/* line 2056, ../scss/_background-images.scss */
.-students-bg-image-45 {
  background-image: url("../images/background/students/45.jpg");
}

/* line 2059, ../scss/_background-images.scss */
.-students-bg-image-46 {
  background-image: url("../images/background/students/46.jpg");
}

/* line 2062, ../scss/_background-images.scss */
.-students-bg-image-47 {
  background-image: url("../images/background/students/47.jpg");
}

/* line 2065, ../scss/_background-images.scss */
.-students-bg-image-48 {
  background-image: url("../images/background/students/48.jpg");
}

/* line 2068, ../scss/_background-images.scss */
.-students-bg-image-49 {
  background-image: url("../images/background/students/49.jpg");
}

/* line 2071, ../scss/_background-images.scss */
.-students-bg-image-50 {
  background-image: url("../images/background/students/50.jpg");
}

/* line 2074, ../scss/_background-images.scss */
.-students-bg-image-51 {
  background-image: url("../images/background/students/51.jpg");
}

/* line 2077, ../scss/_background-images.scss */
.-students-bg-image-52 {
  background-image: url("../images/background/students/52.jpg");
}

/* line 2080, ../scss/_background-images.scss */
.-students-bg-image-53 {
  background-image: url("../images/background/students/53.jpg");
}

/* line 2083, ../scss/_background-images.scss */
.-students-bg-image-54 {
  background-image: url("../images/background/students/54.jpg");
}

/* line 2086, ../scss/_background-images.scss */
.-students-bg-image-55 {
  background-image: url("../images/background/students/55.jpg");
}

/* line 2089, ../scss/_background-images.scss */
.-students-bg-image-56 {
  background-image: url("../images/background/students/56.jpg");
}

/* line 2094, ../scss/_background-images.scss */
.-parents-bg-image-1 {
  background-image: url("../images/background/parents/1.jpg");
}

/* line 2097, ../scss/_background-images.scss */
.-parents-bg-image-2 {
  background-image: url("../images/background/parents/2.jpg");
}

/* line 2100, ../scss/_background-images.scss */
.-parents-bg-image-3 {
  background-image: url("../images/background/parents/3.jpg");
}

/* line 2103, ../scss/_background-images.scss */
.-parents-bg-image-4 {
  background-image: url("../images/background/parents/4.jpg");
}

/* line 2106, ../scss/_background-images.scss */
.-parents-bg-image-5 {
  background-image: url("../images/background/parents/5.jpg");
}

/* line 2109, ../scss/_background-images.scss */
.-parents-bg-image-6 {
  background-image: url("../images/background/parents/6.jpg");
}

/* line 2112, ../scss/_background-images.scss */
.-parents-bg-image-7 {
  background-image: url("../images/background/parents/7.jpg");
}

/* line 2117, ../scss/_background-images.scss */
.-community-bg-image-1 {
  background-image: url("../images/background/community/1.jpg");
}

/* line 2120, ../scss/_background-images.scss */
.-community-bg-image-2 {
  background-image: url("../images/background/community/2.jpg");
}

/* line 2123, ../scss/_background-images.scss */
.-community-bg-image-3 {
  background-image: url("../images/background/community/3.jpg");
}

/* line 2128, ../scss/_background-images.scss */
.-employees-bg-image-1 {
  background-image: url("../images/background/employees/1.jpg");
}

/* line 2131, ../scss/_background-images.scss */
.-employees-bg-image-2 {
  background-image: url("../images/background/employees/2.jpg");
}

/* line 2134, ../scss/_background-images.scss */
.-employees-bg-image-3 {
  background-image: url("../images/background/employees/3.jpg");
}

/* line 2139, ../scss/_background-images.scss */
.-sports-bg-image-1 {
  background-image: url("../images/background/sports/1.jpg");
}

/* line 2142, ../scss/_background-images.scss */
.-sports-bg-image-2 {
  background-image: url("../images/background/sports/2.jpg");
}

/* line 2145, ../scss/_background-images.scss */
.-sports-bg-image-3 {
  background-image: url("../images/background/sports/3.jpg");
}

/* line 2148, ../scss/_background-images.scss */
.-sports-bg-image-4 {
  background-image: url("../images/background/sports/4.jpg");
}

/* line 2151, ../scss/_background-images.scss */
.-sports-bg-image-5 {
  background-image: url("../images/background/sports/5.jpg");
}

/* line 2154, ../scss/_background-images.scss */
.-sports-bg-image-6 {
  background-image: url("../images/background/sports/6.jpg");
}

/* line 2157, ../scss/_background-images.scss */
.-sports-bg-image-7 {
  background-image: url("../images/background/sports/7.jpg");
}

/* line 2160, ../scss/_background-images.scss */
.-sports-bg-image-8 {
  background-image: url("../images/background/sports/8.jpg");
}

/* line 2163, ../scss/_background-images.scss */
.-sports-bg-image-9 {
  background-image: url("../images/background/sports/9.jpg");
}

/* line 2166, ../scss/_background-images.scss */
.-sports-bg-image-10 {
  background-image: url("../images/background/sports/10.jpg");
}

/* line 2169, ../scss/_background-images.scss */
.-sports-bg-image-11 {
  background-image: url("../images/background/sports/11.jpg");
}

/* line 2172, ../scss/_background-images.scss */
.-sports-bg-image-12 {
  background-image: url("../images/background/sports/12.jpg");
}

/* line 2177, ../scss/_background-images.scss */
.-police-bg-image-1 {
  background-image: url("../images/background/police/1.jpg");
}

/* line 2180, ../scss/_background-images.scss */
.-police-bg-image-2 {
  background-image: url("../images/background/police/2.jpg");
}

/* line 2183, ../scss/_background-images.scss */
.-police-bg-image-3 {
  background-image: url("../images/background/police/3.jpg");
}

/* line 2186, ../scss/_background-images.scss */
.-police-bg-image-4 {
  background-image: url("../images/background/police/4.jpg");
}

/* line 2189, ../scss/_background-images.scss */
.-police-bg-image-5 {
  background-image: url("../images/background/police/5.jpg");
}

/* line 2192, ../scss/_background-images.scss */
.-police-bg-image-6 {
  background-image: url("../images/background/police/6.jpg");
}

/* line 2195, ../scss/_background-images.scss */
.-police-bg-image-7 {
  background-image: url("../images/background/police/7.jpg");
}

/* line 2198, ../scss/_background-images.scss */
.-police-bg-image-8 {
  background-image: url("../images/background/police/8.jpg");
}

/* line 2201, ../scss/_background-images.scss */
.-police-bg-image-9 {
  background-image: url("../images/background/police/9.jpg");
}

/* line 2206, ../scss/_background-images.scss */
.-finearts-bg-image-1 {
  background-image: url("../images/background/finearts/1.jpg");
}

/* line 2209, ../scss/_background-images.scss */
.-finearts-bg-image-2 {
  background-image: url("../images/background/finearts/2.jpg");
}

/* line 2212, ../scss/_background-images.scss */
.-finearts-bg-image-3 {
  background-image: url("../images/background/finearts/3.jpg");
}

/* line 2215, ../scss/_background-images.scss */
.-finearts-bg-image-4 {
  background-image: url("../images/background/finearts/4.jpg");
}

/* line 2218, ../scss/_background-images.scss */
.-finearts-bg-image-5 {
  background-image: url("../images/background/finearts/5.jpg");
}

/* line 2221, ../scss/_background-images.scss */
.-finearts-bg-image-6 {
  background-image: url("../images/background/finearts/6.jpg");
}

/* line 2224, ../scss/_background-images.scss */
.-finearts-bg-image-7 {
  background-image: url("../images/background/finearts/7.jpg");
}

/* line 2227, ../scss/_background-images.scss */
.-finearts-bg-image-8 {
  background-image: url("../images/background/finearts/8.jpg");
}

/* line 2230, ../scss/_background-images.scss */
.-finearts-bg-image-9 {
  background-image: url("../images/background/finearts/9.jpg");
}

/* line 2235, ../scss/_background-images.scss */
.-graduation-bg-image-1 {
  background-image: url("../images/background/graduation/1.jpg");
}

/* line 2238, ../scss/_background-images.scss */
.-graduation-bg-image-2 {
  background-image: url("../images/background/graduation/2.jpg");
}

/* line 2241, ../scss/_background-images.scss */
.-graduation-bg-image-3 {
  background-image: url("../images/background/graduation/3.jpg");
}

/* line 2244, ../scss/_background-images.scss */
.-graduation-bg-image-4 {
  background-image: url("../images/background/graduation/4.jpg");
}

/* line 2247, ../scss/_background-images.scss */
.-graduation-bg-image-5 {
  background-image: url("../images/background/graduation/5.jpg");
}

/* line 2250, ../scss/_background-images.scss */
.-graduation-bg-image-6 {
  background-image: url("../images/background/graduation/6.jpg");
}

/* line 2253, ../scss/_background-images.scss */
.-graduation-bg-image-7 {
  background-image: url("../images/background/graduation/7.jpg");
}

/* line 2256, ../scss/_background-images.scss */
.-graduation-bg-image-8 {
  background-image: url("../images/background/graduation/8.jpg");
}

/* line 2259, ../scss/_background-images.scss */
.-graduation-bg-image-9 {
  background-image: url("../images/background/graduation/9.jpg");
}

/* line 2262, ../scss/_background-images.scss */
.-graduation-bg-image-10 {
  background-image: url("../images/background/graduation/10.jpg");
}

/* line 2265, ../scss/_background-images.scss */
.-graduation-bg-image-11 {
  background-image: url("../images/background/graduation/11.jpg");
}

/* line 2268, ../scss/_background-images.scss */
.-graduation-bg-image-12 {
  background-image: url("../images/background/graduation/12.jpg");
}

/* line 2273, ../scss/_background-images.scss */
.-misc-bg-image-1 {
  background-image: url("../images/background/misc/1.jpg");
}

/* line 2276, ../scss/_background-images.scss */
.-misc-bg-image-2 {
  background-image: url("../images/background/misc/2.jpg");
}

/* line 2279, ../scss/_background-images.scss */
.-misc-bg-image-3 {
  background-image: url("../images/background/misc/3.jpg");
}

/* line 2282, ../scss/_background-images.scss */
.-misc-bg-image-4 {
  background-image: url("../images/background/misc/4.jpg");
}

/* line 2285, ../scss/_background-images.scss */
.-misc-bg-image-5 {
  background-image: url("../images/background/misc/5.jpg");
}

/* line 2288, ../scss/_background-images.scss */
.-misc-bg-image-6 {
  background-image: url("../images/background/misc/6.jpg");
}

/* line 2291, ../scss/_background-images.scss */
.-misc-bg-image-7 {
  background-image: url("../images/background/misc/7.jpg");
}

/* line 2294, ../scss/_background-images.scss */
.-misc-bg-image-8 {
  background-image: url("../images/background/misc/8.jpg");
}

/* line 2297, ../scss/_background-images.scss */
.-misc-bg-image-9 {
  background-image: url("../images/background/misc/9.jpg");
}

/* line 2300, ../scss/_background-images.scss */
.-misc-bg-image-10 {
  background-image: url("../images/background/misc/10.jpg");
}

/* line 2303, ../scss/_background-images.scss */
.-misc-bg-image-11 {
  background-image: url("../images/background/misc/11.jpg");
}

/* line 2306, ../scss/_background-images.scss */
.-misc-bg-image-12 {
  background-image: url("../images/background/misc/12.jpg");
}

/* line 2309, ../scss/_background-images.scss */
.-misc-bg-image-13 {
  background-image: url("../images/background/misc/13.jpg");
}

/* line 2312, ../scss/_background-images.scss */
.-misc-bg-image-14 {
  background-image: url("../images/background/misc/14.jpg");
}

/* line 2315, ../scss/_background-images.scss */
.-misc-bg-image-15 {
  background-image: url("../images/background/misc/15.jpg");
}

/* line 2318, ../scss/_background-images.scss */
.-misc-bg-image-16 {
  background-image: url("../images/background/misc/16.jpg");
}

/* line 2321, ../scss/_background-images.scss */
.-misc-bg-image-17 {
  background-image: url("../images/background/misc/17.jpg");
}

/* line 2324, ../scss/_background-images.scss */
.-misc-bg-image-18 {
  background-image: url("../images/background/misc/18.jpg");
}

/* line 2327, ../scss/_background-images.scss */
.-misc-bg-image-19 {
  background-image: url("../images/background/misc/19.jpg");
}

/* line 2330, ../scss/_background-images.scss */
.-misc-bg-image-20 {
  background-image: url("../images/background/misc/20.jpg");
}

/* line 2333, ../scss/_background-images.scss */
.-misc-bg-image-21 {
  background-image: url("../images/background/misc/21.jpg");
}

/* line 2336, ../scss/_background-images.scss */
.-misc-bg-image-22 {
  background-image: url("../images/background/misc/22.jpg");
}

/* line 2339, ../scss/_background-images.scss */
.-misc-bg-image-23 {
  background-image: url("../images/background/misc/23.jpg");
}

/* line 2342, ../scss/_background-images.scss */
.-misc-bg-image-24 {
  background-image: url("../images/background/misc/24.jpg");
}

/* line 2345, ../scss/_background-images.scss */
.-misc-bg-image-25 {
  background-image: url("../images/background/misc/25.jpg");
}

/* line 2348, ../scss/_background-images.scss */
.-misc-bg-image-26 {
  background-image: url("../images/background/misc/26.jpg");
}

/* line 2351, ../scss/_background-images.scss */
.-misc-bg-image-27 {
  background-image: url("../images/background/misc/27.jpg");
}

/* line 2354, ../scss/_background-images.scss */
.-misc-bg-image-28 {
  background-image: url("../images/background/misc/28.jpg");
}

/* line 2357, ../scss/_background-images.scss */
.-misc-bg-image-29 {
  background-image: url("../images/background/misc/29.jpg");
}

/* line 2360, ../scss/_background-images.scss */
.-misc-bg-image-30 {
  background-image: url("../images/background/misc/30.jpg");
}

/* line 2363, ../scss/_background-images.scss */
.-misc-bg-image-31 {
  background-image: url("../images/background/misc/31.jpg");
}

/* line 2366, ../scss/_background-images.scss */
.-misc-bg-image-32 {
  background-image: url("../images/background/misc/32.jpg");
}

/* line 2369, ../scss/_background-images.scss */
.-misc-bg-image-33 {
  background-image: url("../images/background/misc/33.jpg");
}

/* line 2372, ../scss/_background-images.scss */
.-misc-bg-image-34 {
  background-image: url("../images/background/misc/34.jpg");
}

/* line 2375, ../scss/_background-images.scss */
.-misc-bg-image-35 {
  background-image: url("../images/background/misc/35.jpg");
}

/* line 2378, ../scss/_background-images.scss */
.-misc-bg-image-36 {
  background-image: url("../images/background/misc/36.jpg");
}

/* line 2381, ../scss/_background-images.scss */
.-misc-bg-image-37 {
  background-image: url("../images/background/misc/37.jpg");
}

/* line 2384, ../scss/_background-images.scss */
.-misc-bg-image-38 {
  background-image: url("../images/background/misc/38.jpg");
}

/* line 2387, ../scss/_background-images.scss */
.-misc-bg-image-39 {
  background-image: url("../images/background/misc/39.jpg");
}

/* line 2390, ../scss/_background-images.scss */
.-misc-bg-image-40 {
  background-image: url("../images/background/misc/40.jpg");
}

/* line 2393, ../scss/_background-images.scss */
.-misc-bg-image-41 {
  background-image: url("../images/background/misc/41.jpg");
}

/* line 2396, ../scss/_background-images.scss */
.-misc-bg-image-42 {
  background-image: url("../images/background/misc/42.jpg");
}

/* line 2399, ../scss/_background-images.scss */
.-misc-bg-image-43 {
  background-image: url("../images/background/misc/43.jpg");
}

/* line 2402, ../scss/_background-images.scss */
.-misc-bg-image-44 {
  background-image: url("../images/background/misc/44.jpg");
}

/* line 2405, ../scss/_background-images.scss */
.-misc-bg-image-45 {
  background-image: url("../images/background/misc/45.jpg");
}

/* line 2408, ../scss/_background-images.scss */
.-misc-bg-image-46 {
  background-image: url("../images/background/misc/46.jpg");
}

/* line 2411, ../scss/_background-images.scss */
.-misc-bg-image-47 {
  background-image: url("../images/background/misc/47.jpg");
}

/* line 2414, ../scss/_background-images.scss */
.-misc-bg-image-48 {
  background-image: url("../images/background/misc/48.jpg");
}

/* line 2417, ../scss/_background-images.scss */
.-misc-bg-image-49 {
  background-image: url("../images/background/misc/49.jpg");
}

/* line 2420, ../scss/_background-images.scss */
.-misc-bg-image-50 {
  background-image: url("../images/background/misc/50.jpg");
}

/* line 2423, ../scss/_background-images.scss */
.-misc-bg-image-51 {
  background-image: url("../images/background/misc/51.jpg");
}

/*------------------------
mixin that calculates if text needs to be light or dark
depending on the background color passed.

From this W3C document: http://www.webmasterworld.com/r.cgi?f=88&d=9769&url=http://www.w3.org/TR/AERT#color-contrast

Color brightness is determined by the following formula:
((Red value X 299) + (Green value X 587) + (Blue value X 114)) / 1000
------------------------*/
/*** Individual section styles and separators ***/
/* SS Style -- (Ex: ss-style ss-style-triangles) */
/* line 45, ../scss/_background-separators.scss */
.ss-style {
  position: relative;
}

/* Common style for pseudo-elements */
/* line 49, ../scss/_background-separators.scss */
.ss-style::before,
.ss-style::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

/* Triangles -- (Ex: -submarine ss-style ss-style-triangles) */
/* line 59, ../scss/_background-separators.scss */
.ss-style-triangles::before,
.ss-style-triangles::after {
  left: 50%;
  width: 100px;
  height: 100px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* line 67, ../scss/_background-separators.scss */
.ss-style-triangles::before {
  top: -50px;
  background: inherit;
}

/* line 71, ../scss/_background-separators.scss */
.ss-style-triangles::after {
  bottom: -50px;
  z-index: 10;
  background: inherit;
}

/* line 76, ../scss/_background-separators.scss */
.ss-style-triangles.row {
  padding-bottom: 23em;
}

/* Half Circle -- (Ex: -submarine ss-style ss-style-halfcircle) */
/* line 83, ../scss/_background-separators.scss */
.ss-style-halfcircle::before,
.ss-style-halfcircle::after {
  left: 50%;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 94, ../scss/_background-separators.scss */
.ss-style-halfcircle::before {
  top: -50px;
}

/* line 97, ../scss/_background-separators.scss */
.ss-style-halfcircle::after {
  bottom: -50px;
}

/* Multiple Triangles Parents Color --
(Ex: -submarine ss-style ss-style-multitriangles-parents-bg-color) */
/* line 105, ../scss/_background-separators.scss */
.ss-style-multitriangles-parents-bg-color::before,
.ss-style-multitriangles-parents-bg-color::after,
.ss-style-multitriangles-students-light-bg-color::before,
.ss-style-multitriangles-students-light-bg-color::after,
.ss-style-multitriangles-community-bg-color::before,
.ss-style-multitriangles-community-bg-color::after,
.ss-style-multitriangles-employees-bg-color::before,
.ss-style-multitriangles-employees-bg-color::after,
.ss-style-multitriangles-action-grid-item-bg-color::before,
.ss-style-multitriangles-action-grid-item-bg-color::after,
.ss-style-multitriangles-northside-blue-bg-color::before,
.ss-style-multitriangles-northside-blue-bg-color::after,
.ss-style-multitriangles-blackish-bg-color::before,
.ss-style-multitriangles-blackish-bg-color::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* line 127, ../scss/_background-separators.scss */
.ss-style-multitriangles-parents-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #58c09f, 50px -50px 0 #58c09f;
}

/* line 132, ../scss/_background-separators.scss */
.ss-style-multitriangles-parents-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #58c09f, 50px -50px 0 #58c09f;
}

/* line 140, ../scss/_background-separators.scss */
.ss-style-multitriangles-students-light-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #44aaff, 50px -50px 0 #44aaff;
}

/* line 145, ../scss/_background-separators.scss */
.ss-style-multitriangles-students-light-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #44aaff, 50px -50px 0 #44aaff;
}

/* line 153, ../scss/_background-separators.scss */
.ss-style-multitriangles-community-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #e85a3b, 50px -50px 0 #e85a3b;
}

/* line 158, ../scss/_background-separators.scss */
.ss-style-multitriangles-community-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #e85a3b, 50px -50px 0 #e85a3b;
}

/* line 166, ../scss/_background-separators.scss */
.ss-style-multitriangles-employees-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #f4a52d, 50px -50px 0 #f4a52d;
}

/* line 171, ../scss/_background-separators.scss */
.ss-style-multitriangles-employees-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #f4a52d, 50px -50px 0 #f4a52d;
}

/* line 179, ../scss/_background-separators.scss */
.ss-style-multitriangles-action-grid-item-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #f0f9fe, 50px -50px 0 #f0f9fe;
}

/* line 184, ../scss/_background-separators.scss */
.ss-style-multitriangles-action-grid-item-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #f0f9fe, 50px -50px 0 #f0f9fe;
}

/* line 192, ../scss/_background-separators.scss */
.ss-style-multitriangles-northside-blue-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #024685, 50px -50px 0 #024685;
}

/* line 197, ../scss/_background-separators.scss */
.ss-style-multitriangles-northside-blue-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #024685, 50px -50px 0 #024685;
}

/* line 205, ../scss/_background-separators.scss */
.ss-style-multitriangles-blackish-bg-color::before {
  top: -25px;
  background: inherit;
  box-shadow: -50px 50px 0 #2c2c33, 50px -50px 0 #2c2c33;
}

/* line 210, ../scss/_background-separators.scss */
.ss-style-multitriangles-blackish-bg-color::after {
  bottom: -25px;
  z-index: 10;
  background: inherit;
  box-shadow: -50px 50px 0 #2c2c33, 50px -50px 0 #2c2c33;
}

/* Rounded corners bottom -- (Ex: -submarine ss-style ss-style-roundedcorners-bottom) */
/* line 220, ../scss/_background-separators.scss */
.ss-style-roundedcorners-bottom::before {
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 60px;
  border-radius: 0 0 60px 60px;
  background: inherit;
}

/* Top rounded center split and bottom rounded -- (Ex: -submarine ss-style ss-style-roundedsplit)*/
/* line 233, ../scss/_background-separators.scss */
.ss-style-roundedsplit {
  padding-top: 7em;
  border-radius: 0 0 80px 80px;
}

/* line 237, ../scss/_background-separators.scss */
.ss-style-roundedsplit::before,
.ss-style-roundedsplit::after {
  top: -70px;
  left: 0;
  z-index: 10;
  width: 50%;
  height: 70px;
  background: inherit;
}

/* line 246, ../scss/_background-separators.scss */
.ss-style-roundedsplit::before {
  border-radius: 0 80px 0 0;
}

/* line 249, ../scss/_background-separators.scss */
.ss-style-roundedsplit::after {
  left: 50%;
  border-radius: 80px 0 0 0;
}

/* line 257, ../scss/_background-separators.scss */
.ss-style-boxes-parents-bg-color,
.ss-style-boxes-students-light-bg-color,
.ss-style-boxes-community-bg-color,
.ss-style-boxes-employees-bg-color,
.ss-style-boxes-action-grid-item-bg-color,
.ss-style-boxes-northside-blue-bg-color,
.ss-style-boxes-blackish-bg-color {
  padding-top: 4em;
  padding-bottom: 13em;
}

/* line 269, ../scss/_background-separators.scss */
.ss-style-boxes-parents-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #58c09f), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #58c09f 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 281, ../scss/_background-separators.scss */
.ss-style-boxes-students-light-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #44aaff), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #44aaff 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 293, ../scss/_background-separators.scss */
.ss-style-boxes-community-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #e85a3b), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #e85a3b 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 305, ../scss/_background-separators.scss */
.ss-style-boxes-employees-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #f4a52d), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #f4a52d 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 317, ../scss/_background-separators.scss */
.ss-style-boxes-action-grid-item-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #f0f9fe), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #f0f9fe 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 329, ../scss/_background-separators.scss */
.ss-style-boxes-northside-blue-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #024685), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #024685 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 341, ../scss/_background-separators.scss */
.ss-style-boxes-blackish-bg-color::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: -webkit-gradient(linear, 100% 0, 0 100%, color-stop(0.5, #2c2c33), color-stop(0.5, transparent));
  background-image: linear-gradient(to right, #2c2c33 50%, transparent 50%);
  -webkit-background-size: 130px 100%;
  background-size: 130px 100%;
}

/* line 355, ../scss/_background-separators.scss */
.ss-style-zigzag-parents-bg-color::before,
.ss-style-zigzag-parents-bg-color::after,
.ss-style-zigzag-students-light-bg-color::before,
.ss-style-zigzag-students-light-bg-color::after,
.ss-style-zigzag-community-bg-color::before,
.ss-style-zigzag-community-bg-color::after,
.ss-style-zigzag-employees-bg-color::before,
.ss-style-zigzag-employees-bg-color::after,
.ss-style-zigzag-action-grid-item-bg-color::before,
.ss-style-zigzag-action-grid-item-bg-color::after,
.ss-style-zigzag-northside-blue-bg-color::before,
.ss-style-zigzag-northside-blue-bg-color::after,
.ss-style-zigzag-blackish-bg-color::before,
.ss-style-zigzag-blackish-bg-color::after {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%;
}

/* line 378, ../scss/_background-separators.scss */
.ss-style-zigzag-parents-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #58c09f));
  background-image: linear-gradient(315deg, #58c09f 25%, transparent 25%), linear-gradient(45deg, #58c09f 25%, transparent 25%);
  background-position: 50%;
}

/* line 386, ../scss/_background-separators.scss */
.ss-style-zigzag-parents-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #58c09f), color-stop(0.25, #58c09f));
  background-image: linear-gradient(135deg, #58c09f 25%, transparent 25%), linear-gradient(225deg, #58c09f 25%, transparent 25%);
  background-position: 50%;
}

/* line 396, ../scss/_background-separators.scss */
.ss-style-zigzag-students-light-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #44aaff));
  background-image: linear-gradient(315deg, #44aaff 25%, transparent 25%), linear-gradient(45deg, #44aaff 25%, transparent 25%);
  background-position: 50%;
}

/* line 404, ../scss/_background-separators.scss */
.ss-style-zigzag-students-light-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #44aaff), color-stop(0.25, #44aaff));
  background-image: linear-gradient(135deg, #44aaff 25%, transparent 25%), linear-gradient(225deg, #44aaff 25%, transparent 25%);
  background-position: 50%;
}

/* line 414, ../scss/_background-separators.scss */
.ss-style-zigzag-community-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #e85a3b));
  background-image: linear-gradient(315deg, #e85a3b 25%, transparent 25%), linear-gradient(45deg, #e85a3b 25%, transparent 25%);
  background-position: 50%;
}

/* line 422, ../scss/_background-separators.scss */
.ss-style-zigzag-community-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #e85a3b), color-stop(0.25, #e85a3b));
  background-image: linear-gradient(135deg, #e85a3b 25%, transparent 25%), linear-gradient(225deg, #e85a3b 25%, transparent 25%);
  background-position: 50%;
}

/* line 432, ../scss/_background-separators.scss */
.ss-style-zigzag-employees-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #f4a52d));
  background-image: linear-gradient(315deg, #f4a52d 25%, transparent 25%), linear-gradient(45deg, #f4a52d 25%, transparent 25%);
  background-position: 50%;
}

/* line 440, ../scss/_background-separators.scss */
.ss-style-zigzag-employees-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #f4a52d), color-stop(0.25, #f4a52d));
  background-image: linear-gradient(135deg, #f4a52d 25%, transparent 25%), linear-gradient(225deg, #f4a52d 25%, transparent 25%);
  background-position: 50%;
}

/* line 450, ../scss/_background-separators.scss */
.ss-style-zigzag-action-grid-item-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #f0f9fe));
  background-image: linear-gradient(315deg, #f0f9fe 25%, transparent 25%), linear-gradient(45deg, #f0f9fe 25%, transparent 25%);
  background-position: 50%;
}

/* line 458, ../scss/_background-separators.scss */
.ss-style-zigzag-action-grid-item-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #f0f9fe), color-stop(0.25, #f0f9fe));
  background-image: linear-gradient(135deg, #f0f9fe 25%, transparent 25%), linear-gradient(225deg, #f0f9fe 25%, transparent 25%);
  background-position: 50%;
}

/* line 468, ../scss/_background-separators.scss */
.ss-style-zigzag-northside-blue-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #024685));
  background-image: linear-gradient(315deg, #024685 25%, transparent 25%), linear-gradient(45deg, #024685 25%, transparent 25%);
  background-position: 50%;
}

/* line 476, ../scss/_background-separators.scss */
.ss-style-zigzag-northside-blue-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #024685), color-stop(0.25, #024685));
  background-image: linear-gradient(135deg, #024685 25%, transparent 25%), linear-gradient(225deg, #024685 25%, transparent 25%);
  background-position: 50%;
}

/* line 486, ../scss/_background-separators.scss */
.ss-style-zigzag-blackish-bg-color::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, transparent), color-stop(0.25, #2c2c33));
  background-image: linear-gradient(315deg, #2c2c33 25%, transparent 25%), linear-gradient(45deg, #2c2c33 25%, transparent 25%);
  background-position: 50%;
}

/* line 494, ../scss/_background-separators.scss */
.ss-style-zigzag-blackish-bg-color::after {
  top: 100%;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #2c2c33), color-stop(0.25, #2c2c33));
  background-image: linear-gradient(135deg, #2c2c33 25%, transparent 25%), linear-gradient(225deg, #2c2c33 25%, transparent 25%);
  background-position: 50%;
}

/* Big half circle */
/* line 505, ../scss/_background-separators.scss */
#bigHalfCircle path {
  fill: #3498db;
  stroke: #3498db;
}

/* Big triangle with shadow */
/* line 512, ../scss/_background-separators.scss */
#trianglePath1 {
  fill: #3498db;
  stroke: #3498db;
}

/* line 517, ../scss/_background-separators.scss */
#trianglePath2 {
  fill: #2072a7;
  stroke: #2072a7;
}

/* Inclined Zig Zag Top -- (Ex: -submarine ss-style-inczigzag-t-parents-bg-color) */
/* line 525, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-parents-bg-color::before,
.ss-style-inczigzag-t-parents-bg-color::after,
.ss-style-inczigzag-t-students-light-bg-color::before,
.ss-style-inczigzag-t-students-light-bg-color::after,
.ss-style-inczigzag-t-community-bg-color::before,
.ss-style-inczigzag-t-community-bg-color::after,
.ss-style-inczigzag-t-employees-bg-color::before,
.ss-style-inczigzag-t-employees-bg-color::after,
.ss-style-inczigzag-t-action-grid-item-bg-color::before,
.ss-style-inczigzag-t-action-grid-item-bg-color::after,
.ss-style-inczigzag-t-northside-blue-bg-color::before,
.ss-style-inczigzag-t-northside-blue-bg-color::after,
.ss-style-inczigzag-t-blackish-bg-color::before,
.ss-style-inczigzag-t-blackish-bg-color::after {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 100px 100%;
}

/* line 546, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-parents-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #58c09f), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #58c09f 50%, transparent 50%);
}

/* line 553, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-students-light-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #44aaff), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #44aaff 50%, transparent 50%);
}

/* line 560, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-community-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #e85a3b), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #e85a3b 50%, transparent 50%);
}

/* line 567, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-employees-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #f4a52d), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #f4a52d 50%, transparent 50%);
}

/* line 574, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-action-grid-item-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #f0f9fe), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #f0f9fe 50%, transparent 50%);
}

/* line 581, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-northside-blue-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #024685), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #024685 50%, transparent 50%);
}

/* line 588, ../scss/_background-separators.scss */
.ss-style-inczigzag-t-blackish-bg-color::before {
  top: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2c2c33), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #2c2c33 50%, transparent 50%);
}

/* Inclined Zig Zag Bottom -- (Ex: -submarine ss-style-inczigzag-t-parents-bg-color) */
/* line 597, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-parents-bg-color::before,
.ss-style-inczigzag-b-parents-bg-color::after,
.ss-style-inczigzag-b-students-light-bg-color::before,
.ss-style-inczigzag-b-students-light-bg-color::after,
.ss-style-inczigzag-b-community-bg-color::before,
.ss-style-inczigzag-b-community-bg-color::after,
.ss-style-inczigzag-b-employees-bg-color::before,
.ss-style-inczigzag-b-employees-bg-color::after,
.ss-style-inczigzag-b-action-grid-item-bg-color::before,
.ss-style-inczigzag-b-action-grid-item-bg-color::after,
.ss-style-inczigzag-b-northside-blue-bg-color::before,
.ss-style-inczigzag-b-northside-blue-bg-color::after,
.ss-style-inczigzag-b-blackish-bg-color::before,
.ss-style-inczigzag-b-blackish-bg-color::after {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 100px 100%;
}

/* line 618, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-parents-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #58c09f), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #58c09f 50%, transparent 50%);
}

/* line 625, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-students-light-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #44aaff), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #44aaff 50%, transparent 50%);
}

/* line 632, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-community-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #e85a3b), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #e85a3b 50%, transparent 50%);
}

/* line 639, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-employees-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #f4a52d), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #f4a52d 50%, transparent 50%);
}

/* line 646, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-action-grid-item-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #f0f9fe), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #f0f9fe 50%, transparent 50%);
}

/* line 653, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-northside-blue-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #024685), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #024685 50%, transparent 50%);
}

/* line 660, ../scss/_background-separators.scss */
.ss-style-inczigzag-b-blackish-bg-color::after {
  bottom: 0;
  background-image: -webkit-gradient(linear, 0 0, 10% 100%, color-stop(0.5, #2c2c33), color-stop(0.5, transparent));
  background-image: linear-gradient(15deg, #2c2c33 50%, transparent 50%);
}

/* Castle -- (Ex: -submarine ss-style-castle-parents-bg-color) */
/* line 671, ../scss/_background-separators.scss */
.ss-style-castle-parents-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #58c09f 50%, transparent 50%);
  background-image: linear-gradient(40deg, #58c09f 50%, transparent 50%);
}

/* line 682, ../scss/_background-separators.scss */
.ss-style-castle-students-light-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #44aaff 50%, transparent 50%);
  background-image: linear-gradient(40deg, #44aaff 50%, transparent 50%);
}

/* line 693, ../scss/_background-separators.scss */
.ss-style-castle-community-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #e85a3b 50%, transparent 50%);
  background-image: linear-gradient(40deg, #e85a3b 50%, transparent 50%);
}

/* line 704, ../scss/_background-separators.scss */
.ss-style-castle-employees-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #f4a52d 50%, transparent 50%);
  background-image: linear-gradient(40deg, #f4a52d 50%, transparent 50%);
}

/* line 715, ../scss/_background-separators.scss */
.ss-style-castle-action-grid-item-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #f0f9fe 50%, transparent 50%);
  background-image: linear-gradient(40deg, #f0f9fe 50%, transparent 50%);
}

/* line 726, ../scss/_background-separators.scss */
.ss-style-castle-northside-blue-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #024685 50%, transparent 50%);
  background-image: linear-gradient(40deg, #024685 50%, transparent 50%);
}

/* line 737, ../scss/_background-separators.scss */
.ss-style-castle-blackish-bg-color::before {
  left: 0;
  width: 100%;
  height: 50px;
  background-size: 200px 100%;
  top: 0;
  background-image: -webkit-linear-gradient(40deg, #2c2c33 50%, transparent 50%);
  background-image: linear-gradient(40deg, #2c2c33 50%, transparent 50%);
}

/* Folded corner -- (Ex: -submarine ss-style-foldedcorner-parents-bg-color) */
/* line 750, ../scss/_background-separators.scss */
.ss-style-foldedcorner-parents-bg-color::before,
.ss-style-foldedcorner-parents-bg-color::after,
.ss-style-foldedcorner-students-light-bg-color::before,
.ss-style-foldedcorner-students-light-bg-color::after,
.ss-style-foldedcorner-community-bg-color::before,
.ss-style-foldedcorner-community-bg-color::after,
.ss-style-foldedcorner-employees-bg-color::before,
.ss-style-foldedcorner-employees-bg-color::after,
.ss-style-foldedcorner-action-grid-item-bg-color::before,
.ss-style-foldedcorner-action-grid-item-bg-color::after,
.ss-style-foldedcorner-northside-blue-bg-color::before,
.ss-style-foldedcorner-northside-blue-bg-color::after,
.ss-style-foldedcorner-blackish-bg-color::before,
.ss-style-foldedcorner-blackish-bg-color::after {
  bottom: 0;
  width: 100px;
  height: 100px;
}

/* line 770, ../scss/_background-separators.scss */
.ss-style-foldedcorner-parents-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #46b994 50%, #58c09f 50%);
  background-image: linear-gradient(315deg, #58c09f 50%, #46b994 50%);
}

/* line 775, ../scss/_background-separators.scss */
.ss-style-foldedcorner-parents-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #58c09f 50%);
  background-image: linear-gradient(315deg, #58c09f 50%, transparent 50%);
}

/* line 782, ../scss/_background-separators.scss */
.ss-style-foldedcorner-students-light-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #2b9eff 50%, #44aaff 50%);
  background-image: linear-gradient(315deg, #44aaff 50%, #2b9eff 50%);
}

/* line 787, ../scss/_background-separators.scss */
.ss-style-foldedcorner-students-light-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #44aaff 50%);
  background-image: linear-gradient(315deg, #44aaff 50%, transparent 50%);
}

/* line 794, ../scss/_background-separators.scss */
.ss-style-foldedcorner-community-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #e54724 50%, #e85a3b 50%);
  background-image: linear-gradient(315deg, #e85a3b 50%, #e54724 50%);
}

/* line 799, ../scss/_background-separators.scss */
.ss-style-foldedcorner-community-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #e85a3b 50%);
  background-image: linear-gradient(315deg, #e85a3b 50%, transparent 50%);
}

/* line 806, ../scss/_background-separators.scss */
.ss-style-foldedcorner-employees-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #f39b15 50%, #f4a52d 50%);
  background-image: linear-gradient(315deg, #f4a52d 50%, #f39b15 50%);
}

/* line 811, ../scss/_background-separators.scss */
.ss-style-foldedcorner-employees-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #f4a52d 50%);
  background-image: linear-gradient(315deg, #f4a52d 50%, transparent 50%);
}

/* line 818, ../scss/_background-separators.scss */
.ss-style-foldedcorner-action-grid-item-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #d8effc 50%, #f0f9fe 50%);
  background-image: linear-gradient(315deg, #f0f9fe 50%, #d8effc 50%);
}

/* line 823, ../scss/_background-separators.scss */
.ss-style-foldedcorner-action-grid-item-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #f0f9fe 50%);
  background-image: linear-gradient(315deg, #f0f9fe 50%, transparent 50%);
}

/* line 830, ../scss/_background-separators.scss */
.ss-style-foldedcorner-northside-blue-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #02396c 50%, #024685 50%);
  background-image: linear-gradient(315deg, #024685 50%, #02396c 50%);
}

/* line 835, ../scss/_background-separators.scss */
.ss-style-foldedcorner-northside-blue-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #024685 50%);
  background-image: linear-gradient(315deg, #024685 50%, transparent 50%);
}

/* line 842, ../scss/_background-separators.scss */
.ss-style-foldedcorner-blackish-bg-color::before {
  right: 0;
  background-image: -webkit-linear-gradient(top left, #202025 50%, #2c2c33 50%);
  background-image: linear-gradient(315deg, #2c2c33 50%, #202025 50%);
}

/* line 847, ../scss/_background-separators.scss */
.ss-style-foldedcorner-blackish-bg-color::after {
  right: 100px;
  background-image: -webkit-linear-gradient(top left, transparent 50%, #2c2c33 50%);
  background-image: linear-gradient(315deg, #2c2c33 50%, transparent 50%);
}

/* Dots -- Ex: ss-style ss-style-dots-blackish-bg-color */
/* line 857, ../scss/_background-separators.scss */
.ss-style-dots-blackish-bg-color::before {
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2c2c33;
  box-shadow: 30px 0 #2c2c33, -30px 0 #2c2c33;
}

/* line 870, ../scss/_background-separators.scss */
.ss-style-dots-action-grid-item-bg-color::before {
  bottom: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f0f9fe;
  box-shadow: 30px 0 #f0f9fe, -30px 0 #f0f9fe;
}

/* Double Line -- Ex: ss-style ss-style-doubleline-blackish-bg-color */
/* line 886, ../scss/_background-separators.scss */
.ss-style-doubleline-blackish-bg-color::before {
  bottom: 30px;
  width: 140px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #2c2c33;
  box-shadow: 0 30px 0 #2c2c33;
}

/* line 898, ../scss/_background-separators.scss */
.ss-style-doubleline-action-grid-item-bg-color::before {
  bottom: 30px;
  width: 140px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f0f9fe;
  box-shadow: 0 30px 0 #f0f9fe;
}

/* Cross -- Ex: ss-style ss-style-cross-blackish-bg-color */
/* line 913, ../scss/_background-separators.scss */
.ss-style-cross-blackish-bg-color {
  padding-bottom: 15em;
}

/* line 916, ../scss/_background-separators.scss */
.ss-style-cross-blackish-bg-color::before,
.ss-style-cross-blackish-bg-color::after {
  background: #2c2c33;
  bottom: 70px;
  width: 200px;
  height: 2px;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 926, ../scss/_background-separators.scss */
.ss-style-cross-blackish-bg-color::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* line 930, ../scss/_background-separators.scss */
.ss-style-cross-blackish-bg-color::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/* line 936, ../scss/_background-separators.scss */
.ss-style-cross-action-grid-item-bg-color {
  padding-bottom: 15em;
}

/* line 939, ../scss/_background-separators.scss */
.ss-style-cross-action-grid-item-bg-color::before,
.ss-style-cross-action-grid-item-bg-color::after {
  background: #f0f9fe;
  bottom: 70px;
  width: 200px;
  height: 2px;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

/* line 949, ../scss/_background-separators.scss */
.ss-style-cross-action-grid-item-bg-color::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

/* line 953, ../scss/_background-separators.scss */
.ss-style-cross-action-grid-item-bg-color::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

/* line 962, ../scss/_background-separators.scss */
.arrow-top-down-bg-parents-bg-color {
  background: #58c09f;
  color: #fff;
  padding-top: 145px;
  position: relative;
  text-align: center;
}

/* line 969, ../scss/_background-separators.scss */
.arrow-top-down-bg-parents-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #58c09f;
  transform: skewY(10deg);
}

/* line 979, ../scss/_background-separators.scss */
.arrow-top-down-bg-parents-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #58c09f;
  transform: skewY(-10deg);
}

/* line 991, ../scss/_background-separators.scss */
.arrow-top-down-bg-students-light-bg-color {
  background: #44aaff;
  padding-top: 145px;
  position: relative;
}

/* line 996, ../scss/_background-separators.scss */
.arrow-top-down-bg-students-light-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #44aaff;
  transform: skewY(10deg);
}

/* line 1006, ../scss/_background-separators.scss */
.arrow-top-down-bg-students-light-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #44aaff;
  transform: skewY(-10deg);
}

/* line 1018, ../scss/_background-separators.scss */
.arrow-top-down-bg-community-bg-color {
  background: #e85a3b;
  padding-top: 145px;
  position: relative;
}

/* line 1023, ../scss/_background-separators.scss */
.arrow-top-down-bg-community-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #e85a3b;
  transform: skewY(10deg);
}

/* line 1033, ../scss/_background-separators.scss */
.arrow-top-down-bg-community-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #e85a3b;
  transform: skewY(-10deg);
}

/* line 1045, ../scss/_background-separators.scss */
.arrow-top-down-bg-employees-bg-color {
  background: #f4a52d;
  padding-top: 145px;
  position: relative;
}

/* line 1050, ../scss/_background-separators.scss */
.arrow-top-down-bg-employees-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #f4a52d;
  transform: skewY(10deg);
}

/* line 1060, ../scss/_background-separators.scss */
.arrow-top-down-bg-employees-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #f4a52d;
  transform: skewY(-10deg);
}

/* line 1072, ../scss/_background-separators.scss */
.arrow-top-down-bg-action-grid-item-bg-color {
  background: #f0f9fe;
  padding-top: 145px;
  position: relative;
}

/* line 1077, ../scss/_background-separators.scss */
.arrow-top-down-bg-action-grid-item-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #f0f9fe;
  transform: skewY(10deg);
}

/* line 1087, ../scss/_background-separators.scss */
.arrow-top-down-bg-action-grid-item-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #f0f9fe;
  transform: skewY(-10deg);
}

/* line 1099, ../scss/_background-separators.scss */
.arrow-top-down-bg-northside-blue-bg-color {
  background: #024685;
  padding-top: 145px;
  position: relative;
}

/* line 1104, ../scss/_background-separators.scss */
.arrow-top-down-bg-northside-blue-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #024685;
  transform: skewY(10deg);
}

/* line 1114, ../scss/_background-separators.scss */
.arrow-top-down-bg-northside-blue-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #024685;
  transform: skewY(-10deg);
}

/* line 1126, ../scss/_background-separators.scss */
.arrow-top-down-bg-blackish-bg-color {
  background: #2c2c33;
  padding-top: 145px;
  position: relative;
}

/* line 1131, ../scss/_background-separators.scss */
.arrow-top-down-bg-blackish-bg-color:before {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  left: 0;
  background: #2c2c33;
  transform: skewY(10deg);
}

/* line 1141, ../scss/_background-separators.scss */
.arrow-top-down-bg-blackish-bg-color:after {
  position: absolute;
  content: "";
  width: 60%;
  height: 125px;
  top: -50px;
  right: 0;
  background: #2c2c33;
  transform: skewY(-10deg);
}

/* line 35, ../scss/style.scss */
.handbook {
  counter-reset: section;
}
/* line 38, ../scss/style.scss */
.handbook h2:before,
.handbook h3:before,
.handbook h4:before {
  position: absolute;
  color: #909090 !important;
}
/* line 44, ../scss/style.scss */
.handbook h2 {
  counter-reset: h3;
  counter-increment: section;
  background-color: #3a7ab8 !important;
  color: white !important;
}
/* line 50, ../scss/style.scss */
.handbook h3 {
  counter-reset: h4;
  background-color: #cfcfcf !important;
}
/* line 54, ../scss/style.scss */
.handbook h4 {
  background-color: #efefef !important;
}

/* line 60, ../scss/style.scss */
.user-logged-in .handbook h3:before {
  counter-increment: h3;
  content: counter(section,upper-alpha) counter(h3);
  left: -1.4em;
}
/* line 65, ../scss/style.scss */
.user-logged-in .handbook h4:before {
  counter-increment: h4;
  content: counter(h4);
  left: -.5em;
}

/* line 75, ../scss/style.scss */
.region-content .school-listing .views-view-grid > .row {
  padding-top: 0;
  padding-bottom: 0;
}
/* line 79, ../scss/style.scss */
.region-content .school-listing .views-view-grid > .row > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
/* line 85, ../scss/style.scss */
.region-content .school-listing .school {
  padding-top: .75em;
  padding-bottom: .75em;
  margin-bottom: 2em;
  border: 2px solid #337ab7;
  border-radius: 10px;
}
/* line 92, ../scss/style.scss */
.region-content .school-listing .school h3,
.region-content .school-listing .school p {
  margin-top: 0;
  margin-bottom: .25em;
}

/* line 104, ../scss/style.scss */
.view-group-membership .view-header li {
  margin-bottom: 1em;
}
/* line 109, ../scss/style.scss */
.view-group-membership .view-content {
  margin: 1em 0;
}
/* line 112, ../scss/style.scss */
.view-group-membership .view-content .views-row {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 0.5em 1em 1em;
  margin-bottom: 1em;
  background-color: #f6f6f6;
  transition: background-color 0.3s;
}
/* line 120, ../scss/style.scss */
.view-group-membership .view-content .views-row:hover {
  background-color: #fff;
}
/* line 124, ../scss/style.scss */
.view-group-membership .view-content .views-row strong {
  font-size: large;
}
/* line 128, ../scss/style.scss */
.view-group-membership .view-content .views-row .btn {
  padding: 0 1em;
  border-color: #a6a6a6;
  background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
}
/* line 133, ../scss/style.scss */
.view-group-membership .view-content .views-row .btn:hover {
  background-color: #fff;
  background-image: none;
}

/* line 142, ../scss/style.scss */
.http-403 {
  padding: 3em;
}
