@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Arimo");
@import url("//fonts.googleapis.com/css?family=Open+Sans:400,700");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,700,900");
.padd-small {
  padding: 5px 10px !important; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.ng-hide {
  display: none !important; }

* {
  -webkit-font-smoothing: antialiased; }

input[type=text], textarea {
  border: 1px solid #999; }

a, a:hover {
  text-decoration: none !important; }

.upper, #nav a, .campaign-bar {
  text-transform: uppercase !important; }

.bold, #nav a, .campaign-bar {
  font-weight: bold !important; }

.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.text-medium {
  font-size: 18px !important; }

.text-small, .campaign-bar {
  font-size: 11px !important; }

.text-tiny {
  font-size: 9px !important; }

.text-grey {
  color: #929292; }

.text-dark {
  color: #666; }

#inner-nav {
  padding: 10px 0 13px !important; }

.desktop-hide {
  display: none; }

.show {
  display: block; }

.hide {
  display: none; }

html {
  overflow-x: hidden; }

.round, #mobile-menu .btn-block, .campaign-preview {
  border-radius: 7px !important;
  -khtml-border-radius: 7px !important;
  overflow: hidden; }

.round-show, .campaign-block {
  border-radius: 7px !important;
  -khtml-border-radius: 7px !important; }

.animate {
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -o-transition: all .1s linear; }

.border-white {
  border: 1px solid #fff; }

.border-white-big {
  border: 4px solid #fff; }

.shadow, .campaign-block {
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1); }

.shadow-heading {
  box-shadow: inset 0px -8px 11px -9px rgba(0, 0, 0, 0.2); }

.innershadow {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2); }

.margin-top {
  margin-top: 20px !important; }

.margin-btm, .campaign-block {
  margin-bottom: 20px !important; }

.margin-btm-small {
  margin-bottom: 10px; }

.hide {
  display: none; }

.padd {
  padding: 20px; }

.mobile-show {
  display: none !important; }

#mobile-menu {
  font-size: 15px !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  z-index: 10000000000000; }
  #mobile-menu .btn-block {
    text-align: left !important;
    float: left;
    padding: 15px;
    width: 100%;
    background-color: #fff;
    margin-bottom: 4px; }

.full, #nav, .campaign-block, .campaign-title, .campaign-bar, .campaign-preview {
  width: 100% !important;
  float: left;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

@media (max-width: 1224px) {
  .extra-hide {
    display: none !important; } }

@media (max-width: 1024px) {
  .tablet-hide {
    display: none !important; } }

@media (max-width: 520px) {
  .mobile-show {
    display: block !important; }
  .tablet-hide, .mobile-hide {
    display: none !important; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

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; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #777777; }

.form-control::-webkit-input-placeholder {
  color: #777777; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0; }

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px; }

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.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; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #843534; }

#loading {
  background-image: url("/images/overlay.png");
  background-repeat: repeat; }

/*$grey = #F4F4F4;
$yellow = #ACA796;
$green = #28ab60;
$orange = #f04e37;
$blue = #25aae1;*/
.bg-grey-light {
  background-color: #F4F4F4 !important; }

.bg-yellow-light {
  background-color: #f6f6f6 !important; }

.text-yellow {
  color: #ACA796 !important; }

.border-yellow {
  border: 1px solid #e1dfda !important; }

.text-green {
  color: #28ab60 !important; }

.text-green {
  color: #28ab60 !important; }

.text-green-dark {
  color: #007d45 !important; }

.bg-green {
  background-color: #28ab60 !important; }

.text-sub {
  color: #a1a1a1 !important; }

.text-orange {
  color: #f04e37 !important; }

.bg-orange {
  background-color: #f04e37 !important; }

.border-blue {
  border: 1px solid #25aae1 !important; }

.bg-yellow {
  background-color: #ffde00 !important; }

.text-blue {
  color: #25aae1 !important; }

.bg-blue {
  background-color: #25aae1 !important; }

.bg-dark {
  background-color: #1a1a1a !important; }

.bg-grey {
  background-color: #F9F9F9 !important; }

.bg-grey-dark {
  background-color: #ADADAD !important; }

.text-grey-light {
  color: #C6C6C6 !important; }

.bg-bg {
  background-image: url("ticks.png") !important; }

.bg-white, .campaign-block {
  background-color: #fff !important; }

.text-white, .campaign-bar {
  color: #fff !important; }

.bg-lighter {
  background-color: #f7f7f7 !important; }

.text-lighter {
  color: #a6a6a6 !important; }

.other .bg, .other .campaign-bar, .other.bg, .other.campaign-bar {
  background-color: #00B7C7 !important;
  color: #fff; }
  .other .bg.darken, .other .darken.campaign-bar, .other .bg .darken, .other .campaign-bar .darken, .other.bg.darken, .other.darken.campaign-bar, .other.bg .darken, .other.campaign-bar .darken {
    background-color: #004248 !important; }
  .other .bg.lighten, .other .lighten.campaign-bar, .other .bg .lighten, .other .campaign-bar .lighten, .other.bg.lighten, .other.lighten.campaign-bar, .other.bg .lighten, .other.campaign-bar .lighten {
    background-color: adjust-lightness(#00B7C7, 30%) !important; }
  .other .bg.opaque, .other .opaque.campaign-bar, .other .bg .opaque, .other .campaign-bar .opaque, .other.bg.opaque, .other.opaque.campaign-bar, .other.bg .opaque, .other.campaign-bar .opaque {
    opacity: 0.4; }

.other .color {
  color: #00B7C7 !important; }
  .other .color.dark {
    color: adjust-saturation(#008894, 10%) !important; }
  .other .color.light {
    color: adjust-lightness(#00B7C7, 50%) !important; }

.refugee .bg, .refugee .campaign-bar, .refugee.bg, .refugee.campaign-bar {
  background-color: #e233a0 !important;
  color: #fff; }
  .refugee .bg.darken, .refugee .darken.campaign-bar, .refugee .bg .darken, .refugee .campaign-bar .darken, .refugee.bg.darken, .refugee.darken.campaign-bar, .refugee.bg .darken, .refugee.campaign-bar .darken {
    background-color: #831359 !important; }
  .refugee .bg.lighten, .refugee .lighten.campaign-bar, .refugee .bg .lighten, .refugee .campaign-bar .lighten, .refugee.bg.lighten, .refugee.lighten.campaign-bar, .refugee.bg .lighten, .refugee.campaign-bar .lighten {
    background-color: adjust-lightness(#e233a0, 30%) !important; }
  .refugee .bg.opaque, .refugee .opaque.campaign-bar, .refugee .bg .opaque, .refugee .campaign-bar .opaque, .refugee.bg.opaque, .refugee.opaque.campaign-bar, .refugee.bg .opaque, .refugee.campaign-bar .opaque {
    opacity: 0.4; }

.refugee .color {
  color: #e233a0 !important; }
  .refugee .color.dark {
    color: adjust-saturation(#c61c86, 10%) !important; }
  .refugee .color.light {
    color: adjust-lightness(#e233a0, 50%) !important; }

.health .bg, .health .campaign-bar, .health.bg, .health.campaign-bar {
  background-color: #00ABF0 !important;
  color: #fff; }
  .health .bg.darken, .health .darken.campaign-bar, .health .bg .darken, .health .campaign-bar .darken, .health.bg.darken, .health.darken.campaign-bar, .health.bg .darken, .health.campaign-bar .darken {
    background-color: #005071 !important; }
  .health .bg.lighten, .health .lighten.campaign-bar, .health .bg .lighten, .health .campaign-bar .lighten, .health.bg.lighten, .health.lighten.campaign-bar, .health.bg .lighten, .health.campaign-bar .lighten {
    background-color: adjust-lightness(#00ABF0, 30%) !important; }
  .health .bg.opaque, .health .opaque.campaign-bar, .health .bg .opaque, .health .campaign-bar .opaque, .health.bg.opaque, .health.opaque.campaign-bar, .health.bg .opaque, .health.campaign-bar .opaque {
    opacity: 0.4; }

.health .color {
  color: #00ABF0 !important; }
  .health .color.dark {
    color: adjust-saturation(#0087bd, 10%) !important; }
  .health .color.light {
    color: adjust-lightness(#00ABF0, 50%) !important; }

.community .bg, .community .campaign-bar, .community.bg, .community.campaign-bar {
  background-color: #0160A0 !important;
  color: #fff; }
  .community .bg.darken, .community .darken.campaign-bar, .community .bg .darken, .community .campaign-bar .darken, .community.bg.darken, .community.darken.campaign-bar, .community.bg .darken, .community.campaign-bar .darken {
    background-color: #001421 !important; }
  .community .bg.lighten, .community .lighten.campaign-bar, .community .bg .lighten, .community .campaign-bar .lighten, .community.bg.lighten, .community.lighten.campaign-bar, .community.bg .lighten, .community.campaign-bar .lighten {
    background-color: adjust-lightness(#0160A0, 30%) !important; }
  .community .bg.opaque, .community .opaque.campaign-bar, .community .bg .opaque, .community .campaign-bar .opaque, .community.bg.opaque, .community.opaque.campaign-bar, .community.bg .opaque, .community.campaign-bar .opaque {
    opacity: 0.4; }

.community .color {
  color: #0160A0 !important; }
  .community .color.dark {
    color: adjust-saturation(#01426d, 10%) !important; }
  .community .color.light {
    color: adjust-lightness(#0160A0, 50%) !important; }

.environment .bg, .environment .campaign-bar, .environment.bg, .environment.campaign-bar {
  background-color: #67c401 !important;
  color: #fff; }
  .environment .bg.darken, .environment .darken.campaign-bar, .environment .bg .darken, .environment .campaign-bar .darken, .environment.bg.darken, .environment.darken.campaign-bar, .environment.bg .darken, .environment.campaign-bar .darken {
    background-color: #244500 !important; }
  .environment .bg.lighten, .environment .lighten.campaign-bar, .environment .bg .lighten, .environment .campaign-bar .lighten, .environment.bg.lighten, .environment.lighten.campaign-bar, .environment.bg .lighten, .environment.campaign-bar .lighten {
    background-color: adjust-lightness(#67c401, 30%) !important; }
  .environment .bg.opaque, .environment .opaque.campaign-bar, .environment .bg .opaque, .environment .campaign-bar .opaque, .environment.bg.opaque, .environment.opaque.campaign-bar, .environment.bg .opaque, .environment.campaign-bar .opaque {
    opacity: 0.4; }

.environment .color {
  color: #67c401 !important; }
  .environment .color.dark {
    color: adjust-saturation(#4c9101, 10%) !important; }
  .environment .color.light {
    color: adjust-lightness(#67c401, 50%) !important; }

.development .bg, .development .campaign-bar, .development.bg, .development.campaign-bar {
  background-color: #FFB200 !important;
  color: #fff; }
  .development .bg.darken, .development .darken.campaign-bar, .development .bg .darken, .development .campaign-bar .darken, .development.bg.darken, .development.darken.campaign-bar, .development.bg .darken, .development.campaign-bar .darken {
    background-color: #805900 !important; }
  .development .bg.lighten, .development .lighten.campaign-bar, .development .bg .lighten, .development .campaign-bar .lighten, .development.bg.lighten, .development.lighten.campaign-bar, .development.bg .lighten, .development.campaign-bar .lighten {
    background-color: adjust-lightness(#FFB200, 30%) !important; }
  .development .bg.opaque, .development .opaque.campaign-bar, .development .bg .opaque, .development .campaign-bar .opaque, .development.bg.opaque, .development.opaque.campaign-bar, .development.bg .opaque, .development.campaign-bar .opaque {
    opacity: 0.4; }

.development .color {
  color: #FFB200 !important; }
  .development .color.dark {
    color: adjust-saturation(#cc8e00, 10%) !important; }
  .development .color.light {
    color: adjust-lightness(#FFB200, 50%) !important; }

.politics .bg, .politics .campaign-bar, .politics.bg, .politics.campaign-bar {
  background-color: #ff7500 !important;
  color: #fff; }
  .politics .bg.darken, .politics .darken.campaign-bar, .politics .bg .darken, .politics .campaign-bar .darken, .politics.bg.darken, .politics.darken.campaign-bar, .politics.bg .darken, .politics.campaign-bar .darken {
    background-color: #803b00 !important; }
  .politics .bg.lighten, .politics .lighten.campaign-bar, .politics .bg .lighten, .politics .campaign-bar .lighten, .politics.bg.lighten, .politics.lighten.campaign-bar, .politics.bg .lighten, .politics.campaign-bar .lighten {
    background-color: adjust-lightness(#ff7500, 30%) !important; }
  .politics .bg.opaque, .politics .opaque.campaign-bar, .politics .bg .opaque, .politics .campaign-bar .opaque, .politics.bg.opaque, .politics.opaque.campaign-bar, .politics.bg .opaque, .politics.campaign-bar .opaque {
    opacity: 0.4; }

.politics .color {
  color: #ff7500 !important; }
  .politics .color.dark {
    color: adjust-saturation(#cc5e00, 10%) !important; }
  .politics .color.light {
    color: adjust-lightness(#ff7500, 50%) !important; }

.welfare .bg, .welfare .campaign-bar, .welfare.bg, .welfare.campaign-bar {
  background-color: #EF1C25 !important;
  color: #fff; }
  .welfare .bg.darken, .welfare .darken.campaign-bar, .welfare .bg .darken, .welfare .campaign-bar .darken, .welfare.bg.darken, .welfare.darken.campaign-bar, .welfare.bg .darken, .welfare.campaign-bar .darken {
    background-color: #82090e !important; }
  .welfare .bg.lighten, .welfare .lighten.campaign-bar, .welfare .bg .lighten, .welfare .campaign-bar .lighten, .welfare.bg.lighten, .welfare.lighten.campaign-bar, .welfare.bg .lighten, .welfare.campaign-bar .lighten {
    background-color: adjust-lightness(#EF1C25, 30%) !important; }
  .welfare .bg.opaque, .welfare .opaque.campaign-bar, .welfare .bg .opaque, .welfare .campaign-bar .opaque, .welfare.bg.opaque, .welfare.opaque.campaign-bar, .welfare.bg .opaque, .welfare.campaign-bar .opaque {
    opacity: 0.4; }

.welfare .color {
  color: #EF1C25 !important; }
  .welfare .color.dark {
    color: adjust-saturation(#ca0e16, 10%) !important; }
  .welfare .color.light {
    color: adjust-lightness(#EF1C25, 50%) !important; }

.social .bg, .social .campaign-bar, .social.bg, .social.campaign-bar {
  background-color: #9230c0 !important;
  color: #fff; }
  .social .bg.darken, .social .darken.campaign-bar, .social .bg .darken, .social .campaign-bar .darken, .social.bg.darken, .social.darken.campaign-bar, .social.bg .darken, .social.campaign-bar .darken {
    background-color: #44175a !important; }
  .social .bg.lighten, .social .lighten.campaign-bar, .social .bg .lighten, .social .campaign-bar .lighten, .social.bg.lighten, .social.lighten.campaign-bar, .social.bg .lighten, .social.campaign-bar .lighten {
    background-color: adjust-lightness(#9230c0, 30%) !important; }
  .social .bg.opaque, .social .opaque.campaign-bar, .social .bg .opaque, .social .campaign-bar .opaque, .social.bg.opaque, .social.opaque.campaign-bar, .social.bg .opaque, .social.campaign-bar .opaque {
    opacity: 0.4; }

.social .color {
  color: #9230c0 !important; }
  .social .color.dark {
    color: adjust-saturation(#732697, 10%) !important; }
  .social .color.light {
    color: adjust-lightness(#9230c0, 50%) !important; }

.all .bg, .all .campaign-bar, .all.bg, .all.campaign-bar {
  background-color: #371C7E !important;
  color: #fff; }
  .all .bg.darken, .all .darken.campaign-bar, .all .bg .darken, .all .campaign-bar .darken, .all.bg.darken, .all.darken.campaign-bar, .all.bg .darken, .all.campaign-bar .darken {
    background-color: #090516 !important; }
  .all .bg.lighten, .all .lighten.campaign-bar, .all .bg .lighten, .all .campaign-bar .lighten, .all.bg.lighten, .all.lighten.campaign-bar, .all.bg .lighten, .all.campaign-bar .lighten {
    background-color: adjust-lightness(#371C7E, 30%) !important; }
  .all .bg.opaque, .all .opaque.campaign-bar, .all .bg .opaque, .all .campaign-bar .opaque, .all.bg.opaque, .all.opaque.campaign-bar, .all.bg .opaque, .all.campaign-bar .opaque {
    opacity: 0.4; }

.all .color {
  color: #371C7E !important; }
  .all .color.dark {
    color: adjust-saturation(#251354, 10%) !important; }
  .all .color.light {
    color: adjust-lightness(#371C7E, 50%) !important; }

/*.bg-lighter:hover {
			background-color: #f1f1f1 !important;
}*/
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8ab61fd5342980db2cbb)
 * Config saved to config.json and https://gist.github.com/8ab61fd5342980db2cbb
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0; }

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #ffffff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

.clearfix:before,
.clearfix:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table; }

.clearfix:after,
.panel-body:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

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; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #777777; }

.form-control::-webkit-input-placeholder {
  color: #777777; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0; }

input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px; }

input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.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; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0; }

.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm,
select[multiple].input-sm {
  height: auto; }

.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 46px;
  line-height: 46px; }

textarea.input-lg,
select[multiple].input-lg {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after {
  clear: both; }

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  box-sizing: border-box; }

*:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #428bca;
  text-decoration: none; }

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999; }

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }

small, .small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999; }

.text-primary {
  color: #428bca; }

a.text-primary:hover {
  color: #3071a9; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff;
  background-color: #428bca; }

a.bg-primary:hover {
  background-color: #3071a9; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee; }

ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt, dd {
  line-height: 1.42857143; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee; }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before, blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.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; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0; }

@media (min-width: 768px) {
  .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; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .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; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .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; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee; }

.nav > li.disabled > a {
  color: #999; }

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20); }

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

table {
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

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

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.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) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

#nav {
  position: static; }

#nav a {
  font-weight: 700 !important; }

.nav-tabs {
  float: left !important; }

#nav {
  background-color: #fff; }
  #nav a {
    color: #333;
    font-size: 13px;
    padding: 10px 0 10px 50px;
    float: right; }
    #nav a:hover {
      color: #666; }
  #nav .logo {
    float: left;
    padding: 0px; }

p, span, body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p, body {
  font-size: 16px; }

h1, h2, h3, h4 {
  letter-spacing: -1px !important;
  font-family: "Source Sans Pro" !important;
  font-weight: 900 !important; }

#top_banner h1 {
  font-size: 80px; }

.repeat-item.ng-enter {
  -webkit-animation: fadeInRight 1.4s;
  -ms-animation: fadeInRight 1.4s;
  animation: fadeInRight 1.4s; }

.repeat-item.ng-leave {
  display: none !important; }

.ng-hide {
  display: none !important; }

.categories {
  width: auto !important;
  float: left;
  margin: 0 3px 5px; }

a, a:hover {
  text-decoration: none !important; }

.upper, #nav a, .campaign-bar {
  text-transform: uppercase !important; }

.bold, #nav a, .campaign-bar {
  font-weight: bold !important; }

.text-shadow {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4); }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.text-medium {
  font-size: 18px !important; }

.text-small, .campaign-bar {
  font-size: 11px !important; }

.text-tiny {
  font-size: 9px !important; }

.text-grey {
  color: #929292; }

.text-dark {
  color: #666; }

p, body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px; }

h1, h2, h3, h4 {
  letter-spacing: -1px !important;
  font-family: "Source Sans Pro" !important;
  font-weight: 900 !important; }

h3 {
  font-size: 32px !important; }

h4, h2 {
  font-size: 30px !important; }

h1 {
  font-family: 'Source Sans Pro';
  font-weight: 900;
  text-align: left;
  letter-spacing: -4px !important;
  font-size: 80px; }

h2 {
  font-weight: 200 !important;
  font-size: 29px !important;
  letter-spacing: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 20px; }

h2.sub-heading {
  margin-top: 20px !important;
  font-size: 20px !important; }
  @media (min-width: 64em) {
    h2.sub-heading {
      font-size: 29px !important; } }

.h1 {
  font-weight: 900 !important;
  font-family: "Source Sans Pro" !important; }

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important; }

.repeat-item {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  margin-bottom: 5px;
  overflow: visible !important; }

.ng-hide {
  display: none !important; }

#nav {
  background-color: #fff;
  position: static;
  /* top: 0; */
  z-index: 20; }

#nav {
  position: static; }

#nav a {
  font-weight: 700 !important; }

.nav-tabs {
  float: left !important; }

.text-light {
  color: #9b9b9b !important; }

.round, #mobile-menu .btn-block, .campaign-preview {
  border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  overflow: hidden; }

.padd-small {
  padding: 5px 10px !important; }

.btm-margin {
  margin-bottom: 20px; }

.campaign-block {
  max-width: 269px;
  display: inline-block;
  float: none; }

.campaign-title {
  padding: 7px 10px 7px;
  margin-bottom: 0px !important;
  font-size: 15px;
  line-height: 20px;
  color: #333 !important; }

.campaign-bar {
  padding: 3px 10px;
  margin-left: 0% !important;
  margin-bottom: 0px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: -10px;
  width: 100% !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.campaign-preview {
  height: 150px;
  text-align: right;
  margin: 0 0 10px; }

.inner-shadow {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2); }

#top_banner {
  padding-top: 80px;
  padding-bottom: 70px; }

.campaign-block-iframe {
  max-width: 100%;
  width: 100%;
  height: 313px;
  border: 1px solid #F0F0F0;
  position: relative; }
  .campaign-block-iframe .campaign-bar {
    font-size: 16px;
    padding: 6px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .campaign-block-iframe .campaign-date {
    float: right;
    font-size: 10px;
    margin-top: 4px; }
  .campaign-block-iframe .campaign-pitch {
    padding: 0px 10px 10px 10px;
    margin: 0px; }
  .campaign-block-iframe .campaign-amount {
    float: left; }
    .campaign-block-iframe .campaign-amount span {
      font-size: 10px; }
  .campaign-block-iframe .campaign-progress {
    height: 10px;
    position: absolute;
    bottom: 0; }
  .campaign-block-iframe .campaign-donate {
    padding-top: 8px; }

@media (max-width: 1200px) {
  .first_hide {
    display: none !important; }
  #top_banner {
    padding-top: 40px;
    padding-bottom: 40px; }
  #nav a {
    padding: 13px 0 10px 10px; } }

@media (max-width: 1100px) {
  .second_hide {
    display: none !important; }
  .box-img {
    text-align: center; }
  .box-img > img {
    width: 100px;
    height: 100px;
    margin: -70px auto 13px !important;
    float: none; }
  .box-img > h2 {
    text-align: center;
    width: 100%;
    min-width: 20px;
    padding: 9px 0px 20px 0px !important;
    width: 100% !important;
    color: #333 !important;
    font-size: 20px; } }

@media (max-width: 870px) {
  .campaign-preview {
    height: 130px; }
  #top_banner {
    padding-top: 30px; } }

@media (max-width: 520px) {
  #browse-heading {
    font-size: 30px; }
  .box-img > img {
    margin: -10px auto 13px; } }

#top_heading {
  float: none !important;
  margin: 0;
  text-align: center;
  letter-spacing: -4px !important;
  font-size: 80px;
  float: none !important;
  font-sizemargin: 0;
  font-size: 5em; }

#page_padd {
  margin: 100px 0 !important; }

.inner-shadow {
  box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px 0px 6px 2px rgba(0, 0, 0, 0.2); }

.inner-shadow h1, .inner-shadow h2, .inner-shadow h3, .inner-shadow h4 {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3); }

#top_banner {
  padding-top: 80px !important;
  padding-bottom: 70px !important; }

.birds-blue {
  background-image: url("/images/birds-blue.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-attachment: fixed; }

.mixpanel-id {
  visibility: hidden;
  position: absolute; }

.heading-light {
  font-weight: 100 !important;
  font-size: 24px !important; }

.label-left-align {
  text-align: left !important; }

.form-control {
  height: 60px; }

.form-horizontal {
  margin-bottom: 60px; }

.button.button-start {
  font-size: 16px !important;
  background-color: #c0c0c0; }

.button.button-start:hover {
  background-color: #00aa00; }

.control-label {
  margin-bottom: 10px;
  font-weight: 400; }

.page-container {
  padding: 30px; }

.page-container h1 {
  margin-bottom: 10px; }

.headings {
  padding: 0px;
  position: relative;
  float: left; }

input.form-control, textarea {
  font-size: 16px !important; }
  input.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #909090;
    /* WebKit, Blink, Edge */ }
  input.form-control:-moz-placeholder, textarea:-moz-placeholder {
    color: #909090;
    /* Mozilla Firefox 4 to 18 */
    opacity: 1; }
  input.form-control::-moz-placeholder, textarea::-moz-placeholder {
    color: #909090;
    /* Mozilla Firefox 19+ */
    opacity: 1; }
  input.form-control:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #909090;
    /* Internet Explorer 10-11 */ }
  input.form-control::-ms-input-placeholder, textarea::-ms-input-placeholder {
    /* Edge */
    color: #909090; }

@media (min-width: 768px) {
  .heading-light {
    font-size: 30px !important; }
  .control-label {
    margin-bottom: 0px; }
  .form-horizontal .control-label {
    padding-top: 21px; }
  .headings {
    padding: 40px; } }

@media (min-width: 1600px) {
  .heading-light {
    font-size: 42px !important;
    margin-bottom: 40px; }
  .headings {
    padding: 60px; } }

.backer {
  width: 100%;
  height: 40vh; }

@media (min-width: 992px) {
  .backer {
    width: 100%;
    height: 100vh; } }

.backer .hero-steph {
  width: 100%;
  height: 40vh;
  background: url(../images/start/steph-lorenzo-desktop.jpg) top center;
  background-size: cover; }

@media (min-width: 992px) {
  .backer .hero-steph {
    height: 100vh; } }

@media (min-width: 992px) {
  .backer .gradient {
    /* Set up proportionate scaling */
    width: 100%;
    position: absolute;
    top: 64px;
    height: 100vh;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+39,000000+45,e5e5e5+100&1+18,0+51,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, black 0%, black 18%, rgba(0, 0, 0, 0.36) 39%, rgba(0, 0, 0, 0.18) 45%, rgba(25, 25, 25, 0) 51%, rgba(229, 229, 229, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00e5e5e5',GradientType=1 );
    /* IE6-9 */ } }

.quote {
  background-color: #E444A0;
  color: #fff; }
  .quote .quote-text {
    padding: 20px;
    text-align: center; }
    .quote .quote-text blockquote {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 22px; }
    .quote .quote-text span {
      font-size: 22px;
      line-height: 32px; }
    .quote .quote-text span strong {
      font-weight: 800; }

@media (min-width: 992px) {
  .quote {
    position: absolute;
    top: 150px;
    left: 50px;
    background-color: transparent;
    float: left; }
    .quote .quote-text {
      text-align: left;
      width: 500px; }
      .quote .quote-text blockquote {
        font-size: 24px;
        line-height: 32px; }
      .quote .quote-text span {
        font-size: 20px;
        line-height: 30px; } }

.action-wrapper {
  background-color: #fff; }

.action {
  color: #fff;
  padding: 30px;
  text-align: center; }
  .action .btn-primary {
    background-color: #E444A0;
    text-transform: uppercase;
    color: #fff;
    border-radius: 12px;
    font-size: 30px;
    padding: 20px 20px;
    font-weight: 900;
    letter-spacing: -1px;
    display: inline-block;
    float: none; }
  .action .secondary-action {
    display: none; }
  .action .logo {
    display: none; }

@media (min-width: 992px) {
  .action-wrapper {
    position: absolute;
    top: 450px;
    left: 50px;
    letter-spacing: 0px;
    background-color: transparent;
    float: left; }
  .action {
    padding: 10px; }
    .action .secondary-action {
      color: #fff;
      float: left;
      display: inline-block;
      margin-top: 10px; }
    .action .btn-primary {
      font-size: 24px;
      float: left; }
    .action .logo {
      margin-top: 40px;
      float: left;
      display: inline-block; }
      .action .logo img {
        width: 120px; } }

.start-text {
  margin-top: 30px;
  background-color: #E444A0;
  padding: 60px 5px 20px 5px; }
  .start-text h2 {
    float: none;
    color: #fff !important; }

.start-form {
  padding: 50px; }
  .start-form .btn {
    padding: 30px; }

.start-wrapper h2 {
  text-align: center; }

.campaigns-wrapper h2 {
  text-align: center; }

@media (min-width: 1200px) {
  .start-wrapper {
    top: 1000px; } }

@media (min-width: 992px) {
  .start-wrapper {
    left: 50%;
    top: 600px;
    width: 800px;
    margin-left: -400px;
    position: absolute;
    z-index: 200; }
  .start-text {
    background-color: transparent;
    padding: 60px 5px 20px 5px;
    text-align: center; }
    .start-text h2 {
      float: none;
      text-align: center;
      color: #E444A0 !important;
      margin-bottom: 20px; }
  .start-form {
    background-color: #fff; } }

.searchItemsDesktop {
  background-color: #E444A0; }

.searchItems {
  padding: 60px; }

.campaigns-wrapper {
  overflow: auto;
  /* line 189, ../../scss/v2/_custom.scss */ }
  .campaigns-wrapper .campaign-block {
    width: 269px;
    height: 313px;
    border: 1px solid #F0F0F0;
    position: relative;
    display: block;
    margin: 0 auto; }

.campaign-items {
  overflow: auto; }

@media (min-width: 1200px) {
  .campaigns-wrapper {
    padding: 100px 120px; } }

@media (min-width: 992px) {
  .campaigns-wrapper {
    background-color: #E444A0;
    padding: 350px 0px 60px;
    position: relative; }
    .campaigns-wrapper h2 {
      text-align: center;
      color: #fff; } }

.team {
  margin-top: -40px; }

.team h2 {
  margin-top: 40px; }

.team-member-photo {
  margin-top: 20px;
  width: 100%; }

p.team-member-bio {
  font-size: 14px;
  margin-bottom: 20px; }

.team .btm-margin-big {
  margin-bottom: 60px; }

@media (max-width: 768px) {
  .team .team-member-photo {
    width: 75%; } }

.press-section {
  margin-bottom: 60px; }

.press-heading {
  margin-top: -5px;
  margin-bottom: 20px; }

.press-article {
  margin-bottom: 20px;
  height: 150px;
  overflow: hidden; }

.press-date {
  font-size: 14px;
  color: #acacac; }

.press-title {
  margin-top: 6px;
  margin-bottom: 6px; }

.press-image-item {
  margin-top: 40px; }
  .press-image-item:hover {
    opacity: 0.7; }
  .press-image-item img {
    max-width: 250px;
    background: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 4px; }
  .press-image-item img.bg-blue {
    background: #00c6fc; }
  .press-image-item p {
    margin-top: 10px;
    font-size: 14px;
    color: #acacac; }

@font-face {
  font-family: 'Dense Regular';
  src: url("../../fonts/big-give/cdtype/cdtype_-_dense_regular-webfont.eot");
  src: url("../../fonts/big-give/cdtype/cdtype_-_dense_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/big-give/cdtype/cdtype_-_dense_regular-webfont.woff2") format("woff2"), url("../../fonts/big-give/cdtype/cdtype_-_dense_regular-webfont.woff") format("woff"), url("../../fonts/big-give/cdtype/cdtype_-_dense_regular-webfont.ttf") format("truetype"), url("../../fonts/big-give/cdtype/cdtype_-_dense_regular-webfont.svg#denseregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.ribbon {
  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
  font-family: "Dense Regular", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2px !important;
  /* This ribbon is based on a 16px font side and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */
  width: 300px;
  z-index: 1;
  position: relative;
  background-color: #FFF;
  color: #4FBA8A !important;
  text-transform: uppercase;
  text-align: center;
  padding: 0.2em 0.2em;
  /* Adjust to suit */
  margin: 0em auto 3em;
  /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */ }

a.ribbon-content {
  color: #4FBA8A !important; }
  a.ribbon-content:hover {
    color: #98d7bb !important; }

.ribbon:before, .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0em;
  border: 0.7em solid #FFF;
  z-index: -1; }

.ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent; }

.ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent; }

.ribbon-live {
  font-weight: 200;
  font-family: "Dense Regular", Helvetica, Arial, sans-serif !important;
  letter-spacing: 2px !important;
  width: 300px;
  height: 100px;
  z-index: 1;
  position: relative;
  background-color: #FFF;
  color: #4FBA8A !important;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px; }
  @media (min-width: 768px) {
    .ribbon-live {
      margin-top: 105px; } }

.ribbon-content__money-raised {
  font-size: 42px;
  padding-top: 13px;
  display: block; }
  @media (min-width: 768px) {
    .ribbon-content__money-raised {
      margin-top: 105px;
      font-size: 63px;
      padding-top: 13px; } }

.ribbon-content__info-text {
  font-size: 16px;
  display: block;
  font-weight: normal;
  padding-top: 10px;
  letter-spacing: normal; }
  @media (min-width: 768px) {
    .ribbon-content__info-text {
      color: white;
      padding-top: 38px;
      font-size: 14px; } }

.ribbon-live:before, .ribbon-live:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0em;
  border: 50px solid #FFF;
  z-index: -1; }

.ribbon-live:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent; }

.ribbon-live:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent; }

.countdown-timer {
  font-family: "Dense Regular", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important;
  color: #FFF;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 36px;
  margin-top: 30px; }

.countdown-timer > div {
  display: inline-block; }

.countdown-timer div > span {
  padding: 0px 10px;
  border-radius: 3px;
  display: inline-block; }

.time-denomination {
  padding-top: 5px;
  font-size: 30px;
  margin-bottom: 0px; }

.time-component {
  font-size: 44px;
  line-height: 44px;
  font-family: "Dense Regular", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important; }

@media (min-width: 768px) {
  .time-component {
    left: 108px;
    font-size: 112px;
    line-height: 112px; }
  .countdown-timer > div {
    padding: 10px; }
  .countdown-timer {
    margin-top: 100px; } }

.tab-navigation {
  text-align: center;
  margin: 0 auto;
  width: 768px;
  margin-top: -34px; }
  .tab-navigation li > a {
    border-radius: 6px 6px 0px 0px;
    padding: 5px 6px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #AEAEAE; }
    .tab-navigation li > a:hover {
      background-color: #FFF;
      color: #000;
      border-bottom: 1px solid #FFF; }
  .tab-navigation a.active {
    background-color: #FFF;
    color: #4FBA8A; }

.tab-content {
  padding: 60px 30px;
  min-height: 720px; }
  .tab-content img.full, .tab-content img#nav, .tab-content img.campaign-block, .tab-content img.campaign-title, .tab-content img.campaign-bar, .tab-content img.campaign-preview {
    max-width: 100%;
    width: 100%;
    padding: 10px 20px 50px; }

@media (min-width: 768px) {
  .tab-content {
    padding: 120px 0px; }
  .tab-navigation {
    width: 883px;
    margin-top: -63px; }
    .tab-navigation li > a {
      padding: 20px 60px; } }

.tab-pane h2 {
  font-size: 30px !important; }

.tab-pane h3 {
  font-size: 24px !important; }

.tab-pane h4 {
  font-size: 18px !important; }

.tab-pane h5 {
  font-size: 16px !important; }

.tab-pane, .tab-pane p {
  font-size: 16px !important; }

.tab-pane li {
  font-size: 14px; }

.big-give-banner-background {
  text-align: center;
  background: url(../images/big-give/hero.jpg) no-repeat center top;
  background-size: cover;
  height: 450px;
  padding: 100px 10px 80px 10px; }

.big-give-header-logo {
  position: relative;
  width: 280px;
  margin: 0 auto; }
  .big-give-header-logo img {
    max-width: 100%; }
  .big-give-header-logo .gwyl-logo {
    padding: 30px;
    margin-top: 50px; }

@media (min-width: 768px) {
  .big-give-banner-background {
    height: 750px;
    padding: 100px 30px 80px 30px; }
  .big-give-header-logo {
    max-width: 600px;
    width: auto; } }

.big-give-event-date {
  position: relative;
  left: -32px;
  color: #1C80A0;
  font-size: 44px;
  font-family: "Dense Regular", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important; }

@media (min-width: 768px) {
  .big-give-event-date {
    left: -108px; } }

.big-give-action {
  text-align: center; }

.big-give-action .button {
  position: relative;
  background-color: #4FBA8A;
  color: #FFF;
  font-family: "Dense Regular", Helvetica, Arial, sans-serif !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 300;
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  border-radius: 3px;
  margin: 20px auto;
  float: none;
  border: none; }

.big-give-action .button:hover {
  background-color: #98d7bb; }

.big-give-campaigns .campaign-block {
  height: 320px;
  clear: both;
  margin: 20px auto; }

.big-give-footer {
  text-align: center; }

.big-give-sponsor {
  text-align: center; }
  .big-give-sponsor img {
    max-width: 600px; }

.big-give-major-sponsors {
  overflow: auto;
  margin: 1em 0; }

.big-give-event-sponsors {
  display: table;
  width: 100%;
  margin: 2em 0 3em 0;
  overflow: auto;
  text-align: center; }
  .big-give-event-sponsors img {
    padding: 1em 30px 0 30px;
    max-width: 100%; }

.big-give-in-day-sponsors {
  display: table-cell;
  padding-right: 10px;
  border-right: 1px solid #eee; }
  .big-give-in-day-sponsors img {
    max-width: 490px;
    width: 100%; }

.big-give-in-kind-sponsors {
  display: table-cell;
  padding-left: 10px; }
  .big-give-in-kind-sponsors img {
    max-width: 250px;
    width: 100%; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post .big-give-banner-background {
  background-image: url(../../images/big-give/hero-post.jpg);
  padding-top: 30px; }
  @media (min-width: 768px) {
    .post .big-give-banner-background {
      padding-top: 60px; } }

.post .big-give-header-logo {
  max-width: 400px;
  margin-bottom: 75px; }
  @media (min-width: 768px) {
    .post .big-give-header-logo {
      margin-bottom: 100px; } }

.big-give-thank-you {
  font-family: "Dense Regular", Helvetica, Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 73px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .big-give-thank-you {
      font-size: 190px; } }

.post .ribbon {
  line-height: 56px;
  padding: 0;
  width: 100%;
  max-width: 680px;
  margin-bottom: 0;
  font-size: 19px; }
  .post .ribbon:before, .post .ribbon:after {
    border-width: 1.5em; }
  @media (min-width: 768px) {
    .post .ribbon {
      font-size: 40px; }
      .post .ribbon:before, .post .ribbon:after {
        border-width: .7em; }
      .post .ribbon:before {
        left: -1em; }
      .post .ribbon:after {
        right: -1em; } }
  @media (min-width: 320px) {
    .post .ribbon .ribbon-content {
      font-size: 14px; }
    .post .ribbon:before, .post .ribbon:after {
      border-width: 28px; } }

.big-give-amount-raised {
  font-family: "Dense Regular", Helvetica, Arial, sans-serif;
  color: #02321f;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fffabd, 0 0 35px #fffabd, 0 0 40px #fffabd, 0 0 50px #fffabd, 0 0 75px #fffabd;
  line-height: 1.3em;
  font-size: 80px; }
  @media (min-width: 768px) {
    .big-give-amount-raised {
      font-size: 150px; } }

.post .tab-navigation li > a,
.live .tab-navigation li > a {
  font-size: 15px; }

/* @TODO: Slowly moving away from Open Sans, move away from using $font_familyHeading for non-headings */
.avatar {
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
  width: 100%; }
  .avatar.\--no-image {
    background-color: #d8d8d8;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
    .avatar.\--no-image > .icon {
      position: absolute;
      width: 50%;
      height: 50%;
      top: 0;
      left: 0;
      -webkit-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }
  .avatar__image {
    display: block;
    height: 0;
    opacity: 0;
    padding-bottom: 100%;
    width: 100%; }
  .avatar.\--size-xsmall {
    height: 28px;
    width: 28px; }
    @media (min-width: 37.5em) {
      .avatar.\--size-xsmall {
        height: 28px;
        width: 28px; } }
  .avatar.\--size-small {
    height: 40px;
    width: 40px; }
    @media (min-width: 37.5em) {
      .avatar.\--size-small {
        height: 80px;
        width: 80px; } }
  .avatar.\--size-medium {
    height: 60px;
    width: 60px; }
    @media (min-width: 37.5em) {
      .avatar.\--size-medium {
        height: 120px;
        width: 120px; } }
  .avatar.\--size-large {
    height: 80px;
    width: 80px; }
    @media (min-width: 37.5em) {
      .avatar.\--size-large {
        height: 150px;
        width: 150px; } }

/* @TODO: Slowly moving away from Open Sans, move away from using $font_familyHeading for non-headings */
.header {
  background-color: #fff;
  height: 62px;
  position: relative;
  z-index: 201; }
  @media (min-width: 50em) {
    .header {
      height: 68px; } }
  @media (min-width: 64em) {
    .header {
      padding-left: 24px; } }
  .header__positioning {
    box-shadow: 0 2px 4px 0 rgba(143, 141, 141, 0.5); }
    @media (min-width: 50em) {
      .header__positioning.\--fixed {
        background-color: #fff;
        left: 0;
        position: fixed;
        width: 100%; } }
  .header__container {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
    transition: height 0.2s ease-in-out, padding 0.2s ease-in-out; }
    @media (min-width: 50em) {
      .header__container {
        height: 68px;
        padding-right: 0; } }
    @media (min-width: 64em) {
      .header__container {
        padding-left: 24px; } }
    @media (min-width: 80em) {
      .header__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1680px; } }
    @media (max-width: xldesktop) {
      .header__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1680px; } }
    .header__container.\--contained {
      margin-left: auto;
      margin-right: auto;
      max-width: 1280px; }
  .header__section.\--has-items {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 50em) {
    .header__section.\--grows-desktop {
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; } }
  .header__logo-link {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 42px;
    transition: width 0.2s ease-in-out; }
  .header__svg-logo {
    display: block;
    height: auto;
    width: 100%; }
  .header__search-mobile {
    margin-left: 3.75vw;
    margin-right: 3.75vw; }
    @media (min-width: 50em) {
      .header__search-mobile {
        display: none; } }
  .header__user {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f8f8f8;
    display: -ms-flexbox;
    display: flex;
    height: 62px;
    padding: 0 12px;
    margin-right: 12px; }
    @media (min-width: 25em) {
      .header__user {
        padding: 0 16px;
        margin-right: 16px; } }
    @media (min-width: 50em) {
      .header__user {
        display: none; } }

/* @TODO: Slowly moving away from Open Sans, move away from using $font_familyHeading for non-headings */
.header-search {
  position: relative; }
  .header-search__icon {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EShape%3C/title%3E%3Cpath d='M6.527 1C3.48 1 1 3.48 1 6.527c0 3.048 2.48 5.527 5.527 5.527 1.39 0 2.66-.52 3.633-1.37l4.214 4.208c.144.144.374.144.518 0 .144-.144.144-.374 0-.518l-4.208-4.21c.852-.97 1.37-2.244 1.37-3.637C12.054 3.48 9.574 1 6.527 1zm0 .737c2.65 0 4.79 2.14 4.79 4.79s-2.14 4.79-4.79 4.79-4.79-2.14-4.79-4.79 2.14-4.79 4.79-4.79z' stroke='%23C3C3C3' fill-rule='nonzero' fill='%23C3C3C3'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    height: 32px;
    left: 12px;
    line-height: 32px;
    position: absolute;
    width: 16px;
    z-index: 1; }
  .header-search__icon-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }
  .header-search__input {
    -webkit-appearance: none;
    border: 1px solid #c3c3c3;
    border-radius: 32px;
    box-shadow: none;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 1;
    padding: 4px 16px 4px 32px;
    transition: width 0.2s ease-in-out, opacity 0.2s ease-in-out, padding-right 0.2s ease-in-out;
    width: 100%; }
    @media (min-width: 50em) {
      .header-search__input {
        font-size: 13px;
        max-width: 150px;
        opacity: 1;
        padding: 4px 16px 4px 32px;
        width: 100%; } }
    .header-search__input::-webkit-input-placeholder {
      color: #c3c3c3;
      font-size: 16px;
      font-weight: 300;
      opacity: 1;
      padding-bottom: 2px;
      padding-top: 2px; }
    .header-search__input::-moz-placeholder {
      color: #c3c3c3;
      font-size: 16px;
      font-weight: 300;
      opacity: 1;
      padding-bottom: 2px;
      padding-top: 2px; }
    .header-search__input:-ms-input-placeholder {
      color: #c3c3c3;
      font-size: 16px;
      font-weight: 300;
      opacity: 1;
      padding-bottom: 2px;
      padding-top: 2px; }
    .header-search__input::placeholder {
      color: #c3c3c3;
      font-size: 16px;
      font-weight: 300;
      opacity: 1;
      padding-bottom: 2px;
      padding-top: 2px; }
      @media (min-width: 50em) {
        .header-search__input::-webkit-input-placeholder {
          font-size: 13px; }
        .header-search__input::-moz-placeholder {
          font-size: 13px; }
        .header-search__input:-ms-input-placeholder {
          font-size: 13px; }
        .header-search__input::placeholder {
          font-size: 13px; } }

.header-search__input[type=search] {
  box-sizing: border-box; }

/* @TODO: Slowly moving away from Open Sans, move away from using $font_familyHeading for non-headings */
.link-button {
  padding: 12px 32px;
  background: transparent;
  border: 1px solid #cccccc;
  border-radius: 100px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s ease-out, border 0.2s ease-out, color 0.2s ease-out;
  vertical-align: middle; }
  .link-button:hover, .link-button:focus {
    background-color: #eee; }
  .link-button.\--primary {
    color: #fff;
    background-color: #e444a0;
    border-color: transparent; }
    .link-button.\--primary:hover, .link-button.\--primary:focus {
      background-color: #de40af; }
  .link-button.\--primary-outline {
    color: #e444a0;
    background-color: #fff;
    border-color: #e444a0; }
    .link-button.\--primary-outline:hover, .link-button.\--primary-outline:focus {
      background-color: #e444a0;
      color: #fff; }
  .link-button.\--secondary {
    color: #fff;
    background-color: #1fa8df;
    border-color: transparent; }
    .link-button.\--secondary:hover, .link-button.\--secondary:focus {
      background-color: #35b1e3; }
  .link-button.\--secondary-outline {
    color: #1fa8df;
    background-color: #fff;
    border-color: #1fa8df; }
    .link-button.\--secondary-outline:hover, .link-button.\--secondary-outline:focus {
      background-color: #1fa8df;
      color: #fff; }
  .link-button.\--tertiary {
    color: #fff;
    background-color: #ffb202;
    border-color: transparent; }
    .link-button.\--tertiary:hover, .link-button.\--tertiary:focus {
      background-color: #ffba1c; }
  .link-button.\--tertiary-outline {
    color: #ffb202;
    background-color: #fff;
    border-color: #ffb202; }
    .link-button.\--tertiary-outline:hover, .link-button.\--tertiary-outline:focus {
      background-color: #ffb202;
      color: #fff; }
  .link-button.\--plain {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
    .link-button.\--plain:hover, .link-button.\--plain:focus {
      background-color: rgba(204, 204, 204, 0.3); }
  .link-button.\--ghost {
    color: #fff;
    background-color: transparent;
    border-color: #fff; }
    .link-button.\--ghost:hover, .link-button.\--ghost:focus {
      background-color: rgba(255, 255, 255, 0.3); }
  .link-button.\--bold {
    font-weight: 700; }
  .link-button.\--small {
    padding: 8px 16px;
    font-size: 14px; }
  .link-button.\--normal {
    padding: 12px 32px;
    font-size: 16px; }
  .link-button.\--large {
    padding: 15px 48px;
    font-size: 18px; }
  .link-button.\--huge {
    padding: 18px 48px;
    font-size: 20px; }
  .link-button.\--disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
  .link-button.\--full-width {
    display: block;
    width: 100%; }

/* @TODO: Slowly moving away from Open Sans, move away from using $font_familyHeading for non-headings */
.navigation {
  line-height: 1; }
  @media (min-width: 50em) {
    .navigation {
      width: 100%; } }
  .navigation__checkbox {
    opacity: 0;
    position: absolute;
    visibility: hidden; }
    @media (min-width: 50em) {
      .navigation__checkbox {
        display: none; } }
  .navigation__overlay {
    background-color: #fff;
    bottom: -9999px;
    left: -999px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: -999px;
    top: -999px;
    transition: opacity 0.2s ease-in-out; }
    @media (min-width: 50em) {
      .navigation__overlay {
        display: none; } }
    .navigation__checkbox:checked ~ .navigation__overlay {
      opacity: 1;
      pointer-events: auto;
      z-index: 100; }
  .navigation__overlay-toggle {
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .navigation__overlay-toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0; }
  .navigation__toggle {
    cursor: pointer;
    display: block;
    margin: 0;
    position: relative;
    width: 32px;
    z-index: 100; }
    @media (min-width: 50em) {
      .navigation__toggle {
        display: none; } }
  .navigation__toggle-icon {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 4px; }
    .navigation__checkbox:checked ~ .navigation__toggle .navigation__toggle-icon {
      background-color: transparent; }
    .navigation__toggle-icon, .navigation__toggle-icon:before, .navigation__toggle-icon:after {
      background-color: #333;
      border-radius: 2px;
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      transition: top 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
      transition: top 0.2s ease-in-out, transform 0.2s ease-in-out;
      width: 12px; }
    .navigation__toggle-icon:before {
      top: -4px;
      left: 0; }
      .navigation__checkbox:checked ~ .navigation__toggle .navigation__toggle-icon:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0; }
    .navigation__toggle-icon:after {
      top: 4px;
      left: 0; }
      .navigation__checkbox:checked ~ .navigation__toggle .navigation__toggle-icon:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0; }
  .navigation__toggle-caption {
    display: block;
    margin-top: 4px;
    padding-top: 16px; }
  .navigation__toggle-text {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .7px;
    text-align: center;
    text-transform: uppercase; }
    .navigation__toggle-text.\--open {
      display: block; }
      .navigation__checkbox:checked ~ .navigation__toggle .navigation__toggle-text.\--open {
        display: none; }
    .navigation__toggle-text.\--close {
      display: none; }
      .navigation__checkbox:checked ~ .navigation__toggle .navigation__toggle-text.\--close {
        display: block; }
  .navigation__items {
    left: 0;
    opacity: 0;
    margin: 8px 48px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50px;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    visibility: hidden;
    z-index: 100; }
    @media (min-width: 50em) {
      .navigation__items {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0;
        position: static;
        -webkit-transform: none;
        transform: none;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        pointer-events: auto;
        visibility: visible; } }
    .navigation__checkbox:checked ~ .navigation__items {
      cursor: pointer;
      opacity: 1;
      pointer-events: auto;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      visibility: visible; }
  .navigation__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 50em) {
      .navigation__list {
        -ms-flex-align: center;
        align-items: center;
        display: -ms-flexbox;
        display: flex;
        margin-left: 12px; } }
    @media (min-width: 64em) {
      .navigation__list {
        margin-left: 24px; } }
  .navigation__list-item {
    margin: 8px 0; }
    @media (min-width: 50em) {
      .navigation__list-item {
        margin: 0 8px; } }
    @media (min-width: 64em) {
      .navigation__list-item {
        margin: 0 24px; } }
    @media (min-width: 50em) {
      .navigation__list-item.\--mobile-only {
        display: none; } }
    .navigation__list-item.\--desktop-only {
      display: none; }
      @media (min-width: 50em) {
        .navigation__list-item.\--desktop-only {
          display: block; } }
    .navigation__list-item.\--user-nav-item {
      -ms-flex-align: center;
      align-items: center;
      background-color: #f8f8f8;
      display: -ms-flexbox;
      display: flex;
      transition: height 0.2s ease-in-out; }
      @media (min-width: 50em) {
        .navigation__list-item.\--user-nav-item {
          height: 68px;
          padding: 0 16px; } }
      @media (min-width: 64em) {
        .navigation__list-item.\--user-nav-item {
          padding: 0 24px; } }
    @media (min-width: 50em) {
      .--narrow > .navigation__list-item {
        margin: 0 4px; } }
    @media (min-width: 64em) {
      .--narrow > .navigation__list-item {
        margin: 0 12px; } }
    .navigation__list-item:last-child {
      margin-right: 0; }
  .navigation__item-link {
    border-bottom: 1px solid #ededed;
    color: #333;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 8px 0;
    transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out; }
    .navigation__item-link:hover, .navigation__item-link:focus {
      color: #1fa8df;
      border-bottom-color: #1fa8df; }
    @media (min-width: 50em) {
      .navigation__item-link {
        border-bottom: none;
        font-size: 14px; } }
  .navigation__item-icon {
    display: inline-block;
    vertical-align: middle;
    width: 16px; }
    .navigation__item-icon > svg {
      fill: currentColor; }
  .navigation__secondary {
    display: none;
    margin-top: 8px; }
    @media (min-width: 50em) {
      .navigation__secondary {
        display: block;
        margin-top: 0; } }

.collapse {
  overflow: hidden; }

#top_banner h1 {
  font-size: 80px !important; }

#sub-menu > a {
  margin-bottom: 10px !important;
  color: #B9B9B9 !important; }

.btm-margin-big {
  margin-bottom: 20px !important; }

@media (max-width: 950px) {
  #top_banner h1 {
    font-size: 47px !important; }
  #top_banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  #page_padd {
    margin: 20px 0 !important; } }

/*# sourceMappingURL=static.css.map */
