@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Pacifico);
.copy-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-1-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.copy-2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-2-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.copy-3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
}

.copy-3-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: bold;
}

.title-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-2-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: bold;
}

.title-3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  font-weight: normal;
}

.title-3-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  font-weight: bold;
}

.display-1 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0px;
  font-weight: normal;
}

.display-1-bold {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: 0px;
  font-weight: bold;
}

.title-element {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  color: #4A4A4A;
  margin: 0px;
  padding-left: 5px;
}

.button {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  background-color: #5986DC;
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 0) and (max-width: 1023px) {
  .button {
    float: none;
  }
}

.background-color-overlay {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 0) and (max-width: 599px) {
  .background-color-overlay {
    padding: 0 25px;
    height: 100%;
  }
}
.background-color-overlay {
  background-color: #5986DC;
  opacity: 0.95;
  z-index: -2;
}

.background-image-overlay {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 0) and (max-width: 599px) {
  .background-image-overlay {
    padding: 0 25px;
    height: 100%;
  }
}
.background-image-overlay {
  background-image: url("/stylesheets/images/pattern_name.svg");
  opacity: 0.07;
  z-index: -2;
}

.cover-background-gradient {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media (min-width: 0) and (max-width: 599px) {
  .cover-background-gradient {
    padding: 0 25px;
    height: 100%;
  }
}
.cover-background-gradient {
  background-image: linear-gradient(to left, rgba(95, 138, 220, 0), #5f8adc);
  z-index: -1;
}
@media (min-width: 0) and (max-width: 599px) {
  .cover-background-gradient {
    background-image: linear-gradient(to bottom, rgba(95, 138, 220, 0), #5f8adc);
  }
}

body {
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 100%;
}

.inner-div {
  padding-left: 70px;
  padding-right: 70px;
}

.inner-wrapper {
  padding: 0;
}

.result-card {
  border: 1px solid #E4E4E4;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.whole-card h2 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 21px;
  line-height: 25px;
  letter-spacing: 0px;
  font-weight: normal;
  color: black;
  padding: 5 0px;
  margin: 0px;
}
.whole-card h2.card-title {
  color: #545f69;
}
.whole-card h3 {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: black;
  padding: 5px 0px;
  margin: 0px;
}
.whole-card .city {
  padding-bottom: 15px;
}

.states-container {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

.cities-container {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

ul {
  padding: 0px;
}
ul li {
  list-style-type: none;
  padding: 0px;
}
ul li a {
  text-decoration: none;
  color: #4A4A4A;
}
ul li a:hover {
  text-decoration: underline;
}
ul li a:active {
  font-weight: bold;
}

.results-bar {
  opacity: 0.95;
  background-color: #5986DC;
  transition: 0.01s;
  width: 100%;
  height: 245px;
  vertical-align: center;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.results-bar h1 {
  margin: 0px;
}
.results-bar p {
  padding-top: 20px;
  text-align: center;
  margin: 0;
}
@media (min-width: 0) and (max-width: 599px) {
  .results-bar {
    height: 155px;
  }
}

.center-text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 0) and (max-width: 599px) {
  .center-text h1 {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: normal;
  }
  .center-text p {
    font-family: "Helvetica", Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.2px;
    font-weight: normal;
  }
}

@media (min-width: 0) and (max-width: 839px) {
  .inner-div {
    padding: 0;
    margin: 0;
  }
}

.image-block {
  display: none;
}
@media (min-width: 840px) {
  .image-block {
    display: block;
  }
}
.image-block p {
  display: inline;
  padding-left: 10px;
}

.image-block-mobile {
  display: block;
  width: 100%;
}
@media (min-width: 840px) {
  .image-block-mobile {
    display: none;
  }
}
.image-block-mobile p {
  display: inline;
  padding-left: 10px;
}

.breadcrumbs a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs {
  width: 100%;
  padding-left: 20px;
}
@media (min-width: 840px) {
  .breadcrumbs {
    margin-bottom: 10px;
    padding: 0;
  }
}

.card-info {
  padding: 0;
}
.card-info a {
  text-decoration: none;
  padding: 0;
}

.card {
  padding-right: 25px;
  word-wrap: break-word;
}

.buttons-area {
  margin: 15px 0px;
  align-self: center;
  padding: 0;
}

body {
  font-family: "Helvetica", Arial;
  font-size: 16px;
}

.text-center {
  text-align: left;
}

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

.container {
  width: 100%;
}

.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.dropdown a {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  text-decoration: none;
}
.dropdown a:hover {
  font-weight: 600;
}
.dropdown a:hover .icon-arrow {
  background: url("../../stylesheets/images/all_icons/ArrowDown_hover.png") no-repeat;
}

view {
  float: left;
  margin-right: 10px;
}

.dropdown [data-toggle=dropdown] {
  position: relative;
  display: block;
  color: #4A4A4A;
  background: transparent;
}

.icon-arrow {
  display: inline-block;
  background: url("../../stylesheets/images/all_icons/ArrowDown.png") no-repeat;
  width: 17px;
  height: 17px;
  font-size: 0.7em;
  color: #4A4A4A;
}

.icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.dropdown .dropdown-menu {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-mobile-list {
  display: none;
  padding-left: 20px;
  margin-bottom: 10px;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.dropdown-mobile-list.show {
  display: block;
}
.dropdown-mobile-list.hide {
  display: none;
}
@media (min-width: 840px) {
  .dropdown-mobile-list {
    display: block;
    padding-left: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}

.dropdown .dropdown-menu li {
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}

.dropdown .dropdown-menu li a {
  display: block;
  color: #4A4A4A;
  background: transparent;
}

.dropdown .dropdown-menu li a:hover {
  text-decoration: underline;
}

.dropdown .dropdown-menu li a:active {
  font-weight: bold;
}

.icon-right {
  position: absolute;
  right: 20px;
}

.dropdown-click-link {
  display: inline-block;
}

.dropdown-click {
  padding: 20px 20px;
  box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 840px) {
  .dropdown-click {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 20px 20px 0;
  }
}

.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}

.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}

@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.align-item-center {
  align-items: center;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.text-bold {
  font-weight: bold;
}

.link {
  text-decoration: none;
}

.capitalize {
  text-transform: capitalize;
}

.banner {
  display: block;
  padding: 10px;
  border-radius: 3px;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.banner.success {
  color: #3ac162;
  background-color: #eafcef;
}
.banner.error {
  color: #e54f3c;
  background-color: #ffedea;
}

.filter-wrapper {
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.2px;
  font-weight: normal;
  color: #4A4A4A;
}

.filter-content {
  text-align: left;
}
.filter-content li {
  text-transform: capitalize;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
}
.filter-content li:hover {
  font-weight: bold;
}

ul {
  margin: 0;
}

.filter-list {
  margin: 0;
  padding-top: 7.5px;
}
