/*
   Monroe, using Bento Box
   Copyright 2014 Organizing for Action. All rights reserved.
*/
/*! normalize.css v3.0.1 | 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.428;
  color: #777777;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #2e98cc;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2579a2;
  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;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-0-h, .col-sm-0-h, .col-md-0-h, .col-lg-0-h, .col-xs-0-h, .col-sm-0-h, .col-md-0-h, .col-lg-0-h, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-1-h, .col-sm-1-h, .col-md-1-h, .col-lg-1-h, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-h, .col-sm-2-h, .col-md-2-h, .col-lg-2-h, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-3-h, .col-sm-3-h, .col-md-3-h, .col-lg-3-h, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-4-h, .col-sm-4-h, .col-md-4-h, .col-lg-4-h, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-5-h, .col-sm-5-h, .col-md-5-h, .col-lg-5-h, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-6-h, .col-sm-6-h, .col-md-6-h, .col-lg-6-h, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-7-h, .col-sm-7-h, .col-md-7-h, .col-lg-7-h, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-8-h, .col-sm-8-h, .col-md-8-h, .col-lg-8-h, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-9-h, .col-sm-9-h, .col-md-9-h, .col-lg-9-h, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-10-h, .col-sm-10-h, .col-md-10-h, .col-lg-10-h, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-11-h, .col-sm-11-h, .col-md-11-h, .col-lg-11-h, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-12-h, .col-sm-12-h, .col-md-12-h, .col-lg-12-h {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-0, .col-xs-0-h, .col-xs-1, .col-xs-1-h, .col-xs-2, .col-xs-2-h, .col-xs-3, .col-xs-3-h, .col-xs-4, .col-xs-4-h, .col-xs-5, .col-xs-5-h, .col-xs-6, .col-xs-6-h, .col-xs-7, .col-xs-7-h, .col-xs-8, .col-xs-8-h, .col-xs-9, .col-xs-9-h, .col-xs-10, .col-xs-10-h, .col-xs-11, .col-xs-11-h, .col-xs-12, .col-xs-12-h {
  float: left;
}
.col-xs-11-h {
  width: 95.83333333333334%;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-10-h {
  width: 87.5%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-9-h {
  width: 79.16666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-8-h {
  width: 70.83333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-7-h {
  width: 62.5%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-6-h {
  width: 54.166666666666664%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-5-h {
  width: 45.83333333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-4-h {
  width: 37.5%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-3-h {
  width: 29.166666666666668%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-2-h {
  width: 20.833333333333336%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-1-h {
  width: 12.5%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-0-h {
  width: 4.166666666666666%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs--1-h {
  width: -4.166666666666666%;
}
.col-xs-pull-11-h {
  right: 95.83333333333334%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-10-h {
  right: 87.5%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-9-h {
  right: 79.16666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-8-h {
  right: 70.83333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-7-h {
  right: 62.5%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-6-h {
  right: 54.166666666666664%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-5-h {
  right: 45.83333333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-4-h {
  right: 37.5%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-3-h {
  right: 29.166666666666668%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-2-h {
  right: 20.833333333333336%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-1-h {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-0-h {
  right: 4.166666666666666%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull--1-h {
  right: -4.166666666666666%;
}
.col-xs-push-11-h {
  left: 95.83333333333334%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-10-h {
  left: 87.5%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-9-h {
  left: 79.16666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-8-h {
  left: 70.83333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-7-h {
  left: 62.5%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-6-h {
  left: 54.166666666666664%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-5-h {
  left: 45.83333333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-4-h {
  left: 37.5%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-3-h {
  left: 29.166666666666668%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-2-h {
  left: 20.833333333333336%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-1-h {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-0-h {
  left: 4.166666666666666%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push--1-h {
  left: -4.166666666666666%;
}
.col-xs-offset-11-h {
  margin-left: 95.83333333333334%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-10-h {
  margin-left: 87.5%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-9-h {
  margin-left: 79.16666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-8-h {
  margin-left: 70.83333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-7-h {
  margin-left: 62.5%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-6-h {
  margin-left: 54.166666666666664%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-5-h {
  margin-left: 45.83333333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-4-h {
  margin-left: 37.5%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-3-h {
  margin-left: 29.166666666666668%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-2-h {
  margin-left: 20.833333333333336%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-1-h {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-0-h {
  margin-left: 4.166666666666666%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset--1-h {
  margin-left: -4.166666666666666%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-0, .col-sm-0-h, .col-sm-1, .col-sm-1-h, .col-sm-2, .col-sm-2-h, .col-sm-3, .col-sm-3-h, .col-sm-4, .col-sm-4-h, .col-sm-5, .col-sm-5-h, .col-sm-6, .col-sm-6-h, .col-sm-7, .col-sm-7-h, .col-sm-8, .col-sm-8-h, .col-sm-9, .col-sm-9-h, .col-sm-10, .col-sm-10-h, .col-sm-11, .col-sm-11-h, .col-sm-12, .col-sm-12-h {
    float: left;
  }
  .col-sm-11-h {
    width: 95.83333333333334%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-10-h {
    width: 87.5%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-9-h {
    width: 79.16666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-8-h {
    width: 70.83333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-7-h {
    width: 62.5%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-6-h {
    width: 54.166666666666664%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-5-h {
    width: 45.83333333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-4-h {
    width: 37.5%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-3-h {
    width: 29.166666666666668%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-2-h {
    width: 20.833333333333336%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-1-h {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-0-h {
    width: 4.166666666666666%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm--1-h {
    width: -4.166666666666666%;
  }
  .col-sm-pull-11-h {
    right: 95.83333333333334%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-10-h {
    right: 87.5%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-9-h {
    right: 79.16666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-8-h {
    right: 70.83333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-7-h {
    right: 62.5%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-6-h {
    right: 54.166666666666664%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-5-h {
    right: 45.83333333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-4-h {
    right: 37.5%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-3-h {
    right: 29.166666666666668%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-2-h {
    right: 20.833333333333336%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-1-h {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-0-h {
    right: 4.166666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull--1-h {
    right: -4.166666666666666%;
  }
  .col-sm-push-11-h {
    left: 95.83333333333334%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-10-h {
    left: 87.5%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-9-h {
    left: 79.16666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-8-h {
    left: 70.83333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-7-h {
    left: 62.5%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-6-h {
    left: 54.166666666666664%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-5-h {
    left: 45.83333333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-4-h {
    left: 37.5%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-3-h {
    left: 29.166666666666668%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-2-h {
    left: 20.833333333333336%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-1-h {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-0-h {
    left: 4.166666666666666%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push--1-h {
    left: -4.166666666666666%;
  }
  .col-sm-offset-11-h {
    margin-left: 95.83333333333334%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-10-h {
    margin-left: 87.5%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-9-h {
    margin-left: 79.16666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-8-h {
    margin-left: 70.83333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-7-h {
    margin-left: 62.5%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-6-h {
    margin-left: 54.166666666666664%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-5-h {
    margin-left: 45.83333333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-4-h {
    margin-left: 37.5%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-3-h {
    margin-left: 29.166666666666668%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-2-h {
    margin-left: 20.833333333333336%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-1-h {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-0-h {
    margin-left: 4.166666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset--1-h {
    margin-left: -4.166666666666666%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-0, .col-md-0-h, .col-md-1, .col-md-1-h, .col-md-2, .col-md-2-h, .col-md-3, .col-md-3-h, .col-md-4, .col-md-4-h, .col-md-5, .col-md-5-h, .col-md-6, .col-md-6-h, .col-md-7, .col-md-7-h, .col-md-8, .col-md-8-h, .col-md-9, .col-md-9-h, .col-md-10, .col-md-10-h, .col-md-11, .col-md-11-h, .col-md-12, .col-md-12-h {
    float: left;
  }
  .col-md-11-h {
    width: 95.83333333333334%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-10-h {
    width: 87.5%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-9-h {
    width: 79.16666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-8-h {
    width: 70.83333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-7-h {
    width: 62.5%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-6-h {
    width: 54.166666666666664%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-5-h {
    width: 45.83333333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-4-h {
    width: 37.5%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-3-h {
    width: 29.166666666666668%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-2-h {
    width: 20.833333333333336%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-1-h {
    width: 12.5%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-0-h {
    width: 4.166666666666666%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md--1-h {
    width: -4.166666666666666%;
  }
  .col-md-pull-11-h {
    right: 95.83333333333334%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-10-h {
    right: 87.5%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-9-h {
    right: 79.16666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-8-h {
    right: 70.83333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-7-h {
    right: 62.5%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-6-h {
    right: 54.166666666666664%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-5-h {
    right: 45.83333333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-4-h {
    right: 37.5%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-3-h {
    right: 29.166666666666668%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-2-h {
    right: 20.833333333333336%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-1-h {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-0-h {
    right: 4.166666666666666%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull--1-h {
    right: -4.166666666666666%;
  }
  .col-md-push-11-h {
    left: 95.83333333333334%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-10-h {
    left: 87.5%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-9-h {
    left: 79.16666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-8-h {
    left: 70.83333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-7-h {
    left: 62.5%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-6-h {
    left: 54.166666666666664%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-5-h {
    left: 45.83333333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-4-h {
    left: 37.5%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-3-h {
    left: 29.166666666666668%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-2-h {
    left: 20.833333333333336%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-1-h {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-0-h {
    left: 4.166666666666666%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push--1-h {
    left: -4.166666666666666%;
  }
  .col-md-offset-11-h {
    margin-left: 95.83333333333334%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-10-h {
    margin-left: 87.5%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-9-h {
    margin-left: 79.16666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-8-h {
    margin-left: 70.83333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-7-h {
    margin-left: 62.5%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-6-h {
    margin-left: 54.166666666666664%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-5-h {
    margin-left: 45.83333333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-4-h {
    margin-left: 37.5%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-3-h {
    margin-left: 29.166666666666668%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-2-h {
    margin-left: 20.833333333333336%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-1-h {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-0-h {
    margin-left: 4.166666666666666%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset--1-h {
    margin-left: -4.166666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-0, .col-lg-0-h, .col-lg-1, .col-lg-1-h, .col-lg-2, .col-lg-2-h, .col-lg-3, .col-lg-3-h, .col-lg-4, .col-lg-4-h, .col-lg-5, .col-lg-5-h, .col-lg-6, .col-lg-6-h, .col-lg-7, .col-lg-7-h, .col-lg-8, .col-lg-8-h, .col-lg-9, .col-lg-9-h, .col-lg-10, .col-lg-10-h, .col-lg-11, .col-lg-11-h, .col-lg-12, .col-lg-12-h {
    float: left;
  }
  .col-lg-11-h {
    width: 95.83333333333334%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-10-h {
    width: 87.5%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-9-h {
    width: 79.16666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-8-h {
    width: 70.83333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-7-h {
    width: 62.5%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-6-h {
    width: 54.166666666666664%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-5-h {
    width: 45.83333333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-4-h {
    width: 37.5%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-3-h {
    width: 29.166666666666668%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-2-h {
    width: 20.833333333333336%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-1-h {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-0-h {
    width: 4.166666666666666%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg--1-h {
    width: -4.166666666666666%;
  }
  .col-lg-pull-11-h {
    right: 95.83333333333334%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-10-h {
    right: 87.5%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-9-h {
    right: 79.16666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-8-h {
    right: 70.83333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-7-h {
    right: 62.5%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-6-h {
    right: 54.166666666666664%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-5-h {
    right: 45.83333333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-4-h {
    right: 37.5%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-3-h {
    right: 29.166666666666668%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-2-h {
    right: 20.833333333333336%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-1-h {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-0-h {
    right: 4.166666666666666%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull--1-h {
    right: -4.166666666666666%;
  }
  .col-lg-push-11-h {
    left: 95.83333333333334%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-10-h {
    left: 87.5%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-9-h {
    left: 79.16666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-8-h {
    left: 70.83333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-7-h {
    left: 62.5%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-6-h {
    left: 54.166666666666664%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-5-h {
    left: 45.83333333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-4-h {
    left: 37.5%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-3-h {
    left: 29.166666666666668%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-2-h {
    left: 20.833333333333336%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-1-h {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-0-h {
    left: 4.166666666666666%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push--1-h {
    left: -4.166666666666666%;
  }
  .col-lg-offset-11-h {
    margin-left: 95.83333333333334%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-10-h {
    margin-left: 87.5%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-9-h {
    margin-left: 79.16666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-8-h {
    margin-left: 70.83333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-7-h {
    margin-left: 62.5%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-6-h {
    margin-left: 54.166666666666664%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-5-h {
    margin-left: 45.83333333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-4-h {
    margin-left: 37.5%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-3-h {
    margin-left: 29.166666666666668%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-2-h {
    margin-left: 20.833333333333336%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-1-h {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-0-h {
    margin-left: 4.166666666666666%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset--1-h {
    margin-left: -4.166666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #241f20;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: 15px;
  font-size: 16px;
  line-height: 1.428;
  color: #555559;
}
.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.428;
  color: #555559;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #667682;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #667682;
}
.form-control::-webkit-input-placeholder {
  color: #667682;
}
.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: 52px;
  line-height: 1.428 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 43px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 68px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 22px;
  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: 15px;
  padding-bottom: 15px;
  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,
.form-no-label .form-group-sm .form-control {
  height: 43px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 43px;
  line-height: 43px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control,
.form-no-label .form-group-lg .form-control {
  height: 68px;
  padding: 20px 42px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 68px;
  line-height: 68px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 65px;
}
.form-control-feedback {
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 2;
  display: block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 68px;
  height: 68px;
  line-height: 68px;
}
.input-sm + .form-control-feedback {
  width: 43px;
  height: 43px;
  line-height: 43px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #b6ce6d;
}
.has-success .form-control {
  border-color: #b6ce6d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .input-group-addon {
  color: #b6ce6d;
  border-color: #b6ce6d;
  background-color: rgba(182, 206, 109, 0.09999999999999998);
}
.has-success .form-control-feedback {
  color: #b6ce6d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #720b0e;
}
.has-warning .form-control {
  border-color: #720b0e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .input-group-addon {
  color: #720b0e;
  border-color: #720b0e;
  background-color: rgba(114, 11, 14, 0.09999999999999998);
}
.has-warning .form-control-feedback {
  color: #720b0e;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ca2129;
}
.has-error .form-control {
  border-color: #ca2129;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .input-group-addon {
  color: #ca2129;
  border-color: #ca2129;
  background-color: rgba(202, 33, 41, 0.09999999999999998);
}
.has-error .form-control-feedback {
  color: #ca2129;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}
@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,
.form-no-label .radio,
.form-no-label .checkbox,
.form-no-label .radio-inline,
.form-no-label .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-no-label .radio,
.form-no-label .checkbox {
  min-height: 37px;
}
.form-horizontal .form-group,
.form-no-label .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label,
  .form-no-label .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 15px;
  }
}
.form-horizontal .has-feedback .form-control-feedback,
.form-no-label .has-feedback .form-control-feedback {
  top: 0;
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label,
  .form-no-label .form-group-lg .control-label {
    padding-top: 27.6px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label,
  .form-no-label .form-group-sm .control-label {
    padding-top: 11px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.428;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #667682;
  border-color: #667682;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #505c65;
  border-color: #4b5760;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .badge {
  color: #667682;
  background-color: #ffffff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #ffffff !important;
  background-color: #56646e !important;
  border-color: #56646e !important;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #2e98cc;
  border-color: #2e98cc;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2579a2;
  border-color: #23739a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .badge {
  color: #2e98cc;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2782af !important;
  border-color: #2782af !important;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-success {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #b6ce6d;
  border-color: #b6ce6d;
  text-transform: uppercase;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #a3c147;
  border-color: #9fbe40;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success .badge {
  color: #b6ce6d;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a9c552 !important;
  border-color: #a9c552 !important;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #667682;
  border-color: #667682;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #505c65;
  border-color: #4b5760;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info .badge {
  color: #667682;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff !important;
  background-color: #56646e !important;
  border-color: #56646e !important;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-warning {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #720b0e;
  border-color: #720b0e;
  text-transform: uppercase;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #430708;
  border-color: #3a0607;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning .badge {
  color: #720b0e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #51080a !important;
  border-color: #51080a !important;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-danger {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ca2129;
  border-color: #ca2129;
  text-transform: uppercase;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #9e1a20;
  border-color: #95181e;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger .badge {
  color: #ca2129;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ab1c23 !important;
  border-color: #ab1c23 !important;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-link {
  color: #2e98cc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2579a2;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}
.btn-lg {
  padding: 20px 42px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.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;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ededed;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428;
  color: #241f20;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #161314;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #2e98cc;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #f1f1f1;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428;
  color: #f1f1f1;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #fafafa;
}
.nav > li.disabled > a {
  color: #f1f1f1;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #f1f1f1;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #fafafa;
  border-color: #2e98cc;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #636466;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 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: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.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: #ffffff;
  background-color: #2e98cc;
}
.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: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 14px 30px;
  line-height: 1.428;
  text-decoration: none;
  color: #2e98cc;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2579a2;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #2e98cc;
  border-color: #2e98cc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #f1f1f1;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 20px 42px;
  font-size: 20px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 10px 24px;
  font-size: 14px;
}
.inlinesvg .nosvg {
  display: none!important;
}
.fill {
  fill: currentColor;
}
.icon,
.icon-16,
.icon-24,
.icon-32,
.icon-140 {
  display: inline-block;
  vertical-align: middle;
}
.icon-16 {
  height: 16px;
  width: 16px;
}
.icon-24 {
  height: 24px;
  width: 24px;
}
.icon-30 {
  height: 30px;
  width: 30px;
}
.icon-32 {
  height: 32px;
  width: 32px;
}
.icon-40 {
  height: 40px;
  width: 40px;
}
.icon-42 {
  height: 42px;
  width: 42px;
}
.icon-140 {
  height: 140px;
  width: 140px;
}
.icon-left {
  margin-right: .5em;
}
.icon-right {
  margin-left: .5em;
}
.dropdown-menu {
  font-size: 1em;
}
.navbar {
  font-size: 14px;
  font-size: 1.4rem;
}
.navbar .btn {
  font-size: 1em;
}
.navbar-site-link {
  max-height: 40px;
}
.navbar-header {
  float: left;
}
.navbar-nav {
  margin: 0;
}
.navbar-nav li {
  display: inline-block;
}
.divider-left {
  border-left: 1px solid #cccccc;
}
.divider-right {
  border-right: 1px solid #cccccc;
}
.navmenu-nav.nav-mobile a {
  padding: 22px 20px;
}
.navmenu-nav .dropdown .dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 4px solid #ffffff;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  float: right;
  margin-top: 10px;
}
.navmenu-nav .dropdown.open .dropdown-toggle:after {
  border-left-color: transparent;
  border-top-color: #ffffff;
}
.navmenu-nav > .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #999;
}
.navmenu-nav .nav-main-item > a {
  text-transform: uppercase;
}
.navmenu-nav .dropdown .dropdown-toggle.dropdown-user span {
  display: block;
}
.navmenu-nav .dropdown .dropdown-toggle.dropdown-user:after {
  margin-top: 0;
}
.useremail {
  font-size: .7em;
}
/*
   Bento Box - 'Other' Bootstrap Overrides
   
   Copyright 2014 Organizing for Action. All rights reserved.
*/
body {
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.flush {
  padding-top: 0;
}
.padding-top .wrap {
  padding-top: 70px;
}
@media (min-width: 768px) {
  .padding-top .wrap {
    padding-top: 30px;
  }
}
.ft {
  min-height: 215px;
}
.breadcrumb {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0;
  margin-bottom: 15px;
}
.alert {
  padding: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  border: none;
}
.alert-dismissable .close {
  right: 0;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.well {
  box-shadow: none;
  border: none;
}
.panel-heading .accordion-toggle {
  margin: -10px -15px;
  padding: 10px 15px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group .input-group {
  margin-bottom: 0;
}
.form-actions {
  margin-top: 15px;
}
fieldset legend {
  float: left;
  width: 100%;
}
.panel-body {
  padding: 0;
}
.panel-body .panel-inner {
  padding: 15px;
}
/* basic accordion styles */
.accordion-group {
  clear: both;
}
.alert .close {
  top: -3px !important;
}
/*
  Footer, Modified from Madison
*/
.footer {
  background-color: #667682;
  color: white;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .footer {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.footer a {
  color: white;
}
.footer a:hover {
  color: white;
  text-decoration: underline;
}
.footer a svg {
  fill: currentColor;
}
.footer ul li {
  margin-bottom: 1em;
}
.footer .row-disclaimer {
  background: #2d3d47;
}
@media (min-width: 992px) {
  .footer .row-disclaimer ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    margin-left: -5px;
    float: right;
  }
  .footer .row-disclaimer ul > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.link-more-nav,
.link-more {
  position: relative;
  text-transform: uppercase;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  font-weight: 700;
}
.link-more-nav:after,
.link-more:after {
  content: '\2192';
  position: absolute;
  padding-left: .25em;
  font-family: Arial, 'Apple SD Gothic Neo', sans-serif;
  font-size: 1.2em;
  top: 38%;
  right: 0;
  line-height: 0;
  margin-right: .5em;
}
.link-more-nav:hover,
.link-more:hover {
  text-decoration: none;
}
.link-more {
  margin-top: 15px;
  display: inline-block;
}
.link-more:after {
  right: auto;
  top: 47%;
  left: 100%;
  -webkit-transition: left 500ms cubic-bezier(0, 1.065, 0.48, 1.375);
  -o-transition: left 500ms cubic-bezier(0, 1.065, 0.48, 1.375);
  transition: left 500ms cubic-bezier(0, 1.065, 0.48, 1.375);
}
.link-more:hover:after {
  left: 120%;
  -webkit-transition: left 500ms cubic-bezier(0, 1.065, 0.48, 1.375);
  -o-transition: left 500ms cubic-bezier(0, 1.065, 0.48, 1.375);
  transition: left 500ms cubic-bezier(0, 1.065, 0.48, 1.375);
}
.req {
  color: #ca2129;
}
label {
  font-weight: 300;
}
.form-horizontal label,
.form-inline label,
.form-no-label label {
  padding-top: 8.666666666666666px;
}
.form-horizontal .styled-checkbox label,
.form-inline .styled-checkbox label,
.form-horizontal .checkbox-styled label,
.form-inline .checkbox-styled label,
.form-horizontal .radio-styled label,
.form-inline .radio-styled label,
.form-no-label .styled-checkbox label,
.form-no-label .checkbox-styled label,
.form-no-label .radio-styled label {
  padding-top: 0;
}
.form-inline .select-styled select:not([multiple]),
.form-inline .styled-select select:not([multiple]) {
  margin-right: 1em;
}
.input-group,
.form-group {
  margin-bottom: 20px;
}
.input-group-stacked .input-group-btn .btn {
  padding: 8px 12px 9px;
  display: block;
  border: 1px solid #cccccc;
}
.input-group-stacked .input-group-btn .btn:last-child {
  border-top: none;
  padding-bottom: 8px;
}
.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: block;
  width: 100%;
  height: 52px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.428;
  color: #555559;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder {
  color: #667682;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder {
  color: #667682;
}
.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder {
  color: #667682;
}
.form-control[disabled],
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.form-control[readonly],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
fieldset[disabled] .form-control,
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control,
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"] {
  height: auto;
}
.form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #2e98cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .form-control,
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    padding: 9px 30px;
    font-size: 14.4px;
    line-height: 1.2852;
    height: 38px;
  }
}
@media (min-width: 480px) {
  .form-inline .form-control,
  .form-inline textarea,
  .form-inline input[type="text"],
  .form-inline input[type="password"],
  .form-inline input[type="datetime"],
  .form-inline input[type="datetime-local"],
  .form-inline input[type="date"],
  .form-inline input[type="month"],
  .form-inline input[type="time"],
  .form-inline input[type="week"],
  .form-inline input[type="number"],
  .form-inline input[type="email"],
  .form-inline input[type="url"],
  .form-inline input[type="search"],
  .form-inline input[type="tel"],
  .form-inline input[type="color"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-group + .form-group {
    margin-left: .5em;
  }
}
.redactor_box {
  border: 1px solid #cccccc;
}
.redactor_box .redactor_editor {
  font-size: 16px !important;
}
ul.as-selections {
  padding: 0;
}
ul.as-selections li.as-original input {
  height: auto !important;
}
ul.as-list {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: #66afe9;
}
li.as-result-item,
li.as-message {
  border: none;
}
.select-styled,
.styled-select {
  max-width: 100%;
  background: #fff;
  box-shadow: 0px 0px 0px 1px #cccccc inset;
  position: relative;
}
.select-styled.focus,
.styled-select.focus {
  box-shadow: 0px 0px 0px 1px #2e98cc inset;
}
.select-styled:after,
.styled-select:after {
  content: "";
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #555559;
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 42%;
}
.select-styled select:not([multiple]),
.styled-select select:not([multiple]) {
  width: 100%;
  outline: none;
  background: transparent;
  padding: 10px 17px;
  font-size: 16px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: '';
  color: #555559;
  margin: 0;
  position: relative;
  z-index: 2;
}
.checkbox-styled,
.styled-checkbox {
  position: relative;
  padding: 14px 0;
}
.checkbox-styled input[type=checkbox],
.styled-checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  opacity: 0;
}
.checkbox-styled input[type=checkbox]:focus + label:before,
.styled-checkbox input[type=checkbox]:focus + label:before {
  border-color: #2e98cc;
}
.checkbox-styled [type=checkbox] + label,
.styled-checkbox [type=checkbox] + label {
  padding: 3px 0 0 25px;
}
.checkbox-styled [type=checkbox] + label:before,
.styled-checkbox [type=checkbox] + label:before,
.checkbox-styled [type=checkbox] + label:after,
.styled-checkbox [type=checkbox] + label:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  height: 18px;
  width: 18px;
}
.checkbox-styled [type=checkbox] + label:before,
.styled-checkbox [type=checkbox] + label:before {
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 0;
}
.checkbox-styled [type=checkbox] + label:after,
.styled-checkbox [type=checkbox] + label:after {
  display: none;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGtJREFUeNpiZCAChIZGCgCp+UDcyEKk4v1AbADEDkwkKAaBDYxAQRAnH4gLV69e/gGP4gVA+UQmqGACiIYqwqkYxABp2AAVNIBqUsClGKahEIgvIGm6j0sxCDDicAJWxXANWDRhVQwCAAEGAELfL1Y8HLJiAAAAAElFTkSuQmCC");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIzMDAgMzkxLjQgMTIgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAzMDAgMzkxLjQgMTIgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0iTGF5ZXJfMiI+DQo8L2c+DQo8ZyBpZD0iTGF5ZXJfMyI+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iIzU1NTU1OSIgZD0iTTMxMS45LDM5Mi41YzAuMSwwLjEsMC4xLDAuMiwwLjEsMC4zczAsMC4yLTAuMSwwLjNsLTcuMiw3LjJjLTAuMiwwLjItMC40LDAuMi0wLjUsMGwtMS4xLTEuMQ0KCQkJCWMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjVsLTIuNS0yLjZjLTAuMS0wLjEtMC4xLTAuMi0wLjEtMC4zYzAtMC4xLDAtMC4yLDAuMS0wLjNsMS4xLTFjMC4xLTAuMSwwLjItMC4xLDAuMy0wLjENCgkJCQljMC4xLDAsMC4yLDAsMC4zLDAuMWwyLjUsMi41YzAuMiwwLjIsMC40LDAuMiwwLjUsMGw1LjYtNS42YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xczAuMiwwLDAuMywwLjFMMzExLjksMzkyLjV6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg=="), none;
  background-repeat: no-repeat;
  height: 9px;
  width: 12px;
  background-size: 12px 9px;
  top: 50%;
  margin-top: -5px;
  margin-left: 3px;
}
.checkbox-styled [type=checkbox]:checked + label:after,
.styled-checkbox [type=checkbox]:checked + label:after {
  display: block;
}
.radio-styled label {
  position: relative;
  display: block !important;
  margin: 0 0 1em 0;
  padding-left: 28px;
  text-align: left;
  line-height: 150%;
  overflow: hidden;
}
.radio-styled label:before {
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: block;
  position: absolute;
  content: "";
  background: #fff;
  border: #cccccc 1px solid;
  color: #cccccc;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.radio-styled label:after {
  display: none;
  content: "";
  left: 8px;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  width: 8px;
  height: 8px;
  text-align: center;
  border-radius: 50%;
  background-color: #69696e;
}
.radio-styled [type="radio"] {
  position: absolute;
  left: -99999px;
  width: auto;
  background: transparent;
}
.radio-styled [type="radio"]:focus + label:before {
  border-color: #2e98cc;
}
.radio-styled [type="radio"]:checked + label:after {
  display: block;
}
.fileinput {
  display: block;
}
.form-no-label label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.form-no-label label.inline {
  display: inline;
}
.form-no-label label.block {
  display: block;
}
.form-no-label .styled-checkbox label,
.form-no-label .checkbox-styled label,
.form-no-label .radio-styled label {
  display: inline;
}
.form-no-label .form-group,
.form-no-label .input-group {
  overflow: auto;
}
.form-dark .form-control,
.form-dark select,
.form-dark textarea,
.form-dark input[type="text"],
.form-dark input[type="password"],
.form-dark input[type="datetime"],
.form-dark input[type="datetime-local"],
.form-dark input[type="date"],
.form-dark input[type="month"],
.form-dark input[type="time"],
.form-dark input[type="week"],
.form-dark input[type="number"],
.form-dark input[type="email"],
.form-dark input[type="url"],
.form-dark input[type="search"],
.form-dark input[type="tel"],
.form-dark input[type="color"] {
  color: #555559;
  background: #ffffff;
  border-color: transparent;
}
.form-dark .form-control::-moz-placeholder,
.form-dark select::-moz-placeholder,
.form-dark textarea::-moz-placeholder,
.form-dark input[type="text"]::-moz-placeholder,
.form-dark input[type="password"]::-moz-placeholder,
.form-dark input[type="datetime"]::-moz-placeholder,
.form-dark input[type="datetime-local"]::-moz-placeholder,
.form-dark input[type="date"]::-moz-placeholder,
.form-dark input[type="month"]::-moz-placeholder,
.form-dark input[type="time"]::-moz-placeholder,
.form-dark input[type="week"]::-moz-placeholder,
.form-dark input[type="number"]::-moz-placeholder,
.form-dark input[type="email"]::-moz-placeholder,
.form-dark input[type="url"]::-moz-placeholder,
.form-dark input[type="search"]::-moz-placeholder,
.form-dark input[type="tel"]::-moz-placeholder,
.form-dark input[type="color"]::-moz-placeholder {
  color: #555559;
  opacity: 1;
}
.form-dark .form-control:-ms-input-placeholder,
.form-dark select:-ms-input-placeholder,
.form-dark textarea:-ms-input-placeholder,
.form-dark input[type="text"]:-ms-input-placeholder,
.form-dark input[type="password"]:-ms-input-placeholder,
.form-dark input[type="datetime"]:-ms-input-placeholder,
.form-dark input[type="datetime-local"]:-ms-input-placeholder,
.form-dark input[type="date"]:-ms-input-placeholder,
.form-dark input[type="month"]:-ms-input-placeholder,
.form-dark input[type="time"]:-ms-input-placeholder,
.form-dark input[type="week"]:-ms-input-placeholder,
.form-dark input[type="number"]:-ms-input-placeholder,
.form-dark input[type="email"]:-ms-input-placeholder,
.form-dark input[type="url"]:-ms-input-placeholder,
.form-dark input[type="search"]:-ms-input-placeholder,
.form-dark input[type="tel"]:-ms-input-placeholder,
.form-dark input[type="color"]:-ms-input-placeholder {
  color: #555559;
}
.form-dark .form-control::-webkit-input-placeholder,
.form-dark select::-webkit-input-placeholder,
.form-dark textarea::-webkit-input-placeholder,
.form-dark input[type="text"]::-webkit-input-placeholder,
.form-dark input[type="password"]::-webkit-input-placeholder,
.form-dark input[type="datetime"]::-webkit-input-placeholder,
.form-dark input[type="datetime-local"]::-webkit-input-placeholder,
.form-dark input[type="date"]::-webkit-input-placeholder,
.form-dark input[type="month"]::-webkit-input-placeholder,
.form-dark input[type="time"]::-webkit-input-placeholder,
.form-dark input[type="week"]::-webkit-input-placeholder,
.form-dark input[type="number"]::-webkit-input-placeholder,
.form-dark input[type="email"]::-webkit-input-placeholder,
.form-dark input[type="url"]::-webkit-input-placeholder,
.form-dark input[type="search"]::-webkit-input-placeholder,
.form-dark input[type="tel"]::-webkit-input-placeholder,
.form-dark input[type="color"]::-webkit-input-placeholder {
  color: #555559;
}
.form-dark .form-control:focus,
.form-dark select:focus,
.form-dark textarea:focus,
.form-dark input[type="text"]:focus,
.form-dark input[type="password"]:focus,
.form-dark input[type="datetime"]:focus,
.form-dark input[type="datetime-local"]:focus,
.form-dark input[type="date"]:focus,
.form-dark input[type="month"]:focus,
.form-dark input[type="time"]:focus,
.form-dark input[type="week"]:focus,
.form-dark input[type="number"]:focus,
.form-dark input[type="email"]:focus,
.form-dark input[type="url"]:focus,
.form-dark input[type="search"]:focus,
.form-dark input[type="tel"]:focus,
.form-dark input[type="color"]:focus {
  border-color: #2e98cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-dark label {
  color: #555559;
}
.form-dark .select-styled,
.form-dark .styled-select {
  box-shadow: 0px 0px 0px 1px transparent inset;
  background: #ffffff;
}
.form-dark .select-styled.focus,
.form-dark .styled-select.focus {
  box-shadow: 0px 0px 0px 1px #2e98cc inset;
}
.form-dark .select-styled select,
.form-dark .styled-select select {
  color: #555559;
}
.form-dark .select-styled:after,
.form-dark .styled-select:after {
  content: "";
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #555559;
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 42%;
}
.form-dark .checkbox-styled [type=checkbox] + label:before,
.form-dark .styled-checkbox [type=checkbox] + label:before {
  border: 1px solid transparent;
  background: #ffffff;
  border-radius: 0;
}
.form-dark .checkbox-styled [type=checkbox]:focus label:before,
.form-dark .styled-checkbox [type=checkbox]:focus label:before {
  border-color: #2e98cc;
}
.form-dark .radio-styled label:before {
  border: transparent 1px solid;
  background: #ffffff;
}
.form-dark .radio-styled label:after {
  background-color: transparent;
}
.form-dark .radio-styled [type="radio"]:focus + label:before {
  border-color: #2e98cc;
}
.form-dark .input-group-addon {
  background: #ffffff;
  color: #555559;
  border-color: transparent;
}
.form-dark .help-block {
  color: rgba(10, 10, 10, 0);
}
.form-dark label {
  color: #cccccc;
}
.form-dark .radio-styled label:before {
  border: transparent 1px solid;
  background: #fff;
}
.form-dark .radio-styled label:after {
  background-color: #555559;
}
.form-glass .form-control,
.form-glass select,
.form-glass textarea,
.form-glass input[type="text"],
.form-glass input[type="password"],
.form-glass input[type="datetime"],
.form-glass input[type="datetime-local"],
.form-glass input[type="date"],
.form-glass input[type="month"],
.form-glass input[type="time"],
.form-glass input[type="week"],
.form-glass input[type="number"],
.form-glass input[type="email"],
.form-glass input[type="url"],
.form-glass input[type="search"],
.form-glass input[type="tel"],
.form-glass input[type="color"] {
  color: #555559;
  background: transparent;
  border-color: #555559;
}
.form-glass .form-control::-moz-placeholder,
.form-glass select::-moz-placeholder,
.form-glass textarea::-moz-placeholder,
.form-glass input[type="text"]::-moz-placeholder,
.form-glass input[type="password"]::-moz-placeholder,
.form-glass input[type="datetime"]::-moz-placeholder,
.form-glass input[type="datetime-local"]::-moz-placeholder,
.form-glass input[type="date"]::-moz-placeholder,
.form-glass input[type="month"]::-moz-placeholder,
.form-glass input[type="time"]::-moz-placeholder,
.form-glass input[type="week"]::-moz-placeholder,
.form-glass input[type="number"]::-moz-placeholder,
.form-glass input[type="email"]::-moz-placeholder,
.form-glass input[type="url"]::-moz-placeholder,
.form-glass input[type="search"]::-moz-placeholder,
.form-glass input[type="tel"]::-moz-placeholder,
.form-glass input[type="color"]::-moz-placeholder {
  color: #555559;
  opacity: 1;
}
.form-glass .form-control:-ms-input-placeholder,
.form-glass select:-ms-input-placeholder,
.form-glass textarea:-ms-input-placeholder,
.form-glass input[type="text"]:-ms-input-placeholder,
.form-glass input[type="password"]:-ms-input-placeholder,
.form-glass input[type="datetime"]:-ms-input-placeholder,
.form-glass input[type="datetime-local"]:-ms-input-placeholder,
.form-glass input[type="date"]:-ms-input-placeholder,
.form-glass input[type="month"]:-ms-input-placeholder,
.form-glass input[type="time"]:-ms-input-placeholder,
.form-glass input[type="week"]:-ms-input-placeholder,
.form-glass input[type="number"]:-ms-input-placeholder,
.form-glass input[type="email"]:-ms-input-placeholder,
.form-glass input[type="url"]:-ms-input-placeholder,
.form-glass input[type="search"]:-ms-input-placeholder,
.form-glass input[type="tel"]:-ms-input-placeholder,
.form-glass input[type="color"]:-ms-input-placeholder {
  color: #555559;
}
.form-glass .form-control::-webkit-input-placeholder,
.form-glass select::-webkit-input-placeholder,
.form-glass textarea::-webkit-input-placeholder,
.form-glass input[type="text"]::-webkit-input-placeholder,
.form-glass input[type="password"]::-webkit-input-placeholder,
.form-glass input[type="datetime"]::-webkit-input-placeholder,
.form-glass input[type="datetime-local"]::-webkit-input-placeholder,
.form-glass input[type="date"]::-webkit-input-placeholder,
.form-glass input[type="month"]::-webkit-input-placeholder,
.form-glass input[type="time"]::-webkit-input-placeholder,
.form-glass input[type="week"]::-webkit-input-placeholder,
.form-glass input[type="number"]::-webkit-input-placeholder,
.form-glass input[type="email"]::-webkit-input-placeholder,
.form-glass input[type="url"]::-webkit-input-placeholder,
.form-glass input[type="search"]::-webkit-input-placeholder,
.form-glass input[type="tel"]::-webkit-input-placeholder,
.form-glass input[type="color"]::-webkit-input-placeholder {
  color: #555559;
}
.form-glass .form-control:focus,
.form-glass select:focus,
.form-glass textarea:focus,
.form-glass input[type="text"]:focus,
.form-glass input[type="password"]:focus,
.form-glass input[type="datetime"]:focus,
.form-glass input[type="datetime-local"]:focus,
.form-glass input[type="date"]:focus,
.form-glass input[type="month"]:focus,
.form-glass input[type="time"]:focus,
.form-glass input[type="week"]:focus,
.form-glass input[type="number"]:focus,
.form-glass input[type="email"]:focus,
.form-glass input[type="url"]:focus,
.form-glass input[type="search"]:focus,
.form-glass input[type="tel"]:focus,
.form-glass input[type="color"]:focus {
  border-color: #2e98cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-glass label {
  color: #555559;
}
.form-glass .select-styled,
.form-glass .styled-select {
  box-shadow: 0px 0px 0px 1px #555559 inset;
  background: transparent;
}
.form-glass .select-styled.focus,
.form-glass .styled-select.focus {
  box-shadow: 0px 0px 0px 1px #2e98cc inset;
}
.form-glass .select-styled select,
.form-glass .styled-select select {
  color: #555559;
}
.form-glass .select-styled:after,
.form-glass .styled-select:after {
  content: "";
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #555559;
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 42%;
}
.form-glass .checkbox-styled [type=checkbox] + label:before,
.form-glass .styled-checkbox [type=checkbox] + label:before {
  border: 1px solid #555559;
  background: transparent;
  border-radius: 0;
}
.form-glass .checkbox-styled [type=checkbox]:focus label:before,
.form-glass .styled-checkbox [type=checkbox]:focus label:before {
  border-color: #2e98cc;
}
.form-glass .radio-styled label:before {
  border: #555559 1px solid;
  background: transparent;
}
.form-glass .radio-styled label:after {
  background-color: #555559;
}
.form-glass .radio-styled [type="radio"]:focus + label:before {
  border-color: #2e98cc;
}
.form-glass .input-group-addon {
  background: transparent;
  color: #555559;
  border-color: #555559;
}
.form-glass .help-block {
  color: #5f5f63;
}
.form-glass-dark .form-control,
.form-glass-dark select,
.form-glass-dark textarea,
.form-glass-dark input[type="text"],
.form-glass-dark input[type="password"],
.form-glass-dark input[type="datetime"],
.form-glass-dark input[type="datetime-local"],
.form-glass-dark input[type="date"],
.form-glass-dark input[type="month"],
.form-glass-dark input[type="time"],
.form-glass-dark input[type="week"],
.form-glass-dark input[type="number"],
.form-glass-dark input[type="email"],
.form-glass-dark input[type="url"],
.form-glass-dark input[type="search"],
.form-glass-dark input[type="tel"],
.form-glass-dark input[type="color"] {
  color: #ffffff;
  background: transparent;
  border-color: #ffffff;
}
.form-glass-dark .form-control::-moz-placeholder,
.form-glass-dark select::-moz-placeholder,
.form-glass-dark textarea::-moz-placeholder,
.form-glass-dark input[type="text"]::-moz-placeholder,
.form-glass-dark input[type="password"]::-moz-placeholder,
.form-glass-dark input[type="datetime"]::-moz-placeholder,
.form-glass-dark input[type="datetime-local"]::-moz-placeholder,
.form-glass-dark input[type="date"]::-moz-placeholder,
.form-glass-dark input[type="month"]::-moz-placeholder,
.form-glass-dark input[type="time"]::-moz-placeholder,
.form-glass-dark input[type="week"]::-moz-placeholder,
.form-glass-dark input[type="number"]::-moz-placeholder,
.form-glass-dark input[type="email"]::-moz-placeholder,
.form-glass-dark input[type="url"]::-moz-placeholder,
.form-glass-dark input[type="search"]::-moz-placeholder,
.form-glass-dark input[type="tel"]::-moz-placeholder,
.form-glass-dark input[type="color"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.form-glass-dark .form-control:-ms-input-placeholder,
.form-glass-dark select:-ms-input-placeholder,
.form-glass-dark textarea:-ms-input-placeholder,
.form-glass-dark input[type="text"]:-ms-input-placeholder,
.form-glass-dark input[type="password"]:-ms-input-placeholder,
.form-glass-dark input[type="datetime"]:-ms-input-placeholder,
.form-glass-dark input[type="datetime-local"]:-ms-input-placeholder,
.form-glass-dark input[type="date"]:-ms-input-placeholder,
.form-glass-dark input[type="month"]:-ms-input-placeholder,
.form-glass-dark input[type="time"]:-ms-input-placeholder,
.form-glass-dark input[type="week"]:-ms-input-placeholder,
.form-glass-dark input[type="number"]:-ms-input-placeholder,
.form-glass-dark input[type="email"]:-ms-input-placeholder,
.form-glass-dark input[type="url"]:-ms-input-placeholder,
.form-glass-dark input[type="search"]:-ms-input-placeholder,
.form-glass-dark input[type="tel"]:-ms-input-placeholder,
.form-glass-dark input[type="color"]:-ms-input-placeholder {
  color: #ffffff;
}
.form-glass-dark .form-control::-webkit-input-placeholder,
.form-glass-dark select::-webkit-input-placeholder,
.form-glass-dark textarea::-webkit-input-placeholder,
.form-glass-dark input[type="text"]::-webkit-input-placeholder,
.form-glass-dark input[type="password"]::-webkit-input-placeholder,
.form-glass-dark input[type="datetime"]::-webkit-input-placeholder,
.form-glass-dark input[type="datetime-local"]::-webkit-input-placeholder,
.form-glass-dark input[type="date"]::-webkit-input-placeholder,
.form-glass-dark input[type="month"]::-webkit-input-placeholder,
.form-glass-dark input[type="time"]::-webkit-input-placeholder,
.form-glass-dark input[type="week"]::-webkit-input-placeholder,
.form-glass-dark input[type="number"]::-webkit-input-placeholder,
.form-glass-dark input[type="email"]::-webkit-input-placeholder,
.form-glass-dark input[type="url"]::-webkit-input-placeholder,
.form-glass-dark input[type="search"]::-webkit-input-placeholder,
.form-glass-dark input[type="tel"]::-webkit-input-placeholder,
.form-glass-dark input[type="color"]::-webkit-input-placeholder {
  color: #ffffff;
}
.form-glass-dark .form-control:focus,
.form-glass-dark select:focus,
.form-glass-dark textarea:focus,
.form-glass-dark input[type="text"]:focus,
.form-glass-dark input[type="password"]:focus,
.form-glass-dark input[type="datetime"]:focus,
.form-glass-dark input[type="datetime-local"]:focus,
.form-glass-dark input[type="date"]:focus,
.form-glass-dark input[type="month"]:focus,
.form-glass-dark input[type="time"]:focus,
.form-glass-dark input[type="week"]:focus,
.form-glass-dark input[type="number"]:focus,
.form-glass-dark input[type="email"]:focus,
.form-glass-dark input[type="url"]:focus,
.form-glass-dark input[type="search"]:focus,
.form-glass-dark input[type="tel"]:focus,
.form-glass-dark input[type="color"]:focus {
  border-color: #2e98cc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-glass-dark label {
  color: #ffffff;
}
.form-glass-dark .select-styled,
.form-glass-dark .styled-select {
  box-shadow: 0px 0px 0px 1px #ffffff inset;
  background: transparent;
}
.form-glass-dark .select-styled.focus,
.form-glass-dark .styled-select.focus {
  box-shadow: 0px 0px 0px 1px #2e98cc inset;
}
.form-glass-dark .select-styled select,
.form-glass-dark .styled-select select {
  color: #ffffff;
}
.form-glass-dark .select-styled:after,
.form-glass-dark .styled-select:after {
  content: "";
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #ffffff;
  position: absolute;
  z-index: 1;
  right: 17px;
  top: 42%;
}
.form-glass-dark .checkbox-styled [type=checkbox] + label:before,
.form-glass-dark .styled-checkbox [type=checkbox] + label:before {
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 0;
}
.form-glass-dark .checkbox-styled [type=checkbox]:focus label:before,
.form-glass-dark .styled-checkbox [type=checkbox]:focus label:before {
  border-color: #2e98cc;
}
.form-glass-dark .radio-styled label:before {
  border: #ffffff 1px solid;
  background: transparent;
}
.form-glass-dark .radio-styled label:after {
  background-color: #ffffff;
}
.form-glass-dark .radio-styled [type="radio"]:focus + label:before {
  border-color: #2e98cc;
}
.form-glass-dark .input-group-addon {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.form-glass-dark .help-block {
  color: #ffffff;
}
.form-glass-dark .checkbox-styled label:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAE9JREFUeNpiYCAC/P//XwCI1wOxAbGKz/+HgPekKAaB+SBBAxADJElQMVTiPVTgPEwTTsVQyflIEiBFCjgV4zDtP07FBDTNJyVEcCoGCDAAUOTNnoWqbbsAAAAASUVORK5CYII=");
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIzMDAgMzkxLjQgMTIgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAzMDAgMzkxLjQgMTIgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0iTGF5ZXJfMiI+DQo8L2c+DQo8ZyBpZD0iTGF5ZXJfMyI+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTMxMS45LDM5Mi41YzAuMSwwLjEsMC4xLDAuMiwwLjEsMC4zczAsMC4yLTAuMSwwLjNsLTcuMiw3LjJjLTAuMiwwLjItMC40LDAuMi0wLjUsMGwtMS4xLTEuMQ0KCQkJCWMtMC4xLTAuMS0wLjMtMC4zLTAuNS0wLjVsLTIuNS0yLjZjLTAuMS0wLjEtMC4xLTAuMi0wLjEtMC4zYzAtMC4xLDAtMC4yLDAuMS0wLjNsMS4xLTFjMC4xLTAuMSwwLjItMC4xLDAuMy0wLjENCgkJCQljMC4xLDAsMC4yLDAsMC4zLDAuMWwyLjUsMi41YzAuMiwwLjIsMC40LDAuMiwwLjUsMGw1LjYtNS42YzAuMS0wLjEsMC4yLTAuMSwwLjMtMC4xczAuMiwwLDAuMywwLjFMMzExLjksMzkyLjV6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg=="), none;
}
.btn-glass .input-group-addon:first-child {
  border-right: 0!important;
}
.btn-glass .input-group-addon:not(:first-child) {
  border-left: 2px solid!important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10+ specific styles go here */
  _:-ms-fullscreen .select-styled select,
  :root .selector .select-styled select {
    color: black;
  }
}
.btn,
.button {
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  display: inline-block;
}
.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
  outline: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn,
  .button {
    padding: 9px 30px;
    font-size: 14px;
    line-height: 1.2852;
  }
}
.btn-facebook {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #3b5998;
  border-color: #3b5998;
  text-transform: uppercase;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active {
  color: #ffffff !important;
  background-color: #314a7e !important;
  border-color: #314a7e !important;
}
.btn-facebook:active,
.btn-facebook.active {
  background-image: none;
}
.btn-twitter {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #55acee;
  border-color: #55acee;
  text-transform: uppercase;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active {
  color: #ffffff !important;
  background-color: #359ceb !important;
  border-color: #359ceb !important;
}
.btn-twitter:active,
.btn-twitter.active {
  background-image: none;
}
.btn-email {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #00a967;
  border-color: #00a967;
  text-transform: uppercase;
}
.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email.active,
.open > .dropdown-toggle.btn-email {
  color: #ffffff;
  background-color: #007648;
  border-color: #006c42;
}
.btn-email:active,
.btn-email.active,
.open > .dropdown-toggle.btn-email {
  background-image: none;
}
.btn-email .badge {
  color: #00a967;
  background-color: #ffffff;
}
.btn-email:hover,
.btn-email:focus,
.btn-email:active,
.btn-email.active {
  color: #ffffff !important;
  background-color: #008551 !important;
  border-color: #008551 !important;
}
.btn-email:active,
.btn-email.active {
  background-image: none;
}
.btn-caps .btn {
  text-transform: uppercase;
}
.btn-glass .btn,
.btn-glass.btn,
.btn-glass .button,
.btn-glass.button {
  padding: 12px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-glass .btn,
  .btn-glass.btn,
  .btn-glass .button,
  .btn-glass.button {
    padding: 8px 30px;
  }
}
.btn-glass.button,
.btn-glass .button,
.btn-glass.btn-default,
.btn-glass .btn-default {
  color: #667682 !important;
  background-color: transparent;
  border: #667682 solid 2px;
  text-transform: initial;
}
.btn-glass.button:hover,
.btn-glass .button:hover,
.btn-glass.btn-default:hover,
.btn-glass .btn-default:hover,
.btn-glass.button:focus,
.btn-glass .button:focus,
.btn-glass.btn-default:focus,
.btn-glass .btn-default:focus,
.btn-glass.button:active,
.btn-glass .button:active,
.btn-glass.btn-default:active,
.btn-glass .btn-default:active,
.btn-glass.button.active,
.btn-glass .button.active,
.btn-glass.btn-default.active,
.btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #667682 !important;
  border-color: #667682 !important;
  text-decoration: none;
}
.btn-glass.btn-primary,
.btn-glass .btn-primary {
  color: #2e98cc !important;
  background-color: transparent;
  border: #2e98cc solid 2px;
  text-transform: initial;
}
.btn-glass.btn-primary:hover,
.btn-glass .btn-primary:hover,
.btn-glass.btn-primary:focus,
.btn-glass .btn-primary:focus,
.btn-glass.btn-primary:active,
.btn-glass .btn-primary:active,
.btn-glass.btn-primary.active,
.btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #2e98cc !important;
  border-color: #2e98cc !important;
  text-decoration: none;
}
.btn-glass .btn-info {
  color: #667682 !important;
  background-color: transparent;
  border: #667682 solid 2px;
  text-transform: initial;
}
.btn-glass .btn-info:hover,
.btn-glass .btn-info:focus,
.btn-glass .btn-info:active,
.btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #667682 !important;
  border-color: #667682 !important;
  text-decoration: none;
}
.btn-glass .btn-facebook,
.btn-glass .btn-twitter {
  color: white;
  background-color: transparent;
  border-color: white;
}
.btn-glass .btn-facebook:hover,
.btn-glass .btn-facebook:focus,
.btn-glass .btn-facebook:active,
.btn-glass .btn-facebook.active {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-glass .btn-twitter:hover,
.btn-glass .btn-twitter:focus,
.btn-glass .btn-twitter:active,
.btn-glass .btn-twitter.active {
  background-color: #55acee;
  border-color: #55acee;
}
/*
   Bento Box - Animations
  
   Copyright 2014 Organizing for Action. All rights reserved.
*/
/* create a Dom Layer */
.dl {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*.easeLinear {
  .easeLinear();
}
.ease {
  .ease();
}
.easeIn {
  .easeIn();
}
.easeOut {
  .easeOut();
}
.easeInOut {
  .easeInOut();
}
.easeInQuad {
  .easeInQuad();
}
.easeInCubic {
  .easeInCubic();
}
.easeInQuart {
  .easeInQuart();
}
.easeInQuint {
  .easeInQuint();
}
.easeInSine {
  .easeInSine();
}
.easeInExpo {
  .easeInExpo();
}
.easeInCirc {
  .easeInCirc();
}
.easeInBack {
  .easeInBack();
}
.easeOutQuad {
  .easeOutQuad();
}
.easeOutCubic {
  .easeOutCubic();
}
.easeOutQuart {
  .easeOutQuart();
}
.easeOutQuint {
  .easeOutQuint();
}
.easeOutSine {
  .easeOutSine();
}
.easeOutExpo {
  .easeOutExpo();
}
.easeOutCirc {
  .easeOutCirc();
}
.easeOutBack {
  .easeOutBack();
}
.easeInOutQuad {
  .easeInOutQuad();
}
.easeInOutCubic {
  .easeInOutCubic();
}
.easeInOutQuart {
  .easeInOutQuart();
}
.easeInOutQuint {
  .easeInOutQuint();
}
.easeInOutSine {
  .easeInOutSine();
}
.easeInOutExpo {
  .easeInOutExpo();
}
.easeInOutCirc {
  .easeInOutCirc();
}
.easeInOutBack {
  .easeInOutBack();
}
*/
/* Card flip */
.card-flip {
  -webkit-perspective: 900;
  -moz-perspective: 900;
  perspective: 900;
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
  -webkit-transition-property: width, height, top, left;
  transition-property: width, height, top, left;
  outline: none;
  /* expects visual focus to be displayed with .card-mask or .card-flip-focus */
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.card-flip .inner {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -webkit-perspective: 900;
  -moz-perspective: 900;
  perspective: 900;
  width: 100%;
  height: 100%;
}
.card-flip.animating {
  z-index: 8;
}
.card-flip.card-active {
  z-index: 7;
}
.card-flip.card-active .inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-flip:hover .inner .card-mask,
.card-flip:focus .inner .card-mask {
  opacity: 1;
}
.card-flip.card-active:hover,
.card-flip.card-active:focus,
.card-flip.card-flip-focus.card-active:hover,
.card-flip.card-flip-focus.card-active:focus {
  z-index: 8;
}
.card-flip.card-active:hover .inner,
.card-flip.card-active:focus .inner,
.card-flip.card-flip-focus.card-active:hover .inner,
.card-flip.card-flip-focus.card-active:focus .inner {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card-flip.card-flip-focus:hover,
.card-flip.card-flip-focus:focus {
  z-index: 9;
}
.card-flip.card-flip-focus:hover .inner,
.card-flip.card-flip-focus:focus .inner {
  -webkit-transform: rotateY(14deg);
  -moz-transform: rotateY(14deg);
  -ms-transform: rotateY(14deg);
  -o-transform: rotateY(14deg);
  transform: rotateY(14deg);
}
.card-flip.popuping {
  display: none;
  visibility: hidden;
}
.card-flip .card-front,
.card-flip .card-back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.card-flip .card-front .card-mask,
.card-flip .card-back .card-mask {
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.11);
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.card-flip .card-front > .card-content,
.card-flip .card-back > .card-content,
.card-flip .card-front > p,
.card-flip .card-back > p,
.card-flip .card-front > div,
.card-flip .card-back > div {
  position: relative;
  z-index: 2;
}
.card-flip .card-front {
  z-index: 2;
}
.card-flip .card-back {
  z-index: 1;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.oldie .card-flip.card-active,
.oldie .card-flip.card-active:hover,
.oldie .card-flip.card-active:focus {
  z-index: 8;
}
.oldie .card-flip.card-active .inner,
.oldie .card-flip.card-active:hover .inner,
.oldie .card-flip.card-active:focus .inner {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.oldie .card-flip.card-active .inner .card-front,
.oldie .card-flip.card-active:hover .inner .card-front,
.oldie .card-flip.card-active:focus .inner .card-front {
  /*.transform(rotateY(0deg));*/
  display: none;
}
.oldie .card-flip.card-active .inner .card-back,
.oldie .card-flip.card-active:hover .inner .card-back,
.oldie .card-flip.card-active:focus .inner .card-back {
  /*.transform(rotateY(0deg));*/
  /*.transform(rotateY(-180deg));*/
  display: block;
}
.oldie .card-flip .card-back {
  z-index: 1;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  display: none;
}
.oldie .card-flip .card-front:hover .card-mask {
  background-repeat: repeat;
}
.oldie .card-flip .card-front .card-mask {
  background: none;
  opacity: 1;
}
.flip {
  position: absolute;
  z-index: 9999;
  -webkit-transition-property: height, width, top, left, opacity;
  transition-property: height, width, top, left, opacity;
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
  -webkit-perspective: 900;
  -moz-perspective: 900;
  perspective: 900;
  pointer-events: none;
  /*transform-origin:0% 00%;
  -ms-transform-origin:0% 00%;
  -webkit-transform-origin:0% 00%;
  */
}
.flip.flipped .card {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip .card {
  -webkit-transform: rotateY(14deg);
  -moz-transform: rotateY(14deg);
  -ms-transform: rotateY(14deg);
  -o-transform: rotateY(14deg);
  transform: rotateY(14deg);
  /* matches hover state of cards */
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-duration: 1500ms;
  transition-duration: 1500ms;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.flip .card .face {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
.flip .card .face-front {
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.flip .card .face-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background-color: #fff;
}
/* animated reveal */
.withAnimation .appear {
  opacity: 0;
  filter: alpha(opacity=0);
}
.withAnimation .appear.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade-up1,
.fade-up2,
.fade-up3 {
  opacity: 0;
  position: relative;
  -webkit-transition-property: opacity top;
  transition-property: opacity top;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.fade-up1.active,
.fade-up2.active,
.fade-up3.active {
  opacity: 1;
  top: 0;
}
.active .fade-up1,
.active .fade-up2,
.active .fade-up3 {
  opacity: 1;
  top: 0;
}
.fade-up1 {
  top: 60px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
.fade-up2 {
  top: 150px;
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.fade-up3 {
  top: 250px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.animated {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.background-scroll {
  background-repeat: no-repeat;
  background-position: 0 0;
  /*background-attachment: fixed;*/
  background-size: cover;
}
.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 68px;
  padding: 20px 42px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 68px;
  line-height: 68px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 43px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 43px;
  line-height: 43px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 14px 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555559;
  text-align: center;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 20px 42px;
  font-size: 20px;
  border-radius: 0;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 23px;
  height: 100%;
  width: 100%;
  direction: ltr;
  cursor: pointer;
}
.fileinput {
  margin-bottom: 9px;
  display: inline-block;
}
.fileinput .form-control {
  padding-top: 7px;
  padding-bottom: 5px;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 0 0 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 0 0 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 0 0 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #720b0e;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: rgba(91, 9, 25, 0.09999999999999998);
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #ca2129;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: rgba(180, 29, 62, 0.09999999999999998);
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #b6ce6d;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: rgba(191, 200, 90, 0.09999999999999998);
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 11px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -10px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -10px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 20px;
  line-height: 22px;
  padding: 7px 15px;
  margin: 11px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #2d3d47;
  border-color: #202c33;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #ffffff;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #ffffff;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #202c33;
  color: #ffffff;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #202c33;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #2d3d47;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #131a1e;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #ffffff;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #202c33;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #efefef;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #f1f1f1;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #f1f1f1;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #f1f1f1;
  border-bottom-color: #f1f1f1;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #f1f1f1;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
body {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.nav a {
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
img,
iframe {
  max-width: 100%;
}
.row-images {
  text-align: center;
}
.image-spotlight {
  display: inline-block;
  min-width: 40px;
}
.image-spotlight .title {
  display: block;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.image-spotlight + .image-spotlight {
  margin-left: 20%;
}
.padding-clear .wrap,
.padding-flush .wrap {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .padding-clear .wrap {
    padding-top: 140px;
  }
  .padding-flush .wrap {
    padding-top: 105px;
  }
}
@media (min-width: 768px) {
  .no-margin {
    margin-left: 0;
    margin-right: 0;
  }
}
.relative {
  position: relative;
}
@media (max-width: 991px) {
  .form-group [class^="col-md"] + [class^="col-md"] {
    padding-top: 10px;
  }
}
.ft.footer {
  position: relative;
  z-index: 3;
  font-weight: 400;
}
@media (max-width: 767px) {
  .ft.footer .row-links {
    margin: 0 3%;
  }
}
@media (max-width: 991px) {
  .ft.footer .row-links {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}
@media (max-width: 480px) {
  .ft.footer .list-contact,
  .ft.footer .list-social,
  .ft.footer .list-issues {
    margin: 0 40px;
  }
}
@media (min-width: 992px) {
  .ft.footer .list-contact,
  .ft.footer .list-social,
  .ft.footer .list-issues {
    min-height: 15em;
    padding: 2em;
    margin: 0;
  }
}
.ft.footer .divider {
  margin-bottom: 2em;
  clear: both;
}
@media (max-width: 767px) {
  .ft.footer .list-contact {
    border-top: 1px solid white;
    padding-top: 2em;
    margin-top: 2em;
  }
}
.ft.footer .list-social {
  padding-right: 0;
}
@media (max-width: 767px) {
  .ft.footer .list-social {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .ft.footer .list-social ul {
    float: right;
  }
}
.ft.footer .list-social ul li:last-child {
  padding-right: 0;
}
.ft.footer .list-social ul li a {
  height: 32px;
  width: 32px;
  display: block;
}
@media (min-width: 992px) {
  .ft.footer .list-social .alex-okrent {
    float: right;
  }
}
.ft.footer .list-social .facebook {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/facebook-circle.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/facebook-circle.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.ft.footer .list-social .twitter {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/twitter-circle.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/twitter-circle.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.ft.footer .list-social .instagram {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/instagram-circle.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/instagram-circle.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.ft.footer .list-social .youtube {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/youtube-circle.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/youtube-circle.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.ft.footer .list-social .googleplus {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/google-plus-circle.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/icons/social/google-plus-circle.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.ft.footer .row-disclaimer {
  padding: 1.25em 0 .5em;
  line-height: 22px;
}
@media (max-width: 991px) {
  .ft.footer .row-disclaimer {
    text-align: center;
  }
}
.ft.footer .row-disclaimer .container {
  padding-right: 0;
}
.ft.footer .logo {
  background: url(/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/ofa/mono/ofa_logo_horizontal_gray.svg) no-repeat top left;
  background-size: contain;
  text-indent: -100000px;
  width: 170px;
  height: 22px;
  display: none;
}
@media (min-width: 992px) {
  .ft.footer .logo {
    display: block;
  }
}
@media (min-width: 992px) {
  .ft.footer .logo,
  .ft.footer .paid-for {
    float: left;
  }
  .ft.footer .paid-for {
    margin-left: 2em;
  }
}
.ft-minimal {
  min-height: initial;
}
.no-svg .ft.footer .logo {
  background: url(/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/ofa/mono/ofa_logo_horizontal_gray.png) no-repeat;
}
.list-issues-header {
  font-weight: 700;
  text-transform: uppercase;
}
.signon-page #main {
  padding-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 480px) {
  body.no-background-image-tablet {
    background-image: none!important;
  }
}
@media (max-width: 767px) {
  body.no-background-image-mobile {
    background-image: none!important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h1,
.h1 {
  font-size: 28px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 41px;
  }
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 15px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
.sans {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
}
.serif {
  font-family: "calluna", Georgia, "Times New Roman", serif;
}
.divider {
  border-bottom: 1px solid;
  padding-bottom: .5em;
}
p {
  line-height: 1.5;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h6 {
  margin-top: 2em;
}
.column-content {
  font-family: "calluna", Georgia, "Times New Roman", serif;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.footer ul {
  padding-left: 0;
  list-style: none;
}
.list-inline,
.ft.footer .list-social ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li,
.ft.footer .list-social ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
body.training .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/training.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/training.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.training .hero {
  border-bottom: 10px solid #fe9965;
}
.issue-page.training .hero.masked {
  border-bottom: none;
}
.issue-page.training .hero .mask {
  background-color: #fe9965;
}
.training.wgt {
  border-top-color: #fe9965;
}
.training .issue-colors h1 {
  color: #fe9965;
}
.training .issue-colors a,
.training .issue-colors a:link,
.training .issue-colors a:visited {
  color: #fe9965;
}
.training .issue-colors a:hover,
.training .issue-colors a:link:hover,
.training .issue-colors a:visited:hover,
.training .issue-colors a:focus,
.training .issue-colors a:link:focus,
.training .issue-colors a:visited:focus,
.training .issue-colors a a:active,
.training .issue-colors a:link a:active,
.training .issue-colors a:visited a:active {
  color: #feb088;
}
.training .issue-colors.btn-glass.button,
.training .issue-colors .btn-glass.button,
.training .issue-colors.btn-glass .button,
.training .issue-colors .btn-glass .button,
.training .issue-colors.btn-glass.btn-primary,
.training .issue-colors .btn-glass.btn-primary,
.training .issue-colors.btn-glass .btn-primary,
.training .issue-colors .btn-glass .btn-primary {
  color: #fe9965 !important;
  background-color: transparent;
  border: #fe9965 solid 2px;
  text-transform: initial;
}
.training .issue-colors.btn-glass.button:hover,
.training .issue-colors .btn-glass.button:hover,
.training .issue-colors.btn-glass .button:hover,
.training .issue-colors .btn-glass .button:hover,
.training .issue-colors.btn-glass.btn-primary:hover,
.training .issue-colors .btn-glass.btn-primary:hover,
.training .issue-colors.btn-glass .btn-primary:hover,
.training .issue-colors .btn-glass .btn-primary:hover,
.training .issue-colors.btn-glass.button:focus,
.training .issue-colors .btn-glass.button:focus,
.training .issue-colors.btn-glass .button:focus,
.training .issue-colors .btn-glass .button:focus,
.training .issue-colors.btn-glass.btn-primary:focus,
.training .issue-colors .btn-glass.btn-primary:focus,
.training .issue-colors.btn-glass .btn-primary:focus,
.training .issue-colors .btn-glass .btn-primary:focus,
.training .issue-colors.btn-glass.button:active,
.training .issue-colors .btn-glass.button:active,
.training .issue-colors.btn-glass .button:active,
.training .issue-colors .btn-glass .button:active,
.training .issue-colors.btn-glass.btn-primary:active,
.training .issue-colors .btn-glass.btn-primary:active,
.training .issue-colors.btn-glass .btn-primary:active,
.training .issue-colors .btn-glass .btn-primary:active,
.training .issue-colors.btn-glass.button.active,
.training .issue-colors .btn-glass.button.active,
.training .issue-colors.btn-glass .button.active,
.training .issue-colors .btn-glass .button.active,
.training .issue-colors.btn-glass.btn-primary.active,
.training .issue-colors .btn-glass.btn-primary.active,
.training .issue-colors.btn-glass .btn-primary.active,
.training .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #fe9965 !important;
  border-color: #fe9965 !important;
  text-decoration: none;
}
.training .issue-colors.btn-glass.btn-default,
.training .issue-colors .btn-glass.btn-default,
.training .issue-colors.btn-glass .btn-default,
.training .issue-colors .btn-glass .btn-default {
  color: #fe9965 !important;
  background-color: transparent;
  border: #fe9965 solid 2px;
  text-transform: initial;
}
.training .issue-colors.btn-glass.btn-default:hover,
.training .issue-colors .btn-glass.btn-default:hover,
.training .issue-colors.btn-glass .btn-default:hover,
.training .issue-colors .btn-glass .btn-default:hover,
.training .issue-colors.btn-glass.btn-default:focus,
.training .issue-colors .btn-glass.btn-default:focus,
.training .issue-colors.btn-glass .btn-default:focus,
.training .issue-colors .btn-glass .btn-default:focus,
.training .issue-colors.btn-glass.btn-default:active,
.training .issue-colors .btn-glass.btn-default:active,
.training .issue-colors.btn-glass .btn-default:active,
.training .issue-colors .btn-glass .btn-default:active,
.training .issue-colors.btn-glass.btn-default.active,
.training .issue-colors .btn-glass.btn-default.active,
.training .issue-colors.btn-glass .btn-default.active,
.training .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #fe9965 !important;
  border-color: #fe9965 !important;
  text-decoration: none;
}
.training .issue-colors.btn-glass.btn-info,
.training .issue-colors .btn-glass.btn-info,
.training .issue-colors.btn-glass .btn-info,
.training .issue-colors .btn-glass .btn-info {
  color: #fe9965 !important;
  background-color: transparent;
  border: #fe9965 solid 2px;
  text-transform: initial;
}
.training .issue-colors.btn-glass.btn-info:hover,
.training .issue-colors .btn-glass.btn-info:hover,
.training .issue-colors.btn-glass .btn-info:hover,
.training .issue-colors .btn-glass .btn-info:hover,
.training .issue-colors.btn-glass.btn-info:focus,
.training .issue-colors .btn-glass.btn-info:focus,
.training .issue-colors.btn-glass .btn-info:focus,
.training .issue-colors .btn-glass .btn-info:focus,
.training .issue-colors.btn-glass.btn-info:active,
.training .issue-colors .btn-glass.btn-info:active,
.training .issue-colors.btn-glass .btn-info:active,
.training .issue-colors .btn-glass .btn-info:active,
.training .issue-colors.btn-glass.btn-info.active,
.training .issue-colors .btn-glass.btn-info.active,
.training .issue-colors.btn-glass .btn-info.active,
.training .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #fe9965 !important;
  border-color: #fe9965 !important;
  text-decoration: none;
}
.training .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #fe9965;
  border-color: #fe9965;
  text-transform: uppercase;
}
.training .issue-colors .btn-primary:hover,
.training .issue-colors .btn-primary:focus,
.training .issue-colors .btn-primary:active,
.training .issue-colors .btn-primary.active,
.open > .dropdown-toggle.training .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #fe7732;
  border-color: #fe7128;
}
.training .issue-colors .btn-primary:active,
.training .issue-colors .btn-primary.active,
.open > .dropdown-toggle.training .issue-colors .btn-primary {
  background-image: none;
}
.training .issue-colors .btn-primary .badge {
  color: #fe9965;
  background-color: #ffffff;
}
.training .issue-colors .btn-primary:hover,
.training .issue-colors .btn-primary:focus,
.training .issue-colors .btn-primary:active,
.training .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #fe8242 !important;
  border-color: #fe8242 !important;
}
.training .issue-colors .btn-primary:active,
.training .issue-colors .btn-primary.active {
  background-image: none;
}
.training .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #fe9965;
  border-color: #fe9965;
  text-transform: uppercase;
}
.training .issue-colors .btn-default:hover,
.training .issue-colors .btn-default:focus,
.training .issue-colors .btn-default:active,
.training .issue-colors .btn-default.active,
.open > .dropdown-toggle.training .issue-colors .btn-default {
  color: #ffffff;
  background-color: #fe7732;
  border-color: #fe7128;
}
.training .issue-colors .btn-default:active,
.training .issue-colors .btn-default.active,
.open > .dropdown-toggle.training .issue-colors .btn-default {
  background-image: none;
}
.training .issue-colors .btn-default .badge {
  color: #fe9965;
  background-color: #ffffff;
}
.training .issue-colors .btn-default:hover,
.training .issue-colors .btn-default:focus,
.training .issue-colors .btn-default:active,
.training .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #fe8242 !important;
  border-color: #fe8242 !important;
}
.training .issue-colors .btn-default:active,
.training .issue-colors .btn-default.active {
  background-image: none;
}
.training .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #fe9965;
  border-color: #fe9965;
  text-transform: uppercase;
}
.training .issue-colors .btn-info:hover,
.training .issue-colors .btn-info:focus,
.training .issue-colors .btn-info:active,
.training .issue-colors .btn-info.active,
.open > .dropdown-toggle.training .issue-colors .btn-info {
  color: #ffffff;
  background-color: #fe7732;
  border-color: #fe7128;
}
.training .issue-colors .btn-info:active,
.training .issue-colors .btn-info.active,
.open > .dropdown-toggle.training .issue-colors .btn-info {
  background-image: none;
}
.training .issue-colors .btn-info .badge {
  color: #fe9965;
  background-color: #ffffff;
}
.training .issue-colors .btn-info:hover,
.training .issue-colors .btn-info:focus,
.training .issue-colors .btn-info:active,
.training .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #fe8242 !important;
  border-color: #fe8242 !important;
}
.training .issue-colors .btn-info:active,
.training .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.training h2 {
  color: #fe9965;
}
.spotlight.training .header-hanging {
  background: #fe9965;
}
.nav-issue .training svg {
  fill: #fe9965;
  width: 0px;
}
.nav-issue .training a:hover svg,
.nav-issue .training a:focus svg,
.nav-issue .training a:active svg {
  fill: #fe8242;
}
.training-txt {
  color: #fe9965;
}
.training-txt-2 {
  color: #fe9965;
}
.training-txt-3 {
  color: #fe9965;
}
.training-bg {
  background-color: #fe9965 !important;
}
.training-bg-2 {
  background-color: #fe9965 !important;
}
.training-bg-3 {
  background-color: #fe9965 !important;
}
body.connect .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/connect.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/connect.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.connect .hero {
  border-bottom: 10px solid #09c2c2;
}
.issue-page.connect .hero.masked {
  border-bottom: none;
}
.issue-page.connect .hero .mask {
  background-color: #09c2c2;
}
.connect.wgt {
  border-top-color: #09c2c2;
}
.connect .issue-colors h1 {
  color: #09c2c2;
}
.connect .issue-colors a,
.connect .issue-colors a:link,
.connect .issue-colors a:visited {
  color: #09c2c2;
}
.connect .issue-colors a:hover,
.connect .issue-colors a:link:hover,
.connect .issue-colors a:visited:hover,
.connect .issue-colors a:focus,
.connect .issue-colors a:link:focus,
.connect .issue-colors a:visited:focus,
.connect .issue-colors a a:active,
.connect .issue-colors a:link a:active,
.connect .issue-colors a:visited a:active {
  color: #0be4e4;
}
.connect .issue-colors.btn-glass.button,
.connect .issue-colors .btn-glass.button,
.connect .issue-colors.btn-glass .button,
.connect .issue-colors .btn-glass .button,
.connect .issue-colors.btn-glass.btn-primary,
.connect .issue-colors .btn-glass.btn-primary,
.connect .issue-colors.btn-glass .btn-primary,
.connect .issue-colors .btn-glass .btn-primary {
  color: #09c2c2 !important;
  background-color: transparent;
  border: #09c2c2 solid 2px;
  text-transform: initial;
}
.connect .issue-colors.btn-glass.button:hover,
.connect .issue-colors .btn-glass.button:hover,
.connect .issue-colors.btn-glass .button:hover,
.connect .issue-colors .btn-glass .button:hover,
.connect .issue-colors.btn-glass.btn-primary:hover,
.connect .issue-colors .btn-glass.btn-primary:hover,
.connect .issue-colors.btn-glass .btn-primary:hover,
.connect .issue-colors .btn-glass .btn-primary:hover,
.connect .issue-colors.btn-glass.button:focus,
.connect .issue-colors .btn-glass.button:focus,
.connect .issue-colors.btn-glass .button:focus,
.connect .issue-colors .btn-glass .button:focus,
.connect .issue-colors.btn-glass.btn-primary:focus,
.connect .issue-colors .btn-glass.btn-primary:focus,
.connect .issue-colors.btn-glass .btn-primary:focus,
.connect .issue-colors .btn-glass .btn-primary:focus,
.connect .issue-colors.btn-glass.button:active,
.connect .issue-colors .btn-glass.button:active,
.connect .issue-colors.btn-glass .button:active,
.connect .issue-colors .btn-glass .button:active,
.connect .issue-colors.btn-glass.btn-primary:active,
.connect .issue-colors .btn-glass.btn-primary:active,
.connect .issue-colors.btn-glass .btn-primary:active,
.connect .issue-colors .btn-glass .btn-primary:active,
.connect .issue-colors.btn-glass.button.active,
.connect .issue-colors .btn-glass.button.active,
.connect .issue-colors.btn-glass .button.active,
.connect .issue-colors .btn-glass .button.active,
.connect .issue-colors.btn-glass.btn-primary.active,
.connect .issue-colors .btn-glass.btn-primary.active,
.connect .issue-colors.btn-glass .btn-primary.active,
.connect .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #09c2c2 !important;
  border-color: #09c2c2 !important;
  text-decoration: none;
}
.connect .issue-colors.btn-glass.btn-default,
.connect .issue-colors .btn-glass.btn-default,
.connect .issue-colors.btn-glass .btn-default,
.connect .issue-colors .btn-glass .btn-default {
  color: #09c2c2 !important;
  background-color: transparent;
  border: #09c2c2 solid 2px;
  text-transform: initial;
}
.connect .issue-colors.btn-glass.btn-default:hover,
.connect .issue-colors .btn-glass.btn-default:hover,
.connect .issue-colors.btn-glass .btn-default:hover,
.connect .issue-colors .btn-glass .btn-default:hover,
.connect .issue-colors.btn-glass.btn-default:focus,
.connect .issue-colors .btn-glass.btn-default:focus,
.connect .issue-colors.btn-glass .btn-default:focus,
.connect .issue-colors .btn-glass .btn-default:focus,
.connect .issue-colors.btn-glass.btn-default:active,
.connect .issue-colors .btn-glass.btn-default:active,
.connect .issue-colors.btn-glass .btn-default:active,
.connect .issue-colors .btn-glass .btn-default:active,
.connect .issue-colors.btn-glass.btn-default.active,
.connect .issue-colors .btn-glass.btn-default.active,
.connect .issue-colors.btn-glass .btn-default.active,
.connect .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #09c2c2 !important;
  border-color: #09c2c2 !important;
  text-decoration: none;
}
.connect .issue-colors.btn-glass.btn-info,
.connect .issue-colors .btn-glass.btn-info,
.connect .issue-colors.btn-glass .btn-info,
.connect .issue-colors .btn-glass .btn-info {
  color: #09c2c2 !important;
  background-color: transparent;
  border: #09c2c2 solid 2px;
  text-transform: initial;
}
.connect .issue-colors.btn-glass.btn-info:hover,
.connect .issue-colors .btn-glass.btn-info:hover,
.connect .issue-colors.btn-glass .btn-info:hover,
.connect .issue-colors .btn-glass .btn-info:hover,
.connect .issue-colors.btn-glass.btn-info:focus,
.connect .issue-colors .btn-glass.btn-info:focus,
.connect .issue-colors.btn-glass .btn-info:focus,
.connect .issue-colors .btn-glass .btn-info:focus,
.connect .issue-colors.btn-glass.btn-info:active,
.connect .issue-colors .btn-glass.btn-info:active,
.connect .issue-colors.btn-glass .btn-info:active,
.connect .issue-colors .btn-glass .btn-info:active,
.connect .issue-colors.btn-glass.btn-info.active,
.connect .issue-colors .btn-glass.btn-info.active,
.connect .issue-colors.btn-glass .btn-info.active,
.connect .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #09c2c2 !important;
  border-color: #09c2c2 !important;
  text-decoration: none;
}
.connect .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #09c2c2;
  border-color: #09c2c2;
  text-transform: uppercase;
}
.connect .issue-colors .btn-primary:hover,
.connect .issue-colors .btn-primary:focus,
.connect .issue-colors .btn-primary:active,
.connect .issue-colors .btn-primary.active,
.open > .dropdown-toggle.connect .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #079191;
  border-color: #068888;
}
.connect .issue-colors .btn-primary:active,
.connect .issue-colors .btn-primary.active,
.open > .dropdown-toggle.connect .issue-colors .btn-primary {
  background-image: none;
}
.connect .issue-colors .btn-primary .badge {
  color: #09c2c2;
  background-color: #ffffff;
}
.connect .issue-colors .btn-primary:hover,
.connect .issue-colors .btn-primary:focus,
.connect .issue-colors .btn-primary:active,
.connect .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #07a0a0 !important;
  border-color: #07a0a0 !important;
}
.connect .issue-colors .btn-primary:active,
.connect .issue-colors .btn-primary.active {
  background-image: none;
}
.connect .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #09c2c2;
  border-color: #09c2c2;
  text-transform: uppercase;
}
.connect .issue-colors .btn-default:hover,
.connect .issue-colors .btn-default:focus,
.connect .issue-colors .btn-default:active,
.connect .issue-colors .btn-default.active,
.open > .dropdown-toggle.connect .issue-colors .btn-default {
  color: #ffffff;
  background-color: #079191;
  border-color: #068888;
}
.connect .issue-colors .btn-default:active,
.connect .issue-colors .btn-default.active,
.open > .dropdown-toggle.connect .issue-colors .btn-default {
  background-image: none;
}
.connect .issue-colors .btn-default .badge {
  color: #09c2c2;
  background-color: #ffffff;
}
.connect .issue-colors .btn-default:hover,
.connect .issue-colors .btn-default:focus,
.connect .issue-colors .btn-default:active,
.connect .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #07a0a0 !important;
  border-color: #07a0a0 !important;
}
.connect .issue-colors .btn-default:active,
.connect .issue-colors .btn-default.active {
  background-image: none;
}
.connect .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #09c2c2;
  border-color: #09c2c2;
  text-transform: uppercase;
}
.connect .issue-colors .btn-info:hover,
.connect .issue-colors .btn-info:focus,
.connect .issue-colors .btn-info:active,
.connect .issue-colors .btn-info.active,
.open > .dropdown-toggle.connect .issue-colors .btn-info {
  color: #ffffff;
  background-color: #079191;
  border-color: #068888;
}
.connect .issue-colors .btn-info:active,
.connect .issue-colors .btn-info.active,
.open > .dropdown-toggle.connect .issue-colors .btn-info {
  background-image: none;
}
.connect .issue-colors .btn-info .badge {
  color: #09c2c2;
  background-color: #ffffff;
}
.connect .issue-colors .btn-info:hover,
.connect .issue-colors .btn-info:focus,
.connect .issue-colors .btn-info:active,
.connect .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #07a0a0 !important;
  border-color: #07a0a0 !important;
}
.connect .issue-colors .btn-info:active,
.connect .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.connect h2 {
  color: #09c2c2;
}
.spotlight.connect .header-hanging {
  background: #09c2c2;
}
.nav-issue .connect svg {
  fill: #09c2c2;
  width: 0px;
}
.nav-issue .connect a:hover svg,
.nav-issue .connect a:focus svg,
.nav-issue .connect a:active svg {
  fill: #07a0a0;
}
.connect-txt {
  color: #09c2c2;
}
.connect-txt-2 {
  color: #09c2c2;
}
.connect-txt-3 {
  color: #09c2c2;
}
.connect-bg {
  background-color: #09c2c2 !important;
}
.connect-bg-2 {
  background-color: #09c2c2 !important;
}
.connect-bg-3 {
  background-color: #09c2c2 !important;
}
body.gvp .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/gvp.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/gvp.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.gvp .hero {
  border-bottom: 10px solid #bbb2a0;
}
.issue-page.gvp .hero.masked {
  border-bottom: none;
}
.issue-page.gvp .hero .mask {
  background-color: #bbb2a0;
}
.gvp.wgt {
  border-top-color: #bbb2a0;
}
.gvp .issue-colors h1 {
  color: #bbb2a0;
}
.gvp .issue-colors a,
.gvp .issue-colors a:link,
.gvp .issue-colors a:visited {
  color: #bbb2a0;
}
.gvp .issue-colors a:hover,
.gvp .issue-colors a:link:hover,
.gvp .issue-colors a:visited:hover,
.gvp .issue-colors a:focus,
.gvp .issue-colors a:link:focus,
.gvp .issue-colors a:visited:focus,
.gvp .issue-colors a a:active,
.gvp .issue-colors a:link a:active,
.gvp .issue-colors a:visited a:active {
  color: #cac3b5;
}
.gvp .issue-colors.btn-glass.button,
.gvp .issue-colors .btn-glass.button,
.gvp .issue-colors.btn-glass .button,
.gvp .issue-colors .btn-glass .button,
.gvp .issue-colors.btn-glass.btn-primary,
.gvp .issue-colors .btn-glass.btn-primary,
.gvp .issue-colors.btn-glass .btn-primary,
.gvp .issue-colors .btn-glass .btn-primary {
  color: #bbb2a0 !important;
  background-color: transparent;
  border: #bbb2a0 solid 2px;
  text-transform: initial;
}
.gvp .issue-colors.btn-glass.button:hover,
.gvp .issue-colors .btn-glass.button:hover,
.gvp .issue-colors.btn-glass .button:hover,
.gvp .issue-colors .btn-glass .button:hover,
.gvp .issue-colors.btn-glass.btn-primary:hover,
.gvp .issue-colors .btn-glass.btn-primary:hover,
.gvp .issue-colors.btn-glass .btn-primary:hover,
.gvp .issue-colors .btn-glass .btn-primary:hover,
.gvp .issue-colors.btn-glass.button:focus,
.gvp .issue-colors .btn-glass.button:focus,
.gvp .issue-colors.btn-glass .button:focus,
.gvp .issue-colors .btn-glass .button:focus,
.gvp .issue-colors.btn-glass.btn-primary:focus,
.gvp .issue-colors .btn-glass.btn-primary:focus,
.gvp .issue-colors.btn-glass .btn-primary:focus,
.gvp .issue-colors .btn-glass .btn-primary:focus,
.gvp .issue-colors.btn-glass.button:active,
.gvp .issue-colors .btn-glass.button:active,
.gvp .issue-colors.btn-glass .button:active,
.gvp .issue-colors .btn-glass .button:active,
.gvp .issue-colors.btn-glass.btn-primary:active,
.gvp .issue-colors .btn-glass.btn-primary:active,
.gvp .issue-colors.btn-glass .btn-primary:active,
.gvp .issue-colors .btn-glass .btn-primary:active,
.gvp .issue-colors.btn-glass.button.active,
.gvp .issue-colors .btn-glass.button.active,
.gvp .issue-colors.btn-glass .button.active,
.gvp .issue-colors .btn-glass .button.active,
.gvp .issue-colors.btn-glass.btn-primary.active,
.gvp .issue-colors .btn-glass.btn-primary.active,
.gvp .issue-colors.btn-glass .btn-primary.active,
.gvp .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #bbb2a0 !important;
  border-color: #bbb2a0 !important;
  text-decoration: none;
}
.gvp .issue-colors.btn-glass.btn-default,
.gvp .issue-colors .btn-glass.btn-default,
.gvp .issue-colors.btn-glass .btn-default,
.gvp .issue-colors .btn-glass .btn-default {
  color: #97814f !important;
  background-color: transparent;
  border: #97814f solid 2px;
  text-transform: initial;
}
.gvp .issue-colors.btn-glass.btn-default:hover,
.gvp .issue-colors .btn-glass.btn-default:hover,
.gvp .issue-colors.btn-glass .btn-default:hover,
.gvp .issue-colors .btn-glass .btn-default:hover,
.gvp .issue-colors.btn-glass.btn-default:focus,
.gvp .issue-colors .btn-glass.btn-default:focus,
.gvp .issue-colors.btn-glass .btn-default:focus,
.gvp .issue-colors .btn-glass .btn-default:focus,
.gvp .issue-colors.btn-glass.btn-default:active,
.gvp .issue-colors .btn-glass.btn-default:active,
.gvp .issue-colors.btn-glass .btn-default:active,
.gvp .issue-colors .btn-glass .btn-default:active,
.gvp .issue-colors.btn-glass.btn-default.active,
.gvp .issue-colors .btn-glass.btn-default.active,
.gvp .issue-colors.btn-glass .btn-default.active,
.gvp .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #97814f !important;
  border-color: #97814f !important;
  text-decoration: none;
}
.gvp .issue-colors.btn-glass.btn-info,
.gvp .issue-colors .btn-glass.btn-info,
.gvp .issue-colors.btn-glass .btn-info,
.gvp .issue-colors .btn-glass .btn-info {
  color: #6b54a3 !important;
  background-color: transparent;
  border: #6b54a3 solid 2px;
  text-transform: initial;
}
.gvp .issue-colors.btn-glass.btn-info:hover,
.gvp .issue-colors .btn-glass.btn-info:hover,
.gvp .issue-colors.btn-glass .btn-info:hover,
.gvp .issue-colors .btn-glass .btn-info:hover,
.gvp .issue-colors.btn-glass.btn-info:focus,
.gvp .issue-colors .btn-glass.btn-info:focus,
.gvp .issue-colors.btn-glass .btn-info:focus,
.gvp .issue-colors .btn-glass .btn-info:focus,
.gvp .issue-colors.btn-glass.btn-info:active,
.gvp .issue-colors .btn-glass.btn-info:active,
.gvp .issue-colors.btn-glass .btn-info:active,
.gvp .issue-colors .btn-glass .btn-info:active,
.gvp .issue-colors.btn-glass.btn-info.active,
.gvp .issue-colors .btn-glass.btn-info.active,
.gvp .issue-colors.btn-glass .btn-info.active,
.gvp .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #6b54a3 !important;
  border-color: #6b54a3 !important;
  text-decoration: none;
}
.gvp .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #bbb2a0;
  border-color: #bbb2a0;
  text-transform: uppercase;
}
.gvp .issue-colors .btn-primary:hover,
.gvp .issue-colors .btn-primary:focus,
.gvp .issue-colors .btn-primary:active,
.gvp .issue-colors .btn-primary.active,
.open > .dropdown-toggle.gvp .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #a69a82;
  border-color: #a1957c;
}
.gvp .issue-colors .btn-primary:active,
.gvp .issue-colors .btn-primary.active,
.open > .dropdown-toggle.gvp .issue-colors .btn-primary {
  background-image: none;
}
.gvp .issue-colors .btn-primary .badge {
  color: #bbb2a0;
  background-color: #ffffff;
}
.gvp .issue-colors .btn-primary:hover,
.gvp .issue-colors .btn-primary:focus,
.gvp .issue-colors .btn-primary:active,
.gvp .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #aca18b !important;
  border-color: #aca18b !important;
}
.gvp .issue-colors .btn-primary:active,
.gvp .issue-colors .btn-primary.active {
  background-image: none;
}
.gvp .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #97814f;
  border-color: #97814f;
  text-transform: uppercase;
}
.gvp .issue-colors .btn-default:hover,
.gvp .issue-colors .btn-default:focus,
.gvp .issue-colors .btn-default:active,
.gvp .issue-colors .btn-default.active,
.open > .dropdown-toggle.gvp .issue-colors .btn-default {
  color: #ffffff;
  background-color: #76643d;
  border-color: #6f5f3a;
}
.gvp .issue-colors .btn-default:active,
.gvp .issue-colors .btn-default.active,
.open > .dropdown-toggle.gvp .issue-colors .btn-default {
  background-image: none;
}
.gvp .issue-colors .btn-default .badge {
  color: #97814f;
  background-color: #ffffff;
}
.gvp .issue-colors .btn-default:hover,
.gvp .issue-colors .btn-default:focus,
.gvp .issue-colors .btn-default:active,
.gvp .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #806d43 !important;
  border-color: #806d43 !important;
}
.gvp .issue-colors .btn-default:active,
.gvp .issue-colors .btn-default.active {
  background-image: none;
}
.gvp .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #6b54a3;
  border-color: #6b54a3;
  text-transform: uppercase;
}
.gvp .issue-colors .btn-info:hover,
.gvp .issue-colors .btn-info:focus,
.gvp .issue-colors .btn-info:active,
.gvp .issue-colors .btn-info.active,
.open > .dropdown-toggle.gvp .issue-colors .btn-info {
  color: #ffffff;
  background-color: #554381;
  border-color: #503f7b;
}
.gvp .issue-colors .btn-info:active,
.gvp .issue-colors .btn-info.active,
.open > .dropdown-toggle.gvp .issue-colors .btn-info {
  background-image: none;
}
.gvp .issue-colors .btn-info .badge {
  color: #6b54a3;
  background-color: #ffffff;
}
.gvp .issue-colors .btn-info:hover,
.gvp .issue-colors .btn-info:focus,
.gvp .issue-colors .btn-info:active,
.gvp .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #5c488b !important;
  border-color: #5c488b !important;
}
.gvp .issue-colors .btn-info:active,
.gvp .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.gvp h2 {
  color: #bbb2a0;
}
.spotlight.gvp .header-hanging {
  background: #bbb2a0;
}
.nav-issue .gvp svg {
  fill: #bbb2a0;
  width: 36px;
}
.nav-issue .gvp a:hover svg,
.nav-issue .gvp a:focus svg,
.nav-issue .gvp a:active svg {
  fill: #aca18b;
}
.gvp-txt {
  color: #bbb2a0;
}
.gvp-txt-2 {
  color: #97814f;
}
.gvp-txt-3 {
  color: #6b54a3;
}
.gvp-bg {
  background-color: #bbb2a0 !important;
}
.gvp-bg-2 {
  background-color: #97814f !important;
}
.gvp-bg-3 {
  background-color: #6b54a3 !important;
}
body.fiscal .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/fiscal.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/fiscal.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.fiscal .hero {
  border-bottom: 10px solid #1b9dac;
}
.issue-page.fiscal .hero.masked {
  border-bottom: none;
}
.issue-page.fiscal .hero .mask {
  background-color: #1b9dac;
}
.fiscal.wgt {
  border-top-color: #1b9dac;
}
.fiscal .issue-colors h1 {
  color: #1b9dac;
}
.fiscal .issue-colors a,
.fiscal .issue-colors a:link,
.fiscal .issue-colors a:visited {
  color: #1b9dac;
}
.fiscal .issue-colors a:hover,
.fiscal .issue-colors a:link:hover,
.fiscal .issue-colors a:visited:hover,
.fiscal .issue-colors a:focus,
.fiscal .issue-colors a:link:focus,
.fiscal .issue-colors a:visited:focus,
.fiscal .issue-colors a a:active,
.fiscal .issue-colors a:link a:active,
.fiscal .issue-colors a:visited a:active {
  color: #20b9cb;
}
.fiscal .issue-colors.btn-glass.button,
.fiscal .issue-colors .btn-glass.button,
.fiscal .issue-colors.btn-glass .button,
.fiscal .issue-colors .btn-glass .button,
.fiscal .issue-colors.btn-glass.btn-primary,
.fiscal .issue-colors .btn-glass.btn-primary,
.fiscal .issue-colors.btn-glass .btn-primary,
.fiscal .issue-colors .btn-glass .btn-primary {
  color: #1b9dac !important;
  background-color: transparent;
  border: #1b9dac solid 2px;
  text-transform: initial;
}
.fiscal .issue-colors.btn-glass.button:hover,
.fiscal .issue-colors .btn-glass.button:hover,
.fiscal .issue-colors.btn-glass .button:hover,
.fiscal .issue-colors .btn-glass .button:hover,
.fiscal .issue-colors.btn-glass.btn-primary:hover,
.fiscal .issue-colors .btn-glass.btn-primary:hover,
.fiscal .issue-colors.btn-glass .btn-primary:hover,
.fiscal .issue-colors .btn-glass .btn-primary:hover,
.fiscal .issue-colors.btn-glass.button:focus,
.fiscal .issue-colors .btn-glass.button:focus,
.fiscal .issue-colors.btn-glass .button:focus,
.fiscal .issue-colors .btn-glass .button:focus,
.fiscal .issue-colors.btn-glass.btn-primary:focus,
.fiscal .issue-colors .btn-glass.btn-primary:focus,
.fiscal .issue-colors.btn-glass .btn-primary:focus,
.fiscal .issue-colors .btn-glass .btn-primary:focus,
.fiscal .issue-colors.btn-glass.button:active,
.fiscal .issue-colors .btn-glass.button:active,
.fiscal .issue-colors.btn-glass .button:active,
.fiscal .issue-colors .btn-glass .button:active,
.fiscal .issue-colors.btn-glass.btn-primary:active,
.fiscal .issue-colors .btn-glass.btn-primary:active,
.fiscal .issue-colors.btn-glass .btn-primary:active,
.fiscal .issue-colors .btn-glass .btn-primary:active,
.fiscal .issue-colors.btn-glass.button.active,
.fiscal .issue-colors .btn-glass.button.active,
.fiscal .issue-colors.btn-glass .button.active,
.fiscal .issue-colors .btn-glass .button.active,
.fiscal .issue-colors.btn-glass.btn-primary.active,
.fiscal .issue-colors .btn-glass.btn-primary.active,
.fiscal .issue-colors.btn-glass .btn-primary.active,
.fiscal .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #1b9dac !important;
  border-color: #1b9dac !important;
  text-decoration: none;
}
.fiscal .issue-colors.btn-glass.btn-default,
.fiscal .issue-colors .btn-glass.btn-default,
.fiscal .issue-colors.btn-glass .btn-default,
.fiscal .issue-colors .btn-glass .btn-default {
  color: #c4d764 !important;
  background-color: transparent;
  border: #c4d764 solid 2px;
  text-transform: initial;
}
.fiscal .issue-colors.btn-glass.btn-default:hover,
.fiscal .issue-colors .btn-glass.btn-default:hover,
.fiscal .issue-colors.btn-glass .btn-default:hover,
.fiscal .issue-colors .btn-glass .btn-default:hover,
.fiscal .issue-colors.btn-glass.btn-default:focus,
.fiscal .issue-colors .btn-glass.btn-default:focus,
.fiscal .issue-colors.btn-glass .btn-default:focus,
.fiscal .issue-colors .btn-glass .btn-default:focus,
.fiscal .issue-colors.btn-glass.btn-default:active,
.fiscal .issue-colors .btn-glass.btn-default:active,
.fiscal .issue-colors.btn-glass .btn-default:active,
.fiscal .issue-colors .btn-glass .btn-default:active,
.fiscal .issue-colors.btn-glass.btn-default.active,
.fiscal .issue-colors .btn-glass.btn-default.active,
.fiscal .issue-colors.btn-glass .btn-default.active,
.fiscal .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #c4d764 !important;
  border-color: #c4d764 !important;
  text-decoration: none;
}
.fiscal .issue-colors.btn-glass.btn-info,
.fiscal .issue-colors .btn-glass.btn-info,
.fiscal .issue-colors.btn-glass .btn-info,
.fiscal .issue-colors .btn-glass .btn-info {
  color: #2f4a66 !important;
  background-color: transparent;
  border: #2f4a66 solid 2px;
  text-transform: initial;
}
.fiscal .issue-colors.btn-glass.btn-info:hover,
.fiscal .issue-colors .btn-glass.btn-info:hover,
.fiscal .issue-colors.btn-glass .btn-info:hover,
.fiscal .issue-colors .btn-glass .btn-info:hover,
.fiscal .issue-colors.btn-glass.btn-info:focus,
.fiscal .issue-colors .btn-glass.btn-info:focus,
.fiscal .issue-colors.btn-glass .btn-info:focus,
.fiscal .issue-colors .btn-glass .btn-info:focus,
.fiscal .issue-colors.btn-glass.btn-info:active,
.fiscal .issue-colors .btn-glass.btn-info:active,
.fiscal .issue-colors.btn-glass .btn-info:active,
.fiscal .issue-colors .btn-glass .btn-info:active,
.fiscal .issue-colors.btn-glass.btn-info.active,
.fiscal .issue-colors .btn-glass.btn-info.active,
.fiscal .issue-colors.btn-glass .btn-info.active,
.fiscal .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #2f4a66 !important;
  border-color: #2f4a66 !important;
  text-decoration: none;
}
.fiscal .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #1b9dac;
  border-color: #1b9dac;
  text-transform: uppercase;
}
.fiscal .issue-colors .btn-primary:hover,
.fiscal .issue-colors .btn-primary:focus,
.fiscal .issue-colors .btn-primary:active,
.fiscal .issue-colors .btn-primary.active,
.open > .dropdown-toggle.fiscal .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #147580;
  border-color: #136d77;
}
.fiscal .issue-colors .btn-primary:active,
.fiscal .issue-colors .btn-primary.active,
.open > .dropdown-toggle.fiscal .issue-colors .btn-primary {
  background-image: none;
}
.fiscal .issue-colors .btn-primary .badge {
  color: #1b9dac;
  background-color: #ffffff;
}
.fiscal .issue-colors .btn-primary:hover,
.fiscal .issue-colors .btn-primary:focus,
.fiscal .issue-colors .btn-primary:active,
.fiscal .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #16818d !important;
  border-color: #16818d !important;
}
.fiscal .issue-colors .btn-primary:active,
.fiscal .issue-colors .btn-primary.active {
  background-image: none;
}
.fiscal .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #c4d764;
  border-color: #c4d764;
  text-transform: uppercase;
}
.fiscal .issue-colors .btn-default:hover,
.fiscal .issue-colors .btn-default:focus,
.fiscal .issue-colors .btn-default:active,
.fiscal .issue-colors .btn-default.active,
.open > .dropdown-toggle.fiscal .issue-colors .btn-default {
  color: #ffffff;
  background-color: #b5cd3b;
  border-color: #b1ca34;
}
.fiscal .issue-colors .btn-default:active,
.fiscal .issue-colors .btn-default.active,
.open > .dropdown-toggle.fiscal .issue-colors .btn-default {
  background-image: none;
}
.fiscal .issue-colors .btn-default .badge {
  color: #c4d764;
  background-color: #ffffff;
}
.fiscal .issue-colors .btn-default:hover,
.fiscal .issue-colors .btn-default:focus,
.fiscal .issue-colors .btn-default:active,
.fiscal .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #b9d048 !important;
  border-color: #b9d048 !important;
}
.fiscal .issue-colors .btn-default:active,
.fiscal .issue-colors .btn-default.active {
  background-image: none;
}
.fiscal .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #2f4a66;
  border-color: #2f4a66;
  text-transform: uppercase;
}
.fiscal .issue-colors .btn-info:hover,
.fiscal .issue-colors .btn-info:focus,
.fiscal .issue-colors .btn-info:active,
.fiscal .issue-colors .btn-info.active,
.open > .dropdown-toggle.fiscal .issue-colors .btn-info {
  color: #ffffff;
  background-color: #1f3143;
  border-color: #1c2c3c;
}
.fiscal .issue-colors .btn-info:active,
.fiscal .issue-colors .btn-info.active,
.open > .dropdown-toggle.fiscal .issue-colors .btn-info {
  background-image: none;
}
.fiscal .issue-colors .btn-info .badge {
  color: #2f4a66;
  background-color: #ffffff;
}
.fiscal .issue-colors .btn-info:hover,
.fiscal .issue-colors .btn-info:focus,
.fiscal .issue-colors .btn-info:active,
.fiscal .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #24384e !important;
  border-color: #24384e !important;
}
.fiscal .issue-colors .btn-info:active,
.fiscal .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.fiscal h2 {
  color: #1b9dac;
}
.spotlight.fiscal .header-hanging {
  background: #1b9dac;
}
.nav-issue .fiscal svg {
  fill: #1b9dac;
  width: 40px;
}
.nav-issue .fiscal a:hover svg,
.nav-issue .fiscal a:focus svg,
.nav-issue .fiscal a:active svg {
  fill: #16818d;
}
.fiscal-txt {
  color: #1b9dac;
}
.fiscal-txt-2 {
  color: #c4d764;
}
.fiscal-txt-3 {
  color: #2f4a66;
}
.fiscal-bg {
  background-color: #1b9dac !important;
}
.fiscal-bg-2 {
  background-color: #c4d764 !important;
}
.fiscal-bg-3 {
  background-color: #2f4a66 !important;
}
body.climate .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/climate.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/climate.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.climate .hero {
  border-bottom: 10px solid #00a967;
}
.issue-page.climate .hero.masked {
  border-bottom: none;
}
.issue-page.climate .hero .mask {
  background-color: #00a967;
}
.climate.wgt {
  border-top-color: #00a967;
}
.climate .issue-colors h1 {
  color: #00a967;
}
.climate .issue-colors a,
.climate .issue-colors a:link,
.climate .issue-colors a:visited {
  color: #00a967;
}
.climate .issue-colors a:hover,
.climate .issue-colors a:link:hover,
.climate .issue-colors a:visited:hover,
.climate .issue-colors a:focus,
.climate .issue-colors a:link:focus,
.climate .issue-colors a:visited:focus,
.climate .issue-colors a a:active,
.climate .issue-colors a:link a:active,
.climate .issue-colors a:visited a:active {
  color: #00cd7d;
}
.climate .issue-colors.btn-glass.button,
.climate .issue-colors .btn-glass.button,
.climate .issue-colors.btn-glass .button,
.climate .issue-colors .btn-glass .button,
.climate .issue-colors.btn-glass.btn-primary,
.climate .issue-colors .btn-glass.btn-primary,
.climate .issue-colors.btn-glass .btn-primary,
.climate .issue-colors .btn-glass .btn-primary {
  color: #00a967 !important;
  background-color: transparent;
  border: #00a967 solid 2px;
  text-transform: initial;
}
.climate .issue-colors.btn-glass.button:hover,
.climate .issue-colors .btn-glass.button:hover,
.climate .issue-colors.btn-glass .button:hover,
.climate .issue-colors .btn-glass .button:hover,
.climate .issue-colors.btn-glass.btn-primary:hover,
.climate .issue-colors .btn-glass.btn-primary:hover,
.climate .issue-colors.btn-glass .btn-primary:hover,
.climate .issue-colors .btn-glass .btn-primary:hover,
.climate .issue-colors.btn-glass.button:focus,
.climate .issue-colors .btn-glass.button:focus,
.climate .issue-colors.btn-glass .button:focus,
.climate .issue-colors .btn-glass .button:focus,
.climate .issue-colors.btn-glass.btn-primary:focus,
.climate .issue-colors .btn-glass.btn-primary:focus,
.climate .issue-colors.btn-glass .btn-primary:focus,
.climate .issue-colors .btn-glass .btn-primary:focus,
.climate .issue-colors.btn-glass.button:active,
.climate .issue-colors .btn-glass.button:active,
.climate .issue-colors.btn-glass .button:active,
.climate .issue-colors .btn-glass .button:active,
.climate .issue-colors.btn-glass.btn-primary:active,
.climate .issue-colors .btn-glass.btn-primary:active,
.climate .issue-colors.btn-glass .btn-primary:active,
.climate .issue-colors .btn-glass .btn-primary:active,
.climate .issue-colors.btn-glass.button.active,
.climate .issue-colors .btn-glass.button.active,
.climate .issue-colors.btn-glass .button.active,
.climate .issue-colors .btn-glass .button.active,
.climate .issue-colors.btn-glass.btn-primary.active,
.climate .issue-colors .btn-glass.btn-primary.active,
.climate .issue-colors.btn-glass .btn-primary.active,
.climate .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #00a967 !important;
  border-color: #00a967 !important;
  text-decoration: none;
}
.climate .issue-colors.btn-glass.btn-default,
.climate .issue-colors .btn-glass.btn-default,
.climate .issue-colors.btn-glass .btn-default,
.climate .issue-colors .btn-glass .btn-default {
  color: #6dbf92 !important;
  background-color: transparent;
  border: #6dbf92 solid 2px;
  text-transform: initial;
}
.climate .issue-colors.btn-glass.btn-default:hover,
.climate .issue-colors .btn-glass.btn-default:hover,
.climate .issue-colors.btn-glass .btn-default:hover,
.climate .issue-colors .btn-glass .btn-default:hover,
.climate .issue-colors.btn-glass.btn-default:focus,
.climate .issue-colors .btn-glass.btn-default:focus,
.climate .issue-colors.btn-glass .btn-default:focus,
.climate .issue-colors .btn-glass .btn-default:focus,
.climate .issue-colors.btn-glass.btn-default:active,
.climate .issue-colors .btn-glass.btn-default:active,
.climate .issue-colors.btn-glass .btn-default:active,
.climate .issue-colors .btn-glass .btn-default:active,
.climate .issue-colors.btn-glass.btn-default.active,
.climate .issue-colors .btn-glass.btn-default.active,
.climate .issue-colors.btn-glass .btn-default.active,
.climate .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #6dbf92 !important;
  border-color: #6dbf92 !important;
  text-decoration: none;
}
.climate .issue-colors.btn-glass.btn-info,
.climate .issue-colors .btn-glass.btn-info,
.climate .issue-colors.btn-glass .btn-info,
.climate .issue-colors .btn-glass .btn-info {
  color: #6cbd45 !important;
  background-color: transparent;
  border: #6cbd45 solid 2px;
  text-transform: initial;
}
.climate .issue-colors.btn-glass.btn-info:hover,
.climate .issue-colors .btn-glass.btn-info:hover,
.climate .issue-colors.btn-glass .btn-info:hover,
.climate .issue-colors .btn-glass .btn-info:hover,
.climate .issue-colors.btn-glass.btn-info:focus,
.climate .issue-colors .btn-glass.btn-info:focus,
.climate .issue-colors.btn-glass .btn-info:focus,
.climate .issue-colors .btn-glass .btn-info:focus,
.climate .issue-colors.btn-glass.btn-info:active,
.climate .issue-colors .btn-glass.btn-info:active,
.climate .issue-colors.btn-glass .btn-info:active,
.climate .issue-colors .btn-glass .btn-info:active,
.climate .issue-colors.btn-glass.btn-info.active,
.climate .issue-colors .btn-glass.btn-info.active,
.climate .issue-colors.btn-glass .btn-info.active,
.climate .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #6cbd45 !important;
  border-color: #6cbd45 !important;
  text-decoration: none;
}
.climate .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #00a967;
  border-color: #00a967;
  text-transform: uppercase;
}
.climate .issue-colors .btn-primary:hover,
.climate .issue-colors .btn-primary:focus,
.climate .issue-colors .btn-primary:active,
.climate .issue-colors .btn-primary.active,
.open > .dropdown-toggle.climate .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #007648;
  border-color: #006c42;
}
.climate .issue-colors .btn-primary:active,
.climate .issue-colors .btn-primary.active,
.open > .dropdown-toggle.climate .issue-colors .btn-primary {
  background-image: none;
}
.climate .issue-colors .btn-primary .badge {
  color: #00a967;
  background-color: #ffffff;
}
.climate .issue-colors .btn-primary:hover,
.climate .issue-colors .btn-primary:focus,
.climate .issue-colors .btn-primary:active,
.climate .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #008551 !important;
  border-color: #008551 !important;
}
.climate .issue-colors .btn-primary:active,
.climate .issue-colors .btn-primary.active {
  background-image: none;
}
.climate .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #6dbf92;
  border-color: #6dbf92;
  text-transform: uppercase;
}
.climate .issue-colors .btn-default:hover,
.climate .issue-colors .btn-default:focus,
.climate .issue-colors .btn-default:active,
.climate .issue-colors .btn-default.active,
.open > .dropdown-toggle.climate .issue-colors .btn-default {
  color: #ffffff;
  background-color: #4cad78;
  border-color: #49a673;
}
.climate .issue-colors .btn-default:active,
.climate .issue-colors .btn-default.active,
.open > .dropdown-toggle.climate .issue-colors .btn-default {
  background-image: none;
}
.climate .issue-colors .btn-default .badge {
  color: #6dbf92;
  background-color: #ffffff;
}
.climate .issue-colors .btn-default:hover,
.climate .issue-colors .btn-default:focus,
.climate .issue-colors .btn-default:active,
.climate .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #54b47f !important;
  border-color: #54b47f !important;
}
.climate .issue-colors .btn-default:active,
.climate .issue-colors .btn-default.active {
  background-image: none;
}
.climate .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #6cbd45;
  border-color: #6cbd45;
  text-transform: uppercase;
}
.climate .issue-colors .btn-info:hover,
.climate .issue-colors .btn-info:focus,
.climate .issue-colors .btn-info:active,
.climate .issue-colors .btn-info.active,
.open > .dropdown-toggle.climate .issue-colors .btn-info {
  color: #ffffff;
  background-color: #569936;
  border-color: #529134;
}
.climate .issue-colors .btn-info:active,
.climate .issue-colors .btn-info.active,
.open > .dropdown-toggle.climate .issue-colors .btn-info {
  background-image: none;
}
.climate .issue-colors .btn-info .badge {
  color: #6cbd45;
  background-color: #ffffff;
}
.climate .issue-colors .btn-info:hover,
.climate .issue-colors .btn-info:focus,
.climate .issue-colors .btn-info:active,
.climate .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #5da43a !important;
  border-color: #5da43a !important;
}
.climate .issue-colors .btn-info:active,
.climate .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.climate h2 {
  color: #00a967;
}
.spotlight.climate .header-hanging {
  background: #00a967;
}
.nav-issue .climate svg {
  fill: #00a967;
  width: 37px;
}
.nav-issue .climate a:hover svg,
.nav-issue .climate a:focus svg,
.nav-issue .climate a:active svg {
  fill: #008551;
}
.climate-txt {
  color: #00a967;
}
.climate-txt-2 {
  color: #6dbf92;
}
.climate-txt-3 {
  color: #6cbd45;
}
.climate-bg {
  background-color: #00a967 !important;
}
.climate-bg-2 {
  background-color: #6dbf92 !important;
}
.climate-bg-3 {
  background-color: #6cbd45 !important;
}
body.lgbt .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/lgbt.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/lgbt.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.lgbt .hero {
  border-bottom: 10px solid #363794;
}
.issue-page.lgbt .hero.masked {
  border-bottom: none;
}
.issue-page.lgbt .hero .mask {
  background-color: #363794;
}
.lgbt.wgt {
  border-top-color: #363794;
}
.lgbt .issue-colors h1 {
  color: #363794;
}
.lgbt .issue-colors a,
.lgbt .issue-colors a:link,
.lgbt .issue-colors a:visited {
  color: #363794;
}
.lgbt .issue-colors a:hover,
.lgbt .issue-colors a:link:hover,
.lgbt .issue-colors a:visited:hover,
.lgbt .issue-colors a:focus,
.lgbt .issue-colors a:link:focus,
.lgbt .issue-colors a:visited:focus,
.lgbt .issue-colors a a:active,
.lgbt .issue-colors a:link a:active,
.lgbt .issue-colors a:visited a:active {
  color: #4041ae;
}
.lgbt .issue-colors.btn-glass.button,
.lgbt .issue-colors .btn-glass.button,
.lgbt .issue-colors.btn-glass .button,
.lgbt .issue-colors .btn-glass .button,
.lgbt .issue-colors.btn-glass.btn-primary,
.lgbt .issue-colors .btn-glass.btn-primary,
.lgbt .issue-colors.btn-glass .btn-primary,
.lgbt .issue-colors .btn-glass .btn-primary {
  color: #363794 !important;
  background-color: transparent;
  border: #363794 solid 2px;
  text-transform: initial;
}
.lgbt .issue-colors.btn-glass.button:hover,
.lgbt .issue-colors .btn-glass.button:hover,
.lgbt .issue-colors.btn-glass .button:hover,
.lgbt .issue-colors .btn-glass .button:hover,
.lgbt .issue-colors.btn-glass.btn-primary:hover,
.lgbt .issue-colors .btn-glass.btn-primary:hover,
.lgbt .issue-colors.btn-glass .btn-primary:hover,
.lgbt .issue-colors .btn-glass .btn-primary:hover,
.lgbt .issue-colors.btn-glass.button:focus,
.lgbt .issue-colors .btn-glass.button:focus,
.lgbt .issue-colors.btn-glass .button:focus,
.lgbt .issue-colors .btn-glass .button:focus,
.lgbt .issue-colors.btn-glass.btn-primary:focus,
.lgbt .issue-colors .btn-glass.btn-primary:focus,
.lgbt .issue-colors.btn-glass .btn-primary:focus,
.lgbt .issue-colors .btn-glass .btn-primary:focus,
.lgbt .issue-colors.btn-glass.button:active,
.lgbt .issue-colors .btn-glass.button:active,
.lgbt .issue-colors.btn-glass .button:active,
.lgbt .issue-colors .btn-glass .button:active,
.lgbt .issue-colors.btn-glass.btn-primary:active,
.lgbt .issue-colors .btn-glass.btn-primary:active,
.lgbt .issue-colors.btn-glass .btn-primary:active,
.lgbt .issue-colors .btn-glass .btn-primary:active,
.lgbt .issue-colors.btn-glass.button.active,
.lgbt .issue-colors .btn-glass.button.active,
.lgbt .issue-colors.btn-glass .button.active,
.lgbt .issue-colors .btn-glass .button.active,
.lgbt .issue-colors.btn-glass.btn-primary.active,
.lgbt .issue-colors .btn-glass.btn-primary.active,
.lgbt .issue-colors.btn-glass .btn-primary.active,
.lgbt .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #363794 !important;
  border-color: #363794 !important;
  text-decoration: none;
}
.lgbt .issue-colors.btn-glass.btn-default,
.lgbt .issue-colors .btn-glass.btn-default,
.lgbt .issue-colors.btn-glass .btn-default,
.lgbt .issue-colors .btn-glass .btn-default {
  color: #ed9a57 !important;
  background-color: transparent;
  border: #ed9a57 solid 2px;
  text-transform: initial;
}
.lgbt .issue-colors.btn-glass.btn-default:hover,
.lgbt .issue-colors .btn-glass.btn-default:hover,
.lgbt .issue-colors.btn-glass .btn-default:hover,
.lgbt .issue-colors .btn-glass .btn-default:hover,
.lgbt .issue-colors.btn-glass.btn-default:focus,
.lgbt .issue-colors .btn-glass.btn-default:focus,
.lgbt .issue-colors.btn-glass .btn-default:focus,
.lgbt .issue-colors .btn-glass .btn-default:focus,
.lgbt .issue-colors.btn-glass.btn-default:active,
.lgbt .issue-colors .btn-glass.btn-default:active,
.lgbt .issue-colors.btn-glass .btn-default:active,
.lgbt .issue-colors .btn-glass .btn-default:active,
.lgbt .issue-colors.btn-glass.btn-default.active,
.lgbt .issue-colors .btn-glass.btn-default.active,
.lgbt .issue-colors.btn-glass .btn-default.active,
.lgbt .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #ed9a57 !important;
  border-color: #ed9a57 !important;
  text-decoration: none;
}
.lgbt .issue-colors.btn-glass.btn-info,
.lgbt .issue-colors .btn-glass.btn-info,
.lgbt .issue-colors.btn-glass .btn-info,
.lgbt .issue-colors .btn-glass .btn-info {
  color: #f25967 !important;
  background-color: transparent;
  border: #f25967 solid 2px;
  text-transform: initial;
}
.lgbt .issue-colors.btn-glass.btn-info:hover,
.lgbt .issue-colors .btn-glass.btn-info:hover,
.lgbt .issue-colors.btn-glass .btn-info:hover,
.lgbt .issue-colors .btn-glass .btn-info:hover,
.lgbt .issue-colors.btn-glass.btn-info:focus,
.lgbt .issue-colors .btn-glass.btn-info:focus,
.lgbt .issue-colors.btn-glass .btn-info:focus,
.lgbt .issue-colors .btn-glass .btn-info:focus,
.lgbt .issue-colors.btn-glass.btn-info:active,
.lgbt .issue-colors .btn-glass.btn-info:active,
.lgbt .issue-colors.btn-glass .btn-info:active,
.lgbt .issue-colors .btn-glass .btn-info:active,
.lgbt .issue-colors.btn-glass.btn-info.active,
.lgbt .issue-colors .btn-glass.btn-info.active,
.lgbt .issue-colors.btn-glass .btn-info.active,
.lgbt .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #f25967 !important;
  border-color: #f25967 !important;
  text-decoration: none;
}
.lgbt .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #363794;
  border-color: #363794;
  text-transform: uppercase;
}
.lgbt .issue-colors .btn-primary:hover,
.lgbt .issue-colors .btn-primary:focus,
.lgbt .issue-colors .btn-primary:active,
.lgbt .issue-colors .btn-primary.active,
.open > .dropdown-toggle.lgbt .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #28296f;
  border-color: #262667;
}
.lgbt .issue-colors .btn-primary:active,
.lgbt .issue-colors .btn-primary.active,
.open > .dropdown-toggle.lgbt .issue-colors .btn-primary {
  background-image: none;
}
.lgbt .issue-colors .btn-primary .badge {
  color: #363794;
  background-color: #ffffff;
}
.lgbt .issue-colors .btn-primary:hover,
.lgbt .issue-colors .btn-primary:focus,
.lgbt .issue-colors .btn-primary:active,
.lgbt .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #2c2d7a !important;
  border-color: #2c2d7a !important;
}
.lgbt .issue-colors .btn-primary:active,
.lgbt .issue-colors .btn-primary.active {
  background-image: none;
}
.lgbt .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ed9a57;
  border-color: #ed9a57;
  text-transform: uppercase;
}
.lgbt .issue-colors .btn-default:hover,
.lgbt .issue-colors .btn-default:focus,
.lgbt .issue-colors .btn-default:active,
.lgbt .issue-colors .btn-default.active,
.open > .dropdown-toggle.lgbt .issue-colors .btn-default {
  color: #ffffff;
  background-color: #e87e29;
  border-color: #e77920;
}
.lgbt .issue-colors .btn-default:active,
.lgbt .issue-colors .btn-default.active,
.open > .dropdown-toggle.lgbt .issue-colors .btn-default {
  background-image: none;
}
.lgbt .issue-colors .btn-default .badge {
  color: #ed9a57;
  background-color: #ffffff;
}
.lgbt .issue-colors .btn-default:hover,
.lgbt .issue-colors .btn-default:focus,
.lgbt .issue-colors .btn-default:active,
.lgbt .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #ea8737 !important;
  border-color: #ea8737 !important;
}
.lgbt .issue-colors .btn-default:active,
.lgbt .issue-colors .btn-default.active {
  background-image: none;
}
.lgbt .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #f25967;
  border-color: #f25967;
  text-transform: uppercase;
}
.lgbt .issue-colors .btn-info:hover,
.lgbt .issue-colors .btn-info:focus,
.lgbt .issue-colors .btn-info:active,
.lgbt .issue-colors .btn-info.active,
.open > .dropdown-toggle.lgbt .issue-colors .btn-info {
  color: #ffffff;
  background-color: #ee2a3c;
  border-color: #ee2033;
}
.lgbt .issue-colors .btn-info:active,
.lgbt .issue-colors .btn-info.active,
.open > .dropdown-toggle.lgbt .issue-colors .btn-info {
  background-image: none;
}
.lgbt .issue-colors .btn-info .badge {
  color: #f25967;
  background-color: #ffffff;
}
.lgbt .issue-colors .btn-info:hover,
.lgbt .issue-colors .btn-info:focus,
.lgbt .issue-colors .btn-info:active,
.lgbt .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #ef3849 !important;
  border-color: #ef3849 !important;
}
.lgbt .issue-colors .btn-info:active,
.lgbt .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.lgbt h2 {
  color: #363794;
}
.spotlight.lgbt .header-hanging {
  background: #363794;
}
.nav-issue .lgbt svg {
  fill: #363794;
  width: 44px;
}
.nav-issue .lgbt a:hover svg,
.nav-issue .lgbt a:focus svg,
.nav-issue .lgbt a:active svg {
  fill: #2c2d7a;
}
.lgbt-txt {
  color: #363794;
}
.lgbt-txt-2 {
  color: #ed9a57;
}
.lgbt-txt-3 {
  color: #f25967;
}
.lgbt-bg {
  background-color: #363794 !important;
}
.lgbt-bg-2 {
  background-color: #ed9a57 !important;
}
.lgbt-bg-3 {
  background-color: #f25967 !important;
}
body.healthcare .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/healthcare.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/healthcare.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.healthcare .hero {
  border-bottom: 10px solid #ed4227;
}
.issue-page.healthcare .hero.masked {
  border-bottom: none;
}
.issue-page.healthcare .hero .mask {
  background-color: #ed4227;
}
.healthcare.wgt {
  border-top-color: #ed4227;
}
.healthcare .issue-colors h1 {
  color: #ed4227;
}
.healthcare .issue-colors a,
.healthcare .issue-colors a:link,
.healthcare .issue-colors a:visited {
  color: #ed4227;
}
.healthcare .issue-colors a:hover,
.healthcare .issue-colors a:link:hover,
.healthcare .issue-colors a:visited:hover,
.healthcare .issue-colors a:focus,
.healthcare .issue-colors a:link:focus,
.healthcare .issue-colors a:visited:focus,
.healthcare .issue-colors a a:active,
.healthcare .issue-colors a:link a:active,
.healthcare .issue-colors a:visited a:active {
  color: #f05f48;
}
.healthcare .issue-colors.btn-glass.button,
.healthcare .issue-colors .btn-glass.button,
.healthcare .issue-colors.btn-glass .button,
.healthcare .issue-colors .btn-glass .button,
.healthcare .issue-colors.btn-glass.btn-primary,
.healthcare .issue-colors .btn-glass.btn-primary,
.healthcare .issue-colors.btn-glass .btn-primary,
.healthcare .issue-colors .btn-glass .btn-primary {
  color: #ed4227 !important;
  background-color: transparent;
  border: #ed4227 solid 2px;
  text-transform: initial;
}
.healthcare .issue-colors.btn-glass.button:hover,
.healthcare .issue-colors .btn-glass.button:hover,
.healthcare .issue-colors.btn-glass .button:hover,
.healthcare .issue-colors .btn-glass .button:hover,
.healthcare .issue-colors.btn-glass.btn-primary:hover,
.healthcare .issue-colors .btn-glass.btn-primary:hover,
.healthcare .issue-colors.btn-glass .btn-primary:hover,
.healthcare .issue-colors .btn-glass .btn-primary:hover,
.healthcare .issue-colors.btn-glass.button:focus,
.healthcare .issue-colors .btn-glass.button:focus,
.healthcare .issue-colors.btn-glass .button:focus,
.healthcare .issue-colors .btn-glass .button:focus,
.healthcare .issue-colors.btn-glass.btn-primary:focus,
.healthcare .issue-colors .btn-glass.btn-primary:focus,
.healthcare .issue-colors.btn-glass .btn-primary:focus,
.healthcare .issue-colors .btn-glass .btn-primary:focus,
.healthcare .issue-colors.btn-glass.button:active,
.healthcare .issue-colors .btn-glass.button:active,
.healthcare .issue-colors.btn-glass .button:active,
.healthcare .issue-colors .btn-glass .button:active,
.healthcare .issue-colors.btn-glass.btn-primary:active,
.healthcare .issue-colors .btn-glass.btn-primary:active,
.healthcare .issue-colors.btn-glass .btn-primary:active,
.healthcare .issue-colors .btn-glass .btn-primary:active,
.healthcare .issue-colors.btn-glass.button.active,
.healthcare .issue-colors .btn-glass.button.active,
.healthcare .issue-colors.btn-glass .button.active,
.healthcare .issue-colors .btn-glass .button.active,
.healthcare .issue-colors.btn-glass.btn-primary.active,
.healthcare .issue-colors .btn-glass.btn-primary.active,
.healthcare .issue-colors.btn-glass .btn-primary.active,
.healthcare .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #ed4227 !important;
  border-color: #ed4227 !important;
  text-decoration: none;
}
.healthcare .issue-colors.btn-glass.btn-default,
.healthcare .issue-colors .btn-glass.btn-default,
.healthcare .issue-colors.btn-glass .btn-default,
.healthcare .issue-colors .btn-glass .btn-default {
  color: #f6995e !important;
  background-color: transparent;
  border: #f6995e solid 2px;
  text-transform: initial;
}
.healthcare .issue-colors.btn-glass.btn-default:hover,
.healthcare .issue-colors .btn-glass.btn-default:hover,
.healthcare .issue-colors.btn-glass .btn-default:hover,
.healthcare .issue-colors .btn-glass .btn-default:hover,
.healthcare .issue-colors.btn-glass.btn-default:focus,
.healthcare .issue-colors .btn-glass.btn-default:focus,
.healthcare .issue-colors.btn-glass .btn-default:focus,
.healthcare .issue-colors .btn-glass .btn-default:focus,
.healthcare .issue-colors.btn-glass.btn-default:active,
.healthcare .issue-colors .btn-glass.btn-default:active,
.healthcare .issue-colors.btn-glass .btn-default:active,
.healthcare .issue-colors .btn-glass .btn-default:active,
.healthcare .issue-colors.btn-glass.btn-default.active,
.healthcare .issue-colors .btn-glass.btn-default.active,
.healthcare .issue-colors.btn-glass .btn-default.active,
.healthcare .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #f6995e !important;
  border-color: #f6995e !important;
  text-decoration: none;
}
.healthcare .issue-colors.btn-glass.btn-info,
.healthcare .issue-colors .btn-glass.btn-info,
.healthcare .issue-colors.btn-glass .btn-info,
.healthcare .issue-colors .btn-glass .btn-info {
  color: #2b4765 !important;
  background-color: transparent;
  border: #2b4765 solid 2px;
  text-transform: initial;
}
.healthcare .issue-colors.btn-glass.btn-info:hover,
.healthcare .issue-colors .btn-glass.btn-info:hover,
.healthcare .issue-colors.btn-glass .btn-info:hover,
.healthcare .issue-colors .btn-glass .btn-info:hover,
.healthcare .issue-colors.btn-glass.btn-info:focus,
.healthcare .issue-colors .btn-glass.btn-info:focus,
.healthcare .issue-colors.btn-glass .btn-info:focus,
.healthcare .issue-colors .btn-glass .btn-info:focus,
.healthcare .issue-colors.btn-glass.btn-info:active,
.healthcare .issue-colors .btn-glass.btn-info:active,
.healthcare .issue-colors.btn-glass .btn-info:active,
.healthcare .issue-colors .btn-glass .btn-info:active,
.healthcare .issue-colors.btn-glass.btn-info.active,
.healthcare .issue-colors .btn-glass.btn-info.active,
.healthcare .issue-colors.btn-glass .btn-info.active,
.healthcare .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #2b4765 !important;
  border-color: #2b4765 !important;
  text-decoration: none;
}
.healthcare .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ed4227;
  border-color: #ed4227;
  text-transform: uppercase;
}
.healthcare .issue-colors .btn-primary:hover,
.healthcare .issue-colors .btn-primary:focus,
.healthcare .issue-colors .btn-primary:active,
.healthcare .issue-colors .btn-primary.active,
.open > .dropdown-toggle.healthcare .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #d02b11;
  border-color: #c62911;
}
.healthcare .issue-colors .btn-primary:active,
.healthcare .issue-colors .btn-primary.active,
.open > .dropdown-toggle.healthcare .issue-colors .btn-primary {
  background-image: none;
}
.healthcare .issue-colors .btn-primary .badge {
  color: #ed4227;
  background-color: #ffffff;
}
.healthcare .issue-colors .btn-primary:hover,
.healthcare .issue-colors .btn-primary:focus,
.healthcare .issue-colors .btn-primary:active,
.healthcare .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #de2e12 !important;
  border-color: #de2e12 !important;
}
.healthcare .issue-colors .btn-primary:active,
.healthcare .issue-colors .btn-primary.active {
  background-image: none;
}
.healthcare .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #f6995e;
  border-color: #f6995e;
  text-transform: uppercase;
}
.healthcare .issue-colors .btn-default:hover,
.healthcare .issue-colors .btn-default:focus,
.healthcare .issue-colors .btn-default:active,
.healthcare .issue-colors .btn-default.active,
.open > .dropdown-toggle.healthcare .issue-colors .btn-default {
  color: #ffffff;
  background-color: #f37a2e;
  border-color: #f37424;
}
.healthcare .issue-colors .btn-default:active,
.healthcare .issue-colors .btn-default.active,
.open > .dropdown-toggle.healthcare .issue-colors .btn-default {
  background-image: none;
}
.healthcare .issue-colors .btn-default .badge {
  color: #f6995e;
  background-color: #ffffff;
}
.healthcare .issue-colors .btn-default:hover,
.healthcare .issue-colors .btn-default:focus,
.healthcare .issue-colors .btn-default:active,
.healthcare .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #f4843c !important;
  border-color: #f4843c !important;
}
.healthcare .issue-colors .btn-default:active,
.healthcare .issue-colors .btn-default.active {
  background-image: none;
}
.healthcare .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #2b4765;
  border-color: #2b4765;
  text-transform: uppercase;
}
.healthcare .issue-colors .btn-info:hover,
.healthcare .issue-colors .btn-info:focus,
.healthcare .issue-colors .btn-info:active,
.healthcare .issue-colors .btn-info.active,
.open > .dropdown-toggle.healthcare .issue-colors .btn-info {
  color: #ffffff;
  background-color: #1c2e41;
  border-color: #19293a;
}
.healthcare .issue-colors .btn-info:active,
.healthcare .issue-colors .btn-info.active,
.open > .dropdown-toggle.healthcare .issue-colors .btn-info {
  background-image: none;
}
.healthcare .issue-colors .btn-info .badge {
  color: #2b4765;
  background-color: #ffffff;
}
.healthcare .issue-colors .btn-info:hover,
.healthcare .issue-colors .btn-info:focus,
.healthcare .issue-colors .btn-info:active,
.healthcare .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #20354c !important;
  border-color: #20354c !important;
}
.healthcare .issue-colors .btn-info:active,
.healthcare .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.healthcare h2 {
  color: #ed4227;
}
.spotlight.healthcare .header-hanging {
  background: #ed4227;
}
.nav-issue .healthcare svg {
  fill: #ed4227;
  width: 37px;
}
.nav-issue .healthcare a:hover svg,
.nav-issue .healthcare a:focus svg,
.nav-issue .healthcare a:active svg {
  fill: #de2e12;
}
.healthcare-txt {
  color: #ed4227;
}
.healthcare-txt-2 {
  color: #f6995e;
}
.healthcare-txt-3 {
  color: #2b4765;
}
.healthcare-bg {
  background-color: #ed4227 !important;
}
.healthcare-bg-2 {
  background-color: #f6995e !important;
}
.healthcare-bg-3 {
  background-color: #2b4765 !important;
}
body.immigration .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/immigration.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/immigration.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.immigration .hero {
  border-bottom: 10px solid #983667;
}
.issue-page.immigration .hero.masked {
  border-bottom: none;
}
.issue-page.immigration .hero .mask {
  background-color: #983667;
}
.immigration.wgt {
  border-top-color: #983667;
}
.immigration .issue-colors h1 {
  color: #983667;
}
.immigration .issue-colors a,
.immigration .issue-colors a:link,
.immigration .issue-colors a:visited {
  color: #983667;
}
.immigration .issue-colors a:hover,
.immigration .issue-colors a:link:hover,
.immigration .issue-colors a:visited:hover,
.immigration .issue-colors a:focus,
.immigration .issue-colors a:link:focus,
.immigration .issue-colors a:visited:focus,
.immigration .issue-colors a a:active,
.immigration .issue-colors a:link a:active,
.immigration .issue-colors a:visited a:active {
  color: #b23f79;
}
.immigration .issue-colors.btn-glass.button,
.immigration .issue-colors .btn-glass.button,
.immigration .issue-colors.btn-glass .button,
.immigration .issue-colors .btn-glass .button,
.immigration .issue-colors.btn-glass.btn-primary,
.immigration .issue-colors .btn-glass.btn-primary,
.immigration .issue-colors.btn-glass .btn-primary,
.immigration .issue-colors .btn-glass .btn-primary {
  color: #983667 !important;
  background-color: transparent;
  border: #983667 solid 2px;
  text-transform: initial;
}
.immigration .issue-colors.btn-glass.button:hover,
.immigration .issue-colors .btn-glass.button:hover,
.immigration .issue-colors.btn-glass .button:hover,
.immigration .issue-colors .btn-glass .button:hover,
.immigration .issue-colors.btn-glass.btn-primary:hover,
.immigration .issue-colors .btn-glass.btn-primary:hover,
.immigration .issue-colors.btn-glass .btn-primary:hover,
.immigration .issue-colors .btn-glass .btn-primary:hover,
.immigration .issue-colors.btn-glass.button:focus,
.immigration .issue-colors .btn-glass.button:focus,
.immigration .issue-colors.btn-glass .button:focus,
.immigration .issue-colors .btn-glass .button:focus,
.immigration .issue-colors.btn-glass.btn-primary:focus,
.immigration .issue-colors .btn-glass.btn-primary:focus,
.immigration .issue-colors.btn-glass .btn-primary:focus,
.immigration .issue-colors .btn-glass .btn-primary:focus,
.immigration .issue-colors.btn-glass.button:active,
.immigration .issue-colors .btn-glass.button:active,
.immigration .issue-colors.btn-glass .button:active,
.immigration .issue-colors .btn-glass .button:active,
.immigration .issue-colors.btn-glass.btn-primary:active,
.immigration .issue-colors .btn-glass.btn-primary:active,
.immigration .issue-colors.btn-glass .btn-primary:active,
.immigration .issue-colors .btn-glass .btn-primary:active,
.immigration .issue-colors.btn-glass.button.active,
.immigration .issue-colors .btn-glass.button.active,
.immigration .issue-colors.btn-glass .button.active,
.immigration .issue-colors .btn-glass .button.active,
.immigration .issue-colors.btn-glass.btn-primary.active,
.immigration .issue-colors .btn-glass.btn-primary.active,
.immigration .issue-colors.btn-glass .btn-primary.active,
.immigration .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #983667 !important;
  border-color: #983667 !important;
  text-decoration: none;
}
.immigration .issue-colors.btn-glass.btn-default,
.immigration .issue-colors .btn-glass.btn-default,
.immigration .issue-colors.btn-glass .btn-default,
.immigration .issue-colors .btn-glass .btn-default {
  color: #bed469 !important;
  background-color: transparent;
  border: #bed469 solid 2px;
  text-transform: initial;
}
.immigration .issue-colors.btn-glass.btn-default:hover,
.immigration .issue-colors .btn-glass.btn-default:hover,
.immigration .issue-colors.btn-glass .btn-default:hover,
.immigration .issue-colors .btn-glass .btn-default:hover,
.immigration .issue-colors.btn-glass.btn-default:focus,
.immigration .issue-colors .btn-glass.btn-default:focus,
.immigration .issue-colors.btn-glass .btn-default:focus,
.immigration .issue-colors .btn-glass .btn-default:focus,
.immigration .issue-colors.btn-glass.btn-default:active,
.immigration .issue-colors .btn-glass.btn-default:active,
.immigration .issue-colors.btn-glass .btn-default:active,
.immigration .issue-colors .btn-glass .btn-default:active,
.immigration .issue-colors.btn-glass.btn-default.active,
.immigration .issue-colors .btn-glass.btn-default.active,
.immigration .issue-colors.btn-glass .btn-default.active,
.immigration .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #bed469 !important;
  border-color: #bed469 !important;
  text-decoration: none;
}
.immigration .issue-colors.btn-glass.btn-info,
.immigration .issue-colors .btn-glass.btn-info,
.immigration .issue-colors.btn-glass .btn-info,
.immigration .issue-colors .btn-glass .btn-info {
  color: #bed469 !important;
  background-color: transparent;
  border: #bed469 solid 2px;
  text-transform: initial;
}
.immigration .issue-colors.btn-glass.btn-info:hover,
.immigration .issue-colors .btn-glass.btn-info:hover,
.immigration .issue-colors.btn-glass .btn-info:hover,
.immigration .issue-colors .btn-glass .btn-info:hover,
.immigration .issue-colors.btn-glass.btn-info:focus,
.immigration .issue-colors .btn-glass.btn-info:focus,
.immigration .issue-colors.btn-glass .btn-info:focus,
.immigration .issue-colors .btn-glass .btn-info:focus,
.immigration .issue-colors.btn-glass.btn-info:active,
.immigration .issue-colors .btn-glass.btn-info:active,
.immigration .issue-colors.btn-glass .btn-info:active,
.immigration .issue-colors .btn-glass .btn-info:active,
.immigration .issue-colors.btn-glass.btn-info.active,
.immigration .issue-colors .btn-glass.btn-info.active,
.immigration .issue-colors.btn-glass .btn-info.active,
.immigration .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #bed469 !important;
  border-color: #bed469 !important;
  text-decoration: none;
}
.immigration .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #983667;
  border-color: #983667;
  text-transform: uppercase;
}
.immigration .issue-colors .btn-primary:hover,
.immigration .issue-colors .btn-primary:focus,
.immigration .issue-colors .btn-primary:active,
.immigration .issue-colors .btn-primary.active,
.open > .dropdown-toggle.immigration .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #72294e;
  border-color: #6b2648;
}
.immigration .issue-colors .btn-primary:active,
.immigration .issue-colors .btn-primary.active,
.open > .dropdown-toggle.immigration .issue-colors .btn-primary {
  background-image: none;
}
.immigration .issue-colors .btn-primary .badge {
  color: #983667;
  background-color: #ffffff;
}
.immigration .issue-colors .btn-primary:hover,
.immigration .issue-colors .btn-primary:focus,
.immigration .issue-colors .btn-primary:active,
.immigration .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #7e2d55 !important;
  border-color: #7e2d55 !important;
}
.immigration .issue-colors .btn-primary:active,
.immigration .issue-colors .btn-primary.active {
  background-image: none;
}
.immigration .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #bed469;
  border-color: #bed469;
  text-transform: uppercase;
}
.immigration .issue-colors .btn-default:hover,
.immigration .issue-colors .btn-default:focus,
.immigration .issue-colors .btn-default:active,
.immigration .issue-colors .btn-default.active,
.open > .dropdown-toggle.immigration .issue-colors .btn-default {
  color: #ffffff;
  background-color: #adc941;
  border-color: #a9c639;
}
.immigration .issue-colors .btn-default:active,
.immigration .issue-colors .btn-default.active,
.open > .dropdown-toggle.immigration .issue-colors .btn-default {
  background-image: none;
}
.immigration .issue-colors .btn-default .badge {
  color: #bed469;
  background-color: #ffffff;
}
.immigration .issue-colors .btn-default:hover,
.immigration .issue-colors .btn-default:focus,
.immigration .issue-colors .btn-default:active,
.immigration .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #b2cc4d !important;
  border-color: #b2cc4d !important;
}
.immigration .issue-colors .btn-default:active,
.immigration .issue-colors .btn-default.active {
  background-image: none;
}
.immigration .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #bed469;
  border-color: #bed469;
  text-transform: uppercase;
}
.immigration .issue-colors .btn-info:hover,
.immigration .issue-colors .btn-info:focus,
.immigration .issue-colors .btn-info:active,
.immigration .issue-colors .btn-info.active,
.open > .dropdown-toggle.immigration .issue-colors .btn-info {
  color: #ffffff;
  background-color: #adc941;
  border-color: #a9c639;
}
.immigration .issue-colors .btn-info:active,
.immigration .issue-colors .btn-info.active,
.open > .dropdown-toggle.immigration .issue-colors .btn-info {
  background-image: none;
}
.immigration .issue-colors .btn-info .badge {
  color: #bed469;
  background-color: #ffffff;
}
.immigration .issue-colors .btn-info:hover,
.immigration .issue-colors .btn-info:focus,
.immigration .issue-colors .btn-info:active,
.immigration .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #b2cc4d !important;
  border-color: #b2cc4d !important;
}
.immigration .issue-colors .btn-info:active,
.immigration .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.immigration h2 {
  color: #983667;
}
.spotlight.immigration .header-hanging {
  background: #983667;
}
.nav-issue .immigration svg {
  fill: #983667;
  width: 47px;
}
.nav-issue .immigration a:hover svg,
.nav-issue .immigration a:focus svg,
.nav-issue .immigration a:active svg {
  fill: #7e2d55;
}
.immigration-txt {
  color: #983667;
}
.immigration-txt-2 {
  color: #bed469;
}
.immigration-txt-3 {
  color: #bed469;
}
.immigration-bg {
  background-color: #983667 !important;
}
.immigration-bg-2 {
  background-color: #bed469 !important;
}
.immigration-bg-3 {
  background-color: #bed469 !important;
}
body.women .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/women.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/women.svg'), none;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}
.issue-page.women .hero {
  border-bottom: 10px solid #ee8622;
}
.issue-page.women .hero.masked {
  border-bottom: none;
}
.issue-page.women .hero .mask {
  background-color: #ee8622;
}
.women.wgt {
  border-top-color: #ee8622;
}
.women .issue-colors h1 {
  color: #ee8622;
}
.women .issue-colors a,
.women .issue-colors a:link,
.women .issue-colors a:visited {
  color: #ee8622;
}
.women .issue-colors a:hover,
.women .issue-colors a:link:hover,
.women .issue-colors a:visited:hover,
.women .issue-colors a:focus,
.women .issue-colors a:link:focus,
.women .issue-colors a:visited:focus,
.women .issue-colors a a:active,
.women .issue-colors a:link a:active,
.women .issue-colors a:visited a:active {
  color: #f19843;
}
.women .issue-colors.btn-glass.button,
.women .issue-colors .btn-glass.button,
.women .issue-colors.btn-glass .button,
.women .issue-colors .btn-glass .button,
.women .issue-colors.btn-glass.btn-primary,
.women .issue-colors .btn-glass.btn-primary,
.women .issue-colors.btn-glass .btn-primary,
.women .issue-colors .btn-glass .btn-primary {
  color: #ee8622 !important;
  background-color: transparent;
  border: #ee8622 solid 2px;
  text-transform: initial;
}
.women .issue-colors.btn-glass.button:hover,
.women .issue-colors .btn-glass.button:hover,
.women .issue-colors.btn-glass .button:hover,
.women .issue-colors .btn-glass .button:hover,
.women .issue-colors.btn-glass.btn-primary:hover,
.women .issue-colors .btn-glass.btn-primary:hover,
.women .issue-colors.btn-glass .btn-primary:hover,
.women .issue-colors .btn-glass .btn-primary:hover,
.women .issue-colors.btn-glass.button:focus,
.women .issue-colors .btn-glass.button:focus,
.women .issue-colors.btn-glass .button:focus,
.women .issue-colors .btn-glass .button:focus,
.women .issue-colors.btn-glass.btn-primary:focus,
.women .issue-colors .btn-glass.btn-primary:focus,
.women .issue-colors.btn-glass .btn-primary:focus,
.women .issue-colors .btn-glass .btn-primary:focus,
.women .issue-colors.btn-glass.button:active,
.women .issue-colors .btn-glass.button:active,
.women .issue-colors.btn-glass .button:active,
.women .issue-colors .btn-glass .button:active,
.women .issue-colors.btn-glass.btn-primary:active,
.women .issue-colors .btn-glass.btn-primary:active,
.women .issue-colors.btn-glass .btn-primary:active,
.women .issue-colors .btn-glass .btn-primary:active,
.women .issue-colors.btn-glass.button.active,
.women .issue-colors .btn-glass.button.active,
.women .issue-colors.btn-glass .button.active,
.women .issue-colors .btn-glass .button.active,
.women .issue-colors.btn-glass.btn-primary.active,
.women .issue-colors .btn-glass.btn-primary.active,
.women .issue-colors.btn-glass .btn-primary.active,
.women .issue-colors .btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #ee8622 !important;
  border-color: #ee8622 !important;
  text-decoration: none;
}
.women .issue-colors.btn-glass.btn-default,
.women .issue-colors .btn-glass.btn-default,
.women .issue-colors.btn-glass .btn-default,
.women .issue-colors .btn-glass .btn-default {
  color: #87c8a7 !important;
  background-color: transparent;
  border: #87c8a7 solid 2px;
  text-transform: initial;
}
.women .issue-colors.btn-glass.btn-default:hover,
.women .issue-colors .btn-glass.btn-default:hover,
.women .issue-colors.btn-glass .btn-default:hover,
.women .issue-colors .btn-glass .btn-default:hover,
.women .issue-colors.btn-glass.btn-default:focus,
.women .issue-colors .btn-glass.btn-default:focus,
.women .issue-colors.btn-glass .btn-default:focus,
.women .issue-colors .btn-glass .btn-default:focus,
.women .issue-colors.btn-glass.btn-default:active,
.women .issue-colors .btn-glass.btn-default:active,
.women .issue-colors.btn-glass .btn-default:active,
.women .issue-colors .btn-glass .btn-default:active,
.women .issue-colors.btn-glass.btn-default.active,
.women .issue-colors .btn-glass.btn-default.active,
.women .issue-colors.btn-glass .btn-default.active,
.women .issue-colors .btn-glass .btn-default.active {
  color: #ffffff !important;
  background-color: #87c8a7 !important;
  border-color: #87c8a7 !important;
  text-decoration: none;
}
.women .issue-colors.btn-glass.btn-info,
.women .issue-colors .btn-glass.btn-info,
.women .issue-colors.btn-glass .btn-info,
.women .issue-colors .btn-glass .btn-info {
  color: #ec3168 !important;
  background-color: transparent;
  border: #ec3168 solid 2px;
  text-transform: initial;
}
.women .issue-colors.btn-glass.btn-info:hover,
.women .issue-colors .btn-glass.btn-info:hover,
.women .issue-colors.btn-glass .btn-info:hover,
.women .issue-colors .btn-glass .btn-info:hover,
.women .issue-colors.btn-glass.btn-info:focus,
.women .issue-colors .btn-glass.btn-info:focus,
.women .issue-colors.btn-glass .btn-info:focus,
.women .issue-colors .btn-glass .btn-info:focus,
.women .issue-colors.btn-glass.btn-info:active,
.women .issue-colors .btn-glass.btn-info:active,
.women .issue-colors.btn-glass .btn-info:active,
.women .issue-colors .btn-glass .btn-info:active,
.women .issue-colors.btn-glass.btn-info.active,
.women .issue-colors .btn-glass.btn-info.active,
.women .issue-colors.btn-glass .btn-info.active,
.women .issue-colors .btn-glass .btn-info.active {
  color: #ffffff !important;
  background-color: #ec3168 !important;
  border-color: #ec3168 !important;
  text-decoration: none;
}
.women .issue-colors .btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ee8622;
  border-color: #ee8622;
  text-transform: uppercase;
}
.women .issue-colors .btn-primary:hover,
.women .issue-colors .btn-primary:focus,
.women .issue-colors .btn-primary:active,
.women .issue-colors .btn-primary.active,
.open > .dropdown-toggle.women .issue-colors .btn-primary {
  color: #ffffff;
  background-color: #cd6d10;
  border-color: #c4680f;
}
.women .issue-colors .btn-primary:active,
.women .issue-colors .btn-primary.active,
.open > .dropdown-toggle.women .issue-colors .btn-primary {
  background-image: none;
}
.women .issue-colors .btn-primary .badge {
  color: #ee8622;
  background-color: #ffffff;
}
.women .issue-colors .btn-primary:hover,
.women .issue-colors .btn-primary:focus,
.women .issue-colors .btn-primary:active,
.women .issue-colors .btn-primary.active {
  color: #ffffff !important;
  background-color: #db7411 !important;
  border-color: #db7411 !important;
}
.women .issue-colors .btn-primary:active,
.women .issue-colors .btn-primary.active {
  background-image: none;
}
.women .issue-colors .btn-default {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #87c8a7;
  border-color: #87c8a7;
  text-transform: uppercase;
}
.women .issue-colors .btn-default:hover,
.women .issue-colors .btn-default:focus,
.women .issue-colors .btn-default:active,
.women .issue-colors .btn-default.active,
.open > .dropdown-toggle.women .issue-colors .btn-default {
  color: #ffffff;
  background-color: #64b88d;
  border-color: #5db588;
}
.women .issue-colors .btn-default:active,
.women .issue-colors .btn-default.active,
.open > .dropdown-toggle.women .issue-colors .btn-default {
  background-image: none;
}
.women .issue-colors .btn-default .badge {
  color: #87c8a7;
  background-color: #ffffff;
}
.women .issue-colors .btn-default:hover,
.women .issue-colors .btn-default:focus,
.women .issue-colors .btn-default:active,
.women .issue-colors .btn-default.active {
  color: #ffffff !important;
  background-color: #6fbd95 !important;
  border-color: #6fbd95 !important;
}
.women .issue-colors .btn-default:active,
.women .issue-colors .btn-default.active {
  background-image: none;
}
.women .issue-colors .btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #ec3168;
  border-color: #ec3168;
  text-transform: uppercase;
}
.women .issue-colors .btn-info:hover,
.women .issue-colors .btn-info:focus,
.women .issue-colors .btn-info:active,
.women .issue-colors .btn-info.active,
.open > .dropdown-toggle.women .issue-colors .btn-info {
  color: #ffffff;
  background-color: #d6144d;
  border-color: #cd134a;
}
.women .issue-colors .btn-info:active,
.women .issue-colors .btn-info.active,
.open > .dropdown-toggle.women .issue-colors .btn-info {
  background-image: none;
}
.women .issue-colors .btn-info .badge {
  color: #ec3168;
  background-color: #ffffff;
}
.women .issue-colors .btn-info:hover,
.women .issue-colors .btn-info:focus,
.women .issue-colors .btn-info:active,
.women .issue-colors .btn-info.active {
  color: #ffffff !important;
  background-color: #e41552 !important;
  border-color: #e41552 !important;
}
.women .issue-colors .btn-info:active,
.women .issue-colors .btn-info.active {
  background-image: none;
}
.spotlight.women h2 {
  color: #ee8622;
}
.spotlight.women .header-hanging {
  background: #ee8622;
}
.nav-issue .women svg {
  fill: #ee8622;
  width: 38px;
}
.nav-issue .women a:hover svg,
.nav-issue .women a:focus svg,
.nav-issue .women a:active svg {
  fill: #db7411;
}
.women-txt {
  color: #ee8622;
}
.women-txt-2 {
  color: #87c8a7;
}
.women-txt-3 {
  color: #ec3168;
}
.women-bg {
  background-color: #ee8622 !important;
}
.women-bg-2 {
  background-color: #87c8a7 !important;
}
.women-bg-3 {
  background-color: #ec3168 !important;
}
.nav-issue svg {
  fill: #667682;
  height: 52px;
  display: block;
  margin: 0 auto;
}
.nav-issue a:active svg,
.nav-issue a:focus svg,
.nav-issue a:hover svg {
  fill: #56646e;
}
.issue-page .hero {
  background-size: cover;
}
.issue-page .header-hanging + .row .wgt,
.connect .header-hanging + .row .wgt,
.training .header-hanging + .row .wgt,
.alumni .header-hanging + .row .wgt {
  padding-top: 4em;
}
.issue-page .column-nav,
.connect .column-nav,
.training .column-nav,
.alumni .column-nav {
  position: relative;
}
.issue-page .column-nav:after,
.connect .column-nav:after,
.training .column-nav:after,
.alumni .column-nav:after {
  position: absolute;
  top: 64px;
  left: 100%;
  content: "";
  height: 64px;
  width: 64px;
  background-color: #f5f5f5;
  display: block;
  background-position: 50% 50%;
}
.issue-page .widgets,
.connect .widgets,
.training .widgets,
.alumni .widgets {
  margin-top: 6em;
}
.issue-page .wgt,
.connect .wgt,
.training .wgt,
.alumni .wgt {
  border-top: none;
}
.issue-page h3,
.connect h3,
.training h3,
.alumni h3 {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .issue-page h3,
  .connect h3,
  .training h3,
  .alumni h3 {
    font-size: 18px;
  }
}
.issue-page .content-text .btn,
.connect .content-text .btn,
.training .content-text .btn,
.alumni .content-text .btn,
.issue-page .spotlight .btn,
.connect .spotlight .btn,
.training .spotlight .btn,
.alumni .spotlight .btn {
  margin-top: 2em;
}
.issue-page .content-text form .btn,
.connect .content-text form .btn,
.training .content-text form .btn,
.alumni .content-text form .btn,
.issue-page .spotlight form .btn,
.connect .spotlight form .btn,
.training .spotlight form .btn,
.alumni .spotlight form .btn {
  margin: 0;
}
body.alumni .column-nav:after {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/alumni.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/issues/color/alumni.svg'), none;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.video-player,
.video-preview {
  position: relative;
  padding-bottom: 56.6%;
  /* 16/9 ratio */
  padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.video-player iframe,
.video-preview iframe,
.video-player object,
.video-preview object,
.video-player .video-preview-image,
.video-preview .video-preview-image,
.video-player embed,
.video-preview embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-player .video-preview-image,
.video-preview .video-preview-image {
  display: block;
  cursor: pointer;
}
.video-preview {
  padding-top: 0;
  padding-bottom: 56.4%;
}
.nav-main .nav,
.nav-secondary {
  font-weight: 400;
  margin-top: 0;
}
.nav-main .nav > li,
.nav-secondary > li {
  float: left;
}
.nav-main .nav > li > a,
.nav-secondary > li > a {
  color: #555559;
  background-color: #fff;
}
.nav-main .nav > li > a:hover,
.nav-secondary > li > a:hover {
  background-color: #fff;
}
@media (min-width: 768px) {
  .nav-main .nav > li > a,
  .nav-secondary > li > a {
    border-bottom: 1px solid #cccccc;
  }
}
.nav-main {
  z-index: 100;
  position: absolute;
  top: 35px;
  left: 0;
  max-width: 700px;
  height: 70px;
  -webkit-transition: 0.9s max-width;
  -o-transition: 0.9s max-width;
  transition: 0.9s max-width;
}
.nav-main .nav {
  line-height: 69px;
  min-width: 700px;
}
.nav-main .nav > li > a {
  padding: 0 24px;
  text-transform: uppercase;
}
.nav-main .nav > li > a:focus,
.nav-main .nav > li > a:active {
  background-color: #fafafa;
  outline: none;
}
.nav-main .nav .brand a {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/ofa/color/ofa_risingsun_color.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/ofa/color/ofa_risingsun_color.svg'), none;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-color: #667682;
  background-position: 50% 50%;
  width: 70px;
  height: 70px;
  padding: 15px;
  border-bottom: 1px solid #667682;
}
.nav-main .nav .brand a:hover,
.nav-main .nav .brand a:focus {
  background-position: 50% 50%;
  background-color: #808f9b;
}
.overflow {
  overflow: hidden;
}
.nav-fixed .nav-main,
.nav-fixed .donate-mobile {
  position: fixed;
  top: 0;
  left: 0;
}
.nav-collapsed .nav-main {
  overflow: hidden;
  max-width: 70px;
  max-height: 70px;
  height: 70px;
  -webkit-transition: 0.9s max-width;
  -o-transition: 0.9s max-width;
  transition: 0.9s max-width;
}
.donate,
.nav-secondary > li.donate {
  text-transform: uppercase;
}
.donate a,
.nav-secondary > li.donate a {
  display: block;
  background: #2e98cc;
  color: white;
  border: none;
  border-bottom: 1px solid #2e98cc;
}
.donate a:hover,
.donate a:focus,
.nav-secondary > li.donate a:hover,
.nav-secondary > li.donate a:focus {
  background: #54add9;
}
.donate-mobile {
  position: absolute;
  left: 0;
  top: 100px;
  font-weight: 400;
  z-index: 5000;
  max-width: 100px;
}
.donate-mobile a {
  padding: .6em;
}
.nav-secondary {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
}
.dropdown-menu {
  padding: 0;
  margin: 0;
}
.dropdown-menu > li > a {
  line-height: 1.75;
  padding: 15px 30px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: white;
}
.accessibility-mode .dropdown-toggle:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-top: 4px solid #555559;
  float: right;
  margin-top: 33px;
}
.dropdown .dropdown-toggle:focus,
.dropdown .dropdown-toggle:active {
  background-color: #fafafa;
}
.dropdown.open .dropdown-toggle {
  background-color: #fafafa;
}
.navmenu-nav .divider {
  padding: 0;
}
.navmenu-nav .dropdown-backdrop {
  display: none!important;
}
.dropdown-menu.navmenu-nav a:focus,
.dropdown-menu.navmenu-nav a:active {
  background-color: #2d3d47 !important;
}
.nav-main-mobile {
  text-align: center;
  border-bottom: 1px solid #cccccc;
  padding: .5em 0;
}
.nav-main-mobile .home {
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/ofa/color/ofa_risingsun_color.png');
  background-image: url('/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe/static/images/logos/ofa/color/ofa_risingsun_color.svg'), none;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  height: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .nav > li > .nav-sliding-right {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.issue-list {
  list-style: none;
  padding: 0 0 45px;
  margin: 0 0 75px;
  border-bottom: 1px solid #cccccc;
}
.issue-list a,
.issue-list a:link,
.issue-list a:visited {
  color: #555559;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  display: block;
  line-height: 150%;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  padding-bottom: 2em;
}
.issue-list a a,
.issue-list a:link a,
.issue-list a:visited a {
  color: #555559;
}
.issue-list a span,
.issue-list a:link span,
.issue-list a:visited span {
  display: block;
  padding-top: 25px;
}
.issue-list a:active,
.issue-list a:focus,
.issue-list a:hover {
  color: #5e5e5e;
  outline: none;
}
/* Accessibility nav */
.accessibility-aid {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
a.accessibility-aid:active,
a.accessibility-aid:focus,
a.accessibility-aid:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  position: absolute;
  z-index: 101;
  padding: 7px 15px;
  background-color: #fafafa;
  color: #555559;
  background-color: #fff;
  outline: 1px solid #ccc;
}
.hero {
  overflow: hidden;
  min-height: 500px;
  background-size: cover;
  background-position: 50% 0;
  position: relative;
}
.hero.hero-xs {
  min-height: 140px;
}
.hero.hero-md {
  min-height: 620px;
}
.hero.hero-lg {
  min-height: 750px;
}
.hero cite {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  text-transform: uppercase;
  display: block;
  padding-top: 20px;
  font-style: normal;
}
@media (max-width: 740px) {
  .hero {
    min-height: 400px;
  }
}
.hero .hero-bg-fixed {
  position: absolute;
  background-attachment: inherit !important;
  width: 100%;
  height: 100%;
}
.hero .hero-quote {
  top: 180px;
  color: #fff;
  font-family: "calluna", Georgia, "Times New Roman", serif;
}
.hero .hero-quote p,
.hero .hero-quote h1,
.hero .hero-quote h2,
.hero .hero-quote h3,
.hero .hero-quote h4 {
  color: #fff;
}
.hero .hero-quote h3 {
  font-size: 40px;
  font-size: 4rem;
  margin: 0;
  /* quote */
  position: relative;
  display: inline;
}
.hero .hero-quote h3:before {
  content: '“';
  position: relative;
}
.hero .hero-quote h3:after {
  content: '”';
  position: relative;
}
.hero .hero-message {
  z-index: 5;
  position: relative;
  top: 150px;
}
.hero .hero-message h3 {
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  font-family: "calluna", Georgia, "Times New Roman", serif;
  color: #fff;
}
@media (max-width: 768px) {
  .hero .hero-message {
    top: 110px;
  }
  .hero .hero-message h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.hero.hero-action1 {
  background-image: url('http://web.archive.org/web/20150926163416im_/https://secure.assets.bostatic.com/apps/monroe-staging/media/filer_public/dc/e4/dce422f9-5153-40f5-9366-2c88e066efac/about-bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.hero .mask {
  opacity: .88;
  display: block;
  width: 100%;
  min-height: 490px;
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  background-color: #667682;
  /*default color*/
}
.hero.masked .row {
  z-index: 2;
  position: relative;
}
@media (max-width: 992px) {
  .hero cite {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .hero .hero-quote {
    top: 160px;
  }
  .hero .hero-quote h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .hero {
    min-height: 300px;
  }
  .hero.hero-xs {
    min-height: 140px;
  }
  .hero.hero-md {
    min-height: 350px;
  }
  .hero.hero-lg {
    min-height: 350px;
  }
  .hero cite {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .hero .hero-quote {
    top: 100px;
  }
  .hero .hero-quote h3 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .hero .hero-quote {
    top: 110px;
  }
  .hero .hero-quote h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.column-nav {
  background: #f5f5f5;
  min-height: 600px;
  padding: 3em 2em;
  color: #667682;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
}
.column-nav a {
  color: #667682;
}
.column-nav a:hover {
  color: #667682;
}
.column-nav .active {
  font-weight: 700;
}
.column-nav .active:after {
  content: '\00BB';
  margin-left: .3em;
}
.column-nav .nav.affix {
  top: 3em;
}
.column-nav .nav a {
  display: block;
  margin-bottom: 1.5em;
}
.column-nav .nav a.spacer {
  margin-bottom: 4em;
}
.column-content {
  padding-left: 0;
  line-height: 1.25;
  font-family: "calluna", Georgia, "Times New Roman", serif;
}
.content-text,
.spotlight {
  margin-top: 64px;
  margin-bottom: 64px;
  float: left;
  width: 75%;
  margin-left: 12.5%;
}
.header-hanging {
  position: absolute;
  top: -1em;
  font-size: .8em;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: .75em 1.25em;
  color: white;
  text-transform: uppercase;
  background: #2e98cc;
}
/* general no-padding */
.row-no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.col-full {
  padding-left: 0;
  padding-right: 0;
}
.content-main {
  margin-top: 3.6em;
}
.content-main.content-top {
  margin-top: 8.6em;
}
@media (max-width: 768px) {
  .content-main {
    margin-top: 3.6em;
  }
  .content-main.content-top {
    margin-top: 5.6em;
  }
}
.text-intro {
  font-family: "calluna", Georgia, "Times New Roman", serif;
  color: #667682;
  margin-bottom: 4em;
}
.text-intro h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .text-intro h1 {
    font-size: 44px;
  }
}
.text-intro a {
  color: #667682;
}
.text-intro p {
  margin-top: 2em;
}
body.home .widgets {
  margin-bottom: 2em;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  body.home .wgt {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  body.home .wgt-signup {
    background-image: none!important;
  }
  body.home .wgt-microsite h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
body.home .spotlight {
  margin: 0;
  width: 100%;
  height: 100%;
}
body.home .spotlight .header-hanging {
  margin-top: 2em;
  font-size: 16px;
  font-size: 1.6rem;
}
body.home .spotlight h4 {
  margin-bottom: 1.75em;
}
body.home .spotlight p {
  font-size: 14px;
  font-size: 1.4rem;
}
body.home .spotlight .btn {
  margin-top: 1em;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.home .spotlight {
    padding: 3em;
  }
}
@media (min-width: 1200px) {
  body.home .spotlight {
    padding: 7em 4em 4em;
  }
}
body.home .text-white {
  color: white;
}
.widgets {
  position: relative;
}
@media (max-width: 767px) {
  .widgets {
    margin-right: -10px;
  }
}
.widgets [class^="col-"] {
  padding: 0;
}
.widgets form [class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
.widgets .row {
  margin-left: 0;
  margin-right: 0;
}
.wgt {
  border-top: #2e98cc 10px solid;
  height: 100%;
  width: 100%;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
}
.wgt h1,
.wgt h2,
.wgt h3,
.wgt h4,
.wgt h5,
.wgt h6 {
  margin-top: 0;
}
.wgt.wgt-no-issue {
  border-top: none;
}
@media only screen and (min-width: 992px) {
  .wgt-3 {
    height: 600px;
  }
  .wgt-3 .wgt-share-hover {
    padding-top: 120px;
  }
  .wgt-2-h {
    height: 500px;
  }
  .wgt-2-h .wgt-share-hover {
    padding-top: 100px;
  }
  .wgt-2 {
    height: 400px;
  }
  .wgt-2 .wgt-share-hover {
    padding-top: 80px;
  }
  .wgt-1-h {
    height: 300px;
  }
  .wgt-1-h .wgt-share-hover {
    padding-top: 60px;
  }
  .wgt-1 {
    height: 200px;
  }
  .wgt-1 .wgt-share-hover {
    padding-top: 40px;
  }
  .wgt-0-h {
    height: 100px;
  }
  .wgt-0-h .wgt-share-hover {
    padding-top: 20px;
  }
  .wgt {
    font-size: 97%;
  }
}
@media only screen and (min-width: 1200px) {
  .wgt-3 {
    height: 720px;
  }
  .wgt-3 .wgt-share-hover {
    padding-top: 144px;
  }
  .wgt-2-h {
    height: 600px;
  }
  .wgt-2-h .wgt-share-hover {
    padding-top: 120px;
  }
  .wgt-2 {
    height: 480px;
  }
  .wgt-2 .wgt-share-hover {
    padding-top: 96px;
  }
  .wgt-1-h {
    height: 360px;
  }
  .wgt-1-h .wgt-share-hover {
    padding-top: 72px;
  }
  .wgt-1 {
    height: 240px;
  }
  .wgt-1 .wgt-share-hover {
    padding-top: 48px;
  }
  .wgt-0-h {
    height: 120px;
  }
  .wgt-0-h .wgt-share-hover {
    padding-top: 24px;
  }
}
.blog-border-left {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.blog-border-right {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .blog-border-right {
    border-left: 1px solid #ccc;
  }
}
.wgt-blog {
  font-family: "calluna", Georgia, "Times New Roman", serif;
  background: white;
}
.wgt-blog .entry-title {
  margin: 40px 40px 20px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt-blog .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 30px 40px 16px;
  }
}
.wgt-blog p {
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt-blog p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.wgt-blog .byline {
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #777777;
  margin-bottom: 20px;
}
.wgt-blog .byline,
.wgt-blog .entry-excerpt {
  margin-left: 40px;
  margin-right: 40px;
}
.wgt-blog .entry-image {
  margin-bottom: 2em;
}
.wgt-blog .entry-image img {
  width: 100%;
}
.wgt-blog .entry-excerpt img {
  display: none;
}
.wgt-blog .action {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt-blog .action {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wgt-blog {
    padding-bottom: 30px;
  }
}
.wgt-signup {
  padding: 2em;
}
.wgt-signup h2 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  border-bottom: 1px solid;
  display: inline-block;
  padding-bottom: 0.25em;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .bsdform .col-sm-8 + .col-sm-4 {
    margin-top: 10px;
  }
}
.wgt-microsite {
  padding: 1.5em;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt-microsite {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .wgt-microsite {
    padding: 2em;
  }
}
.wgt-microsite.connect {
  overflow: hidden;
}
.wgt-microsite.connect h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 1.25em;
  border-bottom: 1px solid #fafafa;
  margin-bottom: 1.25em;
  color: #fafafa;
}
.wgt-microsite.connect h3 {
  font-weight: 400;
}
.wgt-microsite.connect img {
  margin-bottom: 15px;
  margin-top: 35px;
}
.wgt-microsite.connect .btn {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt-microsite {
    padding: 1.75em;
  }
  .wgt-microsite.connect h2 {
    margin-bottom: .8em;
  }
  .wgt-microsite.connect h3 {
    font-size: 95%;
  }
}
.wgt-microsite .bottom {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
}
.wgt-microsite .bottom .btn {
  margin-left: 1em;
  margin-right: 1em;
}
.wgt.this-is-why {
  padding: 28px;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt.this-is-why {
    padding: 22px;
  }
}
.wgt.this-is-why h2 {
  font-family: "calluna", Georgia, "Times New Roman", serif;
}
.wgt.this-is-why h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt.this-is-why h4 {
    margin-bottom: 20px;
  }
}
.wgt.this-is-why .image-spotlight {
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt.this-is-why .image-spotlight {
    margin-bottom: 16px;
  }
}
.wgt.this-is-why .image-spotlight img {
  max-height: 120px;
}
.wgt.this-is-why p {
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt.this-is-why p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.wgt.this-is-why .btn {
  margin-top: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt.this-is-why .btn {
    margin-top: 10px;
  }
}
.wgt-signup .form-text-intro {
  margin-bottom: 1.5em;
}
.wgt-1 .wgt-signup {
  padding: 1em;
}
@media (max-width: 991px) {
  .wgt-story {
    text-align: center;
    padding: 2em;
  }
}
.wgt-story h3 {
  margin: 0px;
  font-family: "calluna", Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 100;
  text-transform: none;
}
@media (min-width: 992px) {
  .wgt-story h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .wgt-story h3 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.wgt-story h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}
.wgt-story p {
  font-size: 14px;
  font-size: 1.4rem;
}
.wgt-story .story-content {
  padding: 15px;
}
@media (min-width: 992px) {
  .wgt-story .story-content {
    padding: 18px;
  }
}
@media (min-width: 1200px) {
  .wgt-story .story-content {
    padding: 30px;
  }
}
.wgt-story .story-image {
  height: 200px;
}
@media (max-width: 991px) {
  .wgt-story .story-image {
    display: inline-block;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .wgt-story .story-image {
    float: left;
    width: 40%;
    margin-right: 18px;
  }
}
@media (min-width: 1200px) {
  .wgt-story .story-image {
    height: 240px;
    margin-right: 30px;
  }
}
.wgt-story .story-text {
  text-align: left;
}
.wgt-story.area-dark a {
  color: #fafafa!important;
}
.wgt-story.area-dark a:link,
.wgt-story.area-dark a:visited {
  text-decoration: underline;
}
.wgt-story.area-dark a:hover {
  color: #fafafa!important;
}
.wgt-video .video-player {
  padding-bottom: 55%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .wgt-share-container {
    position: relative;
  }
}
@media (min-width: 768px) {
  .wgt-share-container {
    height: 100%;
    width: 100%;
  }
}
.wgt-shares-mobile .btn {
  display: block;
  padding: 30px;
}
.accessibility-mode .wgt-share .wgt-share-hover {
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 100;
  filter: alpha(opacity=10000);
}
.wgt-share {
  text-align: center;
}
@media (max-width: 767px) {
  .wgt-share {
    position: static;
  }
}
.wgt-share .wgt-share-hover {
  background: #7c7d80;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
}
.wgt-share .wgt-share-hover .btn {
  display: block;
  max-width: 60%;
  margin: 0 auto;
}
.wgt-share .wgt-share-hover div + div {
  margin-top: 1em;
}
.wgt-share .wgt-share-hover h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1em;
}
.wgt-share .wgt-share-hover:hover,
.wgt-share .wgt-share-hover:focus {
  outline: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 100;
  filter: alpha(opacity=10000);
}
@media (max-width: 991px) {
  .ratio-sq .wgt-share,
  .ratio-sq .wgt-microsite {
    padding-bottom: 81%;
    height: 0;
    padding-top: 0;
  }
  .ratio-rect .wgt-share,
  .ratio-rect .wgt-microsite {
    padding-top: 0;
    padding-bottom: 33%;
  }
  .ratio-rect-lg .wgt-share,
  .ratio-rect-lg .wgt-microsite {
    padding-top: 0;
    padding-bottom: 55%;
  }
}
.wgt-event-search {
  background-color: #ececec;
}
.wgt-event-search h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 45px;
  margin-top: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .wgt-event-search h4 {
    font-size: 13.8px;
    font-size: 1.3800000000000001rem;
  }
}
@media (min-width: 992px) {
  .wgt-event-search h4 {
    margin-bottom: 27px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .wgt-event-search h4 {
    margin-bottom: 45px;
    margin-top: 30px;
  }
}
#event-search-results .event {
  padding: 12px 12px 12px 0;
  border-radius: 3px;
  margin-bottom: 20px;
}
#event-search-results .no-results {
  display: none;
}
#event-search-results .no-results p {
  padding: 0 20px;
}
#event-search-results form.event-rsvp {
  margin-top: 20px;
}
.area-dark {
  color: #fafafa;
  font-weight: 400;
}
.area-dark a {
  color: #fafafa;
}
.area-dark p,
.area-dark h1,
.area-dark h2,
.area-dark h3,
.area-dark h4,
.area-dark h5,
.area-dark h6 {
  color: #fafafa;
}
.area-dark p a,
.area-dark h1 a,
.area-dark h2 a,
.area-dark h3 a,
.area-dark h4 a,
.area-dark h5 a,
.area-dark h6 a {
  color: #fafafa;
}
.area-dark .btn-primary {
  color: #555559;
  color: #555559 !important;
  background-color: #fafafa;
  border-color: #fafafa;
  text-transform: uppercase;
}
.area-dark .btn-primary:hover,
.area-dark .btn-primary:focus,
.area-dark .btn-primary:active,
.area-dark .btn-primary.active,
.open > .dropdown-toggle.area-dark .btn-primary {
  color: #555559;
  background-color: #e1e1e1;
  border-color: #dbdbdb;
}
.area-dark .btn-primary:active,
.area-dark .btn-primary.active,
.open > .dropdown-toggle.area-dark .btn-primary {
  background-image: none;
}
.area-dark .btn-primary .badge {
  color: #fafafa;
  background-color: #555559;
}
.area-dark .btn-primary:hover,
.area-dark .btn-primary:focus,
.area-dark .btn-primary:active,
.area-dark .btn-primary.active {
  color: #555559 !important;
  background-color: #e8e8e8 !important;
  border-color: #e8e8e8 !important;
}
.area-dark .btn-primary:active,
.area-dark .btn-primary.active {
  background-image: none;
}
.area-dark.btn-glass .btn-primary {
  color: #fafafa !important;
  background-color: transparent;
  border: #fafafa solid 2px;
  text-transform: initial;
}
.area-dark.btn-glass .btn-primary:hover,
.area-dark.btn-glass .btn-primary:focus,
.area-dark.btn-glass .btn-primary:active,
.area-dark.btn-glass .btn-primary.active {
  color: #ffffff !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  text-decoration: none;
}
.area-dark.btn-glass .btn-primary:hover,
.area-dark.btn-glass .btn-primary:focus,
.area-dark.btn-glass .btn-primary:active,
.area-dark.btn-glass .btn-primary.active {
  color: #555559 !important;
}
.spotlight {
  position: relative;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  padding: 7em 3.5em 3.5em;
  background: #fafafa;
}
@media (max-width: 767px) {
  .spotlight {
    margin: 0;
  }
}
.spotlight .header-hanging {
  margin-top: 4em;
  background: #2e98cc;
}
.spotlight h2 {
  color: #2e98cc;
}
.spotlight h2,
.spotlight h4 {
  text-align: center;
  font-weight: 300;
}
.spotlight h4 {
  font-size: 14px;
  margin-bottom: 3em;
}
.spotlight p {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .spotlight {
    padding: 7em 6em 6em;
  }
}
.panel {
  border-top: 1px solid white;
}
.panel h3 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
  margin-top: 22px;
  margin-bottom: 11px;
  font-size: 21px;
}
.panel-title {
  margin: 0;
  background: #f8f8f8;
  font-family: 'Whitney SSm A', 'Whitney SSm B', Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
}
.panel-title a {
  padding: .75em;
  padding-left: 12%;
  display: block;
  position: relative;
}
.panel-title a:hover {
  text-decoration: none;
}
.panel-title a:after {
  content: "-";
  position: absolute;
  line-height: 1;
  right: 17px;
  font-size: 1.2em;
}
.panel-title a.collapsed:after {
  content: "+";
}
.panel-title a:before {
  position: absolute;
  top: 100%;
  right: 10px;
  content: "";
  height: 0;
  width: 0;
  border: 14px solid transparent;
  border-top: 10px solid #f8f8f8;
}
.panel-title a.collapsed:before {
  display: none;
}
.panel-body {
  padding: 3em .75em;
  padding-left: 12%;
}
.logged-in {
  display: none!important;
}
.user-logged-in .logged-in {
  display: block!important;
}
.user-logged-in .logged-out {
  display: none!important;
}
.results h1 {
  color: #777777;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 13px;
  margin-bottom: 50px;
}
.results h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 2.8rem;
  line-height: 28px;
  margin-bottom: 5px;
}
.results .datetime {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
.results .venue {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}
.results form.inline {
  font-size: 16px;
  font-size: 1.6rem;
}
.results .btn-primary {
  padding-left: 70px;
  padding-right: 70px;
}
.results p {
  line-height: 1.7;
}
.results form {
  padding-top: 20px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.form-no-label .form-group:before,
.form-no-label .form-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.form-no-label .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);
}
@-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,
.wgt-shares-mobile {
  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,
  .wgt-shares-mobile {
    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,
  .wgt-share .wgt-share-hover {
    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;
  }
}

/*
     FILE ARCHIVED ON 16:34:16 Sep 26, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:11:30 May 01, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/