@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900,300);
@charset "UTF-8";

.fontawesome-base,
.news .search-icon::after,
.btn.btn-sort::after,
.btn.btn-sort::before,
.btn.btn-topics::before {
  font-family: "FontAwesome", sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #4e8a9c;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #355d69;
  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: 7px;
}

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

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,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

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

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

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

h1,
.h1 {
  font-size: 3.125rem;
}

h2,
.h2 {
  font-size: 2.25rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.3125rem;
}

h5,
.h5 {
  font-size: 1.3125rem;
}

h6,
.h6 {
  font-size: 1.3125rem;
}

p {
  margin: 0 0 11px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .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,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #4e8a9c;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #3d6c7a;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #4e8a9c;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #3d6c7a;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}

ul ul,
ul ol,
ol ul,
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: 22px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  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-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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: 22px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .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: 22px;
  font-size: 24px;
  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: 16px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.form-control::-moz-placeholder {
  color: #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 {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 36px;
  }

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

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

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

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

.radio label,
.checkbox label {
  min-height: 22px;
  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 {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 7px;
}

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 7px;
}

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

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

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

.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: 27px;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .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: 29px;
}

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

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

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

@media (min-width: 768px) {
  .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: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 20px;
  }
}

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #4e8a9c;
  border-color: #467b8b;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3d6c7a;
  border-color: #1b3036;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3d6c7a;
  border-color: #315762;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3d6c7a;
  border-color: #315762;
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #315762;
  border-color: #1b3036;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #4e8a9c;
  border-color: #467b8b;
}

.btn-primary .badge {
  color: #4e8a9c;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success: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:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info: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:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning: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:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #4e8a9c;
  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: #355d69;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 7px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-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 dashed;
  border-top: 4px solid \9;
  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: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #4e8a9c;
}

.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: 14px;
  line-height: 1.428571429;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 7px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.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: #4e8a9c;
}

.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 7px 7px 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-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 7px;
}

.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: #4e8a9c;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li,
.nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a,
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li,
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a,
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 7px;
}

.nav-tabs-justified > .active > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a,
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 7px 7px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 7px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .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:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 22px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .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: 7px;
}

.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: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.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: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .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: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .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: 7px;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm,
.btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs,
.btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .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: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.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: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .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: #090909;
  }

  .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,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

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

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

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-primary {
  border-color: #4e8a9c;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #4e8a9c;
  border-color: #4e8a9c;
}

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

.panel-primary > .panel-heading .badge {
  color: #4e8a9c;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 7px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 7px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 7px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 7px;
}

.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #878787;
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #fff;
}

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

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

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

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

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url("../../../../dist/fonts/fontawesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../../../../dist/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../../../dist/fonts/fontawesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../../../../dist/fonts/fontawesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../../../dist/fonts/fontawesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../../../../dist/fonts/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

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

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

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

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

@font-face {
  font-family: 'icomoon';
  src: url("../../../../dist/fonts/icomoon/icomoon.eot?-gmjfvu");
  src: url("../../../../dist/fonts/icomoon/icomoon.eot?#iefix-gmjfvu") format("embedded-opentype"), url("../../../../dist/fonts/icomoon/icomoon.ttf?-gmjfvu") format("truetype"), url("../../../../dist/fonts/icomoon/icomoon.woff?-gmjfvu") format("woff"), url("../../../../dist/fonts/icomoon/icomoon.svg?-gmjfvu#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tree:before {
  content: "\e600";
}

/*
 *
 * Default Skin Below
 *
 */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}

.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../../../../dist/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover::before,
.slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "disabled";
  font-size: 20px;
  line-height: 1;
  color: #bbbcbb;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev::before {
  content: "";
}

[dir="rtl"] .slick-prev::before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next::before {
  content: "";
}

[dir="rtl"] .slick-next::before {
  content: "";
}

/* Dots */

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "disabled";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/*
 *
 * Modify Default Skin Below
 *
 */

.modal-gallery-nav > .gallery {
  pointer-events: none;
}

.modal-gallery-nav .attribution {
  text-align: right;
  display: inline-block;
  float: right;
  font-style: italic;
  color: #666;
}

.modal-gallery-nav .photo-cred {
  pointer-events: all;
  right: 75px;
  bottom: 130px;
}

.modal-gallery-nav .photo-cred.electric-slide {
  bottom: 15px;
}

/* Modal slick gallery */

.gallery-modal {
  margin-bottom: 15px;
}

.gallery-modal .slick-list::before,
.gallery-modal .slick-list::after {
  display: none;
}

.gallery-modal .photo {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.gallery-modal .photo img {
  width: 100%;
}

.gallery-modal .photo .info {
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  max-height: 125px;
  padding: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.gallery-modal .photo .info p {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  margin: 0;
}

.gallery-modal .photo .attribution {
  text-align: right;
  display: inline-block;
  float: right;
  font-style: italic;
  color: #666;
}

.gallery-modal-nav {
  margin-bottom: 30px;
}

.gallery-modal-nav .photo {
  margin-left: 5px;
  margin-right: 5px;
}

.gallery-modal-nav .photo img {
  max-width: 100%;
  max-height: 100%;
}

.gallery-modal-nav .slick-current .photo {
  padding: 3px;
  background-color: #f3bb3b;
}

/* News slick gallery */

.slick-gallery .slick-prev,
.slick-gallery .slick-next {
  width: 50px;
  height: 100%;
  margin-top: 0;
  top: 0;
  bottom: 0;
}

.slick-gallery .slick-prev::before,
.slick-gallery .slick-next::before {
  color: #407281;
  font-size: 24px;
}

.slick-gallery .slick-prev.slick-disabled::before,
.slick-gallery .slick-next.slick-disabled::before {
  opacity: 0.5;
}

.slick-gallery .slick-prev {
  background: #fff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #fff 0%, transparent 100%);
  /* W3C */
  text-align: left;
  left: 5px;
}

.slick-gallery .slick-next {
  background: transparent;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, transparent 0%, #fff 100%);
  /* W3C */
  text-align: right;
  right: 5px;
}

.slick-chartdata h5 {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 15px;
}

/* Prevent seperator from showing on sides */

.slick-list::before,
.slick-list::after {
  background: #fff;
  content: "";
  height: 100%;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.slick-list::before {
  left: -1px;
  /* -1px required for iPad */
}

.slick-list::after {
  right: -1px;
  /* -1px required for iPad */
}

.neighborhoods .module.stats-and-facts .slick-list::before,
.neighborhoods .module.stats-and-facts .slick-list::after {
  background: #ededed;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-list {
  margin-bottom: 160px;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-list::before,
.neighborhoods .module.stats-and-facts .slick-facts .slick-list::after {
  display: none;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-dots {
  bottom: -85px;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 7px;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-dots li button {
  background: #fff;
  width: auto;
  height: auto;
  color: #407281;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 19px 29px;
  border: 1px solid #aebfc7;
  border-radius: 3px;
  transition: all 250ms ease;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-dots li button:before {
  display: none;
}

.neighborhoods .module.stats-and-facts .slick-facts .slick-dots li.slick-active button {
  background: #f3bb3b;
  color: #fff;
  border-color: #ddaa35;
}

.slick-slide .chart-contain::after {
  background: #3b3b3b;
  content: "";
  height: 150px;
  width: 1px;
  position: absolute;
  top: 30px;
  right: 0;
}

.slick-slide:last-of-type .chart-contain::after {
  width: 0;
}

.slick-slide:focus {
  outline: none;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-prev,
.slick-next {
  height: 37px;
  width: 28px;
  margin-top: -17px;
  z-index: 1;
}

.slick-prev::before,
.slick-next::before {
  font-family: "FontAwesome", sans-serif;
  font-size: 35px;
}

.slick.module-nav {
  margin: 0;
}

.slick.module-nav .slick-prev,
.slick.module-nav .slick-next {
  width: 22px;
  height: 26px;
  margin-top: -12px;
}

.slick.module-nav .slick-prev::before,
.slick.module-nav .slick-next::before {
  color: #fff;
  font-size: 26px;
}

.slick.module-nav .slick-list {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

.slick.module-nav .slick-list::after,
.slick.module-nav .slick-list::before {
  display: none;
}

.slick.module-nav .slick-slide {
  cursor: pointer;
  transition: background 250ms ease;
  position: relative;
}

.slick.module-nav .slick-slide .slick-contain {
  min-width: 135px;
  height: 100%;
  padding: 10px 20px;
  border-right: 1px solid transparent;
}

.slick.module-nav .slick-slide .slick-contain p {
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.slick.module-nav .slick-slide .slick-contain p span {
  display: block;
}

.coming-soon .hero {
  background: url("../../../../dist/img/hero-sample.jpg") no-repeat top center/cover #ffffff;
  background-attachment: fixed;
  height: 95vh;
  min-height: 95vh;
  max-height: 95vh;
  position: relative;
}

.coming-soon h1 {
  color: #fff;
  text-align: center;
  margin: 400px 0 0;
}

.home .hero {
  background-color: #444;
  background-attachment: fixed;
  height: 95vh;
  min-height: 95vh;
  max-height: 95vh;
  position: relative;
}

.home .hero .action {
  display: block;
  text-align: center;
  max-width: 670px;
  margin: -129px auto 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /* IE Fix - Absolute position center */
  width: 100%;
}

.home .hero .action h3 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.4375rem;
  letter-spacing: -2px;
  text-transform: none;
  display: inline-block;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.7);
  margin: 0 0 60px;
}

.home .hero .action form {
  position: relative;
  /* floatingCircles classes found in loading-spinner partial */
}

.home .hero .action form .form-group {
  float: left;
  width: 100%;
}

.home .hero .action form .form-group input {
  font-size: 1.25rem;
  width: 100%;
  height: 48px;
  padding: 6px 170px 6px 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border: 0;
}

.home .hero .action form .form-group span.twitter-typeahead {
  width: 100%;
}

.home .hero .action form .form-group .tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.home .hero .action form .form-group .tt-hint {
  color: #999;
}

.home .hero .action form .form-group .tt-menu {
  background-color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.home .hero .action form .form-group .tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.home .hero .action form .form-group .tt-suggestion.tt-cursor,
.home .hero .action form .form-group .tt-suggestion.arrow-hover {
  color: #fff;
  background-color: #0097cf;
}

.home .hero .action form .form-group .tt-suggestion:focus {
  outline: none;
}

.home .hero .action form .form-group .tt-selectable {
  cursor: pointer;
}

.home .hero .action form .form-group .tt-selectable:hover {
  color: #4e8a9c;
}

.home .hero .action form .form-group .tt-suggestion p {
  margin: 0;
}

.home .hero .action form .btn {
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  width: 23%;
  height: 48px;
  border: 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.home .hero .action p {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  margin: 15px 0 0;
}

.home .hero .action p button {
  background: transparent;
  color: #f3bb3b;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #f3bb3b;
}

.home .hero .action p button:hover,
.home .hero .action p button:focus {
  text-decoration: none;
  outline: 0;
}

.home .hero .photo-cred {
  right: 75px;
  bottom: 130px;
}

.home .hero .photo-cred.electric-slide {
  bottom: 15px;
}

.home .hero .overlay {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  width: 100%;
  padding: 30px 0 50px;
  border-top: 2px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-out;
  opacity: 1;
}

.home .hero .overlay h1 {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.home .hero .overlay .circle-down {
  display: block;
  background: #f3bb3b;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.home .hero .overlay .circle-down::after {
  color: #fff;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  content: "\f078";
  position: relative;
  top: 8px;
}

.home .hero .overlay.byebye {
  bottom: 50px;
  opacity: 0;
}

.home .realtimedata h2 {
  color: #4e8a9c;
  text-align: center;
  margin: 70px 0 50px;
  transition: all 300ms ease-in;
  opacity: 0;
  position: relative;
  bottom: -50px;
}

.home .realtimedata h2.hello {
  opacity: 1;
  bottom: 0;
}

.home .realtimedata h5 {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 15px;
}

.home .realtimedata p.subtitle {
  color: #4e8a9c;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
  transition: all 300ms ease-in;
  opacity: 0;
  position: relative;
  bottom: -50px;
}

.home .realtimedata p.subtitle.hello {
  opacity: 1;
  bottom: 0;
}

.home .realtimedata p.subtitle span {
  color: #3c3c3c;
  font-size: 1.3125rem;
  font-weight: 600;
  display: block;
}

.home .realtimedata .slick-estatedata {
  margin-bottom: 80px;
  transition: all 300ms ease-in;
  opacity: 0;
  position: relative;
  bottom: -50px;
}

.home .realtimedata .slick-estatedata.hello {
  opacity: 1;
  bottom: 0;
}

.home .findneighborhood h2 {
  color: #4e8a9c;
  text-align: center;
  margin: 54px 0 40px;
}

.home .findneighborhood .neighborhood {
  background: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.home .findneighborhood .neighborhood img {
  min-width: 100%;
  max-width: 100%;
  transition: all 300ms ease-out;
}

.home .findneighborhood .neighborhood p {
  color: #fff;
  font-size: 3rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  text-align: center;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home .findneighborhood .neighborhood a:hover img {
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.home .findneighborhood .btn {
  font-size: 1.3125rem;
  text-transform: uppercase;
  padding: 8px 30px;
  margin: 45px 0 50px;
}

.scouting-report {
  /*
	 *  Initial report template for Valuation Page
	 *
	 *	Additional Report styles for Comparable homes below, see class '.comparable-homes'
	 */
}

.scouting-report .hero {
  background: #d7d7d7;
  min-height: 450px;
  padding: 121px 0 90px;
  position: relative;
  /**
		 *  Required for Vertical Center
		 */
}

.scouting-report .hero .container {
  height: 239px;
  position: relative;
  z-index: 3;
}

.scouting-report .hero .container .col-xs-12 {
  position: static;
}

.scouting-report .hero .info,
.scouting-report .hero .save {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: fadeIn 1000ms ease;
  transition: margin-top 250ms ease;
}

.scouting-report .hero .info {
  width: 60%;
  left: 15px;
}

.scouting-report .hero .info h1 {
  color: #fff;
  font-size: 2.625rem;
  line-height: 3.25rem;
  font-weight: 700;
  text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.scouting-report .hero .save {
  padding-top: 12px;
  right: 45px;
  animation: fadeIn 500ms ease;
}

.scouting-report .hero .save > span {
  text-align: right;
  display: block;
}

.scouting-report .hero .save .btn {
  margin-bottom: 15px;
}

.scouting-report .hero .gmap-dimmer {
  background: rgba(0, 0, 0, 0.15);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.scouting-report .hero #gmapHeroStreetView,
.scouting-report .hero .heroStreetViewFallback {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.scouting-report .hero .heroStreetViewFallback {
  background-image: url("/dist/img/hero-sample.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scouting-report .report {
  background: #fff;
  margin-top: -90px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 2;
}

.scouting-report .report .gmap-street-view {
  position: relative;
}

.scouting-report .report .gmap-street-view #gmapStreetView {
  width: 100%;
  height: 325px;
  position: relative;
}

.scouting-report .report .gmap-street-view #switchView {
  background: #fff;
  background: linear-gradient(#ffffff, #e7e7e7);
  color: #4e8a9c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.scouting-report .report .gmap-street-view #switchView:hover,
.scouting-report .report .gmap-street-view #switchView:active,
.scouting-report .report .gmap-street-view #switchView:focus {
  background: linear-gradient(#e7e7e7, #ffffff);
  outline: none;
}

.scouting-report .report .title {
  background: url("../../../../dist/img/bg-report-title.png") no-repeat center right #4e8a9c;
  padding: 12px 30px;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.scouting-report .report .title h2 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.scouting-report .report .title p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}

.scouting-report .report .title p.print {
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 30px;
}

.scouting-report .report .title p.print a {
  color: #f3bb3b;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #f3bb3b;
}

.scouting-report .report .title p.print a:hover,
.scouting-report .report .title p.print a:focus,
.scouting-report .report .title p.print a:active {
  text-decoration: none;
}

.scouting-report .report .report-content {
  padding: 30px 50px;
}

.scouting-report .report .report-content .btn-accordion {
  display: none;
}

.scouting-report .report .report-content .accordion-content {
  height: auto;
}

.scouting-report .report .report-content h4 {
  color: #4e8a9c;
  font-size: 1rem;
  margin: 0 0 5px;
}

.scouting-report .report .report-content .description {
  color: #6e6e6e;
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 22px;
}

.scouting-report .report .report-content .description a {
  font-weight: 600;
  border-bottom: 1px solid #4e8a9c;
}

.scouting-report .report .report-content .description a:hover,
.scouting-report .report .report-content .description a:focus,
.scouting-report .report .report-content .description a:active {
  text-decoration: none;
}

.scouting-report .report .report-content .panel-value h3::after {
  content: "\f0d6";
  left: 8px;
}

.scouting-report .report .report-content .panel-value .panel-content p {
  font-size: 4.375rem;
  font-weight: 900;
  line-height: 4.5rem;
}

.scouting-report .report .report-content .panel-value .panel-content p span {
  font-size: 2rem;
  width: auto;
  position: relative;
  top: -30px;
}

.scouting-report .report .report-content .panel-value .panel-content.best-guess-panel h4 {
  font-size: 2.25rem;
  text-align: center;
  line-height: 1.125em;
  position: absolute;
  padding: 0 1em;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container {
  position: relative;
  /* Tooltip */
  /* Confidence */
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal {
  max-width: 280px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 3px 3px;
  position: absolute;
  top: 0;
  right: -20px;
  -ms-transform: translateY(-138%);
  transform: translateY(-138%);
  z-index: 1;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal .modal-heading {
  background: #ebebeb;
  color: #4e8a9c;
  font-size: 13px;
  line-height: 13px;
  text-transform: none;
  padding: 7px 10px;
  margin: 0;
  border-radius: 4px 4px 0 0;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal .modal-heading .valuation-confidence-close {
  float: right;
  color: #f3bb3b;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal .modal-heading .valuation-confidence-close:hover {
  cursor: pointer;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal .modal-body {
  background: #ffffff;
  padding: 10px;
  border-radius: 0 0 3px 3px;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal .modal-body p {
  font-size: 12px;
  line-height: 15px;
  margin: 0;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-modal .modal-body::after {
  content: "";
  background: url("../../../../dist/img/modal-arrow.png") no-repeat transparent;
  width: 52px;
  height: 16px;
  position: absolute;
  top: 100%;
  right: 18px;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-icon {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C */
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-icon::before {
  color: #f3bb3b;
  position: relative;
  top: 3px;
}

.scouting-report .report .report-content .panel-value .valuation-confidence-container .valuation-confidence-icon:hover {
  cursor: pointer;
}

.scouting-report .report .report-content .panel-solddate h3::after {
  content: "\f017";
}

.scouting-report .report .report-content .panel-solddate .panel-content p {
  line-height: 2rem;
}

.scouting-report .report .report-content .panel-pricepersqft h3::after {
  content: "\f155";
  left: 12px;
}

.scouting-report .report .report-content .panel-sqft h3::after {
  content: "\f1b2";
}

.scouting-report .report .report-content .panel-lot h3::after {
  content: "\f1b3";
  left: 8px;
}

.scouting-report .report .report-content .panel-saletype h3::after {
  content: "\f09d";
  left: 8px;
}

.scouting-report .report .report-content .panel-yearbuilt h3::after {
  content: "\f073";
}

.scouting-report .report .report-content .panel-pool h3::after {
  content: "\f043";
  left: 12px;
  margin-top: -13px;
}

.scouting-report .report .report-content .panel-parking h3::after {
  content: "\f1b9";
  left: 8px;
}

.scouting-report .price-range {
  margin: 85px 0 60px;
}

.scouting-report .price-range h2 {
  color: #4e8a9c;
  font-weight: 400;
  margin: 0 0 15px;
}

.scouting-report .price-range p {
  font-weight: 400;
  margin: 0 0 30px;
}

.scouting-report .price-range ul {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  position: relative;
}

.scouting-report .price-range ul::after {
  background: #829092;
  height: 5px;
  width: 100%;
  content: "";
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
}

.scouting-report .price-range ul li {
  float: left;
  width: 33.3333%;
  list-style: none;
}

.scouting-report .price-range ul li p {
  font-size: 0.875rem;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.scouting-report .price-range ul li p span {
  font-size: 1.25rem;
  font-weight: 600;
  display: block;
}

.scouting-report .price-range .gmap-top-view {
  background: #fff;
  height: 320px;
  padding: 7px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  position: relative;
}

.scouting-report .price-range .gmap-top-view #gmapTopView {
  background: #fff;
  height: 100%;
  width: 100%;
  border: 7px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.scouting-report .price-range .gmap-top-view #gmapTopView div.map-marker {
  position: absolute;
  background: url("../../../../dist/img/icons/marker.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 38px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.9rem;
  text-align: center;
  margin-left: -12px;
  margin-top: -32px;
  font-family: "Source Sans Pro", sans-serif;
  cursor: pointer;
}

.scouting-report .price-range .gmap-top-view #gmapTopView div.map-marker.map-marker-active {
  background-image: url("../../../../dist/img/icons/marker-selected.png");
}

.scouting-report .price-range .gmap-top-view #gmapTopView div.map-marker span.marker-index {
  display: block;
  text-align: center;
  color: #FFF;
}

.scouting-report .price-range .gmap-top-view #enableMapControl {
  background: #fff;
  background: linear-gradient(#ffffff, #e7e7e7);
  color: #4e8a9c;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 1;
}

.scouting-report .price-range .gmap-top-view #enableMapControl:hover,
.scouting-report .price-range .gmap-top-view #enableMapControl:active,
.scouting-report .price-range .gmap-top-view #enableMapControl:focus {
  background: linear-gradient(#e7e7e7, #ffffff);
  outline: none;
}

.scouting-report .price-range .gmap-top-view .drawer {
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 10px 15px 15px 47px;
  box-shadow: 0 0 5px transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transition: left 500ms ease, box-shadow 500ms ease;
}

.scouting-report .price-range .gmap-top-view .drawer.active {
  left: -100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.scouting-report .price-range .gmap-top-view .drawer .close {
  cursor: pointer;
  background: #4e8a9c;
  width: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: background 250ms ease;
}

.scouting-report .price-range .gmap-top-view .drawer .close button {
  background: transparent;
  width: 150px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0;
  margin: -20px 0 0;
  border: 0;
  position: absolute;
  top: 50%;
  left: -62px;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
}

.scouting-report .price-range .gmap-top-view .drawer .close button span {
  margin: 0 7px;
}

.scouting-report .price-range .gmap-top-view .drawer .close button::before,
.scouting-report .price-range .gmap-top-view .drawer .close button::after {
  content: "\f0d7";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.scouting-report .price-range .gmap-top-view .drawer .close button:hover,
.scouting-report .price-range .gmap-top-view .drawer .close button:active,
.scouting-report .price-range .gmap-top-view .drawer .close button:focus {
  outline: 0;
}

.scouting-report .price-range .gmap-top-view .drawer .close:hover {
  background: #396471;
}

.scouting-report .price-range .gmap-top-view .drawer ul {
  display: block;
  height: 100%;
  float: left;
  margin: 0;
  border-right: 7px solid #fff;
}

.scouting-report .price-range .gmap-top-view .drawer ul li {
  height: 42px;
  width: 100%;
  position: relative;
}

.scouting-report .price-range .gmap-top-view .drawer ul li:nth-child(odd) {
  background: #ededed;
}

.scouting-report .price-range .gmap-top-view .drawer ul li:first-of-type {
  background: #fff;
}

.scouting-report .price-range .gmap-top-view .drawer ul li h5 {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.scouting-report .price-range .gmap-top-view .drawer ul li h6 {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: margin-top 400ms ease-in;
}

.scouting-report .price-range .gmap-top-view .drawer ul li p {
  font-size: 1.125rem;
  text-transform: none;
}

.scouting-report .price-range .gmap-top-view .drawer ul::after {
  background: transparent;
  height: 0;
  display: none;
}

.scouting-report .price-range .gmap-top-view .drawer ul.title {
  width: 26%;
}

.scouting-report .price-range .gmap-top-view .drawer ul.title li {
  background: #fff;
}

.scouting-report .price-range .gmap-top-view .drawer ul.your-search {
  width: 37%;
}

.scouting-report .price-range .gmap-top-view .drawer ul.your-search li p {
  font-weight: 700;
}

.scouting-report .price-range .gmap-top-view .drawer ul.comp {
  width: 37%;
}

.scouting-report .comparable-homes .report {
  margin-top: 0;
  border-radius: 3px;
  animation: none;
}

.scouting-report .comparable-homes .report .report-content {
  padding: 30px;
  position: relative;
}

.scouting-report .comparable-homes .report .report-content .listing {
  /* Grid it out */
}

.scouting-report .comparable-homes .report .report-content .listing.header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

.scouting-report .comparable-homes .report .report-content .listing.header h5 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px;
}

.scouting-report .comparable-homes .report .report-content .listing.header .address h5 {
  text-align: left;
  padding-left: 20px;
}

.scouting-report .comparable-homes .report .report-content .listing.header .home-size::after,
.scouting-report .comparable-homes .report .report-content .listing.header .lot-size::after,
.scouting-report .comparable-homes .report .report-content .listing.header .built::after,
.scouting-report .comparable-homes .report .report-content .listing.header .sale-type::after,
.scouting-report .comparable-homes .report .report-content .listing.header .pool::after,
.scouting-report .comparable-homes .report .report-content .listing.header .last-sale::after {
  background: #fff;
  width: 3px;
  content: "";
  position: absolute;
  top: 57px;
  bottom: 35px;
}

.scouting-report .comparable-homes .report .report-content .listing.item {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.scouting-report .comparable-homes .report .report-content .listing.item:nth-child(odd) {
  background: #ededed;
}

.scouting-report .comparable-homes .report .report-content .listing.item.first .marker {
  background: url("../../../../dist/img/icons/marker-first.png");
  color: #f36d6d;
  width: 31px;
  height: 31px;
  display: inline-block;
}

.scouting-report .comparable-homes .report .report-content .listing.item .marker {
  background: url("../../../../dist/img/icons/marker.png");
  width: 31px;
  height: 38px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.9rem;
  text-align: center;
  margin: 0 15px;
}

.scouting-report .comparable-homes .report .report-content .listing .address,
.scouting-report .comparable-homes .report .report-content .listing .home-size,
.scouting-report .comparable-homes .report .report-content .listing .lot-size,
.scouting-report .comparable-homes .report .report-content .listing .built,
.scouting-report .comparable-homes .report .report-content .listing .sale-type,
.scouting-report .comparable-homes .report .report-content .listing .pool,
.scouting-report .comparable-homes .report .report-content .listing .last-sale {
  float: left;
}

.scouting-report .comparable-homes .report .report-content .listing .address p,
.scouting-report .comparable-homes .report .report-content .listing .home-size p,
.scouting-report .comparable-homes .report .report-content .listing .lot-size p,
.scouting-report .comparable-homes .report .report-content .listing .built p,
.scouting-report .comparable-homes .report .report-content .listing .sale-type p,
.scouting-report .comparable-homes .report .report-content .listing .pool p,
.scouting-report .comparable-homes .report .report-content .listing .last-sale p {
  font-weight: 400;
  vertical-align: middle;
  display: table;
  width: auto;
  margin: 8px auto 0;
}

.scouting-report .comparable-homes .report .report-content .listing .address p .label,
.scouting-report .comparable-homes .report .report-content .listing .home-size p .label,
.scouting-report .comparable-homes .report .report-content .listing .lot-size p .label,
.scouting-report .comparable-homes .report .report-content .listing .built p .label,
.scouting-report .comparable-homes .report .report-content .listing .sale-type p .label,
.scouting-report .comparable-homes .report .report-content .listing .pool p .label,
.scouting-report .comparable-homes .report .report-content .listing .last-sale p .label {
  display: none;
}

.scouting-report .comparable-homes .report .report-content .listing .address {
  width: 31%;
}

.scouting-report .comparable-homes .report .report-content .listing .address p {
  display: inline-block;
  margin: 0;
}

.scouting-report .comparable-homes .report .report-content .listing .address p span {
  display: block;
}

.scouting-report .comparable-homes .report .report-content .listing .home-size {
  width: 12%;
}

.scouting-report .comparable-homes .report .report-content .listing .lot-size {
  width: 16%;
}

.scouting-report .comparable-homes .report .report-content .listing .built {
  width: 7%;
}

.scouting-report .comparable-homes .report .report-content .listing .sale-type {
  width: 12%;
}

.scouting-report .comparable-homes .report .report-content .listing .sale-type p {
  text-align: center;
  padding: 0 5px;
}

.scouting-report .comparable-homes .report .report-content .listing .pool {
  width: 5%;
}

.scouting-report .comparable-homes .report .report-content .listing .last-sale {
  width: 17%;
}

.scouting-report .comparable-homes .report .report-content .listing .last-sale p {
  font-weight: 700;
  margin: 0 auto;
}

.scouting-report .comparable-homes .report .report-content .listing .last-sale p span {
  font-weight: 400;
  display: block;
}

.scouting-report .comparable-homes .disclaimer {
  color: #929292;
  text-align: center;
  margin: 30px 0;
}

.scouting-report #changeComp .mainCompInputs label {
  font-size: 12px;
  font-weight: normal;
}

.scouting-report #changeComp .pseudo-data-toggle-button input {
  display: none;
}

.scouting-report .interstitial-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 810px;
  z-index: 9999;
  color: #FFF;
}

.scouting-report .interstitial-modal .interstitial-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.scouting-report .interstitial-modal .interstitial-content {
  position: absolute;
  width: 1080px;
  height: 810px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  background-color: #000;
  box-shadow: 0px 0px 10px #000;
}

.scouting-report .interstitial-modal .interstitial-content > * {
  color: #FFF;
}

.scouting-report .interstitial-modal .interstitial-content #interstitialCloseBtn {
  font-size: 2em;
  cursor: pointer;
  color: #FFF;
  position: absolute;
  top: 0;
  right: .4em;
}

.scouting-report #scouting_optin_modal .modal-dialog {
  width: 90%;
  max-width: 600px;
  position: absolute;
  margin: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.scouting-report #scouting_optin_modal .modal-dialog .errors {
  margin-top: 1em;
  color: #fc5152;
}

.scouting-report.modal-open .panel-value .panel-content {
  filter: blur(11px);
}

/**
 *  Moved outside for specificity
 *  :: used to be inside global, but is
 *  :: better placed in this sass file
 */

.panel.panel-yellow {
  border: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.panel.panel-yellow h3 {
  background: #f3bb3b;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: none;
  text-align: center;
  padding: 6px 10px 6px 43px;
  margin: 0;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.panel.panel-yellow h3::after {
  font-family: "FontAwesome", sans-serif;
  font-size: 1rem;
  line-height: 26px;
  content: "";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -14px;
}

.panel.panel-yellow h3::before {
  background: #c89e35;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 33px;
  top: 0;
  bottom: 0;
}

.panel.panel-yellow .panel-content {
  margin: 10px 0;
  display: inline-block;
  min-height: 100px;
  width: 100%;
  position: relative;
}

.panel.panel-yellow .panel-content p {
  color: #4e8a9c;
  font-size: 2.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  animation: reportFadeIn 1500ms ease-in;
}

.panel.panel-yellow .panel-content p span {
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
  width: 100%;
}

.neighborhoods .hero {
  background: #d7d7d7;
  min-height: 600px;
  padding: 121px 0 0;
  position: relative;
}

.neighborhoods .hero .container {
  min-height: 479px;
  position: relative;
  z-index: 3;
}

.neighborhoods .hero .container .col-xs-12 {
  position: static;
}

.neighborhoods .hero .info {
  width: 100%;
}

.neighborhoods .hero .info h1 {
  color: #fff;
  font-size: 5rem;
  line-height: 3.25rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.neighborhoods .hero .photo-cred {
  position: absolute;
  right: 75px;
  bottom: 50px;
  z-index: 5;
  transition: all 300ms ease-out;
}

.neighborhoods .hero .photo-cred a.fa {
  font-size: 1.5rem;
  cursor: pointer;
}

.neighborhoods .hero .photo-cred a.fa::before {
  color: #fff;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

.neighborhoods .hero .photo-cred a.fa:hover {
  text-decoration: none;
}

.neighborhoods .hero .photo-cred.electric-slide {
  bottom: 15px;
}

.neighborhoods .hero .gradient-up {
  height: 100px;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.neighborhoods .details {
  padding-top: 110px;
  margin-bottom: 50px;
}

.neighborhoods .details h4 {
  color: #407281;
  font-size: 1.5rem;
}

.neighborhoods .details p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
}

.neighborhoods .details .btn-link {
  font-weight: 600;
  font-size: 1.125rem;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.neighborhoods .details .btn-link i {
  font-size: 1.25rem;
  color: #f3bb3b;
  padding-left: 10px;
  position: relative;
  top: 1px;
}

.neighborhoods .details .btn-link:hover,
.neighborhoods .details .btn-link:active,
.neighborhoods .details .btn-link:focus {
  text-decoration: none;
}

.neighborhoods .details .subscribe {
  display: table;
  width: 80%;
  margin: 0 auto;
}

.neighborhoods .details .subscribe h5 {
  color: #407281;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  margin: 40px 0 15px;
}

.neighborhoods .details .subscribe .btn-orange-primary {
  font-size: 1.375rem;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.neighborhoods .details .subscribe .btn-link {
  color: #f3bb3b;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: underline;
  display: table;
  margin: 5px auto 30px;
}

.neighborhoods .details .subscribe .btn-link:hover,
.neighborhoods .details .subscribe .btn-link:focus,
.neighborhoods .details .subscribe .btn-link:active {
  color: #f3bb3b;
}

.neighborhoods .details .ss-expand p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.neighborhoods .maps {
  margin-bottom: 80px;
}

.neighborhoods .maps #gmapOverview {
  width: 100%;
  height: 420px;
}

.neighborhoods .maps #schoolmap_container {
  height: 420px;
}

.neighborhoods .module {
  /**
		 *  Titles
		 */
  /**
		 *  Modules
		 */
}

.neighborhoods .module .title {
  padding: 25px 0;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 80px;
}

.neighborhoods .module .title h2 {
  color: #fff;
  font-size: 2.625rem;
  text-align: center;
  margin: 0 auto;
}

.neighborhoods .module.housing .title {
  background: #aa371d;
}

.neighborhoods .module.housing .content:last-of-type {
  margin-bottom: 0;
}

.neighborhoods .module.market .title {
  background: #f5b13d;
}

.neighborhoods .module.market .module-nav-container {
  background: #f5b13d;
  margin-bottom: 80px;
  border-top: 2px solid #d8a635;
}

.neighborhoods .module.market .module-nav-container .slick.module-nav .slick-list {
  border-left: 1px solid #d8a635;
  border-right: 1px solid #d8a635;
}

.neighborhoods .module.market .module-nav-container .slick.module-nav .slick-list .slick-contain {
  border-right: 1px solid #d8a635;
}

.neighborhoods .module.market .module-nav-container .slick.module-nav .slick-list .slick-current {
  background: #eaa127;
}

.neighborhoods .module.market .content:last-of-type {
  margin-bottom: 0;
}

.neighborhoods .module.living-here .title {
  background: #a39f5d;
}

.neighborhoods .module.things-to-do .title {
  background: #097786;
}

.neighborhoods .module.things-to-do .module-nav-container {
  background: #097786;
  margin-bottom: 80px;
  border-top: 2px solid #075e6a;
}

.neighborhoods .module.things-to-do .module-nav-container .slick.module-nav .slick-list {
  border-left: 1px solid #075e6a;
  border-right: 1px solid #075e6a;
}

.neighborhoods .module.things-to-do .module-nav-container .slick.module-nav .slick-list .slick-contain {
  border-right: 1px solid #075e6a;
}

.neighborhoods .module.things-to-do .module-nav-container .slick.module-nav .slick-list .slick-current {
  background: #096c7a;
}

.neighborhoods .module.things-to-do hr {
  border-top-width: 2px;
  margin: 50px 0 0;
}

.neighborhoods .module.things-to-do h3 {
  color: #407281;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin: 50px 0;
}

.neighborhoods .module.things-to-do .content:last-of-type {
  margin-bottom: 0;
}

.neighborhoods .module.stats-and-facts {
  background: #ededed;
  margin-bottom: 0 !important;
}

.neighborhoods .module.stats-and-facts .title {
  background: #8c4264;
}

.neighborhoods .module.stats-and-facts .module-nav-container {
  background: #8c4264;
  margin-bottom: 80px;
  border-top: 2px solid #773955;
}

.neighborhoods .module.stats-and-facts .module-nav-container .slick.module-nav .slick-list {
  border-left: 1px solid #773955;
  border-right: 1px solid #773955;
}

.neighborhoods .module.stats-and-facts .module-nav-container .slick.module-nav .slick-list .slick-contain {
  border-right: 1px solid #773955;
}

.neighborhoods .module.stats-and-facts .module-nav-container .slick.module-nav .slick-list .slick-current {
  background: #803155;
}

.neighborhoods .module.stats-and-facts hr {
  border-top: 2px solid #cccccc;
}

.neighborhoods .module.stats-and-facts .facts h2 {
  color: #407281;
  font-size: 2rem;
  text-align: center;
}

.neighborhoods .module.stats-and-facts .facts h4 {
  color: #f3bb3b;
  font-size: 1.5rem;
  text-align: center;
  text-transform: none;
}

.neighborhoods .module.stats-and-facts .facts p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-align: center;
}

.neighborhoods .module.generic {
  background: #ededed;
  padding-bottom: 80px;
  /**
			 *  Placeholder to make ad space visible
			 */
}

.neighborhoods .module.generic .content {
  display: table;
  max-width: 740px;
  margin: 0 auto 60px;
}

.neighborhoods .module.generic .content h4 {
  color: #407281;
  text-transform: none;
  margin: 25px 0 15px;
}

.neighborhoods .module.generic .ad-leaderboard {
  background: #fff;
}

.neighborhoods .module.multi-info {
  margin-bottom: 80px;
}

.neighborhoods .module.multi-info .title {
  margin-bottom: 0;
}

.neighborhoods .module.multi-info .module-nav-container {
  margin-bottom: 80px;
}

.neighborhoods .module.multi-info .content {
  display: table;
  width: 100%;
  max-width: 740px;
  margin: 0 auto 60px;
}

.neighborhoods .module.multi-info .content h4 {
  color: #407281;
  text-transform: none;
  margin: 25px 0 15px;
}

.neighborhoods .welcome h2 {
  color: #407281;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  margin: 0 0 30px;
}

.neighborhoods .welcome h2.bold {
  font-weight: 600;
  margin: 30px 0;
}

.neighborhoods .welcome .content {
  display: table;
  max-width: 700px;
  margin: 0 auto 60px;
}

.neighborhoods .welcome .content h6 {
  color: #407281;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: none;
  line-height: 1.75rem;
  margin: 0;
}

.neighborhoods .welcome .content h6 span {
  color: #818282;
  font-size: 1rem;
  font-weight: 300;
}

.chart-wrapper {
  position: relative;
}

.chart-wrapper .chart-transition {
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.chart-wrapper .chart-transition .transition-content {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chart-wrapper .chart-transition .transition-content .fa {
  font-size: 2rem;
  color: #396471;
}

.chart-wrapper .chart-transition .transition-content p {
  font-size: 1.5rem;
  margin-top: 15px;
}

.gallery {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  padding: 0 16px;
  margin-bottom: 15px;
  /* Gallery zoom preview */
}

.gallery .full .photo {
  width: 100%;
  padding: 0 4px;
}

.gallery .half .photo {
  width: 50%;
  padding: 0 4px;
}

.gallery .thirds .photo {
  width: 33.3333%;
  padding: 0 4px;
}

.gallery a {
  display: block;
  overflow: hidden;
}

.gallery a img {
  transition: all 300ms ease-out;
}

.gallery a:hover img {
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.gallery .photo {
  float: left;
  margin-bottom: 8px;
  position: relative;
}

.gallery .photo img {
  min-width: 100%;
  max-width: 100%;
}

.gallery .photo .photo-cred {
  position: absolute;
  right: 35px;
  bottom: 20px;
  z-index: 5;
  transition: all 300ms ease-out;
}

.gallery .photo .photo-cred a.fa {
  color: #fff;
  font-size: 1.25rem;
  cursor: pointer;
}

.gallery .photo .photo-cred a.fa::before {
  color: #fff;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

.gallery .photo .photo-cred a.fa:hover {
  text-decoration: none;
}

#navbar-sections {
  position: relative;
  top: -30px;
  z-index: 9;
}

#navbar-sections .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 8px;
}

#navbar-sections.fixed {
  background: rgba(0, 0, 0, 0.7);
  height: 16px;
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: content-box;
  border-bottom: 35px solid #fff;
}

#navbar-sections.fixed .nav-tabs > li > a {
  background: transparent;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 5px 5px 5px;
  margin: 0;
  border: 0;
  box-shadow: none;
  position: relative;
}

#navbar-sections.fixed .nav-tabs > li > a::before {
  border: 1px solid transparent;
}

#navbar-sections.fixed .nav-tabs > li > a::after {
  content: "";
  height: 0;
  border-right: 0;
}

#navbar-sections.fixed .nav-tabs > li > a:hover::before {
  top: 0;
}

#navbar-sections .nav-tabs {
  margin: 0;
  border: 0;
}

#navbar-sections .nav-tabs p {
  display: none;
}

#navbar-sections .nav-tabs button {
  display: none;
}

#navbar-sections .nav-tabs > li {
  width: 20%;
  margin: 0;
  position: relative;
  transition: all 250ms ease;
}

#navbar-sections .nav-tabs > li:first-of-type {
  margin: 0;
}

#navbar-sections .nav-tabs > li > a {
  background: transparent;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 75px 10px 5px 10px;
  margin: 0;
  border: 0;
  box-shadow: none;
  position: relative;
  transition: all 250ms ease;
}

#navbar-sections .nav-tabs > li > a::before,
#navbar-sections .nav-tabs > li > a::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 150ms ease;
}

#navbar-sections .nav-tabs > li > a::before {
  background: #fff;
  content: "";
  width: 13px;
  height: 13px;
  border: 19px solid transparent;
  border-radius: 50%;
  box-sizing: content-box;
}

#navbar-sections .nav-tabs > li > a::after {
  content: "";
  width: 0px;
  height: 19px;
  border-right: 1px dotted transparent;
  top: 55px;
}

#navbar-sections .nav-tabs > li > a:hover::before {
  top: -7px;
}

#navbar-sections .nav-tabs > li > a.housing {
  color: #aa371d;
}

#navbar-sections .nav-tabs > li > a.housing::before {
  border-color: #aa371d;
}

#navbar-sections .nav-tabs > li > a.housing::after {
  border-color: #aa371d;
}

#navbar-sections .nav-tabs > li > a.market {
  color: #f5b13d;
}

#navbar-sections .nav-tabs > li > a.market::before {
  border-color: #f5b13d;
}

#navbar-sections .nav-tabs > li > a.market::after {
  border-color: #f5b13d;
}

#navbar-sections .nav-tabs > li > a.living-here {
  color: #a39f5d;
}

#navbar-sections .nav-tabs > li > a.living-here::before {
  border-color: #a39f5d;
}

#navbar-sections .nav-tabs > li > a.living-here::after {
  border-color: #a39f5d;
}

#navbar-sections .nav-tabs > li > a.things-to-do {
  color: #097786;
}

#navbar-sections .nav-tabs > li > a.things-to-do::before {
  border-color: #097786;
}

#navbar-sections .nav-tabs > li > a.things-to-do::after {
  border-color: #097786;
}

#navbar-sections .nav-tabs > li > a.stats-and-facts {
  color: #8c4264;
}

#navbar-sections .nav-tabs > li > a.stats-and-facts::before {
  border-color: #8c4264;
}

#navbar-sections .nav-tabs > li > a.stats-and-facts::after {
  border-color: #8c4264;
}

#navbar-sections .nav-tabs > li.active > a::before {
  z-index: 1;
}

#navbar-sections .nav-tabs > li.active > a::after {
  background: transparent;
  content: "\f041";
  width: 25px;
  font-size: 46px;
  font-family: "FontAwesome", sans-serif;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
  border-color: transparent;
  top: 7px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#navbar-sections .nav-tabs > li.active > a.housing {
  color: transparent;
}

#navbar-sections .nav-tabs > li.active > a.housing::after {
  color: #aa371d;
}

#navbar-sections .nav-tabs > li.active > a.market {
  color: transparent;
}

#navbar-sections .nav-tabs > li.active > a.market::after {
  color: #f5b13d;
}

#navbar-sections .nav-tabs > li.active > a.living-here {
  color: transparent;
}

#navbar-sections .nav-tabs > li.active > a.living-here::after {
  color: #a39f5d;
}

#navbar-sections .nav-tabs > li.active > a.things-to-do {
  color: transparent;
}

#navbar-sections .nav-tabs > li.active > a.things-to-do::after {
  color: #097786;
}

#navbar-sections .nav-tabs > li.active > a.stats-and-facts {
  color: transparent;
}

#navbar-sections .nav-tabs > li.active > a.stats-and-facts::after {
  color: #8c4264;
}

#navbar-sections .nav-tabs > li.active > a span {
  background: transparent;
}

#geojson_label {
  position: absolute;
  z-index: 99999;
  background-color: #FFF;
  padding: 4px;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border: 1px solid #BBB;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.41);
}

.neighborhoods-listing .hero {
  background: url("../../../../dist/img/neighborhood-hero-sample.jpg") no-repeat bottom center/cover #ffffff;
  background-attachment: fixed;
  min-height: 550px;
  position: relative;
}

.neighborhoods-listing .hero .action {
  display: block;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /* Offset for topbar(s) */
  -ms-transform: translateY(30%);
  transform: translateY(30%);
  /* IE Fix - Absolute position center */
  width: 100%;
}

.neighborhoods-listing .hero .action h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.4375rem;
  letter-spacing: -2px;
  text-transform: none;
  display: inline-block;
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  margin: 0;
}

.neighborhoods-listing .hero .photo-cred {
  right: 75px;
  bottom: 15px;
}

.neighborhoods-listing .hero .overlay {
  background: transparent;
  text-align: center;
  width: 100%;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 300ms ease-out;
  opacity: 1;
}

.neighborhoods-listing .hero .overlay .circle-down {
  display: block;
  background: #f3bb3b;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
}

.neighborhoods-listing .hero .overlay .circle-down::after {
  color: #fff;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  content: "\f078";
  position: relative;
  top: 8px;
}

.neighborhoods-listing .hero .overlay.byebye {
  bottom: 50px;
  opacity: 0;
}

.neighborhoods-listing h2 {
  max-width: 550px;
  font-size: 1.875rem;
  font-weight: 700;
  color: #3d3d3d;
  text-transform: none;
  text-align: center;
  margin: 70px auto 60px;
}

.neighborhoods-listing .tab-content {
  border: none;
  padding: 20px 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter {
  margin-bottom: 2em;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form {
  position: relative;
  /* floatingCircles classes found in loading-spinner partial */
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group {
  width: 100%;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group input {
  font-size: 1.25rem;
  width: 100%;
  height: 48px;
  padding: 6px 170px 6px 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group span.twitter-typeahead {
  width: 100%;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-hint {
  color: #999;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-menu {
  background-color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  text-transform: capitalize;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-suggestion.tt-cursor,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-suggestion.arrow-hover {
  color: #fff;
  background-color: #0097cf;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-suggestion:focus {
  outline: none;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-selectable {
  cursor: pointer;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-selectable:hover {
  color: #4e8a9c;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .form-group .tt-suggestion p {
  margin: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter form .btn {
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  width: 23%;
  height: 48px;
  border: 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter p {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  margin: 15px 0 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter p button {
  background: transparent;
  color: #f3bb3b;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #f3bb3b;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter p button:hover,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .neighborhood-filter p button:focus {
  text-decoration: none;
  outline: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul {
  list-style: none;
  padding-left: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li {
  width: 23.5%;
  background: #ddd;
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 3%;
  position: relative;
  overflow: hidden;
  /* Remove margin on last 4th, and skip the first 3 */
  /* Select first 3 and resize */
  /* Remove margin on last 3rd */
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(4n+10) {
  margin-right: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(1),
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(2),
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(3),
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(4),
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(5),
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(6) {
  width: 32%;
  margin-bottom: 8%;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(1) a p,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(2) a p,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(3) a p,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(4) a p,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(5) a p,
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(6) a p {
  font-size: 3rem;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(3),
.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li:nth-child(6) {
  margin-right: 0;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li a {
  display: block;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li a p {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px 3px 3px rgba(0, 0, 0, 0.75);
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li a img {
  width: 100%;
  transition: all 300ms ease-out;
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings ul li a:hover img {
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.neighborhoods-listing .tab-content.neighborhood-listing-tab-content .listings .no-results {
  text-align: center;
}

.auth {
  background-image: url("/dist/img/auth-bg.jpg");
  background-position: center top;
  background-size: cover;
}

.auth .content-row {
  padding-top: 75px;
  padding-bottom: 75px;
}

.auth .content-row a,
.auth .content-row a:link,
.auth .content-row a:active,
.auth .content-row a:hover {
  color: #f3bb3b;
  text-decoration: underline;
}

.auth .content-row ul.auth-errors li {
  list-style: none;
  text-align: center;
  color: #fc5152;
}

.auth .content-row p.auth-success {
  text-align: center;
  color: #4e8a9c;
}

.auth .content-row .has-error label {
  color: #fc5152;
}

.auth .content-row .has-error .form-control {
  border-color: #fc5152;
  box-shadow: inset 0 1px 1px rgba(252, 81, 82, 0.075);
}

.auth .content-row .center-col {
  margin: 0 auto;
  float: none;
}

.auth .content-row .left-col,
.auth .content-row .center-col {
  box-shadow: 0px 1px 3px #6e6e6e;
  padding: 0;
  background-color: #FFF;
}

.auth .content-row .left-col h1,
.auth .content-row .center-col h1 {
  margin: 0;
  padding: 0;
  line-height: 4.0625rem;
  border-bottom: dashed 1px #d7d7d7;
  text-align: center;
  color: #407281;
  font-size: 1.75rem;
  margin-bottom: 20px;
  font-weight: normal;
  text-transform: uppercase;
}

.auth .content-row .left-col .interior-padding,
.auth .content-row .center-col .interior-padding {
  padding-left: 15px;
  padding-right: 15px;
}

.auth .content-row .left-col .interior-padding .checkbox,
.auth .content-row .center-col .interior-padding .checkbox {
  margin-top: 10px;
  margin-bottom: 35px;
}

.auth .content-row .left-col .interior-padding .btn,
.auth .content-row .center-col .interior-padding .btn {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
}

.auth .content-row .left-col .interior-padding .auth-alternate-cta,
.auth .content-row .center-col .interior-padding .auth-alternate-cta {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

.auth .content-row .right-col {
  border-right: solid 1px #f3bb3b;
  padding-left: 30px;
  margin-top: 25px;
}

.auth .content-row .right-col h3 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  font-weight: normal;
  color: #407281;
  padding-top: 15px;
  padding-bottom: 8px;
  margin: 0;
}

.auth .content-row .right-col ol {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
}

.auth .content-row .right-col ol li {
  font-weight: bold;
  padding: 8px 0;
}

.auth .content-row .right-col ol li span {
  font-weight: normal;
}

.scouting-report-guess {
  background-image: url("/dist/img/scouting-report-guess-bg.png");
  background-position: center 216px;
  background-repeat: no-repeat;
}

.scouting-report-guess .gmap-guess-map-view {
  margin-top: 100px;
}

.scouting-report-guess .gmap-guess-map-view #gmapGuessMapView {
  max-width: 400px;
  height: 325px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.32);
}

.scouting-report-guess .scouting-report-guess-content {
  max-width: 525px;
  margin: 0 auto;
  text-align: center;
  color: #6e6e6e;
  font-size: 1.125rem;
  line-height: 1.47222222222222em;
}

.scouting-report-guess .scouting-report-guess-content h1 {
  font-size: 2rem;
  line-height: 1em;
  text-align: center;
  color: #6e6e6e;
  margin: 36px 0 10px;
}

.scouting-report-guess .scouting-report-guess-content .btn {
  margin: 30px 0 50px;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 7px 15px;
}

.news .search-icon {
  display: block;
}

.news .search-icon::after {
  content: "\f002";
  color: #407281;
  font-size: 20px;
  position: absolute;
  top: 8px;
  left: 25px;
}

.news .hero {
  background: #d7d7d7;
  min-height: 600px;
  padding: 170px 0 0;
  position: relative;
}

.news .hero::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news .hero .container {
  min-height: 430px;
  position: relative;
  z-index: 3;
}

.news .hero .container .col-xs-12 {
  position: static;
}

.news .hero .info {
  max-width: 830px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .hero .info .news-category {
  display: inline-block;
  background: #d7d7d7;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 12px;
  padding-bottom: 5px;
  padding-left: 12px;
  margin-bottom: 10px;
}

.news .hero .info h1 {
  color: #fff;
  font-size: 2.125rem;
  line-height: 2.625rem;
  font-weight: 600;
  text-shadow: 0 -2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.news .hero .info p {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.news .hero .info p a {
  color: #f3bb3b;
}

.news .hero .info p a:hover,
.news .hero .info p a:focus {
  color: #c89e35;
}

.news .details {
  padding-top: 110px;
  margin-bottom: 50px;
}

.news .details h4 {
  color: #407281;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}

.news .details p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.news .details .author {
  font-size: 0.75rem;
}

.news .details .author a {
  color: #f3bb3b;
  font-weight: 700;
}

.news .details .author a:hover,
.news .details .author a:focus {
  color: #c89e35;
}

.news .details .author strong {
  font-weight: 700;
}

.news .details .excerpt {
  margin-bottom: 20px;
}

.news #navbar-sections .nav-tabs > li {
  width: 16.6%;
}

.news #navbar-sections .nav-tabs > li > a {
  color: #111;
  font-size: 0.875rem;
}

.news #navbar-sections .nav-tabs > li > a::before {
  border-color: #111;
}

.news #navbar-sections .nav-tabs > li > a::after {
  border-color: #111;
}

.news #navbar-sections .nav-tabs > li.active > a::after {
  color: #111;
}

.news .module {
  /**
		 *  Titles
		 */
  /**
		 *  Modules
		 */
}

.news .module .title {
  background: #3c3c3c;
  padding: 25px 0;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 80px;
}

.news .module .title h2 {
  color: #fff;
  font-size: 2.625rem;
  text-align: center;
  margin: 0 auto;
}

.news .module.generic {
  padding-bottom: 80px;
}

.news .module.generic .gallery {
  padding: 0;
}

.news .module.generic .container {
  position: relative;
}

.news .module.generic .col-md-2 {
  position: static;
}

.news .module.generic .slick-gallery {
  margin: 0;
}

.news .module.generic .slick-gallery .photo {
  margin-bottom: 0;
}

.news .module.generic .btn-circle {
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news .module.multi-info {
  margin-bottom: 80px;
}

.news .module.multi-info .title {
  margin-bottom: 0;
}

.news .module.multi-info .module-nav-container {
  margin-bottom: 80px;
}

.news .module.multi-info .content {
  display: table;
  width: 100%;
  max-width: 740px;
  margin: 0 auto 60px;
}

.news .module.multi-info .content h4 {
  color: #407281;
  text-transform: none;
  margin: 25px 0 15px;
}

.news .module.multi-info .title {
  background: #ededed;
}

.news .module.multi-info .module-nav-container {
  background: #ededed;
  margin-bottom: 80px;
  border-top: 2px solid rgba(0, 0, 0, 0.2);
}

.news .module.multi-info .module-nav-container .slick.module-nav .slick-list {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.news .module.multi-info .module-nav-container .slick.module-nav .slick-list .slick-contain {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.news .module.multi-info .module-nav-container .slick.module-nav .slick-list .slick-current {
  background: rgba(0, 0, 0, 0.1);
}

.news-single .hero {
  min-height: 0;
  padding-bottom: 250px;
}

.news-single .hero .container {
  min-height: 0;
}

.news-single .hero .info {
  margin-top: 90px;
  margin-bottom: 15px;
  position: static;
  top: 0;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.news-single .hero .info .news-category {
  margin-bottom: 0;
}

.news-single .hero .info .author strong {
  font-weight: 700;
}

.news-single .hero .info h1 {
  margin-bottom: 30px;
}

.news-single .content-container {
  background: #fff;
  width: 100%;
  max-width: 830px;
  margin-top: -250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #6c6b6c;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 4;
}

.news-single .meta {
  border-bottom: 1px solid #6c6b6c;
  padding-top: 30px;
  padding-right: 60px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.news-single .meta p {
  color: #4d4d4d;
  font-weight: 600;
  margin-bottom: 0;
}

.news-single .meta p img {
  margin-right: 10px;
}

.news-single .meta p span {
  margin-left: 15px;
  margin-right: 15px;
}

.news-single .meta p a:not(.fa) {
  color: #a8a8a8;
}

.news-single .meta p a:not(.fa):hover,
.news-single .meta p a:not(.fa):focus {
  color: #6e6e6e;
}

.news-single .meta a {
  margin-bottom: 0;
}

.news-single .content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-single .content .video-asset {
  padding: 0.25em 1em;
  background-color: #DDD;
  margin-bottom: 2em;
}

.news-single .content .video-asset .video-caption {
  margin-top: 1em;
  font-size: 0.85em;
}

.news-single article {
  padding-left: 60px;
  padding-right: 20px;
}

.news-single article .gallery {
  padding: 0;
}

.news-single article > p {
  color: #4d4d4d;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
}

.news-single article > p:first-of-type::first-letter {
  font-size: 1.75rem;
}

.news-single .sidebar.sidebar-fixed {
  position: absolute;
  left: 15px;
  transition: top 500ms ease;
}

.news-single .related {
  background-image: url("../../../../dist/img/similar-hero.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ededed;
  padding-top: 80px;
  padding-right: 60px;
  padding-bottom: 80px;
  padding-left: 60px;
  box-shadow: inset 0 0 100px black;
  position: relative;
}

.news-single .related::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.news-single .related .row,
.news-single .related .btn-circle {
  position: relative;
  z-index: 1;
}

.news-single .related .btn-circle {
  font-size: 0.652rem;
  position: absolute;
  top: 50%;
  left: -37px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-single .related .btn-large {
  margin-right: 10px;
  margin-bottom: 15px;
}

.news-single .related .btn-large:last-of-type {
  margin-right: 0;
}

.news-single .related .large {
  font-size: 1.125rem;
  margin-bottom: 30px;
}

.news-single .related a:hover {
  color: #fff;
}

.news-single .related h4,
.news-single .related h5,
.news-single .related p {
  color: #fff;
  text-transform: none;
}

.news-single .related h4 {
  font-size: 1.5rem;
  margin-top: 50px;
}

.news-single .related h5 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 15px;
}

.news-single .related img {
  max-width: 100%;
}

.news-listings #navbar-sections.fixed .nav-tabs > li.page-active::after {
  display: none;
}

.news-listings #navbar-sections.fixed .nav-tabs > li.page-active > a::before {
  top: 0;
}

.news-listings #navbar-sections.fixed .nav-tabs > li.page-active > a::after {
  top: 7px;
}

.news-listings #navbar-sections.fixed .nav-tabs > li.page-active > a span {
  color: transparent;
}

.news-listings #navbar-sections .nav-tabs > li.page-active::after {
  pointer-events: none;
  content: "";
  width: 0px;
  height: 19px;
  border-right: 1px dotted transparent;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.news-listings #navbar-sections .nav-tabs > li.page-active > a::before {
  top: 17px;
  border-width: 1px;
  z-index: 1;
}

.news-listings #navbar-sections .nav-tabs > li.page-active > a::after {
  background: transparent;
  content: "\f041";
  width: 28px;
  font-size: 46px;
  font-family: "FontAwesome", sans-serif;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 0.5);
  border-right: 0;
  top: 21px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.news-listings .author-info {
  margin-top: 120px;
}

.news-listings hr {
  border-color: #999999;
}

.news-listings hr.no-search {
  margin-top: 150px;
}

.news-listings .search-category {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 150px;
  margin-bottom: 50px;
  position: relative;
}

.news-listings .search-category.hide-sub-search {
  margin-top: 120px;
  margin-bottom: 0;
}

.news-listings .search-category form {
  display: inline-block;
  width: 100%;
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}

.news-listings .search-category form .form-control {
  float: left;
  width: 75%;
  height: 45px;
  padding-left: 70px;
  border-top: 1px solid #999999;
  border-right: 0;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
  border-radius: 3px 0 0 3px;
}

.news-listings .search-category form .btn {
  float: left;
  width: 25%;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 11px;
  border-radius: 0 3px 3px 0;
}

.news-listings .search-category .btn-circle {
  font-size: 0.652rem;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-listings .search-category .latest-news-mobile {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.news-listings .search-category .latest-news-mobile i {
  font-size: 12px;
  margin-right: 5px;
}

.news-listings .filter-and-sort {
  display: inline-block;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 75px;
  position: relative;
}

.news-listings .filter-and-sort.sort-only {
  margin-top: 30px;
}

.news-listings .filter-and-sort.sort-only .sort {
  float: none;
  width: 100%;
  margin-top: 0;
}

.news-listings .filter-and-sort.sort-only .sort .btn-circle {
  font-size: 0.652rem;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-listings .filter-and-sort.sort-only .sort .latest-news-mobile {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.news-listings .filter-and-sort.sort-only .sort .latest-news-mobile i {
  font-size: 12px;
  margin-right: 5px;
}

.news-listings .filter {
  float: left;
  width: 73%;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #999999;
}

.news-listings .filter p {
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 0;
}

.news-listings .filter .btn-filter {
  margin-right: 2px;
}

.news-listings .filter .btn-filter.active {
  color: #407281;
}

.news-listings .sort {
  float: left;
  width: 27%;
  text-align: right;
  padding-left: 15px;
  padding-right: 15px;
}

.news-listings .sort .btn-group {
  border: 0;
}

.news-listings .sort .btn-group .sort-label {
  text-align: left;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.news-listings .sort .btn-group .btn {
  text-align: left;
}

.news-listings .sort .btn-group .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}

.news-listings .listings ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-listings .listings ul li {
  float: left;
  width: 50%;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
  margin-bottom: 45px;
}

.news-listings .listings ul li:nth-child(2n+1) {
  clear: both;
}

.news-listings .listings ul li .bar {
  display: block;
  background: #929292;
  min-height: 8px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 4px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.news-listings .listings ul li .photo {
  margin-bottom: 20px;
}

.news-listings .listings ul li .photo img {
  max-width: 100%;
}

.news-listings .load-more {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.news-search .hero {
  min-height: 250px;
}

.user-dashboard .report {
  background: #fff;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}

.user-dashboard .report .title {
  background: url("../../../../dist/img/bg-report-title.png") no-repeat center right #4e8a9c;
  padding: 12px 30px;
  border-radius: 3px 3px 0 0;
  position: relative;
}

.user-dashboard .report .title h2 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}

.user-dashboard .report .title p {
  color: #fff;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
}

.user-dashboard .report .title p.print {
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 30px;
}

.user-dashboard .report .title p.print a {
  color: #f3bb3b;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #f3bb3b;
}

.user-dashboard .report .title p.print a:hover,
.user-dashboard .report .title p.print a:focus,
.user-dashboard .report .title p.print a:active {
  text-decoration: none;
}

.user-dashboard .report .report-content {
  padding: 30px;
  position: relative;
}

.user-dashboard .report .report-content .listing {
  /* Grid it out */
}

.user-dashboard .report .report-content .listing.header {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}

.user-dashboard .report .report-content .listing.header h5 {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 5px;
}

.user-dashboard .report .report-content .listing.header .address h5 {
  text-align: left;
  padding-left: 20px;
}

.user-dashboard .report .report-content .listing.header .home-size::after,
.user-dashboard .report .report-content .listing.header .valuation::after {
  background: #fff;
  width: 3px;
  content: "";
  position: absolute;
  top: 57px;
  bottom: 35px;
}

.user-dashboard .report .report-content .listing.item {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.user-dashboard .report .report-content .listing.item:nth-child(odd) {
  background: #ededed;
}

.user-dashboard .report .report-content .listing .home-size,
.user-dashboard .report .report-content .listing .valuation,
.user-dashboard .report .report-content .listing .valuation-history-sparkline,
.user-dashboard .report .report-content .listing .address,
.user-dashboard .report .report-content .listing .sale-price,
.user-dashboard .report .report-content .listing .sale-date {
  float: left;
}

.user-dashboard .report .report-content .listing .home-size p,
.user-dashboard .report .report-content .listing .valuation p,
.user-dashboard .report .report-content .listing .valuation-history-sparkline p,
.user-dashboard .report .report-content .listing .address p,
.user-dashboard .report .report-content .listing .sale-price p,
.user-dashboard .report .report-content .listing .sale-date p {
  font-weight: 400;
  vertical-align: middle;
  display: table;
  width: auto;
  margin: 8px auto;
}

.user-dashboard .report .report-content .listing .home-size p .label,
.user-dashboard .report .report-content .listing .valuation p .label,
.user-dashboard .report .report-content .listing .valuation-history-sparkline p .label,
.user-dashboard .report .report-content .listing .address p .label,
.user-dashboard .report .report-content .listing .sale-price p .label,
.user-dashboard .report .report-content .listing .sale-date p .label {
  display: none;
}

.user-dashboard .report .report-content .listing .address {
  width: 60%;
  text-align: left;
}

.user-dashboard .report .report-content .listing .address p {
  margin: 8px 0 8px 1em;
}

.user-dashboard .report .report-content .listing .home-size {
  width: 15%;
}

.user-dashboard .report .report-content .listing .valuation {
  width: 15%;
}

.user-dashboard .report .report-content .listing .valuation-history,
.user-dashboard .report .report-content .listing .valuation-history-sparkline {
  width: 20%;
}

.user-dashboard .report .report-content .listing .sale-price {
  width: 15%;
}

.user-dashboard .report .report-content .listing .sale-date {
  width: 20%;
}

.user-dashboard .report .report-content .valuation-history canvas {
  display: block;
}

.user-dashboard .report .report-content .valuation-history-sparkline {
  padding-right: 4px;
  height: 50px;
}

.user-dashboard .report .report-content .valuation-history-sparkline .sparkline-container {
  height: 100%;
}

.user-dashboard .report .report-content .valuation-history-sparkline .sparkline-container .show-hide-wrapper {
  height: 100%;
}

.user-dashboard .report.comparable-sales .report-content .listing .address,
.user-dashboard .report.watched-homes .report-content .listing .address {
  width: 50%;
}

.user-dashboard .module {
  /**
		 *  Titles
		 */
  /**
		 *  Modules
		 */
}

.user-dashboard .module.generic {
  padding-bottom: 80px;
}

.user-dashboard .module.generic .gallery {
  padding: 0;
}

.user-dashboard .module.generic .container {
  position: relative;
}

.user-dashboard .module.generic .col-md-2 {
  position: static;
}

.user-dashboard .module.generic .slick-gallery {
  margin: 0;
}

.user-dashboard .module.generic .slick-gallery .photo {
  margin-bottom: 0;
}

.user-dashboard .module.generic .btn-circle {
  position: absolute;
  top: 50%;
  right: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.user-dashboard .module.multi-info {
  margin-bottom: 80px;
}

.user-dashboard .module.multi-info .title {
  margin-bottom: 0;
}

.user-dashboard .module.multi-info .module-nav-container {
  display: none;
}

.user-dashboard .module.multi-info .content {
  display: table;
  width: 100%;
  max-width: 740px;
  margin: 0 auto 60px;
}

.user-dashboard .module.multi-info .content h4 {
  color: #407281;
  text-transform: none;
  margin: 25px 0 15px;
}

.user-dashboard .module.multi-info .chart-wrapper {
  padding-top: 30px;
  padding-bottom: 1px;
}

.embed-search .logo {
  background: url("../../../../dist/img/street-scout-logo.svg") no-repeat center left;
  background-size: 100%;
  width: 240px;
  height: 46px;
  display: block;
  float: left;
  color: #407281;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
}

.embed-search .logo span {
  font-weight: 300;
}

.embed-search .logo:hover,
.embed-search .logo:focus {
  text-decoration: none;
}

.embed-search .logo-wrapper {
  float: left;
}

.embed-search .logo-partner {
  display: block;
  font-size: 12px;
  color: #666;
}

.embed-search .logo-partner img {
  max-height: 1.5em;
  padding-bottom: 0.1em;
}

.embed-search .search-row {
  margin-top: 1rem;
}

.embed-search .search-row #typeaheadForm {
  position: relative;
  /* floatingCircles classes found in loading-spinner partial */
}

.embed-search .search-row #typeaheadForm .form-group {
  float: left;
  width: 100%;
}

.embed-search .search-row #typeaheadForm .form-group input {
  font-size: 1.25rem;
  width: 100%;
  height: 48px;
  padding: 6px 170px 6px 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border: 0;
}

.embed-search .search-row #typeaheadForm .form-group span.twitter-typeahead {
  width: 100%;
}

.embed-search .search-row #typeaheadForm .form-group .tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.embed-search .search-row #typeaheadForm .form-group .tt-hint {
  color: #999;
}

.embed-search .search-row #typeaheadForm .form-group .tt-menu {
  background-color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.embed-search .search-row #typeaheadForm .form-group .tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  height: 30px;
}

.embed-search .search-row #typeaheadForm .form-group .tt-suggestion.tt-hint {
  height: auto;
}

.embed-search .search-row #typeaheadForm .form-group .tt-suggestion.tt-cursor,
.embed-search .search-row #typeaheadForm .form-group .tt-suggestion.arrow-hover {
  color: #fff;
  background-color: #0097cf;
}

.embed-search .search-row #typeaheadForm .form-group .tt-suggestion:focus {
  outline: none;
}

.embed-search .search-row #typeaheadForm .form-group .tt-selectable {
  cursor: pointer;
}

.embed-search .search-row #typeaheadForm .form-group .tt-selectable:hover {
  color: #4e8a9c;
}

.embed-search .search-row #typeaheadForm .form-group .tt-suggestion p {
  margin: 0;
}

.embed-search .search-row #typeaheadForm .btn {
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  width: 23%;
  height: 48px;
  border: 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.embed-search .learn-p {
  text-align: right;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 18px 0 0;
}

.embed-search .learn-p #learn {
  background: transparent;
  color: #f3bb3b;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #f3bb3b;
}

.embed-search .learn-p #learn:hover,
.embed-search .learn-p #learn:focus {
  text-decoration: none;
  outline: 0;
}

.embed-search .learn {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}

.embed-search .learn.closed {
  display: none;
}

.embed-search .learn.open .content h3,
.embed-search .learn.open .content .btn {
  top: 0;
  opacity: 1;
}

.embed-search .learn.open .content p {
  opacity: 1;
}

.embed-search .learn.open .content p:first-of-type {
  left: 0;
}

.embed-search .learn .content {
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 1em;
}

.embed-search .learn .content h3,
.embed-search .learn .content p,
.embed-search .learn .content .btn {
  transition: all 200ms ease-in;
  opacity: 0;
}

.embed-search .learn .content h3 {
  color: #fff;
  font-size: 2rem;
  line-height: 2.25rem;
  text-transform: none;
  margin: 0;
  position: relative;
}

.embed-search .learn .content p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
}

.embed-search .learn .content p:first-of-type {
  position: relative;
  left: -50px;
}

.embed-search .learn .content .btn {
  font-size: 1rem;
  padding: 6px 25px;
  position: relative;
}

.search-widget {
  margin-top: 50px;
}

.search-widget .search-frame {
  height: 230px;
  width: 100%;
  border: none;
}

html,
body {
  font-size: 16px;
}

body {
  position: relative;
}

body.embed-body {
  padding: 1rem 1.5rem;
}

ul,
ol {
  padding-left: 15px;
}

ul li,
ol li {
  font-size: 0.875rem;
}

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.margin-reset {
  margin: 0;
}

.width-padding {
  padding: 0 55px;
}

.relative {
  position: relative;
}

h1 {
  font-weight: 600;
  line-height: 3.625rem;
}

h2 {
  font-weight: 600;
  line-height: 2.25rem;
  text-transform: uppercase;
}

h3 {
  font-weight: 600;
  line-height: 1.625rem;
  text-transform: uppercase;
}

h4 {
  font-weight: 600;
  line-height: 1.3125rem;
  text-transform: uppercase;
}

h5 {
  font-weight: 400;
  line-height: 1.3125rem;
}

h6 {
  font-weight: 300;
  line-height: 1.3125;
  text-transform: uppercase;
}

p {
  font-weight: 400;
  line-height: 1.5rem;
}

.bg-grey {
  background: #ededed;
}

.btn {
  font-size: 0.875rem;
  font-weight: 700;
  white-space: normal;
  transition: all 100ms ease-out;
}

.btn:focus {
  outline: 0 !important;
}

.btn.btn-large {
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 10px 20px;
}

.btn.btn-wide {
  padding-left: 75px;
  padding-right: 75px;
}

.btn.btn-white {
  background: #fff;
  color: #f3bb3b;
  border-color: #f3bb3b;
}

.btn.btn-white:focus {
  color: #fff;
  background: #f4c353;
}

.btn.btn-white.btn-invert {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.btn.btn-white.btn-invert:hover,
.btn.btn-white.btn-invert:focus {
  background: #f4c353;
  border-color: #c89e35;
}

.btn.btn-blue-primary {
  color: #fff;
  background: #407281;
  border-color: #396471;
}

.btn.btn-blue-primary:hover {
  background: #488192;
}

.btn.btn-blue-primary:focus,
.btn.btn-blue-primary:active {
  background: #386370;
}

.btn.btn-blue-secondary {
  color: #396471;
  background: transparent;
  border-color: #396471;
}

.btn.btn-blue-secondary:hover {
  border-color: #427382;
}

.btn.btn-blue-secondary:focus,
.btn.btn-blue-secondary:active {
  border-color: #305560;
}

.btn.btn-orange-primary {
  color: #fff;
  background: #f3bb3b;
  border-color: #c89e35;
}

.btn.btn-orange-primary:hover {
  background: #f4c353;
}

.btn.btn-orange-primary:focus,
.btn.btn-orange-primary:active {
  background: #f2b323;
}

.btn.btn-orange-primary.btn-invert {
  background: #fff;
  color: #f3bb3b;
  border-color: #f3bb3b;
}

.btn.btn-orange-primary.btn-invert:hover,
.btn.btn-orange-primary.btn-invert:focus,
.btn.btn-orange-primary.btn-invert:active {
  background: #f4c353;
  color: #fff;
}

.btn.btn-orange-secondary {
  color: #c89e35;
  background: transparent;
  border-color: #c89e35;
}

.btn.btn-orange-secondary:hover {
  border-color: #cfa848;
}

.btn.btn-orange-secondary:focus,
.btn.btn-orange-secondary:active {
  border-color: #b48e30;
}

.btn.btn-circle {
  font-size: 0.75rem;
  text-transform: uppercase;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
}

.btn.btn-circle i {
  display: block;
  font-size: 1.625rem;
}

.btn.btn-circle span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn.btn-accordion {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C */
  width: 100%;
  color: #787878;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 12px;
  margin: 6px 0 10px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

.btn.btn-accordion i {
  color: #f3bb3b;
  font-size: 1.5rem;
  line-height: 1rem;
  float: right;
}

.btn.btn-accordion:hover,
.btn.btn-accordion:focus,
.btn.btn-accordion:active {
  background: #e7e7e7;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  /* W3C */
  box-shadow: none;
}

.btn.btn-filter {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C */
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-bottom: 5px;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.btn.btn-filter:hover,
.btn.btn-filter:focus,
.btn.btn-filter:active {
  color: #407281;
  border-color: #407281;
}

.btn.btn-sort {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%);
  /* W3C */
  color: #4d4d4d;
  font-size: 1rem;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 45px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.btn.btn-sort:hover,
.btn.btn-sort:focus,
.btn.btn-sort:active {
  color: #407281;
  border-color: #407281;
}

.btn.btn-sort::after,
.btn.btn-sort::before {
  font-size: 11px;
  position: absolute;
  right: 10px;
}

.btn.btn-sort::after {
  content: "\f077";
  top: 9px;
}

.btn.btn-sort::before {
  content: "\f078";
  top: 18px;
}

.btn.btn-topics {
  font-size: 1rem;
  text-align: left;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 45px;
  border: 0;
  border-radius: 0;
}

.btn.btn-topics::before {
  content: "\f078";
  font-size: 16px;
  position: absolute;
  top: 13px;
  right: 15px;
}

.btn.btn-topics:hover {
  background: #f4c353;
}

.btn.btn-topics:focus,
.btn.btn-topics:active {
  background: #c89e35;
  border-color: #c89e35;
}

.btn.btn-link {
  font-weight: 400;
}

.badge {
  background: #f3bb3b;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 3px;
}

.badge.green {
  background: #81c741;
}

.tooltip.in {
  opacity: 1;
}

.tooltip .tooltip-inner {
  font-size: 0.75rem;
  font-style: italic;
  min-width: 150px;
  max-width: 150px;
  padding: 8px 10px;
  border-radius: 0;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

.tooltip .tooltip-inner a {
  color: #f3bb3b;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
}

.nav-tabs {
  border-color: #acacac;
  margin: 0 5px;
  position: relative;
  z-index: 4;
}

.nav-tabs > li:first-of-type {
  margin-left: 10px;
  position: relative;
}

.nav-tabs > li.active {
  z-index: 3;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #fffef4;
  color: #3f3f3f;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 7px 24px;
  margin-right: 0;
  border: 0;
  border-bottom: 1px solid #acacac;
  box-shadow: -1px 0 5px rgba(0, 0, 0, 0.4);
  border-radius: 5px 5px 0 0;
  transition: all 100ms ease;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #fff;
  color: #f3bb3b;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid transparent;
}

.tab-content {
  background: #fff;
  border: 1px solid #acacac;
  padding: 20px;
  border-top: 0;
  border-radius: 5px;
  position: relative;
  z-index: 4;
  /**
	 *  Fix render error with Area Map due to Tableau
	 */
}

.tab-content h5 {
  color: #407281;
  font-weight: 600;
}

.tab-content #areamap {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-content #areamap.active {
  height: auto;
}

.modal .modal-content {
  border-radius: 0;
  box-shadow: none;
}

.modal .modal-header {
  padding: 25px 30px 15px;
  border-bottom: 0;
}

.modal .modal-header .modal-title {
  color: #4e8a9c;
  font-size: 1.625rem;
  font-weight: 400;
}

.modal .modal-header .close {
  opacity: 1;
}

.modal .modal-body {
  padding: 0 30px 25px;
}

.modal.modal-gallery {
  padding-right: 0 !important;
}

.modal.modal-gallery .close {
  float: none;
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 99999;
  font-size: 2em;
}

.modal.modal-gallery .modal-body {
  padding-top: 30px;
  padding-right: 50px;
  padding-bottom: 30px;
  padding-left: 50px;
}

.modal.modal-gallery .modal-content {
  display: none;
}

.modal.modal-gallery.slick-init .modal-content {
  display: block;
}

.modal.modal-gallery .modal-lg {
  max-width: 830px;
}

.modal#changeComp .modal-body .row .col-sm-4:nth-child(3n+1) {
  padding-right: 8px;
}

.modal#changeComp .modal-body .row .col-sm-4:nth-child(3n+2) {
  padding-left: 11px;
  padding-right: 11px;
}

.modal#changeComp .modal-body .row .col-sm-4:nth-child(3n) {
  padding-left: 8px;
}

.modal#changeComp .modal-body .form-control {
  margin-bottom: 15px;
}

.modal#changeComp .modal-body .btn-group {
  margin-bottom: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.modal#changeComp .modal-body .btn-orange-primary,
.modal#changeComp .modal-body .btn-link {
  margin: 0 auto;
  display: table;
}

.modal#changeComp .modal-body .btn-orange-primary {
  margin-top: 10px;
}

.modal#changeComp .modal-body .btn-link {
  color: #f3bb3b;
  font-size: 1rem;
  text-transform: lowercase;
  padding: 0;
  margin-top: 10px;
  border-bottom: 1px solid #f3bb3b;
}

.modal#changeComp .modal-body .btn-link:hover,
.modal#changeComp .modal-body .btn-link:active,
.modal#changeComp .modal-body .btn-link:focus {
  text-decoration: none;
}

.btn-group .btn-radio + .btn-radio {
  margin-left: 0;
}

.btn-group {
  border: 1px solid #ccc;
}

.btn-group .btn-radio {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  min-width: 80px;
  font-size: 1.125rem;
  font-weight: 300;
  padding: 4px 12px;
  border: 0;
  border-radius: 3px;
  border-left: 1px solid #333;
}

.btn-group .btn-radio:first-of-type {
  border-left: none;
}

.btn-group .btn-radio.active {
  background: #f3bb3b;
  color: #fff;
  font-weight: 400;
  box-shadow: none;
}

.btn-group .btn-radio.active:hover {
  background: #f3bb3b;
}

.btn-group .btn-radio:hover {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  /* W3C */
}

.btn-group .btn-radio:active {
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #ffffff 100%);
  /* W3C */
  box-shadow: none;
}

select.form-control {
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: url("../../../../dist/img/icons/select-arrow.gif") no-repeat 95% center, linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  /* W3C */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  /* Remove browser-ish rendering */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

.gradient-down,
.gradient-up {
  width: 100%;
  height: 5px;
}

.gradient-down {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, black 0%, rgba(43, 43, 43, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#002b2b2b',GradientType=0 );
  /* IE6-9 */
}

.gradient-up {
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, #2b2b2b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#2b2b2b',GradientType=0 );
  /* IE6-9 */
}

.social a {
  background: #fff;
  color: #f3bb3b;
  width: 27px;
  height: 27px;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #959595;
  border-radius: 50%;
  transition: all 100ms ease-out;
}

.social a::before {
  font-size: 1.125rem;
}

.social a:hover,
.social a:focus {
  text-decoration: none;
  color: #fff;
  background: #f3bb3b;
  border: 1px solid #f3bb3b;
}

.social a:last-child {
  margin-right: 0;
}

.social a.fa-facebook::before {
  position: relative;
  left: 0;
}

.social a.fa-youtube::before {
  position: relative;
  top: -1px;
  left: 0;
}

.social a.fa-envelope::before {
  font-size: 1rem;
  position: relative;
  top: -2px;
}

.social.ps-sharable.ps-white span {
  color: #fff;
}

.social.ps-sharable.ps-blue-primary span {
  color: #407281;
}

.social.ps-sharable span {
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}

.social.ps-sharable a {
  margin-right: 0;
}

.social.ps-article {
  margin-top: 10px;
  text-align: left;
}

.social.ps-article a {
  color: #fff;
  font-size: 0.875rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  height: auto;
  width: auto;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 3px;
  position: relative;
}

.social.ps-article a:last-child {
  margin-right: 0;
}

.social.ps-article a:hover,
.social.ps-article a:focus {
  background: #ededed;
  border: 0;
}

.social.ps-article a::before {
  font-family: "FontAwesome", sans-serif;
  position: absolute;
  top: 50%;
  left: 15px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.social.ps-article a.fa-facebook {
  background: #3c5a96;
}

.social.ps-article a.fa-facebook:hover,
.social.ps-article a.fa-facebook:focus {
  background: #324b7d;
}

.social.ps-article a.fa-twitter {
  background: #25aae1;
}

.social.ps-article a.fa-twitter:hover,
.social.ps-article a.fa-twitter:focus {
  background: #1b95c7;
}

.social.ps-article a.fa-envelope {
  background: #9999bb;
}

.social.ps-article a.fa-envelope:hover,
.social.ps-article a.fa-envelope:focus {
  background: #8484ad;
}

.social.ps-search-bar {
  margin-top: 9px;
  margin-bottom: 0;
}

.social.ps-search-bar a {
  width: 32px;
  height: 32px;
  line-height: 22px;
  margin-right: 2px;
}

.social.ps-search-bar a:last-of-type {
  margin-right: 0;
}

.photo-cred {
  position: absolute;
  z-index: 1;
  transition: all 300ms ease-out;
}

.photo-cred a.fa {
  font-size: 1.5rem;
  cursor: pointer;
}

.photo-cred a.fa::before {
  color: #fff;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

.photo-cred a.fa:hover {
  text-decoration: none;
}

.photo-cred.electric-slide {
  bottom: 15px;
}

.video-container {
  margin: 0 30px;
}

.aspect-ratio {
  display: table;
  height: 0;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

.aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.aspect-ratio .video-play {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 2;
}

.aspect-ratio .video-play:hover {
  opacity: 1;
  cursor: pointer;
}

.aspect-ratio .video-play:before {
  background: #d5aa00;
  width: 90px;
  height: 90px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}

.aspect-ratio .video-play:after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 35%;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 0;
  margin: auto;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
}

.ss-expand button {
  padding-right: 30px;
  position: relative;
  overflow: visible;
}

.ss-expand button::after {
  color: #f3bb3b;
  content: "\f139";
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 3px;
  right: 0;
}

.ss-expand p {
  font-size: 1.25rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 500ms ease, max-height 750ms ease;
}

.ss-expand p em {
  font-weight: 300;
}

.ss-expand.open button::after {
  content: "\f13a";
}

.ss-expand.open p {
  max-height: 450px;
  opacity: 1;
}

.subscription-shortcode {
  background: #f5f5f5;
  max-width: 460px;
  padding: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

.subscription-shortcode p {
  color: #4d4d4d;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.subscription-shortcode h6 {
  color: #407281;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
}

.subscription-shortcode label {
  display: block;
  color: #4d4d4d;
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.subscription-shortcode .form-group .form-control {
  border-color: #999999;
}

.subscription-shortcode .form-group .form-control:-ms-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
}

.subscription-shortcode .form-group .form-control::placeholder {
  color: #b3b3b3;
  font-style: italic;
}

.subscription-shortcode .btn {
  font-size: 16px;
  border-radius: 3px;
  vertical-align: bottom;
}

.learn {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 12;
}

.learn.closed {
  display: none;
}

.learn.open .content h3,
.learn.open .content .btn {
  top: 0;
  opacity: 1;
}

.learn.open .content p {
  opacity: 1;
}

.learn.open .content p:first-of-type {
  left: 0;
}

.learn .content {
  width: 100%;
  max-width: 715px;
  margin: 0 auto;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

.learn .content h3,
.learn .content p,
.learn .content .btn {
  transition: all 200ms ease-in;
  opacity: 0;
}

.learn .content h3 {
  color: #fff;
  font-size: 3.4375rem;
  line-height: 3.5rem;
  text-transform: none;
  margin: 0 0 30px;
  position: relative;
  top: -50px;
}

.learn .content p {
  color: #fff;
  font-size: 1.4375rem;
  line-height: 2rem;
  margin: 0 0 30px;
}

.learn .content p:first-of-type {
  position: relative;
  left: -50px;
}

.learn .content .btn {
  font-size: 1.4375rem;
  padding: 6px 50px;
  position: relative;
  top: 50px;
}

.aspect-16-9 {
  position: relative;
}

.aspect-16-9:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.aspect-16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  /* Utility container */
  /* Mobile focus with dropdown for parent */
}

header .logo {
  background: url("../../../../dist/img/street-scout-logo.svg") no-repeat center left;
  background-size: 100%;
  width: 240px;
  height: 46px;
  display: block;
  float: left;
  color: #407281;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
  margin-top: 4px;
  margin-left: 15px;
}

header .logo span {
  font-weight: 300;
}

header .logo:hover,
header .logo:focus {
  text-decoration: none;
}

header .logo-wrapper {
  float: left;
}

header .logo-partner {
  display: inline-block;
  font-size: 12px;
  color: #666;
  padding-top: 31px;
  padding-left: 1em;
}

header .logo-partner img {
  max-height: 1.5em;
  padding-bottom: 0.1em;
}

header .utility {
  background: #fff;
}

header .nav .open > a {
  background: transparent;
  background-color: transparent;
}

header .navbar.navbar-utility {
  min-height: 55px;
  display: inline-block;
  float: right;
  margin: 0 15px 0 0;
}

header .navbar.navbar-utility .fa-c-home,
header .navbar.navbar-utility .fa-c-contact {
  font-size: 0.75rem;
  padding: 30px 8px 6px;
  position: relative;
  transition: all 100ms ease-out;
}

header .navbar.navbar-utility .fa-c-home::after,
header .navbar.navbar-utility .fa-c-contact::after {
  font-family: "FontAwesome", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  content: "";
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header .navbar.navbar-utility .fa-c-home:hover,
header .navbar.navbar-utility .fa-c-home:focus,
header .navbar.navbar-utility .fa-c-contact:hover,
header .navbar.navbar-utility .fa-c-contact:focus {
  background: transparent;
  background-color: transparent;
}

header .navbar.navbar-utility .fa-c-home::after {
  content: "\f015";
}

header .navbar.navbar-utility .fa-c-contact::after {
  content: "\f1e4";
}

header .navbar.navbar-utility .btn-blue-primary {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 7px 15px;
  margin: 7px 0 0 8px;
}

header .navbar.navbar-primary {
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  border-radius: 0;
  border: 0;
  position: static;
  top: -100%;
  transition: top 0.5s;
}

header .navbar.navbar-primary .navbar-brand {
  display: none;
}

header .navbar.navbar-primary li {
  /*&:first-of-type {
					a {
						margin-left: 0;
					}
				}*/
  /* Because the last one is hidden, shows on mobile only */
}

header .navbar.navbar-primary li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 21px 0;
  margin: 0 25px;
  position: relative;
  transition: all 100ms ease-out;
}

header .navbar.navbar-primary li a:hover,
header .navbar.navbar-primary li a:focus {
  background: transparent;
  color: #f3bb3b;
}

header .navbar.navbar-primary li.active a {
  color: #f3bb3b;
}

header .navbar.navbar-primary li:nth-child(5n) a {
  margin-right: 0;
}

header .navbar.navbar-primary li.dropdown .dropdown-toggle .fa {
  display: none;
}

header .navbar.navbar-primary li.dropdown .dropdown-toggle[aria-expanded="true"] .fa-angle-up {
  display: inline;
}

header .navbar.navbar-primary li.dropdown .dropdown-toggle[aria-expanded="false"] .fa-angle-down {
  display: inline;
}

header .navbar.navbar-primary li.dropdown .dropdown-menu li a {
  display: block;
}

header .navbar.navbar-primary li .dropdown-menu {
  background: rgba(0, 0, 0, 0.7);
  list-style: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 100%;
}

header .navbar.navbar-primary li .dropdown-menu li a {
  white-space: nowrap;
  padding: 15px 0;
  margin: 0;
}

header .navbar.navbar-primary li .dropdown-menu li a:hover,
header .navbar.navbar-primary li .dropdown-menu li a:focus {
  text-decoration: none;
}

header .navbar.navbar-primary.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

header .search-bar {
  background-image: url("../../../../dist/img/bg-search-bar.gif");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center center;
  background-color: #fff;
}

header .search-bar .btn-group {
  float: left;
  width: 20%;
  border: 0;
}

header .search-bar .btn-group .btn {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

header .search-bar .btn-group.open > .dropdown-menu {
  left: 0;
  right: 0;
}

header .search-bar .btn-group > .dropdown-menu {
  background: #f3bb3b;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

header .search-bar .btn-group > .dropdown-menu > li > a {
  color: #fff;
  font-weight: 600;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  padding-left: 15px;
}

header .search-bar .btn-group > .dropdown-menu > li > a:hover {
  background: #f4c353;
}

header .search-bar .btn-group > .dropdown-menu > li > a:focus,
header .search-bar .btn-group > .dropdown-menu > li > a:active {
  background: #c89e35;
  border-color: #c89e35;
}

header .search-bar form {
  float: left;
  width: 65%;
}

header .search-bar form .search-icon::after {
  top: 10px;
  left: 12px;
}

header .search-bar form .form-group {
  margin: 0;
}

header .search-bar form .form-control {
  height: 50px;
  padding-left: 45px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

header .search-bar form .form-control:focus {
  border: 0;
  box-shadow: none;
}

header .search-bar .social {
  float: left;
  width: 15%;
  text-align: right;
}

header .search-bar .social a {
  text-align: center;
}

footer {
  padding: 15px 0 30px;
}

footer .btn-link {
  color: #4e8a9c;
  font-weight: 300;
}

footer nav {
  max-width: 800px;
  margin: 0 auto;
}

footer .policy {
  color: #5a5a5a;
  font-weight: 400;
  margin: 15px 0;
}

footer .policy a {
  font-weight: 700;
}

.form-group {
  position: relative;
  /* Default */
  /* Simulate active for styleguide */
}

.form-group .form-control {
  color: #555;
  font-size: 0.875rem;
  height: 35px;
  padding: 6px 15px;
  border: 1px solid #3c3c3c;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.23);
}

.form-group .form-control:focus {
  border: 1px solid #396471;
  box-shadow: inset 0px 0px 4px rgba(57, 100, 113, 0.73);
}

.form-group.error .form-control {
  border: 1px solid #dd1d24;
  box-shadow: inset 0px 0px 4px rgba(221, 29, 36, 0.73);
}

.form-group.error .form-control::-webkit-input-placeholder {
  color: #dd1d24;
}

.form-group.error .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #dd1d24;
}

.form-group.error .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #dd1d24;
}

.form-group.error .form-control:-ms-input-placeholder {
  color: #dd1d24;
}

.form-group.active .form-control {
  border: 1px solid #396471;
  box-shadow: inset 0px 0px 4px rgba(57, 100, 113, 0.73);
}

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

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #5a5a5a;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #5a5a5a;
}

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

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

.register-divider {
  text-align: center;
  line-height: 40px;
}

.chart-contain {
  height: 100%;
  padding: 0 20px;
  position: relative;
}

.chart-contain .chart-canvas-contain,
.chart-contain canvas {
  max-width: 100%;
  height: auto !important;
}

.chart-contain .single-data-point {
  padding-top: 50px;
  text-align: center;
  color: #3c3c3c;
  font-size: 2.5rem;
  font-weight: 600;
}

#chartTooltip {
  background: rgba(0, 0, 0, 0.7);
  font-family: "Source Sans Pro", sans-serif;
  color: #f3bb3b;
  font-size: 0.75rem;
  text-align: center;
  border-radius: 3px;
  padding: 6px 20px;
  margin-top: -7px;
  pointer-events: none;
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  transition: all 100ms ease;
  position: absolute;
  opacity: 0;
}

#chartTooltip::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

#chartTooltip span {
  color: #fff;
  font-size: 1.25rem;
  display: block;
}

.donutTooltip {
  width: 100%;
  max-width: 90px;
  color: #396471;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 14px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.donutTooltip span {
  color: #4c4c4c;
  font-size: 1.375rem;
  display: block;
  margin-bottom: 5px;
}

.donutTooltip span.donut-percentage {
  margin-top: 5px;
}

/*
 *  No 'chart'
 */

.medianPriceToday {
  text-align: center;
  padding-top: 40px;
}

.medianPriceToday .date {
  color: #396471;
  font-size: 1rem;
  font-weight: 400;
}

.medianPriceToday .price {
  color: #3c3c3c;
  font-size: 2rem;
  font-weight: 600;
}

.highestSale {
  text-align: center;
  padding-top: 40px;
}

.highestSale .date .week {
  color: #396471;
  font-size: 1rem;
  font-weight: 400;
}

.highestSale .sale {
  color: #3c3c3c;
  font-size: 2rem;
  font-weight: 600;
}

.ad-desktop {
  display: block;
}

.ad-mobile {
  display: none;
}

.scouting-report .ad-leaderboard {
  text-align: center;
  width: 728px;
  height: 90px;
  margin: 0 auto;
}

.neighborhoods .ad-skyscraper {
  text-align: center;
  display: block;
  width: 300px;
  max-width: 100%;
  height: 600px;
}

.neighborhoods .ad-leaderboard {
  text-align: center;
  width: 728px;
  height: 90px;
  margin: 0 auto;
}

.neighborhoods .module.generic .ad-module h3 {
  background: #d75e2f;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  text-transform: uppercase;
  padding: 15px 30px;
  margin: 0;
  border-radius: 7px 7px 0 0;
}

.neighborhoods .module.generic .ad-module .content {
  width: 100%;
  background: #fff;
  max-width: none;
  padding: 30px;
  margin-bottom: 0;
  border: 1px solid #acacac;
  border-top: 0;
  border-radius: 0 0 3px 3px;
}

.neighborhoods .module.generic .ad-module .content h4 {
  color: #407281;
  text-transform: none;
  margin: 25px 0 15px;
}

.neighborhoods .module.generic .ad-module .content h4.large {
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 2.5rem;
  margin: 0 0 15px;
}

.neighborhoods .module.generic .ad-module .content .aspect-ratio .video-play:before {
  width: 60px;
  height: 60px;
}

.neighborhoods .module.generic .ad-module .content .aspect-ratio .video-play:after {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
}

.news .queued-ad,
.news #gallery_placement_root {
  display: none !important;
}

.news .ad-leaderboard {
  text-align: center;
  width: 728px;
  height: 90px;
  margin: 30px auto 0;
}

.news .ad-skyscraper {
  text-align: center;
  display: block;
  width: 300px;
  max-width: 100%;
  height: 600px;
}

.news .ad-block {
  display: inline-block;
  text-align: center;
  width: 300px;
  max-width: 100%;
  max-height: 250px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.news .ad-block:last-of-type {
  margin-right: 0;
}

.news .gallery-ad-block {
  position: relative;
  height: 65px;
  padding-top: 15px;
}

.news .gallery-ad-block > div {
  position: absolute;
  width: 320px;
  height: 50px;
  top: 1em;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes reportFadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes reportSlideIn {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: -90px;
  }
}

#floatingCirclesG {
  position: absolute;
  width: 38px;
  height: 38px;
  top: 6px;
  right: 24%;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
}

.f_circleG {
  position: absolute;
  background-color: white;
  height: 7px;
  width: 7px;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.732s;
  -o-animation-duration: 0.732s;
  -ms-animation-duration: 0.732s;
  -webkit-animation-duration: 0.732s;
  -moz-animation-duration: 0.732s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#frotateG_01 {
  left: 0;
  top: 16px;
  animation-delay: 0.2695s;
  -o-animation-delay: 0.2695s;
  -ms-animation-delay: 0.2695s;
  -webkit-animation-delay: 0.2695s;
  -moz-animation-delay: 0.2695s;
}

#frotateG_02 {
  left: 4px;
  top: 4px;
  animation-delay: 0.366s;
  -o-animation-delay: 0.366s;
  -ms-animation-delay: 0.366s;
  -webkit-animation-delay: 0.366s;
  -moz-animation-delay: 0.366s;
}

#frotateG_03 {
  left: 16px;
  top: 0;
  animation-delay: 0.4525s;
  -o-animation-delay: 0.4525s;
  -ms-animation-delay: 0.4525s;
  -webkit-animation-delay: 0.4525s;
  -moz-animation-delay: 0.4525s;
}

#frotateG_04 {
  right: 4px;
  top: 4px;
  animation-delay: 0.549s;
  -o-animation-delay: 0.549s;
  -ms-animation-delay: 0.549s;
  -webkit-animation-delay: 0.549s;
  -moz-animation-delay: 0.549s;
}

#frotateG_05 {
  right: 0;
  top: 16px;
  animation-delay: 0.6355s;
  -o-animation-delay: 0.6355s;
  -ms-animation-delay: 0.6355s;
  -webkit-animation-delay: 0.6355s;
  -moz-animation-delay: 0.6355s;
}

#frotateG_06 {
  right: 4px;
  bottom: 4px;
  animation-delay: 0.732s;
  -o-animation-delay: 0.732s;
  -ms-animation-delay: 0.732s;
  -webkit-animation-delay: 0.732s;
  -moz-animation-delay: 0.732s;
}

#frotateG_07 {
  left: 16px;
  bottom: 0;
  animation-delay: 0.8185s;
  -o-animation-delay: 0.8185s;
  -ms-animation-delay: 0.8185s;
  -webkit-animation-delay: 0.8185s;
  -moz-animation-delay: 0.8185s;
}

#frotateG_08 {
  left: 4px;
  bottom: 4px;
  animation-delay: 0.905s;
  -o-animation-delay: 0.905s;
  -ms-animation-delay: 0.905s;
  -webkit-animation-delay: 0.905s;
  -moz-animation-delay: 0.905s;
}

@keyframes f_fadeG {
  0% {
    background-color: #407281;
  }

  100% {
    background-color: white;
  }
}

.search-widget .action {
  display: block;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  /* IE Fix - Absolute position center */
  width: 100%;
}

.search-widget .action form {
  position: relative;
  /* floatingCircles classes found in loading-spinner partial */
}

.search-widget .action form .form-group {
  float: left;
  width: 100%;
}

.search-widget .action form .form-group input {
  font-size: 1.25rem;
  width: 100%;
  height: 48px;
  padding: 6px 170px 6px 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7);
  border: 0;
}

.search-widget .action form .form-group span.twitter-typeahead {
  width: 100%;
}

.search-widget .action form .form-group .tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.search-widget .action form .form-group .tt-hint {
  color: #999;
}

.search-widget .action form .form-group .tt-menu {
  background-color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 4px;
  padding: 4px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.search-widget .action form .form-group .tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 24px;
}

.search-widget .action form .form-group .tt-suggestion.tt-cursor,
.search-widget .action form .form-group .tt-suggestion.arrow-hover {
  color: #fff;
  background-color: #0097cf;
}

.search-widget .action form .form-group .tt-suggestion:focus {
  outline: none;
}

.search-widget .action form .form-group .tt-selectable {
  cursor: pointer;
}

.search-widget .action form .form-group .tt-selectable:hover {
  color: #4e8a9c;
}

.search-widget .action form .form-group .tt-suggestion p {
  margin: 0;
}

.search-widget .action form .btn {
  float: left;
  font-size: 1.25rem;
  font-weight: 700;
  width: 23%;
  height: 48px;
  border: 0;
  border-radius: 0 3px 3px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.search-widget .action p {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
  margin: 15px 0 0;
}

.search-widget .action p button {
  background: transparent;
  color: #f3bb3b;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #f3bb3b;
}

.search-widget .action p button:hover,
.search-widget .action p button:focus {
  text-decoration: none;
  outline: 0;
}

@media only screen and (max-width: 1199px) {
  .hero {
    background-attachment: scroll !important;
  }
}

@media only screen and (max-width: 991px) {
  .home .hero .photo-cred.visible-sm {
    right: 15px;
  }

  .home .findneighborhood .neighborhood p {
    font-size: 2rem;
  }

  .scouting-report {
    /*
	 *  Initial report template for Valuation Page
	 *
	 *	Additional Report styles for Comparable homes below, see class '.comparable-homes'
	 */
  }

  .scouting-report .hero .info {
    left: 0;
  }

  .scouting-report .report .report-content .panel-value .panel-content p {
    font-size: 2.75rem;
  }

  .scouting-report .report .report-content .panel-value .panel-content p span {
    font-size: 1.25rem;
    top: -20px;
  }

  .scouting-report .price-range .gmap-top-view .drawer ul li h5 {
    font-size: 0.9rem;
  }

  .scouting-report .price-range .gmap-top-view .drawer ul li h6 {
    font-size: 0.875rem;
  }

  .scouting-report .price-range .gmap-top-view .drawer ul li p {
    font-size: 0.9rem;
  }

  .scouting-report .comparable-homes .report .report-content .listing {
    /* Grid it out */
  }

  .scouting-report .comparable-homes .report .report-content .listing.header h5 {
    font-size: 0.875rem;
  }

  .scouting-report .comparable-homes .report .report-content .listing .address p,
  .scouting-report .comparable-homes .report .report-content .listing .home-size p,
  .scouting-report .comparable-homes .report .report-content .listing .lot-size p,
  .scouting-report .comparable-homes .report .report-content .listing .built p,
  .scouting-report .comparable-homes .report .report-content .listing .sale-type p,
  .scouting-report .comparable-homes .report .report-content .listing .pool p,
  .scouting-report .comparable-homes .report .report-content .listing .last-sale p {
    font-size: 0.9rem;
  }

  .scouting-report .comparable-homes .report .report-content .listing .sale-type p {
    text-align: left;
    padding-left: 0;
  }

  .panel.panel-yellow h3 {
    font-size: 0.9rem;
  }

  .panel.panel-yellow .panel-content p {
    font-size: 1.75rem;
    line-height: 1.25rem;
  }

  .panel.panel-yellow .panel-content p span {
    font-size: 1.25rem;
  }

  .neighborhoods .hero .photo-cred.visible-sm {
    right: 15px;
  }

  .neighborhoods .module .slick.slick-module-content .slick-list::before,
  .neighborhoods .module .slick.slick-module-content .slick-list::after {
    display: none;
  }

  .neighborhoods-listing .hero .photo-cred.visible-sm {
    right: 15px;
  }

  .neighborhoods-listing .neighborhood-listing-tabs {
    display: none;
  }

  .neighborhoods-listing .neighborhood-listing-tabs.tab-pane.active {
    display: none;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #map_view {
    display: none !important;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #map_view.tab-pane.active {
    display: none !important;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view {
    display: block !important;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) a p {
    font-size: 2rem;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li a p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .register .content-row .right-col {
    border-right: none;
  }

  .news .module {
    /**
		 *  Titles
		 */
    /**
		 *  Modules
		 */
  }

  .news .module .title {
    padding: 7px 0;
    margin-bottom: 25px;
  }

  .news .module .title h2 {
    font-size: 1.5625rem;
  }

  .news .module.generic {
    padding-bottom: 30px;
  }

  .news .module.generic .btn-large {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .news .module.generic .btn-large:last-of-type {
    margin-right: 0;
  }

  .news .module.generic .btn-circle {
    position: relative;
    top: -60px;
    right: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .news #navbar-sections.fixed {
    border-bottom-width: 50px;
  }

  .news-single .meta {
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .news-single .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .news-single article {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-single .sidebar {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-single .sidebar.sidebar-fixed {
    position: static;
    top: 0 !important;
  }

  .news-listings .search-category form {
    max-width: none;
  }

  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    font-size: 0.875rem;
  }

  header .navbar.navbar-primary li a {
    font-size: 0.875rem;
    margin: 0 20px;
  }

  /*
 *
 * Modify Default Skin Below
 *
 */

  /* Modal slick gallery */

  .gallery-modal-nav {
    margin-bottom: 0;
  }

  .neighborhoods .ad-skyscraper {
    height: auto;
    overflow: visible;
  }

  .neighborhoods .ad-leaderboard {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .home .hero::before {
    background: rgba(0, 0, 0, 0.65);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .home .hero .action {
    top: 55%;
    padding: 0 15px;
  }

  .home .hero .action h3 {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 2.25rem;
    margin: 0 0 20px;
  }

  .home .hero .action form {
    position: relative;
  }

  .home .hero .action form .form-group {
    width: 100%;
    margin-right: 0;
  }

  .home .hero .action form .form-group input {
    height: 36px;
    font-size: 0.8rem;
    padding: 6px 90px 6px 10px;
  }

  .home .hero .action form #floatingCirclesG {
    top: 0;
    right: 80px;
  }

  .home .hero .action form .btn {
    font-size: 0.8rem;
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 5px 12px 6px;
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 4px;
  }

  .home .hero .action p {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
  }

  .home .hero .photo-cred {
    bottom: 65px;
  }

  .home .hero .overlay {
    padding: 10px 0 25px;
  }

  .home .hero .overlay h1 {
    font-size: 0.9rem;
    line-height: 0.9rem;
  }

  .home .hero .overlay .circle-down {
    width: 25px;
    height: 25px;
    bottom: -12px;
  }

  .home .hero .overlay .circle-down::after {
    font-size: 0.9rem;
    top: 0;
  }

  .home .realtimedata h2 {
    display: none;
  }

  .home .realtimedata p {
    font-size: 0.8rem;
    line-height: 1.125rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .home .realtimedata p span {
    font-size: 1.125rem;
  }

  .home .findneighborhood h2 {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 30px 0 20px;
  }

  .home .findneighborhood .neighborhood p {
    font-size: 1.25rem;
    margin-top: -10px;
  }

  .home .findneighborhood .btn {
    font-size: 0.6875rem;
    margin: 30px 0 15px;
    white-space: normal;
  }

  .home .findneighborhood .row div:nth-child(3) {
    display: none;
  }

  .home .learn .content {
    padding: 0 15px;
  }

  .home .learn .content h3 {
    font-size: 1.75rem;
    line-height: 1.5625rem;
    margin: 0 0 20px;
  }

  .home .learn .content p {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 60px;
  }

  .home .learn .content .btn {
    font-size: 1rem;
    padding: 6px 30px;
  }

  .scouting-report {
    /*
	 *  Initial report template for Valuation Page
	 *
	 *	Additional Report styles for Comparable homes below, see class '.comparable-homes'
	 */
  }

  .scouting-report .col-mobile-content {
    padding: 0;
  }

  .scouting-report .hero {
    min-height: 410px;
    padding: 121px 0 90px;
    /**
		 *  Required for Vertical Center on Mobile
		 */
  }

  .scouting-report .hero .container {
    height: 199px;
    position: relative;
  }

  .scouting-report .hero .container .col-xs-12 {
    position: static;
  }

  .scouting-report .hero .info {
    width: 100%;
    top: 25%;
  }

  .scouting-report .hero .info h1 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 2.25rem;
    text-align: center;
    margin: 0;
  }

  .scouting-report .hero .save {
    margin: 0;
    top: 145px;
    right: 0;
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .scouting-report .hero .save > span {
    display: inline-block;
  }

  .scouting-report .hero .save .btn {
    background: #ffffff;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e0dfdf 100%);
    /* W3C */
    color: #f3bb3b;
    font-weight: 600;
    border: 0;
    border-radius: 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
    position: static;
    display: inline-block;
    width: auto;
    font-size: 0.75rem;
    padding: 0.5em 1em;
    float: none;
    margin: 5px 8px;
  }

  .scouting-report .hero .save .btn:hover,
  .scouting-report .hero .save .btn:active,
  .scouting-report .hero .save .btn:focus {
    background: #e0dfdf;
    /* Old browsers */
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, #e0dfdf 0%, #ffffff 100%);
    /* W3C */
  }

  .scouting-report .hero .save .social {
    font-size: 0.75rem;
    padding: 0.5em 1em;
    float: none;
    margin: 5px 8px;
    display: inline-block;
  }

  .scouting-report .hero .save .social span {
    display: inline-block;
    margin: 0 15px 0;
  }

  .scouting-report .report .gmap-street-view #gmapStreetView {
    height: 215px;
    margin-bottom: 20px;
  }

  .scouting-report .report .gmap-street-view #gmapStreetView::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .scouting-report .report .title {
    padding: 8px 15px;
  }

  .scouting-report .report .title h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .scouting-report .report .title p {
    font-size: 0.8rem;
  }

  .scouting-report .report .title p.print {
    display: none;
  }

  .scouting-report .report .report-content {
    padding: 20px 15px;
  }

  .scouting-report .report .report-content .col-xs-6:nth-child(odd) {
    padding: 0 6px 0 15px;
  }

  .scouting-report .report .report-content .col-xs-6:nth-child(even) {
    padding: 0 15px 0 6px;
  }

  .scouting-report .report .report-content .btn-accordion {
    display: block;
  }

  .scouting-report .report .report-content .accordion-content {
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: opacity 500ms ease;
  }

  .scouting-report .report .report-content .accordion-content.active {
    height: auto;
    opacity: 1;
  }

  .scouting-report .report .report-content h4 {
    text-align: center;
  }

  .scouting-report .report .report-content .description {
    text-align: justify;
  }

  .scouting-report .price-range {
    margin: 25px 0 20px;
  }

  .scouting-report .price-range h2 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
  }

  .scouting-report .price-range p {
    text-align: center;
  }

  .scouting-report .price-range ul li:first-of-type p {
    text-align: left;
  }

  .scouting-report .price-range ul li:last-of-type p {
    text-align: right;
  }

  .scouting-report .price-range ul li p span {
    font-size: 1.125rem;
  }

  .scouting-report .price-range .btn-orange-primary {
    display: table;
    margin: 0 auto;
  }

  .scouting-report .price-range .gmap-top-view {
    padding: 5px 0;
    overflow: hidden;
  }

  .scouting-report .price-range .gmap-top-view .drawer {
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    z-index: 2;
  }

  .scouting-report .price-range .gmap-top-view .drawer.active {
    left: 0;
    box-shadow: 0 0 5px transparent;
  }

  .scouting-report .price-range .gmap-top-view .drawer ul li p {
    text-align: center;
  }

  .scouting-report .comparable-homes .report .title {
    padding: 13px 15px;
  }

  .scouting-report .comparable-homes .report .report-content {
    padding: 0;
  }

  .scouting-report .comparable-homes .report .report-content .listing {
    /* Grid it out */
  }

  .scouting-report .comparable-homes .report .report-content .listing.header {
    display: none;
  }

  .scouting-report .comparable-homes .report .report-content .listing.item {
    display: table;
    padding: 15px;
  }

  .scouting-report .comparable-homes .report .report-content .listing.item.first .marker {
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    overflow: hidden;
  }

  .scouting-report .comparable-homes .report .report-content .listing.item .marker {
    background-size: 100%;
    font-size: 0.5rem;
    line-height: 1rem;
    width: 15px;
    height: 19px;
    margin: 0 15px 0 5px;
    overflow: hidden;
  }

  .scouting-report .comparable-homes .report .report-content .listing .address,
  .scouting-report .comparable-homes .report .report-content .listing .home-size,
  .scouting-report .comparable-homes .report .report-content .listing .lot-size,
  .scouting-report .comparable-homes .report .report-content .listing .built,
  .scouting-report .comparable-homes .report .report-content .listing .sale-type,
  .scouting-report .comparable-homes .report .report-content .listing .pool,
  .scouting-report .comparable-homes .report .report-content .listing .last-sale {
    width: 100%;
    margin-bottom: 10px;
  }

  .scouting-report .comparable-homes .report .report-content .listing .address p,
  .scouting-report .comparable-homes .report .report-content .listing .home-size p,
  .scouting-report .comparable-homes .report .report-content .listing .lot-size p,
  .scouting-report .comparable-homes .report .report-content .listing .built p,
  .scouting-report .comparable-homes .report .report-content .listing .sale-type p,
  .scouting-report .comparable-homes .report .report-content .listing .pool p,
  .scouting-report .comparable-homes .report .report-content .listing .last-sale p {
    color: #5a5a5a;
    font-size: 1rem;
    font-weight: 300;
    width: 100%;
    margin: 0;
  }

  .scouting-report .comparable-homes .report .report-content .listing .address p .label,
  .scouting-report .comparable-homes .report .report-content .listing .home-size p .label,
  .scouting-report .comparable-homes .report .report-content .listing .lot-size p .label,
  .scouting-report .comparable-homes .report .report-content .listing .built p .label,
  .scouting-report .comparable-homes .report .report-content .listing .sale-type p .label,
  .scouting-report .comparable-homes .report .report-content .listing .pool p .label,
  .scouting-report .comparable-homes .report .report-content .listing .last-sale p .label {
    display: inline-block;
    color: #5a5a5a;
    font-weight: 600;
    text-transform: uppercase;
    width: 33%;
    max-width: 100px;
  }

  .scouting-report .comparable-homes .report .report-content .listing .address p {
    color: #111;
    max-width: 85%;
  }

  .scouting-report .comparable-homes .report .report-content .listing .address p span {
    display: inline-block;
  }

  .scouting-report .comparable-homes .report .report-content .listing .last-sale p {
    font-weight: 300;
    width: 100%;
  }

  .scouting-report .comparable-homes .report .report-content .listing .last-sale p span {
    color: #a0a0a0;
    font-weight: 300;
    display: inline;
  }

  .scouting-report .comparable-homes .disclaimer {
    padding: 0 15px;
  }

  .panel.panel-yellow {
    margin-bottom: 10px;
  }

  .panel.panel-yellow h3 {
    font-size: 0.9rem;
  }

  .panel.panel-yellow .panel-content {
    min-height: 75px;
  }

  .panel.panel-yellow .panel-content p {
    font-size: 1.4375rem;
  }

  .panel.panel-yellow .panel-content p span {
    font-size: 1.0625rem;
    font-weight: 300;
  }

  .neighborhoods .hero {
    min-height: 350px;
  }

  .neighborhoods .hero .container {
    min-height: 350px;
  }

  .neighborhoods .hero .info h1 {
    font-size: 2.5rem;
  }

  .neighborhoods .details {
    padding-top: 70px;
  }

  .neighborhoods .details h4 {
    font-size: 1.25rem;
    text-align: center;
    margin: 0 0 5px;
  }

  .neighborhoods .details p {
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    line-height: 22px;
  }

  .neighborhoods .details .subscribe h5 {
    font-size: 1rem;
    font-weight: 700;
  }

  .neighborhoods .details .subscribe .btn-orange-primary {
    font-size: 1.125rem;
    margin-top: 10px;
  }

  .neighborhoods .details .subscribe .btn-link {
    font-size: 1rem;
    padding-right: 0;
  }

  .neighborhoods .details .ss-expand .btn-link {
    background: linear-gradient(#ffffff, #e7e7e7);
    width: 100%;
    color: #787878;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 30px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
  }

  .neighborhoods .maps {
    margin-bottom: 30px;
  }

  .neighborhoods .maps .width-padding {
    padding: 0;
  }

  .neighborhoods .maps .width-padding .row {
    margin: 0;
  }

  .neighborhoods .maps .width-padding .row .col-xs-12 {
    padding: 0;
  }

  .neighborhoods .maps #gmapOverview {
    height: 220px;
  }

  .neighborhoods .module {
    /**
		 *  Titles
		 */
    /**
		 *  Modules
		 */
  }

  .neighborhoods .module .title {
    padding: 7px 0;
    margin-bottom: 25px;
  }

  .neighborhoods .module .title h2 {
    font-size: 1.5625rem;
  }

  .neighborhoods .module.market .module-nav-container .slick.module-nav .slick-prev,
  .neighborhoods .module.market .module-nav-container .slick.module-nav .slick-next {
    background: #da951f;
  }

  .neighborhoods .module.things-to-do .module-nav-container .slick.module-nav .slick-prev,
  .neighborhoods .module.things-to-do .module-nav-container .slick.module-nav .slick-next {
    background: #085e6a;
  }

  .neighborhoods .module.things-to-do h3 {
    font-size: 1rem;
    margin: 20px 0;
  }

  .neighborhoods .module.stats-and-facts .module-nav-container .slick.module-nav .slick-prev,
  .neighborhoods .module.stats-and-facts .module-nav-container .slick.module-nav .slick-next {
    background: #7d3b5a;
  }

  .neighborhoods .module.stats-and-facts .facts h2 {
    font-size: 1rem;
    line-height: 16px;
  }

  .neighborhoods .module.stats-and-facts .facts h4 {
    font-size: 1rem;
  }

  .neighborhoods .module.stats-and-facts .facts p {
    font-size: 0.9rem;
    line-height: 16px;
  }

  .neighborhoods .module.generic {
    padding-bottom: 30px;
    /**
			 *  Placeholder to make ad space visible
			 */
  }

  .neighborhoods .module.generic .content {
    margin: 0 auto 20px;
  }

  .neighborhoods .module.generic .content h4 {
    font-size: 1rem;
    margin: 0 0 5px;
  }

  .neighborhoods .module.generic .content p {
    font-size: 0.9rem;
    line-height: 16px;
  }

  .neighborhoods .module.multi-info {
    margin-bottom: 30px;
  }

  .neighborhoods .module.multi-info .module-nav-container {
    margin-bottom: 30px;
  }

  .neighborhoods .module.multi-info .module-nav-container .width-padding {
    padding: 0;
  }

  .neighborhoods .module.multi-info .module-nav-container .width-padding .row {
    margin: 0;
  }

  .neighborhoods .module.multi-info .module-nav-container .width-padding .row .col-xs-12 {
    padding: 0 35px;
  }

  .neighborhoods .module.multi-info .content {
    margin: 0 auto 20px;
  }

  .neighborhoods .module.multi-info .content h4 {
    font-size: 1rem;
    margin: 0 0 5px;
  }

  .neighborhoods .module.multi-info .content p {
    font-size: 0.9rem;
    line-height: 16px;
  }

  .neighborhoods .welcome h2 {
    font-size: 1.25rem;
    line-height: 24px;
    margin: 0 0 20px;
  }

  .neighborhoods .welcome h2.bold {
    padding: 0 35px;
  }

  .neighborhoods .welcome .video-container {
    margin: 0 -15px;
  }

  .neighborhoods .welcome .content {
    margin: 0 auto 30px;
  }

  .neighborhoods .welcome .content h6 {
    font-size: 0.9rem;
    line-height: 17px;
  }

  .neighborhoods .welcome .content h6 span {
    font-size: 0.9rem;
    line-height: 17px;
  }

  .neighborhoods .welcome .content p {
    font-size: 0.9rem;
    line-height: 17px;
  }

  .gallery {
    padding: 0;
    /* Gallery zoom preview */
  }

  .gallery .photo .photo-cred {
    right: 20px;
    bottom: 15px;
  }

  .gallery .photo .photo-cred a.fa {
    font-size: 0.9rem;
  }

  #navbar-sections {
    top: -12px;
    transition: background 250ms ease;
  }

  #navbar-sections .container {
    top: 0;
  }

  #navbar-sections.fixed {
    background: rgba(0, 0, 0, 0.7);
    height: 37px;
    top: inherit;
    bottom: 0;
    border-bottom: 0;
  }

  #navbar-sections.fixed .nav-tabs {
    margin: 0 20px;
  }

  #navbar-sections.fixed .nav-tabs p {
    display: block;
    color: #fff;
    line-height: 0;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
  }

  #navbar-sections.fixed .nav-tabs button.section-prev,
  #navbar-sections.fixed .nav-tabs button.section-next {
    background: transparent;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: absolute;
    top: 2px;
  }

  #navbar-sections.fixed .nav-tabs button.section-prev::after,
  #navbar-sections.fixed .nav-tabs button.section-next::after {
    background: transparent;
    color: #fff;
    content: "";
    font-family: "FontAwesome", sans-serif;
    font-size: 24px;
    width: 25px;
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #navbar-sections.fixed .nav-tabs button.section-prev:active,
  #navbar-sections.fixed .nav-tabs button.section-prev:focus,
  #navbar-sections.fixed .nav-tabs button.section-next:active,
  #navbar-sections.fixed .nav-tabs button.section-next:focus {
    outline: 0;
  }

  #navbar-sections.fixed .nav-tabs button.section-prev {
    left: -25px;
  }

  #navbar-sections.fixed .nav-tabs button.section-prev::after {
    content: "\f053";
  }

  #navbar-sections.fixed .nav-tabs button.section-next {
    right: -25px;
  }

  #navbar-sections.fixed .nav-tabs button.section-next::after {
    content: "\f054";
  }

  #navbar-sections.fixed .nav-tabs > li {
    height: 22px;
    top: -12px;
    overflow: hidden;
  }

  #navbar-sections.fixed .nav-tabs > li > a {
    font-size: 0.875rem;
    line-height: 11px;
    padding: 22px 0 0 0;
  }

  #navbar-sections.fixed .nav-tabs > li > a::before {
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    transition: background 250ms ease;
  }

  #navbar-sections.fixed .nav-tabs > li > a.housing::before {
    border-color: #aa371d;
  }

  #navbar-sections.fixed .nav-tabs > li > a.market::before {
    border-color: #f5b13d;
  }

  #navbar-sections.fixed .nav-tabs > li > a.living-here::before {
    border-color: #a39f5d;
  }

  #navbar-sections.fixed .nav-tabs > li > a.things-to-do::before {
    border-color: #097786;
  }

  #navbar-sections.fixed .nav-tabs > li > a.stats-and-facts::before {
    border-color: #8c4264;
  }

  #navbar-sections.fixed .nav-tabs > li.active > a.housing::before {
    background: #aa371d;
  }

  #navbar-sections.fixed .nav-tabs > li.active > a.market::before {
    background: #f5b13d;
  }

  #navbar-sections.fixed .nav-tabs > li.active > a.living-here::before {
    background: #a39f5d;
  }

  #navbar-sections.fixed .nav-tabs > li.active > a.things-to-do::before {
    background: #097786;
  }

  #navbar-sections.fixed .nav-tabs > li.active > a.stats-and-facts::before {
    background: #8c4264;
  }

  #navbar-sections .nav-tabs button {
    display: none;
  }

  #navbar-sections .nav-tabs > li > a {
    font-size: 0.8rem;
    line-height: 12px;
    padding: 40px 6px 5px;
  }

  #navbar-sections .nav-tabs > li > a::before {
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
  }

  #navbar-sections .nav-tabs > li > a::after {
    height: 10px;
    top: 25px;
  }

  #navbar-sections .nav-tabs > li > a:hover::before {
    top: 0;
  }

  #navbar-sections .nav-tabs > li.active > a::after {
    display: none;
  }

  #navbar-sections .nav-tabs > li.active > a.housing {
    color: #aa371d;
  }

  #navbar-sections .nav-tabs > li.active > a.market {
    color: #f5b13d;
  }

  #navbar-sections .nav-tabs > li.active > a.living-here {
    color: #a39f5d;
  }

  #navbar-sections .nav-tabs > li.active > a.things-to-do {
    color: #097786;
  }

  #navbar-sections .nav-tabs > li.active > a.stats-and-facts {
    color: #8c4264;
  }

  .neighborhoods-listing .hero {
    min-height: 95vh;
  }

  .neighborhoods-listing .hero::before {
    background: rgba(0, 0, 0, 0.65);
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .neighborhoods-listing .hero .action h1 {
    font-size: 2.625rem;
  }

  .neighborhoods-listing .hero .overlay .circle-down {
    width: 25px;
    height: 25px;
    bottom: -12px;
  }

  .neighborhoods-listing .hero .overlay .circle-down::after {
    font-size: 0.9rem;
    top: 0;
  }

  .neighborhoods-listing h2 {
    max-width: 80%;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 40px auto;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings .neighborhood-filter {
    margin-bottom: 2em;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings .neighborhood-filter form {
    position: relative;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings .neighborhood-filter form .form-group {
    width: 100%;
    margin-right: 0;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings .neighborhood-filter form .form-group input {
    height: 36px;
    font-size: 0.8rem;
    padding: 6px 90px 6px 10px;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings .neighborhood-filter form #floatingCirclesG {
    top: 0;
    right: 80px;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings .neighborhood-filter form .btn {
    font-size: 0.8rem;
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 5px 12px 6px;
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 6px;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li {
    width: 32%;
    /* Reset the start offset */
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4n+10) {
    margin-right: 2%;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) a p {
    font-size: 1.5rem;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3n) {
    margin-right: 0;
  }

  .news .search-icon::after {
    left: 10px;
  }

  .news .hero.no-main-search-bar {
    padding-top: 121px;
  }

  .news .hero.no-main-search-bar .container {
    min-height: 479px;
  }

  .news .hero .info h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .news .module {
    /**
		 *  Modules
		 */
  }

  .news .module.multi-info .module-nav-container {
    /* since we don't use col-xs-12 for this, we must target this instead */
  }

  .news .module.multi-info .module-nav-container .width-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .news .module.multi-info .content {
    display: table;
    width: 100%;
    max-width: 740px;
    margin: 0 auto 60px;
  }

  .news .module.multi-info .content h4 {
    color: #407281;
    text-transform: none;
    margin: 25px 0 15px;
  }

  .news .module.multi-info .title {
    background: #ededed;
  }

  .news .module.multi-info .module-nav-container {
    background: #ededed;
    margin-bottom: 80px;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
  }

  .news .module.multi-info .module-nav-container .slick.module-nav .slick-prev,
  .news .module.multi-info .module-nav-container .slick.module-nav .slick-next {
    background: rgba(0, 0, 0, 0.2);
  }

  .news .module.multi-info .module-nav-container .slick.module-nav .slick-list {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .news .module.multi-info .module-nav-container .slick.module-nav .slick-list .slick-contain {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .news .module.multi-info .module-nav-container .slick.module-nav .slick-list .slick-current {
    background: rgba(0, 0, 0, 0.1);
  }

  .news-single .hero .info {
    margin-top: 30px;
  }

  .news-single .hero .info h1 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .news-single .meta p {
    font-size: 0.875rem;
    text-align: center;
  }

  .news-single .meta p img {
    display: none;
  }

  .news-single .meta p span {
    margin-left: 7px;
    margin-right: 7px;
  }

  .news-single .related {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .news-single .related .large {
    margin-bottom: 20px;
  }

  .news-single .related h4 {
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #fff;
  }

  .news-listings #navbar-sections {
    /* We need to make as much room, because we have 6 instead of 5 now */
  }

  .news-listings #navbar-sections .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .news-listings #navbar-sections.fixed .nav-tabs > li.page-active::after {
    display: none;
  }

  .news-listings #navbar-sections.fixed .nav-tabs > li.page-active > a::before {
    width: 18px;
    height: 18px;
    top: 0;
  }

  .news-listings #navbar-sections.fixed .nav-tabs > li.page-active > a::after {
    display: none;
  }

  .news-listings #navbar-sections.fixed .nav-tabs button.section-prev,
  .news-listings #navbar-sections.fixed .nav-tabs button.section-next {
    display: none;
  }

  .news-listings #navbar-sections .nav-tabs > li {
    /* We need to make as much room, because we have 6 instead of 5 now */
    /* Padding moved to screen-370-max */
  }

  .news-listings #navbar-sections .nav-tabs > li.page-active::after {
    display: none;
  }

  .news-listings #navbar-sections .nav-tabs > li.page-active > a {
    font-size: 0.75rem;
  }

  .news-listings #navbar-sections .nav-tabs > li.page-active > a::before {
    width: 10px;
    height: 10px;
    top: 5px;
  }

  .news-listings #navbar-sections .nav-tabs > li.page-active > a::after {
    display: block;
    content: "\f041";
    font-size: 36px;
    top: 10px;
  }

  .news-listings #navbar-sections .nav-tabs > li > a {
    font-size: 0.75rem;
    font-weight: 400;
  }

  .news-listings hr.no-search {
    margin-top: 100px;
  }

  .news-listings .search-category {
    margin-top: 100px;
    margin-bottom: 30px;
  }

  .news-listings .search-category form .form-control {
    padding-left: 40px;
  }

  .news-listings .filter-and-sort {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .news-listings .filter {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }

  .news-listings .sort {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .news-listings .sort .btn-group {
    width: 100%;
  }

  .news-listings .sort .btn-group .btn-sort {
    width: 100%;
  }

  .news-listings .sort .btn-group.open .dropdown-menu-right {
    left: 0;
  }

  .news-listings .listings ul li {
    float: none;
    width: 100%;
    padding: 0;
  }

  .news-listings .listings ul li:nth-child(2n+1) {
    clear: none;
  }

  .news-listings .listings ul li .photo {
    margin-bottom: 10px;
  }

  .news-listings .listings ul li .photo img {
    min-width: 100%;
  }

  .news-listings .load-more {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .user-dashboard .report .report-content {
    padding: 15px;
  }

  .user-dashboard .report .report-content .listing {
    /* Grid it out */
  }

  .user-dashboard .report .report-content .listing.header {
    display: none;
  }

  .user-dashboard .report .report-content .listing.header + .item {
    border: none;
  }

  .user-dashboard .report .report-content .listing.item {
    border-top: 2px solid #d7d7d7;
    padding: 10px 0;
  }

  .user-dashboard .report .report-content .listing .home-size,
  .user-dashboard .report .report-content .listing .valuation,
  .user-dashboard .report .report-content .listing .address,
  .user-dashboard .report .report-content .listing .sale-date,
  .user-dashboard .report .report-content .listing .sale-price {
    float: none;
    width: auto;
  }

  .user-dashboard .report .report-content .listing .home-size p,
  .user-dashboard .report .report-content .listing .valuation p,
  .user-dashboard .report .report-content .listing .address p,
  .user-dashboard .report .report-content .listing .sale-date p,
  .user-dashboard .report .report-content .listing .sale-price p {
    display: block;
    margin: 0 10px;
  }

  .user-dashboard .report .report-content .listing .home-size p .label,
  .user-dashboard .report .report-content .listing .valuation p .label,
  .user-dashboard .report .report-content .listing .address p .label,
  .user-dashboard .report .report-content .listing .sale-date p .label,
  .user-dashboard .report .report-content .listing .sale-price p .label {
    display: inline;
  }

  .user-dashboard .report.comparable-sales .report-content .listing .address,
  .user-dashboard .report.comparable-sales .report-content .listing .sale-date,
  .user-dashboard .report.comparable-sales .report-content .listing .sale-price,
  .user-dashboard .report.watched-homes .report-content .listing .address,
  .user-dashboard .report.watched-homes .report-content .listing .sale-date,
  .user-dashboard .report.watched-homes .report-content .listing .sale-price {
    float: none;
    width: auto;
  }

  .user-dashboard .report.comparable-sales .report-content .listing .address p,
  .user-dashboard .report.comparable-sales .report-content .listing .sale-date p,
  .user-dashboard .report.comparable-sales .report-content .listing .sale-price p,
  .user-dashboard .report.watched-homes .report-content .listing .address p,
  .user-dashboard .report.watched-homes .report-content .listing .sale-date p,
  .user-dashboard .report.watched-homes .report-content .listing .sale-price p {
    display: block;
    margin: 0 10px;
  }

  .user-dashboard .report.comparable-sales .report-content .listing .address p .label,
  .user-dashboard .report.comparable-sales .report-content .listing .sale-date p .label,
  .user-dashboard .report.comparable-sales .report-content .listing .sale-price p .label,
  .user-dashboard .report.watched-homes .report-content .listing .address p .label,
  .user-dashboard .report.watched-homes .report-content .listing .sale-date p .label,
  .user-dashboard .report.watched-homes .report-content .listing .sale-price p .label {
    display: inline;
  }

  .user-dashboard .report.comparable-sales .report-content .listing .valuation-history-sparkline,
  .user-dashboard .report.watched-homes .report-content .listing .valuation-history-sparkline {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
  }

  .embed-search .search-row #typeaheadForm {
    position: relative;
  }

  .embed-search .search-row #typeaheadForm .form-group {
    width: 100%;
    margin-right: 0;
  }

  .embed-search .search-row #typeaheadForm .form-group input {
    height: 36px;
    font-size: 0.8rem;
    padding: 6px 90px 6px 10px;
  }

  .embed-search .search-row #typeaheadForm #floatingCirclesG {
    top: 0;
    right: 80px;
  }

  .embed-search .search-row #typeaheadForm .btn {
    font-size: 0.8rem;
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 5px 12px 6px;
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 4px;
  }

  .embed-search .learn-p {
    font-size: 0.875rem;
    font-weight: 600;
  }

  .width-padding {
    padding: 0 15px;
  }

  h1 {
    font-size: 1.75rem;
    line-height: 1.25em;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }

  h3 {
    font-size: 1.375rem;
    line-height: 1.25em;
  }

  h4,
  h5,
  h6 {
    font-size: 1.125rem;
    line-height: 1.25em;
  }

  .btn.btn-filter {
    font-size: 0.875rem;
  }

  .btn.btn-sort {
    font-size: 0.875rem;
  }

  .btn.btn-sort::after {
    top: 8px;
  }

  .btn.btn-sort::before {
    top: 17px;
  }

  .btn.btn-topics {
    padding-left: 10px;
    padding-right: 30px;
  }

  .btn.btn-topics::before {
    right: 9px;
  }

  .btn-group .btn-radio {
    font-size: 0.9rem;
    min-width: 65px;
  }

  select.form-control {
    font-size: 0.8rem;
    height: 26px;
  }

  .modal .modal-header {
    background: #4e8a9c;
    padding: 10px 15px 5px;
  }

  .modal .modal-header .modal-title {
    color: #fff;
    font-size: 1.4375rem;
    text-align: center;
  }

  .modal .modal-header .close {
    color: #fff;
    font-size: 1rem;
    font-weight: 300;
    margin-top: -6px;
  }

  .modal .modal-body {
    padding: 15px 15px 60px;
  }

  .modal.modal-gallery .modal-dialog.modal-lg {
    width: 100%;
  }

  .modal.modal-gallery .modal-body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .modal#changeComp .modal-body .row .col-sm-4:nth-child(3n+1) {
    padding-right: 15px;
  }

  .modal#changeComp .modal-body .row .col-sm-4:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
  }

  .modal#changeComp .modal-body .row .col-sm-4:nth-child(3n) {
    padding-left: 15px;
  }

  .modal#changeComp .modal-body .row .col-xs-6:nth-child(2n) {
    padding-left: 7px;
  }

  .modal#changeComp .modal-body .row .col-xs-6:nth-child(2n+1) {
    padding-right: 7px;
  }

  .modal#changeComp .modal-body .form-control {
    margin-bottom: 10px;
  }

  .modal#changeComp .modal-body .btn-group {
    display: table;
    margin: 0 auto 15px;
  }

  .modal#changeComp .modal-body .btn-orange-primary,
  .modal#changeComp .modal-body .btn-link {
    margin: 0;
    position: absolute;
  }

  .modal#changeComp .modal-body .btn-orange-primary {
    width: 70%;
    left: 0;
    bottom: -61px;
    border-radius: 0;
  }

  .modal#changeComp .modal-body .btn-link {
    font-size: 0.9rem;
    text-decoration: underline;
    width: 30%;
    right: 0;
    bottom: -44px;
    border-bottom: 0;
  }

  #scouting_optin_modal.modal .modal-body {
    padding: 15px;
  }

  .nav-tabs {
    margin: 0;
  }

  .nav-tabs > li:first-of-type {
    margin-left: 0;
  }

  .nav-tabs > li {
    width: 20%;
  }

  .nav-tabs > li > a,
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    font-size: 0.9rem;
    line-height: 12px;
    text-align: center;
    padding: 5px;
  }

  .nav-tabs > li > a span,
  .nav-tabs > li > a:hover span,
  .nav-tabs > li > a:focus span {
    display: block;
  }

  .tab-content {
    padding: 10px;
    border-radius: 0;
  }

  .tab-content h5 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .tab-content p {
    font-size: 0.9rem;
    line-height: 16px;
    margin-bottom: 20px;
  }

  .social.ps-sharable span {
    display: block;
    font-size: 1.0625rem;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .social.ps-sharable a {
    width: 34px;
    height: 34px;
    margin-right: 12px;
  }

  .social.ps-sharable a:last-of-type {
    margin-right: 0;
  }

  .social.ps-sharable a::before {
    font-size: 1.25rem;
    line-height: 24px;
  }

  .social.ps-article {
    text-align: center;
  }

  .social.ps-article a {
    height: auto;
    width: auto;
  }

  .video-container {
    margin: 0;
  }

  .aspect-ratio {
    display: table;
    height: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56%;
  }

  .aspect-ratio .video-play:before {
    width: 45px;
    height: 45px;
  }

  .aspect-ratio .video-play:after {
    left: 4px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 15px;
  }

  .ss-expand button {
    padding-right: 30px;
    position: relative;
  }

  .ss-expand button::after {
    content: "\f138";
    top: 10px;
    right: 10px;
  }

  .ss-expand p {
    font-size: 0.9rem;
    line-height: 22px;
    padding-top: 10px;
  }

  .modal.modal-gallery .modal-dialog {
    width: 90%;
    margin: 30px auto 0;
  }

  header .logo {
    font-size: 0.9375rem;
    margin-top: 0;
    margin-left: 0;
    width: 130px;
    height: 35px;
  }

  header .logo-partner {
    display: block;
    clear: left;
    font-size: 11px;
    padding-top: 0;
    padding-left: 0.3em;
  }

  header .navbar.navbar-utility {
    margin: 0 -10px 0 0;
  }

  header .navbar.navbar-utility .fa-c-home {
    font-size: 0.9rem;
    padding: 6px 8px 6px 20px;
    margin-top: 12px;
  }

  header .navbar.navbar-utility .fa-c-home::after {
    font-size: 0.9rem;
    right: auto;
    top: 5px;
  }

  header .navbar.navbar-utility .btn-blue-primary {
    font-size: 0.9rem;
    padding: 6px 8px;
    margin: 11px 0 0 2px;
    border-radius: 4px;
  }

  header .navbar.navbar-primary .navbar-toggle {
    width: 25%;
    color: #f3bb3b;
    font-size: 0.7rem;
    text-transform: uppercase;
    padding: 40px 15px 10px;
    margin: 0;
    border: 0;
    position: relative;
  }

  header .navbar.navbar-primary .navbar-toggle::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 1.75rem;
    font-weight: normal;
    content: "\f0c9";
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  header .navbar.navbar-primary .navbar-toggle.collapsed {
    color: #fff;
  }

  header .navbar.navbar-primary .navbar-toggle.collapsed:hover {
    color: #f3bb3b;
  }

  header .navbar.navbar-primary li .dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 5px;
  }

  header .navbar.navbar-primary li .dropdown-menu li a {
    padding: 10px 0;
  }

  header .navbar.navbar-primary .navbar-mobile {
    width: 75%;
    display: table;
    float: left;
  }

  header .navbar.navbar-primary .navbar-mobile li {
    float: left;
    width: 33.3333%;
  }

  header .navbar.navbar-primary .navbar-mobile li .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
  }

  header .navbar.navbar-primary .navbar-mobile li .dropdown-menu li {
    float: none;
    width: 100%;
  }

  header .navbar.navbar-primary .navbar-mobile .fa-c-scoutingreport,
  header .navbar.navbar-primary .navbar-mobile .fa-c-neighborhoods,
  header .navbar.navbar-primary .navbar-mobile .fa-c-homefinder {
    font-size: 0.7rem;
    text-align: center;
    text-transform: none;
    padding: 40px 0 10px;
    margin: 0;
    position: relative;
    transition: all 100ms ease-out;
  }

  header .navbar.navbar-primary .navbar-mobile .fa-c-scoutingreport::after,
  header .navbar.navbar-primary .navbar-mobile .fa-c-neighborhoods::after,
  header .navbar.navbar-primary .navbar-mobile .fa-c-homefinder::after {
    font-family: "FontAwesome", sans-serif;
    font-size: 1.25rem;
    font-weight: normal;
    content: "";
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  header .navbar.navbar-primary .navbar-mobile .fa-c-scoutingreport:hover,
  header .navbar.navbar-primary .navbar-mobile .fa-c-scoutingreport:focus,
  header .navbar.navbar-primary .navbar-mobile .fa-c-neighborhoods:hover,
  header .navbar.navbar-primary .navbar-mobile .fa-c-neighborhoods:focus,
  header .navbar.navbar-primary .navbar-mobile .fa-c-homefinder:hover,
  header .navbar.navbar-primary .navbar-mobile .fa-c-homefinder:focus {
    background: transparent;
  }

  header .navbar.navbar-primary .navbar-mobile .fa-c-scoutingreport::after {
    content: "\f1e5";
  }

  header .navbar.navbar-primary .navbar-mobile .fa-c-neighborhoods::after {
    font-family: "icomoon", sans-serif;
    content: "\e600";
  }

  header .navbar.navbar-primary .navbar-mobile .fa-c-homefinder::after {
    content: "\f002";
  }

  header .search-bar .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }

  header .search-bar .btn-group {
    width: 30%;
  }

  header .search-bar form {
    width: 70%;
  }

  header .search-bar form .form-control {
    padding-left: 40px;
  }

  header .search-bar .social {
    display: none;
  }

  footer nav {
    display: none;
  }

  footer .policy {
    font-size: 0.8rem;
    margin-top: 0;
  }

  .ad-desktop {
    display: none;
  }

  .ad-mobile {
    display: block;
  }

  .report .ad {
    padding: 0 30px;
    margin-bottom: 25px;
  }

  .neighborhoods .ad-skyscraper {
    display: none;
  }

  .neighborhoods .ad-leaderboard {
    display: none;
  }

  .neighborhoods .module.generic .ad-module h3 {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 0;
  }

  .neighborhoods .module.generic .ad-module .content {
    padding: 15px 20px;
    border-radius: 0;
  }

  .neighborhoods .module.generic .ad-module .content h4 {
    margin: 15px 0 5px;
  }

  .neighborhoods .module.generic .ad-module .content h4.large {
    font-size: 1rem;
    line-height: 18px;
    margin: 0 0 10px;
  }

  .neighborhoods .module.generic .ad-module .content .aspect-ratio .video-play:before {
    width: 45px;
    height: 45px;
  }

  .neighborhoods .module.generic .ad-module .content .aspect-ratio .video-play:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid white;
  }

  .news .ad-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .news .ad-block img {
    max-width: 100%;
  }

  .news .ad-block:last-of-type {
    margin-right: auto;
  }

  /*
 *
 * Modify Default Skin Below
 *
 */

  .slick-slide .chart-contain::after {
    background: #3b3b3b;
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }

  .slick-prev {
    left: -30px;
  }

  .slick-next {
    right: -30px;
  }

  .neighborhoods {
    /**
	 *  Stats & Facts Slick
	 */
  }

  .neighborhoods .slick-estatedata .slick-prev {
    left: 0;
  }

  .neighborhoods .slick-estatedata .slick-next {
    right: 0;
  }

  .neighborhoods .module.stats-and-facts .slick-facts .slick-prev {
    left: 0;
  }

  .neighborhoods .module.stats-and-facts .slick-facts .slick-next {
    right: 0;
  }

  .neighborhoods .module.stats-and-facts .slick-facts .slick-list {
    margin-bottom: 0;
  }

  .neighborhoods .module.stats-and-facts .slick-facts .slick-slide {
    padding: 0 45px;
  }

  .slick.module-nav .slick-prev,
  .slick.module-nav .slick-next {
    width: 35px;
    height: 40px;
    margin-top: -20px;
  }

  .slick.module-nav .slick-prev::before,
  .slick.module-nav .slick-next::before {
    font-size: 1rem;
  }

  .slick.module-nav .slick-prev {
    left: -35px;
  }

  .slick.module-nav .slick-next {
    right: -35px;
  }

  .slick.module-nav .slick-slide .slick-contain {
    padding: 6px 20px;
  }

  .slick.module-nav .slick-slide .slick-contain p {
    font-size: 0.9rem;
    line-height: 14px;
  }

  .search-widget .action form {
    position: relative;
  }

  .search-widget .action form .form-group {
    width: 100%;
    margin-right: 0;
  }

  .search-widget .action form .form-group input {
    height: 36px;
    font-size: 0.8rem;
    padding: 6px 90px 6px 10px;
  }

  .search-widget .action form #floatingCirclesG {
    top: 0;
    right: 80px;
  }

  .search-widget .action form .btn {
    font-size: 0.8rem;
    font-weight: 600;
    width: auto;
    height: auto;
    padding: 5px 12px 6px;
    box-shadow: none;
    border-radius: 4px;
    position: absolute;
    right: 5px;
    top: 4px;
  }

  .search-widget .action p {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 10px;
    margin: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .interstitial-modal {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li {
    width: 48%;
    /* Reset the start offset */
    /* Reset the 3rd items */
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4n+10) {
    margin-right: 2%;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 3%;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) a p {
    font-size: 1.5rem;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2n) {
    margin-right: 0;
  }

  /*
 *
 * Modify Default Skin Below
 *
 */

  /* Modal slick gallery */

  .gallery-modal .photo .info {
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    position: static;
  }

  .gallery-modal .photo .info p {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-utility .fa-c-home {
    display: none;
  }

  .scouting-report .hero .info {
    top: 25%;
  }

  .scouting-report .hero .save {
    text-align: center;
    top: 145px;
  }

  .scouting-report .hero .save .btn,
  .scouting-report .hero .save .social {
    font-size: 0.75rem;
    padding: 0.5em 1em;
    float: none;
    margin: 5px 8px;
    display: inline-block;
  }
}

@media only screen and (max-width: 400px) {
  .neighborhoods-listing .hero .action h1 {
    font-size: 2rem;
  }

  .neighborhoods-listing h2 {
    max-width: 80%;
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 40px auto;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li {
    width: 100%;
    margin-bottom: 5%;
    /* Reset the start offset */
    /* Reset the 3rd items */
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4n+10) {
    margin-right: 0;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5),
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 5%;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(1) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(4) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(5) a p,
  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(6) a p {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(3n) {
    margin-right: 0;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li:nth-child(2n) {
    margin-right: 0;
  }

  .neighborhoods-listing .tab-content.neighborhood-listing-tab-content #listings_view .listings ul li a p {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

@media only screen and (max-width: 370px) {
  .news-listings #navbar-sections .nav-tabs > li {
    /* We need to make as much room, because we have 6 instead of 5 now */
  }

  .news-listings #navbar-sections .nav-tabs > li > a {
    padding-left: 0;
    padding-right: 0;
  }

  .embed-search .logo {
    width: 180px;
    height: 34px;
  }

  .embed-search .learn-p {
    display: none;
    margin: 8px 0 0;
  }

  .embed-search .learn .content h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .embed-search .learn .content p {
    font-size: 0.8rem;
    line-height: 1.0rem;
  }

  .embed-search .learn .content .btn {
    font-size: 1rem;
  }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .home .hero .action {
    top: 65%;
  }
}

/* ----------- Multi-Device ----------- */

/* Tall Landscape */

@media only screen and (min-device-width: 480px) and (max-device-height: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .home .hero .action {
    top: 75%;
  }
}

/* Short Landscape */

@media only screen and (min-device-width: 360px) and (max-device-height: 400px) and (-webkit-min-device-pixel-ratio: 2) {
  .home .hero .action {
    top: 88%;
  }

  .home .hero .action h3 {
    font-size: 1.25rem;
    letter-spacing: -1px;
    line-height: 1.25rem;
    margin: 0 0 10px;
  }

  .home .hero .action form .form-group {
    margin-bottom: 5px;
  }

  .home .hero .action p {
    font-size: 0.75rem;
  }

  .home .hero .photo-cred {
    bottom: 55px;
  }

  .home .hero .photo-cred a.fa {
    font-size: 1rem;
  }

  .home .hero .photo-cred.electric-slide {
    bottom: 5px;
  }
}

.print-block,
.print-inline-block,
.print-inline {
  display: none;
}

@media print {
  .print-hide {
    display: none !important;
  }

  .print-block {
    display: block !important;
  }

  .print-inline-block {
    display: inline-block !important;
  }

  .print-inline {
    display: inline !important;
  }

  .col-sm-6 {
    width: 50% !important;
    float: left;
  }

  .col-sm-4 {
    width: 33% !important;
    float: left;
  }

  .col-sm-3 {
    width: 25% !important;
    float: left;
  }

  html,
  body {
    font-size: 8pt;
  }

  html h1,
  body h1 {
    font-size: 2.25rem;
    line-height: 1.25em;
  }

  html h2,
  body h2 {
    font-size: 1.75rem;
    line-height: 1.25em;
  }

  html h3,
  body h3 {
    font-size: 1.25rem;
    line-height: 1.25em;
  }

  html h4,
  body h4 {
    font-size: 1rem;
    line-height: 1.25em;
  }

  body {
    /*
	* Browser Debug
	*/
  }

  body hr {
    border: 0;
    border-bottom: dotted 1px #CCC;
    clear: both;
    margin: 0;
  }

  body .print-header .print-logo {
    float: left;
    width: 130pt;
  }

  body .print-header .print-title {
    float: right;
    margin: 1rem 0;
  }

  body .container {
    max-width: 100%;
    width: 100%;
  }

  body .ad {
    display: none;
  }

  .scouting-report .hero {
    display: none;
  }

  .scouting-report .container .report {
    margin-top: .5rem;
    border: none;
    box-shadow: none;
  }

  .scouting-report .container .report .report-content {
    padding: 12pt 12pt 0 12pt;
  }

  .scouting-report .container .report .report-content .report-address {
    margin-top: 0;
  }

  .scouting-report .container .report .report-content .report-valutation h3 {
    margin-top: 3.5rem;
    margin-bottom: 0;
  }

  .scouting-report .container .report .report-content .report-valutation h1 {
    margin-top: 0;
  }

  .scouting-report .container .report .report-content .panel {
    border: none;
    box-shadow: none;
    background-color: transparent;
  }

  .scouting-report .container .report .report-content .panel h3 {
    background-color: transparent;
    color: inherit;
    padding: 0;
    text-align: left;
  }

  .scouting-report .container .report .report-content .panel h3::before {
    display: none;
  }

  .scouting-report .container .report .report-content .panel h3::after {
    display: none;
  }

  .scouting-report .container .report .report-content .panel h2 {
    margin-top: 0;
    text-transform: none;
  }

  .scouting-report .container .report .report-content .gmap-street-view {
    margin-bottom: 2.5rem;
  }

  .scouting-report .container .report .report-content .gmap-street-view #gmapStreetView {
    height: 130pt;
  }

  .scouting-report .container .report .report-content .gmap-street-view .static-street-view {
    width: 100%;
  }

  .scouting-report .bg-grey {
    background-color: transparent;
  }

  .scouting-report .bg-grey hr {
    margin-top: 0;
  }

  .scouting-report .bg-grey .comparable-homes .col-xs-12.col-mobile-content {
    padding: 0;
  }

  .scouting-report .bg-grey .comparable-homes .col-xs-12.col-mobile-content .report .title {
    display: none;
  }

  .scouting-report .bg-grey .comparable-homes .col-xs-12.col-mobile-content .report .listing {
    display: block;
    padding: 1pt 0;
    border-bottom: dotted 1px #CCC;
  }

  .scouting-report .bg-grey .comparable-homes .col-xs-12.col-mobile-content .report .listing.header > div::after {
    display: none;
  }

  .scouting-report .bg-grey .comparable-homes .col-xs-12.col-mobile-content .report .listing .marker {
    height: auto;
    width: auto;
    color: inherit;
    background: none;
  }

  .scouting-report .bg-grey .comparable-homes .col-xs-12.col-mobile-content .report .listing a {
    display: none;
  }
}