@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
@-webkit-keyframes ScrollBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes ScrollBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../sass/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

/* line 110, ../sass/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, ../sass/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 127, ../sass/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

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

/* line 145, ../sass/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 154, ../sass/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 170, ../sass/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 174, ../sass/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 185, ../sass/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 193, ../sass/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 204, ../sass/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 212, ../sass/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  height: 0;
}

/* line 221, ../sass/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/* line 266, ../sass/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 277, ../sass/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

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

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

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

/* line 322, ../sass/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

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

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

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

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

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

/* line 387, ../sass/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 396, ../sass/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 405, ../sass/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 416, ../sass/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 421, ../sass/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
/* line 24, ../sass/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 27, ../sass/bootstrap/_scaffolding.scss */
body {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  color: #333333;
  background-color: #F4F4F4;
}

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

/* line 48, ../sass/bootstrap/_scaffolding.scss */
a {
  color: #333333;
  text-decoration: none;
}
/* line 52, ../sass/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #F39205;
  text-decoration: underline;
}
/* line 58, ../sass/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

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

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

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

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

/* line 113, ../sass/bootstrap/_scaffolding.scss */
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #F4F4F4;
}

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

/* line 141, ../sass/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, ../sass/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../sass/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
/* line 16, ../sass/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: normal;
  line-height: 1;
  color: #DBDBDB;
}

/* line 24, ../sass/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
/* line 30, ../sass/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, ../sass/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
/* line 41, ../sass/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, ../sass/bootstrap/_type.scss */
h1, .h1 {
  font-size: 30px;
}

/* line 48, ../sass/bootstrap/_type.scss */
h2, .h2 {
  font-size: 26px;
}

/* line 49, ../sass/bootstrap/_type.scss */
h3, .h3 {
  font-size: 26px;
}

/* line 50, ../sass/bootstrap/_type.scss */
h4, .h4 {
  font-size: 24px;
}

/* line 51, ../sass/bootstrap/_type.scss */
h5, .h5 {
  font-size: 20px;
}

/* line 52, ../sass/bootstrap/_type.scss */
h6, .h6 {
  font-size: 18px;
}

/* line 58, ../sass/bootstrap/_type.scss */
p {
  margin: 0 0 12.5px;
}

/* line 62, ../sass/bootstrap/_type.scss */
.lead {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../sass/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 78, ../sass/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

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

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

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

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

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

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

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

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

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

/* line 102, ../sass/bootstrap/_type.scss */
.text-muted {
  color: #DBDBDB;
}

/* line 5, ../sass/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #F39205;
}

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

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

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

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

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

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

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

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

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

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

/* line 5, ../sass/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #F39205;
}

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

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

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

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

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

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

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

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

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

/* line 138, ../sass/bootstrap/_type.scss */
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #F4F4F4;
}

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

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

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

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

/* line 189, ../sass/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.62;
}

/* line 193, ../sass/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

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

/* line 14, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../sass/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, ../sass/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, ../sass/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #DBDBDB;
}

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

/* line 241, ../sass/bootstrap/_type.scss */
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 20px;
  border-left: 5px solid #F4F4F4;
}
/* line 250, ../sass/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 257, ../sass/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.62;
  color: #DBDBDB;
}
/* line 265, ../sass/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../sass/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #F4F4F4;
  border-left: 0;
  text-align: right;
}
/* line 286, ../sass/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, ../sass/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, ../sass/bootstrap/_type.scss */
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.62;
}

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

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

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

/* line 11, ../sass/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-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 60, ../sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 1, ../sass/base/_forms.scss */
.form-item {
  vertical-align: middle;
}

/* line 5, ../sass/base/_forms.scss */
input[type=submit],
button,
.button,
.logged-in .action-links a,
.wysiwyg-button a,
.edit-link a {
  display: inline-block;
  background-color: #43C7F4;
  color: white;
  font-weight: 700;
  padding: 13px 45px;
  border: 1px solid #43C7F4;
  transition: background-color .4s;
}
/* line 18, ../sass/base/_forms.scss */
input[type=submit]:hover, input[type=submit]:focus,
button:hover,
button:focus,
.button:hover,
.logged-in .action-links a:hover,
.button:focus,
.logged-in .action-links a:focus,
.wysiwyg-button a:hover,
.wysiwyg-button a:focus,
.edit-link a:hover,
.edit-link a:focus {
  color: white;
  background-color: #0da9de;
}
/* line 24, ../sass/base/_forms.scss */
input[type=submit].disabled,
button.disabled,
.button.disabled,
.logged-in .action-links a.disabled,
.wysiwyg-button a.disabled,
.edit-link a.disabled {
  color: #333333;
  background-color: white;
  cursor: default;
}

/* line 31, ../sass/base/_forms.scss */
.wysiwyg-button {
  text-align: center;
  clear: both;
  margin: 30px 0;
}

/* line 37, ../sass/base/_forms.scss */
.edit-link {
  margin-left: 2px;
}
/* line 40, ../sass/base/_forms.scss */
.page-people .edit-link {
  display: block;
  float: right;
  margin-top: -30px;
}
/* line 46, ../sass/base/_forms.scss */
.edit-link a {
  font-size: 12px;
  padding: 5px 10px;
}

/* line 52, ../sass/base/_forms.scss */
input[type=text],
input[type=number],
input[type=email],
input[type=password] {
  display: inline-block;
  line-height: 1.62;
  padding: 13px 14px;
  border: 1px solid #DBDBDB;
  outline: 0;
}

/* line 64, ../sass/base/_forms.scss */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  background-color: white;
  background-image: url("../images/select_controls.png");
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  font-weight: bold;
  padding: 13px 40px 13px 20px;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: border .4s;
}
/* line 81, ../sass/base/_forms.scss */
select:hover, select:focus {
  border-color: #5E5F63;
}

/* line 1, ../sass/base/_table.scss */
table {
  font-size: 14px;
  width: 100%;
}
/* line 5, ../sass/base/_table.scss */
table thead,
table tbody {
  border: none;
}
/* line 10, ../sass/base/_table.scss */
table th, table td {
  vertical-align: middle;
  padding: 3px;
  border: none;
}
/* line 16, ../sass/base/_table.scss */
table p {
  margin: 0;
}
/* line 20, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table, .field-type-field-body.field-type-text-long table {
  width: 100% !important;
  background-color: rgba(221, 245, 253, 0.5);
  font-size: 16px;
  margin: 15px 0 30px;
  border: none;
  border-top: 2px solid #43C7F4;
  border-bottom: 2px solid #43C7F4;
}
/* line 30, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table thead, .field-name-body.field-type-text-with-summary table tbody,
.field-name-body.field-type-text-with-summary table tr, .field-name-body.field-type-text-with-summary table th, .field-name-body.field-type-text-with-summary table td, .field-type-field-body.field-type-text-long table thead, .field-type-field-body.field-type-text-long table tbody,
.field-type-field-body.field-type-text-long table tr, .field-type-field-body.field-type-text-long table th, .field-type-field-body.field-type-text-long table td {
  background: none;
  border: none;
}
/* line 36, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table th, .field-name-body.field-type-text-with-summary table td, .field-type-field-body.field-type-text-long table th, .field-type-field-body.field-type-text-long table td {
  padding: 5px 15px;
}
/* line 41, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table tr:first-child th, .field-name-body.field-type-text-with-summary table tr:first-child td, .field-type-field-body.field-type-text-long table tr:first-child th, .field-type-field-body.field-type-text-long table tr:first-child td {
  padding-top: 15px;
}
/* line 47, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table tr:last-child th, .field-name-body.field-type-text-with-summary table tr:last-child td, .field-type-field-body.field-type-text-long table tr:last-child th, .field-type-field-body.field-type-text-long table tr:last-child td {
  padding-bottom: 15px;
}
/* line 52, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table p, .field-type-field-body.field-type-text-long table p {
  margin-bottom: 15px;
}
/* line 56, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table.bordered, .field-type-field-body.field-type-text-long table.bordered {
  background-color: transparent;
  border-top: 1px solid #DBDBDB;
  border-bottom: none;
}
/* line 61, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table.bordered tr, .field-type-field-body.field-type-text-long table.bordered tr {
  border-bottom: 1px solid #DBDBDB;
}
/* line 65, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table.bordered th, .field-name-body.field-type-text-with-summary table.bordered td, .field-type-field-body.field-type-text-long table.bordered th, .field-type-field-body.field-type-text-long table.bordered td {
  border-left: 1px solid #DBDBDB;
}
/* line 68, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table.bordered th:last-child, .field-name-body.field-type-text-with-summary table.bordered td:last-child, .field-type-field-body.field-type-text-long table.bordered th:last-child, .field-type-field-body.field-type-text-long table.bordered td:last-child {
  border-right: 1px solid #DBDBDB;
}
/* line 73, ../sass/base/_table.scss */
.field-name-body.field-type-text-with-summary table.bordered th, .field-name-body.field-type-text-with-summary table.bordered thead, .field-type-field-body.field-type-text-long table.bordered th, .field-type-field-body.field-type-text-long table.bordered thead {
  border-bottom: 3px solid #DBDBDB;
}

/* line 1, ../sass/base/_typography.scss */
p {
  margin-bottom: 25px;
}

/* line 5, ../sass/base/_typography.scss */
h1 {
  font-weight: 300;
}

/* line 9, ../sass/base/_typography.scss */
h2 {
  font-weight: 700;
}

/* line 13, ../sass/base/_typography.scss */
h3 {
  font-weight: 300;
}

/* line 17, ../sass/base/_typography.scss */
h4 {
  font-weight: 400;
}

/* line 21, ../sass/base/_typography.scss */
h5 {
  font-weight: 700;
}

/* line 25, ../sass/base/_typography.scss */
h6 {
  font-weight: 700;
}

@media (min-width: 768px) {
  /* line 30, ../sass/base/_typography.scss */
  h1 {
    font-size: 40px;
  }

  /* line 34, ../sass/base/_typography.scss */
  h2 {
    font-size: 32px;
  }

  /* line 38, ../sass/base/_typography.scss */
  h3 {
    font-size: 28px;
  }
}
/* line 43, ../sass/base/_typography.scss */
main ul,
main ol {
  font-size: 14px;
  line-height: 1.3;
  padding-left: 50px;
  margin-top: 0;
}
/* line 50, ../sass/base/_typography.scss */
main ul li,
main ol li {
  margin-bottom: 18px;
}

/* line 56, ../sass/base/_typography.scss */
main a,
.sudo-link,
.title-banner .introduction a {
  position: relative;
  border-bottom: 1px solid #F39205;
  transition: color .3s;
}
/* line 62, ../sass/base/_typography.scss */
main a:hover, main a:focus,
.sudo-link:hover,
.title-banner .introduction a:hover,
.sudo-link:focus,
.title-banner .introduction a:focus {
  color: #F39205;
  text-decoration: none;
}

/* line 68, ../sass/base/_typography.scss */
blockquote {
  width: 100%;
  font-family: "adelle", serif;
  font-size: 28px;
  font-weight: 100;
  letter-spacing: -.5px;
  line-height: 1.2;
  padding: 0;
  margin: 60px 0;
}
/* line 78, ../sass/base/_typography.scss */
blockquote:before {
  content: "\201C";
}
/* line 82, ../sass/base/_typography.scss */
blockquote:after {
  content: "\201D";
}
/* line 86, ../sass/base/_typography.scss */
blockquote p {
  display: inline;
}
@media (min-width: 768px) {
  /* line 68, ../sass/base/_typography.scss */
  blockquote {
    font-size: 40px;
    letter-spacing: -2px;
  }
}

/* line 96, ../sass/base/_typography.scss */
figure {
  display: table;
}

/* line 100, ../sass/base/_typography.scss */
figcaption {
  display: table-caption;
  caption-side: bottom;
}
/* line 104, ../sass/base/_typography.scss */
img + figcaption {
  margin-top: -25px;
  margin-bottom: 30px;
}

/* line 1, ../sass/modules/inline_elements/_breadcrumb.scss */
.breadcrumb {
  color: #B3B3B3;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  margin: 10px 0 15px;
  background: #fff;
}
/* line 8, ../sass/modules/inline_elements/_breadcrumb.scss */
.breadcrumb a {
  color: #B3B3B3;
  transition: color .4s;
  padding: 0 5px;
}
/* line 13, ../sass/modules/inline_elements/_breadcrumb.scss */
.breadcrumb a:hover, .breadcrumb a:focus {
  text-decoration: none;
  color: #848488;
}

/* line 1, ../sass/modules/inline_elements/_label.scss */
.label {
  color: #43C7F4;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 4, ../sass/modules/inline_elements/_label.scss */
.label.ctech {
  color: #b3b3b3;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 9, ../sass/modules/inline_elements/_label.scss */
.label + .label:before {
  content: "\2022";
  display: inline-block;
  margin-right: 3px;
}

/* line 1, ../sass/modules/inline_elements/_more_link.scss */
.more-link {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 7, ../sass/modules/inline_elements/_more_link.scss */
.more-link a {
  border-bottom: none;
}
/* line 28, ../sass/base/_mixins.scss */
.more-link a:after {
  content: "\2192";
  color: #F39205;
  font-size: 18px;
  transition: margin .4s;
}
/* line 35, ../sass/base/_mixins.scss */
.more-link a:hover:after, .more-link a:focus:after {
  margin-left: 2px;
}

/* line 1, ../sass/modules/inline_elements/_text_colors.scss */
.text-primary {
  color: #F39205;
}

/* line 5, ../sass/modules/inline_elements/_text_colors.scss */
.text-blue {
  color: #43C7F4;
}

/* line 9, ../sass/modules/inline_elements/_text_colors.scss */
.text-red {
  color: #F9523b;
}

/* line 1, ../sass/modules/inline_elements/_timestamp.scss */
.timestamp {
  color: #848488;
  font-size: 10px;
  line-height: 1;
}

/* line 1, ../sass/modules/inline_elements/_wysiwyg_images.scss */
.wysiwyg-caption {
  display: inline-block;
  font-size: 14px;
  font-family: "adelle", serif;
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
}

/* !importants are necessary to override WYSIWYG inline styles =( */
/* line 11, ../sass/modules/inline_elements/_wysiwyg_images.scss */
.field-type-text-long img,
.field-type-text-with-summary img {
  margin: 30px 0;
}
@media (min-width: 480px) {
  /* line 16, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  .field-type-text-long img[style*="float"][style*="left"],
  .field-type-text-with-summary img[style*="float"][style*="left"] {
    margin-top: 0;
    margin-right: 30px;
  }
  /* line 20, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  .field-type-text-long img[style*="float"][style*="left"] + figcaption,
  .field-type-text-with-summary img[style*="float"][style*="left"] + figcaption {
    margin-right: 30px;
  }
  /* line 25, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  .field-type-text-long img[style*="float"][style*="right"],
  .field-type-text-with-summary img[style*="float"][style*="right"] {
    margin-top: 0;
    margin-left: 30px;
  }
  /* line 29, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  .field-type-text-long img[style*="float"][style*="right"] + figcaption,
  .field-type-text-with-summary img[style*="float"][style*="right"] + figcaption {
    margin-left: 30px;
  }
  /* line 34, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  .field-type-text-long img img.large,
  .field-type-text-long img img.xl,
  .field-type-text-with-summary img img.large,
  .field-type-text-with-summary img img.xl {
    margin: 30px 0;
  }
}

/* line 41, ../sass/modules/inline_elements/_wysiwyg_images.scss */
img.thumbnail {
  width: 150px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* line 47, ../sass/modules/inline_elements/_wysiwyg_images.scss */
img.medium {
  width: 335px !important;
  max-width: 100% !important;
  height: auto !important;
}

/* line 53, ../sass/modules/inline_elements/_wysiwyg_images.scss */
img.large {
  width: 100% !important;
  height: auto !important;
  float: none !important;
}

/* line 59, ../sass/modules/inline_elements/_wysiwyg_images.scss */
img.extra-large {
  width: 100% !important;
  height: auto !important;
  float: none !important;
}
@media (min-width: 1001px) {
  /* line 59, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  img.extra-large {
    width: 1000px !important;
    margin-left: -150px;
  }
}
@media (min-width: 1001px) {
  /* line 65, ../sass/modules/inline_elements/_wysiwyg_images.scss */
  img.extra-large + figcaption {
    width: 1000px !important;
    margin-left: -150px;
  }
}

/* line 1, ../sass/modules/block_elements/_card.scss */
.card {
  display: block;
  min-height: 95px;
  overflow: hidden;
  background-color: white;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 15px;
  border-bottom: none;
  box-shadow: 2px 2px 3px rgba(51, 51, 51, 0);
  transition: box-shadow .4s;
}
/* line 13, ../sass/modules/block_elements/_card.scss */
.card:hover, .card:focus {
  color: inherit;
  box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.15);
}
/* line 19, ../sass/modules/block_elements/_card.scss */
.card img {
  position: absolute;
  width: 75px;
  height: auto;
  margin: 0;
}
/* line 25, ../sass/modules/block_elements/_card.scss */
.card img + .card-details {
  margin-left: 85px;
}
/* line 30, ../sass/modules/block_elements/_card.scss */
.card .card-details {
  display: block;
}
/* line 33, ../sass/modules/block_elements/_card.scss */
.card .card-details p {
  font-size: 14px;
  margin: 0;
}
/* line 38, ../sass/modules/block_elements/_card.scss */
.card .card-details .timestamp {
  display: block;
  margin-top: 3px;
}
/* line 44, ../sass/modules/block_elements/_card.scss */
.card h6 {
  line-height: 1.4;
  margin: 0 0 2px;
}
/* line 49, ../sass/modules/block_elements/_card.scss */
.card .sudo-link, .card .title-banner .introduction a, .title-banner .introduction .card a {
  font-size: 14px;
  font-weight: bold;
}
/* line 55, ../sass/modules/block_elements/_card.scss */
.card.featured img {
  position: static;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* line 1, ../sass/modules/block_elements/_course_listing.scss */
.cs-course {
  background-color: white;
  padding: 12px 15px;
  margin-bottom: 8px;
}
/* line 6, ../sass/modules/block_elements/_course_listing.scss */
.cs-course strong a {
  border-bottom: none;
}
/* line 28, ../sass/base/_mixins.scss */
.cs-course strong a:after {
  content: "\2192";
  color: #F39205;
  font-size: 18px;
  transition: margin .4s;
}
/* line 35, ../sass/base/_mixins.scss */
.cs-course strong a:hover:after, .cs-course strong a:focus:after {
  margin-left: 2px;
}
/* line 9, ../sass/modules/block_elements/_course_listing.scss */
.cs-course strong a:after {
  margin-left: 2px;
}
/* line 14, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters {
  list-style-type: none;
  display: inline;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
/* line 21, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters:before {
  content: "\007C";
  font-size: 18px;
  margin: 0 5px;
}
/* line 27, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters li {
  display: inline;
  padding: 0;
  margin: 0;
}
/* line 32, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters li:after {
  content: ",";
  margin-right: 5px;
}
/* line 37, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters li:last-child:after {
  content: "";
}
/* line 42, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters a {
  color: #F39205;
  border-bottom: none;
}
/* line 46, ../sass/modules/block_elements/_course_listing.scss */
.cs-course .cs-course-semesters a:hover, .cs-course .cs-course-semesters a:focus {
  border-bottom: 1px solid #F39205;
}

/* line 1, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div {
  width: 305px;
  background-color: white;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  box-shadow: 2px 2px 3px rgba(51, 51, 51, 0.15);
}
/* line 8, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-header {
  background: #E6E6E6;
  border: none;
  border-radius: 0;
}
/* line 14, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div select {
  background-image: url("../images/select_controls_orange.png");
  padding: 6px 30px 6px 10px;
}
/* line 18, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div select:hover, #ui-datepicker-div select:focus {
  border-color: #F4F4F4;
}
/* line 23, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-next {
  right: 9px;
  background: url("../images/control_right_orange.png") no-repeat;
  background-size: contain;
}
/* line 28, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover {
  right: 9px;
}
/* line 33, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-prev {
  left: 9px;
  background: url("../images/control_left_orange.png") no-repeat;
}
/* line 37, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
  left: 9px;
}
/* line 42, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev {
  top: 16px;
  width: 18px;
  height: 18px;
  background-size: contain;
  border-radius: 0;
  transition: opacity .4s;
}
/* line 51, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-next .ui-icon,
#ui-datepicker-div .ui-datepicker-prev .ui-icon {
  display: none;
}
/* line 55, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div .ui-datepicker-next.ui-datepicker-next-hover, #ui-datepicker-div .ui-datepicker-next.ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-prev.ui-datepicker-next-hover,
#ui-datepicker-div .ui-datepicker-prev.ui-datepicker-prev-hover {
  opacity: .8;
  border: none;
  cursor: pointer;
}
/* line 63, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div tbody {
  border-top: 1px solid #E6E6E6;
}
/* line 67, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div td {
  width: 14.28571%;
}
/* line 70, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div td a {
  background: white;
  border: 1px solid #E6E6E6;
  transition: background .4s;
}
/* line 75, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div td a:hover {
  background: #E6E6E6;
}
/* line 79, ../sass/modules/block_elements/_datepicker.scss */
#ui-datepicker-div td a.ui-state-active {
  background-color: #F39205;
  color: white;
  border: 1px solid #F39205;
}

/* line 1, ../sass/modules/block_elements/_event_date.scss */
.event-date {
  color: #F9523b;
}
/* line 4, ../sass/modules/block_elements/_event_date.scss */
.past-events .event-date {
  color: #989898;
}
/* line 8, ../sass/modules/block_elements/_event_date.scss */
.event-date .date {
  font-weight: 900;
  letter-spacing: 1px;
}
/* line 13, ../sass/modules/block_elements/_event_date.scss */
.event-date .time {
  font-weight: 300;
}
/* line 16, ../sass/modules/block_elements/_event_date.scss */
.event-date .time:before {
  content: "\2215";
  margin: 0 6px 0 4px;
}
/* line 22, ../sass/modules/block_elements/_event_date.scss */
.event-date .time + .date,
.event-date .time + .date + .time,
.event-date .date-display-start .time,
.event-date .date-display-end .time {
  display: none;
}

/* line 1, ../sass/modules/block_elements/_event_listing.scss */
.event-listing {
  line-height: 1.4;
  margin-bottom: 15px;
}
/* line 5, ../sass/modules/block_elements/_event_listing.scss */
.event-listing img {
  display: none;
}
/* line 11, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.views-row-first .event-date:before, .event-listing.featured .event-date:before {
  color: #43C7F4;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Next";
  display: block;
  margin-bottom: 8px;
}
/* line 19, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.views-row-first {
  overflow: hidden;
  background-color: white;
  padding: 10px;
  margin-bottom: 30px;
}
/* line 25, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.views-row-first img {
  display: block;
  float: left;
  width: 130px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 34, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.views-row-first .event-date,
.event-listing.views-row-first .event-title {
  font-size: 24px;
  line-height: 1.2;
}
/* line 40, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.views-row-first .event-title {
  margin-bottom: 5px;
}
/* line 46, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured p {
  display: table;
  width: 100%;
}
/* line 51, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured .card {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  margin-bottom: 0;
}
/* line 57, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured .card > span {
  display: block;
}
/* line 62, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured .event-date {
  font-size: 28px;
}
/* line 66, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured .event-speaker {
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 70, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured .event-speaker:not(:empty):after {
  content: ":";
}
/* line 75, ../sass/modules/block_elements/_event_listing.scss */
.event-listing.featured .event-location {
  background-image: url("../images/icon_pin_circle.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
  font-size: 14px;
  padding: 6px 0 10px 30px;
}
/* line 85, ../sass/modules/block_elements/_event_listing.scss */
.view-display-id-homepage_block > .view-content .event-listing {
  font-size: 14px;
  padding: 12px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #DBDBDB;
}
/* line 91, ../sass/modules/block_elements/_event_listing.scss */
.view-display-id-homepage_block > .view-content .event-listing:last-child {
  border-bottom: none;
}
/* line 95, ../sass/modules/block_elements/_event_listing.scss */
.view-display-id-homepage_block > .view-content .event-listing a {
  border-bottom: none;
}

/* line 102, ../sass/modules/block_elements/_event_listing.scss */
.view-events.view-display-id-homepage_block .view-empty {
  display: table;
  background-color: white;
  padding: 20px;
}

/* line 1, ../sass/modules/block_elements/_listing.scss */
.listing {
  padding: 15px 0;
  border-top: 1px solid #DBDBDB;
}

/* line 1, ../sass/modules/block_elements/_modal.scss */
.modal-bg {
  display: none;
}
@media (min-width: 992px) {
  /* line 5, ../sass/modules/block_elements/_modal.scss */
  .modal-bg.modal-open {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: #5E5F63;
    background-color: rgba(0, 0, 0, 0.25);
  }
}

/* line 1, ../sass/modules/block_elements/_pager.scss */
.item-list .pager {
  text-align: left;
  margin: 30px 0 15px;
}
/* line 5, ../sass/modules/block_elements/_pager.scss */
.item-list .pager li {
  text-transform: capitalize;
  margin: 0 10px 0 0;
  padding: 0;
}
/* line 10, ../sass/modules/block_elements/_pager.scss */
.item-list .pager li a {
  background: white;
}
/* line 14, ../sass/modules/block_elements/_pager.scss */
.item-list .pager li.pager-current,
.item-list .pager li a {
  display: inline-block;
  height: 25px;
  text-align: center;
  padding: 3px;
  border: 1px solid #F39205;
}
/* line 23, ../sass/modules/block_elements/_pager.scss */
.item-list .pager li.pager-current, .item-list .pager li.pager-item a {
  width: 25px;
  padding: 3px 2px;
}
/* line 29, ../sass/modules/block_elements/_pager.scss */
.item-list .pager li.pager-current {
  background: #F39205;
  color: white;
  cursor: default;
}

/* line 1, ../sass/modules/block_elements/_person_listing.scss */
.person-listing {
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.3;
}
/* line 7, ../sass/modules/block_elements/_person_listing.scss */
.person-listing h6 {
  border-bottom: 1px solid #DBDBDB;
  margin: 0 0 15px;
}
/* line 11, ../sass/modules/block_elements/_person_listing.scss */
.logged-in .person-listing h6 {
  padding-right: 50px;
}
/* line 15, ../sass/modules/block_elements/_person_listing.scss */
.person-listing h6 a {
  border-bottom: none;
}
/* line 28, ../sass/base/_mixins.scss */
.person-listing h6 a:after {
  content: "\2192";
  color: #F39205;
  font-size: 18px;
  transition: margin .4s;
}
/* line 35, ../sass/base/_mixins.scss */
.person-listing h6 a:hover:after, .person-listing h6 a:focus:after {
  margin-left: 2px;
}
/* line 18, ../sass/modules/block_elements/_person_listing.scss */
.person-listing h6 a:after {
  margin-left: 4px;
}
/* line 22, ../sass/modules/block_elements/_person_listing.scss */
.person-listing h6 a:hover, .person-listing h6 a:focus {
  color: #F39205;
}
/* line 26, ../sass/modules/block_elements/_person_listing.scss */
.person-listing h6 a:hover:after, .person-listing h6 a:focus:after {
  margin-left: 6px;
}
/* line 33, ../sass/modules/block_elements/_person_listing.scss */
.person-listing img {
  display: block;
  float: left;
  width: 100px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 15px;
}
/* line 42, ../sass/modules/block_elements/_person_listing.scss */
.person-listing p {
  margin-top: 8px;
  margin-bottom: 0;
}
/* line 47, ../sass/modules/block_elements/_person_listing.scss */
.person-listing p + .inline-field {
  display: inline-block;
  margin-top: 8px;
}
/* line 52, ../sass/modules/block_elements/_person_listing.scss */
.person-listing .faculty-status {
  color: #43C7F4;
}
/* line 56, ../sass/modules/block_elements/_person_listing.scss */
.person-listing .inline-field + .inline-field {
  margin-left: -3px;
}
@media (min-width: 768px) {
  /* line 61, ../sass/modules/block_elements/_person_listing.scss */
  .person-listing.col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) {
  /* line 67, ../sass/modules/block_elements/_person_listing.scss */
  .person-listing.col-sm-6.col-md-4 {
    clear: none;
  }
  /* line 71, ../sass/modules/block_elements/_person_listing.scss */
  .person-listing.col-md-4:nth-child(3n + 1) {
    clear: left;
  }
}

/* line 1, ../sass/modules/block_elements/_publication_listing.scss */
li .pub-authors:after,
li .pub-year:after {
  content: ". ";
  margin-left: -2px;
  margin-right: 2px;
}

/* line 2, ../sass/modules/block_elements/_research_listing.scss */
.research-listing {
  padding: 15px;
}
/* line 5, ../sass/modules/block_elements/_research_listing.scss */
.research-listing .cornell-tech-logo {
  float: left;
}
/* line 9, ../sass/modules/block_elements/_research_listing.scss */
.research-listing .card-details p {
  font-size: 16px;
}
/* line 13, ../sass/modules/block_elements/_research_listing.scss */
.research-listing p {
  line-height: 1.62;
}
/* line 17, ../sass/modules/block_elements/_research_listing.scss */
.views-row-odd .research-listing {
  clear: left;
}
@media (min-width: 480px) {
  /* line 2, ../sass/modules/block_elements/_research_listing.scss */
  .research-listing {
    float: left;
    width: calc(50% - 7.5px);
  }
  /* line 25, ../sass/modules/block_elements/_research_listing.scss */
  .views-row-even .research-listing {
    margin-left: 15px;
  }
  /* line 29, ../sass/modules/block_elements/_research_listing.scss */
  .research-listing.featured {
    float: none;
    width: 100%;
  }
  /* line 33, ../sass/modules/block_elements/_research_listing.scss */
  .research-listing.featured img {
    float: right;
    width: 280px;
    max-width: 45%;
    margin-left: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 2, ../sass/modules/block_elements/_research_listing.scss */
  .research-listing {
    float: none;
    width: 100%;
  }
  /* line 47, ../sass/modules/block_elements/_research_listing.scss */
  .views-row-even .research-listing {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 2, ../sass/modules/block_elements/_research_listing.scss */
  .research-listing {
    float: left;
    width: calc(50% - 7.5px);
  }
  /* line 56, ../sass/modules/block_elements/_research_listing.scss */
  .views-row-even .research-listing {
    margin-left: 15px;
  }
}

/* line 1, ../sass/modules/block_elements/_search.scss */
header .block-cu-search {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: white;
  padding: 3px 0;
  padding-left: 50px;
  border-left: 1px solid #DBDBDB;
  transition: all .4s;
}
/* line 13, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .cornell-search {
  position: absolute;
  right: 0;
  top: -50px;
  opacity: 0;
  font-size: 14px;
  transition: opacity .4s;
}
/* line 21, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .cornell-search a {
  border-bottom: none;
  display: inline-block;
  transition: margin .4s;
}
/* line 28, ../sass/base/_mixins.scss */
header .block-cu-search .cornell-search a:after {
  content: "\2192";
  color: #F39205;
  font-size: 18px;
  transition: margin .4s;
}
/* line 35, ../sass/base/_mixins.scss */
header .block-cu-search .cornell-search a:hover:after, header .block-cu-search .cornell-search a:focus:after {
  margin-left: 2px;
}
/* line 26, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .cornell-search a:after {
  display: none;
  padding-left: 5px;
}
/* line 31, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .cornell-search a:hover, header .block-cu-search .cornell-search a:focus {
  text-decoration: none;
  margin-right: -2px;
}
/* line 39, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .search-icon,
header .block-cu-search .search-close {
  position: absolute;
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all .4s;
}
/* line 50, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .search-icon {
  top: 17px;
  left: 17px;
  background-image: url("../images/search_black.png");
}
/* line 55, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .search-icon:hover, header .block-cu-search .search-icon:focus {
  background-image: url("../images/search_orange.png");
}
/* line 60, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .search-close {
  display: none;
  right: 0;
  top: 3px;
  background-image: url("../images/search_close.png");
}
/* line 67, ../sass/modules/block_elements/_search.scss */
header .block-cu-search input[type=text] {
  position: fixed;
  top: -50px;
  left: 0;
  width: 100%;
  max-height: 50px;
  background-color: #F4F4F4;
  padding: 12px 10px;
  border: none;
  outline: none;
  transition: top .4s;
}
/* line 80, ../sass/modules/block_elements/_search.scss */
header .block-cu-search .form-actions {
  display: none;
}
@media (min-width: 992px) {
  /* line 1, ../sass/modules/block_elements/_search.scss */
  header .block-cu-search {
    right: 0;
    width: 16px;
    height: auto;
    padding-left: 16px;
    border: none;
  }
  /* line 91, ../sass/modules/block_elements/_search.scss */
  header .block-cu-search .search-icon {
    top: auto;
    left: 0;
  }
  /* line 96, ../sass/modules/block_elements/_search.scss */
  header .block-cu-search input[type=text] {
    display: block;
    position: static;
    background: none;
    padding: 5px 30px;
    margin-top: -10px;
    border-bottom: 1px solid #F39205;
  }
}

/* line 1, ../sass/modules/block_elements/_spotlight.scss */
.spotlight {
  position: relative;
  padding: 10px 15px;
}
/* line 5, ../sass/modules/block_elements/_spotlight.scss */
.spotlight .cornell-tech-logo {
  float: left;
}
/* line 9, ../sass/modules/block_elements/_spotlight.scss */
.spotlight img {
  position: static;
  width: calc(100% + 10px);
  height: auto;
  margin-bottom: 15px;
  margin-left: -5px;
}
/* line 16, ../sass/modules/block_elements/_spotlight.scss */
.spotlight img + .cornell-tech-logo {
  position: absolute;
  top: 20px;
  right: 10px;
}
/* line 23, ../sass/modules/block_elements/_spotlight.scss */
.spotlight p {
  line-height: 1.62;
  margin-bottom: 8px;
}

/* line 30, ../sass/modules/block_elements/_spotlight.scss */
div.spotlight:hover {
  box-shadow: none;
}

/* line 1, ../sass/modules/page_sections/_banner.scss */
#banner {
  margin-bottom: 30px;
}
/* line 4, ../sass/modules/page_sections/_banner.scss */
#banner .field-type-image {
  height: 35vh;
  overflow: hidden;
}
/* line 9, ../sass/modules/page_sections/_banner.scss */
#banner img {
  height: 35vh;
  width: auto;
  /*margin-left: -50%;*/
}

/* line 16, ../sass/modules/page_sections/_banner.scss */
.title-banner {
  background-color: white;
  text-align: center;
  padding: 0;
}
/* line 2, ../sass/base/_mixins.scss */
.title-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #F39205;
  background: linear-gradient(to right, #F39205 0%, #F9523b 25%, #F39205 75%, #F9523b 100%);
  background-size: 400%;
  -webkit-animation: ScrollBackground 20s ease infinite;
  animation: ScrollBackground 20s ease infinite;
}
/* line 2, ../sass/base/_mixins.scss */
.grey .title-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #b4b4b4;
  background: linear-gradient(to right, #b4b4b4 0%, #646464 25%, #b4b4b4 75%, #646464 100%);
  background-size: 400%;
  -webkit-animation: ScrollBackground 20s ease infinite;
  animation: ScrollBackground 20s ease infinite;
}
/* line 2, ../sass/base/_mixins.scss */
.cool .title-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #43C7F4;
  background: linear-gradient(to right, #43C7F4 0%, #333333 25%, #43C7F4 75%, #333333 100%);
  background-size: 400%;
  -webkit-animation: ScrollBackground 20s ease infinite;
  animation: ScrollBackground 20s ease infinite;
}
/* line 30, ../sass/modules/page_sections/_banner.scss */
.title-banner.container {
  position: relative;
}
/* line 34, ../sass/modules/page_sections/_banner.scss */
.title-banner .label.ctech {
  display: block;
  margin-top: 30px;
  margin-bottom: -25px;
}
/* line 40, ../sass/modules/page_sections/_banner.scss */
.title-banner h1 {
  padding: 45px 15px 0;
  margin: 0;
}
/* line 45, ../sass/modules/page_sections/_banner.scss */
.title-banner .introduction {
  margin: 30px 0;
}
/* line 48, ../sass/modules/page_sections/_banner.scss */
.title-banner .introduction p {
  margin-bottom: 0;
}

@media (min-width: 480px) {
  /* line 60, ../sass/modules/page_sections/_banner.scss */
  #banner .field-type-image {
    width: 100%;
    height: auto;
    max-height: 350px;
  }
  /* line 66, ../sass/modules/page_sections/_banner.scss */
  #banner img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 75, ../sass/modules/page_sections/_banner.scss */
  .title-banner.container {
    /*margin-top: -50px;*/
  }
}
/* line 2, ../sass/modules/page_sections/_content_footer.scss */
#block-views-events-events-by-category + #block-system-main .field-name-field-body {
  padding-top: 45px;
  border-top: 1px solid #DBDBDB;
  margin-top: 45px;
}

/* line 1, ../sass/modules/page_sections/_course_filter.scss */
.course-filter {
  overflow: hidden;
}
/* line 4, ../sass/modules/page_sections/_course_filter.scss */
.course-filter h2 {
  color: #F9523b;
}
/* line 8, ../sass/modules/page_sections/_course_filter.scss */
.course-filter input {
  width: 100%;
}
@media (min-width: 480px) {
  /* line 13, ../sass/modules/page_sections/_course_filter.scss */
  .course-filter h2 {
    padding-bottom: 10px;
    margin-right: 10px;
  }
  /* line 18, ../sass/modules/page_sections/_course_filter.scss */
  .course-filter h2, .course-filter input {
    display: inline-block;
    vertical-align: middle;
  }
  /* line 23, ../sass/modules/page_sections/_course_filter.scss */
  .course-filter input {
    width: 250px;
  }
}

/* line 2, ../sass/modules/page_sections/_event_details.scss */
.event-details .field.field-name-field-speaker-label {
  margin-bottom: 0;
}
/* line 8, ../sass/modules/page_sections/_event_details.scss */
.event-details .field.field-name-field-speaker-label .field-item:after {
  content: ":";
}
/* line 14, ../sass/modules/page_sections/_event_details.scss */
.event-details .field-name-field-speaker .field-items {
  font-size: 18px;
}
/* line 18, ../sass/modules/page_sections/_event_details.scss */
.event-details .event-location {
  color: #F9523b;
  background: url("../images/icon_pin.png");
}
/* line 23, ../sass/modules/page_sections/_event_details.scss */
.event-details .event-date {
  background: url("../images/icon_clock.png");
}
/* line 27, ../sass/modules/page_sections/_event_details.scss */
.event-details .event-date,
.event-details .event-location {
  background-repeat: no-repeat;
  background-size: 22px;
  font-size: 18px;
  line-height: 1.2;
  padding: 1px 0 3px 28px;
  margin-bottom: 15px;
}
/* line 36, ../sass/modules/page_sections/_event_details.scss */
.event-details .event-date .field,
.event-details .event-location .field {
  margin-bottom: 0;
}

/* line 1, ../sass/modules/page_sections/_footer.scss */
footer {
  background: url("../images/footer_bg.jpg") no-repeat;
  background-size: cover;
  color: white;
  overflow: hidden;
}
/* line 7, ../sass/modules/page_sections/_footer.scss */
footer .tint {
  background: rgba(51, 51, 51, 0.75);
}
/* line 11, ../sass/modules/page_sections/_footer.scss */
footer .footer {
  padding: 50px 0;
}
/* line 14, ../sass/modules/page_sections/_footer.scss */
footer .footer .menu {
  font-size: 18px;
}
/* line 17, ../sass/modules/page_sections/_footer.scss */
footer .footer .menu li {
  margin: 0 20px;
}
/* line 23, ../sass/modules/page_sections/_footer.scss */
footer .footer-divider {
  border-top: 1px solid white;
  margin-bottom: 20px;
}
/* line 28, ../sass/modules/page_sections/_footer.scss */
footer .subfooter {
  font-size: 14px;
  padding-bottom: 20px;
}
/* line 32, ../sass/modules/page_sections/_footer.scss */
footer .subfooter > div {
  margin-bottom: 10px;
}
/* line 36, ../sass/modules/page_sections/_footer.scss */
footer .subfooter .menu li {
  margin: 0 5px;
}
/* line 41, ../sass/modules/page_sections/_footer.scss */
footer .footer-logo {
  text-align: center;
  padding-top: 40px;
}
/* line 45, ../sass/modules/page_sections/_footer.scss */
footer .footer-logo img {
  height: 60px;
  width: auto;
}
/* line 50, ../sass/modules/page_sections/_footer.scss */
footer .footer-logo.footer-right img {
  margin-right: 12px;
}
/* line 55, ../sass/modules/page_sections/_footer.scss */
footer .menu {
  text-align: inherit;
  padding: 0;
  margin: 0;
}
/* line 60, ../sass/modules/page_sections/_footer.scss */
footer .menu li {
  display: inline-block;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}
/* line 66, ../sass/modules/page_sections/_footer.scss */
footer .menu li.first {
  margin-left: 0;
}
/* line 70, ../sass/modules/page_sections/_footer.scss */
footer .menu li.last {
  margin-right: 0;
}
/* line 75, ../sass/modules/page_sections/_footer.scss */
footer .menu a {
  color: #43C7F4;
}
@media (min-width: 480px) {
  /* line 81, ../sass/modules/page_sections/_footer.scss */
  footer .footer-logo {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  /* line 87, ../sass/modules/page_sections/_footer.scss */
  footer .footer-logo {
    text-align: left;
    padding-top: 0;
    margin: 0;
  }
  /* line 93, ../sass/modules/page_sections/_footer.scss */
  footer .footer-center {
    text-align: center;
  }
  /* line 97, ../sass/modules/page_sections/_footer.scss */
  footer .footer-right {
    text-align: right;
  }
  /* line 101, ../sass/modules/page_sections/_footer.scss */
  footer .footer .menu li {
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 107, ../sass/modules/page_sections/_footer.scss */
  footer .subfooter .menu {
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  /* line 113, ../sass/modules/page_sections/_footer.scss */
  footer .footer-logo img {
    height: 75px;
  }
}

/* line 1, ../sass/modules/page_sections/_header.scss */
header {
  position: relative;
  z-index: 99;
  height: 50px;
  background-color: white;
  transition: margin .4s, opacity .4s;
}
/* line 2, ../sass/base/_mixins.scss */
.front header:after {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  background: #F39205;
  background: linear-gradient(to right, #F39205 0%, #F9523b 25%, #F39205 75%, #F9523b 100%);
  background-size: 400%;
  -webkit-animation: ScrollBackground 20s ease infinite;
  animation: ScrollBackground 20s ease infinite;
}
/* line 12, ../sass/modules/page_sections/_header.scss */
.front header:after {
  margin-top: 50px;
}
/* line 17, ../sass/modules/page_sections/_header.scss */
.not-front header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 21, ../sass/modules/page_sections/_header.scss */
header .site-logo {
  display: block;
  position: absolute;
  left: 0;
  padding: 6px 4px;
  transition: all .4s;
}
/* line 29, ../sass/modules/page_sections/_header.scss */
header .mobile-logo {
  max-width: 185px;
}
/* line 33, ../sass/modules/page_sections/_header.scss */
header .desktop-logo {
  display: none;
}
/* line 37, ../sass/modules/page_sections/_header.scss */
header .menu-toggle {
  display: block;
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  background: url("../images/menu_toggle.png") no-repeat 16px 18px/20px;
  border-left: 1px solid #DBDBDB;
  transition: all .4s;
}
@media (min-width: 992px) {
  /* line 1, ../sass/modules/page_sections/_header.scss */
  header {
    height: 140px;
    margin: 0;
  }
  /* line 53, ../sass/modules/page_sections/_header.scss */
  .front header:after {
    margin-top: 0;
  }
  /* line 57, ../sass/modules/page_sections/_header.scss */
  header .site-logo {
    position: static;
    float: left;
    width: 390px;
    height: 140px;
    padding: 36px 0;
    transition: none;
  }
  /* line 66, ../sass/modules/page_sections/_header.scss */
  header .desktop-logo {
    display: block;
  }
  /* line 70, ../sass/modules/page_sections/_header.scss */
  header .mobile-logo {
    display: none;
  }
  /* line 74, ../sass/modules/page_sections/_header.scss */
  header .region-header {
    position: relative;
    float: right;
    /*padding: 72px 0 46px;*/
	padding: 72px 0 36px;
    padding-right: 28px;
  }
  /* line 81, ../sass/modules/page_sections/_header.scss */
  header .menu-toggle {
    display: none;
  }
  /* line 85, ../sass/modules/page_sections/_header.scss */
  header .block-menu-block,
  header .block-cu-search {
    float: left;
  }
}

/* line 2, ../sass/modules/page_sections/_ra_related_content.scss */
#block-views-research-areas-related-people,
#block-views-research-areas-related-news {
  display: none;
}

/* line 1, ../sass/modules/page_sections/_related_content.scss */
.related-content {
  padding-bottom: 15px;
}
/* line 4, ../sass/modules/page_sections/_related_content.scss */
.related-content img {
  width: 100%;
  height: auto;
}
/* line 9, ../sass/modules/page_sections/_related_content.scss */
.related-content ul {
  padding-left: 15px;
}
/* line 13, ../sass/modules/page_sections/_related_content.scss */
.related-content li {
  margin-bottom: 5px;
}
/* line 17, ../sass/modules/page_sections/_related_content.scss */
.related-content .field, .related-content .block, .related-content ul {
  margin-bottom: 15px;
}
/* line 21, ../sass/modules/page_sections/_related_content.scss */
.related-content .field-label, .related-content .event-details .field.field-name-field-speaker-label .field-item, .event-details .field.field-name-field-speaker-label .related-content .field-item,
.related-content h2, .related-content h3, .related-content h4, .related-content h5, .related-content h6 {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
@media (min-width: 480px) {
  /* line 1, ../sass/modules/page_sections/_related_content.scss */
  .related-content {
    float: right;
    width: 240px;
    padding-top: 15px;
    margin-left: 45px;
    border-top: 6px solid #DBDBDB;
  }
  /* line 37, ../sass/modules/page_sections/_related_content.scss */
  .related-content, .related-content ul, .related-content ol {
    font-size: 12px;
  }
}

/* line 2, ../sass/modules/page_sections/_research_list.scss */
.research-list .views-row-odd {
  clear: left;
}
/* line 6, ../sass/modules/page_sections/_research_list.scss */
.research-list .card-details p {
  font-size: 12px;
  margin-bottom: 10px;
}

/* line 1, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block {
  width: 100%;
}
/* line 4, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block > .content {
  overflow: hidden;
}
/* line 8, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block ul.slides {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
/* line 18, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block ul.slides li:not(:first-child) {
  display: none;
}
/* line 24, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block a {
  text-decoration: none;
}
/* line 27, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block a:hover, #block-views-slideshow-block a:focus {
  text-decoration: none;
  color: inherit;
}
/* line 33, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block img {
  height: 40vh;
  width: auto;
}
/* line 38, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block .caption {
  font-size: 20px;
  margin: 15px 0;
}
/* line 43, ../sass/modules/page_sections/_slideshow.scss */
#block-views-slideshow-block .flex-control-nav,
#block-views-slideshow-block .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block {
    position: relative;
    overflow: hidden;
    max-height: 420px;
  }
  /* line 53, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block ul.slides {
    height: auto;
    min-height: 150px;
  }
  /* line 57, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block ul.slides li {
    height: auto;
    max-height: 420px;
  }
  /* line 63, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block img {
    width: 100%;
    height: auto;
  }
  /* line 68, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .caption {
    position: absolute;
    bottom: 90px;
    max-width: 750px;
    color: white;
    font-size: 30px;
    text-shadow: 1px 1px 6px black;
  }
  /* line 77, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav,
  #block-views-slideshow-block .flex-direction-nav {
    display: block;
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 50;
    list-style-type: none;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
  }
  /* line 89, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav li,
  #block-views-slideshow-block .flex-direction-nav li {
    display: block;
    float: left;
  }
  /* line 94, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav a,
  #block-views-slideshow-block .flex-direction-nav a {
    display: block;
    transition: opacity .4s;
  }
  /* line 98, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav a:hover, #block-views-slideshow-block .flex-control-nav a:focus,
  #block-views-slideshow-block .flex-direction-nav a:hover,
  #block-views-slideshow-block .flex-direction-nav a:focus {
    opacity: .8;
  }
  /* line 104, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav {
    margin-left: 100px;
    z-index: 52;
  }
  /* line 108, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav li {
    height: 35px;
    padding: 12px 6px;
  }
  /* line 113, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav a {
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
  }
  /* line 119, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-control-nav a.flex-active {
    background-color: #F39205;
  }
  /* line 125, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-direction-nav a {
    height: 34px;
    width: 32px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  /* line 131, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-direction-nav a.flex-prev {
    background-image: url("../images/control_left.png");
  }
  /* line 135, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .flex-direction-nav a.flex-next {
    background-image: url("../images/control_right.png");
  }
}
@media (min-width: 992px) {
  /* line 142, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block ul.slides {
    min-height: 390px;
  }
  /* line 146, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block .caption {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  /* line 1, ../sass/modules/page_sections/_slideshow.scss */
  #block-views-slideshow-block {
    height: 420px;
  }
}

/* line 1, ../sass/modules/page_sections/_view_attachment.scss */
.attachment-after h2 {
  margin-top: 0;
}

/* line 5, ../sass/modules/page_sections/_view_attachment.scss */
.view-content + .attachment-after .view-header {
  border-top: 1px solid #DBDBDB;
  margin-top: 60px;
}
/* line 9, ../sass/modules/page_sections/_view_attachment.scss */
.view-content + .attachment-after .view-header h2 {
  margin-top: 30px;
}

/* line 1, ../sass/modules/page_sections/_view_content.scss */
.main-content .view-content,
.view-page .view-content {
  clear: both;
}
/* line 6, ../sass/modules/page_sections/_view_content.scss */
.main-content .view-content h5,
.view-page .view-content h5 {
  margin: 0;
}
/* line 9, ../sass/modules/page_sections/_view_content.scss */
.main-content .view-content h5 p, .main-content .view-content h5 p a,
.view-page .view-content h5 p,
.view-page .view-content h5 p a {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}
/* line 16, ../sass/modules/page_sections/_view_content.scss */
.page-calendar .main-content .view-content, .page-calendar
.view-page .view-content {
  border-top: 1px solid #DBDBDB;
  padding-top: 45px;
  margin-top: -30px;
}

/* line 23, ../sass/modules/page_sections/_view_content.scss */
.view-display-id-homepage_block > .view-content {
  background-color: white;
  padding: 10px 15px;
}

/* line 28, ../sass/modules/page_sections/_view_content.scss */
.view-empty {
  clear: both;
}

/* line 1, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters,
.view-page .view-filters {
  text-align: center;
  margin: -60px 0 60px;
}
/* line 6, ../sass/modules/page_sections/_view_filters.scss */
.page-events-calendar .main-content .view-filters, .page-events-calendar
.view-page .view-filters {
  margin-bottom: 45px;
}
/* line 10, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-exposed-widget,
.view-page .view-filters .views-exposed-widget {
  width: 100%;
  padding: 0;
}
/* line 15, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters select,
.view-page .view-filters select {
  display: block;
  width: 100%;
  max-width: 250px;
  background-color: #43C7F4;
  background-image: url("../images/select_controls_white.png");
  color: white;
  margin: 0 auto;
  border-color: #43C7F4;
  transition: border .4s, background .4s;
}
/* line 26, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters select:hover, .main-content .view-filters select:focus,
.view-page .view-filters select:hover,
.view-page .view-filters select:focus {
  background-color: #0da9de;
  border-color: #0da9de;
}
/* line 35, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-widget-filter-field_date_value .form-item,
.main-content .view-filters .views-widget-filter-field_date_value_1 .form-item,
.view-page .view-filters .views-widget-filter-field_date_value .form-item,
.view-page .view-filters .views-widget-filter-field_date_value_1 .form-item {
  margin: 0;
}
/* line 39, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-widget-filter-field_date_value label,
.main-content .view-filters .views-widget-filter-field_date_value_1 label,
.view-page .view-filters .views-widget-filter-field_date_value label,
.view-page .view-filters .views-widget-filter-field_date_value_1 label {
  font-weight: normal;
  margin-top: 10px;
}
/* line 44, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-widget-filter-field_date_value input,
.main-content .view-filters .views-widget-filter-field_date_value_1 input,
.view-page .view-filters .views-widget-filter-field_date_value input,
.view-page .view-filters .views-widget-filter-field_date_value_1 input {
  border-color: #43C7F4;
  background-color: #F4F4F4;
  background-image: url("../images/icon_calendar.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 0;
  cursor: pointer;
  transition: background-color .4s;
}
/* line 55, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-widget-filter-field_date_value input:hover, .main-content .view-filters .views-widget-filter-field_date_value input:focus,
.main-content .view-filters .views-widget-filter-field_date_value_1 input:hover,
.main-content .view-filters .views-widget-filter-field_date_value_1 input:focus,
.view-page .view-filters .views-widget-filter-field_date_value input:hover,
.view-page .view-filters .views-widget-filter-field_date_value input:focus,
.view-page .view-filters .views-widget-filter-field_date_value_1 input:hover,
.view-page .view-filters .views-widget-filter-field_date_value_1 input:focus {
  background-color: white;
}
/* line 60, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-widget-filter-field_date_value .description,
.main-content .view-filters .views-widget-filter-field_date_value_1 .description,
.view-page .view-filters .views-widget-filter-field_date_value .description,
.view-page .view-filters .views-widget-filter-field_date_value_1 .description {
  display: none;
}
/* line 65, ../sass/modules/page_sections/_view_filters.scss */
.main-content .view-filters .views-submit-button,
.view-page .view-filters .views-submit-button {
  display: none;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/page_sections/_view_filters.scss */
  .main-content .view-filters,
  .view-page .view-filters {
    float: left;
    margin-top: 30px;
    margin-left: 15px;
  }
  /* line 74, ../sass/modules/page_sections/_view_filters.scss */
  .page-events-calendar .main-content .view-filters, .page-events-calendar
  .view-page .view-filters {
    margin-left: 0;
  }
  /* line 78, ../sass/modules/page_sections/_view_filters.scss */
  .main-content .view-filters .views-exposed-widget,
  .view-page .view-filters .views-exposed-widget {
    width: auto;
  }
  /* line 84, ../sass/modules/page_sections/_view_filters.scss */
  .main-content .view-filters .views-widget-filter-field_date_value label,
  .main-content .view-filters .views-widget-filter-field_date_value_1 label,
  .view-page .view-filters .views-widget-filter-field_date_value label,
  .view-page .view-filters .views-widget-filter-field_date_value_1 label {
    text-align: left;
    margin-top: 0;
  }
  /* line 89, ../sass/modules/page_sections/_view_filters.scss */
  .main-content .view-filters .views-widget-filter-field_date_value input,
  .main-content .view-filters .views-widget-filter-field_date_value_1 input,
  .view-page .view-filters .views-widget-filter-field_date_value input,
  .view-page .view-filters .views-widget-filter-field_date_value_1 input {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  /* line 1, ../sass/modules/page_sections/_view_filters.scss */
  .main-content .view-filters,
  .view-page .view-filters {
    margin-left: 30px;
  }
  /* line 98, ../sass/modules/page_sections/_view_filters.scss */
  .page-events-calendar .main-content .view-filters, .page-events-calendar
  .view-page .view-filters {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../sass/modules/page_sections/_view_filters.scss */
  .main-content .view-filters .views-widget-filter-field_date_value label, .main-content .view-filters .views-widget-filter-field_date_value input,
  .main-content .view-filters .views-widget-filter-field_date_value_1 label,
  .main-content .view-filters .views-widget-filter-field_date_value_1 input,
  .view-page .view-filters .views-widget-filter-field_date_value label,
  .view-page .view-filters .views-widget-filter-field_date_value input,
  .view-page .view-filters .views-widget-filter-field_date_value_1 label,
  .view-page .view-filters .views-widget-filter-field_date_value_1 input {
    margin-left: 15px;
  }
}

/* line 113, ../sass/modules/page_sections/_view_filters.scss */
.awards-by-category .view-filters select {
  background-color: white;
  background-image: url("../images/select_controls");
  color: #333333;
}
/* line 118, ../sass/modules/page_sections/_view_filters.scss */
.awards-by-category .view-filters select:hover, .awards-by-category .view-filters select:focus {
  background-color: white;
}

/* line 1, ../sass/modules/page_sections/_view_header.scss */
.view-page .view-header,
.view-people .view-header {
  text-align: center;
  margin: 0 0px 60px;
}
/* line 6, ../sass/modules/page_sections/_view_header.scss */
.view-page .view-header h2,
.view-people .view-header h2 {
  color: #F9523b;
  font-weight: 900;
  margin-top: 0;
}
/* line 12, ../sass/modules/page_sections/_view_header.scss */
.view-page .view-header a,
.view-people .view-header a {
  display: block;
  max-width: 250px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/page_sections/_view_header.scss */
  .view-page .view-header,
  .view-people .view-header {
    float: left;
    margin-top: 30px;
  }
  /* line 22, ../sass/modules/page_sections/_view_header.scss */
  .page-calendar .view-page .view-header, .page-calendar
  .view-people .view-header {
    margin-top: 60px;
    margin-bottom: 0;
  }
  /* line 27, ../sass/modules/page_sections/_view_header.scss */
  .view-page .view-header h2, .view-page .view-header a,
  .view-people .view-header h2,
  .view-people .view-header a {
    display: inline-block;
    margin-bottom: 0;
  }
  /* line 32, ../sass/modules/page_sections/_view_header.scss */
  .view-page .view-header a,
  .view-people .view-header a {
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  /* line 38, ../sass/modules/page_sections/_view_header.scss */
  .view-page .view-header a,
  .view-people .view-header a {
    margin: 0 30px;
  }
}

/* line 1, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu {
  font-size: 14px;
}
/* line 5, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu-item-toggle {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  font-size: 18px;
  line-height: 1;
  padding: 14px 15px;
  transition: all .4s;
}
/* line 17, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu {
  display: none;
  background-color: #F39205;
  padding: 0;
  margin: 0;
}
/* line 23, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu li {
  list-style-type: none;
  list-style-image: none;
  position: relative;
  padding: 0;
  margin: 0;
}
/* line 31, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu a {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
}
/* line 36, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu a:hover, header .menu-name-main-menu .menu a:focus {
  text-decoration: none;
}
/* line 42, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu .menu li {
  text-transform: none;
}
/* line 45, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu .menu .menu li a.active {
  color: #F39205;
  font-weight: bold;
}
/* line 53, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  overflow-y: scroll !important;
  background-color: #F39205;
  font-family: Oswald, sans-serif;
  padding: 0;
  margin: 0;
  border-top: 2px solid #ef7200;
  transition: margin .4s;
}
/* line 68, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li {
  text-transform: uppercase;
  letter-spacing: .25px;
  cursor: pointer;
  border-bottom: 2px solid #ef7200;
}
/* line 74, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu-item-toggle {
  border-left: 2px solid #ef7200;
}
/* line 78, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > a {
  color: white;
}
/* line 82, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .glyphicon-menu-up {
  background-color: #F4F4F4;
  color: #F39205;
}
/* line 88, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu {
  background-color: #F4F4F4;
}
/* line 91, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu .parent-link {
  display: none;
}
/* line 95, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu li {
  border-bottom: 1px solid #DBDBDB;
}
/* line 99, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu a {
  color: #333333;
  padding: 12px 10px;
}
/* line 104, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu .menu-item-toggle {
  background-color: white;
  color: #F39205;
  border-left: 1px solid #DBDBDB;
}
/* line 111, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu .menu {
  background-color: white;
}
/* line 114, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu > li > .menu .menu li {
  padding-left: 30px;
}
/* line 122, ../sass/modules/menus/_main.scss */
header .menu-name-main-menu > .menu .menu {
  display: none;
  font-family: "aktiv-grotesk", sans-serif;
}
@media (min-width: 992px) {
  /* line 1, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu {
    background-color: white;
  }
  /* line 133, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu {
    display: block;
    position: static;
    background: none;
    overflow: visible !important;
    border-top: none;
  }
  /* line 140, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu .menu-toggle {
    display: none;
  }
  /* line 144, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li {
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    border-bottom: none;
  }
  /* line 150, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li:not(.student-menu-link) + .student-menu-link {
    padding-left: 5px;
    border-left: 2px solid #F39205;
  }
  /* line 155, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li.student-menu-link {
    font-weight: bold;
  }
  /* line 158, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li.student-menu-link > a {
    padding: 0 6px;
  }
  /* line 163, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li.student-menu-link > .menu {
    left: auto;
    right: 0;
  }
  /* line 167, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li.student-menu-link > .menu:before {
    left: auto;
    right: 16px;
  }
  /* line 174, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > a {
    color: #333333;
    padding: 0 8px;
    transition: color .4s;
  }
  /* line 179, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > a:hover {
    color: #F39205;
  }
  /* line 184, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu-item-toggle {
    display: none;
  }
  /* line 189, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 275px;
    background-color: #F39205;
    font-weight: normal;
    padding-top: 5px;
  }
  /* line 200, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 16px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F39205;
  }
  /* line 210, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu > li {
    padding-left: 35px;
    border-bottom: 2px solid #ef7200;
  }
  /* line 214, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu > li.last {
    border-bottom: none;
  }
  /* line 218, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu > li.parent-link {
    display: block;
    text-transform: uppercase;
  }
  /* line 224, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu > li .menu {
    background: none;
  }
  /* line 228, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu > li li {
    font-weight: lighter;
    padding-left: 10px !important;
    border: none;
  }
  /* line 237, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu .menu-item-toggle {
    right: auto;
    left: 0;
    background: none;
    color: white;
    padding: 5px;
    border: none;
  }
  /* line 246, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu a, header .menu-name-main-menu > .menu > li > .menu a.active {
    display: inline-block;
    width: 100%;
    color: white;
    font-weight: normal;
    padding: 4px 20px 4px 0;
  }
  /* line 254, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu a + .menu, header .menu-name-main-menu > .menu > li > .menu a.active + .menu {
    margin: -4px 0 8px;
  }
  /* line 259, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu > li > .menu li {
    margin-left: 10px;
  }
  /* line 266, ../sass/modules/menus/_main.scss */
  header .menu-name-main-menu > .menu li.item-open > .menu {
    display: block;
  }
}

/* line 1, ../sass/modules/menus/_section.scss */
.region-bottom-content {
  padding-bottom: 30px;
}
/* line 5, ../sass/modules/menus/_section.scss */
.region-bottom-content h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #5E5F63;
}
/* line 13, ../sass/modules/menus/_section.scss */
.region-bottom-content .menu-name-main-menu > ul.menu {
  padding: 0;
  margin: 0;
}
/* line 18, ../sass/modules/menus/_section.scss */
.region-bottom-content .menu-name-main-menu > ul.menu > li {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
/* line 24, ../sass/modules/menus/_section.scss */
.region-bottom-content .menu-name-main-menu > ul.menu > li > a {
  display: inline-block;
  padding: 5px 0;
  border-bottom: none;
}
/* line 29, ../sass/modules/menus/_section.scss */
.region-bottom-content .menu-name-main-menu > ul.menu > li > a:hover, .region-bottom-content .menu-name-main-menu > ul.menu > li > a:focus {
  text-decoration: none;
}
/* line 36, ../sass/modules/menus/_section.scss */
.region-bottom-content .menu-name-main-menu > ul.menu > li > .menu {
  display: none;
}
@media (min-width: 480px) {
  /* line 43, ../sass/modules/menus/_section.scss */
  .region-bottom-content .menu-name-main-menu > ul.menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (min-width: 768px) {
  /* line 49, ../sass/modules/menus/_section.scss */
  .region-bottom-content .menu-name-main-menu > ul.menu {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
}
@media (min-width: 992px) {
  /* line 55, ../sass/modules/menus/_section.scss */
  .region-bottom-content .menu-name-main-menu > ul.menu {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

/* line 1, ../sass/modules/menus/_sidebar.scss */
.sidebar .menu-name-main-menu {
  display: none;
}
@media (min-width: 768px) {
  /* line 1, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu {
    display: block;
  }
  /* line 7, ../sass/modules/menus/_sidebar.scss */
  .node-type-event .sidebar .menu-name-main-menu .active-trail.leaf a {
    color: #F39205;
  }
  /* line 12, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu .menu {
    padding: 0;
    margin: 0;
  }
  /* line 16, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu .menu li {
    position: relative;
    list-style-type: none;
    list-style-image: none;
  }
  /* line 22, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu .menu a {
    display: block;
    border-bottom: none;
  }
  /* line 27, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu .menu a.active {
    color: #F39205;
  }
  /* line 32, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu .menu .menu-item-toggle {
    position: absolute;
    left: -25px;
    top: 4px;
    color: #F39205;
    font-size: 16px;
    cursor: pointer;
  }
  /* line 45, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu > .menu > li {
    display: none;
  }
  /* line 48, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu > .menu > li.active-trail {
    display: block;
    font-weight: bold;
  }
  /* line 52, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu > .menu > li.active-trail > a {
    text-transform: uppercase;
  }
  /* line 57, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu > .menu > li.active-trail > .menu > li {
    margin: 6px 0;
  }
  /* line 61, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu > .menu > li.active-trail > .menu > li .menu {
    display: none;
  }
  /* line 64, ../sass/modules/menus/_sidebar.scss */
  .sidebar .menu-name-main-menu > .menu > li.active-trail > .menu > li .menu li {
    font-weight: 300;
    padding-left: 20px;
    margin: 4px 0;
  }
}

/* line 1, ../sass/modules/menus/_social.scss */
a.social {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-indent: 9999px;
  background-size: contain;
}
/* line 8, ../sass/modules/menus/_social.scss */
a.social.facebook {
  background-image: url("../images/facebook.png");
}
/* line 12, ../sass/modules/menus/_social.scss */
a.social.twitter {
  background-image: url("../images/twitter.png");
}

/* line 1, ../sass/layouts/_home.scss */
.front {
  overflow-x: hidden;
}
/* line 4, ../sass/layouts/_home.scss */
.front main {
  padding-top: 0;
}
/* line 8, ../sass/layouts/_home.scss */
.front .sidebar {
  margin-top: 0;
}
/* line 14, ../sass/layouts/_home.scss */
.front .sidebar .block,
.front .main-content .block {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  border-top: 7px solid #5E5F63;
}
/* line 20, ../sass/layouts/_home.scss */
.front .sidebar .block h2,
.front .main-content .block h2 {
  color: #F9523b;
  font-weight: 300;
  letter-spacing: .5px;
  margin: 13px 0 45px;
}
/* line 27, ../sass/layouts/_home.scss */
.front .sidebar .block .more-link,
.front .main-content .block .more-link {
  position: absolute;
  top: 40px;
  margin: 5px 0;
}
/* line 32, ../sass/layouts/_home.scss */
.front .sidebar .block .more-link a,
.front .main-content .block .more-link a {
  transition: margin .4s;
}
/* line 35, ../sass/layouts/_home.scss */
.front .sidebar .block .more-link a:hover,
.front .main-content .block .more-link a:hover {
  margin-right: -2px;
}
/* line 45, ../sass/layouts/_home.scss */
.front .view-display-id-homepage_block .attachment div, .front .view-display-id-homepage_block .attachment p, .front .view-display-id-homepage_block .attachment .card {
  height: 100%;
}
@media (min-width: 480px) {
  /* line 55, ../sass/layouts/_home.scss */
  .front .sidebar .block h2,
  .front .main-content .block h2 {
    margin-bottom: 15px;
  }
  /* line 59, ../sass/layouts/_home.scss */
  .front .sidebar .block .more-link,
  .front .main-content .block .more-link {
    top: 8px;
    left: auto;
    right: 15px;
  }
  /* line 69, ../sass/layouts/_home.scss */
  .front .view-display-id-news > .attachment, .front .view-display-id-news > .view-content, .front .view-display-id-news > .view-empty,
  .front .view-display-id-homepage_block > .attachment,
  .front .view-display-id-homepage_block > .view-content,
  .front .view-display-id-homepage_block > .view-empty {
    width: calc(50% - 10px);
    float: left;
    clear: none;
  }
  /* line 75, ../sass/layouts/_home.scss */
  .front .view-display-id-news > .attachment,
  .front .view-display-id-homepage_block > .attachment {
    margin-right: 20px;
  }
  /* line 80, ../sass/layouts/_home.scss */
  .front #block-views-research-news-research-news {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  /* line 86, ../sass/layouts/_home.scss */
  .front main {
    padding-top: 30px;
    margin: 15px auto 80px;
  }
  /* line 91, ../sass/layouts/_home.scss */
  .front .main-content {
    border-left: 1px solid #DBDBDB;
  }
  /* line 97, ../sass/layouts/_home.scss */
  .front .sidebar .block .more-link,
  .front .main-content .block .more-link {
    top: 12px;
  }
  /* line 102, ../sass/layouts/_home.scss */
  .front .region-sidebar > .block {
    overflow: visible;
  }
  /* line 108, ../sass/layouts/_home.scss */
  .front .view-display-id-news > .attachment, .front .view-display-id-news > .view-content, .front .view-display-id-news > .view-empty,
  .front .view-display-id-homepage_block > .attachment,
  .front .view-display-id-homepage_block > .view-content,
  .front .view-display-id-homepage_block > .view-empty {
    width: 100%;
    float: none;
  }
  /* line 113, ../sass/layouts/_home.scss */
  .front .view-display-id-news > .attachment,
  .front .view-display-id-homepage_block > .attachment {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  /* line 121, ../sass/layouts/_home.scss */
  .front .view-display-id-homepage_block > .attachment, .front .view-display-id-homepage_block > .view-content, .front .view-display-id-homepage_block > .view-empty {
    width: calc(50% - 10px);
    float: left;
    clear: none;
  }
  /* line 127, ../sass/layouts/_home.scss */
  .front .view-display-id-homepage_block > .attachment {
    margin-right: 20px;
  }
}

/* line 1, ../sass/layouts/_page.scss */
main {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* line 6, ../sass/layouts/_page.scss */
.container.narrow {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, ../sass/layouts/_page.scss */
.sidebar {
  margin-top: 30px;
}

@media (min-width: 480px) {
  /* line 17, ../sass/layouts/_page.scss */
  .float-left {
    float: left;
  }

  /* line 21, ../sass/layouts/_page.scss */
  .float-right {
    float: right;
  }
}
@media (min-width: 768px) {
  /* line 27, ../sass/layouts/_page.scss */
  .sidebar {
    margin-top: 0;
    border-top: none;
  }

  /* line 32, ../sass/layouts/_page.scss */
  .not-front .main-content {
    padding-left: 30px;
    border-left: 1px solid #DBDBDB;
  }
}
/* line 38, ../sass/layouts/_page.scss */
.hidden {
  display: none;
}

/* line 2, ../sass/layouts/_search.scss */
.page-search h2 {
  font-size: 26px;
}
/* line 7, ../sass/layouts/_search.scss */
.page-search form input[type=text] {
  width: calc(100% - 100px);
}
/* line 12, ../sass/layouts/_search.scss */
.page-search form input[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 17, ../sass/layouts/_search.scss */
.page-search form label {
  display: none;
}
/* line 22, ../sass/layouts/_search.scss */
.page-search .search-results,
.page-search .search-snippet-info {
  padding-left: 0;
}
/* line 27, ../sass/layouts/_search.scss */
.page-search .search-result {
  margin-bottom: 45px;
}
/* line 30, ../sass/layouts/_search.scss */
.page-search .search-result .title {
  font-size: 20px;
  font-weight: bold;
}
/* line 36, ../sass/layouts/_search.scss */
.page-search .search-info {
  display: none;
}
@media (min-width: 480px) {
  /* line 42, ../sass/layouts/_search.scss */
  .page-search form input[type=text] {
    width: calc(100% - 150px);
  }
  /* line 46, ../sass/layouts/_search.scss */
  .page-search form input[type=submit] {
    padding-left: 45px;
    padding-right: 45px;
  }
}

/* line 1, ../sass/states/_hidden_header.scss */
.hidden-header header {
  opacity: 0;
}

/* line 1, ../sass/states/_menu_open.scss */
body.menu-open {
  overflow: hidden !important;
  padding-top: 50px;
}
/* line 5, ../sass/states/_menu_open.scss */
body.menu-open header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
/* line 11, ../sass/states/_menu_open.scss */
body.menu-open header .menu-toggle {
  top: 0;
  background-color: #F39205;
  background-image: url("../images/menu_toggle_close.png");
  background-position: 15px;
}
/* line 19, ../sass/states/_menu_open.scss */
body.menu-open > div,
body.menu-open > section,
body.menu-open > main,
body.menu-open > footer {
  display: none;
}

/*
 * On mobile, menu-toggle should be fixed to top after user scrolls
 * On desktop, entire header should be shrunk and fixed to top
 * See header.js
*/
/* line 7, ../sass/states/_scrolled_header.scss */
.scrolled-header header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* line 10, ../sass/states/_scrolled_header.scss */
.scrolled-header header:after {
  display: none;
}
/* line 15, ../sass/states/_scrolled_header.scss */
.scrolled-header .menu-toggle {
  position: fixed;
  background-color: #DBDBDB;
}
@media (min-width: 992px) {
  /* line 6, ../sass/states/_scrolled_header.scss */
  .scrolled-header {
    padding-top: 140px !important;
  }
  /* line 23, ../sass/states/_scrolled_header.scss */
  .scrolled-header header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    text-align: center;
    line-height: 1;
    padding-top: 18px;
  }
  /* line 33, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .site-logo {
    display: inline-block;
    height: auto;
    width: auto;
    float: none;
    color: #333333;
    font-family: Oswald, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin-right: 10px;
  }
  /* line 46, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .site-logo:hover, .scrolled-header header .site-logo:focus {
    text-decoration: none;
  }
  /* line 50, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .site-logo:after {
    content: "Program of Computer Graphics";
  }
  /* line 55, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .desktop-logo {
    display: none;
  }
  /* line 59, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .region-header {
    float: none;
    display: inline-block;
    padding: 0;
  }
  /* line 65, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .block-cu-search {
    /*margin-top: -3px;
    right: -16px;*/
  }
  /* line 69, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .block-cu-search .cornell-search {
    display: none;
  }
  /* line 73, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .block-cu-search input[type=text] {
    padding: 0 30px;
    line-height: 1.3;
  }
  /* line 79, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .menu-name-main-menu > .menu > li {
    margin: 0;
  }
  /* line 82, ../sass/states/_scrolled_header.scss */
  .scrolled-header header .menu-name-main-menu > .menu > li > .menu {
    top: 32px;
    line-height: 1.62;
  }
}

/* line 2, ../sass/states/_search_open.scss */
.search-open,
.search-open .menu-name-main-menu > .menu, .scrolled-header .search-open .menu-toggle {
  margin-top: 50px;
}
/* line 8, ../sass/states/_search_open.scss */
.search-open .block-cu-search {
  background-color: #F4F4F4;
}
/* line 11, ../sass/states/_search_open.scss */
.search-open .block-cu-search .search-icon {
  background-image: url("../images/search_orange.png");
}
/* line 15, ../sass/states/_search_open.scss */
.search-open .block-cu-search input[type=text] {
  top: 0;
}
@media (min-width: 992px) {
  /* line 21, ../sass/states/_search_open.scss */
  .search-open,
  .search-open .menu-name-main-menu > .menu,
  .search-open .menu-toggle {
    margin-top: 0;
  }
  /* line 27, ../sass/states/_search_open.scss */
  .search-open .site-logo {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: .35;
  }
  /* line 32, ../sass/states/_search_open.scss */
  .search-open .block-cu-search {
    position: absolute;
    right: 0;
    width: 102%;
    background-color: white;
    padding-left: 0;
    overflow: visible;
  }
  /* line 40, ../sass/states/_search_open.scss */
  .search-open .block-cu-search .cornell-search {
    opacity: 1;
  }
  /* line 43, ../sass/states/_search_open.scss */
  .search-open .block-cu-search .cornell-search a:after {
    display: inline;
  }
  /* line 48, ../sass/states/_search_open.scss */
  .search-open .block-cu-search .search-close {
    display: block;
  }
  /* line 52, ../sass/states/_search_open.scss */
  .search-open .block-cu-search input[type=text] {
    width: 100%;
  }
}

/* line 1, ../sass/states/logged-in/_action_links.scss */
.logged-in .action-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 6, ../sass/states/logged-in/_action_links.scss */
.logged-in .action-links li {
  display: inline-block;
  margin: 0;
}
/* line 11, ../sass/states/logged-in/_action_links.scss */
.logged-in .action-links a {
  display: inline-block;
  margin-right: 10px;
}

/* line 1, ../sass/states/logged-in/_admin_panel.scss */
.logged-in div.admin-panel {
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #DBDBDB;
}
/* line 6, ../sass/states/logged-in/_admin_panel.scss */
.logged-in div.admin-panel .body {
  padding: 0;
}

/* line 2, ../sass/states/logged-in/_form.scss */
.logged-in form fieldset {
  margin: 30px 0;
}
/* line 6, ../sass/states/logged-in/_form.scss */
.logged-in form #autocomplete {
  background-color: white;
}
/* line 9, ../sass/states/logged-in/_form.scss */
.logged-in form #autocomplete li {
  padding: 5px;
  margin: 0;
}
/* line 15, ../sass/states/logged-in/_form.scss */
.logged-in form .form-actions {
  text-align: right;
}
/* line 18, ../sass/states/logged-in/_form.scss */
.logged-in form .form-actions input[type=submit] {
  margin-left: 15px;
}
/* line 23, ../sass/states/logged-in/_form.scss */
.logged-in form .text-format-wrapper .filter-wrapper {
  padding: 0;
  margin: 0;
}
/* line 27, ../sass/states/logged-in/_form.scss */
.logged-in form .text-format-wrapper .filter-wrapper select {
  padding: 3px 30px 3px 10px;
}
/* line 31, ../sass/states/logged-in/_form.scss */
.logged-in form .text-format-wrapper .filter-wrapper .form-item,
.logged-in form .text-format-wrapper .filter-wrapper .filter-help {
  padding: 10px;
  margin: 0;
}
/* line 36, ../sass/states/logged-in/_form.scss */
.logged-in form .text-format-wrapper .filter-wrapper .form-item a,
.logged-in form .text-format-wrapper .filter-wrapper .filter-help a {
  padding-left: 0;
}
/* line 43, ../sass/states/logged-in/_form.scss */
.logged-in form input[type=submit]#edit-delete {
  background-color: #F9523b;
  border-color: #F9523b;
}
/* line 47, ../sass/states/logged-in/_form.scss */
.logged-in form input[type=submit]#edit-delete:hover {
  background-color: #f7260a;
  border-color: #f7260a;
}
/* line 53, ../sass/states/logged-in/_form.scss */
.logged-in form input[type=submit]#edit-preview, .logged-in form input[type=submit]#edit-preview-changes {
  background-color: #848488;
  border-color: #848488;
}
/* line 58, ../sass/states/logged-in/_form.scss */
.logged-in form input[type=submit]#edit-preview:hover, .logged-in form input[type=submit]#edit-preview-changes:hover {
  background-color: #5E5F63;
  border-color: #5E5F63;
}

/* line 2, ../sass/states/logged-in/_header.scss */
.logged-in.scrolled-header header {
  top: 30px;
}
@media (min-width: 992px) {
  /* line 8, ../sass/states/logged-in/_header.scss */
  .logged-in header .block-menu-block {
    margin-right: -20px;
  }
  /* line 11, ../sass/states/logged-in/_header.scss */
  .logged-in header .block-menu-block > .content {
    padding-right: 25px;
  }
}

/* line 2, ../sass/states/logged-in/_layout.scss */
.logged-in div.left {
  margin-left: 0;
}
/* line 6, ../sass/states/logged-in/_layout.scss */
.logged-in div.right {
  margin-right: 0;
}
/* line 10, ../sass/states/logged-in/_layout.scss */
.logged-in dd + dt {
  margin-top: 15px;
}

/* line 1, ../sass/states/logged-in/_messages.scss */
.logged-in #messages {
  font-size: 14px;
  margin: -30px 0 30px;
}

/* line 1, ../sass/states/logged-in/_table.scss */
.logged-in table {
  width: 100%;
  font-size: 14px;
}
/* line 5, ../sass/states/logged-in/_table.scss */
.logged-in table tr {
  background-color: #F4F4F4;
}
/* line 9, ../sass/states/logged-in/_table.scss */
.logged-in table td {
  padding: 5px 1px;
}
/* line 13, ../sass/states/logged-in/_table.scss */
.logged-in table .region-hidden-title td {
  padding: 30px 0 10px;
}
/* line 17, ../sass/states/logged-in/_table.scss */
.logged-in table a.tabledrag-handle {
  margin-left: -10px;
  border-bottom: none;
}
/* line 21, ../sass/states/logged-in/_table.scss */
.logged-in table a.tabledrag-handle > .handle {
  height: 25px;
  width: 25px;
}
/* line 26, ../sass/states/logged-in/_table.scss */
.logged-in table a.tabledrag-handle + .label-input {
  float: none;
}
/* line 29, ../sass/states/logged-in/_table.scss */
.logged-in table a.tabledrag-handle + .label-input > div:not(:first-child) {
  margin-left: 25px;
}
/* line 35, ../sass/states/logged-in/_table.scss */
.logged-in table select {
  font-size: 12px;
  padding: 3px 40px 3px 20px;
}
/* line 40, ../sass/states/logged-in/_table.scss */
.logged-in table input[type=text] {
  font-size: 12px;
  padding: 3px 14px 3px;
}
/* line 44, ../sass/states/logged-in/_table.scss */
.logged-in table input[type=text].field-weight {
  padding: 3px 5px 3px;
}

/* line 1, ../sass/states/logged-in/_tabs.scss */
.logged-in ul.tabs {
  text-align: right;
  margin: 0;
  border-bottom: none;
}
/* line 7, ../sass/states/logged-in/_tabs.scss */
.logged-in ul.tabs.primary a {
  display: inline-block;
  padding: 10px 30px;
  background-color: white;
  border-color: #DBDBDB;
  border-bottom: none;
  transition: background .4s, color .4s;
}
/* line 15, ../sass/states/logged-in/_tabs.scss */
.logged-in ul.tabs.primary a:hover {
  background-color: #F4F4F4;
  border-color: #DBDBDB;
}
/* line 20, ../sass/states/logged-in/_tabs.scss */
.logged-in ul.tabs.primary a.active {
  display: inline-block;
  background-color: #F4F4F4;
  padding-bottom: 18px;
  margin-bottom: -8px;
  border: none;
}
/* line 30, ../sass/states/logged-in/_tabs.scss */
.logged-in ul.tabs.secondary {
  font-size: 14px;
  margin-top: 5px;
}
/* line 34, ../sass/states/logged-in/_tabs.scss */
.logged-in ul.tabs.secondary li:last-child {
  padding-right: 0;
  border-right: none;
}

/* line 1, ../sass/states/logged-in/_vertical_tabs.scss */
.logged-in div.vertical-tabs {
  background-color: white;
  margin: 30px 0 30px 250px;
}
/* line 5, ../sass/states/logged-in/_vertical_tabs.scss */
.logged-in div.vertical-tabs ul.vertical-tabs-list {
  width: 250px;
  margin-left: -250px;
}
/* line 9, ../sass/states/logged-in/_vertical_tabs.scss */
.logged-in div.vertical-tabs ul.vertical-tabs-list a {
  border-bottom: none;
}
/* line 14, ../sass/states/logged-in/_vertical_tabs.scss */
.logged-in div.vertical-tabs .vertical-tabs-panes {
  padding: 15px;
}

/* line 4, ../sass/states/logged-in/_views_admin.scss */
.logged-in .views-admin .ctools-button li,
.logged-in .views-admin .tabs li {
  margin-bottom: 0;
}
/* line 8, ../sass/states/logged-in/_views_admin.scss */
.logged-in .views-admin .ctools-button a,
.logged-in .views-admin .tabs a {
  border-bottom: none;
}

/* line 2, ../sass/states/logged-in/_wysiwyg.scss */
.logged-in .cke a {
  border-bottom: none;
}
/* line 6, ../sass/states/logged-in/_wysiwyg.scss */
.logged-in span.cke_combo_text {
  width: 45px;
  padding-left: 5px;
}
/* line 11, ../sass/states/logged-in/_wysiwyg.scss */
.logged-in .cke_toolgroup {
  margin-bottom: 0;
}
/* line 15, ../sass/states/logged-in/_wysiwyg.scss */
.logged-in table.cke_dialog {
  width: auto;
}
/* line 18, ../sass/states/logged-in/_wysiwyg.scss */
.logged-in table.cke_dialog input.cke_dialog_ui_input_text,
.logged-in table.cke_dialog input.cke_dialog_ui_input_password,
.logged-in table.cke_dialog textarea.cke_dialog_ui_input_textarea {
  padding: 4px 6px;
}
/* line 24, ../sass/states/logged-in/_wysiwyg.scss */
.logged-in table.cke_dialog select.cke_dialog_ui_input_select {
  padding: 2px 6px;
}

form.user-login-form div.container-inline div {
  display: block;
}
