.tt-dropdown-menu {
  width: 330px;
  z-index: 1000!important;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.supporting-icons {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.supporting-icons.facebook-square {
  background-image: url('/images/facebook-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.supporting-icons.twitter-square {
  background-image: url('/images/twitter-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
.supporting-icons.youtube-square {
  background-image: url('/images/youtube-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
.supporting-icons.google-plus-square {
  background-image: url('/images/google-plus-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0c648c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #063246;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 12px;
}
.lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0c648c;
}
.text-primary:hover {
  color: #08425d;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.bg-primary {
  color: #fff;
  background-color: #0c648c;
}
a.bg-primary:hover {
  background-color: #08425d;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 24px;
}
dt,
dd {
  line-height: 24px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 24px;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 24px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 11.5px;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 24px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.lite-card .lite-card-inner {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container,
  .lite-card .lite-card-inner {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .lite-card .lite-card-inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container,
  .lite-card .lite-card-inner {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  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;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
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;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 24px;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  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: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control + .placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
input[type="date"] {
  line-height: 38px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 278px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
}
select.input-sm {
  height: 278px;
  line-height: 278px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 547px;
  padding: 10px 16px;
  font-size: 21px;
  line-height: 25px;
  border-radius: 6px;
}
select.input-lg {
  height: 547px;
  line-height: 547px;
}
textarea.input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 47.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 29px;
  right: 0;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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 .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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 .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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 .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0c648c;
  border-color: #0a5375;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #094966;
  border-color: #052b3c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0c648c;
  border-color: #0a5375;
}
.btn-primary .badge {
  color: #0c648c;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #12890E;
  border-color: transparent;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #0d640a;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #12890E;
  border-color: transparent;
}
.btn-success .badge {
  color: #12890E;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #0c648c;
  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: #063246;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 21px;
  line-height: 25px;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 10px;
  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;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -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: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0c648c;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.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: 24px;
  color: #999999;
}
.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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
}
.btn-group-sm > .btn .glyphicon {
  font-size: 12px;
  line-height: 16px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  border-radius: 6px;
  font-size: 21px;
  line-height: 25px;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  text-transform: uppercase;
}
a.btn.btn-group-lg > .btn {
  text-decoration: none!important;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.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 {
  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: 547px;
  padding: 10px 16px;
  font-size: 21px;
  line-height: 25px;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 547px;
  line-height: 547px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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: 278px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 19px;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 278px;
  line-height: 278px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.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: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 21px;
  border-radius: 6px;
}
.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;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0c648c;
}
.nav .nav-divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 24px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0c648c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse,
.lite-card .lite-card-inner > .navbar-header,
.lite-card .lite-card-inner > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse,
  .lite-card .lite-card-inner > .navbar-header,
  .lite-card .lite-card-inner > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 21px;
  line-height: 24px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > .glyphicon {
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand,
  .navbar > .lite-card .lite-card-inner .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 6.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 24px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: -114px;
  margin-bottom: -114px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 24px;
  text-decoration: none;
  color: #0c648c;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #063246;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #fff;
  background-color: #0c648c;
  border-color: #0c648c;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 21px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0c648c;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #08425d;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0c648c;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.container .jumbotron,
.lite-card .lite-card-inner .jumbotron {
  border-radius: 6px;
}
.jumbotron .container,
.jumbotron .lite-card .lite-card-inner {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .lite-card .lite-card-inner .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0c648c;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 24px;
  margin-bottom: 24px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background-color: #0c648c;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0c648c;
  border-color: #0c648c;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #71caf3;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:first-child,
.panel > .table > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:first-child,
.panel > .table > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:first-child,
.panel > .table > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child td:last-child,
.panel > .table > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child td:last-child,
.panel > .table > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .table > tbody:last-child > tr:last-child th:last-child,
.panel > .table > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive > .table > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0c648c;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0c648c;
  border-color: #0c648c;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0c648c;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0c648c;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 39px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 24px;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container-full:before,
.container-full:after,
.lite-card .lite-card-inner:before,
.lite-card .lite-card-inner:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container-full:after,
.lite-card .lite-card-inner: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;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  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;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !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;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !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;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*
 * Slight modifications for use in Marketplace Lite to not have hard coded
 * font colors/sizes (opting instead to inherit the page styles in other ways).
 */
span.placeholder {
  position: absolute;
  z-index: 1;
  cursor: text;
}
span.placeholder-hide-except-screenreader {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
span.placeholder-hide {
  display: none;
}
/* overwrite for the HTML5 Boilerplate way to hide labels */
label.visuallyhidden-with-placeholder {
  /*clip: auto !important;*/
  height: auto !important;
  overflow: visible !important;
  position: absolute !important;
  left: -999em;
}
/*
 * Typographic scale
 * This is our type size hierarchy, all type should be locked to one of these.
 * TODO(sha): Check these for all cases of Bitter, might need different values.
 */
/*
  This mixin helps us style the way that links behave
  in the UI and the general body text.
*/
@font-face {
  font-family: 'Bitter';
  src: url('/fonts/Bitter-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Bitter-Regular.woff') format('woff'), url('/fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('/fonts/Bitter-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Bitter-Bold.woff') format('woff'), url('/fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Bitter';
  src: url('/fonts/Bitter-Italic.eot?#iefix') format('embedded-opentype'), url('/fonts/Bitter-Italic.woff') format('woff'), url('/fonts/Bitter-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Light-webfont.eot');
  src: url('/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Light-webfont.woff') format('woff'), url('/fonts/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular-webfont.eot');
  src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Regular-webfont.woff') format('woff'), url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Italic-webfont.eot');
  src: url('/fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Italic-webfont.woff') format('woff'), url('/fonts/OpenSans-Italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Semibold-webfont.eot');
  src: url('/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('/fonts/OpenSans-Semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Bold-webfont.eot');
  src: url('/fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/OpenSans-Bold-webfont.woff') format('woff'), url('/fonts/OpenSans-Bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 0;
    border-bottom: none;
    position: relative;
    /* mobile icons */
    /*nexus style fix, 600px is the innerWidth, no javascript layout changes*/
  }
  #footer a:hover,
  #footer a:focus {
    text-decoration: none!important;
  }
  #footer .logo-light {
    float: left;
  }
  #footer .timespan {
    line-height: 18px;
    position: relative;
    right: 0px;
    margin-top: 7px;
    width: 100%;
  }
  #footer .calendar {
    float: left;
    margin-right: 23px;
  }
  #footer .countdown {
    margin-right: 3px;
  }
  #footer .social li {
    float: right;
  }
  #footer .social-icon {
    padding-bottom: 35px;
  }
  #footer .footer-top hr.dark {
    width: 100%;
    margin: 23px 0;
    border-top: 1px solid #BEBEBE;
  }
  #footer .footer-top {
    padding: 0;
    margin: 0;
    border: none;
  }
  #footer .feed {
    background: none;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    padding-bottom: 15px;
  }
  #footer .sections {
    position: relative;
    top: -23px;
  }
  #footer .sections .span4 {
    border-bottom: 1px solid #BEBEBE;
  }
  #footer .sections form {
    margin: 0;
  }
  #footer .feed,
  #footer .quicklinks {
    padding: 0;
  }
  #footer .accordion-heading .accordion-toggle,
  #footer .accordion-inner {
    padding: 0;
  }
  #footer .accordion {
    margin: 0;
  }
  #footer .visible-phone .accordion-toggle .icon-chevron-down {
    position: relative;
    top: -19px;
  }
  #footer .visible-phone .email .icon-chevron-down {
    position: relative;
    top: 2px;
  }
  #footer .accordion-group {
    border: none;
  }
  #footer .accordion-inner ul .span10 {
    float: right;
    margin: -35px 0 0;
    padding: 0 0 12px 43px;
  }
  #footer .span4.feed:nth-child(1) .span2 {
    display: inline;
  }
  #footer .span4.feed:nth-child(1) .span10 {
    margin: -3px 0 0 0;
    padding: 0;
  }
  #footer .span4.feed:nth-child(2) .span10 {
    padding-left: 36px;
    margin-top: -36px;
  }
  #footer .span4.feed:nth-child(3) .accordion-inner ul li {
    display: block;
    padding-bottom: 20px;
  }
  #footer .span4.feed:nth-child(3) .accordion-inner ul li.social-icon span {
    display: inline-block;
    padding-right: 10px;
  }
  #footer .feed li {
    margin-bottom: 9px;
  }
  #footer .feed .header5 {
    margin: 14px 0;
  }
  #footer .footer-bottom {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
  }
  #footer .footer-bottom .links,
  #footer .footer-bottom {
    text-align: center;
    margin: 10px 0;
  }
  #footer .bottom-text img {
    float: none;
    margin-bottom: 12px;
  }
  #footer .footer-bottom .span6.pull-right.text-right {
    width: 100%;
  }
  #footer .footer-bottom .icon {
    float: none !important;
    margin: 30px auto 0!important;
  }
  #footer .footer-bottom .footer-icons {
    width: 100%;
  }
  #footer .footer-bottom .footer-icons .icon {
    display: inline-block;
  }
  #footer .icon.mobile-nav-button {
    width: 37px;
    height: 39px;
    background-position: -645px -6px;
  }
  #footer .mobile-nav-left {
    float: left;
  }
  #footer .mobile-nav-right {
    float: left;
    height: 52px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 0 auto;
  }
  #footer .icon.mobile-logo {
    float: left;
    margin: 10px 0 0 0;
    width: 181px;
    height: 30px;
    background-position: -20px -187px;
  }
  #footer .icon.mobile-logo.es {
    width: 195px!important;
    background-position: -295px -187px;
  }
  #footer .icon.marketplace-mobile {
    width: 190px;
    height: 34px;
    background-position: -560px -185px;
  }
  #footer .icon.marketplace-mobile.es {
    background-position: -560px -280px;
  }
  #footer .icon.close-mobile {
    width: 20px;
    height: 20px;
    background-position: -315px -20px;
  }
  #footer .icon.checkmark-mobile {
    width: 30px;
    height: 34px;
    background-position: -600px -8px;
  }
  #footer input[type=search] {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
@media (max-width: 767px) and (max-width: 450px) {
  #footer {
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  #footer {
    margin-top: 0;
  }
  #footer .timespan {
    width: 32%;
    float: left !important;
    font-size: 11px;
  }
  #footer .timespan .countdown {
    font-size: 30px;
  }
  #footer .calendar {
    float: right;
    margin-right: -15px;
  }
}
/*-------------------------------------------------
Global Styles
---------------------------------------------------*/
body,
input,
button,
select,
textarea {
  font: 1.5em 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
}
p {
  margin-bottom: 20px;
}
.accessibility {
  border: none!important;
  display: block!important;
  position: absolute!important;
  text-indent: -999em !important;
}
#content-start {
  color: white;
  left: -200%;
  position: absolute;
}
#skip-nav:focus {
  color: #000;
  line-height: 20px;
  margin: 5px;
  text-indent: 0!important;
  width: 50px;
}
/*-------------FORM ELEMENTS--------------------------------*/
label {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  display: table;
  font-weight: 600;
}
.row label {
  width: 100%;
}
/************************ FORM RADIO BUTTONS & CHECKBOXES ************************/
._select-input-textarea,
select {
  font-size: 16px;
  line-height: 24px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #333;
  display: inline-block;
  min-height: 20px;
  padding: 8px 6px;
  vertical-align: middle;
}
.IE7 ._select-input-textarea,
.IE7 select {
  width: auto;
}
.IE8 ._select-input-textarea,
.IE8 select {
  min-height: 23px;
}
.IE9 ._select-input-textarea,
.IE9 select {
  min-height: 41px;
}
select {
  height: 41px;
  padding: 4px 6px;
  width: auto;
}
.row select {
  width: 100%;
}
textarea {
  height: auto;
}
input#naic-number {
  width: 100px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group .error-message {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
.input-large {
  width: 200px;
}
/*-------------Others---------------------------------------*/
.spacer {
  clear: both;
  display: block;
  overflow: hidden;
  height: 0px;
  width: 0px;
}
/*-----------------------------------------------------------------------------------------------------------
END of Shared Styles
--------------------------------------------------------------------------------------------------------------*/
#q-survey {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
hr {
  margin: 30px 0;
}
hr.dark {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ccc;
  width: 100%;
  overflow: hidden;
}
/* ------------------------------ */
#wrapper {
  overflow: hidden;
  -webkit-transition: margin-left 0.15s ease-in;
  transition: margin-left 0.15s ease-in;
}
#wrapper.pushed {
  width: 100%;
  margin-left: 270px;
}
#content {
  position: relative;
  background: url('/images/bg-content.png') 0 0 repeat;
}
.limiter {
  position: relative;
  width: 95%;
  margin: 0 auto;
}
.basic-container {
  position: relative;
  padding: 30px 0 80px 0;
}
#hcgov-learn {
  /* NO BOTTOM MARGIN - LISTS */
  /* /NO BOTTOM MARGIN - LISTS */
  /* ROW BOTTOM MARGIN */
  /* /ROW BOTTOM MARGIN */
  /* SEMI BOLD */
  /* SEMI BOLD */
  /* LIGHT TEXT */
  /* /LIGHT TEXT */
  /* 14px + LIGHT TEXT */
  /* /14px + LIGHT TEXT */
  /* BLOCK LEVEL INPUT */
  /* /BLOCK LEVEL INPUT */
  /* #audience template css */
  /* .lite-card-inner h2.rule {margin-top:15px;margin-right:50px;padding-bottom: 20px;} */
  /* /#audience template css */
  /* REQUIRED FOR QUESTIONS */
  /* ADD THIS CUSTOM STYLING */
  /* #all-topics template css */
  /* .lite-card-inner h2.rule {margin-top:15px;margin-right:50px;padding-bottom: 20px;} */
  /*  More Answers Styles */
  /*  Blog styles to make images responsive */
  /* Blockquote styles*/
}
#hcgov-learn .external-link {
  margin-left: 5px;
}
#hcgov-learn .external-link:hover {
  border: 0;
}
#hcgov-learn .list-inline > li:first-child {
  padding-left: 4px;
}
#hcgov-learn .list-std-bottom-margin {
  margin-bottom: inherit !important;
}
#hcgov-learn .row-bottom-buffer {
  margin-bottom: 40px;
}
#hcgov-learn .semi-bold {
  font-weight: 600;
}
#hcgov-learn .light {
  color: #666;
}
#hcgov-learn .small-light {
  font-size: 14px;
  color: #666;
}
#hcgov-learn .input-block {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 0 10px -10px;
}
#hcgov-learn .lite-card-inner strong a {
  border-bottom: 0;
  font-weight: 600;
}
#hcgov-learn .lite-card-inner hr.thick {
  margin: 40px 0 15px;
  border-bottom: 5px solid #ccc;
}
#hcgov-learn h1.audience {
  margin-bottom: 0 !important;
}
#hcgov-learn .extras {
  float: left;
  margin: 15px;
  padding: 25px 5%;
  background: #cfeffc;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
#hcgov-learn .extra-text {
  display: none;
}
#hcgov-learn div.extras label.accessibility {
  position: relative!important;
  max-height: 1px;
}
#hcgov-learn .addthis_toolbox a,
#hcgov-learn h4.rule a {
  border-bottom: none !important;
}
#hcgov-learn .addthis_toolbox {
  margin-top: 24px;
}
#hcgov-learn .lite-card-inner strong a {
  border-bottom: 0;
}
#hcgov-learn .lite-card-inner .nav-pills {
  text-align: center;
  background: #eee;
}
#hcgov-learn .lite-card-inner .nav-pills > li > a {
  border: none;
  font-weight: bold;
  padding-left: 8px;
  padding-right: 8px;
}
#hcgov-learn .lite-card-inner .nav-pills > li > a:hover {
  color: #000;
}
#hcgov-learn .lite-card-inner .nav-pills > li + li {
  margin-left: 0;
}
#hcgov-learn .lite-card-inner .nav-pills > li {
  float: none;
}
#hcgov-learn .lite-card-inner .nav-pills li {
  margin-bottom: 0;
  display: inline-block;
}
#hcgov-learn .lite-card-inner .list-inline a {
  border-bottom: 0;
}
#hcgov-learn .nomargin-bottom {
  margin-bottom: 0 !important;
}
#hcgov-learn .lite-card-inner .list-inline a:hover {
  border-bottom: 1px solid #08425d;
}
@media (max-width: 767px) {
  #hcgov-learn .addthis_toolbox {
    margin-bottom: 24px;
  }
  #hcgov-learn .addthis_toolbox.pull-right {
    float: none !important;
  }
  #hcgov-learn .lite-card h1 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  #hcgov-learn .nudge-right {
    padding-left: 8px !important;
  }
}
#hcgov-learn .answer .qcontent {
  padding-top: 30px;
  padding-bottom: 30px;
}
#hcgov-learn .img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}
#hcgov-learn .errorBorder {
  border: solid 1px #b20000;
}
#hcgov-learn .error-msg {
  background: #b20000;
  padding: 20px 15px;
  color: #ffffff;
}
#hcgov-learn .error-msg h2 {
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 18px;
}
#hcgov-learn .error-msg .error-body {
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
#hcgov-learn .error-text {
  color: #b20000;
  margin: 5px 0px 0px 0px;
  font-weight: bold;
}
#hcgov-learn .error-text-box {
  display: list-item;
  margin: 0 0 5px 20px;
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
  border: none;
}
#hcgov-learn .error-text-box:hover {
  border: none;
}
#hcgov-learn .blockquote-tip blockquote {
  background: #fffebc;
}
#hcgov-learn .blockquote-tip blockquote strong:first-child {
  display: block;
}
#hcgov-learn .blockquote-fyi blockquote {
  background: #f5f5f5;
}
#hcgov-learn .blockquote-fyi blockquote strong:first-child {
  display: block;
}
#hcgov-learn .blockquote-important blockquote {
  background: #eefafe;
}
#hcgov-learn .blockquote-important blockquote strong:first-child {
  display: block;
}
.email-column {
  text-align: right;
}
.email-link,
.print-link {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-bottom: none;
  color: #0C648C;
}
.email-link span,
.print-link span {
  position: absolute;
  left: -22px;
  top: 2px;
  font-size: 16px;
  color: #0C648C;
}
.print-link {
  margin-left: 40px;
}
/* Right rail headings */
#related-content h2 {
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 15px 0;
  font-weight: bold;
  text-transform: uppercase;
}
#takeaction h2 {
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 15px 0;
  font-weight: bold;
  text-transform: uppercase;
}
/*
  Core CSS

  Core styling for all parts of the site, including headers, links, and core
  card styling. There are little bits of page-specific stuff here that should
  slowly be moved out or made more consistent, but this file will supplant
  replace commonstyles.less.
*/
/*
  Overall page theme
*/
.main-body-content {
  background: #fff;
}
.lite-cards-column {
  min-height: 300px;
}
.sticky-bar-wrapper {
  min-height: 55px;
}
.sticky-bar {
  width: 100%;
  /*
    Bootstrap's .affix only adds position:fixed;
    so we style the rest of it here
  */
}
.sticky-bar .container,
.sticky-bar .lite-card .lite-card-inner {
  padding: 10px 0 0 0;
}
.sticky-bar.affix {
  z-index: 3;
  top: 0;
  background-color: #063346;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
/*
  All header styling goes here, page specific styling should be in layouts/ or
  components/. Type sizes and default colors are set here, colors are overridden
  in blue-bg.less
*/
/*
  Because for 508 reasons sometimes we need the element to be a legend tag,
  or because we always need the h1 first, we're defining these .h1-.h4 classes
  as well as helpers.
*/
h1,
.h1 {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 44px;
  font-family: 'Bitter', Georgia, serif;
  margin: 20px 0 40px 0;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  font-family: 'Bitter', Georgia, serif;
  margin: 20px 0 15px 0;
}
h3,
.h3 {
  font-size: 21px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 25px;
  font-family: 'Bitter', Georgia, serif;
  margin: 20px 0 15px 0;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 15px 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* Headers with subtitles below */
h1.sub,
h2.sub,
h3.sub,
h4.sub,
.h1.sub,
.h2.sub,
.h3.sub,
.h4.sub {
  padding: 0;
  margin: 20px 0 5px 0;
}
/* Headers with a horizontal rule below */
h1.rule,
h2.rule,
h3.rule,
h4.rule,
.h1.rule,
.h2.rule,
.h3.rule,
.h4.rule {
  padding-bottom: 5px;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
h1.rule a,
h2.rule a,
h3.rule a,
h4.rule a,
.h1.rule a,
.h2.rule a,
.h3.rule a,
.h4.rule a {
  border-bottom: 1px solid transparent;
}
h1.rule a:hover,
h2.rule a:hover,
h3.rule a:hover,
h4.rule a:hover,
.h1.rule a:hover,
.h2.rule a:hover,
.h3.rule a:hover,
.h4.rule a:hover,
h1.rule a:focus,
h2.rule a:focus,
h3.rule a:focus,
h4.rule a:focus,
.h1.rule a:focus,
.h2.rule a:focus,
.h3.rule a:focus,
.h4.rule a:focus {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
@media (max-width: 992px) {
  h1,
  .h1 {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 36px;
    font-family: 'Bitter', Georgia, serif;
    margin: 10px 0;
  }
  h2,
  .h2 {
    margin-bottom: 10px;
  }
  h2.rule,
  .h2.rule {
    margin: 10px 0;
  }
  h4.rule,
  .h4.rule {
    margin-top: 20px;
  }
}
/*
  All text links on the site should have a border-bottom instead of an underline
  This is a pretty drastic rule but cleans up our heavy paragraphs with lots of
  links in them, which we have a lot of on the Learn side.
*/
a {
  border-bottom: 1px solid #0c648c;
  color: #0c648c;
}
a:hover,
a:focus {
  border-bottom: 1px solid #08425d;
  text-decoration: none;
}
a:focus {
  outline-color: #88bde1 !important;
  outline-offset: 1px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
a:hover {
  color: #08425d;
}
a:hover,
a:active {
  outline: none;
}
.mkplc a[href="#skipnav"] {
  border-bottom: 1px solid #052e3f;
  color: #052e3f;
}
.mkplc a[href="#skipnav"]:hover,
.mkplc a[href="#skipnav"]:focus {
  border-bottom: 1px solid #010b10;
  text-decoration: none;
}
.mkplc a[href="#skipnav"]:focus {
  outline-color: #88bde1 !important;
  outline-offset: 1px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
/*
  Transitions
  Use a two-phase show so we have a nice fade-in effect; first
  display it, then fade it in.
  We accomplish this by first setting a bootstrap .hidden class,
  then removing it and deferring the addition of the .visible class
*/
.fadeable {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.fadeable.invisible {
  visibility: hidden;
  opacity: 0;
}
.fadeable.visible,
.fadeable.affix {
  visibility: visible;
  opacity: 1;
}
/*
  Bootstrap structure overrides
  We're snapping to breakpoints and want to make some changes to how Bootstrap
  does containers.
*/
.container-full {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 80px;
  max-width: 1800px;
}
@media (max-width: 991px) {
  .container-full {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .container-full {
    padding: 0;
  }
}
/* TODO(sha) look into if we can remove this and just edit the @gutter variable */
.row {
  margin-left: -4px;
  margin-right: -4px;
}
/*
  Card styling

*/
.quiet-text {
  font-size: 14px;
  line-height: 19px;
  color: #666;
  font-weight: normal;
}
.lite-card .row.applicant {
  margin-top: 40px;
}
.lite-card ul {
  margin-bottom: 40px;
}
.lite-card .col-sm-8 h2 {
  margin-top: 40px;
}
.lite-card .col-sm-8 .faq + h2 {
  margin-top: 10px;
}
.lite-card .col-sm-8 #surveycontent h2 {
  margin: 0;
}
.lite-card .col-sm-8 blockquote ul {
  margin: 0;
  padding-left: 20px;
}
.lite-card .col-sm-8 ul {
  margin: 30px 0;
}
.lite-card .col-sm-8 li ul {
  margin: 10px 0 0;
}
.lite-card .col-sm-8 li ul li {
  margin-bottom: 10px;
}
.lite-card .col-sm-8 li ul li:last-child {
  margin-bottom: 0;
}
.lite-card li {
  margin-bottom: 15px;
}
.lite-card .form-section {
  margin-bottom: 24px;
}
.lite-card input[type="text"],
.lite-card input[type="email"],
.lite-card input[type="number"],
.lite-card input[type="tel"],
.lite-card input[type="url"],
.lite-card .dropdown .dropdown-toggle,
.lite-card select,
.lite-card .ethnicity-toggle,
.lite-card .coverage-state-toggle {
  font-size: 16px;
  line-height: 24px;
  background: #eee;
  height: 44px;
  padding-left: 13px;
  display: block;
  text-decoration: none;
}
.lite-card input[type="text"]:-moz-placeholder,
.lite-card input[type="email"]:-moz-placeholder,
.lite-card input[type="number"]:-moz-placeholder,
.lite-card input[type="tel"]:-moz-placeholder,
.lite-card input[type="url"]:-moz-placeholder,
.lite-card .dropdown .dropdown-toggle:-moz-placeholder,
.lite-card select:-moz-placeholder,
.lite-card .ethnicity-toggle:-moz-placeholder,
.lite-card .coverage-state-toggle:-moz-placeholder {
  color: #666;
}
.lite-card input[type="text"]::-moz-placeholder,
.lite-card input[type="email"]::-moz-placeholder,
.lite-card input[type="number"]::-moz-placeholder,
.lite-card input[type="tel"]::-moz-placeholder,
.lite-card input[type="url"]::-moz-placeholder,
.lite-card .dropdown .dropdown-toggle::-moz-placeholder,
.lite-card select::-moz-placeholder,
.lite-card .ethnicity-toggle::-moz-placeholder,
.lite-card .coverage-state-toggle::-moz-placeholder {
  color: #666;
  opacity: 1;
}
.lite-card input[type="text"]:-ms-input-placeholder,
.lite-card input[type="email"]:-ms-input-placeholder,
.lite-card input[type="number"]:-ms-input-placeholder,
.lite-card input[type="tel"]:-ms-input-placeholder,
.lite-card input[type="url"]:-ms-input-placeholder,
.lite-card .dropdown .dropdown-toggle:-ms-input-placeholder,
.lite-card select:-ms-input-placeholder,
.lite-card .ethnicity-toggle:-ms-input-placeholder,
.lite-card .coverage-state-toggle:-ms-input-placeholder {
  color: #666;
}
.lite-card input[type="text"]::-webkit-input-placeholder,
.lite-card input[type="email"]::-webkit-input-placeholder,
.lite-card input[type="number"]::-webkit-input-placeholder,
.lite-card input[type="tel"]::-webkit-input-placeholder,
.lite-card input[type="url"]::-webkit-input-placeholder,
.lite-card .dropdown .dropdown-toggle::-webkit-input-placeholder,
.lite-card select::-webkit-input-placeholder,
.lite-card .ethnicity-toggle::-webkit-input-placeholder,
.lite-card .coverage-state-toggle::-webkit-input-placeholder {
  color: #666;
}
.lite-card input[type="text"] + .placeholder,
.lite-card input[type="email"] + .placeholder,
.lite-card input[type="number"] + .placeholder,
.lite-card input[type="tel"] + .placeholder,
.lite-card input[type="url"] + .placeholder,
.lite-card .dropdown .dropdown-toggle + .placeholder,
.lite-card select + .placeholder,
.lite-card .ethnicity-toggle + .placeholder,
.lite-card .coverage-state-toggle + .placeholder {
  color: #666;
}
.lite-card .ethnicity-toggle,
.lite-card .coverage-state-toggle {
  border-bottom: none;
}
.lite-card .ethnicity-toggle:hover,
.lite-card .coverage-state-toggle:hover {
  color: #333;
  border-bottom: none;
}
.lite-card input[type="text"].for-checkbox-above,
.lite-card input[type="email"].for-checkbox-above,
.lite-card input[type="number"].for-checkbox-above,
.lite-card input[type="tel"].for-checkbox-above,
.lite-card input[type="url"].for-checkbox-above {
  margin-top: -20px;
}
.lite-card .sign-button-wrapper {
  text-align: center;
}
.lite-card .ethnicity-toggle,
.lite-card .coverage-state-toggle {
  color: #333;
  position: relative;
  box-shadow: none;
  z-index: 10;
  line-height: 44px;
}
.lite-card .ethnicity-toggle .caret,
.lite-card .coverage-state-toggle .caret {
  position: absolute;
  top: 18px;
  right: 12px;
}
.lite-card a.ethnicity-expanded,
.lite-card a.coverage-state-expanded {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #fff;
  height: 58px;
}
.lite-card a.ethnicity-expanded .caret,
.lite-card a.coverage-state-expanded .caret {
  right: 12px;
}
.lite-card .ethnicity-dropdown,
.lite-card .coverage-state-dropdown {
  border: 1px solid #ccc;
  margin: -9px 4px 15px 4px;
  padding: 10px;
  display: none;
}
@media (min-width: 768px) {
  .lite-card .ethnicity-dropdown,
  .lite-card .coverage-state-dropdown {
    float: left;
  }
}
.lite-card .ethnicity-dropdown.active,
.lite-card .coverage-state-dropdown.active {
  display: block;
}
.lite-card .ethnicity-dropdown .ethnicity-description {
  margin-bottom: 10px;
}
.lite-card .ethnicity-dropdown .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 20px;
}
.lite-card .ethnicity-dropdown .checkbox + .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
.lite-card .ethnicity-dropdown .checkbox label {
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.lite-card .ethnicity-dropdown .checkbox label .long-ethnicity {
  font-size: 14px;
  line-height: 19px;
}
.lite-card .ethnicity-dropdown .other-text-container {
  padding-left: 37px;
}
.lite-card .ethnicity-dropdown .other-text-container input[type="text"] {
  height: 34px;
  margin-bottom: 4px;
}
.lite-card .ethnicity-dropdown .other-text-container label {
  font-size: 14px;
  line-height: 19px;
}
.lite-card .screener-confirmation {
  background: #eee;
  color: #333;
  padding: 20px;
  margin-bottom: 40px;
  clear: both;
}
.lite-card .screener-confirmation .edit-btn {
  float: right;
  text-decoration: none;
}
.lite-card .screener-confirmation .edit-btn .glyphicon {
  font-size: 14px;
  line-height: 19px;
  margin-right: 2px;
}
.lite-card .screener-confirmation .create-new-account-msg {
  display: none;
}
.lite-card fieldset.sub {
  padding: 0;
}
.lite-screener .state-info-site-container,
.basic-info-screener .state-info-site-container,
.lite-screener .fail-territory-container,
.basic-info-screener .fail-territory-container {
  font-size: 16px;
  line-height: 24px;
}
/* The post enrollment text looks strange at 600px width */
.lite-screener.post-enrollment {
  max-width: 500px;
}
.lite-screener,
.lite-account-creation {
  max-width: 600px;
  margin: 0 auto;
}
.lite-account-creation input[type="text"],
.lite-account-creation input[type="tel"],
.lite-account-creation input[type="email"],
.lite-account-creation input[type="number"],
.lite-account-creation input[type="url"],
.lite-account-creation input[type="password"] {
  font-size: 24px;
  line-height: 30px;
  background-color: #0c648c;
  border: 1px solid #2f82ba;
  border-radius: 0;
  color: #fff;
  height: 55px;
  padding: 0 5px 0 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.lite-account-creation input[type="text"]:-moz-placeholder,
.lite-account-creation input[type="tel"]:-moz-placeholder,
.lite-account-creation input[type="email"]:-moz-placeholder,
.lite-account-creation input[type="number"]:-moz-placeholder,
.lite-account-creation input[type="url"]:-moz-placeholder,
.lite-account-creation input[type="password"]:-moz-placeholder {
  color: #88bde1;
}
.lite-account-creation input[type="text"]::-moz-placeholder,
.lite-account-creation input[type="tel"]::-moz-placeholder,
.lite-account-creation input[type="email"]::-moz-placeholder,
.lite-account-creation input[type="number"]::-moz-placeholder,
.lite-account-creation input[type="url"]::-moz-placeholder,
.lite-account-creation input[type="password"]::-moz-placeholder {
  color: #88bde1;
  opacity: 1;
}
.lite-account-creation input[type="text"]:-ms-input-placeholder,
.lite-account-creation input[type="tel"]:-ms-input-placeholder,
.lite-account-creation input[type="email"]:-ms-input-placeholder,
.lite-account-creation input[type="number"]:-ms-input-placeholder,
.lite-account-creation input[type="url"]:-ms-input-placeholder,
.lite-account-creation input[type="password"]:-ms-input-placeholder {
  color: #88bde1;
}
.lite-account-creation input[type="text"]::-webkit-input-placeholder,
.lite-account-creation input[type="tel"]::-webkit-input-placeholder,
.lite-account-creation input[type="email"]::-webkit-input-placeholder,
.lite-account-creation input[type="number"]::-webkit-input-placeholder,
.lite-account-creation input[type="url"]::-webkit-input-placeholder,
.lite-account-creation input[type="password"]::-webkit-input-placeholder {
  color: #88bde1;
}
.lite-account-creation input[type="text"] + .placeholder,
.lite-account-creation input[type="tel"] + .placeholder,
.lite-account-creation input[type="email"] + .placeholder,
.lite-account-creation input[type="number"] + .placeholder,
.lite-account-creation input[type="url"] + .placeholder,
.lite-account-creation input[type="password"] + .placeholder {
  color: #88bde1;
}
.lite-account-creation input[type="text"]::-ms-expand,
.lite-account-creation input[type="tel"]::-ms-expand,
.lite-account-creation input[type="email"]::-ms-expand,
.lite-account-creation input[type="number"]::-ms-expand,
.lite-account-creation input[type="url"]::-ms-expand,
.lite-account-creation input[type="password"]::-ms-expand {
  display: none;
}
@media (max-width: 768px) {
  .lite-account-creation input[type="text"],
  .lite-account-creation input[type="tel"],
  .lite-account-creation input[type="email"],
  .lite-account-creation input[type="number"],
  .lite-account-creation input[type="url"],
  .lite-account-creation input[type="password"] {
    padding-right: 45px;
  }
}
.lite-account-creation .has-error input,
.lite-account-creation .has-error .form-select {
  border: 1px solid #e51727;
}
.lite-account-creation .hideShowPassword-toggle {
  cursor: pointer;
  margin: 0 15px;
}
.lite-account-creation .hideShowPassword-wrapper {
  width: 100%;
}
.lite-account-creation .hideShowPassword-wrapper:-moz-placeholder {
  color: #88bde1;
}
.lite-account-creation .hideShowPassword-wrapper::-moz-placeholder {
  color: #88bde1;
  opacity: 1;
}
.lite-account-creation .hideShowPassword-wrapper:-ms-input-placeholder {
  color: #88bde1;
}
.lite-account-creation .hideShowPassword-wrapper::-webkit-input-placeholder {
  color: #88bde1;
}
.lite-account-creation .hideShowPassword-wrapper + .placeholder {
  color: #88bde1;
}
.lite-account-creation .hideShowPassword-wrapper + .error-message {
  margin-top: 0;
}
.lite-account-creation .form-group {
  margin: 4px 0px 12px 0;
  position: relative;
}
@media (max-width: 767px) {
  .lite-account-creation .form-group.last-name {
    clear: both;
  }
}
.lite-account-creation .req {
  display: inline-block;
  opacity: 0.8;
}
.lite-account-creation .req .glyphicon {
  color: #0c648c;
  padding: 0 5px 0 10px;
}
.lite-account-creation .req.ok {
  opacity: 1;
}
.lite-account-creation .req.ok .glyphicon {
  color: #28ff3e;
  display: inline-block;
}
.lite-account-creation .form-select {
  background-color: #0c648c;
  border: 1px solid #2f82ba;
}
.lite-account-creation .form-select select {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #cfeffc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.lite-account-creation .form-select select.unselected {
  color: #88bde1;
  border-color: #88bde1;
}
.lite-account-creation .form-select select::-ms-expand {
  display: none;
}
.lite-account-creation .security-questions-section input,
.lite-account-creation .security-questions-section .form-select,
.lite-account-creation .security-questions-section select {
  font-size: 16px;
  line-height: 24px;
  height: 44px;
}
.lite-account-creation .security-questions-section .question-container {
  margin-bottom: 15px;
}
.lite-account-creation .security-questions-section .question-container .answer-container {
  margin-top: 5px;
  position: relative;
}
.lite-account-creation .security-questions-section .question-container .icon-ok,
.lite-account-creation .security-questions-section .question-container .icon-error {
  top: 30px;
}
@media (max-width: 768px) {
  .lite-account-creation .security-questions-section .question-container .icon-ok,
  .lite-account-creation .security-questions-section .question-container .icon-error {
    top: 6px;
    right: 6px;
  }
}
.lite-account-creation .security-questions-section .question-container .error-message {
  margin-top: 0;
}
.lite-account-creation .create-account {
  position: relative;
}
.lite-account-creation .icon-ok,
.lite-account-creation .icon-error {
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  top: 11px;
  right: -42px;
  position: absolute;
}
@media (max-width: 768px) {
  .lite-account-creation .icon-ok,
  .lite-account-creation .icon-error {
    right: 10px;
  }
}
.lite-account-creation .icon-ok span,
.lite-account-creation .icon-error span {
  font-size: 21px;
  line-height: 25px;
  color: #fff;
}
.lite-account-creation .icon-ok {
  background-color: #12890E;
}
.lite-account-creation .icon-error {
  background-color: #e51727;
}
.lite-account-creation .help-block {
  padding-left: 10px;
}
.lite-account-creation .account-creation-error-icon {
  margin-top: 6px;
}
.lite-account-creation .btn {
  min-width: 100%;
  border: none;
}
.lite-account-creation .input-label {
  font-size: 14px;
  line-height: 19px;
  padding-left: 10px;
  color: #cfeffc;
  font-weight: normal;
}
.lite-account-creation .input-label.row .col-xs-1 {
  padding-left: 4px;
}
.lite-account-creation .privacy-policy .input-label {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  padding-top: 10px;
}
.lite-account-creation .success-container .instructions {
  font-size: 16px;
  line-height: 24px;
}
.lite-account-creation .success-container .instructions.line2 {
  margin-top: 4px;
  margin-bottom: 10px;
}
.lite-account-creation .success-container .email {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
}
.lite-account-creation .success-container .email-text {
  font-weight: bold;
}
.lite-account-creation .success-container .email-icon {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-top: -2px;
}
.lite-account-creation .email-domain-suggestion {
  font-style: italic;
}
.lite-account-creation select.hacky-windows-select:focus {
  background: #cfeffc;
  color: #0c648c;
}
.lite-account-creation select.hacky-windows-select .glyphicon {
  color: #0c648c;
}
.welcome-container {
  min-height: 520px;
  position: relative;
}
.welcome-container .welcome-desc {
  font-size: 16px;
  line-height: 24px;
}
.welcome-container .form-inline select.selected {
  background: #50859c;
}
.welcome-container .other-links {
  font-size: 21px;
  line-height: 25px;
  background: #06618a;
  padding: 7px 10px 9px 10px;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .welcome-container .other-links {
    font-size: 16px;
    line-height: 24px;
  }
}
.welcome-container .animated-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.welcome-container .animated-map.animated {
  opacity: 0.1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.welcome-container .animated-map.zoomed {
  opacity: 0.05;
}
.welcome-container .animated-map .states {
  fill: #aaa;
}
.welcome-container .animated-map .states .active {
  fill: white;
}
.welcome-container .animated-map .state-borders {
  fill: none;
  stroke: #055072;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}
.welcome-container .lite-card-inner {
  position: relative;
}
.ie .hidden-ie {
  display: none;
}
.ridp .alert .glyphicon {
  vertical-align: middle;
  padding-right: 10px;
}
.special-cases-screener .success-container .msg-success,
.ridp-questions .success-container .msg-success {
  line-height: 42px;
  padding-right: 20px;
  text-align: right;
}
.ridp-redirect {
  min-height: 420px;
}
.ridp-questions .filter-question {
  width: auto;
}
.terms-of-service ul {
  padding-left: 25px;
  margin-bottom: 0;
}
.terms-of-service-checkbox {
  padding-left: 15px;
}
.esignature {
  margin-right: 20px;
}
.click-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.deadline-bar {
  padding: 40px 0px 20px;
}
.deadline-bar h2 {
  margin: 0 0 5px;
}
.deadline-bar > p {
  margin-bottom: 20px;
  font-size: 15px;
}
.deadline-bar ul {
  margin: 0 !important;
  padding: 0 !important;
}
.deadline-bar ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.deadline-bar ul li {
  text-align: left;
  list-style: none;
  display: block;
  float: left;
  width: 23.5%;
  height: 60px;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: #ccc 1px solid;
}
.deadline-bar ul li.last {
  padding: 0;
  margin: 0;
  border-right: none;
}
.deadline-bar ul li .date {
  font-weight: bold;
}
.deadline-bar ul li p {
  font-size: 12px;
  line-height: 15px;
}
@media (min-width: 801px) and (max-width: 1199px) {
  .deadline-bar ul li {
    width: 23%;
    height: 90px;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  .deadline-bar {
    padding: 30px 0 20px;
  }
  .deadline-bar ul li {
    width: 22%;
    height: 110px;
  }
}
@media (max-width: 600px) {
  .deadline-bar {
    padding: 20px 0;
  }
  .deadline-bar ul li {
    width: 46%;
    height: 90px;
  }
  .deadline-bar ul li.second {
    padding: 0;
    margin: 0;
    border-right: none;
  }
}
/*---------------------------------------
HEADER and FOOTER styles-
-----------------------------------------*/
/*
  Lock the Header to our page content's breakpoints,
  instead of using the fluid container
*/
.container,
.lite-card .lite-card-inner {
  padding: 0;
}
/*
  The header and footer don't have this special border-bottom underline,
  catching all cases here
*/
#header a,
.utility-section a {
  border-bottom: 1px solid transparent;
}
#header a:hover,
.utility-section a:hover,
#header a:focus,
.utility-section a:focus {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
/* TODO(kalvin) refactor to use LESS more, lots of old css here */
#header {
  position: relative;
  background-color: #fff;
}
.navbar {
  border: none;
  height: 62px;
  margin: 0 auto;
}
.navbar .logo {
  width: 241px;
  margin-top: 16px;
  margin-right: 45px;
  color: #1295E8;
}
.navbar ul {
  height: 62px;
  list-style: none;
  margin: 0;
}
.navbar ul li {
  display: inline-block;
  vertical-align: top;
  height: 62px;
}
.header-link {
  font-size: 21px;
  line-height: 25px;
  line-height: 21px;
  color: #063346;
  display: inline-block;
  float: left;
  font-weight: 700;
  padding: 20px 30px;
}
.header-link:focus,
.header-link:hover {
  outline-offset: -2px;
}
.liteac-login .header-link {
  font-size: 16px;
  line-height: 24px;
  color: #0c648c;
  margin: 15px 0px;
  padding: 3px 8px;
  margin-top: 0px;
}
.liteac-login .header-link:hover {
  background-color: #eee;
}
.user-action-list li.liteac-login {
  padding-left: 0px;
}
.liteac-login.topnav a.header-link {
  color: #0E70B4;
}
.marketplace-link.active .header-link,
.marketplace-link .header-link:hover {
  color: #fff;
  background-color: #063346;
}
.learn-link.active .header-link,
.learn-link .header-link:hover {
  color: #fff;
  background-color: #046791;
}
.user-action-list {
  color: #0c648c;
  list-style: none;
}
.user-action-list li {
  margin-top: 15px;
  padding-left: 8px;
  vertical-align: middle;
  padding-right: 0;
}
.user-action-list li .user-item {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
}
.user-action-list li .user-item:hover {
  color: #063346;
}
.user-action-list li.left-sep {
  border-left: 1px solid #666;
  margin-left: 5px;
}
.user-action-list li .btn-sm {
  font-weight: bold;
}
/*
  Language specific css tweaks. We need to show/hide different content, and make
  sure we don't wrap or break our layouts at various sizes.
*/
html[lang='es'] {
  /* CuidadoDeSalud logo is larger, so decrease the margin */
}
html[lang='es'] .logo {
  margin-right: 14px;
}
html[lang='es'] .hide-es {
  display: none !important;
  visibility: hidden !important;
}
html[lang='es'] #hcgov-learn .main-nav-search {
  width: 240px;
}
html[lang='es'] #hcgov-learn .main-nav-search #input-main-nav-search {
  width: 130px;
}
@media (max-width: 991px) {
  html[lang='es'] #header .pull-right .user-action-list {
    width: 80px;
    padding: 0;
  }
  html[lang='es'] #hcgov-learn .main-nav-search {
    width: 120px;
  }
  html[lang='es'] #hcgov-learn .main-nav-search #input-main-nav-search {
    width: 60px;
  }
  html[lang='es'] #hcgov-learn .utility-section .nav-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html[lang='es'] #hcgov-learn .main-nav-search {
    width: 220px;
  }
  html[lang='es'] #hcgov-learn .main-nav-search #input-main-nav-search {
    width: 130px;
  }
}
li[lang="en"] {
  margin-right: 55px;
}
li[lang="es"] {
  margin-right: 80px;
}
html[lang='en'] .hide-en {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 991px) {
  html[lang='en'] #hcgov-learn .main-nav-search {
    width: 160px;
  }
  html[lang='en'] #hcgov-learn .main-nav-search #input-main-nav-search {
    width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html[lang='en'] #hcgov-learn .main-nav-search {
    width: 195px;
  }
  html[lang='en'] #hcgov-learn .main-nav-search #input-main-nav-search {
    width: 140px;
  }
}
@media (max-width: 1199px) {
  html[lang='en'] #header .pull-right .user-action-list {
    padding-left: 0;
    width: 103px;
  }
}
/*
  Responsive stylings for header bar
*/
@media (max-width: 991px) {
  .navbar .logo {
    margin-right: 10px;
    margin-top: 20px;
    width: 200px;
  }
  .header-link {
    font-size: 16px;
    padding: 20px 20px;
  }
  .liteac-login .header-link {
    font-size: 14px;
    line-height: 19px;
    margin: 13px 10px;
    padding: 5px 10px;
  }
}
@media (max-width: 1199px) {
  #header .pull-right .user-action-list {
    width: 105px;
  }
  #header .pull-right .user-action-list li {
    margin-top: 17px;
  }
  #input-main-nav-search {
    width: 140px;
  }
  #hcgov-learn .container .main-nav-search,
  #hcgov-learn .lite-card .lite-card-inner .main-nav-search {
    width: 194px;
  }
  .header-link {
    padding: 20px 20px;
  }
}
@media (max-width: 991px) {
  .header-link {
    padding: 20px 20px;
  }
}
.mobile-main-top {
  height: 49px;
}
.mobile-main-top .mobile-menu-btn {
  display: inline-block;
  margin-left: 0;
}
.mobile-main-top .mobile-menu-btn .mobile-menu-btn-text {
  display: inline-block;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 11px;
}
.mobile-main-top #nav-icon {
  display: inline-block;
  width: 20px;
  height: 15px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
  cursor: pointer;
  margin-top: 17px;
  margin-left: 17px;
  vertical-align: sub;
}
.mobile-main-top #nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #0c648c;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.mobile-main-top #nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-main-top #nav-icon span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-main-top #nav-icon span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.mobile-main-top #nav-icon.open span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
  left: 5px;
}
.mobile-main-top #nav-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.mobile-main-top #nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 8px;
}
.mobile-main-top a {
  font-size: 10px;
  font-weight: bold;
  margin-left: 10px;
}
.mobile-main-top .logo {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.mobile-main-top .mobile-user-actions a {
  font-size: 11px;
  font-weight: bold;
  color: #0e70b4;
  float: right;
  margin-top: 14px;
  margin-left: 0;
  padding: 5px 6px;
}
.mobile-main-top .mobile-user-actions a:hover {
  color: #fff;
  background: #0E70B4;
}
#mobile-nav [class^=col-xs-] {
  padding: 0;
}
/*
  Utility section of header, shows breadcrumbs and state logo
*/
.mkplc .utility-section {
  border-bottom: 4px solid #052e3f;
}
.utility-section {
  background-color: #063346;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 64px;
  padding: 10px 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #035c82;
  /*
    Override styling of the See Topics dropdown menu in the header bar
  */
  /*
    Override Bootstrap styling of the dropdown menu button behavior,
    we want it to look like a tab connected to the open dropdown area.
  */
}
.utility-section button.nav-btn {
  background: initial;
  border: none;
}
.utility-section button.nav-btn:focus {
  outline-color: #88bde1 !important;
  outline-offset: 1px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
.utility-section .nav-btn {
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 20px;
  margin: 0 5px 0 0;
  text-decoration: none;
}
.utility-section .nav-btn.active2 {
  background: #0c648c;
}
.utility-section .nav-btn:focus,
.utility-section .nav-btn:hover {
  color: #063346;
  background: #fff;
  text-decoration: none;
}
.utility-section .nav .dropdown-menu {
  border: 0;
  margin-top: 8px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
}
.utility-section .nav .dropdown-menu .bottom {
  padding: 15px 20px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.utility-section .nav .open > a,
.utility-section .nav .open > a:hover,
.utility-section .nav .open > a:focus {
  background-color: #fff;
}
.dropdown.delay .dropdown-menu {
  visibility: hidden;
  display: block;
  -webkit-transition: visibility 0s linear 250ms;
  transition: visibility 0s linear 250ms;
}
.dropdown.delay:hover .dropdown-menu,
.dropdown.delay .show-menu-on-focus {
  visibility: visible;
  -webkit-transition: visibility 0s linear 250ms;
  transition: visibility 0s linear 250ms;
}
.dropdown.delay .nav-btn.dropdown-toggle {
  -webkit-transition: all 0s linear 250ms;
  transition: all 0s linear 250ms;
}
.dropdown.delay .nav-btn.dropdown-toggle:hover,
.dropdown.delay .nav-btn.dropdown-toggle:focus {
  -webkit-transition: padding 0s linear 250ms;
  transition: padding 0s linear 250ms;
  padding-bottom: 25px;
}
/*
  help menu on the right side has a dropdown of options
  and a search input for the help section
*/
.help-menu {
  margin-top: 3px;
}
.help-menu .help-cta {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background: #063346;
  padding-right: 6px;
}
.help-menu .help-cta:focus,
.help-menu .help-cta:hover {
  background: #0c648c;
}
.help-menu .help-dropdown {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  left: auto;
  z-index: 2;
  min-width: 270px;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}
.help-menu .help-dropdown:before {
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  padding: 0;
  position: absolute;
  width: 0;
  right: 45px;
  top: -20px;
}
.help-menu .help-dropdown .help-links {
  list-style: none;
  margin: 0;
  padding: 5px;
}
.help-menu .help-dropdown .help-links .help-link {
  border-radius: 3px;
  margin: 0;
  padding: 5px 7px;
  display: block;
  font-weight: bold;
}
.help-menu .help-dropdown .help-links .help-link:hover {
  background: #063346;
  color: #fff;
}
.help-menu .help-dropdown .help-search {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
  margin: 8px 8px 14px 8px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.help-menu .help-dropdown form {
  width: 270px;
  margin-bottom: 10px;
}
.help-menu .help-dropdown .nav-search {
  font-size: 14px;
  line-height: 19px;
  width: 170px;
  height: 36px;
  margin: 0 0 0 8px;
  padding-left: 8px;
  vertical-align: bottom;
}
.help-menu .help-dropdown .btn-search {
  color: #fff;
  background-color: #055072;
  text-transform: uppercase;
  width: 85px;
  padding: 6px 10px;
  margin-left: -5px;
}
.help-menu .help-dropdown .btn-search:hover,
.help-menu .help-dropdown .btn-search:focus {
  background-color: #063346;
}
.help-menu.open .help-dropdown {
  display: block;
}
/*-------------------------------------------------
Header End*/
.utility-section {
  /* Help Center */
  /* Find Local Help */
  /* Glossary */
  /* Contact Us */
  /*sprite@2x*/
}
.utility-section .help-menu span.icon,
.utility-section .help span.icon {
  display: inline-block;
  float: left;
  width: 28px;
  height: 23px;
  margin-right: 4px;
}
.utility-section [class^="icon-"],
.utility-section [class*=" icon-"] {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.utility-section .icon-chevron-down:before {
  content: "\e114";
}
.utility-section .icon {
  background: transparent url('/images/sprite.png') no-repeat 0 0;
  display: block;
  text-indent: -999em;
  text-align: left;
  width: 10px;
  height: 10px;
  border: 1px solid rgba(255, 255, 255, 0);
  box-sizing: content-box;
}
.utility-section .nav.help-menu {
  float: right;
  height: 25px;
  padding-top: 10px;
  color: #2BC7FC;
}
.utility-section .dropdown-menu a:hover .icon.raft,
.utility-section .dropdown-menu a:focus .icon.raft {
  background-position: -372px -118px;
}
.utility-section .icon.raft {
  background-position: -372px -94px;
}
.utility-section .icon.local {
  background-position: -224px -94px;
}
.utility-section .dropdown-menu a:hover .icon.local,
.utility-section .dropdown-menu a:focus .icon.local {
  background-position: -224px -118px;
}
.utility-section .icon.glossary {
  background-position: -284px -94px;
}
.utility-section .dropdown-menu a:hover .icon.glossary,
.utility-section .dropdown-menu a:focus .icon.glossary {
  background-position: -284px -118px;
}
.utility-section .icon.phone {
  background-position: -251px -94px;
}
.utility-section .dropdown-menu a:hover .icon.phone,
.utility-section .dropdown-menu a:focus .icon.phone {
  background-position: -251px -118px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .utility-section .icon,
  .utility-section .card .new.active {
    background: url('/images/sprite_matrix_v2@2x.png') no-repeat 0 0;
    background-size: 750px 350px;
  }
}
@media (max-width: 991px) {
  #sidr,
  #sidr-submenu,
  #sidr-submenu-shadow {
    left: -100%;
    right: 100%;
    bottom: 0;
    z-index: 1100;
  }
  #sidr-submenu,
  #sidr-submenu-shadow {
    top: 72px;
  }
  .medium-blue {
    background: #0c648c;
  }
  .dark-blue {
    background: #063346;
  }
  #sidr-submenu-shadow {
    background: #000;
    position: absolute;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: left 0.1s ease-out;
    transition: left 0.1s ease-out;
    -webkit-transition: right 0.1s ease-out;
    transition: right 0.1s ease-out;
  }
  #sidr-submenu-shadow.visible {
    left: 0;
    right: 0;
    -webkit-transition: left 0s ease;
    transition: left 0s ease;
    -webkit-transition: right 0s ease;
    transition: right 0s ease;
  }
  .fixed {
    position: fixed;
  }
  #sidr-submenu {
    position: absolute;
    color: #fff;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
  #sidr-submenu .back-button {
    display: inline-block;
    padding: 17px 0;
    font-weight: bold;
    background: #0c648c;
    color: #fff;
    border-bottom: none;
  }
  #sidr-submenu .back-button .glyphicon {
    margin-right: 8px;
  }
  #sidr-submenu .learn-links .back-button {
    background: #0c648c;
  }
  #sidr-submenu .marketplace-links .back-button {
    background: #063346;
  }
  #sidr-submenu .marketplace-links .utility-section {
    background: #063346;
  }
  #sidr-submenu a.question .glyphicon {
    color: #fff;
  }
  #sidr-submenu .more-info .link-list {
    padding-right: 0;
  }
  #sidr-submenu .more-info .link-list li {
    margin-bottom: 0;
    padding: 17px 0 0;
  }
  #sidr-submenu .more-info .link-list li a {
    padding-left: 17px;
    font-weight: normal;
    display: block;
  }
  #sidr-submenu .more-info .link-list li:first-child {
    border-top: 1px solid #2f7a9d;
  }
  #sidr-submenu a {
    border-bottom: none;
  }
  #sidr-submenu .more-info .faq-question {
    margin-bottom: 0;
    border-top: none;
    border-bottom: 1px solid #2f7a9d;
  }
  #sidr-submenu .more-info .faq-question .question {
    padding: 17px 0;
    display: block;
  }
  #sidr-submenu .more-info .faq-question .answer:last-child {
    margin-bottom: 20px;
  }
  #sidr-submenu .marketplace-links {
    background: #063346;
  }
  #sidr-submenu.visible {
    left: 0;
    right: 40px;
  }
  #sidr {
    background: #000;
    position: relative;
  }
  #sidr .gsearch {
    padding: 17px;
    background: #d9d9d9;
  }
  #sidr .gsearch .question {
    position: relative;
  }
  #sidr .gsearch .mobile-search {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    background-color: #fff !important;
    padding-right: 70px;
  }
  #sidr .gsearch .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    padding: 6px;
    width: 65px;
    color: #fff;
    text-transform: uppercase;
  }
  #sidr .gsearch .btn {
    background-color: #063346;
  }
  #sidr .header-link {
    float: none;
    border: none;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }
  #sidr .learn {
    background: #0c648c !important;
  }
  #sidr .marketplace {
    background: #063346;
    width: auto;
    height: auto;
  }
  #sidr .utility-section {
    padding: 0 17px;
    height: auto;
    border-bottom: none;
    margin-bottom: 0;
    background: #0c648c;
  }
  #sidr .utility-section li {
    list-style: none;
  }
  #sidr .utility-section li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
  }
  #sidr .utility-section li .glyphicon {
    margin-left: 8px;
  }
  #sidr > .utility-section li {
    border-top: 1px solid #2f7a9d;
    padding: 17px 0;
    margin: 0 20px;
  }
  #sidr > .utility-section li:first-child {
    border-top: none;
  }
  #sidr .btn-search {
    color: #fff;
    line-height: 185%;
  }
  #sidr .learn-links {
    background: #0c648c !important;
  }
  #sidr .marketplace-links {
    background: #063346;
    display: block;
    background: #063346 !important;
  }
  #sidr .marketplace-links li {
    border-top-color: #355b76;
  }
  #sidr.loading-sidr {
    position: absolute;
  }
  .all-topics-link {
    padding-top: 17px;
  }
}
.show-on-focus {
  display: block;
  position: absolute;
  top: -100px;
  left: -100px;
}
.show-on-focus:focus {
  z-index: 1;
  top: 0;
  left: 0;
}
#hcgov-marketplace {
  /*  Nav focus active class styles */
}
#hcgov-marketplace a.nav-btn.active {
  background: #063346 !important;
  color: #fff !important;
}
#hcgov-learn.mkplc .utility-section {
  background: #063346 !important;
}
#hcgov-learn.mkplc a.nav-btn.active {
  background: #063346 !important;
  color: #fff;
}
#hcgov-learn.mkplc .active .header-link {
  background: #063346 !important;
}
#hcgov-learn.mkplc .main-nav-search .btn {
  background: #046791;
}
#hcgov-learn.mkplc .main-nav-search .btn:hover {
  background: #1295e8;
}
#hcgov-learn {
  /* BUTTON IN HEADER TOP MARGIN */
  /* /BUTTON IN HEADER TOP MARGIN */
  /* SEARCH BUTTON HEIGHT */
  /* /SEARCH BUTTON HEIGHT */
  /* skip nav */
  /* fix for ie8 white spacing under header*/
  /*  Nav focus active class styles */
  /* DARKER FORM LABEL - FOOTER */
  /* /DARKER FORM LABEL - FOOTER */
  /* RIGHT MARGIN FORM - FOOTER */
  /* AMIT'S EDITS FOR FOOTER */
}
#hcgov-learn .utility-section {
  background: #046791;
}
#hcgov-learn .utility-section .nav-btn.active2 {
  background: #063346;
}
#hcgov-learn .utility-section .nav-btn.active1 {
  background: #046791;
}
#hcgov-learn .utility-section .nav-btn.active2:focus,
#hcgov-learn .utility-section .nav-btn.active2:hover,
#hcgov-learn .utility-section .nav-btn.active1:focus,
#hcgov-learn .utility-section .nav-btn.active1:hover,
#hcgov-learn .utility-section .nav-btn.active2.hover-class,
#hcgov-learn .utility-section .nav-btn.active1.hover-class {
  color: #063346;
  background: #fff;
  text-decoration: none;
}
#hcgov-learn .utility-section .dropdown:hover .dropdown-menu,
#hcgov-learn .utility-section .dropdown:focus .dropdown-menu {
  display: block;
}
#hcgov-learn .nav .dropdown {
  display: inline;
  position: static;
}
#hcgov-learn .dropdown .dropdown-toggle {
  padding-bottom: 10px;
}
#hcgov-learn .dropdown .dropdown-toggle:focus {
  padding-bottom: 10px;
}
#hcgov-learn .dropdown .dropdown-toggle:active,
#hcgov-learn .dropdown .dropdown-toggle:hover {
  padding-bottom: 25px;
}
#hcgov-learn .dropdown-menu .bottom a {
  margin-right: 20px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  color: #046792 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
#hcgov-learn .dropdown-menu .bottom .last-link {
  border-right: none;
}
#hcgov-learn .dropdown-menu .bottom a:hover {
  color: #063346 !important;
}
#hcgov-learn .hover-class {
  background-color: #fff;
  color: #000 !important;
  padding-bottom: 25px !important;
}
#hcgov-learn .nav {
  position: relative;
}
#hcgov-learn .nav .dropdown .caret {
  position: static;
}
#hcgov-learn .main-nav-search {
  margin-top: 2px;
  width: 320px;
}
#hcgov-learn .main-nav-search .input-group {
  display: block;
}
#hcgov-learn .main-nav-search #input-main-nav-search {
  width: 180px;
}
#hcgov-learn .main-nav-search .btn {
  padding: 6px 20px;
}
#hcgov-learn .main-nav-search .input-group-btn {
  width: auto;
  float: right;
}
#hcgov-learn .main-nav-search .input-group {
  float: right;
}
#hcgov-learn .nav .dropdown a {
  color: #fff;
  font-size: 18px;
}
#hcgov-learn .nav .dropdown a:hover,
#hcgov-learn .nav .dropdown a:focus,
#hcgov-learn .nav .dropdown.open a {
  color: #000;
}
#hcgov-learn .nav .dropdown-menu {
  left: 0px;
  top: 28px;
  width: 1170px;
  padding-bottom: 0;
  border-radius: 0;
  margin-top: 22px;
  z-index: 10000000000;
}
#hcgov-learn .nav .dropdown-menu .table-row {
  display: table;
  padding: 40px 0px;
}
#hcgov-learn .nav .dropdown-menu .table-cell {
  display: table-cell;
  border-right: 1px solid #e2e2e2;
  vertical-align: top;
}
#hcgov-learn .mm-featured a {
  color: #046792 !important;
}
#hcgov-learn .mm-featured a:hover {
  text-decoration: underline;
}
#hcgov-learn .nav .dropdown-menu ul {
  list-style-type: none;
  padding: 0px 10px;
  width: 290px;
  margin-bottom: 0;
}
#hcgov-learn .nav .dropdown-menu .table-cell.last {
  border-right: none;
}
#hcgov-learn .nav .dropdown-menu li > a {
  display: inline;
  color: #046792 !important;
  font-size: 15px;
  padding: 10px 0px;
}
#hcgov-learn .nav .dropdown-menu li {
  margin-top: 10px;
}
#hcgov-learn .nav .dropdown-menu .topic {
  font-size: 16px;
  color: #666666;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
#hcgov-learn .nav .dropdown-menu li + .topic {
  margin-top: 35px;
}
#hcgov-learn .featured-text {
  font-size: 14px;
}
#hcgov-learn .nav .dropdown-menu li > a:hover,
#hcgov-learn .nav .dropdown-menu li > a:focus {
  background-color: none !important;
  color: #063346 !important;
  text-decoration: underline;
}
#hcgov-learn .nav .dropdown-menu .bottom {
  padding: 15px 30px;
  background: none repeat scroll 0% 0% #F8F8F8;
}
#hcgov-learn .nav .dropdown-menu .bottom a {
  color: #063346;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.3em;
}
#hcgov-learn .nav .dropdown-menu .bottom a:hover {
  text-decoration: underline;
}
#hcgov-learn .all-topics-search {
  width: 280px;
}
#hcgov-learn .all-topics-search .btn {
  background: #046792;
  border: #046792;
  color: #fff;
  font-style: uppercase;
}
#hcgov-learn .main-nav-search .btn {
  background: #063346;
  border: #0c648c;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
#hcgov-learn .active .header-link {
  background: #046791;
}
#hcgov-learn .all-topics-search .btn:hover,
#hcgov-learn .main-nav-search .btn:hover {
  background-color: #1295e8;
  border-color: #1295e8;
}
#hcgov-learn .main-nav-search button:hover,
#hcgov-learn .main-nav-search button:focus,
#hcgov-learn .all-topics-search button:hover,
#hcgov-learn .all-topics-search button:focus {
  color: #fff;
  background: #428bca;
}
#hcgov-learn .nav .dropdown-menu .featured-topic {
  color: #D44116;
  border-bottom: solid 1px #D44116;
}
#hcgov-learn .all-topics-link {
  text-align: right;
  font-style: italic;
  font-weight: bold;
}
#hcgov-learn .btn-bump-down {
  margin-top: 14px;
}
#hcgov-learn .main-nav-search button {
  height: 38px;
}
#hcgov-learn a[name="skipnav"] {
  padding: 0;
  margin: 0;
  display: block;
  border: none;
}
#hcgov-learn a.nav-btn.active2 {
  background: #063346;
  color: #fff;
}
#hcgov-learn footer form label h3 {
  color: #333;
}
#hcgov-learn footer form {
  margin-right: 30px;
}
#hcgov-learn .alert {
  border-radius: 0;
  text-align: left;
}
#hcgov-learn .alert > div {
  padding: 0 15px;
}
#hcgov-learn .lite-card legend {
  border-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-family: "Open Sans";
  font-weight: 700;
}
#hcgov-learn .lite-card legend .fa {
  color: #046791;
}
#hcgov-learn .tophat {
  border-bottom: 4px solid #aaa;
}
.glyphicons.search {
  font-size: 15px;
  padding: 0;
}
/* AMITS EDITS FOR FOOTER */
.nudge-right {
  padding-left: 16px !important;
}
footer ul.bottom20 {
  margin-bottom: 20px !important;
}
footer ul.list-bottom5 li {
  margin-bottom: 5px !important;
}
footer ul.quicklinks li a {
  line-height: 16px;
}
/* FOOTER */
footer .hidden-xs ul .row .col-sm-1,
footer .visible-xs ul .row .col-xs-1 {
  padding: 0;
}
footer .visible-xs ul .row .col-xs-1 {
  padding-left: 5px;
}
footer .visible-xs .panel {
  border-radius: 0;
}
footer p.footnote {
  font-size: 10px;
  line-height: 16px;
  margin-bottom: 0;
}
footer p.footnote a {
  text-transform: uppercase;
}
footer .row {
  margin-left: 0;
}
footer a.rss-icon,
footer a.rss-icon:focus,
footer a.rss-icon:hover {
  text-decoration: none;
  border-bottom: none;
}
.marketplace {
  margin-bottom: 5px;
}
.eq-ht-1 {
  background-color: #f4f4f4 !important;
  margin-right: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.row-links {
  padding: 10px 0 15px;
  border: 1px solid #e1e2e2;
  border-width: 1px 0;
  margin-bottom: 15px;
}
.lang-row {
  margin-bottom: 30px;
}
.lang-row-pipe:nth-last-child(1) {
  display: none;
}
.eagle {
  margin-right: 10px !important;
}
@media (max-width: 768px) {
  .gov-icons-center {
    float: none !important;
    margin: 30px auto 0 !important;
    width: 210px;
  }
  .tiny-text {
    font-size: 10px;
    line-height: 14px;
  }
}
footer .glyphicons {
  font-size: 18px;
  color: #666;
  padding-left: 0;
}
footer .glyphicons:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  color: #000;
}
/* /FOOTER */
@media (min-width: 768px) {
  .all-topics-search {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #hcgov-learn .nav .dropdown-menu {
    width: 970px;
  }
  #hcgov-learn .nav .dropdown-menu ul {
    width: 240px;
  }
  #hcgov-learn .nav.pull-left a,
  #hcgov-learn .dropdown .dropdown-toggle {
    font-size: 15px;
  }
  #hcgov-learn .nav .dropdown-menu li > a {
    font-size: 14px;
  }
  #hcgov-learn .nav .dropdown-menu .topic {
    font-size: 15px;
  }
  #hcgov-learn .user-action-list li {
    display: block;
    height: 25px;
    margin-top: 3px !important;
    padding-left: 0px;
  }
  #hcgov-learn .user-action-list li a {
    background: #eee;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 6px;
    text-transform: uppercase;
    text-align: center;
    width: 106px;
    margin-top: 0px !important;
    line-height: 24px;
  }
  #hcgov-learn .user-action-list li a:hover {
    color: #fff;
    background: #0E70B4;
  }
  #hcgov-learn .liteac-login .header-link {
    margin: 0px;
  }
  #hcgov-learn .navbar .pull-right {
    height: 62px;
  }
  #hcgov-learn .utility-section .nav-btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px !important;
  }
}
@media (max-width: 991px) {
  #hcgov-learn .nav .dropdown-menu {
    width: 750px;
  }
  #hcgov-learn .nav .dropdown-menu ul {
    width: 185px;
  }
  #hcgov-learn .nav.pull-left a,
  #hcgov-learn .dropdown .dropdown-toggle {
    font-size: 15px;
  }
  #hcgov-learn .nav .dropdown-menu li > a {
    font-size: 14px;
  }
  #hcgov-learn .nav .dropdown-menu .topic {
    font-size: 14px;
  }
  #hcgov-learn .user-action-list li {
    display: block;
    height: 25px;
    margin-top: 3px !important;
    padding-left: 0px;
  }
  #hcgov-learn .user-action-list li a {
    background: #eee;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 0px 6px;
    text-transform: uppercase;
    width: 106px;
    margin-top: 0px !important;
    text-align: center;
    line-height: 24px;
  }
  #hcgov-learn .user-action-list li a:hover {
    color: #fff;
    background: #0E70B4;
  }
  #hcgov-learn .liteac-login .header-link {
    margin: 0px;
  }
  #hcgov-learn .navbar .pull-right {
    height: 62px;
  }
  #hcgov-learn .utility-section .nav-btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px !important;
  }
}
/* FOOTER CSS */
footer {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  padding: 20px 0;
  /* I believe the img location should be changed to something more like below,
	 however, I think this begs a larger discussion about where images will be
	 stored in final product so both MPL & Learn can access from shared location
  background: url(../img/bg-footer.png) 0 0 repeat; */
  background: #f7f7f7;
  color: #333;
}
footer {
  /*
    These panels in the footer are only .visible-xs, and have lots of default
    Bootstrap styling removed from them.
  */
  /* enrollment clock */
}
footer .row .col-sm-5 {
  padding: 0;
}
footer .row .col-sm-7,
footer .col-resources {
  padding: 0;
}
footer .row .col-sm-7 .list-unstyled,
footer .col-resources .list-unstyled {
  margin-bottom: 0;
}
footer .col-connect-with-us {
  border-left: #e1e2e2 1px solid;
}
footer .row .col-sm-5.col-connect-with-us {
  padding-left: 6%;
}
footer .col-resources li a,
footer .col-connect-with-us li a {
  color: #666;
}
footer .col-resources li a:hover,
footer .col-connect-with-us li a:hover {
  color: #333;
}
footer a {
  color: #666;
  /* remove default border-bottom for footer */
  border-bottom: 1px solid transparent;
}
footer a:hover,
footer a:focus {
  border-bottom: 1px solid #333;
  text-decoration: none;
}
footer a:hover {
  color: #333;
}
footer li a {
  font-size: 16px;
  line-height: 24px;
}
footer h3,
footer h3 a {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  color: #333;
}
footer hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #e1e2e2;
  margin: 0 0 40px;
}
footer ul.default li {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
footer ul.smaller li {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
footer small.up-case {
  font-size: 12px;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
footer span.up-case {
  font-size: 12px;
  line-height: 16px;
  font-size: 10px;
  text-transform: uppercase;
}
footer .day {
  font-size: 22px;
  text-align: center;
  color: #666;
}
footer .month {
  font-size: 12px;
  line-height: 16px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
footer .footer-links {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 2px 0 5px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
footer .icon.marketplace.es {
  background-position: -16px -297px;
}
footer .panel-group .panel {
  background-color: transparent;
  border-bottom: 1px solid #E1E2E2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
footer .panel-group .panel-heading {
  padding: 0;
  /* overriding a bootstrap css rule, so have to be extra verbose */
}
footer .panel-group .panel-heading .panel-title {
  margin-top: 14px;
  margin-bottom: 14px;
}
footer .panel-group .panel-heading h3 {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
footer .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top-color: transparent;
  padding: 0;
}
footer .enrollment-clock {
  padding-top: 10px;
  margin-bottom: 20px;
}
footer .enrollment-clock span:first-child {
  font-size: 35px;
  line-height: 32px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: middle;
}
footer .enrollment-clock span:nth-child(2) {
  width: 130px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  vertical-align: middle;
}
html[lang='es'] footer .enrollment-clock span:nth-child(2) {
  width: 170px !important;
}
/* this css is just for footer-small.html and footer-small-es.html */
footer.footer-small .footer-links {
  margin-top: 0;
}
@media (max-width: 991px) {
  /* give the footer some padding on small screens */
  footer {
    padding: 20px 15px;
  }
  footer hr {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-links {
    text-align: center;
    /* override our .text-right on mobile */
  }
  footer .footer-links .text-right {
    text-align: center;
  }
  footer h3,
  footer h3 a {
    font-size: 14px;
  }
  footer li a {
    font-size: 13px;
    line-height: 18px;
  }
  footer .col-sm-1.pull-left {
    padding-left: 0;
  }
  footer hr {
    margin: 0;
  }
  footer hr.last-row {
    display: none;
  }
  .eagle {
    margin-top: 0 !important;
  }
  .marketplace-mobile.es {
    background-position: -431px -305px;
  }
}
.icon {
  display: block;
  background: url('/images/sprite_matrix_v2.png');
  background-repeat: no-repeat;
  text-indent: -999em;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.icon:hover,
.icon:focus {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.icon2 {
  display: block;
  background: url('/images/sprite-matrix-v3.png');
  background-repeat: no-repeat;
  text-indent: -999em;
  text-align: left;
  border-bottom: 1px solid transparent;
}
.icon2:hover,
.icon2:focus {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon {
    background: url('/images/sprite_matrix_v2@2x.png');
    background-size: 750px 350px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .icon2 {
    background: url('/images/sprite-matrix-v3.png');
    background-size: 750px 350px;
  }
}
.marketplace {
  margin-bottom: 20px;
  width: 375px;
  height: 47px;
  background-position: -13px -239px;
}
.marketplace-mobile {
  width: 233px;
  height: 29px;
  background-position: -431px -251px;
  margin-bottom: 20px;
}
.eq-ht-1-col {
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
.share {
  width: 26px;
  height: 32px;
  background-position: -90px -62px;
}
.flag {
  width: 26px;
  height: 32px;
  background-position: -133px -60px;
}
.twitter {
  width: 38px;
  height: 36px;
  background-position: -52px -87px;
}
.twitter:hover {
  background-position: -244px -87px;
}
.facebook {
  width: 38px;
  height: 36px;
  background-position: -14px -87px;
}
.facebook:hover {
  background-position: -206px -87px;
}
.google-plus {
  width: 37px;
  height: 36px;
  background-position: -90px -87px;
}
.google-plus:hover {
  background-position: -282px -87px;
}
.youtube {
  width: 38px;
  height: 36px;
  background-position: -127px -87px;
}
.youtube:hover {
  background-position: -319px -87px;
}
.eagle {
  width: 50px;
  height: 70px;
  background-position: -400px -81px;
  margin-right: 20px;
  float: left;
}
.eagle2 {
  width: 50px;
  height: 70px;
  background-position: -388px -66px;
  margin-right: 20px;
  float: left;
}
.whitehouse {
  margin-right: 20px !important;
  width: 61px;
  height: 43px;
  background-position: -654px -87px;
}
.whitehouse2 {
  margin-right: 20px !important;
  width: 61px;
  height: 43px;
  background-position: -642px -73px;
}
.usagov {
  width: 100px;
  height: 40px;
  background-position: -501px -86px;
}
.usagov2 {
  width: 100px;
  height: 40px;
  background-position: -501px -86px;
}
html[lang='es'] .icon.usagov {
  width: 138px;
  background-position: -545px -148px;
}
.social-icon {
  margin: 0;
}
.social-icon a {
  float: left;
}
html[lang='en'] .hidden-xs ul.quick-info li:nth-child(odd) {
  width: 35%;
  float: left;
}
html[lang='en'] .hidden-xs ul.quick-info li:nth-child(even) {
  width: 65%;
  float: left;
}
.hidden-xs ul.lang-res li {
  width: 50%;
  float: left;
}
.icon-center {
  float: none !important;
  margin: 30px auto 0 !important;
}
.row-link span.glyphicons {
  position: relative;
  top: -2px;
}
.row-link:hover span.text {
  text-decoration: underline;
}
.row-link:hover span.glyphicons {
  color: #000;
  text-decoration: none;
  border: none;
}
/* blue footer */
footer.blue {
  background-color: #0c648c;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}
footer.blue a {
  color: #fff;
}
.lite-card {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  /*
    In general we want pretty tight spacing on our columns
    because we use these a lot for our forms.
  */
  /*
    Special layout helper that will be used often enough to make a class for
    Split a row into two columns, but have a large gutter separating them
    Can be applied to any two columns next to each other, and disappears either
    at our defined screen-sm or screen-md breakpoints.
  */
  /*
    Only remove split layout styling on sm/xs sizes for gutter-md
  */
  /*
    Adding some padding on .lite-card-inner on mobile sizes so
    we don't go flush to the sides and cause weird legibility issues.

    Also, removing the split layout styling on anything below sm sizes
  */
}
.lite-card fieldset {
  padding: 0 0 40px 0;
}
.lite-card legend {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Bitter', Georgia, serif;
  border-bottom: 1px solid #333;
}
.lite-card legend.has-subtitle {
  padding: 0 0 3px 0;
  margin-bottom: 4px;
}
.lite-card .instructions {
  font-size: 14px;
  line-height: 19px;
}
.lite-card .information-box {
  background: #eee;
  color: #333;
  padding: 25px;
}
.lite-card .form-group {
  margin-bottom: 8px;
}
.lite-card .subtitle {
  margin-bottom: 45px;
}
.lite-card .header-label {
  font-size: 14px;
  line-height: 19px;
  color: #333;
  margin-bottom: 2px;
}
.lite-card .lite-card-inner {
  padding: 60px 0;
}
.lite-card .lite-card-inner img[src*="coveragechart-big-table"] {
  width: 100%;
}
.lite-card .col-md-12,
.lite-card .col-md-11,
.lite-card .col-md-10,
.lite-card .col-md-9,
.lite-card .col-md-8,
.lite-card .col-md-7,
.lite-card .col-md-6,
.lite-card .col-md-5,
.lite-card .col-md-4,
.lite-card .col-md-3,
.lite-card .col-md-2,
.lite-card .col-md-1,
.lite-card .col-sm-12,
.lite-card .col-sm-11,
.lite-card .col-sm-10,
.lite-card .col-sm-9,
.lite-card .col-sm-8,
.lite-card .col-sm-7,
.lite-card .col-sm-6,
.lite-card .col-sm-5,
.lite-card .col-sm-4,
.lite-card .col-sm-3,
.lite-card .col-sm-2,
.lite-card .col-sm-1,
.lite-card .col-xs-12,
.lite-card .col-xs-11,
.lite-card .col-xs-10,
.lite-card .col-xs-9,
.lite-card .col-xs-8,
.lite-card .col-xs-7,
.lite-card .col-xs-6,
.lite-card .col-xs-5,
.lite-card .col-xs-4,
.lite-card .col-xs-3,
.lite-card .col-xs-2,
.lite-card .col-xs-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.lite-card .gutter-sm-right,
.lite-card .gutter-md-right,
.lite-card .gutter-right {
  padding-right: 30px;
}
.lite-card .gutter-sm-left,
.lite-card .gutter-md-left,
.lite-card .gutter-left {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .lite-card .gutter-md-right {
    padding-right: 4px;
  }
  .lite-card .gutter-md-left {
    padding-left: 4px;
  }
}
@media (max-width: 768px) {
  .lite-card .lite-card-inner {
    padding: 60px 0px;
  }
  .lite-card .gutter-md-right,
  .lite-card .gutter-sm-right,
  .lite-card .gutter-right {
    padding-right: 4px;
  }
  .lite-card .gutter-md-left,
  .lite-card .gutter-sm-left,
  .lite-card .gutter-left {
    padding-left: 4px;
  }
}
.blue-bg {
  background-color: #055072;
  color: #cfeffc;
  /* make the tab focus inside .blue-bg legible */
}
.blue-bg h1,
.blue-bg h2,
.blue-bg h3 {
  color: #fff;
}
.blue-bg .info-text {
  font-size: 16px;
  line-height: 24px;
  color: #cfeffc;
}
.blue-bg a {
  color: #cfeffc;
  border-bottom: 1px solid #9fdff9;
}
.blue-bg a:hover,
.blue-bg a:focus {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.blue-bg a:hover,
.blue-bg a:focus {
  color: #fff;
}
.blue-bg a.btn {
  color: #fff;
  border: none;
}
.blue-bg label {
  color: #cfeffc;
}
.blue-bg .error-message {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
}
.blue-bg .form-select .caret {
  border-top: 6px solid #cfeffc;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.blue-bg .form-inline input[type="text"],
.blue-bg .form-inline select {
  background: #37738e;
  color: #fff;
  border: none;
  width: 100%;
}
.blue-bg .form-inline input[type="text"].selected,
.blue-bg .form-inline select.selected {
  background: #12890E;
  color: #fff;
}
.blue-bg .question {
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  margin-bottom: 40px;
}
.blue-bg .question.has-error .error-message {
  display: inline-block;
  margin-left: 15px;
}
.blue-bg .question.has-error .error-message.icon-error {
  background-color: #e51727;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
}
.blue-bg .question.has-error .error-message span {
  font-size: 21px;
  line-height: 25px;
  color: #fff;
}
.blue-bg .question.optional .question-label {
  color: #cfeffc;
}
.blue-bg .question .error-message {
  display: none;
}
.blue-bg .filter-question {
  margin-top: 10px;
}
.blue-bg .radio-label {
  background: #063346;
}
.blue-bg .radio-label:hover {
  color: #fff;
  background: #04222f;
}
.blue-bg .btn:focus,
.blue-bg .form-control:focus {
  outline-color: #88bde1 !important;
  outline-offset: 1px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
.blue-bg .nav-tabs li.active a,
.blue-bg .nav-tabs li.active a:hover {
  color: #fff;
}
.blue-bg .link-list a {
  border-bottom: 1px solid transparent;
}
.blue-bg .link-list a:hover,
.blue-bg .link-list a:focus {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.blue-bg.audience {
  min-height: 415px;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.spacer-top5 {
  margin-bottom: 5px;
}
.spacer-bottom5 {
  margin-bottom: 5px;
}
.spacer-top10 {
  margin-top: 10px;
}
.spacer-bottom10 {
  margin-bottom: 10px;
}
.spacer-top20 {
  margin-top: 20px;
}
.spacer-bottom20 {
  margin-bottom: 20px;
}
.spacer-top25 {
  margin-top: 25px;
}
.spacer-bottom25 {
  margin-bottom: 25px;
}
.spacer-top40 {
  margin-top: 40px;
}
.spacer-bottom40 {
  margin-bottom: 40px;
}
.spacer-top60 {
  margin-top: 60px;
}
.spacer-bottom60 {
  margin-bottom: 60px;
}
.spacer-right10 {
  margin-right: 10px;
}
.center-x {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}
/*
 * In some cases we want to pull-right things on wider layouts, but have everything
 * left-aligned in mobile to not create weird white spaces or page flows. We're
 * only extending pull-right because by default columns are floated left.
 * */
@media (min-width: 992px) {
  .pull-right-md {
    float: right !important;
  }
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right !important;
  }
}
.btn {
  -webkit-font-smoothing: antialiased;
  background-color: #eee;
  color: #0E70B4;
  text-decoration: none;
  white-space: normal;
  /* this fixes text overflow issues on buttons */
  border-radius: 0;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.btn:focus {
  outline-color: #88bde1 !important;
  outline-offset: 1px !important;
  outline-style: solid !important;
  outline-width: 2px !important;
}
.btn:hover,
.btn:active,
.btn.active,
.btn:focus {
  background-color: #0E70B4;
  color: #fff;
  border: none;
}
a.btn {
  border: none;
}
.btn-lg {
  font-size: 21px;
  line-height: 25px;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 700;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  text-transform: uppercase;
}
a.btn.btn-lg {
  text-decoration: none!important;
}
.btn-md {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  line-height: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
a.btn.btn-md {
  text-decoration: none!important;
}
.btn-sm .glyphicon {
  font-size: 12px;
  line-height: 16px;
}
.btn-green,
.btn-success {
  color: #fff;
  background-color: #12890E;
}
.btn-green:hover,
.btn-success:hover,
.btn-green:focus,
.btn-success:focus,
.btn-green:active,
.btn-success:active {
  background-color: #0f720c;
}
.btn-blue {
  background-color: #0E70B4;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background-color: #0c619c;
}
.small-business .btn-darkblue {
  background: #046791;
}
.btn-darkblue {
  background-color: #063346;
}
.btn-darkblue:hover,
.btn-darkblue:focus,
.btn-darkblue:active {
  background-color: #04222f;
}
.btn-blue,
.btn-darkblue,
.btn-green {
  color: #fff;
}
.no-touch .btn-blue:hover,
.no-touch .btn-darkblue:hover,
.no-touch .btn-green:hover,
.no-touch .btn-blue:focus,
.no-touch .btn-darkblue:focus,
.no-touch .btn-green:focus {
  color: #fff;
  text-decoration: none;
}
.no-touch .btn:hover,
.no-touch .btn:focus {
  background-position: 0 0;
}
.btn-submit {
  max-width: none;
  width: 100%;
}
.btn-group {
  margin-bottom: 20px;
}
.radio-label {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.radio-label.active {
  color: #fff;
  background: #12890E;
}
.radio-label.active:hover,
.radio-label.active:focus {
  background: #0c5b09;
}
.btn-group-vertical {
  padding-top: 10px;
  margin-right: 0;
}
.btn-group-vertical .btn {
  text-align: left;
  margin-bottom: 5px;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: none;
}
.table > thead > tr > th {
  border-bottom: none;
}
/**
 * Used for income source fields and deduction fields
 * on /app/income and /app/deductions
 */
.table-form.editing .table-form-header,
.table-form.editing .table-form-item {
  opacity: 0.5;
}
.table-form .th {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.table-form .action-link {
  cursor: pointer;
  border-bottom-width: 0px;
}
.table-form .table-form-header {
  margin-bottom: 8px;
}
.table-form .table-form-item {
  line-height: 35px;
}
@media (max-width: 991px) {
  .table-form .table-form-item {
    border-top: solid 1px #666;
  }
  .table-form .table-form-item.first {
    border-top: none;
  }
}
.table-form .table-form-item-fields {
  margin-top: 20px;
}
.table-form .table-form-item-field-actions {
  margin-bottom: 20px;
}
.table-form .add {
  margin-top: 10px;
}
.table-form .cancel {
  line-height: 41px;
}
.table-form .cancel,
.table-form .remove {
  margin-left: 10px;
}
/*
  Related content links and "Take Actions" section
*/
.link-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.link-list li {
  margin-bottom: 15px;
}
.link-list a {
  border-bottom: 1px solid transparent;
}
.link-list a:hover,
.link-list a:focus {
  border-bottom: 1px solid #08425d;
  text-decoration: none;
}
.button-list {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.button-list li {
  font-size: 14px;
  line-height: 19px;
  margin-right: 5px;
  margin-bottom: 0;
  display: inline-block;
}
.button-list li.description {
  vertical-align: middle;
}
.top-content {
  position: absolute;
}
.top-content.centered {
  text-align: center;
  width: inherit;
}
.top-content .button-list {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .top-content {
    padding: 0 10px;
  }
}
/*
  An inset piece of content in the main article side of Learn pages
  Useful for both blockquotes, tables, and lists of states
*/
.inset-list,
blockquote {
  font-size: 16px;
  line-height: 24px;
  border: none;
  margin: 10px 40px 20px 40px;
  padding: 20px;
  background: #eefafe;
}
.inset-list .btn,
blockquote .btn {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #0a5c87;
  color: #fff;
}
.inset-list .btn:hover,
blockquote .btn:hover {
  background: #0c6a9c;
}
.inset-list .btn:focus,
blockquote .btn:focus {
  background: #0c6a9c;
}
.inset-list ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.inset-list li {
  display: inline-block;
  margin-bottom: 0;
}
.notification-alert {
  background: #eefafe;
}
.blue.notification-alert {
  padding: 32px 20px 14px;
  margin: 0 0 32px;
}
.notification-alert blockquote {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.notification-alert blockquote h2 {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin: 0 0 18px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}
.notification-alert blockquote p {
  margin-bottom: 18px;
  line-height: 24px;
}
.notification-alert blockquote ul {
  margin: 0 !important;
  list-style: none;
  padding: 0;
}
.notification-alert blockquote li {
  margin-bottom: 18px;
  font-size: 15px;
  position: relative;
}
.notification-alert blockquote li p {
  padding: 0 0 0 15px;
}
.notification-alert blockquote li:before {
  content: "•";
  font-size: 180%;
  padding-right: 5px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.notification-alert blockquote .button a {
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #0a5c87;
  color: #fff;
}
.notification-alert blockquote .button a:hover {
  background: #0c6a9c;
}
/*
  Tabbed Articles override standard Bootstrap styling
*/
.nav-tabs {
  border-bottom: none;
}
ul.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs h4.rule {
  margin-bottom: 10px;
}
.nav-tabs li,
.nav-tabs li.active {
  margin-bottom: 5px;
}
.nav-tabs li a,
.nav-tabs li.active a {
  border: none;
  border-radius: 0;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
  /* bootstrap active tabs have their own border */
  border-width: 0;
  color: #000;
  background-color: transparent;
}
/* Vertically stacked tabs */
.nav-tabs.nav-stacked li a,
.nav-tabs.nav-stacked li.active a {
  border-left: 4px solid #eee;
  padding: 14px;
}
.nav-tabs.nav-stacked li a:hover,
.nav-tabs.nav-stacked li.active a:hover {
  padding-left: 10px;
  border-left-width: 8px;
  background: #eee;
}
.nav-tabs.nav-stacked li.active a,
.nav-tabs.nav-stacked li.active a:hover {
  padding-left: 10px;
  border-left: 8px solid #0c648c;
}
/*
  Alerts communicate special, new, or urgent messages
  Use with .alert-danger for red background
*/
.alert {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 10px;
  border-radius: 0;
}
/*
  Highlight content if it's important or urgent
*/
.alert-danger {
  background: #e51727;
  color: #fff;
  border: none;
  -webkit-font-smoothing: subpixel-antialiased;
}
/*
  Show examples in Learn content and the Learn style guide
*/
.example {
  position: relative;
  margin: 10px 60px;
}
.example .icon {
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px;
  left: -60px;
  color: white;
  position: absolute;
}
.example .icon-ok {
  background-color: #12890E;
}
.example .icon-error {
  background-color: #e51727;
}
/*
  Question block used often at the end of Learn article pages
*/
.lite-card li > p .faq {
  padding-top: 30px;
}
.lite-card li > p {
  margin-bottom: 0;
}
li .faq {
  padding: 30px 0 15px 0;
}
#tab-content li .faq {
  margin-left: 0;
  padding: 11px 0 0;
}
#tab-content li .faq .faq-question dt.question {
  margin-bottom: 5px;
}
#tab-content li .faq .faq-question dd.answer {
  margin-top: 20px;
}
.faq {
  padding-bottom: 30px;
}
.faq p:last-child {
  margin-bottom: 0;
}
.faq-question {
  font-size: 16px;
  line-height: 24px;
  list-style: none;
  margin-bottom: 0;
}
.faq-question .question {
  font-size: 16px;
  line-height: 24px;
  color: #063346;
  cursor: pointer;
}
.faq-question .question .glyphicon {
  font-size: 12px;
  line-height: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: -17px;
  margin-right: 5px;
  top: -1px;
}
.faq-question .question .glyphicon.glyphicon-chevron-up,
.faq-question .question .glyphicon.glyphicon-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-question .question.collapsed .glyphicon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq-question .faq-question:last-child {
  margin-bottom: 0;
}
.faq-question dt.question {
  margin-bottom: 30px;
  font-weight: normal;
  cursor: default;
}
.faq-question dt.question.collapsed {
  margin-bottom: 0;
}
.faq-question dt.question .title {
  cursor: pointer;
  margin-bottom: 30px;
}
.faq-question dt.question .title:hover,
.faq-question dt.question .title:focus {
  border-bottom: none;
}
.faq-question .answer {
  color: #666;
  margin-bottom: 20px;
}
.faq-question .answer > p + ul {
  margin: 0;
}
.faq-question .answer:last-child {
  margin-bottom: 0;
}
.faq-question .glyphicon-chevron-right,
.faq-question .glyphicon-chevron-down {
  color: #333;
}
.glossary-term {
  border-bottom-style: dashed;
}
.glossary-term:hover {
  border-bottom-style: dashed;
}
/*
  Popovers
*/
.popover {
  font-size: 14px;
  line-height: 19px;
  border: none;
  border-radius: 0;
  background: #063346;
  color: #cfeffc;
  padding: 10px;
  max-width: 400px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.popover.bottom .arrow,
.popover.bottom .arrow:after {
  border-bottom-color: #063346;
}
.popover.top .arrow,
.popover.top .arrow:after {
  border-top-color: #063346;
}
.popover.right .arrow,
.popover.right .arrow:after {
  border-right-color: #063346;
}
.popover.left .arrow {
  right: -10px;
}
.popover.left .arrow,
.popover.left .arrow:after {
  border-left-color: #063346;
}
.popover .popover-title {
  font-size: 21px;
  line-height: 25px;
  color: white;
  border: none;
  background: none;
  font-family: Bitter, serif;
}
.bottom-right {
  position: fixed;
  right: 15px;
  bottom: 0;
}
/*
  Social media buttons align with the header and squeeze up under the header on mobile
*/
.addthis-toolbox {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .addthis-toolbox {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
/**
 * Used for places where we ask a question and provide an input below.
 * E.g. special enrollment questions, expected annual income question,
 * etc.
 */
.question.optional {
  font-size: 16px;
  line-height: 24px;
}
.question .question-label {
  margin-bottom: 8px;
}
.question-section {
  margin-bottom: 40px;
}
.checkbox-label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-buttons {
  float: left;
  margin-right: 15px;
}
.toggle-buttons .radio-label {
  margin-right: 5px;
}
.toggle-buttons a,
.toggle-buttons label {
  float: left;
}
.visible-radio-label.sm {
  margin-bottom: 5px;
}
.form-control {
  border-color: #eee;
  border-radius: 0;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.disabled {
  background-color: #eeeeee;
}
.has-error .form-control {
  border-width: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown button {
  text-align: left;
}
.dropdown .dropdown-menu.sinput-group-btncrollable {
  overflow-y: scroll;
  max-height: 230px;
}
.form-select {
  color: #000;
  position: relative;
}
.form-select select {
  cursor: pointer;
  color: #000;
  border: solid 1px #eee;
  padding-right: 28px;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.form-select select::-ms-expand {
  display: none;
}
.dropdown .caret,
.form-select .caret {
  position: absolute;
  pointer-events: none;
  top: 20px;
  right: 12px;
}
.filter-question.form-group,
.filter-question {
  margin-bottom: 20px;
  line-height: 34px;
  width: 100%;
}
.filter-question.form-group:before,
.filter-question:before,
.filter-question.form-group:after,
.filter-question:after {
  content: " ";
  display: table;
}
.filter-question.form-group:after,
.filter-question:after {
  clear: both;
}
.filter-question.form-group:before,
.filter-question:before,
.filter-question.form-group:after,
.filter-question:after {
  content: " ";
  display: table;
}
.filter-question.form-group:after,
.filter-question:after {
  clear: both;
}
.filter-question.form-group > .error-message,
.filter-question > .error-message {
  clear: both;
  margin-bottom: 0;
}
.filter-question.form-group label,
.filter-question label,
.filter-question.form-group span,
.filter-question span {
  float: left;
}
.input-group .btn {
  border-color: #eee;
  color: #000;
}
.input-group .btn:hover {
  background-color: #e1e1e1;
  border-color: transparent;
  border-width: 1px;
}
.input-group-addon {
  font-size: 16px;
  line-height: 24px;
  border: none;
  border-radius: 0;
  background: #d5d5d5;
}
.input-group-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 6px 20px;
  text-transform: uppercase;
}
.input-group-btn.form-select select {
  background: white;
  width: auto;
}
.checkbox {
  padding-left: 30px;
}
.checkbox.small,
.checkbox.medium {
  min-height: 46px;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 47px;
}
.checkbox.small label,
.checkbox.medium label {
  font-size: 14px;
  line-height: 19px;
}
.checkbox.medium {
  min-height: 65px;
  margin-top: 22px;
  padding-top: 9px;
}
.checkbox input[type="checkbox"] {
  margin-left: -30px;
}
/*
  For input labels that have a popover help text associated with them
*/
.input-label-help {
  border-bottom: 1px solid transparent;
}
.input-label-help:hover,
.input-label-help:focus {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
.input-label-help .glyphicon {
  font-size: 12px;
  line-height: 16px;
}
.has-error .btn {
  border-left-width: 0;
  border-color: #a94442;
}
.ie .form-select select {
  padding-right: 5px;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.appearance-none::-ms-expand {
  display: none;
}
/* vertically align firefox dropdowns */
@-moz-document url-prefix() {
  .form-inline select,
  .form-select select {
    padding-top: 8px;
    padding-left: 8px;
  }
  .form-inline .caret,
  .form-select .caret {
    display: none;
  }
}
/* subscibe */
h2 .glyphicon-ok-sign {
  color: green;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .help-inline,
  .row .pull,
  .modal-body .pull {
    line-height: 250%;
    margin-left: 15px;
  }
  .subscribe-type .form-control,
  .modal-body .form-select,
  .subscribe-type .form-select {
    float: left;
    width: 70%;
  }
  #modal-state-dropdown,
  #page-state-dropdown {
    width: 100%;
  }
}
/* /subscribe */
/* iPhone search input box */
.appearance {
  -webkit-appearance: none!important;
  border-radius: 0;
}
.additional-coverage-questions .checkbox {
  margin-bottom: 10px;
}
.additional-coverage-questions .checkbox label {
  color: #333;
}
.additional-coverage-questions .checkbox .alert {
  margin-top: 10px;
}
.additional-coverage-questions .special-enrollment-questions .question {
  margin-top: 10px;
}
.additional-coverage-questions .special-enrollment-questions .question .question-label {
  color: #666;
}
.application-summary .section-heading {
  padding: 8px 8px 8px 14px;
}
.application-summary .section-heading h3 {
  margin: 6px 0 4px 0;
}
.application-summary .section-body {
  padding: 20px 14px 40px;
}
.application-summary .section-body .table-row {
  padding: 5px 0px;
}
@media (max-width: 991px) {
  .application-summary .section-body .table-row {
    border-top: solid 1px #eee;
  }
  .application-summary .section-body .table-row.first {
    border-top: none;
  }
}
.application-summary .section-body .header-field,
.application-summary .section-body .header-fields {
  color: #666;
}
.application-summary .household-contact .table-row {
  border: none;
}
.summary-block {
  margin-bottom: 40px;
}
.summary-block .edit {
  font-size: 14px;
  line-height: 19px;
  background: #666;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: bold;
  padding: 4px 8px;
  text-transform: uppercase;
}
.summary-block .edit:hover {
  background: #0c648c;
}
.summary-block .person-name {
  font-weight: bold;
  text-transform: capitalize;
}
.income-person {
  padding: 0;
  margin-bottom: 20px;
}
.income-row {
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.income-row .income-item {
  float: left;
  width: 33%;
}
.income-row.total {
  float: right;
  font-weight: bold;
  padding: 0 15px 5px 15px;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .income-row.total {
    float: none;
  }
  .income-person {
    padding: 25px 0 0 15px;
  }
}
.review-agreement {
  border: 1px solid #e5e5e5;
  color: #666;
  width: 100%;
  height: 250px;
  padding: 20px;
  line-height: 1.5;
  overflow: scroll;
}
.e-sign {
  margin-bottom: 10px;
}
.e-sign .sign-field-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.basic-info-screener .show-state-input {
  cursor: pointer;
}
@media (min-width: 480px) {
  .basic-info-screener .state-input,
  .basic-info-screener .dependent-input,
  .basic-info-screener .income-input {
    width: 215px;
  }
  .basic-info-screener .dependent-input {
    margin-bottom: 65px;
  }
}
.basic-info-screener .cutoff {
  float: none;
}
.household-income .income-header {
  background-color: #eee;
  padding: 20px;
  margin-bottom: 30px;
}
.household-income .income-header .income-types {
  color: #666;
  margin-top: 10px;
}
.household-income .income-header .income-types td {
  padding: 0px 60px 0px 0px;
}
.household-income .dollar-value {
  font-weight: bold;
}
.household-income .help-calculate-income {
  font-size: 14px;
  line-height: 19px;
}
.household-income .income-calculator .header-label,
.household-income .income-calculator input,
.household-income .income-calculator .income-calculator-total {
  text-align: center;
}
.household-income .income-calculator .income-month-estimate {
  margin-bottom: 5px;
}
.household-income .income-calculator .income-calculator-total {
  margin-bottom: 10px;
}
.household-income .income-calculator .cancel {
  text-align: right;
}
.lite-screener {
  font-size: 16px;
  line-height: 24px;
}
.lite-screener .form-control.mad-lib {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lite-screener .form-control.mad-lib:focus {
  border-color: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lite-screener form {
  font-size: 24px;
  line-height: 30px;
}
.lite-screener form .form-group {
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.lite-screener form select {
  font-size: 24px;
  line-height: 30px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: rgba(207, 239, 252, 0.995);
  height: 44px;
  padding: 0 28px 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
.lite-screener form select:-moz-placeholder {
  color: #cfeffc;
}
.lite-screener form select::-moz-placeholder {
  color: #cfeffc;
  opacity: 1;
}
.lite-screener form select:-ms-input-placeholder {
  color: #cfeffc;
}
.lite-screener form select::-webkit-input-placeholder {
  color: #cfeffc;
}
.lite-screener form select + .placeholder {
  color: #cfeffc;
}
.lite-screener form select::-ms-expand {
  display: none;
}
.lite-screener form select.has-default-value,
.lite-screener form select.selected,
.lite-screener form select:focus,
.lite-screener form select:hover {
  color: #cfeffc;
}
.lite-screener form .button-wrapper {
  margin-top: 24px;
}
.lite-screener form .btn-lg {
  min-width: 100%;
}
.lite-screener form .msg-success {
  font-size: 16px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
.lite-screener .info-text-container {
  margin-bottom: 15px;
}
.ie .lite-screener select {
  color: rgba(207, 239, 252, 0.995);
  padding-right: 5px;
}
/* align text vertically in firefox */
@-moz-document url-prefix() {
  .lite-screener form select {
    padding-top: 3px;
  }
}
.non-fa-last-step .num-dependents-dropdown .form-select,
.non-fa-last-step .num-dependents-dropdown .dropdown {
  width: 104px;
  margin-right: 13px;
}
.non-fa-last-step .num-dependents-dropdown .description {
  line-height: 44px;
}
.styleguide pre {
  font-size: 14px;
  line-height: 19px;
  margin-top: 10px;
  margin-bottom: 60px;
}
.styleguide .blue-bg pre {
  margin-top: -30px;
}
.ie .hidden-ie {
  display: none;
}
.ie8 .lite-card-inner .state-dropdown .form-select {
  width: 100%;
  overflow: hidden;
}
.ie8 .lite-card-inner .state-dropdown .form-select SELECT {
  width: 110%;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ie8 .blue-bg .lite-screener.post-enrollment .form-select,
.ie8 .blue-bg .lite-card .form-select,
.ie8 .blue-bg .lite-card-inner .form-select,
.ie8 .blue-bg .security-questions-section .form-select,
.ie8 .blue-bg .state-dropdown .form-select {
  width: 100%;
  overflow: hidden;
}
.ie8 .blue-bg .lite-screener.post-enrollment .form-select SELECT,
.ie8 .blue-bg .lite-card .form-select SELECT,
.ie8 .blue-bg .lite-card-inner .form-select SELECT,
.ie8 .blue-bg .security-questions-section .form-select SELECT,
.ie8 .blue-bg .state-dropdown .form-select SELECT {
  width: 110%;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.ie8 .blue-bg .lite-screener FORM .btn-lg {
  min-width: 80%;
  width: 100%;
}
.ie8 .lite-card input[type="text"],
.ie8 .lite-card input[type="email"],
.ie8 .lite-card input[type="number"],
.ie8 .lite-card input[type="tel"],
.ie8 .lite-card input[type="url"],
.ie8 .lite-card .dropdown .dropdown-toggle,
.ie8 .lite-card select,
.ie8 .lite-card .ethnicity-race-toggle,
.ie8 .lite-card .coverage-state-toggle {
  line-height: 34px;
}
.ie8 .lite-card .ethnicity-race-dropdown .other-race-text-container input[type="text"] {
  line-height: 30px;
}
.ie8 .lite-account-creation input[type="text"],
.ie8 .lite-account-creation input[type="tel"],
.ie8 .lite-account-creation input[type="email"],
.ie8 .lite-account-creation input[type="number"],
.ie8 .lite-account-creation input[type="url"],
.ie8 .lite-account-creation input[type="password"] {
  line-height: 50px;
}
.ie8 .lite-account-creation .security-questions-section input[type="text"],
.ie8 .lite-account-creation .security-questions-section input[type="tel"],
.ie8 .lite-account-creation .security-questions-section input[type="email"],
.ie8 .lite-account-creation .security-questions-section input[type="number"],
.ie8 .lite-account-creation .security-questions-section input[type="url"],
.ie8 .lite-account-creation .security-questions-section input[type="password"] {
  height: 50px;
  line-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ie8 .main-nav-search {
    width: 272px !important;
  }
}
/* hero styles */
.hero {
  position: relative;
  color: #fff;
  margin-bottom: 0 !important;
  padding-top: 40px;
  padding-bottom: 10px;
  background-position: center top;
}
/*.hero a, .hero a:link, .hero a:visited { 
  color: @white; 
  text-decoration: none; 
  border: none;
}*/
.opaque-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAUEBAAAACwAAAAAAQABAAACAkQBADs=);
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.hero-inner {
  z-index: 999;
  position: relative;
}
.hero-inner h1 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 67px;
  letter-spacing: -2px;
}
.hero-inner p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 18px;
}
.state-answer p {
  padding-top: 10px;
}
.hero-inner a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.hero-inner .sub-heading {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 20px;
}
.hero-inner .hero-btn {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 35px;
  border-radius: 0;
  background-color: #12890E;
  text-decoration: none;
  border: none;
  margin-right: 35px;
}
.hero-inner .hero-btn:hover {
  background-color: #138F0E;
}
.hero-btn.btn-lg,
.hero-btn.btn-lg:hover {
  text-shadow: none;
}
.hero-inner .state-dropdown {
  margin-bottom: 20px;
}
.hero-inner .state-dropdown {
  width: 500px;
}
.hero-inner .answer p {
  font-size: 14px;
  margin-bottom: 0;
}
.hero-inner .hero-button {
  display: none;
  text-align: center;
  float: left;
  padding: 0 40px;
}
.hero-inner .hero-button .hero-btn {
  margin-right: 0;
}
.hero-inner .hero-button.first {
  padding-left: 0;
}
@media (max-width: 767px) {
  .hero-inner h1 {
    font-size: 36px;
    line-height: 42px;
    margin: 20px auto;
  }
  .hero-inner .sub-heading {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .hero-inner p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
  }
  .hero-inner .hero-button {
    width: 100%;
    padding: 15px 0;
  }
  .hero-btn {
    font-size: 16px;
    padding: 10px 30px;
    margin-right: 20px;
    margin-top: 15px;
  }
  .hero-inner .state-dropdown {
    width: 300px;
  }
  .hero-inner .answer p {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-inner h1 {
    font-size: 45px;
    line-height: 50px;
  }
  .hero-inner .hero-button {
    width: 50%;
  }
  .hero-inner .hero-button .sub-heading {
    font-size: 14px;
  }
  .hero-inner .hero-button.text-left {
    width: 100%;
  }
  .hero-inner .hero-btn {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .hero {
    min-height: 380px;
  }
  .hero-inner .hero-button {
    max-width: 50%;
  }
  .hero-inner .hero-button.text-left {
    text-align: left;
  }
  .ie8 .hero-inner .hero-button {
    width: 48%;
  }
}
/* start alert bar styles */
/* Banner */
.alert-banner {
  width: 100%;
  display: none;
}
.alert-banner .alert {
  margin-bottom: 0;
  padding: 10px 0;
  min-height: 65px;
}
.alert-banner .alert p {
  margin: 0 10px 0 0;
  width: 80%;
}
.alert-banner .alert-toggle {
  position: absolute;
  right: 0;
}
/* end alert bar styles */
/* Floating Search */
#ftopnav {
  width: 100%;
  position: static;
  display: none;
  z-index: 100000;
  background-color: #046792;
  padding-top: 10px;
}
#ftopnav .col-sm-7.nav.ftopnav-text {
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding-top: 6px;
}
#ftopnav.scrolling {
  position: fixed;
  top: 0px;
  display: true;
}
#ftopnav .limiter {
  padding-bottom: 10px;
}
#ftopnav .btn.btn-green.btn-search,
#ftopnav .btn.btn-green.btn-search:hover {
  text-shadow: none !important;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  height: 38px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#ftopnav .btn.btn-green.btn-search:hover {
  background: #009900;
}
#ftopnav-text {
  font-size: 1.2em;
}
#ftopnav-text-es {
  font-size: 1.1em;
}
input.nav-search.ftopnav-searchbar {
  width: 210%;
}
input.nav-search.ftopnav-searchbar-es {
  width: 180%;
}
#ftopnav .input-group {
  display: block !important;
}
#ftopnav .input-group-btn {
  display: block !important;
  position: static !important;
}
@media (max-width: 1024px) {
  #ftopnav-text {
    font-size: 1em;
  }
  #ftopnav-text-es {
    font-size: 0.9em;
  }
}
/* connect */
/* YouTube playlist */
#ytplayer {
  margin-right: 20px;
}
#ytplayer-embed {
  display: none;
}
#ytsummary a {
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
#ytplaylistleftbutton,
#ytplaylistrightbutton {
  display: inline-block;
  width: 20px;
  height: 90px;
}
#ytplaylistleftbutton {
  background: url('/images/arrow-left.png') center no-repeat;
  border: 0;
}
#ytplaylistrightbutton {
  background: url('/images/arrow-right.png') center no-repeat;
  border: 0;
}
#ytplaylistcontainer {
  position: relative;
  margin: 0 15px;
  display: inline-block;
  width: 270px;
  height: 90px;
  overflow: hidden;
}
#ytplaylist {
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#ytplaylist li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
#ytplaylist .last {
  margin-right: 0;
}
#ytplaylist img {
  border: 0;
}
/* end youtube playlist */
@media (max-width: 767px) {
  /* youtube playlist */
  #ytsummary {
    margin-bottom: 20px;
    font-size: 14px;
  }
  #ytfeaturedstories,
  #ytplaylistcarousel {
    display: none;
  }
  #ytplayer {
    display: none;
  }
  #ytplayer-embed {
    display: block;
  }
  /* end youtube playlist */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* homepage styles */
  .homepage .btns .btn {
    font: 14px 'Open Sans', sans-serif;
  }
  .homepage .btns .btn a {
    margin-left: 55px;
  }
  /* end homepage styles */
  /* youtube playlist */
  /*#ytplaylistcarousel {zoom:0.6;}*/
  #ytplaylistcontainer {
    width: 205px;
  }
  /* end youtube playlist */
}
@media (min-width: 1200px) {
  #ytplaylistcontainer {
    width: 380px;
  }
}
/* end connect page */
/* #glossary-word */
#glossary-word .lite-card ul {
  margin-bottom: 0;
}
#glossary-word .addthis_toolbox {
  margin-bottom: 30px;
}
#glossary-back {
  margin-bottom: 30px;
  margin-top: 30px;
}
#glossary-back .back-to-landing {
  border-bottom: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 25px;
}
#glossary-back .back-to-landing:after {
  left: 3px;
  top: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(12, 100, 140, 0);
  border-right-color: #0c648c;
  border-width: 7px;
  margin-top: -7px;
}
/* /#glossary-word */
#hcgov-learn .lite-card-inner #glossary-index.nav-pills > li > span {
  display: block;
  padding: 5px 10px;
  font-weight: bold;
}
/* Search Results styles */
#search-filter a {
  font-weight: normal;
}
#search-results .srch-res-title {
  font-size: 21px;
  line-height: 25px;
}
#search-results a.srch-res-title {
  color: #0c648c;
}
#search-results a:hover.srch-res-title {
  border-bottom: 1px solid #0c648c;
}
#results h2 a {
  color: #FFFFFF;
}
#results h2 a:hover {
  border-bottom: 1px solid #FFFFFF;
}
#results a.next-ten:hover {
  border: 0;
}
#results a {
  border: 0;
}
#results a:hover {
  border-bottom: 1px solid #0c648c;
}
#results .nav-pills a:hover {
  border: 0;
}
hr.pad40 {
  margin: 40px 0 55px 0;
  border-bottom: 5px solid #ccc;
}
#results ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#results ul span:hover {
  border-bottom: 1px solid #0c648c;
  cursor: pointer;
}
#results ul span {
  border-bottom-color: transparent;
  color: #0c648c;
  font-weight: normal;
}
#results input {
  margin-right: 5px;
}
#results .link-list label > input:hover {
  border: 0;
}
#search-results-container .well {
  display: none;
}
@media (min-width: 768px) {
  #search-results-container .well {
    display: block;
  }
}
.keymatch-title {
  position: absolute;
  left: -10000px;
  top: -10000px;
}
/* Blog-index template: Style for showing next ten blogs */
.showBlog {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  visibility: hidden;
}
.blog-heading {
  margin: 20px 0 10px;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 44px;
  font-family: 'Bitter', Georgia, serif;
  display: inline-block;
}
.blog-heading a {
  border: none !important;
}
.blog-heading .glyphicons {
  width: 34px;
  height: 34px;
  padding-left: 0;
}
.blog-post-content a {
  border: none !important;
}
.blog-post-content,
.blog-post-content h3,
.blog-post-content p {
  font-weight: 400 !important;
  font-size: 16px !important;
}
#blog-post img {
  max-width: 100%;
}
#main-body-content .lite-card .lite-card-inner {
  padding-top: 30px;
}
#main-body-content .lite-card h1 {
  margin-bottom: 10px;
}
#main-body-content .lite-card #blog-post h1 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  font-family: 'Bitter', Georgia, serif;
  margin: 0px 0 15px 0;
}
.top-content h1 {
  margin-top: 40px;
}
#blog-post .blog-date {
  font-size: 14px;
  color: #666;
  font-weight: normal;
  display: block;
}
#blog-post h2 {
  margin-top: 0px;
}
.small-light.pull-left {
  position: relative;
  left: -4px;
}
/* Blog Post Template: Disqus style */
#disqus_thread {
  clear: both;
}
/* Blog Post Template: Comment policy */
.comment-policy {
  float: right;
  font-size: 12px;
  margin: 25px 0;
  text-transform: uppercase;
}
.small.col-sm-4.col-offset-8 {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.show-more {
  text-decoration: none;
  display: inline-block;
  background: #eee;
  color: #0e70b4;
  padding: 5px 10px;
}
.show-more:hover {
  text-decoration: none;
  background: #0e70b4;
  color: #fff;
}
.show-more.hideme {
  display: none;
  visibility: hidden;
}
#show-more {
  width: 100%;
}
.side-rail h2 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  a.previous-post {
    width: 100%;
    margin-bottom: 20px;
  }
  a.next-post {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .blog-heading .supporting-icons {
    width: 36px;
    height: 36px;
  }
}
/* Topic Template: article */
.topic-result {
  font-size: 18px !important;
  color: #666 !important;
  text-transform: uppercase;
  padding-left: 30px;
}
.topic-card {
  height: 160px;
}
@media (min-width: 768px) {
  .topic-card {
    height: 180px !important;
  }
}
@media (max-width: 480px) {
  .topic-card {
    height: inherit !important;
  }
}
/* basic-nav-left */
.nav-tabs {
  display: none;
}
@media (min-width: 768px) {
  #menu-select {
    display: none;
  }
  .nav-tabs {
    display: block;
  }
  #menu-accordion {
    display: none;
  }
}
#menu-accordion .panel-default {
  border: 0;
}
#menu-accordion.panel-group {
  margin-bottom: 24px;
}
#menu-accordion.panel-group .panel {
  border-radius: 0px;
  margin-bottom: 0;
  overflow: hidden;
}
#menu-accordion .panel-heading {
  background-color: transparent;
  border-color: #ddd;
  color: #333;
  padding: 10px 0px;
}
#menu-accordion .panel {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  border-top: 1px #e1e2e2 solid;
  border-bottom: 1px #e1e2e2 solid;
  box-shadow: 0 0 0 0;
  margin-left: 5px;
  margin-right: 5px;
}
#menu-accordion .panel-body {
  padding: 15px 0px;
}
#menu-accordion h3.panel-title {
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
#menu-accordion .panel-body a {
  border-bottom: 0;
  margin-bottom: 0;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
#menu-accordion.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
#menu-accordion .panel-body ul {
  margin-bottom: 0;
}
#menu-accordion .panel-title > span:hover {
  cursor: pointer;
}
/* /basic-nav-left */
/* #getting-coverage template css */
/*#getting-coverage .nav-tabs > li > a {border-bottom:0;}*/
#getting-coverage .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-top: 0;
  border-bottom: 0;
}
/* /#getting-coverage template css */
/* 404 styling */
.container.fourofour h1,
.lite-card .lite-card-inner.fourofour h1 {
  font-weight: 900;
  font-size: 42px;
  line-height: 48px !important;
  letter-spacing: normal;
}
.container.fourofour,
.lite-card .lite-card-inner.fourofour {
  text-align: center;
}
.fourofour .btn {
  background: none repeat scroll 0 0 #046792;
  color: #FFFFFF;
}
.fourofour .btn:hover {
  background: none repeat scroll 0 0 #045790;
  color: #FFFFFF;
}
.fourofour p {
  font-size: 21px;
  line-height: 30px;
  font-family: 'Bitter', serif;
}
.fourofour h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: normal;
  font-family: inherit !important;
}
#tab-topic-header {
  color: #666666;
  font-size: 22px;
  font-family: inherit;
  font-weight: 400;
  font-family: Bitter,Georgia,serif;
}
#explainer-container {
  padding-top: 40px;
}
#tab-content {
  padding-top: 20px;
}
#tab-content blockquote {
  clear: both;
}
#take-action h2 {
  margin-bottom: 10px;
}
#take-action .link-list {
  margin: 0;
  overflow: hidden;
}
#take-action .link-list li {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #take-action {
    padding: 0 20px 20px;
    background: #f0f9ff;
  }
  #take-action .glyphicons {
    display: none;
  }
  #take-action .link-list {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  #take-action h2 {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #take-action {
    position: fixed;
    top: 40%;
    right: 20px;
    padding: 12px 12px 0;
    min-width: 156px;
    background: #216c0a;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
    z-index: 1;
  }
  #take-action h2 {
    font-family: 'Open Sans';
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 12px;
  }
  #take-action h2 .glyphicons {
    padding: 0;
    float: right;
    margin-top: -2px;
    font-size: 20px;
    color: #6edf37;
    display: none;
  }
  #take-action a {
    color: #fff;
    display: block;
    padding: 10px 8px;
    line-height: 20px;
    border-bottom: #57BD29 solid 1px;
    min-width: 200px;
    font-size: 14px;
  }
  #take-action a .glyphicons {
    padding: 0 12px 0 0;
    font-size: 20px;
    color: #6edf37;
    margin-top: -4px;
  }
  #take-action a .link-text {
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
  }
  #take-action a:hover,
  #take-action a:focus {
    background: #12880e;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear;
    border-bottom: #57BD29 solid 1px;
  }
  #take-action .link-list li {
    margin-bottom: 0;
  }
  #take-action .link-list li:last-child a {
    border-bottom-color: transparent;
  }
  #take-action .triangle {
    position: absolute;
    top: 33%;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 20px solid #216c0a;
    pointer-events: none;
  }
  #take-action.minimize {
    width: 156px;
  }
  #take-action.minimize h2 .glyphicons {
    display: block;
  }
  #take-action.minimize .triangle {
    top: 0;
  }
  #take-action.offscreen {
    right: -1000px;
  }
}
.ie #take-action .glyphicons {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.ie #take-action h2 .glyphicons {
  margin-right: 0;
  margin-top: 2px;
}
#explainer-area .col-sm-4 {
  padding: 0px 50px 0px 0px;
}
#featured-explainer {
  margin-left: -25px;
}
#featured-explainer .table-row {
  display: table;
  border-spacing: 20px 20px;
  border-collapse: separate;
  width: 100%;
}
#featured-explainer .table-row .table-cell {
  display: table-cell;
  background: #f2f2f2;
  padding: 0px 30px;
  width: 50%;
}
#featured-explainer .table-row .table-cell a {
  border-bottom: none;
}
@media (max-width: 767px) {
  #featured-explainer {
    margin-left: 0px;
    margin-right: 0px;
  }
  #featured-explainer .table-row {
    display: inherit;
    border-spacing: 0px;
  }
  #featured-explainer .table-row .table-cell {
    display: inherit;
    margin-bottom: 20px;
    width: 100%;
    padding: 1px 30px;
  }
  #more-info .right,
  #more-info .left {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
#more-info .rule {
  color: #666;
}
#more-info .link-list {
  padding-right: 50px;
  padding-left: 0px;
}
#more-info h2 {
  margin-bottom: 55px;
  font-size: 35px;
}
#more-info li + .topic {
  margin-top: 35px;
}
#more-info a.question {
  font-size: 21px;
  color: #666;
}
#more-info .faq-question {
  margin-bottom: 45px;
}
#more-info .left {
  padding-right: 20px;
  padding-left: 0px;
}
#more-info .right {
  padding-right: 0px;
  padding-left: 20px;
}
#actionbar {
  background: #17415f;
  color: #fff;
  text-align: center;
}
#actionbar .glyphicon,
#actionbar .glyphicons,
#actionbar .glyphicons:before,
#actionbar .glyphicons-icon {
  display: none;
  font-size: 30px;
  padding: 10px 0 20px;
  color: #fff;
  margin: 0 auto;
  width: 30px;
}
#actionbar .col-xs-12 > a {
  display: block;
  border-bottom: none;
  padding: 32px 0;
}
#actionbar .col-xs-12 > a:hover {
  background: #164769;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#actionbar .col-xs-12 > a:hover .btn {
  background: #0c6a9c;
}
#actionbar .border {
  border-bottom: 1px solid #254C68;
}
#actionbar .border > a:hover .actionbar-item {
  border-right: 1px solid #164769;
}
#actionbar h2 {
  margin: 0;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #fff;
}
#actionbar span {
  display: none;
}
#actionbar .btn {
  margin: 15px 0 10px;
  background: #0a5c87;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 25px;
}
#actionbar .btn:hover {
  background: #0c6a9c;
}
@media (max-width: 767px) {
  #actionbar .col-xs-12 > a {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #actionbar {
    padding: 0;
  }
  #actionbar .col-sm-6 {
    padding: 14px 0;
  }
  #actionbar .glyphicon,
  #actionbar .glyphicons,
  #actionbar .glyphicons:before,
  #actionbar .glyphicons-icon {
    display: block;
  }
  #actionbar h2 {
    height: 32px;
    overflow: hidden;
    width: auto;
    margin: 0 auto;
  }
  #actionbar span {
    color: #bfbfbf;
    font-size: 13px;
    line-height: 18px;
    display: block;
    height: 32px;
    overflow: hidden;
  }
  #actionbar .btn {
    margin: 15px 0 0;
  }
  #actionbar .border {
    margin-right: -1px;
  }
  #actionbar .border .actionbar-item {
    border-right: 1px solid #254C68;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #actionbar .quadrant.border {
    margin-right: 0;
  }
  #actionbar .quadrant.border .actionbar-item,
  #actionbar .quadrant.border > a:hover .actionbar-item {
    border-right: none;
  }
  #actionbar .bottom-row.border {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  #actionbar .border {
    border-bottom: none;
  }
}
.double-module {
  background-color: #04689B;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
}
.double-module .module {
  padding-top: 40px;
  padding-bottom: 40px;
}
.double-module .module h2 {
  margin: 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}
.double-module .module h2 a,
.double-module .module h2 a:link,
.double-module .module h2 a:visited {
  border: none;
  color: #fff;
}
.double-module .module h2 a:hover,
.double-module .module h2 a:active {
  border-bottom: 1px solid #fff;
}
.double-module .module .descriptor {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 17px;
}
.double-module .module .footnote {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 10px;
}
.double-module .module .footnote a,
.double-module .module .footnote a:link,
.double-module .module .footnote a:visited {
  border: none;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.double-module .module .footnote a:hover,
.double-module .module .footnote a:active {
  border-bottom: 1px solid #fff;
}
.double-module .module .btn {
  background-color: #063346;
  color: #fff;
  font-weight: bold;
}
.double-module .module .btn:hover {
  background-color: #1295E8;
}
.double-module .module .up-case {
  text-transform: uppercase;
}
.double-module .module:nth-of-type(1) {
  background-color: #0D76AD;
}
#updates-blog .blog-date,
#updates-blog .blog-title {
  font-size: 13px;
  color: #fff;
  line-height: 17px;
}
#updates-blog .blog-date a,
#updates-blog .blog-title a,
#updates-blog .blog-date a:link,
#updates-blog .blog-title a:link,
#updates-blog .blog-date a:visited,
#updates-blog .blog-title a:visited {
  color: #fff;
}
.blog-date {
  font-weight: bold;
  padding-bottom: 3px;
}
.blog-date a,
.blog-date a:link,
.blog-date a:visited,
.blog-date span {
  border-bottom: 2px solid #3399cc;
}
.blog-date a:hover,
.blog-date a:active {
  border: none;
}
.blog-title a,
.blog-title a:link,
.blog-title a:visited {
  border: none;
}
.blog-title a:hover,
.blog-title a:active {
  border-bottom: 1px solid #fff;
}
.blog-list {
  margin-top: 25px;
  margin-bottom: 10px;
}
.blog-list li {
  margin-top: 0;
  margin-bottom: 20px;
}
.blog-list li p {
  margin: 0;
}
.with-icon .glyphicons {
  padding-left: 0;
  margin-right: 5px;
}
.with-icon .glyphicons.comments {
  margin-top: -5px;
}
#updates-blog .btn {
  padding-left: 20px;
  padding-right: 20px;
  height: 36px;
}
#updates-subscribe {
  max-width: 638px;
}
#updates-subscribe form {
  margin-top: 20px;
}
#updates-subscribe .btn {
  padding-left: 20px;
  padding-right: 20px;
  height: 38px;
  font-size: 16px;
}
#updates-subscribe .input-group {
  display: block;
}
#updates-subscribe .input-group.btn {
  width: 100%;
}
#updates-subscribe .input-group-btn,
#updates-subscribe .input-group .form-control {
  display: inline;
  -webkit-appearance: none;
}
#signup {
  max-width: 388px;
  width: 100%;
  height: 38px;
}
@media (min-width: 768px) {
  .double-module {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3ggTEzoqdk5uyQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAADElEQVQI12PgLVsLAAHEATEliwHaAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-size: 50%;
  }
  .double-module .module:nth-of-type(1) {
    padding-right: 40px;
  }
  .double-module .module:nth-of-type(2) {
    padding-left: 40px;
  }
  .container.match-height,
  .lite-card .lite-card-inner.match-height {
    display: table;
  }
  .container.match-height .row,
  .lite-card .lite-card-inner.match-height .row {
    display: table-row;
  }
  .container.match-height .row .cell,
  .lite-card .lite-card-inner.match-height .row .cell {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #signup {
    max-width: 199px;
  }
}
@media (max-width: 767px) {
  .double-module .module {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -10px;
    margin-right: -10px;
  }
  #signup {
    margin-bottom: 10px;
  }
}
.get-answers {
  background: #063346;
  color: #fff;
}
.get-answers h1 {
  margin-bottom: 20px;
}
.get-answers .col-sm-8 h2 {
  margin-top: 0;
}
.get-answers ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.get-answers a {
  color: #A3CCE8;
  border-bottom: 1px solid transparent;
}
.get-answers a:hover {
  color: #CDEBFF;
  border-bottom: 0;
}
.get-answers img {
  display: none;
}
.sbga.get-answers {
  background: #033952;
}
@media (min-width: 768px) {
  .get-answers img {
    display: inline;
  }
  .get-answers h2 {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .get-answers img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #more-info-small-businesses-lg h2 {
    font-size: 35px;
  }
}
#secondary-cta {
  position: relative;
  background-color: #04689B;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}
#secondary-cta .container,
#secondary-cta .lite-card .lite-card-inner {
  overflow: hidden;
}
#secondary-cta .cta-icon .glyphicons {
  background-color: #043f59;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding-left: 0;
}
#secondary-cta .cta-content .cta-title,
#secondary-cta .cta-content .cta-descriptor {
  padding: 0;
  margin: 0;
}
#secondary-cta .cta-content .cta-title {
  font-weight: bold;
  letter-spacing: -0.5px;
}
#secondary-cta .cta-content .cta-descriptor {
  font-weight: 600;
}
#secondary-cta .cta-action {
  padding-top: 0;
  padding-bottom: 0;
}
#secondary-cta .cta-action .btn {
  border-radius: 0;
  letter-spacing: -1px;
  text-shadow: none;
}
#secondary-cta .cta-action .btn:hover {
  background-color: #1295e8;
  text-shadow: none;
}
#secondary-cta .no-button {
  margin-right: 0;
}
#secondary-cta .up-case {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  #secondary-cta .cta-action {
    float: right !important;
    position: relative;
  }
  #secondary-cta .cta-content {
    overflow: hidden;
    white-space: nowrap;
  }
  #secondary-cta .cta-content .title-only {
    line-height: 48px;
  }
  #secondary-cta .cta-action {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #secondary-cta .col-xs-12 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #secondary-cta .cta-content {
    margin-bottom: 15px;
  }
  #secondary-cta .cta-content .cta-title {
    font-size: 20px;
  }
  #secondary-cta .cta-content .cta-descriptor {
    font-size: 14px;
  }
  #secondary-cta .cta-action .btn {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #secondary-cta {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #secondary-cta .cta-icon {
    margin-right: 15px;
  }
  #secondary-cta .cta-icon .glyphicons {
    border-radius: 30px;
    font-size: 30px;
    line-height: 55px;
    height: 60px;
    width: 60px;
  }
  #secondary-cta .cta-content {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 195px;
  }
  #secondary-cta .cta-content .cta-title {
    font-size: 20px;
  }
  #secondary-cta .cta-content .cta-descriptor {
    font-size: 14px;
  }
  #secondary-cta .cta-action {
    max-width: 195px;
  }
  #secondary-cta .cta-action .btn {
    padding-left: 35px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  #secondary-cta .cta-action {
    top: -2px;
    right: 7px;
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #secondary-cta {
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #secondary-cta .cta-icon {
    margin-right: 15px;
  }
  #secondary-cta .cta-icon .glyphicons {
    border-radius: 30px;
    font-size: 30px;
    line-height: 55px;
    height: 60px;
    width: 60px;
  }
  #secondary-cta .cta-content {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 195px;
  }
  #secondary-cta .cta-content .cta-title {
    font-size: 22px;
  }
  #secondary-cta .cta-content .cta-descriptor {
    font-size: 14px;
  }
  #secondary-cta .cta-action {
    max-width: 195px;
  }
  #secondary-cta .cta-action .btn {
    padding-left: 35px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  #secondary-cta .cta-action {
    top: -2px;
    right: 7px;
    margin-top: 3px;
  }
  #secondary-cta .cta-action .btn {
    padding: 15px;
    font-size: 16px;
  }
  #secondary-cta .cta-action .v-center {
    padding-top: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #secondary-cta {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #secondary-cta .cta-icon {
    margin-right: 25px;
  }
  #secondary-cta .cta-icon .glyphicons {
    border-radius: 35px;
    font-size: 34px;
    line-height: 65px;
    height: 70px;
    width: 70px;
  }
  #secondary-cta .cta-content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 220px;
  }
  #secondary-cta .cta-content .cta-title {
    font-size: 24px;
  }
  #secondary-cta .cta-content .cta-descriptor {
    font-size: 18px;
  }
  #secondary-cta .cta-action {
    max-width: 220px;
  }
  #secondary-cta .cta-action .btn {
    padding-left: 35px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  #secondary-cta .cta-action {
    top: 8px;
    right: 0;
  }
  #secondary-cta .cta-action .btn {
    padding: 15px;
    font-size: 18px;
  }
  #secondary-cta .cta-action .v-center {
    padding-top: 6px;
  }
}
@media (min-width: 1200px) {
  #secondary-cta {
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #secondary-cta .cta-icon {
    margin-right: 25px;
  }
  #secondary-cta .cta-icon .glyphicons {
    border-radius: 35px;
    font-size: 34px;
    line-height: 65px;
    height: 70px;
    width: 70px;
  }
  #secondary-cta .cta-content {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 220px;
  }
  #secondary-cta .cta-content .cta-title {
    font-size: 26px;
  }
  #secondary-cta .cta-content .cta-descriptor {
    font-size: 18px;
  }
  #secondary-cta .cta-action {
    max-width: 220px;
  }
  #secondary-cta .cta-action .btn {
    padding-left: 35px;
    padding-top: 15px;
    padding-right: 35px;
    padding-bottom: 15px;
    font-size: 20px;
  }
  #secondary-cta .cta-content .cta-title.title-only {
    line-height: 50px;
    margin-bottom: 6px;
  }
  #secondary-cta .cta-action {
    top: 8px;
    right: 0;
    max-width: none;
  }
}
#secondary-cta.small-business {
  background-color: #063346;
}
#secondary-cta.small-business .cta-icon .glyphicons {
  background-color: #04689b;
}
#sitemap h1 {
  margin-bottom: 40px;
}
#sitemap ul.default li {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
#sitemap ul a {
  border-bottom: 1px solid transparent;
}
#sitemap ul a:hover {
  border-bottom: 1px solid #063346;
}
#sitemap .bottom20 {
  margin-bottom: 20px;
}
#sitemap h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
#sitemap h2.spacing {
  margin-top: 50px;
}
#get-answers {
  background: #f2f2f2;
}
#get-answers .hero-inner h1 {
  font-size: 56px;
  margin-top: 0;
}
#get-answers .lite-card-inner .bg-color {
  backgroung: #fcfcfc;
}
#get-answers #actionbar {
  margin-top: -141px;
  background: #0d76ad;
}
#get-answers #actionbar .match-height > .row {
  margin: 0 13% 0 0;
  padding: 8px;
}
#get-answers #actionbar .glyphicons,
#get-answers #actionbar .glyphicons:before,
#get-answers #actionbar .glyphicons-icon {
  display: block;
  font-size: 28px;
  padding-bottom: 12px;
}
#get-answers #actionbar .border {
  margin: 0;
}
#get-answers #actionbar .border .actionbar-item {
  border: 0;
}
#get-answers .col-xs-6 > a {
  display: block;
  border-bottom: none;
  padding: 32px 0;
  height: 150px;
}
#get-answers .col-xs-6 > a .btn {
  background: #0d76ad;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 15px;
}
#get-answers .col-xs-6 > a:hover,
#get-answers .col-xs-6 > a:focus,
#get-answers .col-xs-6 > a.tabbed {
  background: #00669c;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#get-answers .col-xs-6 > a:hover .btn,
#get-answers .col-xs-6 > a:focus .btn,
#get-answers .col-xs-6 > a.tabbed .btn {
  background: #003d5d;
}
#get-answers .faq {
  padding: 0;
  margin: 0 0 100px;
}
#get-answers .faq-question {
  margin-bottom: 0;
}
#get-answers .faq-question .question {
  display: block;
  border-bottom: #f2f2f2 1px solid;
}
#get-answers .faq-question .question .glyphicon {
  margin-left: 0px;
  margin-right: 0px;
}
#get-answers .faq-question .question .glyphicon-chevron-down {
  margin-top: 5px;
  font-size: 18px;
}
#get-answers .faq-question .question p {
  color: #484848;
  font-size: 18px;
  padding-right: 30px;
}
#get-answers .faq-question .question.collapsed {
  background: #fff;
  border-bottom: #d7d7d7 1px solid;
}
#get-answers .faq-question dt.question {
  margin-bottom: 0px;
}
#get-answers .faq-question dt.question .title {
  padding: 25px;
  border-bottom: none;
  margin-bottom: 0px;
  display: block;
  font-size: 18px;
  color: #333333;
}
#get-answers .faq-question dt.question .title:hover,
#get-answers .faq-question dt.question .title:focus {
  background-color: #f2f2f2;
}
#get-answers .faq-question .answer {
  margin: 0px 10px 30px 25px;
  margin: 0 25px 30px;
}
#get-answers .faq-question .answer ul {
  list-style-type: disc;
  margin: 0 0 20px 0px;
  padding-left: 40px;
}
#get-answers .btn.with-icon {
  position: relative;
  padding-left: 50px;
  text-transform: uppercase;
}
#get-answers .btn.with-icon .glyphicons {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  background-color: #007b00;
  padding: 6px 12px;
}
#get-answers .btn.with-icon:hover .glyphicons,
#get-answers .btn.with-icon:focus .glyphicons {
  background-color: #0f720c;
}
#get-answers h2 {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
#get-answers .important-dates {
  list-style-type: none;
  margin: 0 0 40px;
  padding: 0;
  border-right: 3px solid #e4e4e4;
}
#get-answers .important-dates li {
  position: relative;
  background: #e7e7e7;
  padding: 15px;
  margin-right: 20px;
}
#get-answers .important-dates li.next {
  background: #0d76ad;
  color: #fff;
}
#get-answers .important-dates li.next .circle {
  border-color: #0d76ad;
}
#get-answers .important-dates li.next .triangle {
  border-color: transparent transparent transparent #0d76ad;
}
#get-answers .important-dates strong {
  display: block;
  text-transform: uppercase;
}
#get-answers .important-dates span {
  font-size: 14px;
}
#get-answers .important-dates .circle {
  position: absolute;
  top: 39%;
  right: -30px;
  width: 16px;
  height: 16px;
  background: #f2f2f2;
  border-radius: 8px;
  border: 3px solid #e4e4e4;
}
#get-answers .important-dates .triangle {
  position: absolute;
  top: 39%;
  right: -16px;
  width: 1px;
  border-width: 8px;
  border-color: transparent transparent transparent #e7e7e7;
  border-style: solid;
}
@media (max-width: 768px) {
  #get-answers {
    margin: 0;
  }
  #get-answers .hero {
    position: inherit;
    min-height: 250px;
  }
  #get-answers .hero-inner h1 {
    font-size: 36px;
    margin: 0 10px 0 15px;
  }
  #get-answers .lite-card-inner {
    padding: 60px 0px;
  }
  #get-answers #actionbar {
    margin: -100px 15px 0;
  }
  #get-answers #actionbar .match-height > .row {
    padding: 8px;
  }
  #get-answers #actionbar .border {
    border-bottom: 0;
  }
  #get-answers #actionbar .col-xs-6 {
    padding: 5px;
  }
  #get-answers #actionbar .col-xs-6 .btn {
    min-width: inherit;
    margin-left: 10px;
    margin-right: 10px;
  }
  #get-answers .faq {
    margin-bottom: 50px;
  }
  #get-answers .faq-question {
    margin: 0 15px;
  }
  #get-answers .important-dates {
    border-right: 0;
  }
  #get-answers .important-dates .circle {
    display: none;
  }
  #get-answers .col-sm-3 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  #get-answers .hero {
    min-height: 294px;
  }
  #get-answers .col-sm-6 {
    padding: 8px 0;
  }
  #get-answers .right-padding {
    padding-right: 45px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #get-answers .col-xs-6 > a .btn {
    font-size: 11px;
    padding: 10px 5px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  #get-answers #actionbar .col-xs-6 .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  #get-answers #actionbar .col-xs-6 .btn {
    font-size: 11px;
    padding: 10px 10px;
  }
}
@media (max-width: 992px) {
  #get-answers #actionbar .match-height > .row {
    margin: 0;
  }
  #get-answers #actionbar .btn {
    font-size: 11px;
  }
}
#main-body-content .lite-card > #get-answers {
  padding: 0;
}
#main-body-content .lite-card #get-answers .lite-card-inner {
  padding: 0px;
}
#get-answers.sb #actionbar {
  background: #09455f;
}
#get-answers.sb .col-xs-6 > a .btn {
  background: #09455f;
  margin-left: 10px;
  margin-right: 10px;
}
#get-answers.sb .col-xs-6 > a:hover,
#get-answers.sb .col-xs-6 > a:focus,
#get-answers.sb .col-xs-6 > a.tabbed {
  background: #04374e;
}
#get-answers.sb .col-xs-6 > a:hover .btn,
#get-answers.sb .col-xs-6 > a:focus .btn,
#get-answers.sb .col-xs-6 > a.tabbed .btn {
  background: #00679c;
}
.ie #get-answers #actionbar .glyphicons,
.ie #get-answers #actionbar .glyphicons:before,
.ie #get-answers #actionbar .glyphicons-icon {
  height: 40px;
}
.ie #get-answers .btn.with-icon {
  padding-left: 60px;
}
.ie #get-answers .btn.with-icon .glyphicons {
  width: 50px;
  height: 20px;
  margin: 4px;
  padding: 15px 12px;
}
.modal-body .col-sm-6 {
  padding-left: 5px;
}
.modal-body .form-select {
  width: 99%;
}
.modal-body .form-control {
  width: 100%;
  color: #000;
}
.modal-body input::-webkit-input-placeholder {
  color: #000;
}
.modal-body input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.modal-body input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0000;
}
.modal-body input:-ms-input-placeholder {
  color: #000;
}
.modal-body #screen3 label {
  font-size: 18px;
  color: #000000;
}
#modal-nams {
  text-transform: capitalize;
  font-size: 24px;
  margin: 0px;
}
.hero-inner .subscribe-campaign-hero-content {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}
.hero-inner .subscribe-campaign-hero-content h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 67px;
  letter-spacing: -2px;
  text-align: center;
}
.hero-inner .subscribe-campaign-hero-content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.subscribe-campaign-hero-form {
  width: 400px;
  padding: 15px;
  background-color: #0c648c;
  /* @medium-blue */
  margin-bottom: 100px;
}
.subscribe-campaign-hero-form .submit {
  font-size: 21px;
}
.subscribe-campaign-hero-form .description {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
}
.subscribe-campaign-hero-form .error-msg {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .subscribe-campaign-hero-form .question {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
  }
  .subscribe-campaign-hero-form .question .subscribe-email {
    width: 100%;
  }
  .subscribe-campaign-hero-form .subscribe-type .form-select,
  .subscribe-campaign-hero-form .subscribe-type .form-control,
  .subscribe-campaign-hero-form .modal-body .form-select {
    float: none;
  }
}
.hero-message {
  margin-top: 50px;
  padding: 25px;
  padding-bottom: 30px;
  background-color: #0C567B;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
}
.hero-message h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.hero-message .message-icon {
  float: right;
  margin-right: -10px;
  margin-top: -25px;
  width: 0;
  height: 40px;
  border-right: 20px solid #0A3347;
  border-left: 20px solid #0A3347;
  border-bottom: 13.33333333px solid transparent;
}
.hero-message .message-icon .glyphicon {
  font-size: 20px;
  margin-left: -8px;
  margin-top: 3px;
}
.hero-message p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .hero-message {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.primary-alert {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  vertical-align: middle;
}
.primary-alert .alert-message {
  text-align: center;
  background-color: #055072;
  padding: 15px 40px 14px 20px;
}
.primary-alert a,
.primary-alert a:link,
.primary-alert a:visited {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.primary-alert a:hover,
.primary-alert a:focus {
  color: #fff;
  border-bottom: none;
}
.primary-alert .close-wrapper {
  float: right !important;
  margin-left: 15px;
  margin-right: -20px;
  margin-top: -3px;
}
.primary-alert .close-wrapper button.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
}
@media (max-width: 767px) {
  .primary-alert .alert-message {
    padding-left: 5px;
    padding-right: 15px;
  }
  .primary-alert .close-wrapper {
    margin-right: 0;
  }
}
.primary-alert.urgent .alert-message {
  background-color: #b91f21;
}
.hero .primary-alert {
  margin-top: -40px;
  position: absolute;
  left: 0;
  right: 0;
}
.get-answers .primary-alert {
  margin-bottom: -30px;
}
.lite-card > .primary-alert {
  margin-bottom: -50px;
}
#survey-container {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
#survey-container input[type="submit"] {
  background-color: #eee;
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #0e70b4;
  cursor: pointer;
  font-family: "Helvetica Neue", "Arial", "Helvetica", arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: 0;
  margin-top: 20px;
  outline: 0;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out 0s;
  vertical-align: middle;
  white-space: normal;
}
#survey-container input[type="submit"]:hover,
#survey-container input[type="submit"]:focus {
  background-color: #0e70b4;
  border-color: #0e70b4;
  border-bottom: #08425d;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 1px;
  color: #fff;
  outline: 0 none;
  text-decoration: none;
}
#survey-container object {
  margin-top: 20px;
}
.table-title {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px 0;
}
table {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 20px 0;
}
table th,
table td {
  padding: 18px;
  font-size: 14px;
  border: none;
  line-height: 24px;
  vertical-align: top;
}
table th {
  font-weight: 700;
}
@media (max-width: 480px) {
  table th {
    display: none;
  }
}
table thead th {
  background: #cfeffc;
}
table tr:nth-child(even) {
  background: #f0f0f0;
}
table td {
  display: table-cell;
  position: relative;
  font-weight: 400;
  word-wrap: break-word;
}
table td:before {
  content: attr(data-th) "\A";
  white-space: pre;
  font-weight: bold;
}
@media (min-width: 480px) {
  table td:before {
    display: none;
  }
}
table td p {
  margin-bottom: 0;
}
table td:hover span {
  display: block;
}
@media (max-width: 480px) {
  table td {
    padding: 0 18px;
    display: block;
  }
  table td:first-child {
    padding-top: 18px;
  }
  table td:last-child {
    padding-bottom: 18px;
  }
}
table tbody th {
  font-weight: normal;
}
#main-body-content #video-modal h1 {
  margin: 0;
  font-size: 24px;
}
#main-body-content .video-modal {
  width: 100%;
  border-top: 5px solid #046791;
  margin-bottom: 30px;
}
#main-body-content .video-modal p {
  margin: 0;
}
#main-body-content .video-modal a {
  display: block;
  border-bottom: none;
}
#main-body-content .video-modal img {
  width: 100%;
}
#main-body-content .video-modal blockquote {
  margin: 0;
  padding: 15px;
  background: #f6f6f6;
  font-family: 'Bitter', Georgia, serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  #main-body-content .video-modal {
    width: 221px;
    margin-left: 30px;
    float: right;
  }
}
#video-modal.ie8YouTubeFix {
  display: block !important;
  position: absolute;
  top: -1000px;
  left: -1000px;
}
[class*=content-modal-] {
  display: none;
}
[id*=content-modal-] .modal-title {
  margin: 0 !important;
  font-size: 24px !important;
}
[id*=content-modal-] img {
  max-width: 100%;
}
#contact-us .row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
#contact-us .col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
#contact-us #portal-inserts {
  color: #fff;
}
#contact-us #portal-inserts .glyphicons {
  margin-bottom: 35px;
  padding: 0;
  font-size: 35px;
  color: #fff;
}
#contact-us .portal-insert {
  display: block;
  padding: 30px 40px;
  border-bottom: none;
  cursor: pointer;
}
#contact-us .portal-insert p {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#contact-us .portal-insert .btn {
  background: #003c5d;
  color: #fff;
}
#contact-us #portal-learn-insert {
  padding-right: 0;
  background: #0d76ad;
}
#contact-us #portal-learn-insert.hover {
  background: #00669c;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#contact-us #portal-sb-insert {
  padding-left: 0;
  background: #086393;
}
#contact-us #portal-sb-insert.hover {
  background: #075c88;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#contact-us .portal-learn.active {
  background: #0d76ad;
}
#contact-us .portal-sb.active {
  background: #086393;
}
#contact-us #portals {
  position: relative;
}
#contact-us #contact-us-tabs {
  width: 100%;
}
#contact-us #portal-learn {
  background: #0d76ad;
}
#contact-us #portal-sb {
  background: #086393;
}
#contact-us #portal-learn,
#contact-us #portal-sb {
  margin-left: 0;
  margin-right: 0;
  padding: 25px;
  color: #fff;
}
#contact-us #portal-learn h2,
#contact-us #portal-sb h2 {
  color: #fff;
}
#contact-us #portal-learn a,
#contact-us #portal-sb a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#contact-us #portal-learn a:hover,
#contact-us #portal-sb a:hover {
  border-bottom: 1px solid #fff;
}
#contact-us #portal-learn .glyphicons,
#contact-us #portal-sb .glyphicons {
  margin: 0 20px 20px 0;
  padding: 0;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  vertical-align: top;
}
#contact-us #portal-learn ul,
#contact-us #portal-sb ul {
  padding: 5px 0 0 65px;
}
#contact-us #portal-learn ul li,
#contact-us #portal-sb ul li {
  margin-bottom: 5px;
}
#contact-us #portal-learn .form-control,
#contact-us #portal-sb .form-control {
  background: #fff;
}
#contact-us #portal-learn .address-result ul,
#contact-us #portal-sb .address-result ul {
  margin-bottom: 0;
}
#contact-us #portal-learn .address-options ul,
#contact-us #portal-sb .address-options ul {
  margin-bottom: 20px;
}
#contact-us #portal-learn .portlet-link,
#contact-us #portal-sb .portlet-link {
  border-bottom: 0;
  color: #fff;
}
#contact-us #portal-learn .portlet-link:hover,
#contact-us #portal-sb .portlet-link:hover {
  border-bottom: 1px solid #fff;
}
#contact-us #portal-learn p,
#contact-us #portal-sb p {
  padding: 5px 0 0 45px;
}
#contact-us .nav-tabs li {
  margin-bottom: 0;
  display: table-cell;
  height: 100%;
  float: none;
}
#contact-us .nav-tabs li a {
  display: block;
  color: #fff;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  padding: 23px 0;
}
#contact-us h2 {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
  font-weight: bold;
  display: inline;
}
#contact-us .form-select {
  margin: 10px 0 20px 45px;
}
#contact-us .mobile-tab {
  display: none;
}
@media (min-width: 768px) {
  #contact-us #portal-inserts,
  #contact-us #portals {
    margin-top: -170px;
  }
  #contact-us .hero {
    min-height: 292px;
  }
  #contact-us #portal-learn,
  #contact-us #portal-sb {
    padding: 50px;
  }
  #contact-us #portal-learn-inset,
  #contact-us #portal-sb-inset {
    float: none;
  }
  #contact-us .nav-tabs {
    display: table;
  }
}
@media (max-width: 768px) {
  #contact-us .col-height {
    display: block;
  }
}
@media (max-width: 767px) {
  #main-body-content .lite-card #contact-us .lite-card-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  #main-body-content .lite-card #contact-us .portal-learn,
  #main-body-content .lite-card #contact-us .portal-sb {
    color: #063346;
  }
  #main-body-content .lite-card #contact-us h1 {
    margin: 0 15px 30px;
  }
  #main-body-content .lite-card #contact-us #portal-learn .glyphicons,
  #main-body-content .lite-card #contact-us #portal-sb .glyphicons {
    display: none;
  }
  #main-body-content .lite-card #contact-us p {
    padding-left: 0;
  }
  #main-body-content .lite-card #contact-us ul {
    padding-left: 20px;
  }
  #main-body-content .lite-card #contact-us .form-select {
    margin-left: 0;
  }
  #main-body-content .lite-card #contact-us .mobile-tab {
    display: block;
  }
}
.ie #contact-us #portal-inserts .glyphicons {
  margin-bottom: 25px;
  width: 50px;
  height: 50px;
}
.ie #contact-us #portals .glyphicons {
  width: 26px;
  height: 26px;
}
.ie #contact-us .form-select {
  height: 45px;
}
.ie #contact-us .form-control {
  position: absolute;
}
.ie8 #contact-us .caret {
  display: none;
}
#qualifier-container {
  border: #dedede 1px solid;
  padding: 20px;
  margin: 0 0 20px 0;
}
#qualifier-container .qual-alert {
  display: none;
  color: #f00;
}
#qualifier-container .form-select {
  width: 250px;
}
#qualifier-container select {
  margin: 0 0 40px 0;
}
#qualifier-container #state-data {
  display: none;
  margin: 30px 0 0 0;
}
#qualifier-container #state-data span {
  display: none;
}
#qualifier-container #sbm-data {
  display: none;
  margin: 20px 0 0 0;
}
#qualifier-container #sbm-data a {
  display: none;
}
#qualifier-container #territories-data {
  display: none;
  margin: 20px 0 0 0;
}
#qualifier-container h3 {
  margin: 0 0 20px 0;
}
#qualifier-container .button-wrapper {
  padding-bottom: 20px;
}
#qualifier-container .btn {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #0a5c87;
  color: #fff;
}
#qualifier-container .btn:hover {
  background: #0c6a9c;
}
#qualifier-container .btn:focus {
  background: #0c6a9c;
}
#qualifier-container label {
  color: #333333;
  display: block;
  font-family: Bitter, Georgia, serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
#state-programs-container {
  border: #dedede 1px solid;
  padding: 20px;
  margin: 0 0 20px 0;
}
#state-programs-container .form-select {
  width: 250px;
}
#state-programs-container select {
  margin: 0 0 40px 0;
  text-transform: capitalize;
}
#state-programs-container #state-data {
  display: none;
  margin: 30px 0 0 0;
}
#state-programs-container #state-data span {
  display: none;
}
#state-programs-container h2 {
  text-transform: capitalize;
}
#state-programs-container h3 {
  margin: 0 0 20px 0;
}
#state-programs-container .button-wrapper {
  padding-bottom: 20px;
}
#state-programs-container .btn {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #0a5c87;
  color: #fff;
  margin-bottom: 40px;
}
#state-programs-container .btn:hover {
  background: #0c6a9c;
}
#state-programs-container .btn:focus {
  background: #0c6a9c;
}
#state-programs-container label {
  color: #333333;
  display: block;
  font-family: Bitter, Georgia, serif;
  font-size: 21px;
  font-weight: normal;
  margin: 0 0 20px 0;
}
@media (max-width: 480px) {
  #state-programs-container table th {
    display: table-cell;
    width: 50%;
  }
  #state-programs-container table td {
    display: table-cell;
    padding-top: 20px;
  }
}
#state-business-information {
  border: #dedede 1px solid;
  padding: 20px;
  margin: 0 0 20px 0;
}
#state-business-information .btn {
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  background: #0a5c87;
  color: #fff;
}
#state-business-information .btn:hover {
  background: #0c6a9c;
}
#state-business-information .btn:focus {
  background: #0c6a9c;
}
#state-business-information #state-answer p {
  margin-top: 20px;
}
#taxes-landing h1,
#taxes-detail h1,
.two-column-side-right-landing h1,
.two-column-side-right-detail h1 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
}
#taxes-landing .spacer-bottom40,
#taxes-detail .spacer-bottom40,
.two-column-side-right-landing .spacer-bottom40,
.two-column-side-right-detail .spacer-bottom40 {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #taxes-landing,
  #taxes-detail,
  .two-column-side-right-landing,
  .two-column-side-right-detail {
    margin-top: 30px;
  }
}
#taxes-landing .detail-link,
.two-column-side-right-landing .detail-link {
  display: block;
  position: relative;
  background: #0a5180;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  padding: 20px;
}
#taxes-landing .detail-link p,
.two-column-side-right-landing .detail-link p {
  margin: 0;
}
#taxes-landing .detail-link strong,
.two-column-side-right-landing .detail-link strong {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
#taxes-landing .detail-link .btn,
.two-column-side-right-landing .detail-link .btn {
  color: #fff;
  background: #0a5c87;
  padding: 14px 20px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  padding: 5px;
  margin-top: 20px;
}
#taxes-landing .detail-link:hover,
.two-column-side-right-landing .detail-link:hover {
  background: #164769;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
#taxes-landing .detail-link:hover .btn,
.two-column-side-right-landing .detail-link:hover .btn {
  background: #0c6a9c;
}
#taxes-landing .no-heading p,
.two-column-side-right-landing .no-heading p {
  font-weight: bold;
}
@media (min-width: 768px) {
  #taxes-landing h1,
  .two-column-side-right-landing h1 {
    margin-top: -27px;
  }
  #taxes-landing .detail-link,
  .two-column-side-right-landing .detail-link {
    text-align: left;
    padding-right: 140px;
  }
  #taxes-landing .detail-link .btn,
  .two-column-side-right-landing .detail-link .btn {
    text-align: center;
    position: absolute;
    width: auto;
    padding: 15px 20px;
    top: 28%;
    right: 20px;
    margin-top: 0;
  }
  #taxes-landing .no-heading,
  .two-column-side-right-landing .no-heading {
    min-height: 94px;
  }
  #taxes-landing .no-heading .btn,
  .two-column-side-right-landing .no-heading .btn {
    top: 24%;
  }
}
#taxes-detail #ordered-list-div > div,
.two-column-side-right-detail #ordered-list-div > div {
  margin: -20px 0 0 50px;
}
#taxes-detail .marker,
.two-column-side-right-detail .marker {
  border-radius: 25px;
  background: #000;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  float: left;
  margin-top: 5px;
}
#taxes-detail .marker.first,
.two-column-side-right-detail .marker.first {
  margin-top: 1px;
}
#taxes-detail .back-to-landing,
.two-column-side-right-detail .back-to-landing {
  border-bottom: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 25px;
}
#taxes-detail .back-to-landing:after,
.two-column-side-right-detail .back-to-landing:after {
  left: 3px;
  top: 14px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(12, 100, 140, 0);
  border-right-color: #0c648c;
  border-width: 7px;
  margin-top: -7px;
}
#taxes-detail #ordered-list-div > div > blockquote,
.two-column-side-right-detail #ordered-list-div > div > blockquote {
  margin: 0;
  background: none;
  padding: 0;
}
#taxes-detail #ordered-list-div > div > blockquote ul,
.two-column-side-right-detail #ordered-list-div > div > blockquote ul {
  list-style-type: disc;
}
#taxes-detail #ordered-list-div > div > blockquote blockquote,
.two-column-side-right-detail #ordered-list-div > div > blockquote blockquote {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  #taxes-detail .back-to-landing,
  .two-column-side-right-detail .back-to-landing {
    display: none;
  }
  #taxes-detail .back-to-landing.xs,
  .two-column-side-right-detail .back-to-landing.xs {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  #taxes-detail .back-to-landing,
  .two-column-side-right-detail .back-to-landing {
    display: inline-block;
  }
  #taxes-detail .back-to-landing.xs,
  .two-column-side-right-detail .back-to-landing.xs {
    display: none;
  }
}
/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
@font-face {
  font-family: 'Glyphicons Regular';
  src: url('/css/glyphicons-regular/fonts/glyphicons-regular.eot');
  src: url('/css/glyphicons-regular/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/css/glyphicons-regular/fonts/glyphicons-regular.woff') format('woff'), url('/css/glyphicons-regular/fonts/glyphicons-regular.ttf') format('truetype'), url('/css/glyphicons-regular/fonts/glyphicons-regular.svg#glyphiconsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.glyphicons {
  display: inline-block;
  position: relative;
  padding-left: 48px;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.glyphicons:before {
  display: inline-block;
  font-family: 'Glyphicons Regular';
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.glyphicons.white:before {
  color: #fff;
}
.glyphicons.glass:before {
  content: "\E001";
}
.glyphicons.leaf:before {
  content: "\E002";
}
.glyphicons.dog:before {
  content: "\E003";
}
.glyphicons.user:before {
  content: "\E004";
}
.glyphicons.girl:before {
  content: "\E005";
}
.glyphicons.car:before {
  content: "\E006";
}
.glyphicons.user_add:before {
  content: "\E007";
}
.glyphicons.user_remove:before {
  content: "\E008";
}
.glyphicons.film:before {
  content: "\E009";
}
.glyphicons.magic:before {
  content: "\E010";
}
.glyphicons.envelope:before {
  content: "\2709";
}
.glyphicons.camera:before {
  content: "\E011";
}
.glyphicons.heart:before {
  content: "\E013";
}
.glyphicons.beach_umbrella:before {
  content: "\E014";
}
.glyphicons.train:before {
  content: "\E015";
}
.glyphicons.print:before {
  content: "\E016";
}
.glyphicons.bin:before {
  content: "\E017";
}
.glyphicons.music:before {
  content: "\E018";
}
.glyphicons.note:before {
  content: "\E019";
}
.glyphicons.heart_empty:before {
  content: "\E020";
}
.glyphicons.home:before {
  content: "\E021";
}
.glyphicons.snowflake:before {
  content: "\2744";
}
.glyphicons.fire:before {
  content: "\E023";
}
.glyphicons.magnet:before {
  content: "\E024";
}
.glyphicons.parents:before {
  content: "\E025";
}
.glyphicons.binoculars:before {
  content: "\E026";
}
.glyphicons.road:before {
  content: "\E027";
}
.glyphicons.search:before {
  content: "\E028";
}
.glyphicons.cars:before {
  content: "\E029";
}
.glyphicons.notes_2:before {
  content: "\E030";
}
.glyphicons.pencil:before {
  content: "\270F";
}
.glyphicons.bus:before {
  content: "\E032";
}
.glyphicons.wifi_alt:before {
  content: "\E033";
}
.glyphicons.luggage:before {
  content: "\E034";
}
.glyphicons.old_man:before {
  content: "\E035";
}
.glyphicons.woman:before {
  content: "\E036";
}
.glyphicons.file:before {
  content: "\E037";
}
.glyphicons.coins:before {
  content: "\E038";
}
.glyphicons.airplane:before {
  content: "\2708";
}
.glyphicons.notes:before {
  content: "\E040";
}
.glyphicons.stats:before {
  content: "\E041";
}
.glyphicons.charts:before {
  content: "\E042";
}
.glyphicons.pie_chart:before {
  content: "\E043";
}
.glyphicons.group:before {
  content: "\E044";
}
.glyphicons.keys:before {
  content: "\E045";
}
.glyphicons.calendar:before {
  content: "\E046";
}
.glyphicons.router:before {
  content: "\E047";
}
.glyphicons.camera_small:before {
  content: "\E048";
}
.glyphicons.star_empty:before {
  content: "\E049";
}
.glyphicons.star:before {
  content: "\E050";
}
.glyphicons.link:before {
  content: "\E051";
}
.glyphicons.eye_open:before {
  content: "\E052";
}
.glyphicons.eye_close:before {
  content: "\E053";
}
.glyphicons.alarm:before {
  content: "\E054";
}
.glyphicons.clock:before {
  content: "\E055";
}
.glyphicons.stopwatch:before {
  content: "\E056";
}
.glyphicons.projector:before {
  content: "\E057";
}
.glyphicons.history:before {
  content: "\E058";
}
.glyphicons.truck:before {
  content: "\E059";
}
.glyphicons.cargo:before {
  content: "\E060";
}
.glyphicons.compass:before {
  content: "\E061";
}
.glyphicons.keynote:before {
  content: "\E062";
}
.glyphicons.paperclip:before {
  content: "\E063";
}
.glyphicons.power:before {
  content: "\E064";
}
.glyphicons.lightbulb:before {
  content: "\E065";
}
.glyphicons.tag:before {
  content: "\E066";
}
.glyphicons.tags:before {
  content: "\E067";
}
.glyphicons.cleaning:before {
  content: "\E068";
}
.glyphicons.ruler:before {
  content: "\E069";
}
.glyphicons.gift:before {
  content: "\E070";
}
.glyphicons.umbrella:before {
  content: "\2602";
}
.glyphicons.book:before {
  content: "\E072";
}
.glyphicons.bookmark:before {
  content: "\E073";
}
.glyphicons.wifi:before {
  content: "\E074";
}
.glyphicons.cup:before {
  content: "\E075";
}
.glyphicons.stroller:before {
  content: "\E076";
}
.glyphicons.headphones:before {
  content: "\E077";
}
.glyphicons.headset:before {
  content: "\E078";
}
.glyphicons.warning_sign:before {
  content: "\E079";
}
.glyphicons.signal:before {
  content: "\E080";
}
.glyphicons.retweet:before {
  content: "\E081";
}
.glyphicons.refresh:before {
  content: "\E082";
}
.glyphicons.roundabout:before {
  content: "\E083";
}
.glyphicons.random:before {
  content: "\E084";
}
.glyphicons.heat:before {
  content: "\E085";
}
.glyphicons.repeat:before {
  content: "\E086";
}
.glyphicons.display:before {
  content: "\E087";
}
.glyphicons.log_book:before {
  content: "\E088";
}
.glyphicons.address_book:before {
  content: "\E089";
}
.glyphicons.building:before {
  content: "\E090";
}
.glyphicons.eyedropper:before {
  content: "\E091";
}
.glyphicons.adjust:before {
  content: "\E092";
}
.glyphicons.tint:before {
  content: "\E093";
}
.glyphicons.crop:before {
  content: "\E094";
}
.glyphicons.vector_path_square:before {
  content: "\E095";
}
.glyphicons.vector_path_circle:before {
  content: "\E096";
}
.glyphicons.vector_path_polygon:before {
  content: "\E097";
}
.glyphicons.vector_path_line:before {
  content: "\E098";
}
.glyphicons.vector_path_curve:before {
  content: "\E099";
}
.glyphicons.vector_path_all:before {
  content: "\E100";
}
.glyphicons.font:before {
  content: "\E101";
}
.glyphicons.italic:before {
  content: "\E102";
}
.glyphicons.bold:before {
  content: "\E103";
}
.glyphicons.text_underline:before {
  content: "\E104";
}
.glyphicons.text_strike:before {
  content: "\E105";
}
.glyphicons.text_height:before {
  content: "\E106";
}
.glyphicons.text_width:before {
  content: "\E107";
}
.glyphicons.text_resize:before {
  content: "\E108";
}
.glyphicons.left_indent:before {
  content: "\E109";
}
.glyphicons.right_indent:before {
  content: "\E110";
}
.glyphicons.align_left:before {
  content: "\E111";
}
.glyphicons.align_center:before {
  content: "\E112";
}
.glyphicons.align_right:before {
  content: "\E113";
}
.glyphicons.justify:before {
  content: "\E114";
}
.glyphicons.list:before {
  content: "\E115";
}
.glyphicons.text_smaller:before {
  content: "\E116";
}
.glyphicons.text_bigger:before {
  content: "\E117";
}
.glyphicons.embed:before {
  content: "\E118";
}
.glyphicons.embed_close:before {
  content: "\E119";
}
.glyphicons.table:before {
  content: "\E120";
}
.glyphicons.message_full:before {
  content: "\E121";
}
.glyphicons.message_empty:before {
  content: "\E122";
}
.glyphicons.message_in:before {
  content: "\E123";
}
.glyphicons.message_out:before {
  content: "\E124";
}
.glyphicons.message_plus:before {
  content: "\E125";
}
.glyphicons.message_minus:before {
  content: "\E126";
}
.glyphicons.message_ban:before {
  content: "\E127";
}
.glyphicons.message_flag:before {
  content: "\E128";
}
.glyphicons.message_lock:before {
  content: "\E129";
}
.glyphicons.message_new:before {
  content: "\E130";
}
.glyphicons.inbox:before {
  content: "\E131";
}
.glyphicons.inbox_plus:before {
  content: "\E132";
}
.glyphicons.inbox_minus:before {
  content: "\E133";
}
.glyphicons.inbox_lock:before {
  content: "\E134";
}
.glyphicons.inbox_in:before {
  content: "\E135";
}
.glyphicons.inbox_out:before {
  content: "\E136";
}
.glyphicons.cogwheel:before {
  content: "\E137";
}
.glyphicons.cogwheels:before {
  content: "\E138";
}
.glyphicons.picture:before {
  content: "\E139";
}
.glyphicons.adjust_alt:before {
  content: "\E140";
}
.glyphicons.database_lock:before {
  content: "\E141";
}
.glyphicons.database_plus:before {
  content: "\E142";
}
.glyphicons.database_minus:before {
  content: "\E143";
}
.glyphicons.database_ban:before {
  content: "\E144";
}
.glyphicons.folder_open:before {
  content: "\E145";
}
.glyphicons.folder_plus:before {
  content: "\E146";
}
.glyphicons.folder_minus:before {
  content: "\E147";
}
.glyphicons.folder_lock:before {
  content: "\E148";
}
.glyphicons.folder_flag:before {
  content: "\E149";
}
.glyphicons.folder_new:before {
  content: "\E150";
}
.glyphicons.edit:before {
  content: "\E151";
}
.glyphicons.new_window:before {
  content: "\E152";
}
.glyphicons.check:before {
  content: "\E153";
}
.glyphicons.unchecked:before {
  content: "\E154";
}
.glyphicons.more_windows:before {
  content: "\E155";
}
.glyphicons.show_big_thumbnails:before {
  content: "\E156";
}
.glyphicons.show_thumbnails:before {
  content: "\E157";
}
.glyphicons.show_thumbnails_with_lines:before {
  content: "\E158";
}
.glyphicons.show_lines:before {
  content: "\E159";
}
.glyphicons.playlist:before {
  content: "\E160";
}
.glyphicons.imac:before {
  content: "\E161";
}
.glyphicons.macbook:before {
  content: "\E162";
}
.glyphicons.ipad:before {
  content: "\E163";
}
.glyphicons.iphone:before {
  content: "\E164";
}
.glyphicons.iphone_transfer:before {
  content: "\E165";
}
.glyphicons.iphone_exchange:before {
  content: "\E166";
}
.glyphicons.ipod:before {
  content: "\E167";
}
.glyphicons.ipod_shuffle:before {
  content: "\E168";
}
.glyphicons.ear_plugs:before {
  content: "\E169";
}
.glyphicons.record:before {
  content: "\E170";
}
.glyphicons.step_backward:before {
  content: "\E171";
}
.glyphicons.fast_backward:before {
  content: "\E172";
}
.glyphicons.rewind:before {
  content: "\E173";
}
.glyphicons.play:before {
  content: "\E174";
}
.glyphicons.pause:before {
  content: "\E175";
}
.glyphicons.stop:before {
  content: "\E176";
}
.glyphicons.forward:before {
  content: "\E177";
}
.glyphicons.fast_forward:before {
  content: "\E178";
}
.glyphicons.step_forward:before {
  content: "\E179";
}
.glyphicons.eject:before {
  content: "\E180";
}
.glyphicons.facetime_video:before {
  content: "\E181";
}
.glyphicons.download_alt:before {
  content: "\E182";
}
.glyphicons.mute:before {
  content: "\E183";
}
.glyphicons.volume_down:before {
  content: "\E184";
}
.glyphicons.volume_up:before {
  content: "\E185";
}
.glyphicons.screenshot:before {
  content: "\E186";
}
.glyphicons.move:before {
  content: "\E187";
}
.glyphicons.more:before {
  content: "\E188";
}
.glyphicons.brightness_reduce:before {
  content: "\E189";
}
.glyphicons.brightness_increase:before {
  content: "\E190";
}
.glyphicons.circle_plus:before {
  content: "\E191";
}
.glyphicons.circle_minus:before {
  content: "\E192";
}
.glyphicons.circle_remove:before {
  content: "\E193";
}
.glyphicons.circle_ok:before {
  content: "\E194";
}
.glyphicons.circle_question_mark:before {
  content: "\E195";
}
.glyphicons.circle_info:before {
  content: "\E196";
}
.glyphicons.circle_exclamation_mark:before {
  content: "\E197";
}
.glyphicons.remove:before {
  content: "\E198";
}
.glyphicons.ok:before {
  content: "\E199";
}
.glyphicons.ban:before {
  content: "\E200";
}
.glyphicons.download:before {
  content: "\E201";
}
.glyphicons.upload:before {
  content: "\E202";
}
.glyphicons.shopping_cart:before {
  content: "\E203";
}
.glyphicons.lock:before {
  content: "\E204";
}
.glyphicons.unlock:before {
  content: "\E205";
}
.glyphicons.electricity:before {
  content: "\E206";
}
.glyphicons.ok_2:before {
  content: "\E207";
}
.glyphicons.remove_2:before {
  content: "\E208";
}
.glyphicons.cart_out:before {
  content: "\E209";
}
.glyphicons.cart_in:before {
  content: "\E210";
}
.glyphicons.left_arrow:before {
  content: "\E211";
}
.glyphicons.right_arrow:before {
  content: "\E212";
}
.glyphicons.down_arrow:before {
  content: "\E213";
}
.glyphicons.up_arrow:before {
  content: "\E214";
}
.glyphicons.resize_small:before {
  content: "\E215";
}
.glyphicons.resize_full:before {
  content: "\E216";
}
.glyphicons.circle_arrow_left:before {
  content: "\E217";
}
.glyphicons.circle_arrow_right:before {
  content: "\E218";
}
.glyphicons.circle_arrow_top:before {
  content: "\E219";
}
.glyphicons.circle_arrow_down:before {
  content: "\E220";
}
.glyphicons.play_button:before {
  content: "\E221";
}
.glyphicons.unshare:before {
  content: "\E222";
}
.glyphicons.share:before {
  content: "\E223";
}
.glyphicons.chevron_right:before {
  content: "\E224";
}
.glyphicons.chevron_left:before {
  content: "\E225";
}
.glyphicons.bluetooth:before {
  content: "\E226";
}
.glyphicons.euro:before {
  content: "\20AC";
}
.glyphicons.usd:before {
  content: "\E228";
}
.glyphicons.gbp:before {
  content: "\E229";
}
.glyphicons.retweet_2:before {
  content: "\E230";
}
.glyphicons.moon:before {
  content: "\E231";
}
.glyphicons.sun:before {
  content: "\2609";
}
.glyphicons.cloud:before {
  content: "\2601";
}
.glyphicons.direction:before {
  content: "\E234";
}
.glyphicons.brush:before {
  content: "\E235";
}
.glyphicons.pen:before {
  content: "\E236";
}
.glyphicons.zoom_in:before {
  content: "\E237";
}
.glyphicons.zoom_out:before {
  content: "\E238";
}
.glyphicons.pin:before {
  content: "\E239";
}
.glyphicons.albums:before {
  content: "\E240";
}
.glyphicons.rotation_lock:before {
  content: "\E241";
}
.glyphicons.flash:before {
  content: "\E242";
}
.glyphicons.google_maps:before {
  content: "\E243";
}
.glyphicons.anchor:before {
  content: "\2693";
}
.glyphicons.conversation:before {
  content: "\E245";
}
.glyphicons.chat:before {
  content: "\E246";
}
.glyphicons.male:before {
  content: "\E247";
}
.glyphicons.female:before {
  content: "\E248";
}
.glyphicons.asterisk:before {
  content: "\002A";
}
.glyphicons.divide:before {
  content: "\00F7";
}
.glyphicons.snorkel_diving:before {
  content: "\E251";
}
.glyphicons.scuba_diving:before {
  content: "\E252";
}
.glyphicons.oxygen_bottle:before {
  content: "\E253";
}
.glyphicons.fins:before {
  content: "\E254";
}
.glyphicons.fishes:before {
  content: "\E255";
}
.glyphicons.boat:before {
  content: "\E256";
}
.glyphicons.delete:before {
  content: "\E257";
}
.glyphicons.sheriffs_star:before {
  content: "\E258";
}
.glyphicons.qrcode:before {
  content: "\E259";
}
.glyphicons.barcode:before {
  content: "\E260";
}
.glyphicons.pool:before {
  content: "\E261";
}
.glyphicons.buoy:before {
  content: "\E262";
}
.glyphicons.spade:before {
  content: "\E263";
}
.glyphicons.bank:before {
  content: "\E264";
}
.glyphicons.vcard:before {
  content: "\E265";
}
.glyphicons.electrical_plug:before {
  content: "\E266";
}
.glyphicons.flag:before {
  content: "\E267";
}
.glyphicons.credit_card:before {
  content: "\E268";
}
.glyphicons.keyboard_wireless:before {
  content: "\E269";
}
.glyphicons.keyboard_wired:before {
  content: "\E270";
}
.glyphicons.shield:before {
  content: "\E271";
}
.glyphicons.ring:before {
  content: "\02DA";
}
.glyphicons.cake:before {
  content: "\E273";
}
.glyphicons.drink:before {
  content: "\E274";
}
.glyphicons.beer:before {
  content: "\E275";
}
.glyphicons.fast_food:before {
  content: "\E276";
}
.glyphicons.cutlery:before {
  content: "\E277";
}
.glyphicons.pizza:before {
  content: "\E278";
}
.glyphicons.birthday_cake:before {
  content: "\E279";
}
.glyphicons.tablet:before {
  content: "\E280";
}
.glyphicons.settings:before {
  content: "\E281";
}
.glyphicons.bullets:before {
  content: "\E282";
}
.glyphicons.cardio:before {
  content: "\E283";
}
.glyphicons.t_shirt:before {
  content: "\E284";
}
.glyphicons.pants:before {
  content: "\E285";
}
.glyphicons.sweater:before {
  content: "\E286";
}
.glyphicons.fabric:before {
  content: "\E287";
}
.glyphicons.leather:before {
  content: "\E288";
}
.glyphicons.scissors:before {
  content: "\E289";
}
.glyphicons.bomb:before {
  content: "\E290";
}
.glyphicons.skull:before {
  content: "\E291";
}
.glyphicons.celebration:before {
  content: "\E292";
}
.glyphicons.tea_kettle:before {
  content: "\E293";
}
.glyphicons.french_press:before {
  content: "\E294";
}
.glyphicons.coffee_cup:before {
  content: "\E295";
}
.glyphicons.pot:before {
  content: "\E296";
}
.glyphicons.grater:before {
  content: "\E297";
}
.glyphicons.kettle:before {
  content: "\E298";
}
.glyphicons.hospital:before {
  content: "\E299";
}
.glyphicons.hospital_h:before {
  content: "\E300";
}
.glyphicons.microphone:before {
  content: "\E301";
}
.glyphicons.webcam:before {
  content: "\E302";
}
.glyphicons.temple_christianity_church:before {
  content: "\E303";
}
.glyphicons.temple_islam:before {
  content: "\E304";
}
.glyphicons.temple_hindu:before {
  content: "\E305";
}
.glyphicons.temple_buddhist:before {
  content: "\E306";
}
.glyphicons.bicycle:before {
  content: "\E307";
}
.glyphicons.life_preserver:before {
  content: "\E308";
}
.glyphicons.share_alt:before {
  content: "\E309";
}
.glyphicons.comments:before {
  content: "\E310";
}
.glyphicons.flower:before {
  content: "\2698";
}
.glyphicons.baseball:before {
  content: "\26BE";
}
.glyphicons.rugby:before {
  content: "\E313";
}
.glyphicons.ax:before {
  content: "\E314";
}
.glyphicons.table_tennis:before {
  content: "\E315";
}
.glyphicons.bowling:before {
  content: "\E316";
}
.glyphicons.tree_conifer:before {
  content: "\E317";
}
.glyphicons.tree_deciduous:before {
  content: "\E318";
}
.glyphicons.more_items:before {
  content: "\E319";
}
.glyphicons.sort:before {
  content: "\E320";
}
.glyphicons.filter:before {
  content: "\E321";
}
.glyphicons.gamepad:before {
  content: "\E322";
}
.glyphicons.playing_dices:before {
  content: "\E323";
}
.glyphicons.calculator:before {
  content: "\E324";
}
.glyphicons.tie:before {
  content: "\E325";
}
.glyphicons.wallet:before {
  content: "\E326";
}
.glyphicons.piano:before {
  content: "\E327";
}
.glyphicons.sampler:before {
  content: "\E328";
}
.glyphicons.podium:before {
  content: "\E329";
}
.glyphicons.soccer_ball:before {
  content: "\E330";
}
.glyphicons.blog:before {
  content: "\E331";
}
.glyphicons.dashboard:before {
  content: "\E332";
}
.glyphicons.certificate:before {
  content: "\E333";
}
.glyphicons.bell:before {
  content: "\E334";
}
.glyphicons.candle:before {
  content: "\E335";
}
.glyphicons.pushpin:before {
  content: "\E336";
}
.glyphicons.iphone_shake:before {
  content: "\E337";
}
.glyphicons.pin_flag:before {
  content: "\E338";
}
.glyphicons.turtle:before {
  content: "\E339";
}
.glyphicons.rabbit:before {
  content: "\E340";
}
.glyphicons.globe:before {
  content: "\E341";
}
.glyphicons.briefcase:before {
  content: "\E342";
}
.glyphicons.hdd:before {
  content: "\E343";
}
.glyphicons.thumbs_up:before {
  content: "\E344";
}
.glyphicons.thumbs_down:before {
  content: "\E345";
}
.glyphicons.hand_right:before {
  content: "\E346";
}
.glyphicons.hand_left:before {
  content: "\E347";
}
.glyphicons.hand_up:before {
  content: "\E348";
}
.glyphicons.hand_down:before {
  content: "\E349";
}
.glyphicons.fullscreen:before {
  content: "\E350";
}
.glyphicons.shopping_bag:before {
  content: "\E351";
}
.glyphicons.book_open:before {
  content: "\E352";
}
.glyphicons.nameplate:before {
  content: "\E353";
}
.glyphicons.nameplate_alt:before {
  content: "\E354";
}
.glyphicons.vases:before {
  content: "\E355";
}
.glyphicons.bullhorn:before {
  content: "\E356";
}
.glyphicons.dumbbell:before {
  content: "\E357";
}
.glyphicons.suitcase:before {
  content: "\E358";
}
.glyphicons.file_import:before {
  content: "\E359";
}
.glyphicons.file_export:before {
  content: "\E360";
}
.glyphicons.bug:before {
  content: "\E361";
}
.glyphicons.crown:before {
  content: "\E362";
}
.glyphicons.smoking:before {
  content: "\E363";
}
.glyphicons.cloud_download:before {
  content: "\E364";
}
.glyphicons.cloud_upload:before {
  content: "\E365";
}
.glyphicons.restart:before {
  content: "\E366";
}
.glyphicons.security_camera:before {
  content: "\E367";
}
.glyphicons.expand:before {
  content: "\E368";
}
.glyphicons.collapse:before {
  content: "\E369";
}
.glyphicons.collapse_top:before {
  content: "\E370";
}
.glyphicons.globe_af:before {
  content: "\E371";
}
.glyphicons.global:before {
  content: "\E372";
}
.glyphicons.spray:before {
  content: "\E373";
}
.glyphicons.nails:before {
  content: "\E374";
}
.glyphicons.claw_hammer:before {
  content: "\E375";
}
.glyphicons.classic_hammer:before {
  content: "\E376";
}
.glyphicons.hand_saw:before {
  content: "\E377";
}
.glyphicons.riflescope:before {
  content: "\E378";
}
.glyphicons.electrical_socket_eu:before {
  content: "\E379";
}
.glyphicons.electrical_socket_us:before {
  content: "\E380";
}
.glyphicons.message_forward:before {
  content: "\E381";
}
.glyphicons.coat_hanger:before {
  content: "\E382";
}
.glyphicons.dress:before {
  content: "\E383";
}
.glyphicons.bathrobe:before {
  content: "\E384";
}
.glyphicons.shirt:before {
  content: "\E385";
}
.glyphicons.underwear:before {
  content: "\E386";
}
.glyphicons.log_in:before {
  content: "\E387";
}
.glyphicons.log_out:before {
  content: "\E388";
}
.glyphicons.exit:before {
  content: "\E389";
}
.glyphicons.new_window_alt:before {
  content: "\E390";
}
.glyphicons.video_sd:before {
  content: "\E391";
}
.glyphicons.video_hd:before {
  content: "\E392";
}
.glyphicons.subtitles:before {
  content: "\E393";
}
.glyphicons.sound_stereo:before {
  content: "\E394";
}
.glyphicons.sound_dolby:before {
  content: "\E395";
}
.glyphicons.sound_5_1:before {
  content: "\E396";
}
.glyphicons.sound_6_1:before {
  content: "\E397";
}
.glyphicons.sound_7_1:before {
  content: "\E398";
}
.glyphicons.copyright_mark:before {
  content: "\E399";
}
.glyphicons.registration_mark:before {
  content: "\E400";
}
.glyphicons.radar:before {
  content: "\E401";
}
.glyphicons.skateboard:before {
  content: "\E402";
}
.glyphicons.golf_course:before {
  content: "\E403";
}
.glyphicons.sorting:before {
  content: "\E404";
}
.glyphicons.sort_by_alphabet:before {
  content: "\E405";
}
.glyphicons.sort_by_alphabet_alt:before {
  content: "\E406";
}
.glyphicons.sort_by_order:before {
  content: "\E407";
}
.glyphicons.sort_by_order_alt:before {
  content: "\E408";
}
.glyphicons.sort_by_attributes:before {
  content: "\E409";
}
.glyphicons.sort_by_attributes_alt:before {
  content: "\E410";
}
.glyphicons.compressed:before {
  content: "\E411";
}
.glyphicons.package:before {
  content: "\E412";
}
.glyphicons.cloud_plus:before {
  content: "\E413";
}
.glyphicons.cloud_minus:before {
  content: "\E414";
}
.glyphicons.disk_save:before {
  content: "\E415";
}
.glyphicons.disk_open:before {
  content: "\E416";
}
.glyphicons.disk_saved:before {
  content: "\E417";
}
.glyphicons.disk_remove:before {
  content: "\E418";
}
.glyphicons.disk_import:before {
  content: "\E419";
}
.glyphicons.disk_export:before {
  content: "\E420";
}
.glyphicons.tower:before {
  content: "\E421";
}
.glyphicons.send:before {
  content: "\E422";
}
.glyphicons.git_branch:before {
  content: "\E423";
}
.glyphicons.git_create:before {
  content: "\E424";
}
.glyphicons.git_private:before {
  content: "\E425";
}
.glyphicons.git_delete:before {
  content: "\E426";
}
.glyphicons.git_merge:before {
  content: "\E427";
}
.glyphicons.git_pull_request:before {
  content: "\E428";
}
.glyphicons.git_compare:before {
  content: "\E429";
}
.glyphicons.git_commit:before {
  content: "\E430";
}
.glyphicons.construction_cone:before {
  content: "\E431";
}
.glyphicons.shoe_steps:before {
  content: "\E432";
}
.glyphicons.plus:before {
  content: "\002B";
}
.glyphicons.minus:before {
  content: "\2212";
}
.glyphicons.redo:before {
  content: "\E435";
}
.glyphicons.undo:before {
  content: "\E436";
}
.glyphicons.golf:before {
  content: "\E437";
}
.glyphicons.hockey:before {
  content: "\E438";
}
.glyphicons.pipe:before {
  content: "\E439";
}
.glyphicons.wrench:before {
  content: "\E440";
}
.glyphicons.folder_closed:before {
  content: "\E441";
}
.glyphicons.phone_alt:before {
  content: "\E442";
}
.glyphicons.earphone:before {
  content: "\E443";
}
.glyphicons.floppy_disk:before {
  content: "\E444";
}
.glyphicons.floppy_saved:before {
  content: "\E445";
}
.glyphicons.floppy_remove:before {
  content: "\E446";
}
.glyphicons.floppy_save:before {
  content: "\E447";
}
.glyphicons.floppy_open:before {
  content: "\E448";
}
.glyphicons.translate:before {
  content: "\E449";
}
.glyphicons.fax:before {
  content: "\E450";
}
.glyphicons.factory:before {
  content: "\E451";
}
.glyphicons.shop_window:before {
  content: "\E452";
}
.glyphicons.shop:before {
  content: "\E453";
}
.glyphicons.kiosk:before {
  content: "\E454";
}
.glyphicons.kiosk_wheels:before {
  content: "\E455";
}
.glyphicons.kiosk_light:before {
  content: "\E456";
}
.glyphicons.kiosk_food:before {
  content: "\E457";
}
.glyphicons.transfer:before {
  content: "\E458";
}
.glyphicons.money:before {
  content: "\E459";
}
.glyphicons.header:before {
  content: "\E460";
}
.glyphicons.blacksmith:before {
  content: "\E461";
}
.glyphicons.saw_blade:before {
  content: "\E462";
}
.glyphicons.basketball:before {
  content: "\E463";
}
.glyphicons.server:before {
  content: "\E464";
}
.glyphicons.server_plus:before {
  content: "\E465";
}
.glyphicons.server_minus:before {
  content: "\E466";
}
.glyphicons.server_ban:before {
  content: "\E467";
}
.glyphicons.server_flag:before {
  content: "\E468";
}
.glyphicons.server_lock:before {
  content: "\E469";
}
.glyphicons.server_new:before {
  content: "\E470";
}
.glyphicons.charging_station:before {
  content: "\F471";
}
.glyphicons.gas_station:before {
  content: "\E472";
}
.glyphicons.target:before {
  content: "\E473";
}
.glyphicons.bed_alt:before {
  content: "\E474";
}
.glyphicons.mosquito_net:before {
  content: "\E475";
}
.glyphicons.dining_set:before {
  content: "\E476";
}
.glyphicons.plate_of_food:before {
  content: "\E477";
}
.glyphicons.hygiene_kit:before {
  content: "\E478";
}
.glyphicons.blackboard:before {
  content: "\E479";
}
.glyphicons.marriage:before {
  content: "\E480";
}
.glyphicons.bucket:before {
  content: "\E481";
}
.glyphicons.none_color_swatch:before {
  content: "\E482";
}
.glyphicons.bring_forward:before {
  content: "\E483";
}
.glyphicons.bring_to_front:before {
  content: "\E484";
}
.glyphicons.send_backward:before {
  content: "\E485";
}
.glyphicons.send_to_back:before {
  content: "\E486";
}
.glyphicons.fit_frame_to_image:before {
  content: "\E487";
}
.glyphicons.fit_image_to_frame:before {
  content: "\E488";
}
.glyphicons.multiple_displays:before {
  content: "\E489";
}
.glyphicons.handshake:before {
  content: "\E490";
}
.glyphicons.child:before {
  content: "\E491";
}
.glyphicons.baby_formula:before {
  content: "\E492";
}
.glyphicons.medicine:before {
  content: "\E493";
}
.glyphicons.atv_vehicle:before {
  content: "\E494";
}
.glyphicons.motorcycle:before {
  content: "\E495";
}
.glyphicons.bed:before {
  content: "\E496";
}
.glyphicons.tent:before {
  content: "\26FA";
}
.glyphicons.glasses:before {
  content: "\E498";
}
.glyphicons.sunglasses:before {
  content: "\E499";
}
.glyphicons.family:before {
  content: "\E500";
}
.glyphicons.education:before {
  content: "\E501";
}
.glyphicons.shoes:before {
  content: "\E502";
}
.glyphicons.map:before {
  content: "\E503";
}
.glyphicons.cd:before {
  content: "\E504";
}
.glyphicons.alert:before {
  content: "\E505";
}
.glyphicons.piggy_bank:before {
  content: "\E506";
}
.glyphicons.star_half:before {
  content: "\E507";
}
.glyphicons.cluster:before {
  content: "\E508";
}
.glyphicons.flowchart:before {
  content: "\E509";
}
.glyphicons.commodities:before {
  content: "\E510";
}
.glyphicons.duplicate:before {
  content: "\E511";
}
.glyphicons.copy:before {
  content: "\E512";
}
.glyphicons.paste:before {
  content: "\E513";
}
.glyphicons.bath_bathtub:before {
  content: "\E514";
}
.glyphicons.bath_shower:before {
  content: "\E515";
}
.glyphicons.shower:before {
  content: "\1F6BF";
}
.glyphicons.menu_hamburger:before {
  content: "\E517";
}
.glyphicons.option_vertical:before {
  content: "\E518";
}
.glyphicons.option_horizontal:before {
  content: "\E519";
}
.glyphicons.currency_conversion:before {
  content: "\E520";
}
.glyphicons.user_ban:before {
  content: "\E521";
}
.glyphicons.user_lock:before {
  content: "\E522";
}
.glyphicons.user_flag:before {
  content: "\E523";
}
.glyphicons.user_asterisk:before {
  content: "\E524";
}
.glyphicons.user_alert:before {
  content: "\E525";
}
.glyphicons.user_key:before {
  content: "\E526";
}
.glyphicons.user_conversation:before {
  content: "\E527";
}
.glyphicons.database:before {
  content: "\E528";
}
.glyphicons.database_search:before {
  content: "\E529";
}
.glyphicons.list_alt:before {
  content: "\E530";
}
.glyphicons.hazard_sign:before {
  content: "\E531";
}
.glyphicons.hazard:before {
  content: "\E532";
}
.glyphicons.stop_sign:before {
  content: "\E533";
}
.glyphicons.lab:before {
  content: "\E534";
}
.glyphicons.lab_alt:before {
  content: "\E535";
}
.glyphicons.ice_cream:before {
  content: "\E536";
}
.glyphicons.ice_lolly:before {
  content: "\E537";
}
.glyphicons.ice_lolly_tasted:before {
  content: "\E538";
}
.glyphicons.invoice:before {
  content: "\E539";
}
.glyphicons.cart_tick:before {
  content: "\E540";
}
.glyphicons.hourglass:before {
  content: "\231B";
}
.glyphicons.cat:before {
  content: "\1F408";
}
.glyphicons.lamp:before {
  content: "\E543";
}
.glyphicons.scale_classic:before {
  content: "\E544";
}
.glyphicons.eye_plus:before {
  content: "\E545";
}
.glyphicons.eye_minus:before {
  content: "\E546";
}
.glyphicons.quote:before {
  content: "\E547";
}
.glyphicons.bitcoin:before {
  content: "\E548";
}
.glyphicons.yen:before {
  content: "\00A5";
}
.glyphicons.ruble:before {
  content: "\20BD";
}
.glyphicons.erase:before {
  content: "\E551";
}
.glyphicons.podcast:before {
  content: "\E552";
}
.glyphicons.firework:before {
  content: "\E553";
}
.glyphicons.scale:before {
  content: "\E554";
}
.glyphicons.king:before {
  content: "\E555";
}
.glyphicons.queen:before {
  content: "\E556";
}
.glyphicons.pawn:before {
  content: "\E557";
}
.glyphicons.bishop:before {
  content: "\E558";
}
.glyphicons.knight:before {
  content: "\E559";
}
.glyphicons.mic_mute:before {
  content: "\E560";
}
.glyphicons.voicemail:before {
  content: "\E561";
}
.glyphicons.paragraph:before {
  content: "\00B6";
}
.glyphicons.person_walking:before {
  content: "\E563";
}
.glyphicons.person_wheelchair:before {
  content: "\E564";
}
.glyphicons.underground:before {
  content: "\E565";
}
.glyphicons.car_hov:before {
  content: "\E566";
}
.glyphicons.car_rental:before {
  content: "\E567";
}
.glyphicons.transport:before {
  content: "\E568";
}
.glyphicons.taxi:before {
  content: "\1F695";
}
.glyphicons.ice_cream_no:before {
  content: "\E570";
}
.glyphicons.uk_rat_u:before {
  content: "\E571";
}
.glyphicons.uk_rat_pg:before {
  content: "\E572";
}
.glyphicons.uk_rat_12a:before {
  content: "\E573";
}
.glyphicons.uk_rat_12:before {
  content: "\E574";
}
.glyphicons.uk_rat_15:before {
  content: "\E575";
}
.glyphicons.uk_rat_18:before {
  content: "\E576";
}
.glyphicons.uk_rat_r18:before {
  content: "\E577";
}
.glyphicons.tv:before {
  content: "\E578";
}
.glyphicons.sms:before {
  content: "\E579";
}
.glyphicons.mms:before {
  content: "\E580";
}
.glyphicons.us_rat_g:before {
  content: "\E581";
}
.glyphicons.us_rat_pg:before {
  content: "\E582";
}
.glyphicons.us_rat_pg_13:before {
  content: "\E583";
}
.glyphicons.us_rat_restricted:before {
  content: "\E584";
}
.glyphicons.us_rat_no_one_17:before {
  content: "\E585";
}
.glyphicons.equalizer:before {
  content: "\E586";
}
.glyphicons.speakers:before {
  content: "\E587";
}
.glyphicons.remote_control:before {
  content: "\E588";
}
.glyphicons.remote_control_tv:before {
  content: "\E589";
}
.glyphicons.shredder:before {
  content: "\E590";
}
.glyphicons.folder_heart:before {
  content: "\E591";
}
.glyphicons.person_running:before {
  content: "\E592";
}
.glyphicons.person:before {
  content: "\E593";
}
.glyphicons.voice:before {
  content: "\E594";
}
.glyphicons.stethoscope:before {
  content: "\E595";
}
.glyphicons.hotspot:before {
  content: "\E596";
}
.glyphicons.activity:before {
  content: "\E597";
}
.glyphicons.watch:before {
  content: "\231A";
}
.glyphicons.scissors_alt:before {
  content: "\E599";
}
.glyphicons.car_wheel:before {
  content: "\E600";
}
.glyphicons.chevron_up:before {
  content: "\E601";
}
.glyphicons.chevron_down:before {
  content: "\E602";
}
.glyphicons.superscript:before {
  content: "\E603";
}
.glyphicons.subscript:before {
  content: "\E604";
}
.glyphicons.text_size:before {
  content: "\E605";
}
.glyphicons.text_color:before {
  content: "\E606";
}
.glyphicons.text_background:before {
  content: "\E607";
}
.glyphicons.modal_window:before {
  content: "\E608";
}
.glyphicons.newspaper:before {
  content: "\1F4F0";
}
.glyphicons.tractor:before {
  content: "\1F69C";
}
.animated {
  _webkit_animation_duration: 1s;
  animation_duration: 1s;
  _webkit_animation_fill_mode: both;
  animation_fill_mode: both;
  _webkit_animation_timing_function: ease_in_out;
  animation_timing_function: ease_in_out;
  animation_iteration_count: infinite;
  _webkit_animation_iteration_count: infinite;
}
50% {
  _webkit_transform: scale(1.1);
  transform: scale(1.1);
}
100% {
  _webkit_transform_origin: center center;
  transform_origin: center center;
  opacity: 1;
  _webkit_transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.pulse {
  _webkit_animation_name: pulse;
  animation_name: pulse;
}
.rotateIn {
  _webkit_animation_name: rotateIn;
  animation_name: rotateIn;
}
40% {
  _webkit_transform: rotate(_10deg);
  transform: rotate(_10deg);
}
60% {
  _webkit_transform: rotate(5deg);
  transform: rotate(5deg);
}
.bounce {
  _webkit_animation_name: bounce;
  animation_name: bounce;
}
20% {
  _webkit_transform: rotate(15deg);
}
80% {
  _webkit_transform: rotate(_5deg);
  transform: rotate(_5deg);
}
.swing {
  _webkit_transform_origin: top center;
  transform_origin: top center;
  _webkit_animation_name: swing;
  animation_name: swing;
}
10%,
20% {
  _webkit_transform: scale(0.9) rotate(_3deg);
  transform: scale(0.9) rotate(_3deg);
}
30%,
50%,
70%,
90% {
  _webkit_transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
40%,
60%,
80% {
  _webkit_transform: scale(1.1) rotate(_3deg);
  transform: scale(1.1) rotate(_3deg);
}
.tada {
  _webkit_animation_name: tada;
  animation_name: tada;
}
.supporting-icons {
  display: inline-block;
  overflow: hidden;
  color: transparent;
  width: 32px;
  height: 32px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.supporting-icons .accessibility {
  top: 0;
  left: -10000px;
}
a.supporting-icons:hover .accessibility {
  display: none;
}
/* I generated these images using www.fa2png.io */
.supporting-icons.rss-square {
  background-image: url('/images/rss-square-blue.png');
}
a:hover.supporting-icons.rss-square {
  background-image: url('/images/rss-square-blue_hover.png');
}
.supporting-icons.facebook-square {
  background-image: url('/images/facebook-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
.supporting-icons.twitter-square {
  background-image: url('/images/twitter-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
.supporting-icons.youtube-square {
  background-image: url('/images/youtube-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
.supporting-icons.google-plus-square {
  background-image: url('/images/google-plus-square.png');
  border: 0;
  width: 66px;
  height: 66px;
  margin-right: 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Retina Icon Replacements */
  .supporting-icons.rss-square {
    background-image: url('/images/rss-square@2x-blue.png');
  }
  a:hover.supporting-icons.rss-square {
    background-image: url('/images/rss-square@2x-blue_hover.png');
  }
  .supporting-icons.facebook-square {
    background-image: url('/images/facebook-square@2x.png');
  }
  .supporting-icons.twitter-square {
    background-image: url('/images/twitter-square@2x.png');
  }
  .supporting-icons.youtube-square {
    background-image: url('/images/youtube-square@2x.png');
  }
  .supporting-icons.google-plus-square {
    background-image: url('/images/google-plus-square@2x.png');
  }
}
@media (max-width: 767px) {
  #main-body-content .lite-card > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  #main-body-content .lite-card .btn-sm,
  #main-body-content .lite-card .btn-green,
  #main-body-content .lite-card .hero-inner .hero-btn {
    min-width: 100%;
    margin-right: 0px;
  }
  #hero-content-wrapper.col-xs-10 {
    width: 100%;
  }
}
.typeahead,
.tt-query,
.tt-hint {
  width: 330px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  outline: none;
}
.typeahead {
  background-color: #fff;
}
.typeahead:focus {
  border: 2px solid #046791;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-dropdown-menu {
  width: 100%;
  z-index: 1000 !important;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .typeahead,
  .tt-query,
  .tt-hint,
  .tt-dropdown-menu {
    width: 171px;
  }
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #046791;
}
.tt-suggestion p {
  margin: 0;
}
#hcgov-learn .main-nav-search #input-main-nav-search {
  background-color: #fff !important;
}
