/* @override 
	https://homecouk:8890/assets/css/styles.css
	http://127.0.0.1:8000/styles.css */

body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #333333;
  position: relative;
}

a {
  text-decoration: underline;
}

.navbar a, .nav a {
  text-decoration: none;
}

/* COLORS */

.blue {
  color: #2A70C0;
}

.blue-bg {
  background-color: #2A70C0;
}

.drk-blue, .drk-blue-link {
  color: #012C5F;
}

.brk-blue-bg {
  background-color: #012C5F;
}

.drk-blue-link {
  font-weight: 600;
}

.drk-blue-link:hover {
  color: #57A72F;
}

.green {
  color: #57A72F;
}

.green-bg, .btn-primary {
  background-color: #57A72F;
}

.white {
  color: white;
}

.btn-primary {
  border: none;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #3D831B;
}

#mainNav.navbar {
  z-index: 20;
  font-size: 14px;
  background-color: #012c5f!important;
  padding-bottom: 5px;
  padding-top: 6px;
}

@media (max-width:992px) {
  .navbar {
    /*position: absolute;*/
    /*top: 56px;*/
    width: 100%!important;
    z-index: 9999999999;
  }
}

@media (max-width:992px) {
  .navbar-collapse {
    transition: height 0s !important;
  }
}

#mainNav.navbar .navbar-nav a {
  color: white!important;
  font-size: 14px;
  font-weight: 500;
}

#mainNav.navbar .navbar-nav .nav-link {
  padding-left: 10px;
  padding-right: 8px;
}

#mainNav.navbar .navbar-nav a:hover, .nav-item.dropdown.show {
  background-color: #57a72f;
}

.nav-expanded .nav-link {
  padding-left: 10px;
  padding-right: 10px;
}

#mainNav.navbar .dropdown-menu {
  background-color: #012c5f;
  padding: 0;
  border-radius: 0;
  margin: -1px 0 0 -1px !important;
}

.homepage #mainNav.bg-dark {
  background-color: transparent!important;
  position: absolute;
  top: 56px;
  width: 100%;
}

.nav-expanded #mainNav.bg-dark {
  background-color: #012C5F!important;
}

@media (min-width: 992px) {
  .nav-expanded #mainNav.bg-dark {
    background-color: transparent!important;
  }
}

.nav-expanded::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  height: 100%!important;
}

@media (min-width: 992px) {
  .nav-expanded::after {
    display: none;
  }
}

#mainNav.navbar .dropdown-item {
  padding: 7px 20px;
  border-bottom: 1px solid #2a70c0;
}

#mainNav.navbar .dropdown-item:last-child {
  border-bottom: none!important;
}

.nav-expanded #mainNav.navbar .dropdown-menu.show:last-child {
  border-bottom: 1px solid #2a70c0;
}

#mainNav .dropdown-menu {
  border: none;
}

.search-banner {
  min-height: 770px;
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../assets/img/Main%20Banner%20Forest%20Road.jpg?h=9d32499706b7c6bc095ae87861d48bfb") center center / cover;
  position: relative;
  color: #ffffff;
  margin-top: -57px;
}

@media (min-width: 768px) {
  .search-banner {
    min-height: 630px;
  }
}

@media (min-width: 992px) {
  .search-banner {
    min-height: 675px;
  }
}

.btn {
  border-radius: 10px;
  padding: 10px 20px;
  line-height: 1;
}

.search-banner .form-control {
  /*padding: 26px 16px;*/
  height: 47px;
}

.search-banner .btn {
  width: 100%;
  padding: 15px 15px;
  background-color: #62BD36;
}

.form-control, .input-group .form-control {
  border-radius: 10px!important;
}

.search-banner .nav-link {
  font-weight: bold;
  font-size: 14px;
}

.search-banner .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.search-banner .nav-tabs .nav-link.active:hover {
  border-color: inherit;
}

.shape-divider {
  position: absolute;
  bottom: -1px;
  left: -5px;
  width: 110%;
}

.search-banner .nav-link.active {
  background-color: #2a70c0;
  color: white;
}

.search-banner .nav-tabs .nav-link {
  border-bottom: none;
  color: white;
  padding: 20px 25px;
  border-width: 2px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}

.search-banner .nav-tabs {
  border: none;
  margin-bottom: -2px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.search-banner > .container {
  margin-top: 145px;
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .search-banner > .container {
    margin-top: 180px;
  }
}

@media (min-width: 768px) {
  .search-banner > .container {
    margin-top: 180px;
  }
}

@media (min-width: 992px) {
  .search-banner > .container {
    margin-top: 208px;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .search-banner .tab-content {
    border: 2px solid white!important;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
}

.search-banner .tab-pane {
  color: white;
  background-color: #2a70c0;
  border: none;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
}

.search-tabs {
  display: none;
}

@media (min-width:768px) {
  .nav-tabs {
    display: flex;
  }
}

@media (min-width:768px) {
  .search-banner .card {
    border: none;
  }
}

@media (min-width:768px) {
  .search-banner .card .card-header {
    display: none;
  }
}

@media (min-width:768px) {
  .search-banner .card .collapse {
    display: block;
  }
}

@media (max-width:767px) {
  .search-banner .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}

.search-banner .card .card-header {
  padding: 0;
}

.search-banner .card .card-header a {
  text-decoration: none;
  background: none;
  color: white!important;
  font-weight: bold;
  /*padding-bottom: 20px;*/
  background-color: #2a70c0;
  border: 2px solid white;
  border-radius: 10px 10px 0 0!important;
  box-shadow: none;
  padding: 10px 10px;
  display: block;
  font-size: 14px;
}

.search-banner .card .card-header a.collapsed {
  background-color: #012c5f;
  padding-bottom: 16px;
}

.search-banner .tab-content .tab-pane:last-of-type a {
  padding-bottom: 10px;
}

.search-banner .card-body {
  padding: 30px 20px 15px;
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
}

@media (min-width: 768px) {
  .search-banner .card-body {
    padding: 49px 20px 10px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}

@media (max-width:767px) {
  .full-width-sm {
    flex-basis: 100%;
  }
}

.navbar-toggler {
  border: none;
}

.navbar-nav {
  margin-top: 12px;
}

.stats span {
  display: block;
  text-align: center;
  font-weight: 600;
}

.stats-box {
  background: linear-gradient(rgb(24,83,150) 0%, #012c5f 100%);
  padding: 15px;
}

.med-width {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.statistics {
  margin-top: -25px;
  z-index: 1;
  position: relative;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  color: #2a70c0;
}

.stat-title {
  color: #B9D9FF;
  font-size: 14px;
  line-height: 1.5;
}

.stat-number {
  font-size: 30px;
  line-height: 1;
}

.full-width {
  width: 100%;
}

.stats {
  padding: 0 10px;
  margin-bottom: 20px;
  flex: auto;
}

@media (min-width: 768px) {
  .stats {
    margin-bottom: 0;
  }
}

.std-section {
  padding: 75px 0;
}

.feature-box {
  background-color: black;
  padding: 20px;
  display: flex;
  flex-direction: column;
  /*justify-content: end;*/
  align-items: start;
  border-radius: 10px;
  color: white;
  position: relative;
  overflow: hidden;
  height: 190px;
  margin-bottom: 30px;
}

.feature-box .btn {
  font-size: 13px;
  line-height: 1;
}

.feature-box-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 0;
  background-position: center;
  background-size: cover;
  opacity: .5;
  transition: all 1s;
}

.feature-box-text {
  z-index: 1;
  margin-top: auto;
}

.feature-box:hover .feature-box-img {
  transform: scale(1.2);
  opacity: .3;
}

.feature-box h3 {
  font-size: 22px;
}

.feature-box-large {
  height: 400px;
}

.feature-box p {
  line-height: 1.1;
}

.tint-bg {
  background-color: #F2F7FF;
}

.news-listing img {
  width: 40px;
  margin-right: 10px;
}

.news-listing {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.news-listing h3 {
  font-size: 18px;
}

.news-listing p {
  font-size: 13px;
}

.news-listing .link {
  text-align: right;
  margin: auto 0 0;
}

.news-listing .entry-date {
  color: #2a70c0;
  font-style: italic;
}

.news-listing .link a, .news-listing .link {
  font-weight: 600;
  color: #57a72f;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .feature-box {
    margin-bottom: 0;
  }
}

.navbar-brand {
  margin-left: 10px;
}

.social-links a {
  color: white;
  font-size: 1.4em;
  margin-left: 20px;
}

.news-listing .news-content {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.footer-links li i {
  color: #57a72f;
  width: 20px;
}

.footer-links li a {
  color: #333333;
  text-decoration: none;
  font-size: 14px;
}

.legal p {
  font-size: 13px;
}

.legal {
  background-color: #C8C8C8;
}

.legal a {
  color: #333333;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.rounded {
  border-radius: 10px!important;
}

.search-banner a {
  color: white;
}

.search-banner h1 {
  font-size: 25px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .search-banner h1 {
    font-size: 32px;
  }
}

#content {
  margin-top: 36px;
}

@media (min-width: 768px) {
  #content {
    margin-top: 0;
  }
}

#mainNav .navbar-toggler {
  right: 10px;
  position: absolute;
  padding: 0;
  top: 20px;
}

@media (min-width: 576px) {
  #mainNav .navbar-toggler {
    position: relative;
    right: 0;
    top: 0;
  }
}

#login-dropdown .modal-dialog {
  max-width: 100%;
}

#login-dropdown .modal-content a {
  color: white;
}

#login-dropdown .modal-content {
  border-radius: 0;
  background-color: #012c5f;
  color: white;
  border: none;
  font-size: 12px;
  font-weight: bold;
}

.remember-check {
  min-width: 125px;
  font-weight: normal;
}

#login-dropdown .login-field, #login-dropdown button {
  height: 47px;
  color: white;
}

h1 {
  font-size: 28px;
}

.styled-heading {
  background-color: #012c5f;
  border-radius: 10px;
  padding: 15px 20px;
  color: #ffffff;
  font-weight: 500;
  width: 100%;
}

.text-green {
  color: #62bd36;
}

.custom-row {
  margin: 0 -10px;
}

.main-content, .sidebar, .skyscraper-ads {
  padding: 0 10px;
  width: 100%;
}

.skyscraper-ads {
  width: 120px;
}

@media (min-width: 768px) {
  .main-content {
    width: calc(100% - 255px);
  }
}

@media (min-width: 768px) {
  .sidebar {
    width: 255px;
  }
}

@media (min-width: 992px) {
  .main-content {
    width: calc(100% - 275px - 120px);
  }
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 565px;
  }
}

@media (min-width:768px) {
  .container, .container-md, .container-sm {
    max-width: 755px;
  }
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

.border-bottom {
  border-bottom: 1px solid #b9d9ff!important;
}

.bs-nav-guide, .bs-nav-guide a {
  color: #012c5f;
  font-size: 13px;
  font-weight: bold;
}

.bs-nav-guide a:hover {
  color: #3d831b;
}

.homepage .h2, .homepage h2 {
  font-size: 24px;
  font-weight: 600;
}

.h2, h2 {
  font-size: 24px;
}

.list-styled li {
  margin-bottom: 10px;
}

.list-styled li:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-left: -14px;
  /*width: 20px;*/
  margin-right: 8px;
  color: #57a72f;
}

.list-styled {
  padding-left: 16px;
  list-style: none;
  margin-bottom: 1.2rem;
}

p {
  margin-bottom: 1.2rem;
}

.sidebar-feature-box {
  border: 3px solid #012c5f;
  border-radius: 10px;
  background-color: #f2f7ff;
  margin-bottom: 20px;
}

.sidebar-feature-box .heading {
  background-color: #012c5f;
  padding: 8px;
  border-radius: 5px 5px 0 0;
}

.sidebar-feature-box h3 {
  font-size: 18px;
  color: white;
  vertical-align: text-top;
}

.sidebar-feature-box h3 i {
  font-size: 20px;
  margin-bottom: -15px;
  display: inline-block;
}

.sidebar-feature-box h4 {
  font-size: 13px;
  color: #012c5f;
  margin-bottom: 3px;
}

.sidebar-feature-box .inner {
  padding: 4px 10px 9px;
}

.sidebar-stat {
  color: #57a72f;
  font-size: 26px;
  margin-bottom: 10px;
}

.sidebar-feature-box form button {
  /*padding: 8px 10px 8px 12px;*/
}

.location-form input {
  border-radius: 5px!important;
}

.location-form button {
  width: 30px!important;
  padding: 8px 0!important;
  margin-left: 10px;
}

.location-form input {
  width: calc(100% - 40px)!important;
}

.sidebar-feature-box button {
  border-radius: 5px;
  font-weight: 500;
  padding: 10px;
}

.sidebar-feature-box h2, .sidebar-feature-box h3, .sidebar-feature-box h5 {
  font-weight: 400;
}

.location-form .form-group {
  width: 100%;
}

