@charset "utf-8";
@import "bootstrap.css";
@import "twemoji-awesome.css";
@import "http://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700|Raleway:300,400,700";
/* Implementation */
/* CSS Document */
body {
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #2e2a2b;
  border-top: 8px solid #ef0022;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', 'Raleway', Arial, Helvetica, sans-serif;
}
p,
ul,
ol,
table {
  margin: 0.5em 0;
}
a {
  color: #ef0022;
  text-decoration: none;
}
a:hover {
  color: #2e2a2b;
}
*:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.bigger {
  font-size: 1.3em;
  line-height: 1;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.red {
  color: #ef0022;
}
.orange {
  color: orange;
}
.yellow {
  color: lightblue;
}
.lightgreen {
  color: lightgreen;
}
.green {
  color: #00FF00 ;
}
.form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 0, 34, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 0, 34, 0.6);
}
.subtitle {
  text-transform: uppercase;
  text-align: right;
  padding-top: 1em;
}
hr {
  border: none;
  margin: 1em 0 0;
  border-top: 1px solid rgba(46, 42, 43, 0.2);
}
.twa {
  filter: grayscale(100%);
}
.twa:hover,
.twa.active {
  filter: grayscale(0%);
}
#footer {
  background: #fbfbfb;
  font-size: 0.9em;
  padding: 40px 0;
  margin-top: 40px;
  border-top: 8px solid #ef0022;
}
#footer h3 {
  font-size: 1.3em;
}
.error {
  background: #ef0022;
  color: #ffffff;
  padding: 5px 10px;
  margin: 1em 0;
  font-family: 'Open Sans Condensed', 'Raleway', Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.9em;
}
.errorquestion {
  color: #ef0022;
}
