/**
 * Place your custom styles here.
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400italic);
/* line 9, ../scss/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

/* line 98, ../scss/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 27, ../scss/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: white;
}

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

/* line 48, ../scss/bootstrap/_scaffolding.scss */
a {
  color: #135571;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #155f7e;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

footer a, th a {
  color: #2ba9e0;
  text-decoration: underline;
}

/* line 52, ../scss/bootstrap/_scaffolding.scss */
footer a:hover, footer a:focus, th a:hover, th a:focus {
  color: #00c9ff;
  text-decoration: none;
}

/* line 58, ../scss/bootstrap/_scaffolding.scss */
footer a:focus, th a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a#skip-link {
  background-color: black;
  color: white;
}

a#skip-link:hover, a#skip-link:focus {
  background-color: black;
  color: white;
}

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

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

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

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

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

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

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

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

/* line 9, ../scss/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.25;
  color: black;
}

/* line 16, ../scss/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, ../scss/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}

/* line 30, ../scss/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, ../scss/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}

/* line 41, ../scss/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, ../scss/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

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

/* line 62, ../scss/bootstrap/_type.scss */
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../scss/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 138, ../scss/bootstrap/_type.scss */
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #f0f0f0;
}

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

/* line 153, ../scss/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

/* line 173, ../scss/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

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

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

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

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

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

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 211, ../scss/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, ../scss/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

/* line 241, ../scss/bootstrap/_type.scss */
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #f0f0f0;
}

/* line 250, ../scss/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../scss/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #dbdbdb;
}

/* line 265, ../scss/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, ../scss/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f0f0f0;
  border-left: 0;
  text-align: right;
}

/* line 286, ../scss/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, ../scss/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, ../scss/bootstrap/_type.scss */
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.5;
}

/* line 10, ../scss/bootstrap/_grid.scss */
.container, #site-banner .flex-control-nav {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.container:before, #site-banner .flex-control-nav:before, .container:after, #site-banner .flex-control-nav:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.container:after, #site-banner .flex-control-nav:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container, #site-banner .flex-control-nav {
    width: 760px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container, #site-banner .flex-control-nav {
    width: 992px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../scss/bootstrap/_grid.scss */
  .container, #site-banner .flex-control-nav {
    width: 1040px;
  }
}

/* line 30, ../scss/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../scss/bootstrap/_grid.scss */
.row {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  /* line 27, ../scss/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;
    /*padding-top:50px;*/
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 47, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 52, ../scss/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

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

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

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

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

/* line 83, ../scss/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
}

/* line 114, ../scss/bootstrap/_forms.scss */
.form-control, .form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=number],
.form select,
.form textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdbdb;
  border-radius: 18px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../scss/bootstrap/mixins/_forms.scss */
.form-control:focus, .form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=date]:focus,
.form input[type=number]:focus,
.form select:focus,
.form textarea:focus {
  border-color: #2ba9e0;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(43, 169, 224, 0.6);
}

/* line 103, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder, .form input[type=text]::-moz-placeholder,
.form input[type=email]::-moz-placeholder,
.form input[type=date]::-moz-placeholder,
.form input[type=number]::-moz-placeholder,
.form select::-moz-placeholder,
.form textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder, .form input[type=text]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=date]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../scss/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder, .form input[type=text]::-webkit-input-placeholder,
.form input[type=email]::-webkit-input-placeholder,
.form input[type=date]::-webkit-input-placeholder,
.form input[type=number]::-webkit-input-placeholder,
.form select::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #999;
}

/* line 136, ../scss/bootstrap/_forms.scss */
.form-control::-ms-expand, .form input[type=text]::-ms-expand,
.form input[type=email]::-ms-expand,
.form input[type=date]::-ms-expand,
.form input[type=number]::-ms-expand,
.form select::-ms-expand,
.form textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 146, ../scss/bootstrap/_forms.scss */
.form-control[disabled], .form input[disabled][type=text],
.form input[disabled][type=email],
.form input[disabled][type=date],
.form input[disabled][type=number],
.form select[disabled],
.form textarea[disabled], .form-control[readonly], .form input[readonly][type=text],
.form input[readonly][type=email],
.form input[readonly][type=date],
.form input[readonly][type=number],
.form select[readonly],
.form textarea[readonly], fieldset[disabled] .form-control, fieldset[disabled] .form input[type=text], .form fieldset[disabled] input[type=text],
fieldset[disabled] .form input[type=email],
.form fieldset[disabled] input[type=email],
fieldset[disabled] .form input[type=date],
.form fieldset[disabled] input[type=date],
fieldset[disabled] .form input[type=number],
.form fieldset[disabled] input[type=number],
fieldset[disabled] .form select,
.form fieldset[disabled] select,
fieldset[disabled] .form textarea,
.form fieldset[disabled] textarea {
  background-color: #f0f0f0;
  opacity: 1;
}

/* line 153, ../scss/bootstrap/_forms.scss */
.form-control[disabled], .form input[disabled][type=text],
.form input[disabled][type=email],
.form input[disabled][type=date],
.form input[disabled][type=number],
.form select[disabled],
.form textarea[disabled], fieldset[disabled] .form-control, fieldset[disabled] .form input[type=text], .form fieldset[disabled] input[type=text],
fieldset[disabled] .form input[type=email],
.form fieldset[disabled] input[type=email],
fieldset[disabled] .form input[type=date],
.form fieldset[disabled] input[type=date],
fieldset[disabled] .form input[type=number],
.form fieldset[disabled] input[type=number],
fieldset[disabled] .form select,
.form fieldset[disabled] select,
fieldset[disabled] .form textarea,
.form fieldset[disabled] textarea {
  cursor: not-allowed;
}

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

/* line 174, ../scss/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 193, ../scss/bootstrap/_forms.scss */
  input[type="date"].form-control, .form input[type="date"][type=text],
  .form input[type="date"][type=email],
  .form input[type="date"][type=date],
  .form input[type="date"][type=number],
  input[type="time"].form-control,
  .form input[type="time"][type=text],
  .form input[type="time"][type=email],
  .form input[type="time"][type=date],
  .form input[type="time"][type=number],
  input[type="datetime-local"].form-control,
  .form input[type="datetime-local"][type=text],
  .form input[type="datetime-local"][type=email],
  .form input[type="datetime-local"][type=date],
  .form input[type="datetime-local"][type=number],
  input[type="month"].form-control,
  .form input[type="month"][type=text],
  .form input[type="month"][type=email],
  .form input[type="month"][type=date],
  .form input[type="month"][type=number] {
    line-height: 38px;
  }

  /* line 197, ../scss/bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm input[type="date"],
  input[type="time"].input-sm, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm, .input-group-sm
  input[type="month"] {
    line-height: 31px;
  }

  /* line 202, ../scss/bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg input[type="date"],
  input[type="time"].input-lg, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}

/* line 215, ../scss/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 224, ../scss/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 231, ../scss/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 24px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 239, ../scss/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 248, ../scss/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

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

/* line 276, ../scss/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 285, ../scss/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
 .checkbox-inline {
  cursor: not-allowed;
}

/* line 295, ../scss/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
 .checkbox label {
  cursor: not-allowed;
}

/* line 307, ../scss/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 40px;
}

/* line 315, ../scss/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

/* line 71, ../scss/bootstrap/mixins/_forms.scss */
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 14px;
}

/* line 79, ../scss/bootstrap/mixins/_forms.scss */
select.input-sm {
  height: 31px;
  line-height: 31px;
}

/* line 84, ../scss/bootstrap/mixins/_forms.scss */
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

/* line 333, ../scss/bootstrap/_forms.scss */
.form-group-sm .form-control, .form-group-sm .form input[type=text], .form .form-group-sm input[type=text],
.form-group-sm .form input[type=email],
.form .form-group-sm input[type=email],
.form-group-sm .form input[type=date],
.form .form-group-sm input[type=date],
.form-group-sm .form input[type=number],
.form .form-group-sm input[type=number],
.form-group-sm .form select,
.form .form-group-sm select,
.form-group-sm .form textarea,
.form .form-group-sm textarea {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 14px;
}

/* line 340, ../scss/bootstrap/_forms.scss */
.form-group-sm select.form-control,
.form-group-sm .form select,
.form .form-group-sm select {
  height: 31px;
  line-height: 31px;
}

/* line 344, ../scss/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm .form textarea,
.form .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .form select[multiple],
.form .form-group-sm select[multiple] {
  height: auto;
}

/* line 348, ../scss/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* line 71, ../scss/bootstrap/mixins/_forms.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 24px;
}

/* line 79, ../scss/bootstrap/mixins/_forms.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../scss/bootstrap/mixins/_forms.scss */
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

/* line 359, ../scss/bootstrap/_forms.scss */
.form-group-lg .form-control, .form-group-lg .form input[type=text], .form .form-group-lg input[type=text],
.form-group-lg .form input[type=email],
.form .form-group-lg input[type=email],
.form-group-lg .form input[type=date],
.form .form-group-lg input[type=date],
.form-group-lg .form input[type=number],
.form .form-group-lg input[type=number],
.form-group-lg .form select,
.form .form-group-lg select,
.form-group-lg .form textarea,
.form .form-group-lg textarea {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 24px;
}

/* line 366, ../scss/bootstrap/_forms.scss */
.form-group-lg select.form-control,
.form-group-lg .form select,
.form .form-group-lg select {
  height: 46px;
  line-height: 46px;
}

/* line 370, ../scss/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg .form textarea,
.form .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .form select[multiple],
.form .form-group-lg select[multiple] {
  height: auto;
}

/* line 374, ../scss/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

/* line 388, ../scss/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 393, ../scss/bootstrap/_forms.scss */
.has-feedback .form-control, .has-feedback .form input[type=text], .form .has-feedback input[type=text],
.has-feedback .form input[type=email],
.form .has-feedback input[type=email],
.has-feedback .form input[type=date],
.form .has-feedback input[type=date],
.has-feedback .form input[type=number],
.form .has-feedback input[type=number],
.has-feedback .form select,
.form .has-feedback select,
.has-feedback .form textarea,
.form .has-feedback textarea {
  padding-right: 47.5px;
}

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

/* line 410, ../scss/bootstrap/_forms.scss */
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .form input[type=text] + .form-control-feedback,
.form .form-group-lg input[type=text] + .form-control-feedback,
.form-group-lg .form input[type=email] + .form-control-feedback,
.form .form-group-lg input[type=email] + .form-control-feedback,
.form-group-lg .form input[type=date] + .form-control-feedback,
.form .form-group-lg input[type=date] + .form-control-feedback,
.form-group-lg .form input[type=number] + .form-control-feedback,
.form .form-group-lg input[type=number] + .form-control-feedback,
.form-group-lg .form select + .form-control-feedback,
.form .form-group-lg select + .form-control-feedback,
.form-group-lg .form textarea + .form-control-feedback,
.form .form-group-lg textarea + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 417, ../scss/bootstrap/_forms.scss */
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .form input[type=text] + .form-control-feedback,
.form .form-group-sm input[type=text] + .form-control-feedback,
.form-group-sm .form input[type=email] + .form-control-feedback,
.form .form-group-sm input[type=email] + .form-control-feedback,
.form-group-sm .form input[type=date] + .form-control-feedback,
.form .form-group-sm input[type=date] + .form-control-feedback,
.form-group-sm .form input[type=number] + .form-control-feedback,
.form .form-group-sm input[type=number] + .form-control-feedback,
.form-group-sm .form select + .form-control-feedback,
.form .form-group-sm select + .form-control-feedback,
.form-group-sm .form textarea + .form-control-feedback,
.form .form-group-sm textarea + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px;
}

/* line 8, ../scss/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control, .has-success .form input[type=text], .form .has-success input[type=text],
.has-success .form input[type=email],
.form .has-success input[type=email],
.has-success .form input[type=date],
.form .has-success input[type=date],
.has-success .form input[type=number],
.form .has-success input[type=number],
.has-success .form select,
.form .has-success select,
.has-success .form textarea,
.form .has-success textarea {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus, .has-success .form input[type=text]:focus, .form .has-success input[type=text]:focus,
.has-success .form input[type=email]:focus,
.form .has-success input[type=email]:focus,
.has-success .form input[type=date]:focus,
.form .has-success input[type=date]:focus,
.has-success .form input[type=number]:focus,
.form .has-success input[type=number]:focus,
.has-success .form select:focus,
.form .has-success select:focus,
.has-success .form textarea:focus,
.form .has-success textarea:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../scss/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control, .has-warning .form input[type=text], .form .has-warning input[type=text],
.has-warning .form input[type=email],
.form .has-warning input[type=email],
.has-warning .form input[type=date],
.form .has-warning input[type=date],
.has-warning .form input[type=number],
.form .has-warning input[type=number],
.has-warning .form select,
.form .has-warning select,
.has-warning .form textarea,
.form .has-warning textarea {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus, .has-warning .form input[type=text]:focus, .form .has-warning input[type=text]:focus,
.has-warning .form input[type=email]:focus,
.form .has-warning input[type=email]:focus,
.has-warning .form input[type=date]:focus,
.form .has-warning input[type=date]:focus,
.has-warning .form input[type=number]:focus,
.form .has-warning input[type=number]:focus,
.has-warning .form select:focus,
.form .has-warning select:focus,
.has-warning .form textarea:focus,
.form .has-warning textarea:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../scss/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../scss/bootstrap/mixins/_forms.scss */
.has-error .form-control, .has-error .form input[type=text], .form .has-error input[type=text],
.has-error .form input[type=email],
.form .has-error input[type=email],
.has-error .form input[type=date],
.form .has-error input[type=date],
.has-error .form input[type=number],
.form .has-error input[type=number],
.has-error .form select,
.form .has-error select,
.has-error .form textarea,
.form .has-error textarea {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../scss/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus, .has-error .form input[type=text]:focus, .form .has-error input[type=text]:focus,
.has-error .form input[type=email]:focus,
.form .has-error input[type=email]:focus,
.has-error .form input[type=date]:focus,
.form .has-error input[type=date]:focus,
.has-error .form input[type=number]:focus,
.form .has-error input[type=number]:focus,
.has-error .form select:focus,
.form .has-error select:focus,
.has-error .form textarea:focus,
.form .has-error textarea:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../scss/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, ../scss/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 439, ../scss/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}

/* line 442, ../scss/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  /* line 478, ../scss/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 485, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control, .form-inline .form input[type=text], .form .form-inline input[type=text],
  .form-inline .form input[type=email],
  .form .form-inline input[type=email],
  .form-inline .form input[type=date],
  .form .form-inline input[type=date],
  .form-inline .form input[type=number],
  .form .form-inline input[type=number],
  .form-inline .form select,
  .form .form-inline select,
  .form-inline .form textarea,
  .form .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 492, ../scss/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }

  /* line 496, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 500, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .form-inline .input-group .form input[type=text],
  .form .form-inline .input-group input[type=text],
  .form-inline .input-group .form input[type=email],
  .form .form-inline .input-group input[type=email],
  .form-inline .input-group .form input[type=date],
  .form .form-inline .input-group input[type=date],
  .form-inline .input-group .form input[type=number],
  .form .form-inline .input-group input[type=number],
  .form-inline .input-group .form select,
  .form .form-inline .input-group select,
  .form-inline .input-group .form textarea,
  .form .form-inline .input-group textarea {
    width: auto;
  }

  /* line 508, ../scss/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .form-inline .form .input-group > input[type=text], .form .form-inline .input-group > input[type=text],
  .form-inline .form .input-group > input[type=email],
  .form .form-inline .input-group > input[type=email],
  .form-inline .form .input-group > input[type=date],
  .form .form-inline .input-group > input[type=date],
  .form-inline .form .input-group > input[type=number],
  .form .form-inline .input-group > input[type=number],
  .form-inline .form .input-group > select,
  .form .form-inline .input-group > select,
  .form-inline .form .input-group > textarea,
  .form .form-inline .input-group > textarea {
    width: 100%;
  }

  /* line 512, ../scss/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 519, ../scss/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 526, ../scss/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  /* line 530, ../scss/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 537, ../scss/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 559, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 569, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}

/* line 575, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

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

/* line 593, ../scss/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 20px;
}

@media (min-width: 768px) {
  /* line 603, ../scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 611, ../scss/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px;
  }
}

/* line 9, ../scss/bootstrap/_buttons.scss */
.btn, .form input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../scss/bootstrap/_buttons.scss */
.btn:focus, .form input[type=submit]:focus, .btn.focus, .form input.focus[type=submit], .btn:active:focus, .form input[type=submit]:active:focus, .btn:active.focus, .form input[type=submit]:active.focus, .btn.active:focus, .form input.active[type=submit]:focus, .btn.active.focus, .form input.active.focus[type=submit] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../scss/bootstrap/_buttons.scss */
.btn:hover, .form input[type=submit]:hover, .btn:focus, .form input[type=submit]:focus, .btn.focus, .form input.focus[type=submit] {
  color: #333;
  text-decoration: none;
}

/* line 39, ../scss/bootstrap/_buttons.scss */
.btn:active, .form input[type=submit]:active, .btn.active, .form input.active[type=submit] {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../scss/bootstrap/_buttons.scss */
.btn.disabled, .form input.disabled[type=submit], .btn[disabled], .form input[disabled][type=submit], fieldset[disabled] .btn, fieldset[disabled] .form input[type=submit], .form fieldset[disabled] input[type=submit] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

/* line 68, ../scss/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../scss/bootstrap/_buttons.scss */
.btn-primary, .form input[type=submit] {
  background-color: #2ba9e0;
  color: black;
  border-color: #1f9cd3;
}

/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .form input[type=submit]:focus, .btn-primary.focus, .form input.focus[type=submit] {
  color: black;
  background-color: #00c9ff;
  border-color: #0f4a63;
}

/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .form input[type=submit]:hover {
  color: black;
  background-color: #00c9ff;
  border-color: #17749d;
}

/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .form input[type=submit]:active, .btn-primary.active, .form input.active[type=submit], .open > .btn-primary.dropdown-toggle, .form .open > input.dropdown-toggle[type=submit] {
  color: black;
  background-color: #00c9ff;
  border-color: #17749d;
}

/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .form input[type=submit]:active:hover, .btn-primary:active:focus, .form input[type=submit]:active:focus, .btn-primary:active.focus, .form input[type=submit]:active.focus, .btn-primary.active:hover, .form input.active[type=submit]:hover, .btn-primary.active:focus, .form input.active[type=submit]:focus, .btn-primary.active.focus, .form input.active.focus[type=submit], .open > .btn-primary.dropdown-toggle:hover, .form .open > input.dropdown-toggle[type=submit]:hover, .open > .btn-primary.dropdown-toggle:focus, .form .open > input.dropdown-toggle[type=submit]:focus, .open > .btn-primary.dropdown-toggle.focus, .form .open > input.dropdown-toggle.focus[type=submit] {
  color: black;
  background-color: #17749d;
  border-color: #0f4a63;
}

/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .form input[type=submit]:active, .btn-primary.active, .form input.active[type=submit], .open > .btn-primary.dropdown-toggle, .form .open > input.dropdown-toggle[type=submit] {
  background-image: none;
}

/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .form input.disabled[type=submit]:hover, .btn-primary.disabled:focus, .form input.disabled[type=submit]:focus, .btn-primary.disabled.focus, .form input.disabled.focus[type=submit], .btn-primary[disabled]:hover, .form input[disabled][type=submit]:hover, .btn-primary[disabled]:focus, .form input[disabled][type=submit]:focus, .btn-primary[disabled].focus, .form input[disabled].focus[type=submit], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .form input[type=submit]:hover, .form fieldset[disabled] input[type=submit]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .form input[type=submit]:focus, .form fieldset[disabled] input[type=submit]:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .form input.focus[type=submit], .form fieldset[disabled] input.focus[type=submit] {
  background-color: #2ba9e0;
  color: black;
  border-color: #1f9cd3;
}

/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-primary .badge, .form input[type=submit] .badge {
  color: #2ba9e0;
  background-color: #fff;
}

/* line 75, ../scss/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../scss/bootstrap/_buttons.scss */
.btn-info {
  color: black;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../scss/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../scss/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 29, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 37, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 45, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 53, ../scss/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../scss/bootstrap/_buttons.scss */
.btn-link {
  color: #2ba9e0;
  font-weight: normal;
  border-radius: 0;
}

/* line 101, ../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 109, ../scss/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../scss/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #00c9ff;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../scss/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #dbdbdb;
  text-decoration: none;
}

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

/* line 139, ../scss/bootstrap/_buttons.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 14px;
}

/* line 143, ../scss/bootstrap/_buttons.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 14px;
}

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

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

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

/* line 10, ../scss/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 13, ../scss/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../scss/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 21, ../scss/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

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

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

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

/* line 9, ../scss/bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../scss/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../scss/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../scss/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #f0f0f0;
  text-decoration: none;
}

/* line 31, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #dbdbdb;
}

/* line 34, ../scss/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #dbdbdb;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, ../scss/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #f0f0f0;
  border-color: #2ba9e0;
  text-decoration: none;
}

/* line 59, ../scss/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../scss/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../scss/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../scss/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 18px 18px 0 0;
}

/* line 89, ../scss/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #f0f0f0 #f0f0f0 #ddd;
  text-decoration: none;
}

/* line 96, ../scss/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #4f4f4f;
  background-color: #fcfcfc;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
  text-decoration: none;
}

/* line 118, ../scss/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../scss/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 18px;
}

/* line 125, ../scss/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../scss/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #2ba9e0;
  color: black;
  text-decoration: none;
}

/* line 144, ../scss/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

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

/* line 160, ../scss/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../scss/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../scss/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, ../scss/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../scss/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  /* line 180, ../scss/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 18px;
}

/* line 199, ../scss/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 206, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 18px 18px 0 0;
  }

  /* line 210, ../scss/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fcfcfc;
    text-decoration: none;
  }
}

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

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

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

/* line 11, ../scss/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 11, ../scss/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 18px;
  }
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  /* line 31, ../scss/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../scss/bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../scss/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  /* line 50, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  /* line 68, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  /* line 75, ../scss/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }

  /* line 81, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, ../scss/bootstrap/_navbar.scss */
.container > .navbar-header, #site-banner .flex-control-nav > .navbar-header,
.container > .navbar-collapse,
#site-banner .flex-control-nav > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 992px) {
  /* line 108, ../scss/bootstrap/_navbar.scss */
  .container > .navbar-header, #site-banner .flex-control-nav > .navbar-header,
  .container > .navbar-collapse,
  #site-banner .flex-control-nav > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../scss/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 992px) {
  /* line 128, ../scss/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 992px) {
  /* line 138, ../scss/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

/* line 163, ../scss/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 13px 20px;
  font-size: 18px;
  line-height: 24px;
  height: 50px;
}

/* line 170, ../scss/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 175, ../scss/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 992px) {
  /* line 180, ../scss/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, #site-banner .navbar > .flex-control-nav .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -20px;
  }
}

/* line 193, ../scss/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 18px;
}

/* line 206, ../scss/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: solid;
  outline-width: 2px;
  outline-color: #274e92;
  outline-offset: 1px;
}

/* line 211, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 217, ../scss/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 992px) {
  /* line 193, ../scss/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 232, ../scss/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 6.5px -20px;
}

/* line 235, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}

@media (max-width: 991px) {
  /* line 243, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  /* line 251, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  /* line 255, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }

  /* line 257, ../scss/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
    text-decoration: none;
  }

  .navbar .nav > li ul.show-menu {
    display: block;
  }
}

@media (min-width: 992px) {
  /* line 232, ../scss/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }

  /* line 270, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }

  /* line 272, ../scss/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

/* line 286, ../scss/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  /* line 478, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 485, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-control, .navbar-form .form input[type=text], .form .navbar-form input[type=text],
  .navbar-form .form input[type=email],
  .form .navbar-form input[type=email],
  .navbar-form .form input[type=date],
  .form .navbar-form input[type=date],
  .navbar-form .form input[type=number],
  .form .navbar-form input[type=number],
  .navbar-form .form select,
  .form .navbar-form select,
  .navbar-form .form textarea,
  .form .navbar-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 492, ../scss/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }

  /* line 496, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  /* line 500, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .form input[type=text],
  .form .navbar-form .input-group input[type=text],
  .navbar-form .input-group .form input[type=email],
  .form .navbar-form .input-group input[type=email],
  .navbar-form .input-group .form input[type=date],
  .form .navbar-form .input-group input[type=date],
  .navbar-form .input-group .form input[type=number],
  .form .navbar-form .input-group input[type=number],
  .navbar-form .input-group .form select,
  .form .navbar-form .input-group select,
  .navbar-form .input-group .form textarea,
  .form .navbar-form .input-group textarea {
    width: auto;
  }

  /* line 508, ../scss/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control, .navbar-form .form .input-group > input[type=text], .form .navbar-form .input-group > input[type=text],
  .navbar-form .form .input-group > input[type=email],
  .form .navbar-form .input-group > input[type=email],
  .navbar-form .form .input-group > input[type=date],
  .form .navbar-form .input-group > input[type=date],
  .navbar-form .form .input-group > input[type=number],
  .form .navbar-form .input-group > input[type=number],
  .navbar-form .form .input-group > select,
  .form .navbar-form .input-group > select,
  .navbar-form .form .input-group > textarea,
  .form .navbar-form .input-group > textarea {
    width: 100%;
  }

  /* line 512, ../scss/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 519, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  /* line 526, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  /* line 530, ../scss/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  /* line 537, ../scss/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 991px) {
  /* line 298, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  /* line 302, ../scss/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  /* line 286, ../scss/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}

/* line 327, ../scss/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 332, ../scss/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 343, ../scss/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

/* line 346, ../scss/bootstrap/_navbar.scss */
.navbar-btn.btn-sm {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

/* line 349, ../scss/bootstrap/_navbar.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 359, ../scss/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  /* line 359, ../scss/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

  /* line 382, ../scss/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }

  /* line 386, ../scss/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 397, ../scss/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 401, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 403, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 410, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 415, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 418, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
  text-decoration: none;
}

/* line 425, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
  text-decoration: none;
}

/* line 433, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
  text-decoration: none;
}

/* line 442, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 444, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 448, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 453, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 462, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
  text-decoration: none;
}

@media (max-width: 991px) {
  /* line 473, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  /* line 475, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
    text-decoration: none;
  }

  /* line 482, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
    text-decoration: none;
  }

  /* line 490, ../scss/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
    text-decoration: none;
  }
}

/* line 506, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 508, ../scss/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 513, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 515, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 521, ../scss/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 531, ../scss/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #030d26;
  border-color: black;
}

/* line 535, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: white;
}

/* line 537, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 544, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: white;
}

/* line 549, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: white;
}

/* line 552, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

/* line 559, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff!important;
  background-color: black;
  text-decoration: none;
}
.navbar-nav li.expanded.active .nav-item-toggle {
  color: #ffffff!important;
}

/* line 567, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
  text-decoration: none;
}

/* line 577, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 579, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}

/* line 583, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 588, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #000205;
}

/* line 596, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: black;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  /* line 607, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: black;
  }

  /* line 610, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: black;
  }

  /* line 613, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }

  /* line 615, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
    text-decoration: none;
  }

  /* line 622, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: black;
    text-decoration: none;
  }

  /* line 630, ../scss/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
    text-decoration: none;
  }
}

/* line 641, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: white;
}

/* line 643, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 648, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: white;
}

/* line 650, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 656, ../scss/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 7, ../scss/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 18, ../scss/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 19, ../scss/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 20, ../scss/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 21, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 22, ../scss/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 26, ../scss/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 18px;
}

/* line 36, ../scss/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 45, ../scss/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 52, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 59, ../scss/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 66, ../scss/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 73, ../scss/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 80, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 87, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 94, ../scss/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 14, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, ../scss/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../scss/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../scss/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../scss/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../scss/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../scss/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../scss/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../scss/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../scss/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../scss/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

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

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../scss/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }

  /* line 11, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 12, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../scss/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../scss/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../scss/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
  *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
/* FONT PATH
  * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}

/* line 14, ../scss/base/_font_awesome.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 23, ../scss/base/_font_awesome.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 28, ../scss/base/_font_awesome.scss */
.fa-2x {
  font-size: 2em;
}

/* line 31, ../scss/base/_font_awesome.scss */
.fa-3x {
  font-size: 3em;
}

/* line 34, ../scss/base/_font_awesome.scss */
.fa-4x {
  font-size: 4em;
}

/* line 37, ../scss/base/_font_awesome.scss */
.fa-5x {
  font-size: 5em;
}

/* line 40, ../scss/base/_font_awesome.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 44, ../scss/base/_font_awesome.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 49, ../scss/base/_font_awesome.scss */
.fa-ul > li {
  position: relative;
}

/* line 52, ../scss/base/_font_awesome.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 59, ../scss/base/_font_awesome.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 62, ../scss/base/_font_awesome.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 67, ../scss/base/_font_awesome.scss */
.fa-pull-left {
  float: left;
}

/* line 70, ../scss/base/_font_awesome.scss */
.fa-pull-right {
  float: right;
}

/* line 73, ../scss/base/_font_awesome.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 76, ../scss/base/_font_awesome.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 80, ../scss/base/_font_awesome.scss */
.pull-right {
  float: right;
}

/* line 83, ../scss/base/_font_awesome.scss */
.pull-left {
  float: left;
}

/* line 86, ../scss/base/_font_awesome.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 89, ../scss/base/_font_awesome.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 92, ../scss/base/_font_awesome.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 96, ../scss/base/_font_awesome.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 120, ../scss/base/_font_awesome.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 126, ../scss/base/_font_awesome.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 132, ../scss/base/_font_awesome.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 138, ../scss/base/_font_awesome.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 144, ../scss/base/_font_awesome.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 150, ../scss/base/_font_awesome.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

/* line 157, ../scss/base/_font_awesome.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 165, ../scss/base/_font_awesome.scss */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 172, ../scss/base/_font_awesome.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 175, ../scss/base/_font_awesome.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 178, ../scss/base/_font_awesome.scss */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 183, ../scss/base/_font_awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 186, ../scss/base/_font_awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 189, ../scss/base/_font_awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 192, ../scss/base/_font_awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 195, ../scss/base/_font_awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 198, ../scss/base/_font_awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 201, ../scss/base/_font_awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 204, ../scss/base/_font_awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 207, ../scss/base/_font_awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 210, ../scss/base/_font_awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 213, ../scss/base/_font_awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 216, ../scss/base/_font_awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 219, ../scss/base/_font_awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 222, ../scss/base/_font_awesome.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 227, ../scss/base/_font_awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 230, ../scss/base/_font_awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 233, ../scss/base/_font_awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 236, ../scss/base/_font_awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 239, ../scss/base/_font_awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 243, ../scss/base/_font_awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 246, ../scss/base/_font_awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 249, ../scss/base/_font_awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 252, ../scss/base/_font_awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 255, ../scss/base/_font_awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 258, ../scss/base/_font_awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 261, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 264, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 267, ../scss/base/_font_awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 270, ../scss/base/_font_awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 273, ../scss/base/_font_awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 277, ../scss/base/_font_awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 280, ../scss/base/_font_awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 283, ../scss/base/_font_awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 286, ../scss/base/_font_awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 289, ../scss/base/_font_awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 292, ../scss/base/_font_awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 295, ../scss/base/_font_awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 298, ../scss/base/_font_awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 301, ../scss/base/_font_awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 304, ../scss/base/_font_awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 307, ../scss/base/_font_awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 310, ../scss/base/_font_awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 313, ../scss/base/_font_awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 316, ../scss/base/_font_awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 319, ../scss/base/_font_awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 322, ../scss/base/_font_awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 325, ../scss/base/_font_awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 328, ../scss/base/_font_awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 331, ../scss/base/_font_awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 334, ../scss/base/_font_awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 337, ../scss/base/_font_awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 340, ../scss/base/_font_awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 343, ../scss/base/_font_awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 346, ../scss/base/_font_awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 349, ../scss/base/_font_awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 352, ../scss/base/_font_awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 355, ../scss/base/_font_awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 359, ../scss/base/_font_awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 362, ../scss/base/_font_awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 365, ../scss/base/_font_awesome.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 370, ../scss/base/_font_awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 373, ../scss/base/_font_awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 376, ../scss/base/_font_awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 379, ../scss/base/_font_awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 382, ../scss/base/_font_awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 386, ../scss/base/_font_awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 389, ../scss/base/_font_awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 392, ../scss/base/_font_awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 395, ../scss/base/_font_awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 398, ../scss/base/_font_awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 401, ../scss/base/_font_awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 404, ../scss/base/_font_awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 407, ../scss/base/_font_awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 410, ../scss/base/_font_awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 413, ../scss/base/_font_awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 416, ../scss/base/_font_awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 419, ../scss/base/_font_awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 422, ../scss/base/_font_awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 425, ../scss/base/_font_awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 428, ../scss/base/_font_awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 431, ../scss/base/_font_awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 434, ../scss/base/_font_awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 437, ../scss/base/_font_awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 440, ../scss/base/_font_awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 443, ../scss/base/_font_awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 446, ../scss/base/_font_awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 449, ../scss/base/_font_awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 452, ../scss/base/_font_awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 455, ../scss/base/_font_awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 458, ../scss/base/_font_awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 461, ../scss/base/_font_awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 464, ../scss/base/_font_awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 467, ../scss/base/_font_awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 470, ../scss/base/_font_awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 473, ../scss/base/_font_awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 477, ../scss/base/_font_awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 480, ../scss/base/_font_awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 483, ../scss/base/_font_awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 486, ../scss/base/_font_awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 489, ../scss/base/_font_awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 492, ../scss/base/_font_awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 495, ../scss/base/_font_awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 498, ../scss/base/_font_awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 501, ../scss/base/_font_awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 504, ../scss/base/_font_awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 507, ../scss/base/_font_awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 510, ../scss/base/_font_awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 514, ../scss/base/_font_awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 517, ../scss/base/_font_awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 520, ../scss/base/_font_awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 523, ../scss/base/_font_awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 526, ../scss/base/_font_awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 529, ../scss/base/_font_awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 532, ../scss/base/_font_awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 535, ../scss/base/_font_awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 538, ../scss/base/_font_awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 541, ../scss/base/_font_awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 544, ../scss/base/_font_awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 547, ../scss/base/_font_awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 550, ../scss/base/_font_awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 553, ../scss/base/_font_awesome.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 557, ../scss/base/_font_awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 560, ../scss/base/_font_awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 563, ../scss/base/_font_awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 566, ../scss/base/_font_awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 569, ../scss/base/_font_awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 573, ../scss/base/_font_awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 576, ../scss/base/_font_awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 579, ../scss/base/_font_awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 582, ../scss/base/_font_awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 585, ../scss/base/_font_awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 588, ../scss/base/_font_awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 591, ../scss/base/_font_awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 594, ../scss/base/_font_awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 597, ../scss/base/_font_awesome.scss */
.fa-external-link:before {
  font-family: FontAwesome;
  content: "\f08e";
  padding-right: 3px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 600, ../scss/base/_font_awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 603, ../scss/base/_font_awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 606, ../scss/base/_font_awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 609, ../scss/base/_font_awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 612, ../scss/base/_font_awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 615, ../scss/base/_font_awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 618, ../scss/base/_font_awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 621, ../scss/base/_font_awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 624, ../scss/base/_font_awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 627, ../scss/base/_font_awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 630, ../scss/base/_font_awesome.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 634, ../scss/base/_font_awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 637, ../scss/base/_font_awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 640, ../scss/base/_font_awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 643, ../scss/base/_font_awesome.scss */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 647, ../scss/base/_font_awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 650, ../scss/base/_font_awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 653, ../scss/base/_font_awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 656, ../scss/base/_font_awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 659, ../scss/base/_font_awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 662, ../scss/base/_font_awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 665, ../scss/base/_font_awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 668, ../scss/base/_font_awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 671, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 674, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 677, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 680, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 683, ../scss/base/_font_awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 686, ../scss/base/_font_awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 689, ../scss/base/_font_awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 692, ../scss/base/_font_awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 695, ../scss/base/_font_awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 698, ../scss/base/_font_awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 701, ../scss/base/_font_awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 705, ../scss/base/_font_awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 709, ../scss/base/_font_awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 712, ../scss/base/_font_awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 715, ../scss/base/_font_awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 719, ../scss/base/_font_awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 723, ../scss/base/_font_awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 726, ../scss/base/_font_awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 730, ../scss/base/_font_awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 733, ../scss/base/_font_awesome.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 738, ../scss/base/_font_awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 741, ../scss/base/_font_awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 744, ../scss/base/_font_awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 747, ../scss/base/_font_awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 750, ../scss/base/_font_awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 753, ../scss/base/_font_awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 756, ../scss/base/_font_awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 759, ../scss/base/_font_awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 762, ../scss/base/_font_awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, ../scss/base/_font_awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 768, ../scss/base/_font_awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 771, ../scss/base/_font_awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 774, ../scss/base/_font_awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 777, ../scss/base/_font_awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 780, ../scss/base/_font_awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 783, ../scss/base/_font_awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 786, ../scss/base/_font_awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 789, ../scss/base/_font_awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 793, ../scss/base/_font_awesome.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 797, ../scss/base/_font_awesome.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 801, ../scss/base/_font_awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 804, ../scss/base/_font_awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 807, ../scss/base/_font_awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 811, ../scss/base/_font_awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 815, ../scss/base/_font_awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 819, ../scss/base/_font_awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 822, ../scss/base/_font_awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 825, ../scss/base/_font_awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 829, ../scss/base/_font_awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 832, ../scss/base/_font_awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 835, ../scss/base/_font_awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 839, ../scss/base/_font_awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 842, ../scss/base/_font_awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 845, ../scss/base/_font_awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 848, ../scss/base/_font_awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 851, ../scss/base/_font_awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 854, ../scss/base/_font_awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 857, ../scss/base/_font_awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 860, ../scss/base/_font_awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 863, ../scss/base/_font_awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 866, ../scss/base/_font_awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 869, ../scss/base/_font_awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 872, ../scss/base/_font_awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 875, ../scss/base/_font_awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 878, ../scss/base/_font_awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 881, ../scss/base/_font_awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 884, ../scss/base/_font_awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 887, ../scss/base/_font_awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 890, ../scss/base/_font_awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 893, ../scss/base/_font_awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 896, ../scss/base/_font_awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 899, ../scss/base/_font_awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 902, ../scss/base/_font_awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 905, ../scss/base/_font_awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 908, ../scss/base/_font_awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 911, ../scss/base/_font_awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 914, ../scss/base/_font_awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 917, ../scss/base/_font_awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 920, ../scss/base/_font_awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 923, ../scss/base/_font_awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 926, ../scss/base/_font_awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 929, ../scss/base/_font_awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 933, ../scss/base/_font_awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 936, ../scss/base/_font_awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 939, ../scss/base/_font_awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 942, ../scss/base/_font_awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 945, ../scss/base/_font_awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 948, ../scss/base/_font_awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 952, ../scss/base/_font_awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 955, ../scss/base/_font_awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 958, ../scss/base/_font_awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 961, ../scss/base/_font_awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 964, ../scss/base/_font_awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 967, ../scss/base/_font_awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 970, ../scss/base/_font_awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 973, ../scss/base/_font_awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 976, ../scss/base/_font_awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 979, ../scss/base/_font_awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 982, ../scss/base/_font_awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, ../scss/base/_font_awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 988, ../scss/base/_font_awesome.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 992, ../scss/base/_font_awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 997, ../scss/base/_font_awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1000, ../scss/base/_font_awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 1003, ../scss/base/_font_awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1006, ../scss/base/_font_awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1010, ../scss/base/_font_awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1013, ../scss/base/_font_awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 1016, ../scss/base/_font_awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1019, ../scss/base/_font_awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1022, ../scss/base/_font_awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1025, ../scss/base/_font_awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1028, ../scss/base/_font_awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1031, ../scss/base/_font_awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 1034, ../scss/base/_font_awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1037, ../scss/base/_font_awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 1040, ../scss/base/_font_awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1043, ../scss/base/_font_awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1046, ../scss/base/_font_awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1049, ../scss/base/_font_awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1052, ../scss/base/_font_awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1055, ../scss/base/_font_awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1058, ../scss/base/_font_awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1061, ../scss/base/_font_awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1064, ../scss/base/_font_awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 1067, ../scss/base/_font_awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 1070, ../scss/base/_font_awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1073, ../scss/base/_font_awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1076, ../scss/base/_font_awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1079, ../scss/base/_font_awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1082, ../scss/base/_font_awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1085, ../scss/base/_font_awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1088, ../scss/base/_font_awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1091, ../scss/base/_font_awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 1094, ../scss/base/_font_awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1097, ../scss/base/_font_awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1100, ../scss/base/_font_awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 1103, ../scss/base/_font_awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 1106, ../scss/base/_font_awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1109, ../scss/base/_font_awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1112, ../scss/base/_font_awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1115, ../scss/base/_font_awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1118, ../scss/base/_font_awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 1121, ../scss/base/_font_awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1125, ../scss/base/_font_awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1129, ../scss/base/_font_awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1133, ../scss/base/_font_awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1137, ../scss/base/_font_awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 1140, ../scss/base/_font_awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1144, ../scss/base/_font_awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1148, ../scss/base/_font_awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1154, ../scss/base/_font_awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1159, ../scss/base/_font_awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1163, ../scss/base/_font_awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1167, ../scss/base/_font_awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 1170, ../scss/base/_font_awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1173, ../scss/base/_font_awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1176, ../scss/base/_font_awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1179, ../scss/base/_font_awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1182, ../scss/base/_font_awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1185, ../scss/base/_font_awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1188, ../scss/base/_font_awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1191, ../scss/base/_font_awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1194, ../scss/base/_font_awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1197, ../scss/base/_font_awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1200, ../scss/base/_font_awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1203, ../scss/base/_font_awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1206, ../scss/base/_font_awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1209, ../scss/base/_font_awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1212, ../scss/base/_font_awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1215, ../scss/base/_font_awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1218, ../scss/base/_font_awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1221, ../scss/base/_font_awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1224, ../scss/base/_font_awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1227, ../scss/base/_font_awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1230, ../scss/base/_font_awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1233, ../scss/base/_font_awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1236, ../scss/base/_font_awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1239, ../scss/base/_font_awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1242, ../scss/base/_font_awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1245, ../scss/base/_font_awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1248, ../scss/base/_font_awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1251, ../scss/base/_font_awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1254, ../scss/base/_font_awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1257, ../scss/base/_font_awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1260, ../scss/base/_font_awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1263, ../scss/base/_font_awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1266, ../scss/base/_font_awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1269, ../scss/base/_font_awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1272, ../scss/base/_font_awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1275, ../scss/base/_font_awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1278, ../scss/base/_font_awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1281, ../scss/base/_font_awesome.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1285, ../scss/base/_font_awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1288, ../scss/base/_font_awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1291, ../scss/base/_font_awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1294, ../scss/base/_font_awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1297, ../scss/base/_font_awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1300, ../scss/base/_font_awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1303, ../scss/base/_font_awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1306, ../scss/base/_font_awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1309, ../scss/base/_font_awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1312, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1315, ../scss/base/_font_awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1318, ../scss/base/_font_awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1322, ../scss/base/_font_awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1325, ../scss/base/_font_awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1328, ../scss/base/_font_awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1331, ../scss/base/_font_awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1335, ../scss/base/_font_awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1338, ../scss/base/_font_awesome.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1341, ../scss/base/_font_awesome.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1344, ../scss/base/_font_awesome.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1347, ../scss/base/_font_awesome.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1350, ../scss/base/_font_awesome.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 1353, ../scss/base/_font_awesome.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1358, ../scss/base/_font_awesome.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1362, ../scss/base/_font_awesome.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1365, ../scss/base/_font_awesome.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 1368, ../scss/base/_font_awesome.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1371, ../scss/base/_font_awesome.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1374, ../scss/base/_font_awesome.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1377, ../scss/base/_font_awesome.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1380, ../scss/base/_font_awesome.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1383, ../scss/base/_font_awesome.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1386, ../scss/base/_font_awesome.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1389, ../scss/base/_font_awesome.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1392, ../scss/base/_font_awesome.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1395, ../scss/base/_font_awesome.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1398, ../scss/base/_font_awesome.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 1401, ../scss/base/_font_awesome.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1404, ../scss/base/_font_awesome.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 1407, ../scss/base/_font_awesome.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 1410, ../scss/base/_font_awesome.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1413, ../scss/base/_font_awesome.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1416, ../scss/base/_font_awesome.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1419, ../scss/base/_font_awesome.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1422, ../scss/base/_font_awesome.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1425, ../scss/base/_font_awesome.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1428, ../scss/base/_font_awesome.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1431, ../scss/base/_font_awesome.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1434, ../scss/base/_font_awesome.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1437, ../scss/base/_font_awesome.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1441, ../scss/base/_font_awesome.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1445, ../scss/base/_font_awesome.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1448, ../scss/base/_font_awesome.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1451, ../scss/base/_font_awesome.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1454, ../scss/base/_font_awesome.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1457, ../scss/base/_font_awesome.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 1460, ../scss/base/_font_awesome.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1463, ../scss/base/_font_awesome.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1466, ../scss/base/_font_awesome.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1469, ../scss/base/_font_awesome.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1472, ../scss/base/_font_awesome.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1477, ../scss/base/_font_awesome.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1481, ../scss/base/_font_awesome.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1485, ../scss/base/_font_awesome.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1489, ../scss/base/_font_awesome.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1492, ../scss/base/_font_awesome.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1495, ../scss/base/_font_awesome.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1498, ../scss/base/_font_awesome.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1501, ../scss/base/_font_awesome.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1508, ../scss/base/_font_awesome.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1511, ../scss/base/_font_awesome.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1516, ../scss/base/_font_awesome.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1520, ../scss/base/_font_awesome.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1523, ../scss/base/_font_awesome.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 1526, ../scss/base/_font_awesome.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1531, ../scss/base/_font_awesome.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1534, ../scss/base/_font_awesome.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1537, ../scss/base/_font_awesome.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1541, ../scss/base/_font_awesome.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1545, ../scss/base/_font_awesome.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1549, ../scss/base/_font_awesome.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 1552, ../scss/base/_font_awesome.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1555, ../scss/base/_font_awesome.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 1558, ../scss/base/_font_awesome.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1561, ../scss/base/_font_awesome.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1564, ../scss/base/_font_awesome.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1567, ../scss/base/_font_awesome.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1570, ../scss/base/_font_awesome.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1573, ../scss/base/_font_awesome.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1577, ../scss/base/_font_awesome.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1580, ../scss/base/_font_awesome.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1583, ../scss/base/_font_awesome.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1586, ../scss/base/_font_awesome.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1589, ../scss/base/_font_awesome.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1592, ../scss/base/_font_awesome.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1595, ../scss/base/_font_awesome.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1598, ../scss/base/_font_awesome.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1601, ../scss/base/_font_awesome.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1604, ../scss/base/_font_awesome.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1607, ../scss/base/_font_awesome.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1610, ../scss/base/_font_awesome.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1613, ../scss/base/_font_awesome.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1616, ../scss/base/_font_awesome.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1619, ../scss/base/_font_awesome.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1622, ../scss/base/_font_awesome.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1625, ../scss/base/_font_awesome.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1628, ../scss/base/_font_awesome.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1631, ../scss/base/_font_awesome.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1634, ../scss/base/_font_awesome.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1637, ../scss/base/_font_awesome.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1640, ../scss/base/_font_awesome.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 1643, ../scss/base/_font_awesome.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1646, ../scss/base/_font_awesome.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1649, ../scss/base/_font_awesome.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1652, ../scss/base/_font_awesome.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1655, ../scss/base/_font_awesome.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1658, ../scss/base/_font_awesome.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1661, ../scss/base/_font_awesome.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1664, ../scss/base/_font_awesome.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1667, ../scss/base/_font_awesome.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1670, ../scss/base/_font_awesome.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1673, ../scss/base/_font_awesome.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1676, ../scss/base/_font_awesome.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 1679, ../scss/base/_font_awesome.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1682, ../scss/base/_font_awesome.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 1685, ../scss/base/_font_awesome.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 1688, ../scss/base/_font_awesome.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1693, ../scss/base/_font_awesome.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1696, ../scss/base/_font_awesome.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1699, ../scss/base/_font_awesome.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1702, ../scss/base/_font_awesome.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1705, ../scss/base/_font_awesome.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1708, ../scss/base/_font_awesome.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1711, ../scss/base/_font_awesome.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1714, ../scss/base/_font_awesome.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1717, ../scss/base/_font_awesome.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1720, ../scss/base/_font_awesome.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1723, ../scss/base/_font_awesome.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1726, ../scss/base/_font_awesome.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1729, ../scss/base/_font_awesome.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 1732, ../scss/base/_font_awesome.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1735, ../scss/base/_font_awesome.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1738, ../scss/base/_font_awesome.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1741, ../scss/base/_font_awesome.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1744, ../scss/base/_font_awesome.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1747, ../scss/base/_font_awesome.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1750, ../scss/base/_font_awesome.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 1753, ../scss/base/_font_awesome.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 1756, ../scss/base/_font_awesome.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1760, ../scss/base/_font_awesome.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1763, ../scss/base/_font_awesome.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1766, ../scss/base/_font_awesome.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1769, ../scss/base/_font_awesome.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1772, ../scss/base/_font_awesome.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1775, ../scss/base/_font_awesome.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1778, ../scss/base/_font_awesome.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1781, ../scss/base/_font_awesome.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1784, ../scss/base/_font_awesome.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1787, ../scss/base/_font_awesome.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1790, ../scss/base/_font_awesome.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1793, ../scss/base/_font_awesome.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1796, ../scss/base/_font_awesome.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1799, ../scss/base/_font_awesome.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1802, ../scss/base/_font_awesome.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1805, ../scss/base/_font_awesome.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1809, ../scss/base/_font_awesome.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1812, ../scss/base/_font_awesome.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1815, ../scss/base/_font_awesome.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1818, ../scss/base/_font_awesome.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 1821, ../scss/base/_font_awesome.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1825, ../scss/base/_font_awesome.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1828, ../scss/base/_font_awesome.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1831, ../scss/base/_font_awesome.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1834, ../scss/base/_font_awesome.scss */
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1838, ../scss/base/_font_awesome.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1842, ../scss/base/_font_awesome.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1846, ../scss/base/_font_awesome.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1850, ../scss/base/_font_awesome.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1854, ../scss/base/_font_awesome.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1857, ../scss/base/_font_awesome.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1860, ../scss/base/_font_awesome.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 1863, ../scss/base/_font_awesome.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1866, ../scss/base/_font_awesome.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1869, ../scss/base/_font_awesome.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1872, ../scss/base/_font_awesome.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1875, ../scss/base/_font_awesome.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1878, ../scss/base/_font_awesome.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 1881, ../scss/base/_font_awesome.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1884, ../scss/base/_font_awesome.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1887, ../scss/base/_font_awesome.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1891, ../scss/base/_font_awesome.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1895, ../scss/base/_font_awesome.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1899, ../scss/base/_font_awesome.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1902, ../scss/base/_font_awesome.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1906, ../scss/base/_font_awesome.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1910, ../scss/base/_font_awesome.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1913, ../scss/base/_font_awesome.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1916, ../scss/base/_font_awesome.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1919, ../scss/base/_font_awesome.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1922, ../scss/base/_font_awesome.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1925, ../scss/base/_font_awesome.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1928, ../scss/base/_font_awesome.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1931, ../scss/base/_font_awesome.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1934, ../scss/base/_font_awesome.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 1937, ../scss/base/_font_awesome.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1940, ../scss/base/_font_awesome.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1943, ../scss/base/_font_awesome.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1946, ../scss/base/_font_awesome.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1949, ../scss/base/_font_awesome.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1952, ../scss/base/_font_awesome.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1955, ../scss/base/_font_awesome.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1958, ../scss/base/_font_awesome.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 1961, ../scss/base/_font_awesome.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 1964, ../scss/base/_font_awesome.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 1967, ../scss/base/_font_awesome.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1970, ../scss/base/_font_awesome.scss */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1974, ../scss/base/_font_awesome.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 1977, ../scss/base/_font_awesome.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 1980, ../scss/base/_font_awesome.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 1983, ../scss/base/_font_awesome.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1986, ../scss/base/_font_awesome.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1989, ../scss/base/_font_awesome.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1992, ../scss/base/_font_awesome.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 1995, ../scss/base/_font_awesome.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 1998, ../scss/base/_font_awesome.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2001, ../scss/base/_font_awesome.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2004, ../scss/base/_font_awesome.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 2007, ../scss/base/_font_awesome.scss */
.fa-map:before {
  content: "\f279";
}

/* line 2010, ../scss/base/_font_awesome.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2013, ../scss/base/_font_awesome.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2016, ../scss/base/_font_awesome.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2019, ../scss/base/_font_awesome.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2022, ../scss/base/_font_awesome.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2025, ../scss/base/_font_awesome.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2028, ../scss/base/_font_awesome.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2031, ../scss/base/_font_awesome.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 2034, ../scss/base/_font_awesome.scss */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2037, ../scss/base/_font_awesome.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2040, ../scss/base/_font_awesome.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 2043, ../scss/base/_font_awesome.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2046, ../scss/base/_font_awesome.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 2049, ../scss/base/_font_awesome.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2052, ../scss/base/_font_awesome.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2055, ../scss/base/_font_awesome.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2058, ../scss/base/_font_awesome.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2061, ../scss/base/_font_awesome.scss */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2064, ../scss/base/_font_awesome.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2067, ../scss/base/_font_awesome.scss */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2070, ../scss/base/_font_awesome.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2073, ../scss/base/_font_awesome.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2076, ../scss/base/_font_awesome.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2079, ../scss/base/_font_awesome.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2082, ../scss/base/_font_awesome.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2085, ../scss/base/_font_awesome.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 2088, ../scss/base/_font_awesome.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2091, ../scss/base/_font_awesome.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2094, ../scss/base/_font_awesome.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2097, ../scss/base/_font_awesome.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 2100, ../scss/base/_font_awesome.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2103, ../scss/base/_font_awesome.scss */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2106, ../scss/base/_font_awesome.scss */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2109, ../scss/base/_font_awesome.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 2112, ../scss/base/_font_awesome.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2115, ../scss/base/_font_awesome.scss */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2118, ../scss/base/_font_awesome.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2121, ../scss/base/_font_awesome.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2124, ../scss/base/_font_awesome.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2128, ../scss/base/_font_awesome.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2133, ../scss/base/_font_awesome.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2136, ../scss/base/_font_awesome.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2139, ../scss/base/_font_awesome.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2143, ../scss/base/_font_awesome.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2146, ../scss/base/_font_awesome.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2149, ../scss/base/_font_awesome.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2152, ../scss/base/_font_awesome.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2155, ../scss/base/_font_awesome.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2158, ../scss/base/_font_awesome.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2161, ../scss/base/_font_awesome.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2164, ../scss/base/_font_awesome.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2167, ../scss/base/_font_awesome.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2170, ../scss/base/_font_awesome.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2173, ../scss/base/_font_awesome.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2177, ../scss/base/_font_awesome.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

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

/* line 2191, ../scss/base/_font_awesome.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, ../scss/base/_table.scss */
table {
  width: 100%;
  color: #222222;
}

/* line 5, ../scss/base/_table.scss */
table tr {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

/* line 10, ../scss/base/_table.scss */
table th {
  background-color: #030d26;
  color: white;
  font-weight: bold;
  text-align: left;
}

/* line 17, ../scss/base/_table.scss */
table th, table td {
  padding: 5px 10px;
  border-right: 1px solid #dbdbdb;
}

/* line 3, ../scss/base/_typography.scss */
h2, h4 {
  font-weight: 200;
}

/* line 7, ../scss/base/_typography.scss */
h5 {
  line-height: 1.22;
}

/* line 11, ../scss/base/_typography.scss */
a {
  text-decoration: underline;
  transition: color 0.2s;
}

/* line 17, ../scss/base/_typography.scss */
ul ol, ol ol {
  list-style-type: lower-roman;
}

/* line 22, ../scss/base/_typography.scss */
blockquote {
  color: black;
  font-family: Merriweather, Georgia, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
  border-left: none;
}

/* line 30, ../scss/base/_typography.scss */
blockquote:before {
  content: "\201C";
}

/* line 34, ../scss/base/_typography.scss */
blockquote:after {
  content: "\201D";
}

/* line 39, ../scss/base/_typography.scss */
.quote-attribution {
  display: block;
  color: #2ba9e0;
  font-size: 16px;
  font-weight: 500;
}

/* line 45, ../scss/base/_typography.scss */
.quote-attribution:before {
  content: "\2014";
  margin-right: 2px;
}

/* line 50, ../scss/base/_typography.scss */
blockquote + .quote-attribution {
  margin: -20px 20px 40px;
}

/* line 55, ../scss/base/_typography.scss */
figcaption {
  color: #333333;
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
  font-size: 13px;
  padding: 5px 0;
}

/* line 63, ../scss/base/_typography.scss */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 67, ../scss/base/_typography.scss */
code {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  color: #030d26;
  font-size: 13px;
  padding: 20px;
  margin-top: 5px;
  border-radius: 2px;
}

/* line 77, ../scss/base/_typography.scss */
code code {
  padding: 0;
  padding-left: 20px;
  margin-top: 0;
}

/* line 1, ../scss/layout/_cornell_search.scss */
#cornell-search {
  height: 80px;
  padding: 0;
  margin-top: -80px;
  transition: margin 0.2s;
}

/* line 7, ../scss/layout/_cornell_search.scss */
#cornell-search .container, #cornell-search #site-banner .flex-control-nav, #site-banner #cornell-search .flex-control-nav {
  position: relative;
  height: 100%;
  padding: 45px; /*defaul was set to 0 before bear issues */
}

/* line 13, ../scss/layout/_cornell_search.scss */
#cornell-search input[type=text] {
  height: 100%;
  width: 100%;
}

/* line 18, ../scss/layout/_cornell_search.scss */
#cornell-search .search-icon {
  position: absolute;
  right: 70px;
  bottom: -42px;
  height: 30px;
  width: 30px;
  z-index: 10;
}

@media (min-width: 480px) {
  /* line 1, ../scss/layout/_cornell_search.scss */
  #cornell-search {
    height: 100px;
    margin-top: -100px;
  }
}

@media (min-width: 992px) {
  /* line 1, ../scss/layout/_cornell_search.scss */
  #cornell-search {
    margin-top: -96px;
  }

  /* line 35, ../scss/layout/_cornell_search.scss */
  #cornell-search .search-icon {
    bottom: -28px;
  }
}

/* line 1, ../scss/layout/_footer.scss */
#ask-ezra {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  /* line 6, ../scss/layout/_footer.scss */
  #ask-ezra p {
    margin-top: 10px;
  }

  /* line 10, ../scss/layout/_footer.scss */
  #ask-ezra img {
    float: right;
  }
}

/* line 16, ../scss/layout/_footer.scss */
#footer-top {
  padding: 20px 0;
}

/* line 19, ../scss/layout/_footer.scss */
#footer-top p {
  margin-bottom: 10px;
}

/* line 23, ../scss/layout/_footer.scss */
#footer-top .footer-right {
  padding-top: 20px;
}

@media (min-width: 768px) {
  /* line 28, ../scss/layout/_footer.scss */
  #footer-top p {
    display: inline-block;
    margin-right: 20px;
  }

  /* line 32, ../scss/layout/_footer.scss */
  #footer-top p.address {
    margin-right: 0;
  }

  /* line 35, ../scss/layout/_footer.scss */
  #footer-top p.address + .address {
    margin-right: 20px;
  }

  /* line 41, ../scss/layout/_footer.scss */
  #footer-top .footer-right {
    text-align: right;
    padding-top: 40px;
  }
}

/* line 48, ../scss/layout/_footer.scss */
#footer-bottom {
  padding: 20px 0;
}

/* line 2, ../scss/layout/_front.scss */
.front #site-banner,
.front .slides,
.front .slides li {
  max-height: 500px;
}

/* line 8, ../scss/layout/_front.scss */
.front section {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* line 12, ../scss/layout/_front.scss */
.front section.section-gray {
  background-color: #f0f0f0;
}

/* line 16, ../scss/layout/_front.scss */
.front section#useful-info, .front section#about {
  padding-top: 60px;
  padding-bottom: 10px;
}

/* line 22, ../scss/layout/_front.scss */
.front section h1, .front section h2 {
  margin-top: 0;
}

/* line 27, ../scss/layout/_front.scss */
.front #useful-info .useful-info-controls {
  display: none;
}

@media (min-width: 480px) {
  /* line 32, ../scss/layout/_front.scss */
  .front #useful-info {
    position: relative;
  }

  #useful-info {
    background-color: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  /* line 35, ../scss/layout/_front.scss */
  .front #useful-info .useful-info-controls {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  /* line 42, ../scss/layout/_front.scss */
  .front #useful-info .useful-info-controls a {
    display: block;
    position: absolute;
  }

  /* line 46, ../scss/layout/_front.scss */
  .front #useful-info .useful-info-controls a.useful-info-left {
    left: 10px;
  }

  /* line 50, ../scss/layout/_front.scss */
  .front #useful-info .useful-info-controls a.useful-info-right {
    right: 10px;
  }
}

@media (min-width: 768px) {
  /* line 59, ../scss/layout/_front.scss */
  .front #useful-info .useful-info-controls {
    top: 50%;
    bottom: auto;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  /* line 66, ../scss/layout/_front.scss */
  .front .info-block-wrapper {
    width: 50%;
    float: left;
  }
}

@media (max-width: 991px) {
  /* line 73, ../scss/layout/_front.scss */
  .front .info-block-wrapper:nth-child(odd) {
    clear: both;
  }
}

/* line 2, ../scss/layout/_navbar.scss */
.navbar .navbar-header {
  float: none;
}

/* line 6, ../scss/layout/_navbar.scss */
.navbar .site-logo {
  display: inline-block;
  max-width: 175px;
  padding: 10px 10px 0;
}

/* line 11, ../scss/layout/_navbar.scss */
.navbar .site-logo img {
  max-width: 100%;
  height: auto;
}

/* line 17, ../scss/layout/_navbar.scss */
.navbar .navbar-toggle {
  margin: 10px;
}

/* line 21, ../scss/layout/_navbar.scss */
.navbar .navbar-collapse {
  max-height: 100vh;
}

/* line 26, ../scss/layout/_navbar.scss */
.navbar .nav a {
  padding: 10px 20px;
}

/* line 31, ../scss/layout/_navbar.scss */
.navbar .nav > li ul {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 37, ../scss/layout/_navbar.scss */
.navbar .nav > li ul a {
  display: block;
  width: 100%;
  padding-left: 40px;
}

/* line 44, ../scss/layout/_navbar.scss */
.navbar .nav > li ul li ul a {
  padding-left: 60px;
}

@media (min-width: 992px) {
  /* line 1, ../scss/layout/_navbar.scss */
  .navbar {
    min-height: 130px;
  }

  /* line 52, ../scss/layout/_navbar.scss */
  .navbar .site-logo {
    max-width: none;
    color: white;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    font-family: Merriweather, Georgia, serif;
  }

  /* line 60, ../scss/layout/_navbar.scss */
  .navbar .site-logo img {
    width: 60px;
    height: auto;
    margin-right: 10px;
  }

  /* line 66, ../scss/layout/_navbar.scss */
  .front .navbar .site-logo {
    font-size: 28px;
    padding: 20px 10px;
  }

  /* line 70, ../scss/layout/_navbar.scss */
  .front .navbar .site-logo img {
    width: 90px;
    margin-right: 20px;
  }

  /* line 77, ../scss/layout/_navbar.scss */
  .navbar .nav {
    width: 100%;
  }

  /* line 81, ../scss/layout/_navbar.scss */
  .navbar .nav > li {
    width: 20%;
  }

  /* line 84, ../scss/layout/_navbar.scss */
  .navbar .nav > li > a {
    width: 100%;
    text-align: center;
  }

  /* line 90, ../scss/layout/_navbar.scss */
  .navbar .nav > li:hover > ul,
  .navbar .nav > li.menu-expanded > ul {
    display: block;
    position: absolute;
    top: 100%;
    width: 250px;
  }

  /* line 96, ../scss/layout/_navbar.scss */
  .navbar .nav > li:hover > ul > li > a,
  .navbar .nav > li.menu-expanded > ul > li > a {
    padding-left: 20px;
  }

  /* line 101, ../scss/layout/_navbar.scss */
  .navbar .nav > li:hover > ul ul a {
    padding-left: 40px;
  }

  /* line 106, ../scss/layout/_navbar.scss */
  .navbar .nav > li:last-child:hover > ul,
  .navbar .nav > li.menu-expanded:last-child > ul {
    right: 0;
  }
}

/* line 1, ../scss/layout/_page.scss */
#content,
#sidebar {
  padding: 40px 20px;
}

@media (min-width: 768px) {
  /* line 1, ../scss/layout/_page.scss */
  #content,
  #sidebar {
    padding: 60px 20px;
  }
}

/* line 10, ../scss/layout/_page.scss */
#sidebar > div {
  margin-bottom: 40px;
}

/* line 1, ../scss/layout/_site_banner.scss */
#site-banner {
  position: relative;
  background-color: #f0f0f0;
  padding: 0;
  margin-top: 50px;

}

/* line 7, ../scss/layout/_site_banner.scss */
#site-banner .slides {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 13, ../scss/layout/_site_banner.scss */
#site-banner .page-title {
  padding: 20px 20px 40px;
}

/* line 16, ../scss/layout/_site_banner.scss */
#site-banner .page-title .title, #site-banner .page-title .subtitle {
  margin: 0;
}

/* line 21, ../scss/layout/_site_banner.scss */
#site-banner img {
  width: 100%;
  height: auto;
}

/* line 26, ../scss/layout/_site_banner.scss */
#site-banner .flex-control-nav,
#site-banner .slideshow-navigation {
  position: absolute;
  z-index: 999;
}

/* line 32, ../scss/layout/_site_banner.scss */
#site-banner .flex-control-nav {
  bottom: 20px;
  left: 0;
  right: 0;
}

/* line 39, ../scss/layout/_site_banner.scss */
#site-banner .slideshow-navigation {
  display: none;
}

@media (min-width: 480px) {
  /* line 1, ../scss/layout/_site_banner.scss */
  #site-banner {
    max-height: 300px;
    overflow: hidden;
  }

  /* line 47, ../scss/layout/_site_banner.scss */
  #site-banner .page-title {
    padding: 40px 20px 60px;
  }

  /* line 51, ../scss/layout/_site_banner.scss */
  #site-banner img + .page-title {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 50px;
  }

  #site-banner section + .page-title {
    position: absolute;
    top: 0;
    bottom: 0;
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  /* line 60, ../scss/layout/_site_banner.scss */
  #site-banner .slideshow-navigation {
    display: block;
    top: calc(50% - 25px);
    left: 5px;
    right: 5px;
  }

  /* line 66, ../scss/layout/_site_banner.scss */
  #site-banner .slideshow-navigation .flex-prev,
  #site-banner .slideshow-navigation .flex-next {
    position: absolute;
  }

  /* line 71, ../scss/layout/_site_banner.scss */
  #site-banner .slideshow-navigation .flex-prev {
    left: 0;
  }

  /* line 75, ../scss/layout/_site_banner.scss */
  #site-banner .slideshow-navigation .flex-next {
    right: 0;
  }
}

@media (min-width: 992px) {
  /* line 1, ../scss/layout/_site_banner.scss */
  #site-banner {
    margin-top: 0;
  }

  /* line 85, ../scss/layout/_site_banner.scss */
  #site-banner .page-title {
    margin-top: 130px;
  }

  /* line 89, ../scss/layout/_site_banner.scss */
  #site-banner .slideshow-navigation {
    top: calc(50% + 65px);
  }
}

/* line 1, ../scss/layout/_upcoming.scss */
#upcoming {
  position: relative;
  z-index: 20;
  padding-bottom: 60px;
}

/* line 5, ../scss/layout/_upcoming.scss */
#upcoming .event-listing-block,
#upcoming .link-block,
#upcoming .callout {
  margin: 20px 0;
}

/* line 11, ../scss/layout/_upcoming.scss */
#upcoming .callout + .callout {
  margin-top: -20px;
}

@media (min-width: 768px) {
  /* line 16, ../scss/layout/_upcoming.scss */
  #upcoming #announcements {
    margin: -60px 0 20px;
  }
}

/* line 1, ../scss/modules/_accordion.scss */
.accordion {
  margin-bottom: 10px;
}

/* line 4, ../scss/modules/_accordion.scss */
.accordion .accordion-header,
.accordion .accordion-body {
  padding: 10px 20px;
  margin: 0;
}

/* line 10, ../scss/modules/_accordion.scss */
.accordion .accordion-header {
  position: relative;
  background-color: #061e4c;
  color: white;
  padding-right: 40px;
  cursor: pointer;
}

/* line 17, ../scss/modules/_accordion.scss */
.accordion .accordion-header:hover {
  color: #00c9ff;
}

/* line 22, ../scss/modules/_accordion.scss */
.accordion .accordion-body {
  background-color: #f0f0f0;
}

/* line 25, ../scss/modules/_accordion.scss */
.accordion .accordion-body *:last-child {
  margin-bottom: 0;
}

/* line 30, ../scss/modules/_accordion.scss */
.accordion .accordion-toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  color: #2ba9e0;
}

/* line 1, ../scss/modules/_button.scss */
.btn, .form input[type=submit] {
  text-decoration: none;
  transition: background 0.2s;
}

/* line 6, ../scss/modules/_button.scss */
.btn-primary:hover, .form input[type=submit]:hover {
  background-color: #00c9ff;
  border-color: #00c9ff;
}

/* line 11, ../scss/modules/_button.scss */
.btn-cornell-red {
  background-color: #b31b1b;
  color: white;
  border: 2px solid white;
}

/* line 16, ../scss/modules/_button.scss */
.btn-cornell-red:hover {
  background-color: white;
  color: #b31b1b;
}

/* line 22, ../scss/modules/_button.scss */
.button-icon {
  width: 30px;
  height: 30px;
  background-color: white;
  color: black;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  margin-right: 5px;
}

/* line 32, ../scss/modules/_button.scss */
.button-icon.button-icon-lg {
  font-size: 24px;
  line-height: 0.85;
  padding: 4px;
}

/* line 1, ../scss/modules/_calendar_block.scss */
.calendar-block {
  background-color: #f4f4f4;
  color: black;
  overflow: hidden;
  margin-bottom: 20px;
}

/* line 7, ../scss/modules/_calendar_block.scss */
.calendar-block + h4 {
  margin-top: 60px;
  margin-bottom: 40px;
}

/* line 13, ../scss/modules/_calendar_block.scss */
.calendar-body {
  border-top: 1px solid #dbdbdb;
}

/* line 17, ../scss/modules/_calendar_block.scss */
.calendar-year {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  padding-left: 90px;
  cursor: pointer;
}

/* line 27, ../scss/modules/_calendar_block.scss */
.calendar-toggle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 80px;
  background-color: #2ba9e0;
  color: black;
}

/* line 36, ../scss/modules/_calendar_block.scss */
.open .calendar-toggle {
  line-height: .85;
}

/* line 41, ../scss/modules/_calendar_block.scss */
.calendar-month,
.calendar-day,
.calendar-add {
  min-height: 45px;
  padding: 10px;
}

/* line 49, ../scss/modules/_calendar_block.scss */
.calendar-month,
  /*.calendar-title,*/
.calendar-add {
  border-bottom: 1px solid #dbdbdb;
}

/* line 55, ../scss/modules/_calendar_block.scss */
.calendar-month {
  background-color: #efefef;
  color: #2ba9e0;
  font-size: 24px;
  font-weight: lighter;
}

/* line 62, ../scss/modules/_calendar_block.scss */
.calendar-day {
  font-weight: bold;
  /*color: #061e4c; */
  color: #000000;
  font-size: 16px;
}

.calendar-title {
  color: #061e4c;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
}

/* line 66, ../scss/modules/_calendar_block.scss */
.calendar-add {
  color: #2ba9e0;
  text-align: center;
  line-height: .85;
  cursor: pointer;
  transition: color 0.2s;
}

/* line 73, ../scss/modules/_calendar_block.scss */
.calendar-add:hover {
  color: #00c9ff;
}

@media (min-width: 480px) {
  /* line 79, ../scss/modules/_calendar_block.scss */
  .calendar-add {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  /* line 85, ../scss/modules/_calendar_block.scss */
  .calendar-day {
    border-right: 1px solid #dbdbdb;
    /*border-bottom: 1px solid #dbdbdb;*/
  }

  /* line 90, ../scss/modules/_calendar_block.scss */
  .calendar-add {
    border-left: 1px solid #dbdbdb;
  }
}

@media (max-width: 768px) {
  /* line 96, ../scss/modules/_calendar_block.scss */
  .calendar-day {
    height: auto !important;
  }
}

/* line 1, ../scss/modules/_callout.scss */
.callout {
  color: white;
  display: block;
  overflow: hidden;
  background-color: #b31b1b;
  text-decoration: none;
  padding: 10px 20px;
  border-bottom: 1px solid white;
  transition: background 0.2s, border-color 0.2s;
}

/* line 4, ../scss/base/_mixins.scss */
.callout:hover {
  color: #00c9ff;
}

/* line 11, ../scss/modules/_callout.scss */
.callout:hover {
  background-color: #d62020;
  text-decoration: none;
}

/* line 16, ../scss/modules/_callout.scss */
.callout h4, .callout .callout-icon {
  color: white;
}

/* line 20, ../scss/modules/_callout.scss */
.callout h4 {
  float: left;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 16px 0 0;
}

/* line 27, ../scss/modules/_callout.scss */
.callout .callout-icon {
  float: right;
}

/* line 1, ../scss/modules/_cornell_search.scss */
#cornell-search {
  background-color: #b31b1b;
  border-bottom: 1px solid white;
}

/* line 5, ../scss/modules/_cornell_search.scss */
#cornell-search input[type=text] {
  background-color: transparent;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: -30px 250px;
  color: white;
  font-size: 18px;
  font-weight: 100;
  padding: 10px 20px;
  border: none;
  outline: none;
  transition: background-position 0.6s ease 0.4s, padding 0.4s ease 0.6s;
}

/* line 19, ../scss/modules/_cornell_search.scss */
#cornell-search input[type=text]::-webkit-input-placeholder {
  color: white;
}

/* line 23, ../scss/modules/_cornell_search.scss */
#cornell-search input[type=text]::-moz-placeholder {
  color: white;
}

/* line 27, ../scss/modules/_cornell_search.scss */
#cornell-search input[type=text]:-ms-input-placeholder {
  color: white;
}

/* line 31, ../scss/modules/_cornell_search.scss */
#cornell-search input[type=text]:-moz-placeholder {
  color: white;
}

/* line 36, ../scss/modules/_cornell_search.scss */
.search-open #cornell-search input[type=text] {
  background-image: url(../img/search_bear.png);
  background-position: -30px bottom;
  padding-left: 120px;
}

/* line 42, ../scss/modules/_cornell_search.scss */
#cornell-search .search-icon {
  background-image: url(../img/search_icon.png);
  background-size: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 480px) {
  /* line 51, ../scss/modules/_cornell_search.scss */
  #cornell-search input[type=text] {
    background-size: 260px;
    background-position: left 250px;
    font-size: 24px;
    padding-left: 100px;
  }

  /* line 58, ../scss/modules/_cornell_search.scss */
  .search-open #cornell-search input[type=text] {
    background-position: left bottom;
    padding-left: 210px;
  }
}

@media (min-width: 992px) {
  /* line 1, ../scss/modules/_cornell_search.scss */
  #cornell-search {
    border-bottom: none;
  }

  /* line 67, ../scss/modules/_cornell_search.scss */
  #cornell-search .search-icon {
    background-color: #b31b1b;
  }
}

/* line 1, ../scss/modules/_event_listing.scss */
.event-listing {
  display: table;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: black;
  text-decoration: none;
  padding: 10px;
  cursor: pointer;
}

/* line 11, ../scss/modules/_event_listing.scss */
.event-listing:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(100% - 8px);
  width: 100%;
  background-color: #2ba9e0;
  color: black;
  transition: right 0.2s;
}

/* line 23, ../scss/modules/_event_listing.scss */
.event-listing .event-details {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

/* line 29, ../scss/modules/_event_listing.scss */
.event-listing:hover {
  color: black;
  text-decoration: none;
}

/* line 33, ../scss/modules/_event_listing.scss */
.event-listing:hover .event-date {
  color: black;
  border-color: transparent;
}

/* line 40, ../scss/modules/_event_listing.scss */
.event-listing-block {
  background-color: #f0f0f0;
}

/* line 43, ../scss/modules/_event_listing.scss */
.event-listing-block .event-details {
  font-weight: 300;
}

/* line 47, ../scss/modules/_event_listing.scss */
.event-listing-block .event-date {
  width: 120px;
  font-size: 13px;
  margin-right: 20px;
}

/* line 52, ../scss/modules/_event_listing.scss */
.event-listing-block .event-date .day {
  font-size: 50px;
}

/* line 57, ../scss/modules/_event_listing.scss */
.event-listing-block:hover:before {
  right: calc(100% - 130px);
}

/* line 62, ../scss/modules/_event_listing.scss */
.event-listing-inline {
  border-top: 1px solid white;
}

/* line 65, ../scss/modules/_event_listing.scss */
.event-listing-inline .event-date {
  width: 70px;
  font-size: 11px;
  margin-right: 10px;
}

/* line 70, ../scss/modules/_event_listing.scss */
.event-listing-inline .event-date .day {
  font-size: 36px;
}

/* line 75, ../scss/modules/_event_listing.scss */
.event-listing-inline .event-details {
  font-size: 13px;
}

/* line 79, ../scss/modules/_event_listing.scss */
.event-listing-inline:hover:before {
  right: calc(100% - 80px);
}

/* line 84, ../scss/modules/_event_listing.scss */
.event-date,
.event-details {
  position: relative;
  margin-bottom: 0;
}

/* line 90, ../scss/modules/_event_listing.scss */
.event-date {
  float: left;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  padding-right: 10px;
  border-right: 1px solid #dbdbdb;
  transition: color 0.2s, border-color 0.2s;
}

/* line 99, ../scss/modules/_event_listing.scss */
.event-date .day {
  display: block;
}

/* line 1, ../scss/modules/_footer.scss */
#footer-top,
#footer-bottom {
  color: white;
}

/* line 6, ../scss/modules/_footer.scss */
#ask-ezra {
  background-color: #f0f0f0;
}

/* line 10, ../scss/modules/_footer.scss */
#footer-top {
  background-color: #061e4c;
}

/* line 13, ../scss/modules/_footer.scss */
#footer-top h5 {
  color: white;
}

/* line 17, ../scss/modules/_footer.scss */
#footer-top .footer-mailto {
  text-decoration: underline;
}

/* line 4, ../scss/base/_mixins.scss */
#footer-top .footer-mailto:hover {
  color: #00c9ff;
}

/* line 23, ../scss/modules/_footer.scss */
#footer-bottom {
  background-color: #030d26;
}

/* line 1, ../scss/modules/_form.scss */
.form {
  position: relative;
  color: black;
}

/* line 5, ../scss/modules/_form.scss */
.form .form-group {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

/* line 11, ../scss/modules/_form.scss */
.form input[type=text],
.form input[type=email],
.form input[type=date],
.form input[type=number],
.form select,
.form textarea {
  padding: 10px 20px;
}

/* line 20, ../scss/modules/_form.scss */
.form input[type=text]:focus,
.form input[type=email]:focus,
.form input[type=date]:focus,
.form input[type=number]:focus,
.form select:focus,
.form textarea:focus {
  box-shadow: none;
}

/* line 24, ../scss/modules/_form.scss */
.form input[type=text].invalid,
.form input[type=email].invalid,
.form input[type=date].invalid,
.form input[type=number].invalid,
.form select.invalid,
.form textarea.invalid {
  border-color: #b31b1b;
  background-color: #f2a8a8;
}

/* line 30, ../scss/modules/_form.scss */
.form textarea,
.form select {
  padding: 6px 20px;
}

/* line 35, ../scss/modules/_form.scss */
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/select_bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  padding-right: 40px;
}

/* line 44, ../scss/modules/_form.scss */
.form input[type=radio],
.form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  background-color: #f0f0f0;
  border: 1px solid #dbdbdb;
  vertical-align: bottom;
  margin-right: 5px;
  margin-bottom: 4px;
}

/* line 56, ../scss/modules/_form.scss */
.form input[type=radio]:focus,
.form input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}

/* line 61, ../scss/modules/_form.scss */
.form input[type=radio]:checked:before,
.form input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background-color: #2ba9e0;
  color: black;
}

/* line 72, ../scss/modules/_form.scss */
.form input[type=radio],
.form input[type=radio]:before {
  border-radius: 50%;
}

/* line 78, ../scss/modules/_form.scss */
.form input[type=checkbox],
.form input[type=checkbox]:before {
  border-radius: 2px;
}

/* line 83, ../scss/modules/_form.scss */
.form input[type=submit] {
  width: 100%;
  min-width: 200px;
}

/* line 91, ../scss/modules/_form.scss */
.form .label-overlay {
  position: absolute;
  top: 26px;
  padding-left: 20px;
  transition: top 0.2s, font-size 0.2s, color 0.2s;
}

/* line 97, ../scss/modules/_form.scss */
.form .label-overlay.focused, .form .label-overlay.date-label {
  top: 0;
  font-size: 13px;
  color: #4f4f4f;
}

/* line 104, ../scss/modules/_form.scss */
.form .label-overlay.invalid {
  color: #b31b1b;
}

/* line 110, ../scss/modules/_form.scss */
.form .list-label {
  display: block;
  float: left;
  clear: left;
  font-weight: normal;
}

/* line 117, ../scss/modules/_form.scss */
.form .invalid {
  color: #b31b1b;
}

/* line 1, ../scss/modules/_images.scss */
.image-thumbnail {
  width: 125px;
  height: auto;
}

/* line 6, ../scss/modules/_images.scss */
.image-medium {
  width: 50%;
  height: auto;
}

/* line 11, ../scss/modules/_images.scss */
.image-large {
  width: 100%;
  height: auto;
  float: none;
  margin: 20px 0;
}

/* line 19, ../scss/modules/_images.scss */
.image-thumbnail img,
.image-medium img,
.image-large img {
  width: 100%;
  height: auto;
}

/* line 26, ../scss/modules/_images.scss */
.image-left,
.image-right {
  display: block;
  margin: 5px 0 10px;
}

/* line 32, ../scss/modules/_images.scss */
.image-left {
  float: left;
  margin-right: 10px;
}

/* line 37, ../scss/modules/_images.scss */
.image-right {
  float: right;
  margin-left: 10px;
}

@media (max-width: 480px) {
  /* line 43, ../scss/modules/_images.scss */
  .image-medium {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
}

/* line 1, ../scss/modules/_info_block.scss */
.info-block {
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  padding-bottom: 20px;
  margin-bottom: 44px;
  transition: padding 0.2s, margin 0.2s;
}

/* line 9, ../scss/modules/_info_block.scss */
.info-block img {
  width: 100%;
  height: auto;
}

/* line 14, ../scss/modules/_info_block.scss */
.section-gray .info-block {
  background-color: white;
}

/* line 18, ../scss/modules/_info_block.scss */
.info-block .learn-more-link {
  margin-bottom: -20px;
}

@media (min-width: 768px) {
  /* line 23, ../scss/modules/_info_block.scss */
  .info-block .learn-more-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -34px;
    margin-bottom: 0;
    transition: bottom 0.2s;
  }

  /* line 32, ../scss/modules/_info_block.scss */
  .info-block:hover {
    padding-bottom: 44px;
    margin-bottom: 20px;
  }

  /* line 36, ../scss/modules/_info_block.scss */
  .info-block:hover .learn-more-link {
    bottom: 0;
  }
}

/* line 43, ../scss/modules/_info_block.scss */
.info-block-details {
  padding: 20px 20px 10px;
}

/* line 1, ../scss/modules/_learn_more_link.scss */
.learn-more-link {
  display: block;
  height: 44px;
  background-color: #2ba9e0;
  color: black;
  text-decoration: none;
  text-align: center;
  padding: 10px;
}

/* line 10, ../scss/modules/_learn_more_link.scss */
.learn-more-link:hover, .learn-more-link:focus {
  color: black;
  text-decoration: none;
}

/* line 1, ../scss/modules/_link_block.scss */
.link-block {
  display: block;
  position: relative;
  background-color: #061e4c;
}

/* line 6, ../scss/modules/_link_block.scss */
.link-block h3 {
  height: 60px;
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin: 0;
}

/* line 13, ../scss/modules/_link_block.scss */
.link-block a {
  color: white;
  display: block;
  text-decoration: none;
  padding: 20px;
  border-bottom: 1px solid white;
}

/* line 4, ../scss/base/_mixins.scss */
.link-block a:hover {
  color: #00c9ff;
  text-decoration: none;
}

/* line 1, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav {
  background-color: #f0f0f0;
  overflow: hidden;
}

/* line 4, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav h3 {
  margin: 0;
  background-color: #030d26;
  color: white;
  font-weight: normal;
  padding: 20px;
}

/* line 13, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav .menu {
  list-style-type: none;
  margin: 0;
}

/* line 17, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav .menu li {
  position: relative;
  width: 100%;
}

/* line 21, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav .menu a {
  display: block;
  color: #4f4f4f;
  text-decoration: none;
  padding: 2px 0;
}

/* line 28, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav .menu a.active {
  color: #2ba9e0;
}

/* line 35, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav > .menu {
  padding: 0;
}

/* line 40, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav > .menu > li > a {
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.2s;
}

/* line 47, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav > .menu > li a {
  padding: 5px 20px;
  border-bottom: 1px solid #dbdbdb;
}

/* line 51, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav > .menu > li a:hover {
  background-color: #121212;
  color: #2ba9e0;
  text-decoration: none;
}

/* line 59, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav > .menu .menu {
  display: none;
  padding-left: 0;
}

/* line 63, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav > .menu .menu a {
  padding-left: 40px;
}

/* line 69, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav .nav-item-toggle {
  position: absolute;
  right: 10px;
  top: 3px;
  color: #4f4f4f;
  cursor: pointer;
}

/* line 76, ../scss/modules/_sidebar_nav.scss */
#sidebar-nav .nav-item-toggle:hover, #sidebar-nav .nav-item-toggle.fa-angle-up {
  color: #2ba9e0;
}

/* line 1, ../scss/modules/_sidebar_block.scss */
.sidebar-block {
  background-color: #f0f0f0;
  font-size: 18px;
  padding: 20px;
}

/* line 6, ../scss/modules/_sidebar_block.scss */
.sidebar-block h4 {
  background-color: #b31b1b;
  color: white;
  padding: 20px;
  margin: -20px;
  margin-bottom: 20px;
}

/* line 14, ../scss/modules/_sidebar_block.scss */
.sidebar-block .download-icon {
  color: #b31b1b;
  font-size: 24px;
  margin-right: 5px;
}

.sidebar-block ul {
  list-style: none;
}

/* line 21, ../scss/modules/_sidebar_block.scss */
.sidebar-event-block {
  padding: 0;
}

/* line 24, ../scss/modules/_sidebar_block.scss */
.sidebar-event-block h4 {
  background-color: #2ba9e0;
  color: black;
  padding: 20px 10px;
  margin: 0;
}

/* line 30, ../scss/modules/_sidebar_block.scss */
.sidebar-event-block .calendar-icon {
  color: black;
}

/* line 34, ../scss/modules/_sidebar_block.scss */
.sidebar-event-block .calendar-link {
  display: block;
  background-color: #2ba9e0;
  color: black;
  font-size: 13px;
  text-align: right;
  text-decoration: none;
  padding: 10px;
  border-top: 1px solid white;
  transition: background 0.2s;
}

/* line 45, ../scss/modules/_sidebar_block.scss */
.sidebar-event-block .calendar-link:hover {
  background-color: #00c9ff;
}

/* line 49, ../scss/modules/_sidebar_block.scss */
.sidebar-event-block .calendar-link .fa {
  float: right;
  line-height: .5;
  margin-left: 10px;
}

/* line 1, ../scss/modules/_site_nav.scss */
#site-nav {
  border-bottom: none;
}

/* line 4, ../scss/modules/_site_nav.scss */
#site-nav .navbar-toggle {
  border: none;
  border-radius: 2px;
}

/* line 8, ../scss/modules/_site_nav.scss */
#site-nav .navbar-toggle .icon-bar {
  transition: background-color 0.2s;
}

/* line 12, ../scss/modules/_site_nav.scss */
#site-nav .navbar-toggle:hover .icon-bar {
  background-color: #2ba9e0;
  color: black;
}

/* line 17, ../scss/modules/_site_nav.scss */
#site-nav .navbar-collapse {
  background-color: #f0f0f0;
}

/* line 24, ../scss/modules/_site_nav.scss */
#site-nav .nav li a {
  color: #4f4f4f;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #dbdbdb;
  transition: background-color 0.2s;
}

/* line 32, ../scss/modules/_site_nav.scss */
#site-nav .nav li.expanded {
  position: relative;
}

/* line 35, ../scss/modules/_site_nav.scss */
#site-nav .nav li.expanded .nav-item-toggle {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  color: #4f4f4f;
  padding: 6px 0px 1px 1px;
  z-index: 999;
}

/* line 44, ../scss/modules/_site_nav.scss */
#site-nav .nav li.expanded .nav-item-toggle:hover, #site-nav .nav li.expanded .nav-item-toggle.fa-angle-up {
  color: #2ba9e0;
}

/* line 50, ../scss/modules/_site_nav.scss */
#site-nav .nav li.expanded a {
  padding-right: 20px;
}

/* line 57, ../scss/modules/_site_nav.scss */
#site-nav .nav > li:last-child > a {
  border-bottom: none;
}

@media (min-width: 992px) {
  /* line 1, ../scss/modules/_site_nav.scss */
  #site-nav {
    background-color: transparent;
  }

  /* line 65, ../scss/modules/_site_nav.scss */
  .front #site-nav {
    border-bottom: 5px solid #061e4c;
  }

  /* line 69, ../scss/modules/_site_nav.scss */
  #site-nav .navbar-header {
    background-color: rgba(3, 13, 38, 0.85);
    transition: background-color 0.6s;
  }

  /* line 74, ../scss/modules/_site_nav.scss */
  #site-nav .navbar-collapse {
    background-color: rgba(179, 27, 27, 0.85);
    transition: background-color 0.6s;
  }

  /* line 81, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li:first-child {
    border-left: 1px solid #e13939;
  }

  /* line 85, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li > a {
    color: white;
    border-bottom: none;
    border-right: 1px solid #e13939;
  }

  /* line 93, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li.expanded > .nav-item-toggle {
    display: none;
  }

  /* line 99, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li.expanded:hover:after,
  #site-nav .nav > li.menu-expanded:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #061e4c;
  }

  /* line 113, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li.expanded:hover > a,
  #site-nav .nav > li.menu-expanded > a {
    background-color: #b31b1b;
  }

  /* line 120, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li > ul {
    background-color: #f0f0f0;
    border-top: 5px solid #061e4c;
    border-bottom: 5px solid #061e4c;
    overflow-y: auto;
    max-height: 80vh;
  }

  body.search-open #site-nav .nav > li > ul {
    max-height: 63vh;
  }

  /* line 125, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li > ul a {
    font-weight: 500;
  }

  /* line 128, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li > ul a:hover,
  #site-nav .nav > li > ul a:focus {
    background-color: #121212;
    color: #2ba9e0;
    text-decoration: none;
  }

  /* line 135, ../scss/modules/_site_nav.scss */
  #site-nav .nav > li > ul ul li a {
    font-size: 13px;
  }
}

/* line 1, ../scss/modules/_slide_elements.scss */
.slide-caption {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  /* line 1, ../scss/modules/_slide_elements.scss */
  .slide-caption {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
  }

  /* line 10, ../scss/modules/_slide_elements.scss */
  .slide-caption h1 {
    font-size: 42px;
    font-weight: 500;
    color: white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  }
}

/* line 18, ../scss/modules/_slide_elements.scss */
.flex-control-nav,
.flex-direction-nav {
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 0;
}

/* line 25, ../scss/modules/_slide_elements.scss */
.flex-control-nav a,
.flex-direction-nav a {
  text-decoration: none;
}

/* line 32, ../scss/modules/_slide_elements.scss */
.flex-prev, .flex-prev span,
.flex-next,
.flex-next span {
  line-height: 0.65;
}

/* line 38, ../scss/modules/_slide_elements.scss */
.flex-control-nav li {
  display: inline-block;
  margin: 10px;
}

/* line 43, ../scss/modules/_slide_elements.scss */
.flex-control-nav a {
  display: inline-block;
  background-color: white;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  transition: background 0.2s;
}

/* line 51, ../scss/modules/_slide_elements.scss */
.flex-control-nav a.flex-active {
  background-color: #b31b1b;
}

/* line 55, ../scss/modules/_slide_elements.scss */
.flex-control-nav a:hover {
  background-color: #2ba9e0;
  text-decoration: none;
  color: black;
}

@media (min-width: 768px) {
  /* line 62, ../scss/modules/_slide_elements.scss */
  .flex-prev,
  .flex-next {
    color: white;
    font-size: 72px;
  }
}

/* line 1, ../scss/modules/_typographic_elements.scss */
.title-prefix {
  margin-bottom: 0;
}

/* line 4, ../scss/modules/_typographic_elements.scss */
.title-prefix + * {
  margin-top: 0;
}

/* line 9, ../scss/modules/_typographic_elements.scss */
.title {
  font-size: 42px;
}

/* line 13, ../scss/modules/_typographic_elements.scss */
.page-title {
  text-align: center;
}

@media (min-width: 480px) {
  /* line 17, ../scss/modules/_typographic_elements.scss */
  img + .page-title {
    width: 100%;
  }

  /* line 20, ../scss/modules/_typographic_elements.scss */
  img + .page-title .title, img + .page-title .subtitle {
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  }

  /* line 17, ../scss/modules/_typographic_elements.scss */
  section + .page-title {
    width: 100%;
  }

  /* line 20, ../scss/modules/_typographic_elements.scss */
  section + .page-title .title, img + .page-title .subtitle {
    color: white;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.55);
  }
}

/* line 27, ../scss/modules/_typographic_elements.scss */
.accented:after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  background-color: #2ba9e0;
  color: black;
  margin: 10px 0 20px;
}

/* line 36, ../scss/modules/_typographic_elements.scss */
.label {
  color: #2ba9e0;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* line 44, ../scss/modules/_typographic_elements.scss */
.text-over-image {
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/* line 48, ../scss/modules/_typographic_elements.scss */
.tooltip-link {
  color: #2ba9e0;
}

/* line 51, ../scss/modules/_typographic_elements.scss */
.tooltip-link:hover {
  color: #00c9ff;
}

/* line 1, ../scss/modules/_useful_info_controls.scss */
.useful-info-controls a {
  color: #4f4f4f;
  font-size: 50px;
  line-height: .5;
  margin-top: -45px;
  transition: color 0.2s;
}

/* line 8, ../scss/modules/_useful_info_controls.scss */
.useful-info-controls a:hover {
  color: #00c9ff;
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 1, ../scss/modules/_useful_info_controls.scss */
  .useful-info-controls a {
    font-size: 80px;
  }
}

@media (min-width: 992px) {
  /* line 5, ../scss/state/_opaque_header.scss */
  .opaque-header #site-nav .navbar-header {
    background-color: #030d26;
  }

  /* line 9, ../scss/state/_opaque_header.scss */
  .opaque-header #site-nav .navbar-collapse {
    background-color: #b31b1b;
  }
}

/* line 2, ../scss/state/_search_open.scss */
.search-open #cornell-search {
  margin-top: 0;
}

.caldates {
  position: relative;
  overflow: hidden;
}

#search-block-form .form-group {
  margin-bottom: 0;
}

/* adding padding to the bottom content so it doesnt touch the footer */
.region-content {
  margin-top: 30px;
  margin-bottom: 90px;
}

.region-search {
  background: #b31b1b;
}

/* changing font size of spaces page. Specifically the field collection for region and key/schedule/av contact info */
.spaces-region h6 {
  width: 10em;
  font-size: 12px;
}

.spaces-region {
  width: 10em;
  font-size: 12px;
}

.field--name-field-collection-contact-type, .field--name-field-contact-type {
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.25;
  color: black;
  padding-top: 10px;
}

.field--name-field-contact h6 {
  color: #40576D;
  padding-left: 10px;
  font-weight: 500;
}

/*.field--name-field-contact .field--name-name:before {
  font-family: FontAwesome;
  content: "\f007";
  padding-right: 3px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}*/

.field--name-field-space-contact-phone {
  color: #40576D;
  padding-left: 15px;
  margin-top: -7px;
  font-size: 14px;
}

/*.field--name-field-space-contact-phone:before {
  font-family: FontAwesome;
  content: "\f095";
  padding-right: 3px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}*/
.field--name-field-space-contact-email {
  color: #40576D;
  padding-left: 15px;
  font-size: 14px;
}

/*.field--name-field-space-contact-email:before {
  font-family: FontAwesome;
  content: "\f1fa";
  padding-right: 3px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}*/
.field--name-field-space-contact-site-url {
  padding-left: 15px;
  font-size: 14px;
}

/*.field--name-field-space-contact-site-url:before {
  font-family: FontAwesome;
  content: "\f0c1";
  padding-right: 3px;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}*/

/* 404 page bear styling */
.notfound-bear {
  margin-top: -90px;
  margin-bottom: -90px;
}

/* calendar full date and time small text*/
.calendarevent {
  /* color: #7d7d7d; */
  color: #000000;
  font-family: Merriweather, Georgia, serif;
  font-style: italic;
  font-size: 12px;
  padding: 5px 0;
  line-height: .5;
}

#site-nav .navbar-collapse {
  max-height: 93vh;
}

@media (min-width: 768px) and (max-width: 991px) {
  .region-navigation .navbar-nav {
    max-height: 90vh;
  }

  body.search-open .region-navigation .navbar-nav {
    max-height: 75vh;
  }

  .navbar .navbar-toggle {
    position: absolute;
    margin: 10px auto;
    left: 670px;
    right: 0px;
    width: 40px;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 991px) {
  .navbar-nav > li {
    float: none;
  }

  .navbar-collapse .navbar-nav {
    width: 100%;
  }

  .navbar-toggle {
    display: block;
  }
}

@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}

/* Responsive Tables */
table.responsive {
  table-layout: fixed;
}

table.responsive thead {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
}

table.responsive tr:nth-of-type(2n) {
  background-color: inherit;
}

table.responsive tr td:first-child {
  background: #ccc;
  font-weight: bold;
  margin-top: 1em;
}

table.responsive tr:first-of-type td:first-child {
  margin-top: 0;
}

table.responsive tbody th {
  vertical-align: top;
}

.region-content table.responsive tbody td {
  display: block;
  word-wrap: break-word;
  white-space: normal;
}

table.responsive tbody td:before {
  content: attr(data-th);
  display: block;
}

@media (min-width: 768px) {
  table.responsive {
    width: 100%;
    table-layout: unset;
  }

  table.responsive thead {
    position: relative !important;
    clip: unset;
    overflow: visible;
    height: auto;
    width: auto;
    padding: 0;
    margin: 0;
  }

  table.responsive tr:nth-of-type(2n) {
    background-color: inherit;
  }

  table.responsive tr td:first-child {
    background: #fff;
    font-weight: inherit;
  }

  table.responsive tbody th {
    vertical-align: bottom;
  }

  .region-content table.responsive tbody td {
    display: table-cell;
  }

  table.responsive tbody td:before {
    content: none;
  }
}

/* news feeds styles */
.sidebar-block .related-wrapper {
  padding-left: 30px;
}

.page-node-type-news .page-title {
  display: none;
}

.paragraph--type--news-feed .cu-main {
  display: block;
  text-align: right;
}

.paragraph--type--news-feed .cu-main a {
  background-color: #006699;
  font-weight: 700;
  border: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 0;
}

/* news feeds styles */
.sidebar-block .related-wrapper {
  padding-left: 30px;
}

.page-node-type-news .page-title {
  display: none;
}

.paragraph--type--news-feed .cu-main {
  display: block;
  text-align: right;
}

.paragraph--type--news-feed .cu-main a {
  background-color: #006699;
  font-weight: 700;
  border: none;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 0;
}
/* row striping */
.paragraph--type--news-feed table tbody .description-tr:nth-child(odd),
.paragraph--type--news-feed table tbody .description-tr:nth-child(odd) .description,
.paragraph--type--news-feed table tbody .description-tr:nth-child(odd) .date,
.paragraph--type--news-feed table tbody .description-tr:nth-child(odd) .dow {
  background: #f6f7f7;
}
.paragraph--type--news-feed table tbody .description-tr:nth-child(even),
.paragraph--type--news-feed table tbody .description-tr:nth-child(even) .description,
.paragraph--type--news-feed table tbody .description-tr:nth-child(even) .date,
.paragraph--type--news-feed table tbody .description-tr:nth-child(even) .dow {
  background: #fbfbfb;
}

.paragraph--type--news-feed table tbody .description-tr,
.paragraph--type--news-feed table tbody .header-tr {
  border-left: 0;
}

.paragraph--type--news-feed h2.semester {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

.paragraph--type--news-feed td {
  border: 0;
  padding: 10px 10px;
  color: rgb(47, 47, 47);
  width: 33%;
}

.paragraph--type--news-feed .description-tr .date div, .paragraph--type--news-feed .description-tr .dow div {
  padding: 10px 10px;
  border-right: 1px solid #dbdbdb;
}
.paragraph--type--news-feed .description-tr .date {
  width: 150px;
}


/*.paragraph--type--news-feed .description-tr .date:after {*/
/*content: "|";*/
/*}*/


.paragraph--type--news-feed .header-date div {
  padding-left: 12px;
}

.paragraph--type--news-feed .header-days div {
  padding-left: 2px;
}

.paragraph--type--news-feed .header-event div {
  padding-left: 4px;
}
.calendar-table {
  font-size: 15px;
}
.paragraph--type--news-feed .calendar-table caption {
  /*visibility: hidden;*/
  height: 0;
  padding: 0;
}
/* fixing issue with focus order in site logos */
@media (min-width: 992px) {
  .navbar .site-logo {
    visibility: hidden;
  }
  .navbar .hidden-xs .site-logo, .navbar .hidden-sm .site-logo {
    visibility: visible;
  }
}
/*fixing search placeholder accessibility issue */
.form-type-search .input-group input::placeholder {
  color: #000000;
}
.semester {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
@media (max-width: 376px) {
  .paragraph--type--news-feed.paragraph--view-mode--default .calendar-table {
    font-size: 8.5px;
  }
}
@media (max-width: 500px) {
  .paragraph--type--news-feed .calendar-table {
    font-size: 10px;
  }
  .paragraph--type--news-feed td {
    padding: 5px 0!important;
  }
  .paragraph--type--news-feed .description-tr .date div,
  .paragraph--type--news-feed .description-tr .dow div,
  .paragraph--type--news-feed .description-tr .description div {
    padding: 5px!important;
  }
  .paragraph--type--news-feed .header {
    border-top: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .page-node-type-news .region-content {
    margin-bottom: 0;
  }
  .calendar-table {
    font-size: 14px;
  }
  .paragraph--type--news-feed td {
    border: 0;
    padding: 10px 5px;
  }

  /*.paragraph--type--news-feed .description-tr .date div, .paragraph--type--news-feed .description-tr .dow div {*/
  /*border-right: 0;*/
  /*padding: 0;*/
  /*}*/

  .paragraph--type--news-feed .header-tr {
    display: none;
  }

  /*.paragraph--type--news-feed table.responsive tr td {*/
  /*font-size: 14px;*/
  /*background: #f6f7f7 !important;*/
  /*}*/

  /*.paragraph--type--news-feed table.responsive tr td:first-child {*/
  /*background: #005580;*/
  /*margin-top: 0;*/
  /*}*/

  .paragraph--type--news-feed h2.semester {
    font-size: 14px;
  }
}

.paragraph--type--news-feed .description a {
  color: #006699;
  font-weight: 500;
  text-decoration: none;
}

.paragraph--type--news-feed .description a:hover {
  text-decoration: underline;
}
.paragraph--type--news-feed .description a {
  text-decoration: underline;
}

.paragraph--type--news-feed .cu-main a:hover {
  background-color: #005580;
  text-decoration: none;
}
.paragraph--type--news-feed .header {
  padding: 18px 24px;
  padding-left: 10px;
  background-color: #ffffff;
  border-left: 0 !important;
  border-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 10px;
  color: #000000;
  font-size: 12px;
  font-weight: bold !important;
}

@media print {
   /*.cu-main{padding-top: 15px}*/
  .nav#cu-nav {
    display: none;
  }

  .printDate {
    display: table-cell !important;
  }

  h1.title {
    font-size: 36px!important;
    width: 100%!important;
  }

  table.calendar-table {
    width: 100%!important;
    margin-bottom: 25px!important;
  }

  table.calendar-table th {
    padding: 5px 14px!important;
  }

  table.calendar-table td {
    font-size: 12px!important;
    padding: .4em 2em!important;
    display: table-cell!important;
  }

  .page-node-type-news td {
    width: 37%;
  }

  body.page-node-type-news .page-block p {
    font-size: 12px!important;
    margin-bottom: 1em;
  }

  .cu-print {
    display: none!important;
  }

  a, a:visited {
    color: #2f2f2f!important;
  }

  a[href]:after {
    content: none !important;
  }
  .header-tr {
    display: table-row!important;
  }
}
/*.path-calendar h3 {*/
/*background-color: #d8d8d8;*/
/*}*/
#sidebar .academic-calendar-future-past-block h3 {
    font-size: 23px;
}