a,
button,
h1,
h2,
h3,
h4,
h5,
input,
li,
p,
select,
span,
td,
textarea,
ul {
  font-family: Arial, Helvetica, sans-serif;
  color: #3a3a3a;
  line-height: 1.8;
}
a,
button,
input,
li,
p,
span,
td,
textarea {
  font-size: 1.1em;
}
a:hover {
  color: #729764;
  transition: color 0.4s;
  text-decoration: none !important;
}
h5 {
  font-size: 1.1em;
}
h4 {
  font-size: 1.15em;
  font-weight: 700;
}
h3 {
  font-size: 1.3em;
  font-weight: 700;
}
h2 {
  font-size: 1.4em;
  font-weight: 700;
}
h1 {
  font-size: 1.5em;
  font-weight: 700;
}
iframe,
img {
  max-width: 100% !important;
  height: auto;
}
td {
  padding: 5px;
}

.btn-info {
  background-color: #4c6543 !important;
  border: #4c6543 !important;
}

#searchsubmit {
  border: 1px solid #cfcfcf !important;
}
.secondary-text-color {
  color: #d05815;
  font-style: italic;
}
.banner {
  background-color: #4c6543;
}
.banner p {
  color: #d2cf00;
  margin: 0 !important;
  font-size: 0.92em;
}
.header {
  border-bottom: 2px solid #c9d3c5;
}
#main-logo {
  width: 170px;
}
.header-phone {
  font-size: 1.4em;
}
.dropdown-menu a,
.nav-item a {
  font-size: 1.1em !important;
  text-transform: capitalize !important;
}
.dropdown-menu {
  border: none !important;
}
.sidebar-section {
  border: 1px solid #f1f1f1;
  box-shadow: 5px 5px 5px #f1f1f1;
}
.sidebar-section h3 {
  background-color: #c9d3c5;
}
.search-input {
  border: 1px solid #c9d3c5;
  border-radius: 5px;
  padding: 5px;
  margin: 15px 0;
}
.search-mobile {
  display: block;
  padding: 5% 10%;
}
.sidebar-search-desktop {
  display: none;
}

.sidebar-links a {
  font-weight: bolder;
}

.content-container a {
  font-weight: 700;
  text-decoration: none !important;
  transition: color 0.4s;
}
.content-container a:hover {
  color: #729764;
  transition: color 0.4s;
}
.secondary-text-color a {
  color: #d05815 !important;
}
.toc-container h3 {
  background-color: #c9d3c5;
}
.single-post-category {
  padding: 25px 0 0 0;
  border-bottom: 1px solid #4c6543;
}
.article-stub-intro {
  background-color: rgba(113, 149, 103, 0.2);
  padding: 40px 20px;
  margin: 50px 0;
  border-radius: 5px;
}
.article-stub {
  margin-top: 45px;
}
.pro-landlord-tip {
  border: 5px solid #6c8296;
  border-radius: 8px;
  padding: 10px 20px;
  background-color: #a6b8c9;
  margin: 25px 0;
}
.landing-header {
  padding-bottom: 40px;
}
.author-bio-pic {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}
.author-bio-pic img {
  width: 150px;
}
.author-posts {
  border-top: 1px solid #dbdbdb;
  padding: 15px 0 0 0;
}
.author-bio {
  padding: 15px 0;
}
.single-post-content a {
  color: #2b75b1;
  transition: color 0.5s;
}
.single-post-content a:hover {
  color: #226093;
  transition: color 0.5s;
}
.single-post-content .btn {
  color: #fff !important;
}
.footer {
  border-top: 1px solid #4c6543;
  background-color: #c9d3c5;
}
.footer-nav-list ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.footer-disclaimer p {
  font-size: 0.85em;
  color: #4c6543;
}
.footer-text * {
  color: #4c6543;
  font-weight: 400;
}
.footer-text p,
.footer-text ul {
  text-align: center;
}
.schema-faq {
  padding: 25px 15px;
  background-color: #fafcff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.schema-faq-section {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.schema-faq-section .schema-faq-answer {
  padding-top: 10px;
  display: none;
}
.schema-faq-section .schema-faq-question {
  cursor: pointer;
}
@media (min-width: 992px) {
  .content-container-home,
  .sing-page-content-container {
    padding: 0 50px 0 0;
  }
  .sing-blog-post-content-container {
    padding: 0 150px;
  }
  .align-right {
    float: right;
  }
  .banner p {
    font-size: 1em;
  }
  .dropdown-menu a,
  .nav-item a,
  .nav-link span {
    font-size: 0.98em !important;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    margin: 0 !important;
  }
  .dropdown-menu {
    border-radius: 0;
    border-top: none;
    border-right: 2px solid #c9d3c5 !important;
    border-bottom: 2px solid #c9d3c5 !important;
    border-left: 2px solid #c9d3c5 !important;
    box-shadow: none;
  }
  .nav-link {
    font-weight: 450;
    color: #4c6543 !important;
  }
  .nav-item {
    top: 8px !important;
    position: relative;
  }
  #main-logo {
    width: 200px !important;
    max-width: 100%;
  }
  .footer-text p,
  .footer-text ul {
    text-align: left;
  }
  .footer-nav-list ul {
    text-align: right;
  }
}
.max-page-width {
  max-width: 1400px;
}
.max-page-centered {
  margin: 0 auto;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
