@font-face {
  font-family: 'slicker';
  src: url('../fonts/slicker-webfont.eot');
  src: url('../fonts/slicker-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/slicker-webfont.woff') format('woff'), url('../fonts/slicker-webfont.ttf') format('truetype'), url('../fonts/slicker-webfont.svg#slickerregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, sans-serif;
  font-weight: normal;
  letter-spacing: .5px;
  padding-top: 98px;
  line-height: 1.7;
}
* {
  font-family: Arial, sans-serif !important;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
}
body.page-template-landing-page {
  padding-top: 0;
}
/* Headings */
h1, h2, h3, h4 {
  color: #0049A8;
}
h2 {
  color: #0064E5;
  font-size: 28px;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-top: 0;
}
h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 5px;
  left: 0;
  width: 50px;
  background: #0049A8;
  display: block;
}
h3 {
  font-size: 21px;
  font-weight: 700;
}
@media (max-width: 991px) {
  h1 {
    font-size: 1.7rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
}
b, strong {
  font-weight: bold;
}
ul {
  padding-left: 20px;
}
/* Form */
input[type="text"], input[type="email"], input[type="tel"], textarea {
  border-radius: 0px;
  padding: 7px 15px;
  border: 1px solid #8f8f8f;
}
form:not(#create-property) button, form:not(#create-property) [type="button"], [type="reset"], [type="submit"], a.button {
  text-transform: uppercase;
  padding: 0.75rem 1.2rem;
  font-size: .85rem;
  letter-spacing: .5px;
  color: #fff;
  background-color: #0049A8;
  border: none;
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer
}
form button:hover, form [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover, a.button:hover {
  background-color: #162a33;
}
.btn {
  text-transform: uppercase;
  padding: 0.8rem 1.2rem;
  font-size: .85rem;
  letter-spacing: .5px;
}
.btn:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}
/**/
#contact-agent .btn-default, #agent-profile-form .btn-default, #create-group-form .btn-default, #create-property .btn-default, #form_4_1 .btn-primary, #form_1_1 .btn-primary, #unsubscribe-form input[type=submit], .wrap-file_attachments span, #reset-filter .btn-default {
  background-color: #0049A8 !important;
  color: #FFFFFF !important;
  padding: 0.75rem 1.2rem;
  border-radius: 0.25rem !important;
}
#contact-agent .btn-default:hover {
  background-color: #162a33 !important;
}
#contact-agent br {
  display: none;
}
/* Header */
header#header {
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #fff;
  z-index: 1000;
}
/* Top Bar */
#top-bar {
  background: #3d3d3d;
  text-align: center;
  padding: 10px 3.5%;
  color: #fff;
}
@media(min-width:992px) {
  #top-bar {
    text-align: right;
  }
}
#top-bar ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#top-bar ul li {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#top-bar ul#c2a li i {
  color: #8b8b8b;
  margin-right: 5px;
}
#top-bar ul#c2a li a {
  color: #fff;
}
#top-bar ul#social li a {
  color: #8b8b8b;
}
#top-bar ul#social li a:hover {
  color: #fff;
}
ul#social li a .fa-linkedin {
  padding: 3px 5px;
  background-color: #0a66c2;
  border-radius: 3px;
  color: #fff;
}
/* Logo with Menu */
#logo-nav-wrap {
  align-items: center;
  padding: 0 2%;
  margin: 0;
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
  background-image: -ms-linear-gradient(top, #fff, #f0f0f0);
  background-image: -o-linear-gradient(top, #fff, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
  background-image: linear-gradient(top, #fff, #f0f0f0);
}
#tag-top {
  font-size: 14px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
#tag-btm {
  font-size: 10px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #0049A8;
  text-transform: uppercase;
  padding-top: 10px;
}
/*body:not(.home) #tag-btm, body:not(.page-id-8323) #tag-top {
  display: none;
}*/
body.page-id-8323 #top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center
}
/* Main Nav */
.navbar-toggler {
  align-self: flex-end;
  padding: 0.25rem 0.5rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0049A8;
}
.navbar-nav .nav-link span {
  white-space: nowrap
}
.navbar-nav .nav-link {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.75px;
}
.navbar-nav .nav-link.active {
  border-bottom: 7px solid #0064E5;
}
.dropdown-toggle::after {
  margin-left: 1em;
  border-top: 0.2em solid;
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
}
#hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex; /* Use Flexbox for layout */
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 40vh; /* Optional: Set a specific height for the container */
  flex-direction: column;
  position: relative;
  background-position: center
}
#logo-nav-wrap {
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 9999;
  width: 100% !important;
}
#logo-nav-wrap * {
  box-shadow: none;
  outline: none;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* Adjust opacity to darken/lighten the image */
}
.hero-content {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1; /* Ensure the text content appears above the overlay */
  color: #fff; /* Set text color to contrast with background */
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5)
}
body:not(#homepage) .hero-content #tag {
  display: none;
}
body#how-it-works .hero-content #tag {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
.hero-content #tag {
  margin-bottom: 20px;
  max-width: 240px;
  width: 80%
}
#hero-text, #hero-copy {
  text-align: center;
  color: white;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
#hero-text::after {
  content: ''; /* Required for pseudo-elements */
  position: absolute; /* Position the pseudo-element relative to the parent */
  bottom: 0px; /* Position at the bottom of the parent element */
  left: 50%; /* Position at the middle of the parent element */
  transform: translateX(-50%); /* Adjust horizontal positioning to center */
  width: 15%; /* Adjust the width of the border */
  border-bottom: 7px solid #BAD8E1; /* Adjust border thickness and color */
}
#hero-copy {
  margin-top: 1.2rem;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
#secondary-hero {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  background: linear-gradient(to bottom, #BAD8E1 0%, #FFFFFF 55%);
  box-shadow: none;
  /*height: 300px;*/
  align-items: center;
  justify-content: center;
  padding: 30px 10vw;
}
#secondary-image-wrapper {
  width: 300px;
  padding: 50px;
  position: relative;
  top: -60px;
  background-color: white;
  /*left: 10vw;*/
}
footer .container {
  display: grid;
  grid-template-columns: auto;
}
@media screen and (max-width: 100px) {
  footer .container {
    grid-template-columns: auto;
  }
}
#footer-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
#footer-image-wrapper img {
  max-width: 250px;
  width: 100%;
}
.footer-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu-items li {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 16px;
}
.footer-menu-items li:after {
  content: "|";
  width: 3px;
  position: relative;
  display: inline-block;
  color: #FFF;
  opacity: 0.8;
  margin-left: 20px;
}
.footer-menu-items li:last-child:after {
  display: none
}
.footer-menu-items li a {
  color: #fff;
}
.footer-menu-items ul li:not(:last-child)::after {
  content: "|"; /* Add pipe separator after each item except the last one */
  margin-left: 8px;
  margin-right: 4px; /* Adjust spacing */
}
#footer-content .col-md-6.copy {
  margin-top: 15px;
  padding-left: 0;
  color: #58595c;
}
#footer-content {
  /*padding-top: 1.5rem;*/
}
#secondary-image-wrapper img {
  width: 200px;
}
#secondary-content {
  /*font-weight: bold;
  width: 50%;*/
  font-size: 26px;
  margin-left: auto;
  padding-left: 50px;
  /* margin-right: 10vw;*/
}
#secondary-content p {
  color: black;
}
#secondary-content .highlighted-text {
  color: #0049A8;
}
@media screen and (max-width: 1000px) {
  #secondary-hero {
    flex-direction: column;
    height: fit-content;
    padding: 30px;
  }
  #secondary-image-wrapper {
    top: unset;
    left: unset;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  #secondary-content {
    margin-left: unset !important;
    margin-right: unset !important;
    padding-left: 0;
    text-align: center;
  }
  .re-container {
    padding-top: 3rem;
  }
}
@media(min-width:1200px) {
  #tag-btm {
    font-size: 14px;
  }
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 36px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    /* margin-left: 1.2em;
    margin-right: .5em;
    padding-right: 1em;*/
  }
  .navbar-nav .nav-link span {
    font-size: 12px;
  }
  .dropdown-menu img.tip {
    margin-left: 2.5em !important;
  }
  body.page-id-4882 .container .row .left-block {
    min-height: 300px;
  }
}
@media(min-width:1400px) {
  body {
    padding-top: 152px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }
}
@media(min-width:1600px) {
  body {
    padding-top: 158px;
  }
  .navbar-nav .nav-link {
    font-size: 16px;
  }
  .navbar-toggleable-md .navbar-nav {
    gap: 30px;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    /*margin-left: 1.5em;*/
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-bottom: 0;
  }
}
.dropdown-item span {
  display: block;
}
.dropdown-menu {
  padding: .75rem 0;
  margin: 0.125rem 0 0;
  font-size: .9rem;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 0.25rem;
}
.dropdown-item {
  color: #fff;
  padding: 1rem 1.8rem;
  border-bottom: 1px solid #292929;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4
}
.dropdown-menu .dropdown-item:last-child {
  border: none;
}
.dropdown-item span {
  font-size: 12px;
  color: #898989;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #88ceff;
  background-color: transparent;
}
.dropdown-menu img.tip {
  display: block;
  position: absolute;
  margin: -1.5em 0 0 1em;
}
@media(max-width:991px) {
  .navbar-light .navbar-toggler {
    margin-top: -50px;
  }
  .navbar-collapse {
    background: #000;
    border: none;
    padding: 0 2rem;
    margin-top: 20px;
  }
  .navbar-light .navbar-nav {
    padding: 1.5rem 0;
  }
  .navbar-toggler {
    font-size: 100%;
    /* line-height: ; */
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #88ceff;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    line-height: 1.2
  }
  .navbar-nav .nav-link span {
    color: #898989;
  }
  .dropdown-item {
    padding: .5rem 1rem;
  }
  .nav-item {
    padding: .5rem 0;
    border-bottom: 1px solid #292929;
  }
  .nav-item:last-child {
    border: none;
  }
  .dropdown-menu img.tip {
    display: none
  }
  .navbar-collapse.collapse.in {
    display: block;
  }
  #logo-nav-wrap {
    padding: 10px 2%;
  }
}
.dropdown-toggle::after {
  position: absolute;
  right: 7px;
  top: 12px;
}
/* Slider */
.ls-layer {
  white-space: normal !important;
}
.ls-layer .btn {
  margin-top: 1em;
  background: #000;
}
.ls-layer h1 {
  color: #fff;
  font-size: 12px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, .75);
}
@media(max-width:575px) {
  .ls-layer {
    top: 25% !important;
  }
}
@media(min-width:576px) {
  .ls-layer h1 {
    font-size: 20px;
  }
}
@media(min-width:768px) {
  .ls-layer h1 {
    font-size: 24px;
  }
}
@media(min-width:992px) {
  .ls-layer h1 {
    font-size: 30px;
  }
}
@media(min-width:1200px) {
  .ls-layer h1 {
    font-size: 40px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .75);
  }
  .ls-layer .btn {
    padding: 1.5em 2.2em;
    margin-top: 2em;
  }
}
@media(min-width:1400px) {
  .ls-layer h1 {
    font-size: 50px;
  }
}
@media(min-width:1600px) {
  .ls-layer h1 {
    font-size: 60px;
  }
}
@media(max-width:767px) {
  .ls-layer .btn {
    display: none;
  }
  #hero-text::after {
    border-bottom-width: 5px;
  }
}
/* Services */
#services {
  /* padding-top: 50px;
  padding-bottom: 50px;*/
  text-align: center;
}
#services .wpb_wrapper [class*="col-"] {
  padding-bottom: 30px;
}
#services h1 {
  margin-bottom: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
@media(min-width:992px) {
  #services h1, #work h1, #testimonial h1 {
    padding-bottom: 25px;
  }
}
#services h2 {
  margin-top: 25px;
  margin-bottom: 10px;
}
#services .btn {
  border: 1px solid #000;
  color: #000;
  margin-top: 10px;
}
#services .btn:hover {
  background: #000;
  color: #fff;
}
/**************************************
	Heading Separator
***************************************/
.with-divider h1, .with-divider h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: .75rem;
  text-align: center;
}
.with-divider.left h1, .with-divider.left h2 {
  text-align: left;
}
.with-divider h1:after, .with-divider h2:after {
  margin: 0;
  content: "";
  position: absolute;
  height: 3px;
  width: 40px;
  left: 50%;
  bottom: 0;
  background: #0049A8;
  display: block;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.with-divider.left h1:after, .with-divider.left h2:after, .quote.left:after {
  left: 0%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/**************************************
	Content Sections
***************************************/
.section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.section .vc_column-inner {
  padding-top: 0 !important;
}
.section .wpb_content_element {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    padding-top: 3.5rem;
    padding-bottom: 3.5em;
  }
}
/* Clients */
#clients {
  /*padding: 25px 0;*/
}
#clients ul {
  font-size: 0;
  margin: 0;
  padding: 0
}
#clients ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  padding: 25px;
  vertical-align: top;
}
@media(min-width:768px) {
  #clients ul li {
    width: 49.5%;
    display: inline-block;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
  }
  #clients ul li:nth-child(2n) {
    border-right: none;
  }
  #clients ul li img {
    max-width: 100%;
  }
}
@media(min-width:992px) {
  #clients ul li {
    width: 24.5%;
    min-height: 165px;
  }
  #clients ul li:nth-child(2n) {
    border-right: 1px solid #dadada;
  }
  #clients ul li:nth-child(4n) {
    border-right: none;
  }
  #clients ul li:nth-child(9n), #clients ul li:nth-child(10n), #clients ul li:nth-child(11n), #clients ul li:nth-child(12n) {
    border-bottom: none;
  }
}
/* Work */
#work {
  text-align: center;
}
/* Testimonial */
#testimonial {
  background: #efefef;
  text-align: center;
  /*padding: 20px 0;*/
}
#testimonial i {
  color: #8f8f8f;
}
#testi-title {
  margin-bottom: 0;
}
@media(min-width:992px) {
  #testimonial {
    /*padding: 40px 0 60px;*/
  }
  #testimonial i {
    font-size: 2.2em;
  }
}
#layerslider_3:before, #testi-slider .ls-wp-container:before {
  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;
  color: #8f8f8f;
  content: "\f10d";
  margin-bottom: .5rem;
}
.testi-name, #layerslider_3 p, #testi-slider .ls-wp-container p {
  font-size: .75rem;
  line-height: 1.6em;
}
.testi-thumb img {
  border-radius: 100px !important;
  border: 5px solid #fff !important;
  box-shadow: 0 5px 5px rgba(0, 0, 0, .15) !important;
}
@media (max-width: 640px) {
  #layerslider_3, #testi-slider .ls-wp-container {
    height: 260px !important;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  #layerslider_3, #testi-slider .ls-wp-container {
    height: 220px !important;
  }
}
@media (min-width: 768px) and (max-width:1246px) {
  #layerslider_3, #testi-slider .ls-wp-container {
    height: 310px !important;
  }
  .testi-thumb img {
    height: 60px
  }
}
@media (min-width: 1247px) {
  #layerslider_3, #testi-slider .ls-wp-container {
    height: 240px !important;
  }
}
@media (max-width: 767px) {
  .testi-thumb img {
    display: none;
  }
}
@media (min-width: 768px) {
  .testi-thumb, .testi-name {
    display: inline-block;
    width: 45%;
    vertical-align: middle;
  }
  .testi-thumb {
    text-align: right;
  }
  .testi-name {
    text-align: left;
    padding-left: 25px;
    font-size: 1rem;
    line-height: 1.8em;
  }
  #layerslider_3 p, #testi-slider .ls-wp-container p {
    font-size: 1rem;
    line-height: 1.8em;
  }
}
@media (min-width: 992px) {
  #layerslider_3:before, #testi-slider .ls-wp-container:before {
    font-size: 2.2em;
  }
}
#layerslider_3 .ls-nav-next:after, #testi-slider .ls-wp-container .ls-nav-next:after {
  border-top-color: #999 !important;
  border-right-color: #999 !important;
}
#layerslider_3 .ls-nav-prev:after, #testi-slider .ls-wp-container .ls-nav-prev:after {
  border-top-color: #999 !important;
  border-left-color: #999 !important;
}
#layerslider_3 .ls-bottom-slidebuttons a.ls-nav-active, #testi-slider .ls-wp-container .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: #999 !important;
}
#layerslider_3 .ls-bottom-slidebuttons a, #testi-slider .ls-wp-container .ls-bottom-slidebuttons a {
  border: 2px solid #999 !important;
}
#layerslider_3 .ls-nav-start:after, #layerslider_3 .ls-nav-start-active:after, #testi-slider .ls-wp-container .ls-nav-start:after, #testi-slider .ls-wp-container .ls-nav-start-active:after {
  border-top: 2px solid #999 !important;
  border-right: 2px solid #999 !important;
}
#layerslider_3 .ls-nav-stop, #layerslider_3 .ls-nav-stop-active, #testi-slider .ls-wp-container .ls-nav-stop, #testi-slider .ls-wp-container .ls-nav-stop-active {
  border-left: 2px solid #999 !important;
  border-right: 2px solid #999 !important;
}
#layerslider_3 .ls-nav-stop, #layerslider_3 .ls-nav-stop-active, #testi-slider .ls-wp-container .ls-nav-stop, #testi-slider .ls-wp-container .ls-nav-stop-active {
  border-left: none !important;
  border-right: none !important;
}
.ls-roundedflat .ls-nav-start-active:before, .ls-roundedflat .ls-nav-start:hover:before {
  border-color: transparent transparent transparent rgba(0, 0, 0, .75) !important;
}
.ls-roundedflat .ls-nav-stop:before {
  border-color: rgba(0, 0, 0, 0.75) !important;
}
.ls-roundedflat .ls-nav-prev:hover, .ls-roundedflat .ls-nav-next:hover, #layerslider_3 .ls-bottom-slidebuttons a.ls-nav-active, #testi-slider .ls-wp-container .ls-bottom-slidebuttons a.ls-nav-active {
  background-color: #0049A8 !important;
  color: #FFFFFF !important;
}
.ls-numbers .ls-bottom-slidebuttons a.ls-nav-active:before, .ls-numbers .ls-bottom-slidebuttons a:hover:before {
  color: #fff !important;
}
#layerslider_3 .ls-bottom-slidebuttons a:hover, #testi-slider .ls-wp-container .ls-bottom-slidebuttons a:hover {
  background-color: #0ac5db !important;
}
#layerslider_3 .ls-bottom-slidebuttons a, #testi-slider .ls-wp-container .ls-bottom-slidebuttons a {
  border: none !important;
}
#slider .wpb_content_element {
  margin-bottom: 0;
}
/* Call to Action */
#call-to-action {
  background: url(../images/form-bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  min-height: 32em;
  color: #fff;
  /*padding: 40px 0;*/
  padding: 0;
  overflow-x: hidden;
}
#call-to-action a {
  color: #0ac5db;
}
#call-to-action a:hover {
  color: #0049A8;
}
#call-to-action a.btn, #call-to-action a.btn:hover {
  color: #fff !important;
}
/**/
#home-contact {
  background: url(/wp-content/uploads/2023/12/home-contact.png) 50% 50% no-repeat;
  background-size: cover
}
#home-contact h2 {
  text-shadow: 0 2px 2px rgba(0, 0, 0, .75)
}
#home-contact #gform_1 input, #home-contact #gform_1 textarea {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .75)
}
#home-contact #gform_submit_button_1 {
  border: 1px solid #ffff;
}
#home-contact, #news {
  padding: 3rem;
}
@media(min-width:768px) {
  #home-contact, #news {
    padding: 2.5rem;
  }
}
@media(min-width:1200px) {
  #home-contact, #news {
    padding: 3.5rem;
  }
}
@media (max-width:991px) {
  #call-to-action {
    background-size: auto 100%;
  }
}
@media (max-width:767px) {
  #call-to-action {
    /*padding: 2.5rem;*/
  }
}
#call-to-action .container {
  padding: 0;
}
#call-to-action h2, #news h2 {
  margin-top: 0;
  color: #fff;
}
#call-to-action input[type="text"], #call-to-action input[type="email"] {
  width: 47%;
  margin-right: 1%;
  display: inline-block;
  border: none;
}
#call-to-action textarea {
  width: 96.5%;
  margin: 15px 0 10px;
  border: none;
  height: 181px;
}
#news h3 {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 3px;
}
#news h3 a:hover {
  color: #fff;
}
.author {
  color: #b0b0b0;
  margin-bottom: 5px;
}
/* Footer */
footer {
  padding-top: 40px;
  padding-bottom: 25px;
}
footer#sbv-footer {
  background-color: #58595c;
}
footer h3 {
  color: #0ac5db;
}
footer #footer-nav {
  color: #0ac5db;
  font-weight: 500;
  font-size: 1.05rem;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
footer #footer-nav li {
  padding-bottom: 25px;
}
footer #footer-nav a, #footer-btm .btm-nav a {
  color: #57707b;
  text-decoration: none;
}
footer #footer-nav a:hover, #footer-btm .btm-nav a:hover {
  color: #fff;
}
footer #footer-nav h3 {
  font-size: 16px;
}
#footer-btm {
  padding-top: 18px;
  border-top: 1px solid #1c3642;
  margin-top: 25px;
  color: #57707b;
  text-align: center
}
#footer-btm .copy {
  font-size: 14px;
  line-height: 1.7;
}
footer .btm-nav .separator {
  padding: 0 5px;
}
@media(min-width:768px) {
  #footer-btm {
    text-align: left;
  }
  #footer-btm .col-md-6:nth-child(2n) {
    text-align: right;
  }
  footer #footer-nav {
    text-align: left;
  }
  footer #footer-nav li {
    width: 49.5%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
  }
  footer .container {
    grid-template-columns: auto auto;
  }
}
@media(min-width:992px) {
  footer {
    padding-top: 84px;
  }
  footer #footer-nav li {
    width: 19.5%;
  }
}
#footer-btm ul#social {
  display: inline-block;
  padding: 0;
  margin: 0 0 0 10px;
}
#footer-btm ul#social li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
}
#footer-btm ul#social li a {
  color: #737f85
}
#footer-btm ul#social li a:hover {
  color: #FFF
}
/* Inside */
.title {
  padding: .75rem;
  background: #1b4a6c;
  color: #fff;
  font-size: 14px;
  letter-spacing: .75px;
  position: relative;
}
.title h1 {
  color: #fff;
}
.title.orange, .title.brown {
  text-align: center;
}
.title.orange {
  background: #FA884F;
}
.title.brown {
  background-color: #3D3D3D;
  border-bottom: 10px solid #FA884F;
}
.title.orange h1, .title.brown h1 {
  line-height: 1;
  margin-bottom: 0;
}
.title.orange:after, .title.brown:after {
  content: url("/wp-content/themes/ndic2017/library/images/aro.svg");
  display: block;
  width: 70px;
  height: 24px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.title.brown:after {
  bottom: -33px;
}
.title.orange h1, .title.brown h1 {
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.875rem;
}
.title a {
  color: #7eb8e2;
}
.narrow-banner {
  max-height: 180px;
  overflow: hidden;
}
.narrow-banner img {
  width: 100%;
  max-width: 100%;
}
@media(min-width:992px) {
  .title {
    padding: 2rem 0;
  }
  .title.orange, .title.brown {
    padding: 1.4rem 0;
  }
}
@media (max-width:767px) {
  .title {
    padding: 1rem;
  }
  #secondary-content {
    width: 100% !important;
  }
}
#post-11733 .container, #post-11733 .content, #post-11733 .row {
  max-width: none;
  width: 100%;
  margin: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important
}
#post-11733 .container {
  padding-top: 0;
}
#post-11733 .re-container {
  padding: 30px 30px 0 !important;
}
@media(min-width:992px) {
  .content .right-col {
    padding-right: 2.5rem;
  }
}
.home .content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.title .container {
  padding: 0;
}
/* Sidebar */
#sidebar {
  margin-bottom: 40px;
}
@media(min-width:768px) {
  #sidebar {
    border-left: 1px solid #dcdfd6;
    padding-left: 30px;
  }
}
#what-said:before, #what-said:after {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e0e0e0;
  content: "\f10d";
  margin-right: .5rem;
  letter-spacing: 3px;
}
#what-said:after {
  content: "\f10e";
  margin-left: .5rem;
}
#download {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #dcdfd6;
}
@media(min-width:768px) {
  #download input {
    margin-bottom: 15px;
  }
}
/* Submenu */
ul#submenu {
  list-style: none;
  margin: 0;
  padding: 0
}
ul#submenu li {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 1px solid #dcdfd6;
  padding: 0;
  letter-spacing: .5px;
}
ul#submenu li#last {
  border-bottom: none
}
ul#submenu li a, ul#submenu li a:active, ul#submenu li a:visited {
  font-size: 13px;
  color: #4d626f;
  text-decoration: none;
  padding: 18px 20px;
  display: block;
  line-height: 1;
  font-weight: 600;
}
@media(min-width:992px) {
  ul#submenu li a, ul#submenu li a:active, ul#submenu li a:visited {
    font-size: 16px;
  }
}
ul#submenu li a:hover, ul#submenu li a:hover span {
  color: #000;
  background: #f6f6f6
}
ul#submenu li a.selected, ul#submenu li a.selected span {
  color: #000 !important;
  background: #EEE;
}
ul#submenu li a span {
  font-size: 11px;
  color: #898989;
  font-weight: normal;
  letter-spacing: normal;
}
ul#submenu li a:hover span {
  color: #000
}
/* Tiny Nav */
.tinynav, #gform_wrapper_1 #field_1_8 label.gfield_label {
  display: none !important; /*Hide*/
}
#submenu .selected a {
  color: red
}
@media screen and (max-width: 767px) {
  .tinynav {
    display: block;
    width: 100%;
    height: 35px;
    font-size: 13px;
    margin-bottom: 30px;
  }
  #submenu {
    display: none
  }
}
/* PAGINATION */
.pagination ul.page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul.page-numbers li {
  display: inline;
  padding-right: 1em;
}
/* PORTFOLIO */
#folio {
  display: block;
  text-align: center;
  margin: 10px auto;
  font-size: 0;
  padding: 0 1.5% 0 2.5%;
}
#folio li {
  max-width: 300px;
  display: inline-block;
  list-style: none;
  border: 10px solid #FFF;
  margin: 15px 1.5%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25)
}
@media (min-width:1200px) {
  #folio li {
    margin: 25px 2.2%;
  }
}
@media (max-width:767px) {
  #folio li div.zoomtool {
    display: none;
  }
}
#folio li img {
  width: 100%;
  height: auto;
}
#folio li div.zoomtool {
  background: url(/wp-content/themes/ndic2017/library/images/folio/zoom-bg-elastic.png) 0 0 no-repeat;
  padding: 10px 0 0 5px;
  margin-top: -29px;
  width: 102px;
  height: 29px;
  position: absolute;
  text-align: left;
}
#folio li div.big {
  position: relative;
}
#folio li div.big img {
  border: none;
  padding: 0;
  width: 86px;
  height: 14px;
  -ms-interpolation-mode: bicubic;
}
#folio li div.big img.hover {
  border: none;
}
#trailimageid {
  visibility: hidden;
  max-width: 100%;
}
#trailimageid .innertrail {
  pointer-events: none;
  position: fixed;
  z-index: 99999;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 0 20px #000000;
  max-width: 100%;
}
#trailimageid .innertrail .desc {
  padding-top: 15px;
}
/*
@media(max-width:991px) {
	#trailimageid .innertrail, 
	#trailimageid .innertrail #ttimg {
		max-width:75%;
	}
}
@media(max-width:768px) {
	#trailimageid .innertrail, 
	#trailimageid .innertrail #ttimg {
		max-width:75%;
	}
}
@media(max-width:640px) {
	#trailimageid .innertrail, 
	#trailimageid .innertrail #ttimg {
		max-width:75%;
	}
}
*/
/* CONTACT US */
#contact-us-form input[type="text"], #contact-us-form input[type="email"], #contact-us-form input[type="tel"], #contact-us-form textarea {
  width: 60%;
}
#contact-us-form textarea {
  height: 100px;
}
#contact-us-form input[type="submit"] {
  margin-top: 15px;
}
@media (max-width:767px) {
  #contact-us-form input[type="text"], #contact-us-form input[type="email"], #contact-us-form input[type="tel"], #contact-us-form textarea {
    width: 100%;
  }
}
@media (min-width:1200px) {
  #contact-us-form .col-half {
    width: 48%;
    display: inline-block;
  }
  #contact-us-form .col-half.left {
    margin-right: 2.5%
  }
  #contact-us-form input[type="text"], #contact-us-form input[type="email"], #contact-us-form input[type="tel"] {
    width: 100%;
  }
  #contact-us-form textarea {
    width: 99%;
  }
}
/* HOSTING SIGN UP */
.form-hosting-sign-up .gfield {
  padding-bottom: 1.25em;
}
/* ONLY for MOB */
@media(max-width:767px) {
  #call-to-action {
    background-image: url(../images/form-bg-mob.jpg);
  }
  .wpb_wrapper {
    word-wrap: break-word;
  }
  .wpb_wrapper .wp-caption {
    width: 100% !important;
  }
  .wpb_wrapper .wp-caption img, .blog .post img {
    width: 100%;
    object-fit: contain;
  }
  .ginput_recaptcha > div {
    transform: scale(.8);
    transform-origin: left;
  }
  #services {
    width: calc(100vw - 30px);
  }
}
/* SIDEBAR TESTIMONIAL */
#inside-testimonial {
  font-style: italic;
}
/* SIDEBAR DOWNLOAD */
#sidebar .widget_text .widgettitle {
  padding-top: 40px;
}
#sidebar .textwidget .download input[type=email] {
  width: 200px;
}
#inside-testimonial:before {
  display: block;
  font: normal normal normal 24px/1 FontAwesome;
  font-size: 2.2em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #8f8f8f;
  content: "\f10d";
  margin-bottom: .5rem;
  text-align: center;
}
#inside-testimonial-name {
  font-weight: bold;
}
/* Team */
.team-thumb img {
  max-width: 100%;
}
.thumb-img {
  float: left;
  margin: 5px 25px 10px 0;
}
.team-thumb p {
  line-height: 1.3
}
.team-thumb strong {
  display: block;
  padding-bottom: 10px;
}
.team-thumb .details {
  font-size: 13px;
}
/* Top bar search */
.header-search {
  display: inline-block;
}
.header-search form {
  top: 50px;
  width: inherit;
}
.header-search fieldset {
  position: relative;
}
.header-search .header-search-btn {
  background: 0 0;
  border: none;
  color: #8b8b8b;
  font-size: 22px;
  line-height: 20px;
  outline: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
.header-search .header-search-input {
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: transparent;
  color: #FFF;
  outline: 0;
  padding: 0 0 0 10px;
  display: none;
}
.header-search .header-search-input.active {
  display: inline-block;
}
/*.header-search .header-search-input::-webkit-input-placeholder {color:#FFFFFF;}
.header-search .header-search-input::-moz-placeholder          {color:#FFFFFF;}
.header-search .header-search-input:-moz-placeholder           {color:#FFFFFF;}
.header-search .header-search-input:-ms-input-placeholder      {color:#FFFFFF;}*/
/* BLOG */
.blog .post h1 {
  font-size: 2rem !important;
}
img.autofit {
  max-width: 100%;
  height: auto;
}
@media (min-width:1200px) {
  article.post .entry-content img, .blog .post .entry-content img, .entry-content img.size-full, .category .entry-content img {
    max-width: 45% !important;
    width: 45%;
    float: right;
    height: auto;
    margin: 5px 0 20px 20px
  }
  article.post .entry-content img.aligncenter, .blog .post .entry-content img.aligncenter, .entry-content img.size-full.aligncenter, article.post .entry-content img.image-center, .blog .post .entry-content img.image-center, .entry-content img.size-full.image-center {
    max-width: 100% !important;
    width: auto !important;
    display: block;
    float: none;
    height: auto;
    margin: 5px auto 20px auto !important
  }
}
/* Top bar search */
.header-search {
  display: inline-block;
}
.header-search form {
  top: 50px;
  width: inherit;
}
.header-search fieldset {
  position: relative;
}
.header-search .header-search-btn {
  background: 0 0;
  border: none;
  color: #8b8b8b;
  font-size: 22px;
  line-height: 20px;
  outline: 0;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
}
.header-search .header-search-input {
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: transparent;
  color: #FFF;
  outline: 0;
  padding: 0 0 0 10px;
  display: none;
}
.header-search .header-search-input.active {
  display: inline-block;
}
/*.header-search .header-search-input::-webkit-input-placeholder {color:#FFFFFF;}
.header-search .header-search-input::-moz-placeholder          {color:#FFFFFF;}/* Firefox 19+ */
.header-search .header-search-input:-moz-placeholder {
  color: #FFFFFF;
} /* Firefox 18- */
.header-search .header-search-input:-ms-input-placeholder {
  color: #FFFFFF;
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper ul li.gfield {
  margin: 0 !important;
}
.gform_wrapper ul li.gfield input, .gform_wrapper ul li.gfield textarea {
  margin: 0 !important;
  padding-left: 10px !important;
  width: 100% !important;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_wrapper .gform_footer input {
  margin-top: 10px !important;
  font-size: .85rem !important;
  letter-spacing: .5px !important;
}
#gform_wrapper_1 ul li.gfield .ginput_container_textarea {
  margin-top: 16px;
}
#gform_wrapper_2 ul li.gfield, #gform_wrapper_3 ul li.gfield {
  margin-top: 10px !important;
}
#gform_wrapper_2 .top_label .gfield_label, #gform_wrapper_3 .top_label .gfield_label {
  margin: 0;
}
#gform_15 .top_label .gfield_label {
  margin: 1em 0 0 0;
}
.gform_confirmation_wrapper {
  color: #930100;
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-account #customer_login .col-1, .woocommerce-account #customer_login .col-2, .woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.product-version-info label {
  margin-bottom: 0;
}
.woocommerce div.product div.images img {
  max-width: 100%;
  width: auto;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #0049A8;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #162a33;
}
.rplg .rplg-badge2 {
  margin: 0 0 0 10px !important;
}
.rplg-badge2 .rplg-badge2-btn {
  background-color: #f0f0f0 !important;
}
/* 2019 */
.fit-width {
  max-width: 100%;
  height: auto;
}
.full-width {
  width: 100%;
  height: auto;
}
.gform_wrapper#gform_wrapper_11 .top_label .gfield_label, .gform_wrapper#gform_wrapper_12 .top_label .gfield_label, .gform_wrapper#gform_wrapper_14 .top_label .gfield_label {
  display: none;
}
.reverse-form form {
  background-color: #162a33;
  color: #fff;
  padding: 40px 30px;
}
.reverse-form form input {
  border: none !important;
}
.gform_wrapper#gform_wrapper_11 ul.gform_fields, .gform_wrapper#gform_wrapper_12 ul.gform_fields, .gform_wrapper#gform_wrapper_14 ul.gform_fields {
  padding: 0 0 7px 0 !important;
}
.gform_wrapper#gform_wrapper_11 ul.gform_fields li.gfield, .gform_wrapper#gform_wrapper_12 ul.gform_fields li.gfield {
  padding: 10px 0 !important;
}
.gform_wrapper#gform_wrapper_14 ul.gform_fields li.gfield {
  padding: 14px 0 !important;
}
.gform_wrapper#gform_wrapper_11 ul.gform_fields li.gfield:first-child, .gform_wrapper#gform_wrapper_12 ul.gform_fields li.gfield:first-child, .gform_wrapper#gform_wrapper_14 ul.gform_fields li.gfield:first-child {
  padding: 0 !important;
}
.gray-bar {
  background-color: #F8F8F8;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 0;
}
.blue-bar {
  background-color: #28658D;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #fff;
}
.tac {
  text-align: center
}
.orange-color {
  color: #FA884F;
}
span.orange-color {
  font-size: 164%;
  line-height: 1;
  vertical-align: middle;
}
.left-block {
  color: #28658D;
  padding-top: 35px;
  padding-bottom: 35px;
}
.left-block h4 {
  color: #28658D;
  line-height: 1.3
}
.left-block strong {
  font-weight: 600;
}
.sidebar {
  z-index: 10;
}
.sidebar.reverse-form form {
  background-color: #28658D !important;
  border-radius: 5px;
}
.sidebar.reverse-form form * {
  border-radius: 0;
}
.sidebar.reverse-form form [type="submit"] {
  width: 100%;
}
.sidebar.reverse-form form [type="submit"], .blue-bar .button {
  background-color: #FA884F;
  border-radius: 0;
  border: 1px solid #fff !important;
}
.sidebar.reverse-form form [type="submit"]:hover, .blue-bar .button:hover {
  background-color: #0049A8;
  text-decoration: none;
}
.left-block img {
  max-width: 100%;
}
.left-block.hosting img {
  max-width: 90%;
}
@media (min-width:768px) {
  .sidebar.reverse-form.hosting form {
    margin-top: -7rem;
    margin-bottom: -6rem;
  }
  .sidebar.reverse-form.development form {
    margin-bottom: -4rem;
  }
  .sidebar.development {
    padding-top: 35px;
  }
}
@media (min-width:1200px) {
  .large-font {
    font-size: 20px !important;
  }
  .med-font {
    font-size: 18px !important;
    line-height: 1.35
  }
  .gfield_html .med-font {
    font-size: 22px !important;
  }
  .left-block {
    padding-top: 50px;
  }
  .gray-bar {
    font-size: 24px;
  }
  .blue-bar {
    font-size: 18px;
  }
  .sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 18px !important;
  }
}
@media (max-width:767px) {
  #sidebar {
    padding-top: 2rem;
  }
  .title.orange h1, .title.brown h1 {
    font-size: 1.35rem;
    line-height: 1.25
  }
  .left-block h4 {
    font-size: 1.2rem;
  }
  .left-block h4 br {
    display: none
  }
  .left-block, .left-block .gform_fields, .gray-bar, .blue-bar, .gform_wrapper form {
    text-align: center;
  }
  .gray-bar {
    margin-top: 1rem;
  }
  .gray-bar img {
    display: block;
    margin: 0 auto .75rem !important;
    float: none;
    clear: both
  }
  .left-block.hosting {
    padding-top: 45px;
  }
  .sidebar .gform_footer .gform_button {
    height: 38px;
    line-height: 1 !important;
  }
  .sidebar .gform_wrapper#gform_wrapper_14 ul.gform_fields li.gfield {
    padding: 5px 0 !important;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .title.orange h1, .title.brown h1 {
    font-size: 1.5rem;
    padding: .5rem 0
  }
  .left-block h4 {
    font-size: 1.25rem;
  }
}
/* Google */
@media (min-width:1200px) {
  #bottom-bar {
    align-items: center;
  }
}
.rplg-badge2 .rplg-badge2-border {
  display: none;
}
.rplg-badge2 .rplg-badge2-btn {
  position: relative !important;
  padding: 0px !important;
  z-index: 999 !important;
  background: none !important;
  border-radius: 0 !important;
  transition: all .2s ease-in-out !important;
}
.rplg .rplg-biz-based {
  text-shadow: none !important;
}
.rplg-badge2 .rplg-badge2-btn.rplg-badge2-clickable:hover {
  background: none !important;
}
.rplg .rplg-biz-based {
  color: inherit !important;
}
.rplg .rplg-biz-rating.rplg-biz-google .rplg-biz-score {
  color: #0ac5db !important;
}
.rplg .rplg-badge2 {
  box-shadow: none !important;
}
.rplg .rplg-badge2 .rplg-biz-score {
  font-family: Arial, sans-serif !important;
}
.rplg-badge2 svg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: sepia(100%) hue-rotate(112deg) saturate(75%);
}
.rplg-badge2:hover svg {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: sepia(0%) hue-rotate(10deg) saturate(100%);
}
.pum-content p {
  margin: 1em 0 !important;
}
.pum-content a {
  color: #fff;
}
.pum-content a:hover {
  color: #fff;
}
/*2023*/
.hide {
  display: none !important;
}
#services > .vc_column_container > .vc_column-inner {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
.service-thumb img {
  border-radius: 5px 5px 0 0;
}
.services .vc_column-inner > .wpb_wrapper {
  background-color: #fff;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06)
}
.service-icon {
  margin-top: -28px;
  position: relative;
  z-index: 1;
}
.service-icon img {
  border-radius: 500px;
  box-shadow: 0 0 10px #fff, 0 0 5px rgba(255, 255, 255, 0.25);
}
.services .wpb_text_column.wpb_content_element h3 {
  color: #0049A8;
}
.services .wpb_text_column.wpb_content_element {
  padding: 0 30px 40px;
}
@media (min-width:768px) and (max-width:1024px) {
  .services > .vc_col-sm-3 {
    width: 50% !important
  }
}
.trusted-partners {
  background-image: url("/wp-content/uploads/2023/12/trusted_partners_bg.jpg");
  background-position: 0 0 !important;
  background-size: auto 100% !important;
  background-repeat: no-repeat !important
}
.indented {
  padding-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-left: 1px solid #0049A8;
}
.large {
  font-size: 120%;
  font-weight: bold;
}
#clients img {
  filter: saturate(0%);
  opacity: 0.75;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#clients img:hover {
  filter: saturate(100%);
  opacity: 1;
  transform: scale(1.05);
}
.wpls-logo-showcase .slick-arrow {
  background-color: transparent !important;
}
.wpls-logo-showcase .slick-arrow svg {
  fill: #a7a7a7;
  transform: scale(1, 1.25);
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.wpls-logo-showcase .slick-arrow:hover svg {
  fill: #0049A8;
}
@media (min-width:1600px) {
  .wpls-logo-showcase .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (max-width:991px) {
  .trusted-partners {
    background-size: 200px auto !important;
  }
  .indented {
    font-size: 1.15rem;
  }
}
/* Services */
#service-list {
  padding: 0 5px;
}
#service-list .service {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px;
  display: none;
  float: left;
  overflow: hidden;
}
.service-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
.service-wrapper > p {
  display: none;
}
.service img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service .label {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(.75, .75);
  opacity: 0;
  padding: 20px;
}
.service:hover .label {
  transform: scale(1, 1);
  opacity: 1
}
.service .label-bg {
  background: rgba(147, 0, 0, .85);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service .label-text {
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 500;
  /*border: 1px dotted rgba(255, 255, 255, .5);*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.service .label-text .btn {
  color: #fff !important;
  border-color: #fff !important;
}
.service .label-text p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}
.service .label-text h3 {
  font-weight: 300;
  color: #fff;
}
.service .label-text .btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-top: 10px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.service .label-text .btn:hover {
  background: #000;
  border-color: #000
}
.service:hover .label {
  bottom: 0;
}
.service:hover img {
  transform: scale(1.1, 1.1) /*top: -30px;*/
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media (min-width:480px) and (max-width: 991px) {
  #service-list .service {
    width: 50%;
  }
}
@media (min-width:992px) {
  #service-list .service {
    width: 25%;
  }
}
@media (min-width:1200px) {
  #service-list .first-thumb {
    height: 620px;
    width: 50%;
  }
  #service-list .first-thumb .service-wrapper, #service-list .first-thumb img {
    height: 100%;
  }
}
#trusted-partner-wrap {
  max-width: 1600px;
  margin: 0 auto;
}
#trusted-partner-img {
  max-width: 560px;
}
#trusted-partner-content .indented {
  line-height: 1.5
}
#trusted-partner-content .large {
  line-height: 1
}
@media (min-width:992px) {
  #trusted-partner-content {
    width: calc(100% - 560px);
  }
}
/*Services Custom HTML*/
#service-thumb-row .vc_col-sm-3 .vc_column-inner > .wpb_wrapper, #service-thumb-row .vc_col-sm-3 .vc_column-inner > .wpb_wrapper > .wpb_text_column, #service-thumb-row .vc_col-sm-3 .vc_column-inner > .wpb_wrapper .wpb_text_column > .wpb_wrapper, #service-thumb-row .vc_col-sm-3 .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper > p, #service-thumb-row .vc_col-sm-3 .vc_column-inner > .wpb_wrapper .wpb_text_column .wpb_wrapper > .service-thumb {
  height: 100%;
}
.service-thumb, .service-thumb span {
  display: block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
}
.service-thumb {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  height: 100%;
}
.service-thumb:hover {
  text-decoration: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
}
.service-thumb-top {
  position: relative;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.service-thumb-top img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-thumb:hover .service-thumb-top img, .service-thumb-top:hover img {
  transform: scale(1.1, 1.1);
}
.service-thumb .service-icon {
  margin: -28px auto 0;
  display: block;
  border-radius: 500px;
  box-shadow: 0 0 10px #fff, 0 0 5px rgba(255, 255, 255, 0.25);
}
.service-thumb-top .label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: rgba(147, 0, 0, 0.85);
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: scale(.75, .75);
  opacity: 0;
  padding: 20px;
  left: 0;
  top: 0
}
.service-thumb:hover .label, .service-thumb-top:hover .label {
  transform: scale(1, 1);
  opacity: 1
}
.service-thumb .label-heading {
  margin: 2px 0 0;
  padding: 0;
  font-weight: 600
}
.service-thumb .service-heading {
  margin: 8px 0 0;
  padding: 0;
  font-weight: 500;
  color: #0049A8;
  font-size: 1.25rem;
}
.service-thumb-bottom {
  padding: 10px 30px 40px;
  color: #000;
}
.service-thumb .service-thumb-bottom {
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-thumb:hover .service-thumb-bottom {
  transform: scale(1.04, 1.04);
}
@media (min-width:768px) and (max-width:1199px) {
  #service-thumb-row .vc_col-sm-3 {
    width: 50%;
  }
}
@media (min-width:992px) {
  .service-thumb .service-heading {
    font-size: 1.75rem;
  }
}
@media (max-width:1199px) {
  #service-thumb-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 2024 Updates */
.page-id-8392 .content, .page-id-8392 .col-md-12.right-col {
  padding: 0 !important;
}
.reverse-color * {
  color: #fff;
}
.visible {
  overflow: visible !important
}
.left-col, .rht-col {
  padding: 30px 0;
}
.prices .rpt_recommended_plan {
  transform: scale(1);
}
.page-banner {
  min-height: 250px;
}
.page-banner p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
#scalable-hosting {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #1b4a6c url(/wp-content/themes/ndic2017/library/images/ScalableWordPressHosting.svg) center/cover;
}
#woo-commerce {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #1b4a6c url(/wp-content/uploads/2024/03/WCommerce.jpg) center/cover;
}
.rpt_plan .rpt_title {
  text-align: center !important;
  background-color: #fff !important;
  color: #666 !important
}
.rpt_style_basic .rpt_plan {
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.rpt_style_basic .rpt_title {
  border-top: 1px solid #fff !important;
  padding-bottom: 0 !important;
  color: #fff !important;
  text-transform: uppercase !important;
}
.rpt_style_basic .rpt_title.rpt_title_0 {
  background-image: linear-gradient(to right, #0897a8, #0ac5db);
}
.rpt_style_basic .rpt_title.rpt_title_1 {
  background-image: linear-gradient(to right, #153953, #1b4a6c);
}
.rpt_style_basic .rpt_title.rpt_title_2 {
  background-image: linear-gradient(to right, #710000, #0049A8);
}
.rpt_style_basic .rpt_title.rpt_title_3 {
  background-image: linear-gradient(to right, #2f2f2f, #3d3d3d);
}
/**/
.rpt_style_basic .rpt_plan .rpt_head .rpt_recurrence {
  padding-top: 0 !important;
}
.rpt_4_plans .rpt_plan .rpt_recurrence {
  padding-bottom: 24px !important;
}
.rpt_style_basic .rpt_plan .rpt_head {
  border: none;
  background-image: linear-gradient(to right, #0897a8, #0ac5db);
  display: flex;
  flex-direction: column-reverse;
  min-height: 82px;
}
.rpt_4_plans .rpt_plan .rpt_title {
  font-size: 21px;
  font-weight: 400;
}
.rpt_style_basic .rpt_plan .rpt_title {
  margin-bottom: -8px !important;
  padding-top: 22px !important
}
.rpt_style_basic .rpt_plan .rpt_head * {
  color: #fff !important;
}
.rpt_style_basic .rpt_plan .rpt_head.rpt_head_1 {
  background-image: linear-gradient(to right, #153953, #1b4a6c);
}
.rpt_style_basic .rpt_plan .rpt_head.rpt_head_2 {
  background-image: linear-gradient(to right, #710000, #0049A8);
}
.rpt_style_basic .rpt_plan .rpt_head.rpt_head_3 {
  background-image: linear-gradient(to right, #2f2f2f, #3d3d3d);
}
.rpt_style_basic .rpt_plan .rpt_head.rpt_head_3 .rpt_currency {
  display: none;
}
.rpt_4_plans .rpt_plan .rpt_head .rpt_price {
  /*font-size: 36px;*/
  font-size: 24px;
  padding: 2px 10px
}
.rpt_4_plans .rpt_plan .rpt_head .rpt_price .rpt_currency {
  top: 6px !important;
  font-size: 0.65em !important;
}
.rpt_style_basic .rpt_plan .rpt_features {
  padding: 25px 40px;
  background: white;
  text-align: left;
  min-height: 345px;
}
.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
  border: none;
  padding: 5px 10px 5px 25px;
  font-size: 16px;
  position: relative;
}
.rpt_style_basic .rpt_plan .rpt_features .rpt_feature:before, .rpt_style_basic .rpt_plan .rpt_features .rpt_feature.included:before, .rpt_style_basic .rpt_plan .rpt_features .rpt_feature.excluded:before {
  background: url(/wp-content/uploads/2024/02/tick.jpg) center no-repeat;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
}
.rpt_style_basic .rpt_plan .rpt_features .rpt_feature.excluded:before {
  background: url(/wp-content/uploads/2024/02/cross.jpg) center no-repeat;
}
.rpt_4_plans .rpt_plan {
  background: #fff url(/wp-content/uploads/2024/02/price-block.jpg) left bottom repeat-x;
  border-bottom: 1px solid #fff;
}
.rpt_style_basic .rpt_plan .rpt_foot {
  margin: 0 auto;
  max-width: 130px;
  border-radius: 5px;
  bottom: -20px;
  position: relative;
}
.rpt_4_plans .rpt_plan .rpt_foot {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.rpt_style_basic .rpt_plan .rpt_title {
  border: none
}
.subpoint {
  padding-left: 15px;
  position: relative;
}
.subpoint:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  height: 7px;
  width: 7px;
  border-radius: 100px;
  background: #0049A8;
}
.re-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width:640px) {
  #rpt_pricr > div {
    display: grid;
    grid-template-columns: auto auto;
    row-gap: 45px;
    column-gap: 20px;
  }
  .rpt_4_plans .rpt_plan {
    width: 100%;
  }
}
@media (min-width:768px) {
  .re-container {
    width: 720px;
    max-width: 100%;
  }
  .fourtyfive {
    width: 45% !important
  }
  .fiftyfive {
    width: 55% !important
  }
  .left-col {
    padding: 30px 30px 30px 0;
  }
  .left-col, .rht-col {
    padding: 30px 0 30px 30px;
  }
  .row-pad-nil .vc_column-inner {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@media (min-width:992px) {
  .re-container {
    width: 960px;
    max-width: 100%;
  }
  .page-banner {
    min-height: 350px;
  }
  .img-off-top {
    margin-top: -30px !important;
  }
  .img-off-bot {
    margin-bottom: -30px !important;
  }
  #scalable-hosting {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .pricing {
    padding: 30px;
  }
}
@media (min-width:1200px) {
  .re-container {
    width: 1140px;
    max-width: 100%;
  }
  .page-banner {
    min-height: 450px;
  }
  .pr-50p {
    padding-right: 50%;
  }
  #scalable-hosting {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .rpt_style_basic .rpt_plan .rpt_title {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
  }
  #rpt_pricr > div {
    grid-template-columns: auto auto auto auto;
    row-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tab-ptb-4 {
    padding-bottom: 20px !important;
    padding-top: 20px !important
  }
}
@media (min-width:1600px) {
  .title .container {
    width: 1170px;
  }
}
@media (min-width:1920px) {
  .page-banner {
    min-height: 520px;
  }
  .pricing {
    padding: 50px;
  }
  #scalable-hosting {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #secondary-hero {
    padding: 30px 14vw;
  }
}
/* 2024*/
.rpt_title.rpt_title_2 img {
  position: absolute !important;
  right: 0px !important;
  top: 0 !important;
  margin: 0 !important;
  width: 81px !important;
  height: 81px !important;
}
.page-id-8323 .title, .page-id-8392 .title, .page-id-478 .title, .page-id-8625 .title, .page-id-8753 .title {
  display: none;
}
.page-id-8323 .content, .page-id-478 .content, .page-id-8625 .content, .page-id-8753 .content {
  padding: 0 !important;
}
.f-large {
  font-size: 140%;
}
.f-120 {
  font-size: 120%;
}
.ndic-different .wpb_wrapper strong {
  color: #0049A8
}
#popmake-8692 * {
  border: none;
  outline: none;
  line-height: 1.5;
}
@media (min-width:992px) {
  .d-mt-5 {
    margin-top: 25px !important;
  }
  .d-mb-5 {
    margin-bottom: 25px !important;
  }
}
/*CUSTOMIZATION*/
.wp-block-button__link {
  color: #fff !important;
  background-color: #0049A8;
  border-radius: 0;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 14px;
  border: 2px solid #fff;
}
.wp-block-button__link:hover {
  background-color: #000;
}
/**/
.what-we-do {
  gap: 0
}
.what-we-do-content {
  padding: 3rem;
  background: #EAF3F6 url(/wp-content/uploads/Group-364.jpg) right top no-repeat;
}
.become-an-insider {
  padding: 3rem;
  background: url(/wp-content/uploads/Q9-3-scaled.jpg) center/cover no-repeat;
}
.become-an-insider > div {
  height: 100%;
  align-items: flex-start
}
.re-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 30px;
  padding-right: 30px;
}
.re-container-icon {
  margin-top: -70px;
}
.fit-img, .fit-img img {
  width: 100%;
}
@media (min-width: 992px) {
  #logo-nav-wrap {
    align-items: center;
    padding: 20px 2%;
  }
  body {
    padding-top: 80px;
  }
  #hero-image {
    min-height: 320px;
  }
  .what-we-do-content {
    padding: 90px;
  }
  #logo-nav-wrap .col-lg-3 img {
    max-width: 100%;
  }
  /*.navbar-nav .nav-link {
    font-size: 12px;
  }*/
  .navbar-toggleable-md .navbar-nav {
    justify-content: flex-end;
    display: flex;
    width: 100%;
    gap: 20px;
  }
}
.re-container {
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#post-162 .re-container {
  padding-top: 0;
  padding-bottom: 0;
}
.re-container {
  gap: 100px;
}
.wp-block-button__link {
  font-size: 16px;
  margin-top: 25%;
}
h1.wp-block-heading {
  text-transform: uppercase;
}
/*.agent-box-card .image-content{
  min-height: 250px;
  background: url(/wp-content/uploads/2018/12/logo-e1545581777695.png) top center no-repeat;
}
.agent-box-card .rem-profile-image{
  background-color: #fff;
  height: 100%;
}*/
.content h1 {
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.content h1:after {
  background: #0049A8;
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  /* right: auto; */
  left: 50%;
  top: auto;
  display: block;
  z-index: 0;
  bottom: 0;
  margin: 10px auto 20px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (min-width: 992px) and (max-width:1919px) {
  #logo-nav-wrap .col-lg-3 {
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }
  #logo-nav-wrap .col-lg-9 {
    -webkit-flex: 0 0 85%;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
  }
  .ctdb-user-can-post .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: normal;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 80px;
  }
}
@media (max-width: 1366px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  body {
    padding-top: 90px;
  }
}
@media (min-width: 1366px) {
  body {
    padding-top: 100px;
  }
}
@media (min-width: 1600px) {
  body {
    padding-top: 112px;
  }
  #logo-nav-wrap .col-lg-3 img {
    max-width: 200px;
  }
}
@media (max-width:1365px) {
  #secondary-content {
    font-size: 20px !important;
  }
}
@media (max-width:767px) {
  .what-we-do-content {
    padding: 2rem;
  }
  .content {
    margin: 20px auto;
  }
  .content h1:after {
    margin: 10px auto 20px;
  }
  .margin-btm-nil-mob .wpb_content_element {
    margin-bottom: 0 !important
  }
  .mob-plr {
    padding-left: 30px !important;
    padding-righ: 30px !important;
  }
  .mob-pb-3 {
    padding-bottom: 15px !important;
  }
  .altered {
    flex-direction: column-reverse !important;
  }
  .rpt_style_basic .rpt_plan .rpt_foot {
    font-size: 14px !important;
  }
  .rpt_style_basic .rpt_plan .rpt_head .rpt_price {
    font-size: 22px !important;
    line-height: 1 !important;
  }
  .rpt_style_basic .rpt_plan .rpt_title {
    position: relative;
    font-size: 18px !important;
    line-height: 1;
  }
  #post-11733 .content {
    padding: 0 !important;
  }
  .re-container {
    padding-top: 1rem !important;
    gap: 60px !important;
  }
  .wp-block-button__link {
    padding: 8px 18px
  }
  .become-an-insider {
    padding: 3rem 3rem 10rem;
  }
  .wp-block-image figure img {
    width: 150px !important;
    height: auto;
  }
  #post-2907 .wp-block-image figure img {
    width: 100% !important;
    height: auto;
  }
}
@media (min-width:768px) and (max-width:1599px) {
  .re-container {
    gap: 50px;
  }
  .re-container {
    padding-top: 2rem;
  }
}
.ml-4 {
  margin-left: 20px;
}
.mb-3 {
  margin-bottom: 15px;
}
.mt-4 {
  margin-top: 20px;
}
@media (min-width: 701px) {
  #post-128 .rmagic form.rmagic-form, .contact-info {
    width: 100%;
    float: none;
    max-width: 826px;
    margin: 0 auto;
    display: block;
  }
  #post-128 .rmfield, .contact-info .sb-left-div {
    width: 120px;
    margin: 0
  }
  #post-17 .rmagic .buttonarea {
    padding-left: 260px;
  }
  #post-128 .rminput, .contact-info .sb-right-div {
    width: calc(100% - 120px);
  }
  .contact-info .sb-right-div ul {
    padding-left: 32px;
  }
  .rmagic .buttonarea {
    padding-left: 130px;
  }
  .rmagic .rmagic-form.rmagic-form-btn-center .buttonarea {
    text-align: left !important;
  }
}
label {
  margin-bottom: 0;
}
.rmfield {
  padding-top: 15px;
}
.rmagic .rmheader {
  margin: 0 auto !important;
}
.page-section-header em {
  background: #0049A8;
  padding: 2px 10px 2px 10px;
  color: #FFF;
  border-radius: 10px 0 10px 0;
}
.row p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
body:not(#homepage).re-container {
  padding: 0 !important;
  width: 100%;
}
.footer-buttons {
  bottom: 8px !important;
  right: 9px !important;
}
#property-11656 .box-list {
  margin-bottom: 0 !important;
}
.rmagic .rm-logged-in-view-wrap {
  max-width: none !important
}
.rm-logged-in-view-wrap {
  text-align: left !important;
}
#post-74 .row h1 + div {
  height: auto !important
}
#post-74 .row .ich-settings-main-wrap {
  width: 100% !important;
  margin-top: 20px !important
}
#post-189 .wp-block-image figure, #post-463 .sb-right-div br, #post-463 .sb-left-div {
  display: none !important
}
#post-47 .margin-div.footer {
  text-align: center;
}
#rem-search-box .search-container .search-options .searcher .search-button {
  float: none !important;
}
.ctdb-archive-layout-classic ul.ctdb-topic-table {
  width: 100%;
}
.ctdb-pagination {
  padding: 0 !important;
  width: 100%;
}
article.discussion-topics.type-discussion-topics > .content > .row {
  flex-direction: column;
}
@media (max-width:991px) {
  .navbar-nav .nav-link.active {
    border-bottom: none;
    color: #8AA954 !important
  }
  #hero-image {
    height: 40vh;
  }
  .hero-content #tag {
    margin-bottom: 10px;
  }
  #hero-copy {
    line-height: 1.4;
  }
  .wp-image-343 {
    margin-bottom: 15px;
  }
  #post-77 center .btn-default {
    margin: 0px 10px 10px;
  }
}
@media (max-width:767px) {
  .container {
    width: 100%;
  }
  .content {
    padding: 2.5rem 2.5rem 1.5rem !important;
    max-width: calc(100% - 30px);
  }
  #post-189 .content, #post-463 .content {
    padding: 1.5rem 2.5rem !important;
  }
  #footer-image-wrapper img {
    max-width: 160px;
  }
  footer {
    padding: 30px 10px 0;
    text-align: center;
  }
  .rmfield, .rminput {
    margin-top: 0 !important
  }
  .rm-logged-in-view-wrap .rm-logged-in-lf, .rm-logged-in-view-wrap .rm-logged-in-lf + .rm-logged-in-rf {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    text-align: center !important
  }
  .rm-logged-in-view-wrap .rm-logged-in-lf img {
    float: none !important;
    margin-bottom: 15px !important
  }
}