/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 992px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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 #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  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: 1.42857143;
  color: #777777;
}
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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}
.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: auto;
}
.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: auto;
}
.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: 992px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 1200px) {
  .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: auto;
  }
  .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: auto;
  }
  .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: 1470px) {
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 991px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 992px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 992px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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.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: #000;
  background-color: #FAB439;
  border-color: #f9ab20;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #f9a107;
  border-color: #d78b05;
}
.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.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: #FAB439;
  border-color: #f9ab20;
}
.btn-primary .badge {
  color: #FAB439;
  background-color: #000;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.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.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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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.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-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  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.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.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  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.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-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  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: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 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: 992px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.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: 992px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 992px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.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: 20px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  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: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .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: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .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: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .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;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.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 {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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: #000;
}
.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: 991px) {
  .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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #397d60;
  border-color: #397d60;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.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: #295a45;
}
.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: #397d60;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #295a45;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2e644d;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #295a45;
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #397d60;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #397d60;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #295a45;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  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: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  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: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 991px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 991px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1470px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1469px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1470px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.kg-width-wide,
.kg-width-full,
.kg-gallery-container,
.kg-gallery-row,
.kg-gallery-image,
.kg-bookmark-card,
.kg-bookmark-container,
.kg-bookmark-title,
.kg-bookmark-card,
.kg-bookmark-description,
.kg-bookmark-metadata,
.kg-bookmark-icon,
.kg-bookmark-author,
.kg-bookmark-publisher,
.kg-bookmark-content,
.kg-bookmark-thumbnail {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background: #F6F5F2;
}
body.open {
  overflow: hidden;
}
body.homepage p.title {
  margin-top: 0px;
  margin-bottom: 25px;
}
body.homepage .whats-new {
  background: #fff;
}
body.homepage .side-bar {
  border-left: 1px solid #f1f1f1;
}
body.no-scroll {
  overflow: hidden;
}
button {
  outline: none;
}
.clear {
  clear: both;
}
.img-full,
.img-thumb {
  width: 100%;
  height: 0;
  visibility: hidden;
  background: center center no-repeat;
  background-size: 30px;
  padding-bottom: 61%;
}
.img-full.loaded,
.img-thumb.loaded {
  height: auto;
  padding-bottom: 0;
  visibility: visible;
}
.above-the-fold .img-full,
.above-the-fold .img-thumb {
  height: auto;
  padding-bottom: 0;
  width: 100%;
  visibility: visible;
}
.above-the-fold {
  text-align: left!important;
  position: relative;
}
/**
 * Global Site Header
 */
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.site-header .container {
  position: relative;
}
.site-header .navbar {
  border: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .site-header .navbar {
    box-shadow: 0 70px;
    min-height: 70px;
    transition: box-shadow 800ms;
  }
  .sticky-header .site-header .navbar {
    box-shadow: 0 70px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 1199px) {
  .site-header .navbar-header .header-search-form {
    display: none;
    position: fixed;
    top: 52px;
    right: 0;
    background-color: #fff;
    padding: 18px;
    width: 250px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    z-index: 1060;
  }
  .site-header .navbar-header .header-search-form label {
    display: block;
  }
  .site-header .navbar-header .header-search-form input {
    border: solid 1px #ccc;
    padding: 0 8px;
    line-height: 42px;
    height: 42px;
    width: 100%;
  }
  .site-header .navbar-header .header-search-form.active {
    display: block;
  }
}
.site-header .mobile-search-btn {
  display: none;
}
@media (max-width: 991px) {
  .site-header .mobile-search-btn {
    margin: 9px 15px 9px 0;
    padding: 0 9px;
    display: inline-block;
    float: right;
    border: none;
    background-color: transparent;
    color: #fff;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .site-header .mobile-search-btn + .header-search-form {
    display: none!important;
  }
}
.site-header .desktop-search-btn {
  display: none;
}
@media (min-width: 992px) {
  .site-header .desktop-search-btn {
    display: block;
  }
}
.site-header .navbar-toggle {
  float: left;
  margin-right: 0;
  margin-left: 15px;
}
.site-header .navbar-brand svg {
  width: 110px;
}
@media (min-width: 992px) {
  .site-header .navbar-brand {
    width: 175px;
    height: 70px;
  }
  .site-header .navbar-brand svg {
    width: 145px;
    margin-top: 5px;
  }
}
.site-header .navbar-collapse .navbar-nav {
  font-size: 85%;
  margin: 0;
  text-transform: uppercase;
}
.site-header .navbar-collapse .navbar-nav a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
.site-header .navbar-collapse .navbar-nav a:hover {
  color: #000;
  background-color: #fff;
}
@media (max-width: 991px) {
  .site-header .navbar-collapse .dropdown-menu {
    position: static;
    float: none;
    display: block;
    box-shadow: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  .site-header .navbar-collapse .dropdown-menu li > a {
    background-color: transparent;
    color: #fff;
    padding-left: 30px;
  }
  .site-header .navbar-collapse .dropdown-menu li > a span {
    color: inherit;
  }
}
@media (min-width: 992px) {
  .site-header .navbar-collapse .navbar-nav {
    margin-top: 10px;
  }
  .site-header .navbar-collapse .navbar-nav a {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
  }
}
.site-header .top-bar .social-icons {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.ie9 .site-header .top-bar .social-icons {
  display: block;
}
.site-header .top-bar .social-icons li {
  flex: 1 auto;
  margin: 2px;
}
.ie9 .site-header .top-bar .social-icons li {
  display: inline-block;
  min-width: 20px;
}
.site-header .top-bar .social-icons li a,
.site-header .top-bar .social-icons li i {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 5px;
  background-color: #fff;
}
.site-header .top-bar .social-icons li a:hover,
.site-header .top-bar .social-icons li i:hover {
  background-color: #fff;
  color: #000;
}
.site-header .top-bar .social-icons li a .icon,
.site-header .top-bar .social-icons li i .icon {
  background-image: url(https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/tf_social_sprite.png);
  background-color: #fff;
}
.site-header .top-bar .social-icons li a .fa-facebook,
.site-header .top-bar .social-icons li i .fa-facebook {
  background-position: 0 0;
}
.site-header .top-bar .social-icons li a .fa-twitter,
.site-header .top-bar .social-icons li i .fa-twitter {
  background-position: -24px 0;
}
.site-header .top-bar .social-icons li a .fa-googleplus,
.site-header .top-bar .social-icons li i .fa-googleplus {
  background-position: -50px 0;
}
.site-header .top-bar .social-icons li a .fa-pinterest,
.site-header .top-bar .social-icons li i .fa-pinterest {
  background-position: 0 -25px;
}
.site-header .top-bar .social-icons li a .fa-youtube,
.site-header .top-bar .social-icons li i .fa-youtube {
  background-position: -25px -25px;
}
.site-header .top-bar .social-icons li a .fa-linkedin,
.site-header .top-bar .social-icons li i .fa-linkedin {
  background-position: -50px -25px;
}
.site-header .top-bar .social-icons .icon {
  display: block;
  text-align: center;
}
@media (max-width: 991px) {
  .site-header .top-bar .social-icons .icon {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .site-header .top-bar .social-icons a {
    display: block;
    text-align: center;
    line-height: 30px;
  }
  .site-header .top-bar .social-icons .fa {
    vertical-align: sub;
  }
}
@media (min-width: 992px) {
  .site-header .top-bar {
    float: right;
    margin-top: 15px;
  }
  .site-header .top-bar .social-icons a {
    line-height: 30px;
    text-align: center;
    display: block;
  }
  .site-header .top-bar .social-icons li:hover {
    background-color: #fff;
    /* .fa {
                        background-position-x: -16px;
                    } */
  }
  .site-header .top-bar .social-icons .fa {
    vertical-align: sub;
  }
  .site-header .top-bar .social-icons .desktop-search-btn {
    position: relative;
  }
  .site-header .top-bar .social-icons .desktop-search-btn .fa {
    position: relative;
    left: 4px;
    top: 5px;
  }
  .site-header .top-bar .social-icons .desktop-search-btn:hover .header-search-form {
    display: block;
  }
}
.site-header .tf-search {
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 991px) {
  .site-header .tf-search-toggle {
    display: block;
    width: 100%;
    border: none;
    background-color: #000;
    color: #fff;
    outline: none;
    text-align: left;
    padding: 0 15px;
    font-size: 13px;
    height: 38px;
  }
  .site-header .tf-search-toggle .icon {
    color: #FAB439;
    font-size: 11px;
    float: right;
    line-height: 21px;
    text-indent: 0;
    transition: transform 500ms;
  }
  .site-header .tf-search-form {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.55);
    padding: 0 15px;
  }
  .site-header .tf-search-form .btn {
    width: 100%;
    font-size: 13px;
    color: #fff;
  }
  .site-header .tf-search-form .form-group {
    width: 36%;
    display: inline-block;
    margin-right: 2%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .site-header .tf-search-form form {
    padding: 12px 0 0;
  }
  .site-header .tf-search-form form .state {
    display: none;
  }
  .site-header .tf-search-form form .btn-primary {
    width: 22%;
    float: right;
    color: #000;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 50px;
  }
}
@media (min-width: 992px) {
  .site-header .tf-search {
    line-height: 1em;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
    margin-top: 18px;
  }
  .site-header .tf-search-toggle {
    outline: none;
    cursor: default;
    float: left;
    width: 18%;
    height: 34px;
    padding: 0;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1em;
    text-align: left;
  }
  .site-header .tf-search-toggle .icon {
    display: none;
  }
  .site-header .tf-search-form {
    float: left;
    width: 82%;
    height: auto!important;
    display: block;
    visibility: visible;
  }
  .site-header .tf-search-form .form-control,
  .site-header .tf-search-form .btn {
    height: 34px;
    font-size: 14px;
  }
  .site-header .tf-search-form .form-control {
    width: 96%;
  }
  .site-header .tf-search-form .form-group {
    width: 29%;
    margin-right: -4px;
    vertical-align: inherit;
  }
  .site-header .tf-search-form .form-group.state {
    width: 17%;
  }
  .site-header .tf-search-form .btn {
    width: 23%;
    padding: 0;
    line-height: 1em;
    margin-left: 1%;
    color: #000;
    border-radius: 50px;
  }
}
.site-header .tf-search .tf-search-toggle {
  padding-top: 10px;
  background-color: #333;
}
@media (min-width: 992px) {
  .site-header .header-search-form {
    display: none;
    background-color: #fff;
    margin: 0;
    width: 200px;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 1060;
    padding: 8px;
  }
  .site-header .header-search-form label {
    display: block;
    margin: 0;
    text-align: left;
  }
  .site-header .header-search-form input {
    width: 100%;
    margin: 5px 0 0 0;
    padding: 5px;
    border: 1px solid #ccc;
  }
}
.site-header #main-tf-nav {
  background-color: #fff;
  position: relative;
  top: 0;
  overflow: hidden;
  padding: 1em;
  padding-bottom: 1.175em;
  z-index: 999;
  font-size: 16px;
}
.site-header #main-tf-nav .nav-open {
  overflow: hidden;
}
.site-header #main-tf-nav #nav-menu {
  display: none;
}
@media (max-width: 991px) {
  .site-header #main-tf-nav #nav-menu {
    display: block;
  }
}
.site-header #main-tf-nav > div {
  display: flex;
  justify-content: space-between;
}
.site-header #main-tf-nav > div .logo {
  display: block;
  background-image: url(https://cms.truthfinder.com/content/images/posts/March2018/truthfinder-primary-black.png);
  position: relative;
  top: 2px;
  left: 2em;
  height: 26px;
  width: 190px;
  max-width: 190px;
  max-height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header #main-tf-nav > div nav {
  position: relative;
  top: 9px;
  margin-right: 14em;
}
.site-header #main-tf-nav > div nav a {
  color: #000;
  text-decoration: none;
  padding-bottom: 13px;
  position: relative;
  overflow: hidden;
  font: 700 14px 'Lato', sans-serif;
  line-height: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
  padding-left: 0px;
  margin-left: 37px;
}
@media (min-width: 992px) {
  .site-header #main-tf-nav > div nav a:hover:after,
  .site-header #main-tf-nav > div nav a.active:after {
    padding-bottom: 3px;
  }
}
.site-header #main-tf-nav > div nav a:after {
  content: '';
  padding-bottom: 25px;
  position: absolute;
  width: 100%;
  display: block;
  border-bottom: 2px solid #ffd20a;
  transition: padding 300ms;
}
.site-header #main-tf-nav > div nav a#header-login {
  background-color: #337ab7;
  color: #fff;
  box-shadow: 0 0 6px 3px #e1e1e1;
  padding: 10px;
  top: -10px;
}
.site-header #main-tf-nav > div nav a#header-login:after {
  display: none;
}
@media (max-width: 991px) {
  .site-header #main-tf-nav > div nav a#header-login {
    top: 0px;
    padding-left: 0px;
    margin-left: 5%;
    margin-right: 5%;
    width: 88%;
  }
}
@media (max-width: 1270px) {
  .site-header #main-tf-nav > div nav {
    margin-right: 12em;
  }
  .site-header #main-tf-nav > div nav a {
    margin-left: 20px;
    font-size: 12px;
  }
}
@media (max-width: 930px) {
  .site-header #main-tf-nav > div nav a {
    margin-left: 11px;
    font-size: 9px;
    letter-spacing: 0px;
  }
}
@media (max-width: 991px) {
  .site-header #main-tf-nav > div nav a {
    display: block;
    border: none;
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    font-size: 16px;
    margin-left: 0px;
  }
}
.site-header #main-tf-nav > div .help-center {
  background-position: 0.9em 0.9em;
  background-size: 23px;
  padding-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  border-left: 1px solid #e1e1e1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 12px;
  line-height: normal;
  display: flex;
  justify-content: space-between;
}
.site-header #main-tf-nav > div .help-center img {
  margin-top: 0.3em;
  margin-right: 0.9em;
}
.site-header #main-tf-nav > div .help-center span {
  display: inline-block;
}
.site-header #main-tf-nav > div .help-center span b {
  font-weight: bolder;
  font-size: 16px;
}
.site-header #main-tf-nav > div .help-center span a {
  text-transform: uppercase;
  font-size: 0.9em;
}
.site-header #main-tf-nav > div .help-center span a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .site-header #main-tf-nav > div .help-center {
    padding-top: 2em;
    background-position: 1.25em 2.25em;
    font-size: 10px;
  }
  .site-header #main-tf-nav > div .help-center b {
    font-size: 12px;
  }
  .site-header #main-tf-nav > div .help-center a {
    text-transform: inherit !important;
    font-size: inherit !important;
  }
}
@media (max-width: 30em) {
  .site-header #main-tf-nav {
    overflow: visible;
    height: 6.5em;
  }
  .site-header #main-tf-nav > div {
    display: initial;
  }
  .site-header #main-tf-nav > div .logo {
    width: 200px;
    height: 30px;
    max-width: initial;
    max-height: initial;
    float: left;
    left: initial;
  }
  .site-header #main-tf-nav > div #nav-menu {
    display: block;
    float: right;
    position: relative;
    top: 0.5em;
    font-weight: bolder;
  }
  .site-header #main-tf-nav > div nav {
    display: none;
  }
  .site-header #main-tf-nav > div .help-center {
    display: initial;
    left: 0;
    right: 0;
    top: 4em;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    padding: 0.6em 0 0 0;
    text-align: center;
    background-position: 4.2em 0.4em;
  }
  .site-header #main-tf-nav > div .help-center b {
    font-size: 16px;
  }
  .site-header #main-tf-nav > div .help-center br {
    display: none;
  }
  .site-header #main-tf-nav > div .help-center img {
    margin: 0 0.5em 0 0;
    vertical-align: middle;
  }
  .site-header #main-tf-nav.active {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
  }
  .site-header #main-tf-nav.active nav {
    display: block;
    background: #fff;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 8em;
    bottom: 4em;
    left: 0;
    right: 0;
  }
  .site-header #main-tf-nav.active nav a {
    text-align: left;
    text-indent: 1.5em;
    font-size: 18px;
    height: auto;
    line-height: 2em;
    border-bottom: 1px solid #e1e1e1;
  }
  .site-header #main-tf-nav.active nav a:after {
    content: ">";
    display: block;
    position: absolute;
    border: 0;
    padding: 0;
    top: 10px;
    right: 20px;
    width: initial;
    font-size: 30px;
  }
  .site-header #main-tf-nav.active nav #header-login {
    position: absolute;
    top: -4em;
    left: 0;
    right: 0;
    width: 100%;
    background: #3b3b3b;
    padding: 0;
    margin: 0;
    height: 4em;
    font-size: 16px;
    text-indent: 0;
  }
  .site-header #main-tf-nav.active nav #header-login span {
    position: absolute;
    right: 1em;
    top: 0.9em;
    display: block;
    background: #209dd2;
    font-weight: bolder;
    height: auto;
    line-height: 30px;
    padding: 0.25em 1em;
    margin: 0;
    letter-spacing: 0.05em;
    font-size: 15px;
  }
  .site-header #main-tf-nav.active .help-center {
    position: fixed;
    height: 4em;
    top: 100%;
    background-color: #e1e1e1;
    margin-top: -4em;
    border: 0;
    padding-top: 1.5em;
    width: initial;
  }
}
.site-body {
  /* @media (max-width: @screen-xs-max) {
        padding-top: 90px;
    } 
    @media (min-width: @screen-sm-min) {
        padding-top: 140px;
    }    
    */
  /* @media (max-width: 478px) {
        padding-top: 194px; 
    }
    @media (min-width: 520px) {
        padding-top: 313px; 
    }
    @media (min-width: 1176px) {
        padding-top: 207px; 
    } */
}
.site-body .site-body {
  padding-top: 0;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #ffffff !important;
}
.top-story {
  margin: 0 auto;
}
.top-story a {
  display: block;
  margin: 0px auto;
  text-align: center;
}
.top-story .row {
  background: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 16px;
}
.top-story .col-sm-4 {
  padding-right: 0px;
  padding-left: 0px;
  background: #ffffff;
  text-align: center;
  display: flex;
  flex: 1 1 calc(33.333% - 16px);
  max-width: calc(33.333% - 16px);
}
.top-story .top-story-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #111111;
  text-align: left;
  text-decoration: none;
}
.top-story .top-story-media {
  width: 100%;
  overflow: hidden;
  background: #f2f2f2;
}
.top-story .top-story-media img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.top-story .top-story-body {
  padding: 12px 16px 0 18px;
}
@media (max-width: 768px) {
  .top-story .top-story-body {
    padding: 12px 16px 16px 16px;
  }
}
.top-story .top-story-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 6px 0;
  color: #111111;
}
.top-story .top-story-meta {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #666666;
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .top-story .col-sm-4 {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .top-story .top-story-media img {
    height: 180px;
  }
}
.whats-new {
  margin: 0 auto;
  padding: 0 15px 15px 15px;
  background-color: #e1e1e1;
}
.whats-new a:hover {
  text-decoration: none;
}
.media {
  margin: 0 0 35px 0;
}
.media-block {
  position: relative;
}
.media-block img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0px auto;
}
.media-block p {
  margin: 0;
  position: absolute;
  left: 25px;
  bottom: 55px;
  font-family: 'Lato', sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.media-about {
  width: 100%;
  padding: 25px 50px;
  background-color: #fff;
  color: #363b3f;
}
.media-about .media-heading {
  font-size: 32px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
}
.media-about p {
  font-size: 15px;
  font-family: 'Lato', sans-serif;
}
.post-list .side-bar {
  background: #E6E7E9;
}
#site-siderail p.title {
  padding: 10px;
}
.post-list-content {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .post-list-content {
    margin-top: 50px;
  }
}
.post-list-content .information {
  padding: 0px 50px 20px;
}
.post-list-content a {
  text-decoration: none;
}
.post-list-content h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.title {
  margin: 15px 0 15px 0;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.side-bar {
  background-color: #fff;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .side-bar {
    display: none;
  }
}
.side-bar .side-search {
  width: 100%;
  margin: 10px 0;
  padding: 40px 0 15px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.side-bar .side-search p {
  text-align: center;
  color: #000;
  font-size: 18px;
}
.side-bar .side-search p.big {
  font-size: 22px;
}
.side-bar .side-search p:first-of-type {
  margin: 0 0 20px 0;
}
.side-bar .side-search p:first-of-type:after {
  display: block;
  content: '';
  width: 75%;
  height: 1px;
  margin: 0 auto;
  background-color: #fff;
}
.side-bar .side-search p:last-of-type {
  font-weight: 700;
}
.side-bar .side-search form {
  width: 90%;
  margin: 0 auto;
}
.side-bar .side-search form .form-group {
  display: block;
}
.side-bar .side-search form .form-group input,
.side-bar .side-search form .form-group select {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
}
.side-bar .side-search form button {
  width: 100%;
  background-color: #397d60;
  color: #fff;
  border-color: #397d60;
}
.side-bar .site-siderail {
  margin: 0 0 0 0;
}
.side-bar .site-siderail ul {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
@media screen and (max-width: 991px) {
  .side-bar .site-siderail ul {
    width: 100%;
  }
}
.side-bar .site-siderail ul li {
  position: relative;
  width: 100%;
  height: 95px;
  padding: 26px 0 15px 0;
  margin: 0 0 25px 0;
  font-size: 16px;
  font-family: 'Karma', serif;
  border-top: 1px solid #f2f2f2;
}
.side-bar .site-siderail ul li a {
  color: #363b3f;
}
.side-bar .site-siderail ul li .side-large {
  position: relative;
  float: left;
  margin: -8px 20px 0 0;
  font-size: 40px;
}
.side-bar .site-siderail ul li .side-large .divider {
  position: absolute;
  top: 6px;
  right: -12px;
  height: 40px;
  width: 1px;
  transform: rotate(15deg);
  background-color: #f2f2f2;
}
.side-bar .site-siderail ul li .comment {
  position: relative;
  bottom: 0;
  top: -1px;
  margin: 0 5px 0 0;
  color: #ccc;
  left: 0;
  display: block;
}
.side-bar .site-siderail ul li .info {
  position: relative;
  float: left;
  width: 78%;
}
.side-bar .site-siderail ul li .count {
  margin: 0 0 0 25px;
  font-size: 14px;
  display: none;
}
.side-bar .site-siderail .email-subscribe-form {
  background: #353535;
  color: #fff;
  padding: 25px;
}
.side-bar .site-siderail .email-subscribe-form .headline {
  display: block;
  text-align: center;
  border-bottom: #fff solid 1px;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.side-bar .site-siderail .email-subscribe-form form p {
  font-weight: normal;
}
.side-bar .site-siderail .email-subscribe-form .subscriber-email {
  display: inline-block;
  width: 60%;
  border-radius: 3px;
}
.side-bar .site-siderail .email-subscribe-form .subscriber-submit {
  display: inline-block;
  width: 35%;
  text-transform: uppercase;
  border: 3px solid #57bf93;
  background-color: #57bf93;
  color: #fff;
  padding: 5px;
  margin: 0 0 0 5px;
  border-radius: 3px;
}
.post-single .side-bar.is-sticky,
.post-list .side-bar.is-sticky {
  position: fixed;
}
.post-single .side-bar {
  background: #E6E7E9;
}
.post-single-content-comments iframe {
  min-width: 150px;
}
.post-single-content-comments,
.post-single-content-comments iframe {
  min-height: 170px !important;
}
#load-more-posts {
  width: 100%;
  padding: 5px 0;
  background-color: #f2f2f2;
  font-weight: 600;
  border: none;
  height: 35px;
}
.search-form {
  width: 100%;
}
.search-form p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.search-form p.big {
  font-size: 28px;
}
.search-form .container {
  min-height: 250px;
  padding-top: 50px;
  background-color: #3e3e3e;
}
.search-form form {
  margin: 0 auto;
  width: 75%;
  text-align: center;
}
.search-form form .form-group {
  width: 30%;
}
.search-form form .form-group input {
  width: 100%;
  text-align: left;
  height: 48px;
  line-height: 48px;
}
.search-form form button,
.search-form form button:hover {
  width: 30%;
  text-transform: uppercase;
  background-color: #20d2cc;
  border-color: #20d2cc;
  color: #fff;
  height: 48px;
}
@media (max-width: 991px) {
  .search-form .container {
    padding-bottom: 30px;
  }
  .search-form form .form-group {
    width: auto;
  }
  .search-form form button {
    min-width: 150px;
  }
}
.flexcontainer.wrap.rows {
  flex-flow: row wrap;
  align-content: flex-end;
  align-items: center;
  justify-content: center;
}
.flex-item {
  flex: 3;
}
.site-footer {
  margin: 0;
  background: #FFFFFF;
  margin-top: 50px;
  border-top: 1px solid #eee;
}
.site-footer > div {
  margin: 0 auto;
  max-width: 1440px;
  padding: 2em 1em;
  font: 100% Lato, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
.site-footer .logo {
  display: block;
  background-image: url(https://cms.truthfinder.com/content/images/posts/March2018/truthfinder-primary-black.png);
  position: relative;
  top: 2px;
  height: 26px;
  width: 190px;
  max-width: 190px;
  max-height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.site-footer .footer-content {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.site-footer .footer-content > div {
  flex-basis: 25%;
  font-size: 14px;
}
.site-footer .footer-content > div .h6 {
  font-size: 14px;
  font-weight: bolder;
  color: #6c6c6c;
  letter-spacing: 0.5px;
  word-spacing: 2px;
}
.site-footer .footer-content > div p {
  font-size: 14px;
}
.site-footer .footer-content > div p.info {
  line-height: 1.75em;
}
.site-footer .footer-content > div p.help a {
  color: #397d60;
}
.site-footer .footer-content > div p span {
  color: #397d60;
}
.site-footer .footer-content > div.links a {
  display: block;
  margin-bottom: 0.5em;
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.site-footer .footer-content > div.links a:hover {
  text-decoration: underline;
}
.site-footer .social-content {
  display: flex;
  justify-content: flex-start;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}
.site-footer .social-content > div {
  flex-basis: 25%;
}
.site-footer .social-content > div p {
  font-size: 14px;
}
.site-footer .social-content > div #im {
  display: block;
  width: 130px;
  height: 30px;
  background: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/infomania.png') no-repeat;
}
.site-footer .social-content > div #social-links:before,
.site-footer .social-content > div #social-links:after {
  content: " ";
  display: table;
}
.site-footer .social-content > div #social-links:after {
  clear: both;
}
.site-footer .social-content > div #social-links:before,
.site-footer .social-content > div #social-links:after {
  content: " ";
  display: table;
}
.site-footer .social-content > div #social-links:after {
  clear: both;
}
.site-footer .social-content > div #social-links a {
  float: left;
  display: block;
  background: no-repeat;
  width: 36px;
  height: 26px;
  background-position: left center;
}
.site-footer .social-content > div #social-links a.facebook {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/facebook.png');
}
.site-footer .social-content > div #social-links a.twitter {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/twitter.png');
}
.site-footer .social-content > div #social-links a.googleplus {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/google-plus.png');
}
.site-footer .social-content > div #social-links a.instagram {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/instagram.png');
}
.site-footer .social-content > div #social-links a.linkedin {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/linkedin.png');
}
.site-footer .social-content > div #social-links a.pinterest {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/pinterest.png');
}
.site-footer .social-content > div #social-links a.youtube {
  background-image: url('https://assets.truthfinder.com/funnel/assets/shared/img/social-icons/footer/youtube.png');
}
.site-footer .social-content > div .google-play {
  display: block;
  height: 48px;
  width: 162px;
  background: url(https://assets.truthfinder.com/funnel/assets/themes/dorado/img/download-app/download-google-play@2x.png) no-repeat;
  border-radius: 5px;
}
.site-footer .disclaimer {
  background-color: #F3F3F3;
  padding: 1em 0;
}
.site-footer .disclaimer > div {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 1em;
}
.site-footer .disclaimer > div p {
  font-size: 12px;
  color: #3e3e3e;
}
.site-footer .disclaimer > div p:first-child {
  font-size: 14px;
}
.site-footer .disclaimer > div p a {
  text-decoration: underline;
  color: #000;
}
.site-footer .disclaimer > div p a:hover {
  text-decoration: none;
}
@media (max-width: 1090px) {
  .site-footer {
    text-align: center;
  }
  .site-footer .logo,
  .site-footer #im,
  .site-footer .google-play {
    margin: 0 auto;
  }
  .site-footer .footer-content,
  .site-footer .social-content {
    display: block;
  }
  .site-footer .links {
    margin-bottom: 3em;
  }
  .site-footer .links:last-child {
    margin-bottom: 0;
  }
  .site-footer > div .social-content {
    padding: 1em 10% 0;
  }
  .site-footer > div .social-content #social-links {
    text-align: center;
  }
  .site-footer > div .social-content #social-links a {
    float: none;
    display: inline-block;
  }
  .site-footer .disclaimer {
    text-align: left;
    color: #707070;
  }
  .site-footer .disclaimer > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .site-footer .disclaimer > div p:first-child {
    text-align: center;
  }
}
.single-post {
  padding: 25px 20px 25px 40px;
  background: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .single-post {
    padding: 25px 15px;
  }
}
.single-post .article-byline {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.single-post .article-byline .article-byline-content .author-wrap {
  display: flex;
  align-items: center;
}
.single-post .article-byline .author-profiles {
  display: flex;
  flex-shrink: 0;
  padding-right: 15px;
}
.single-post .article-byline .author-profiles .author-avatar {
  display: block;
}
.single-post .article-byline .author-profiles .author-avatar:not(:first-child) {
  margin-left: -20px;
}
.single-post .article-byline .author-profiles .author-avatar .author-profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #e1e1e1;
}
.single-post .article-byline .author-meta {
  font-family: 'Lato', sans-serif;
  color: #767676;
  font-size: 14px;
  line-height: 1.4;
}
.single-post .article-byline .author-meta .author-names {
  margin-bottom: 4px;
}
.single-post .article-byline .author-meta .author-names .author-byline-item {
  display: inline-block;
}
.single-post .article-byline .author-meta .author-names .author-byline-item .author-name-item {
  font-size: 16px;
  font-weight: 700;
}
.single-post .article-byline .author-meta .author-names .author-byline-item .author-name-item a {
  color: #3e3e3e;
  text-decoration: none;
}
.single-post .article-byline .author-meta .author-names .author-byline-item .author-name-item a:hover {
  text-decoration: underline;
}
.single-post .article-byline .author-meta .author-names .author-byline-item .author-role-label {
  display: none;
}
.single-post .article-byline .author-meta .byline-meta-content {
  font-size: 13px;
}
.single-post .article-byline .author-meta .byline-meta-content span {
  display: inline-block;
}
.single-post .article-byline .author-meta .byline-meta-content .bull {
  display: inline-block;
  margin: 0 5px;
  font-weight: bold;
  color: #ccc;
}
.single-post .pub-date p {
  margin: 0px 0;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  color: #767676;
  position: relative;
  top: -15px;
}
.single-post .pub-date p i {
  margin: 0 10px 0 0;
  color: #aaa;
}
.single-post h1 {
  margin: 0 0 25px 0;
  font-size: 48px;
  font-family: 'Lato', sans-serif;
}
@media (max-width: 991px) {
  .single-post h1 {
    margin-top: 50px;
  }
}
.single-post h2,
.single-post h3 {
  scroll-margin-top: 220px;
}
@media (max-width: 991px) {
  .single-post h2,
  .single-post h3 {
    scroll-margin-top: 260px;
  }
}
.single-post .post-hero {
  max-width: 100%;
  height: auto;
  margin: 0px auto;
  display: block;
}
.single-post .post-body {
  padding: 25px 0 0 0;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  line-height: 1.75;
  color: #3e3e3e;
}
.single-post .post-body > div,
.single-post .post-body > figure {
  margin: 2em 0 !important;
}
@media (max-width: 991px) {
  .single-post .post-body [style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
  }
}
.single-post .post-body p,
.single-post .post-body span {
  margin: 0;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color: #3e3e3e;
  line-height: 1.75;
  margin-bottom: 1.5em;
}
.single-post .post-body p.infographic-share {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .post-body img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0px auto;
  display: block;
}
.single-post .post-body img.vertical {
  width: 50%;
  height: auto;
  margin-left: 25%;
}
@media screen and (max-width: 991px) {
  .single-post .post-body img.vertical {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }
}
.single-post .post-body a {
  text-decoration: underline;
}
.single-post .post-body a:hover {
  text-decoration: none;
}
.single-post .author-side {
  padding: 25px 20px 0 15px;
}
.single-post .author-side p {
  float: right;
  margin: 0 0 20px 0;
  color: #aaaaaa;
  font-family: 'Lato', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: right;
}
.single-post .author-side p:first-of-type {
  padding: 0 0 20px 0;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #6F6F6F;
  color: #6f6f6f !important;
  text-transform: uppercase;
}
.single-post .author-side p:last-of-type {
  margin: 0;
  font-size: 11px !important;
  text-transform: none;
  color: #3e3e3e;
}
.single-post .author-side a {
  float: right;
  margin: 15px 0 0 0;
  color: #3e3e3e;
  font-size: 11px;
}
.single-post .author-side .author-image {
  float: right;
  width: 60%;
  margin: 8px 0 20px 0;
}
.single-post .first {
  display: block;
}
@media screen and (max-width: 991px) {
  .single-post .first {
    display: none;
  }
}
.author-block-bottom {
  display: none;
}
@media screen and (max-width: 991px) {
  .author-block-bottom {
    display: block;
  }
}
.author-block-bottom .author-top a {
  color: #3e3e3e;
}
.author-block-bottom .author-top a:hover {
  color: #397d60;
}
.author-block-bottom .author-top .author-bottom-image {
  float: left;
  width: 80px;
}
.author-block-bottom .author-top .name {
  float: left;
  margin: 0 0 0 30px;
}
.author-block-bottom .author-blurb {
  display: block;
  margin: 25px 0 0 0 !important;
}
.dropdown-menu {
  position: absolute;
  margin: 0;
}
.dropdown-menu li a {
  background-color: #fff;
}
.dropdown-menu li a span {
  color: #000;
}
.dropdown-menu .active {
  background-color: #fff;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.second {
  margin: 50px 0 0 0;
}
.author-single {
  font-family: 'Lato', sans-serif;
}
.author-single .author-main {
  min-height: 500px;
  padding: 40px;
  background-color: #fff;
}
.author-single .author-main .author-info {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.author-single .author-main h1 {
  margin: 0 0 12px 0;
  font-size: 1.8em;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .author-single .author-main h1 {
    margin-top: 56px;
  }
}
.author-single .author-main h1 a {
  margin: 0;
  color: #33b3d3;
}
.author-single .author-main h1 a:hover {
  color: #397d60;
}
.author-single .author-main h2 {
  margin: 0 0 17px -2px;
}
.author-single .author-main .author-left {
  float: left;
  width: 20%;
  box-sizing: border-box;
}
@media (max-width: 414px) {
  .author-single .author-main .author-left {
    width: 100%;
  }
}
.author-single .author-main .author-left img {
  width: 100%;
}
.author-single .author-main .author-right {
  float: right;
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .author-single .author-main .author-right {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .author-single .author-main .author-right {
    width: 85%;
  }
}
@media (max-width: 600px) {
  .author-single .author-main .author-right {
    width: 75%;
  }
}
@media (max-width: 414px) {
  .author-single .author-main .author-right {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
.author-single .author-main .author-right p {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}
@media (max-width: 991px) {
  .author-single .author-main .author-right p {
    padding-left: 0;
  }
}
.author-posts {
  width: 100%;
  margin: 50px auto;
  padding: 0;
}
.disclaimer {
  font-size: 12px;
}
.cta-form-box {
  box-sizing: border-box;
  text-align: center;
}
.cta-form-box .conversion-box {
  margin: 20px;
  padding: 15px;
  background-size: cover;
  background-color: #FFDE59;
  position: relative;
  border: none;
  font-family: Helvetica;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .cta-form-box .conversion-box {
    margin: 20px 8px 40px 8px;
  }
}
.cta-form-box .conversion-box > div:first-child {
  padding: 20px 10px 20px 10px;
  margin: 20px;
  border-radius: 5px;
  border: #FFFFFF solid 10px;
  font-family: Helvetica;
}
.cta-form-box .conversion-box > div:first-child .cta-title {
  font-weight: 700 !important;
  line-height: 1em !important;
  color: #3e3e3e !important;
  margin: 0 5px 0.5em !important;
  text-align: center;
  font-family: Helvetica;
  font-size: 2.6em;
  /* small devices (phones) */
  /* medium devices (tablets) */
}
@media only screen and (max-width: 767px) {
  .cta-form-box .conversion-box > div:first-child .cta-title {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cta-form-box .conversion-box > div:first-child .cta-title {
    font-size: 1.6em;
  }
}
.cta-form-box .conversion-box > div:first-child p {
  font-family: Helvetica;
}
.cta-form-box .conversion-box > div:first-child .flexcontainer {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}
.cta-form-box .conversion-box > div:first-child input[type=text] {
  margin: 4px;
  padding: 4px 0 4px 10px;
  font-size: 0.8em;
  background: #fff;
  width: 23%;
}
@media (max-width: 1100px) {
  .cta-form-box .conversion-box > div:first-child input[type=text] {
    width: 100%;
  }
}
.cta-form-box .conversion-box > div:first-child select {
  margin: 4px;
  background: transparent;
  width: 21%;
  padding: 0px 0px 0px 10px;
  border-radius: inherit;
  font-size: 0.8em;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: 90% 16px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .cta-form-box .conversion-box > div:first-child select {
    width: 100%;
  }
}
.cta-form-box .conversion-box > div:first-child button {
  margin: 3px;
  border: none;
  color: #fff;
  width: 25%;
  background: #337ab7;
  height: 34px;
}
@media (max-width: 1100px) {
  .cta-form-box .conversion-box > div:first-child button {
    width: 100%;
  }
}
.cta-form-box .conversion-box > div:first-child .form-control,
.cta-form-box .conversion-box > div:first-child .btn {
  border-radius: 0;
}
.share {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: transform 1400ms;
  transform: translateX(-100%);
  z-index: 1030;
}
.share.active {
  transform: translateX(0%);
}
.share__item {
  flex: 1 1 20%;
  height: 60px;
  position: relative;
}
.share__item:before {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 48px;
  background-position-x: -32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
}
.share__item a {
  display: block;
  width: inherit;
  height: inherit;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 991px) {
  .share__item a {
    line-height: 50px;
  }
}
.share--facebook:before {
  background-position-y: 0;
}
.share--facebook .sharecount {
  color: #000;
  font-size: 9px;
  text-align: center;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 38px;
}
.share--twitter:before {
  background-position-y: -16px;
}
.share--google:before {
  background-position-y: -32px;
}
.share--pinterest:before {
  background-position-y: -48px;
}
.share--linkedin:before {
  background-position-y: -112px;
}
.share--email:before {
  background-position-y: -128px;
}
@media (min-width: 992px) {
  .share {
    flex-direction: column;
    top: 20% !important;
    bottom: auto;
    border-radius: 0 4px 4px 0;
    width: auto;
  }
  .share__item {
    height: 42px;
    width: 42px;
    flex: 1 0 auto;
  }
  .share--facebook .sharecount {
    top: 28px;
  }
}
/**
 * Social Icons
 */
.fa {
  width: 25px;
  height: 25px;
  display: inline-block;
}
.fa.fa-facebook {
  background-position: 0 0;
}
.fa.fa-twitter {
  background-position: 0 -25px;
}
.fa.fa-google-plus {
  background-position: 0 -50px;
}
.fa.fa-pinterest {
  background-position: 0 -75px;
}
.fa.fa-youtube {
  background-position: 0 -100px;
}
.fa.fa-rss {
  background-position: 0 -125px;
}
.fa.fa-search {
  background-position: 0 -150px;
}
.fa.fa-linkedin {
  background-position: 0 -175px;
}
.fa.fa-envelope {
  background-position: 0 -200px;
}
.fa.fa-comments {
  background-position: 0 -225px;
}
.fa.fa-clock-o {
  background-position: 0 -250px;
}
.fa.fa-chevron-up {
  background-position: 0 -275px;
}
.fa.fa-android {
  background-position: 0 -300px;
}
pre {
  max-width: 100%;
  overflow: scroll;
  border: solid 1px #ccc;
  background-color: #f5f5f5;
  padding-left: 11px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 0;
}
/************************************************************
/*
/* VOYAGER BAR STYLE OVERRIDES
/* These are needed because each pubsite has different styles
/* Possibly see about removing these in the future
/*
************************************************************/
#voyager-bar-user span {
  top: 1px !important;
}
.voyagerBarHide {
  top: -1px;
  position: relative;
}
/********** END VOYAGER BAR STYLE OVERRIDES **********/
/************************************************************
/*
/* VOYAGER Polls Branded for Crimewire
/*
************************************************************/
.poll-container {
  margin-top: 20px 0px;
  margin-top: 20px !important;
  margin-bottom: 20px;
}
.poll-container .poll-loader {
  color: #57bf93;
}
.poll-loaded .poll-loading {
  border-top: 5px solid #57bf93;
  border-radius: 0px;
  top: -20px !important;
}
.poll-loading {
  margin-top: 20px !important;
}
.poll-panel {
  background: #F0F0F0;
  margin: 0px auto;
  margin-top: 0px !important;
}
.poll-panel .panel-title {
  display: none;
}
.poll-panel .panel-body {
  padding: 50px 60px;
  padding-bottom: 20px;
  border-top: 5px solid #57bf93;
}
.poll-panel .panel-body h2 {
  margin-top: 0px;
  padding-top: 0px;
}
.poll-panel .answer_result .poll-percentage-bar {
  border: 2px solid #000;
  background: #fff;
  width: 88%;
}
.poll-panel .answer_result .poll-percentage-bar span {
  background: #D0D0D0;
}
.poll-panel .answer_result p {
  margin-bottom: 0px;
  position: relative;
  top: -8px;
}
.poll-panel .question-answer input[type="radio"] {
  visibility: hidden;
}
.poll-panel .question-answer label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #F0F0F0;
  left: 0px;
  position: absolute;
  border-radius: 20px;
  border: 2px solid #000;
  top: 8px;
}
.poll-panel .question-answer label:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #57bf93;
  top: 13px;
  left: 5px;
  z-index: 999;
  position: absolute;
  border-radius: 12px;
}
.poll-panel .question-answer .answer_result .poll-percentage-bar {
  width: 88%;
}
.poll-panel .question-answer .answer_result .poll-percentage-bar span {
  background: #57bf93;
}
.poll-panel .question-answer .answer_result p {
  color: #57bf93;
}
.poll-panel .radio {
  margin-right: 5px;
  margin-left: 8px;
}
.poll-panel .radio label input {
  position: relative;
  top: -2px;
  margin-right: 10px;
}
.poll-panel .poll_buttons {
  float: none;
  width: 100%;
}
.poll-panel .poll_buttons .btn {
  width: 48%;
  background: #57bf93;
  border: 2px solid #000;
  color: #fff;
}
.poll-panel .poll_buttons .btn[disabled] {
  background: #E0E0E0;
  border-color: #B8B8B8;
}
.poll-panel .poll_buttons #previous {
  margin-right: 3%;
}
.poll-panel .panel-footer {
  position: relative;
  padding: 0px 60px;
  padding-bottom: 50px;
}
.poll-panel .panel-footer .poll_num {
  float: none;
  position: absolute;
  width: auto;
  text-align: center;
  left: 0px;
  background: #ddd;
  color: #fff;
  padding: 10px;
  bottom: 0px;
}
.poll-panel .panel-footer .poll_num p {
  color: #fff;
  padding: 0px;
  margin: 0px;
  line-height: 10px;
}
figure {
  background: #f9f9f9;
  padding: 4px;
}
figcaption {
  font-size: 16px;
  padding: 6px;
  font-style: italic;
  line-height: 1.3;
}
/************************************************************
/*
/* END VOYAGER Polls Styles
/*
************************************************************/
.pagination {
  margin: 10px;
  width: 100%;
  border-top: #ccc solid 3px;
  padding-top: 15px;
}
.pagination .newer-posts {
  width: 24%;
  float: left;
  text-align: center;
  color: #fff;
  background: #57c093;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
}
.pagination .page-number {
  width: 49%;
  display: block;
  text-align: center;
  margin-left: 24%;
  clear: none;
  padding-top: 5px;
}
.pagination .older-posts {
  width: 24%;
  float: right;
  text-align: center;
  color: #333;
  background: #ccc;
  padding: 5px 10px 5px 10px;
  clear: none;
  border-radius: 3px;
}
.cta-link-box {
  border: 2px solid #000;
  margin: 20px;
  text-align: center;
  font-family: Helvetica;
  background-color: #FFDE59;
  border: none;
  padding: 15px;
}
@media (max-width: 991px) {
  .cta-link-box {
    margin: 20px 8px 40px 8px;
  }
}
.cta-link-box > div:first-child {
  padding: 20px 10px 40px 10px;
  margin: 20px;
  border-radius: 5px;
  border: #FFFFFF solid 10px;
  /* Styles for when the form is in a cta box (used for optimize test) */
}
.cta-link-box > div:first-child h3,
.cta-link-box > div:first-child p.cta-title {
  font-size: 2.6em;
  font-weight: bold;
  margin: 0 0 20px 0;
  line-height: 1.1;
  /* small devices (phones) */
  /* medium devices (tablets) */
}
@media only screen and (max-width: 767px) {
  .cta-link-box > div:first-child h3,
  .cta-link-box > div:first-child p.cta-title {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cta-link-box > div:first-child h3,
  .cta-link-box > div:first-child p.cta-title {
    font-size: 1.6em;
  }
}
.cta-link-box > div:first-child a {
  padding: 15px;
  background-color: #FFFFFF;
  color: #000;
  font-family: Helvetica;
  -webkit-animation: pulse-animation 2s infinite;
          animation: pulse-animation 2s infinite;
}
@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.cta-link-box > div:first-child a strong {
  font-weight: bold;
  font-family: Helvetica;
}
.cta-link-box > div:first-child p {
  font-family: Helvetica;
}
.cta-link-box > div:first-child .flexcontainer {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex-flow: row wrap;
  align-content: flex-end;
}
.cta-link-box > div:first-child input[type=text] {
  margin: 4px;
  padding: 4px 0 4px 10px;
  font-size: 0.8em;
  background: #fff;
  width: 23%;
}
@media (max-width: 1100px) {
  .cta-link-box > div:first-child input[type=text] {
    width: 100%;
  }
}
.cta-link-box > div:first-child select {
  margin: 4px;
  background: transparent;
  width: 21%;
  padding: 0px 0px 0px 10px;
  border-radius: inherit;
  font-size: 0.8em;
  border: 1px solid #CCC;
  height: 34px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: 90% 16px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .cta-link-box > div:first-child select {
    width: 100%;
  }
}
.cta-link-box > div:first-child button {
  margin: 3px;
  border: none;
  color: #fff;
  width: 25%;
  background: #337ab7;
  height: 34px;
}
@media (max-width: 1100px) {
  .cta-link-box > div:first-child button {
    width: 100%;
  }
}
.cta-link-box > div:first-child .form-control,
.cta-link-box > div:first-child .btn {
  border-radius: 0;
}
.cta-link-box.cta-yellow-white {
  background-color: #FFDE59;
  border: none;
  padding: 15px;
}
.cta-link-box.cta-yellow-white div {
  padding: 20px 10px 40px 10px;
  margin: 20px;
  border-radius: 5px;
  border: #FFFFFF solid 10px;
}
.cta-link-box.cta-yellow-white div a {
  background-color: #FFFFFF;
  color: #000;
}
.cta-rpl,
.cta-rel {
  width: 100%;
  background: #f5f5f5;
  padding: 1em;
  text-align: center;
}
.cta-rpl p,
.cta-rel p {
  margin-bottom: 0.5em !important;
}
@media (max-width: 991px) {
  .cta-rpl p,
  .cta-rel p {
    line-height: 1.4em !important;
  }
}
.cta-rpl .heading,
.cta-rel .heading {
  font-size: 1.4em !important;
  margin: 0 !important;
  color: #000;
}
.cta-rpl .tf-rpl-search-group,
.cta-rel .tf-rpl-search-group,
.cta-rpl .tf-rel-search-group,
.cta-rel .tf-rel-search-group {
  margin: 0 auto;
}
.cta-rpl .tf-rpl-search-group input,
.cta-rel .tf-rpl-search-group input,
.cta-rpl .tf-rel-search-group input,
.cta-rel .tf-rel-search-group input {
  border: 1px solid #ccc;
  padding: 0.2em 1em;
}
.cta-rpl .tf-rpl-search-group input:focus,
.cta-rel .tf-rpl-search-group input:focus,
.cta-rpl .tf-rel-search-group input:focus,
.cta-rel .tf-rel-search-group input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: rgba(102 175 233) 0px 3px 15px;
}
.cta-rpl .tf-rpl-search-group button,
.cta-rel .tf-rpl-search-group button,
.cta-rpl .tf-rel-search-group button,
.cta-rel .tf-rel-search-group button {
  background-color: #397d60;
  color: #fff;
  border: 1px solid #397d60;
  border-radius: 0.2em;
  padding: 0.2em 2em;
}
@media (max-width: 991px) {
  .cta-rpl .tf-rpl-search-group button,
  .cta-rel .tf-rpl-search-group button,
  .cta-rpl .tf-rel-search-group button,
  .cta-rel .tf-rel-search-group button {
    margin-top: 1em;
  }
}
.single-post .post-body .cta-link-box p {
  font-family: Helvetica;
}
#audioeye {
  cursor: pointer;
  text-decoration: underline;
  color: #000;
  display: block;
  box-sizing: border-box;
}
.modal-overlay {
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal {
  padding: 1em;
  padding-top: 0;
}
#warning-modal {
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 1em 1em 0;
  margin: 8em auto 0 auto;
  z-index: 1001;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
  max-width: 90%;
}
@media (max-width: 991px) {
  #warning-modal {
    margin: 2em auto 0 auto;
  }
}
#warning-modal h2 {
  display: block;
  text-transform: none;
  border: none;
  text-align: left;
  color: #fff;
  line-height: 1.5em;
  margin: -14px -14px 0.65em;
  padding: 5px 35px;
  background: #209dd2;
}
#warning-modal p {
  margin-left: 1.4286em;
  margin-right: 1.4286em;
  text-align: left;
}
@media (max-width: 991px) {
  #warning-modal p {
    margin-left: 0;
    margin-right: 0;
  }
}
#warning-modal p.intro {
  margin-top: 0;
}
#warning-modal p a {
  color: #209dd2;
  text-decoration: underline;
  text-transform: uppercase;
}
#warning-modal p span {
  color: red;
}
#warning-modal ul {
  text-align: left;
}
#warning-modal ul li {
  text-align: left;
  font-size: 14px;
  margin-bottom: 3px;
  list-style: none;
}
#warning-modal .secure {
  background-color: #f3f3f3;
  padding: 10px 0 2em;
  overflow: hidden;
  margin: 0 -1em;
}
#warning-modal .secure p {
  text-align: center;
  font-size: 18px;
  max-width: 500px;
  margin: 5px auto 1em;
}
@media (max-width: 991px) {
  #warning-modal .secure p {
    font-size: 16px;
    padding: 0 1em;
  }
}
#warning-modal .secure .overlay-inner {
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0;
}
#warning-modal .secure .overlay-inner p {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.4em;
  width: 70%;
}
#warning-modal .secure .overlay-inner p span {
  color: #3489C9;
}
@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0px 0px #397d60;
  }
  50% {
    box-shadow: 0 2px 10px #397d60;
  }
  010% {
    box-shadow: 0 0px 0px #397d60;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0px 0px #397d60;
  }
  50% {
    box-shadow: 0 2px 10px #397d60;
  }
  010% {
    box-shadow: 0 0px 0px #397d60;
  }
}
#warning-modal .secure .overlay-inner .verify {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  cursor: pointer;
  background: #fff;
  border: solid 2px #397d60;
  border-radius: 5px;
  -webkit-animation: pulse 2s infinite ease-in-out;
          animation: pulse 2s infinite ease-in-out;
}
#warning-modal .secure .overlay-inner .verify .squaredFour #security-check {
  display: inline;
}
#warning-modal .secure .overlay-inner .verify .squaredFour #security-check.inside-copy {
  position: relative;
  left: -1em;
  font-weight: 900;
  top: -3px;
}
#warning-modal .secure .overlay-inner .verify .squaredFour #security-check .check-wrapper {
  display: none;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 28px;
  z-index: 999;
}
#warning-modal .secure .overlay-inner .verify .squaredFour #security-check .checkmark {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-dashoffset: 100;
  stroke-dasharray: 60;
  -webkit-animation: dash 2s ease-out forwards;
          animation: dash 2s ease-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 100;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
#warning-modal .secure .overlay-inner .verify .squaredFour label {
  width: 0;
  height: 20px;
  cursor: pointer;
  float: left;
  margin-right: 0;
  background: none;
}
#warning-modal .secure .overlay-inner .verify .squaredFour label::before {
  content: '';
  display: block;
  position: absolute;
  height: 21px;
  width: 21px;
  margin-right: 5px;
  background-position: 0 -455px;
  background-repeat: no-repeat;
  background-image: url(https://cms.truthfinder.com/content/images/assets/massive-sprite.png);
}
#warning-modal .secure .overlay-inner .verify .squaredFour label:after {
  content: '';
  width: 13px;
  height: 5px;
  position: absolute;
  margin: 6px 0 0 3px;
  border: 3px solid #2cb76c;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
#warning-modal .secure .overlay-inner .verify .squaredFour label.active:after {
  opacity: 1;
}
#warning-modal .secure .overlay-inner .verify .squaredFour input[type=checkbox] {
  visibility: hidden;
  position: absolute;
}
#warning-modal .secure .overlay-inner .verify .squaredFour input[type=checkbox]:checked + label:after {
  opacity: 1;
}
#warning-modal .secure .overlay-inner .verify .squaredFour img {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  right: 20px;
}
#warning-modal .secure .overlay-inner .verify .squaredFour img.blue-shield {
  display: none;
}
#warning-modal .secure .overlay-inner .verify .squaredFour img.green-shield {
  display: none;
}
#warning-modal button {
  text-align: center;
  margin: 20px auto 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.62);
}
@media (min-width: 991px) {
  #warning-modal {
    width: 760px;
  }
}
#toc-container {
  padding: 25px 30px;
  margin: 0;
  border-radius: 4px;
  background-color: rgba(245, 245, 245, 0.8);
  max-height: 50vh;
  overflow-y: auto;
}
#toc-container::-webkit-scrollbar {
  width: 10px;
}
#toc-container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
#toc-container::-webkit-scrollbar-thumb {
  background-color: #a0a0a0;
  border-radius: 5px;
  border: 2px solid transparent;
  background-clip: content-box;
}
#toc-container::-webkit-scrollbar-thumb:hover {
  background-color: #808080;
}
#toc-container .toc-title {
  margin-top: 0;
  font-size: 1em;
  font-weight: 600;
  color: #333;
  margin: 0;
}
#toc-container .toc-list,
#toc-container .toc-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#toc-container .toc-list li {
  padding: 0.5em 0;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}
#toc-container .toc-list li a {
  color: #0062b7;
  text-decoration: none;
  font-size: 1.2em;
  display: block;
}
#toc-container .toc-list li a:hover {
  text-decoration: underline;
}
#toc-container .toc-list > li::before {
  background-color: #555;
}
#toc-container .toc-list ul {
  padding-left: 15px;
}
#toc-container .toc-list ul > li::before {
  background-color: transparent;
  border: 1.5px solid #555;
  left: -1px;
  top: 0.8em;
}
#toc-mobile-content {
  display: none;
}
@media screen and (max-width: 991px) {
  #toc-mobile-content {
    display: block;
    background-color: #f7f7f7;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1000;
  }
  #toc-mobile-content .toc-mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  #toc-mobile-content .toc-mobile-header::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  #toc-mobile-content .toc-list {
    display: block;
    list-style: none;
    padding: 0 20px;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
  }
  #toc-mobile-content .toc-list li {
    padding: 8px 0;
  }
  #toc-mobile-content .toc-list li a {
    color: #555;
    display: block;
  }
  #toc-mobile-content.is-open .toc-mobile-header::after {
    transform: rotate(-135deg);
    margin-top: -5px;
  }
  #toc-mobile-content.is-open .toc-list {
    max-height: 1000px;
    padding-bottom: 15px;
  }
}
#side-bar.is-sticky {
  position: fixed;
  top: 200px;
  /* Adjust distance from the top */
}
#toc-container .toc-list a.is-active {
  font-weight: bold;
  color: #0056b3;
}
.progress-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 9999;
}
.progress-bar {
  height: 100%;
  width: 0;
  background-color: #4285F4;
  /* Google Blue */
  transition: width 0.1s linear;
}
#more-reading {
  padding: 2em 0;
}
#more-reading p {
  margin-bottom: initial;
}
#more-reading ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#more-reading ul li {
  padding: 0.5em 0;
}
#more-reading ul li img {
  margin: initial;
  max-width: 100%;
  height: auto;
}
.post-cta-search {
  padding: 1em;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  max-width: 650px;
  margin: 0 auto;
}
.post-cta-search p {
  padding: 0 !important;
  margin: 0 0 0.5em 0 !important;
  font-size: 1em;
}
.post-cta-search p.big {
  font-size: 1.2em;
}
.post-cta-search button {
  color: #fff;
  background-color: #397d60;
  border-color: #397d60;
}
.post-cta-search button:hover {
  background-color: #295a45;
  border-color: #295a45;
  color: #fff;
}
.infomania-header-wrapper {
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D7D8D9;
}
.infomania-top-bar-full-width {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D7D8D9;
}
.infomania-top-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 46px;
  height: 60px;
  max-width: 1520px;
  margin: 0 auto;
}
.infomania-logo-section {
  display: flex;
  align-items: center;
  gap: 8px;
}
.infomania-logo-section .infomania-logo-img {
  height: 32px;
  width: auto;
}
.infomania-logo-section .infomania-by-text {
  font-size: 14px;
  font-weight: 600;
  color: #727273;
  line-height: 18px;
}
.infomania-logo-section .truthfinder-icon-img {
  height: 16px;
  width: auto;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.infomania-nav {
  display: flex;
  align-items: center;
  gap: 64px;
}
.infomania-nav .infomania-nav-list {
  display: flex;
  list-style: none;
  gap: 28px;
  margin-bottom: 0;
}
.infomania-nav .infomania-nav-list .infomania-nav-item {
  position: relative;
}
.infomania-nav .infomania-nav-list .infomania-nav-item .infomania-nav-link {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #115173;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  text-decoration: none;
}
.infomania-nav .infomania-nav-list .infomania-nav-item .infomania-nav-link:hover {
  color: #072230;
}
.infomania-nav .infomania-nav-list .infomania-nav-item .infomania-nav-link .icon-arrow-down {
  display: none;
}
.infomania-nav .infomania-nav-list .infomania-nav-item .infomania-nav-link .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: top;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-toggle {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #115173;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-toggle:hover,
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-toggle:focus,
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-toggle:active {
  background: none;
  color: inherit;
}
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1070;
  display: none;
  float: left;
  min-width: 180px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #D7D8D9;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(15px);
}
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-menu .infomania-nav-item a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 2em;
  color: #3F3F40;
  white-space: nowrap;
  text-decoration: none;
}
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown .dropdown-menu .infomania-nav-item a:hover {
  background-color: #F0F4FA;
  color: #2B74D9;
}
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown:hover > .dropdown-menu,
.infomania-nav .infomania-nav-list .infomania-nav-item.dropdown.open > .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.infomania-nav .infomania-social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-left: auto;
}
.infomania-search-bar-full-width {
  width: 100%;
  background-color: #F0F4FA;
  border-width: 1px 0;
  border-style: solid;
  border-color: #2B74D9;
}
.infomania-search-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 46px;
  height: 64px;
  max-width: 1520px;
  margin: 0 auto;
  gap: 20px;
}
.infomania-search-bar-content .search-prompt {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #3F3F40;
  white-space: nowrap;
}
.infomania-search-bar-content .search-form {
  display: flex;
  align-items: center;
  flex-grow: 1;
  height: 40px;
  max-width: 1040px;
}
.infomania-search-bar-content .search-form .search-field {
  position: relative;
  height: 40px;
  display: flex;
}
.infomania-search-bar-content .search-form .search-field input[type="text"],
.infomania-search-bar-content .search-form .search-field select {
  height: 100%;
  padding: 10px 16px;
  border: 2px solid #D7D8D9;
  font-size: 14px;
  font-weight: 600;
  color: #3F3F40;
  outline: none;
  transition: border-color 0.2s ease;
}
.infomania-search-bar-content .search-form .search-field input[type="text"]:focus,
.infomania-search-bar-content .search-form .search-field select:focus {
  border-top-color: #2B74D9;
  border-bottom-color: #2B74D9;
}
.infomania-search-bar-content .search-form .search-field:first-child input[type="text"] {
  border-radius: 8px 0 0 8px;
  border-left: 2px solid #D7D8D9;
}
.infomania-search-bar-content .search-form .search-field input[type="text"] {
  width: 295px;
  border-left: none;
}
.infomania-search-bar-content .search-form .search-field.state-field {
  width: 294px;
  background-color: #FFFFFF;
}
.infomania-search-bar-content .search-form .search-field.state-field select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border-radius: 0;
  border-right: none;
  border-left: none;
  padding-right: 40px;
}
.infomania-search-bar-content .search-form .search-field.state-field select option {
  color: #3F3F40;
}
.infomania-search-bar-content .search-form .search-field.state-field .select-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%233F3F40"><path d="M7.41 8.59L12 13.17l4.59-4.58L18 10l-6 6-6-6z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.infomania-search-bar-content .search-form .search-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  gap: 8px;
  height: 40px;
  background-color: #2B74D9;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  border: none;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.infomania-search-bar-content .search-form .search-button:hover {
  background-color: #205db1;
}
.cta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 24px;
  background-color: #2B74D9;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.cta-banner:hover {
  background-color: #205db1;
  color: #FFFFFF;
  text-decoration: none;
}
.cta-banner .cta-banner-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.cta-banner:hover .cta-banner-arrow {
  transform: translateX(4px);
}
.cta-banner-post {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 24px;
  margin: 24px 0;
  background-color: #2B74D9;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.cta-banner-post:hover {
  background-color: #205db1;
  text-decoration: none !important;
}
.cta-banner-post .cta-banner-post-text {
  color: #fff !important;
  text-decoration: none !important;
  margin-bottom: 0 !important;
}
.cta-banner-post .cta-banner-post-arrow {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #fff;
  transition: transform 0.2s ease;
}
.cta-banner-post:hover .cta-banner-post-arrow {
  transform: translateX(4px);
}
.cta-banner-side {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 18px 24px;
  margin: 24px 0;
  background-color: #6dbf9e;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.cta-banner-side:hover {
  background-color: #4cad86;
  text-decoration: none !important;
}
.cta-banner-side .cta-banner-side-text {
  color: #fff !important;
  text-decoration: none !important;
}
.cta-banner-side .cta-banner-side-arrow {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  color: #fff;
  transition: transform 0.2s ease;
}
.cta-banner-side:hover .cta-banner-side-arrow {
  transform: translateX(4px);
}
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}
.mobile-nav-toggle span {
  width: 100%;
  height: 3px;
  background-color: #3F3F40;
  border-radius: 3px;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: flex;
  }
}
.mobile-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-nav-container.is-active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav-container.is-active .mobile-nav-content {
  transform: translateX(0);
}
.mobile-nav-container .mobile-nav-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 420px;
  height: 100%;
  background-color: #FFFFFF;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 20px;
  overflow-y: auto;
}
.mobile-nav-container .mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D8D9;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section {
  display: flex;
  align-items: center;
  gap: 8px;
  gap: 5px;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section .infomania-logo-img {
  height: 32px;
  width: auto;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section .infomania-by-text {
  font-size: 14px;
  font-weight: 600;
  color: #727273;
  line-height: 18px;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section .truthfinder-icon-img {
  height: 16px;
  width: auto;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section .infomania-logo-img {
  height: 25px;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section .infomania-by-text {
  font-size: 12px;
}
.mobile-nav-container .mobile-nav-header .mobile-logo-section .truthfinder-icon-img {
  height: 14px;
}
.mobile-nav-container .mobile-nav-close {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
}
.mobile-nav-container .mobile-nav-close span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3F3F40;
}
.mobile-nav-container .mobile-nav-close span:first-child {
  transform: rotate(45deg);
}
.mobile-nav-container .mobile-nav-close span:last-child {
  transform: rotate(-45deg);
}
.mobile-nav-container .mobile-nav .mobile-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item .infomania-nav-link {
  display: block;
  padding: 15px 0;
  font-size: 1.5em;
  font-weight: 700;
  color: #115173;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item .infomania-nav-link .caret {
  transition: transform 0.3s ease;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item.dropdown .dropdown-menu {
  position: static !important;
  float: none !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  display: block !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item.dropdown .dropdown-menu .infomania-nav-item {
  border-bottom: none;
  padding: 0.5em 0;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item.dropdown .dropdown-menu .infomania-nav-item .infomania-nav-link {
  padding: 10px 0;
  font-weight: 500;
  color: #3F3F40;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item.dropdown.is-open .dropdown-menu {
  max-height: 500px !important;
  opacity: 1 !important;
  padding-bottom: 10px;
}
.mobile-nav-container .mobile-nav .mobile-nav-list .infomania-nav-item.dropdown.is-open .dropdown-toggle .caret {
  transform: rotate(180deg);
}
.mobile-nav-container .mobile-nav .mobile-social-icons {
  display: flex;
  gap: 2em;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #D7D8D9;
}
.mobile-nav-container .mobile-nav .mobile-social-icons img {
  width: 2em;
  height: 2em;
}
body.mobile-nav-open {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content {
    padding: 15px 20px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-nav {
    gap: 30px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-nav .infomania-nav-list {
    gap: 15px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width {
    padding: 10px 20px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-prompt {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 500px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field:first-child input[type="text"],
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field:nth-child(2) input[type="text"] {
    border-radius: 8px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field.state-field {
    width: calc(50% - 10px);
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-button {
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 991px) {
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content {
    padding: 10px 15px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-logo-section {
    gap: 5px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-logo-section .infomania-logo-img {
    height: 25px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-logo-section .infomania-by-text {
    font-size: 12px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-logo-section .truthfinder-icon-img {
    height: 14px;
  }
  .infomania-header-wrapper .infomania-top-bar-full-width .infomania-top-bar-content .infomania-nav {
    display: none;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width {
    padding: 15px;
    height: auto;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 0;
    gap: 12px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-prompt {
    width: 100%;
    text-align: center;
    white-space: normal;
    margin: 0;
    font-size: 14px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form {
    flex-direction: row;
    width: 100%;
    max-width: none;
    height: 44px;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field {
    flex: 1;
    margin-bottom: 0;
    height: 100%;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field input[type="text"] {
    width: 100% !important;
    border-radius: 0 !important;
    border-left: none !important;
    padding: 0 10px !important;
    font-size: 13px !important;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field:first-child input[type="text"] {
    border-radius: 8px 0 0 8px !important;
    border-left: 2px solid #D7D8D9 !important;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-field.state-field {
    display: none;
  }
  .infomania-header-wrapper .infomania-search-bar-full-width .infomania-search-bar-content .search-form .search-button {
    width: auto;
    padding: 0 15px;
    border-radius: 0 8px 8px 0;
    height: 100%;
    font-size: 13px;
  }
}
.infomania-nav .infomania-nav-item.dropdown .dropdown-toggle {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  color: #115173;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.infomania-nav .infomania-nav-item.dropdown .dropdown-toggle:hover,
.infomania-nav .infomania-nav-item.dropdown .dropdown-toggle:focus,
.infomania-nav .infomania-nav-item.dropdown .dropdown-toggle:active {
  background: none;
  color: #072230;
}
.infomania-nav .infomania-nav-item.dropdown .dropdown-toggle .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: top;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.infomania-nav .infomania-nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 1070;
  display: none;
  float: left;
  min-width: 180px;
  padding: 8px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #D7D8D9;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(15px);
}
.infomania-nav .infomania-nav-item.dropdown .dropdown-menu .infomania-nav-item a {
  display: block;
  padding: 6px 20px;
  clear: both;
  font-weight: normal;
  line-height: 2em;
  color: #3F3F40;
  white-space: nowrap;
  text-decoration: none;
}
.infomania-nav .infomania-nav-item.dropdown .dropdown-menu .infomania-nav-item a:hover {
  background-color: #F0F4FA;
  color: #2B74D9;
}
.infomania-nav .infomania-nav-item.dropdown:hover > .dropdown-menu,
.infomania-nav .infomania-nav-item.dropdown.open > .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.infomania-nav .infomania-social-icons {
  margin-left: auto;
}
.site-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1050;
  background-color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
