/*
Theme Name: Judson
Author: Linkmedia 360
Author URI: https://www.linkmedia360.com/
Description: Custom Theme build by Linkmedia 360
Version: 1.0.0
*/

/*----------
 * Inter Fonts
 */

@font-face { 
    font-family: "Inter Medium"; 
    src: url(./assets/fonts/inter/Inter-Medium.ttf); 
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Bold";
    src: url(./assets/fonts/inter/Inter-Bold.ttf);
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter Regular";
    src: url(./assets/fonts/inter/Inter-Regular.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Inter SemiBold";
    src: url(./assets/fonts/inter/Inter-SemiBold.ttf);
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# WP Generated Classes

--------------------------------------------------------------*/
.wow {
  visibility: hidden;
}

#wpadminbar {
  position: fixed !important;
}

body {
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  overflow-x: hidden;
}

/* WP Core Styles */

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;

  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* Form CSS */
.formexample1 {
  background-color: #e7e7e7;
  padding: 10px 20px 20px 20px;
  margin: 0px !important;
}

.formcolumn {
  padding: 0px 5px;
}

.formexample1 input,
.formexample1 select,
.formexample1 textarea {
  margin-top: 15px;
  font-size: 1.2rem;
  color: #333;
}

.formcard {
  margin-top: 15px;
  background-color: white;
}

.formexample1 input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1;
  /* Firefox */
}

.formexample1 input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.formexample1 input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}

.formexample1 textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 1;
  /* Firefox */
}

.formexample1 textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
}

.formexample1 textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333;
}

.formsubmit {
  background-color: black;
  color: white !important;
  width: 100%;
  margin: 0px auto;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px;
}

.formsubmit:hover {
  background-color: gray;
}

@media screen and (max-width: 767px) {
  .formexample1 input,
  .formexample1 select,
  .formexample1 textarea {
    font-size: 14px;
  }
}

.maincopy h1,
.maincopy h2,
.maincopy h3 {
  color: #424242;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: 800;
}

.maincopy p,
.maincopy ul li,
.maincopy ol li {
  font-size: 18px;
  line-height: 170%;
  font-weight: 500;
  color: #4a4a4a;
}

.additionalCopy {
  padding-bottom: 40px;
}

/* Default */
.specialWrap {
  position: relative;
  max-width: 280px;
  margin: 60px auto;
}

.largeDollar {
  position: absolute;
}

.specialWrapCopy {
  padding-left: 80px;
}

.specialsTitle {
  font-weight: 600;
  color: #4a4a4a;
  margin: 0px;
  font-size: 22px;
}

.sepcialsCopy {
  font-weight: 500;
  color: #4a4a4a;
  margin-bottom: 0px;
  font-size: 16px;
}

.specialWrapCopy a {
  font-weight: 600;
  font-size: 12px;
  color: #446cb1;
}

.backLocation {
  color: white;
  background-color: #1a50a4;
  padding: 7px 10px;
  font-weight: 600;
  text-decoration: none;
}

.backLocation:hover,
.backLocation:active,
.backLocation:focus {
  background-color: #143f82;
  color: #fff;
}

/* Header Search */
.topHeaderForm {
  float: right;
  display: inline-block;
  position: relative;
  margin-top: 8px;
}

.topHeaderForm button {
  border: none;
  padding: 0;
}

.topsearch {
  border: 1px solid #c1c0bf;
  border-radius: 5px;
  padding: 8px 10px 8px 40px;
  position: relative;
  height: 40px;
  width: 220px;
}

.topHeaderForm span {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10;
  color: #424242;
  font-size: 20px;
  cursor: pointer;
}

.headersearch {
  float: right;
  margin-top: 16px;
  margin-bottom: 0px;
}

.headersearch input {
  border: 1px solid #289268;
  border-radius: 25px !important;
  height: 25px;
  padding: 10px 40px 10px 15px;
  color: #919191;
  width: 180px;
}

.headersearch input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #919191;
  opacity: 1;
  /* Firefox */
  font-weight: 500;
  letter-spacing: 1px;
}

.headersearch input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  font-weight: 500;
  letter-spacing: 1px;
}

.headersearch input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  font-weight: 500;
  letter-spacing: 1px;
}

.headersearch button {
  border-radius: 100% !important;
  margin-left: -25px;
  background-color: #289268;
  height: 25px;
  width: 25px;
  padding: 0px;
  font-size: 14px;
}

.headersearch button:hover {
  background-color: #204d72;
}

/* Top Secondary Header */
.headermenu {
  margin-bottom: 0px;
  margin-top: 5px;
  padding: 0px;
  padding-left: 22px;
}

.headermenu li {
  list-style-type: none;
  display: inline-block;
  border-right: 2px solid #1b1b1b;
  line-height: 15px;
}

.headermenu li a {
  padding: 3px 0px;
  margin: 0px 20px;
  font-size: 15px;
  line-height: 100%;
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: none;
}

.headermenu li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #1b1b1b;
}

.headermenu li:last-child {
  border-right: 0;
}

.menu-header-container {
  display: inline-block;
  margin-top: 5px;
}

/* Header Styles */

.mobilelogo {
  max-height: 100px;
  width: inherit;
  margin: 0px auto;
}

.topheadercolumn {
  padding: 7px;
}

.header-fluid {
  background-color: #cedae4;
}

#navdesktop {
  background: #fff;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  -moz-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  box-shadow: 0px 2px 6px 0px rgb(199 197 191 / 28%);
  z-index: 999 !important;
  position: fixed;
  width: 100%;
}

#logodesktop {
  background-color: #d7d7d7;
}

#navtablet {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  -moz-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  z-index: 99999 !important;
  position: fixed;
  width: 100%;
}

#navtablet .container {
  padding: 0px;
}

.button-header-container {
  float: right;
}

.mobilemenuwrapper {
  display: none;
}

/* Navigation menu */
.menu-desktop-container {
  display: inline-block;
  /* border-right: 2px solid #4a4a4aeb;*/
  padding-right: 2.5vw;
}

#navdesktop ul {
  list-style: none;
  padding: 0;
  z-index: 10;
  margin-bottom: 0;
}

#navdesktop ul li {
  display: block;
  position: relative;
  float: left;
}

ul#menu-top-bar li a {
  font-weight: 500;
  font-size: 14px;
  /* color: #707070 !important; */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
  ::i-block-chrome,
  .InputAddOn-item {
    margin-left: -2px;
  }
}

.InputAddOn-item:not(:root:root) {
  margin-left: -2px;
}

#navdesktop ul li a span {
  font-weight: 400 !important;
  font-size: 14px;
}

.menu-depth-1 li a:hover > #navdesktop ul li a {
  color: white;
}

#navdesktop ul ul ul {
  left: 100%;
  top: 0;
}

#navdesktop ul:before,
#navdesktop ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* Navigation Dropdown */
.parentlink {
  background-color: white;
}

#navdesktop ul li ul li a {
  padding: 10px;
}

#navdesktop li ul {
  position: absolute;
  transform: scaleY(0);
  transform-origin: center top 0;
  transition: all 0.1s ease 0s;
  width: 250px;
}

#navdesktop li:hover > ul {
  position: absolute;
  transform: scaleY(1);
  width: 250px;
}

#navdesktop li:hover li {
  float: none;
}

#navdesktop li:hover li a:hover {
  color: black;
}

#navdesktop .menu-item-has-children.menu-item-depth-1 a:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 20px;
  color: #4a4a4a;
  right: 8px;
}

.menu-depth-1 li a:hover .menu-item-has-children.menu-item-depth-1 a:after {
  color: white;
}

#navdesktop .menu-item-depth-2 a:after {
  display: none;
}

/* Navigation 2 Tier Dropdown */
#navdesktop li ul li ul {
  position: absolute;
  display: none;
}

#navdesktop li ul li:hover > ul {
  position: absolute;
  display: block;
}

#navdesktop .dropdown-menu li a {
  background-color: white;
  z-index: 200;
  color: #4a4a4a;
}

#navdesktop .dropdown-menu li {
  border-bottom: 1px solid gray;
}

#navdesktop .dropdown-menu li:last-child {
  border-bottom: none;
}

#navdesktop .dropdown-menu li a:hover {
  background-color: #dfdfdf !important;
  color: #4a4a4a !important;
}

#navdesktop .dropdown-menu .current-menu-item a {
  color: #4a4a4a !important;
}

#navdesktop .dropdown-menu .current-menu-item a .dropdown-menu li a {
  background-color: white;
}

#navdesktop .fa-caret-down {
  margin-left: -5px;
}

.main-navigation li ul li {
  border-top: 0;
}

#navdesktop li ul {
  border-top: 10px solid var(--primary);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1200px) {
  #navdesktop ul li a {
    font-size: 16px;
    padding: 15px;
  }

  .headersearch {
    margin-top: 13px;
  }

  .headermenu li a {
    font-size: 12px;
    padding: 3px 10px;
  }

  .button-header-container .cta1 {
    font-size: 14px;
    width: 150px;
  }

  .menu-header-container {
    margin-top: 0px;
  }
}

@media screen and (max-width: 991px) {
  #navdesktop,
  #logodesktop,
  .header-fluid {
    display: none;
  }

  #navtablet {
    display: block;
  }

  .mainlogo {
    margin: 0px auto;
    max-width: 60px;
    position: absolute; 
    left: 0;
    right: 0;
    display: inline;
  }

  .mainlogo {
    max-width: 110px;
}
}

/* Hamburger Menu */
#hamburger {
  display: inline-block;
  width: 35px;
  padding: 10px 0px;
}

#hamburger span {
  background: #204d72;
  display: block;
  height: 3px;
  margin: 6px 0;
}

.mm-wrapper_opening #hamburger span.top-bar {
  transform: rotate(45deg);
  top: 15px;
}

.mm-wrapper_opening #hamburger span.middle-bar {
  opacity: 0;
}

.mm-wrapper_opening #hamburger span.bottom-bar {
  transform: rotate(-45deg);
  top: -7px;
}

#hamburger {
  overflow: hidden;
}

#hamburger span {
  position: relative;
  transform: rotate(0);
  top: 0;
  left: 0;
  opacity: 1;
  transition: none 0.5s ease;
  transition-property: transform, top, left, opacity;
}

html.mm-opened #hamburger span.middle-bar {
  left: -40px;
}

.mm-listitem__text,
.mm-navbar__title {
  font-weight: 600;
  color: #204d72 !important;
  font-size: 16px;
}

#menu-desktop .fa-chevron-down {
  font-size: 12px;
  margin-left: -5px;
  position: absolute;
  margin-top: 8px;
}

/* Dropdown Search */
/*
.searchtoggle {
    font-size: 20px;
    float: right;
    cursor: pointer;
}
*/

.lm360flex {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.footer2 {
  background-color: var(--primary);
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer2 p {
  font-size: 14px;
}

.footer p,
.footer2 p {
  margin-bottom: 0;
}

.footer ul {
  padding: 0;
  list-style: none;
}

.footer li {
  padding-bottom: 10px;
}

.footernap {
  padding-right: 20%;
}

.footer2 a {
  padding: 0 10px;
  border-right: 1px solid #fff;
  color: #fff;
}

.footer2 a:last-child {
  border-right: none;
}

@media (min-width: 992px) {
  .navdesktopbackground {
    position: relative;
    background: #fff;
    height: 95px;
  }

  .hide-desktop {
    display: none;
  }
}

.headerphonemobile {
  position: absolute;
  right: 0;
  top: 13px;
  font-size: 40px;
  color: var(--primary);
}

@media (max-width: 1350px) {
  #navdesktop ul li a,
  .payb,
  .number {
    font-size: 13px !important;
  }

  #navdesktop ul li a {
    padding: 15px !important;
  }
}

.archive #navdesktop {
  position: absolute;
}

.judsonhead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mainlogo {
  max-width: 100%;
  padding: 10px;
  background: white;
  max-width: 160px;
}

.headcolor {
  position: absolute;
  height: 48px;
  width: 79vw;
  background: #f4f4f4;
  top: 0;
  z-index: -1;
  right: 0;
}

.contactandnumber {
  height: 39px;
}

a.cntbtn {
  color: #fff;
  font-weight: 500;
  margin-right: 18px;
  font-size: 20px;
  padding: 5px 20px;
  border: 2px solid #113964;
  background-color: #113964;
}

a.cntbtn:hover {
  text-decoration: none;
  background-color: #f4f4f4;
  color: #113964;
}

a.telnum {
  color: #113964;
  font-weight: 700;
  font-size: 20px;
}

a.telnum:hover {
  text-decoration: none;
}

.topmenuhead ul li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 11px;
}
.topmenuhead ul li:last-child:after {
  content: "";
}
.footer {
  background-image: url(/wp-content/uploads/2021/04/Pattern-Background.png);
  background-size: cover;
  background-color: white;
  padding: 30px;
}
.judsonleaf {
  background-image: url(/wp-content/uploads/2020/11/Judson-leaf.png);
}
.footertitle {
  color: #404040;
  margin-bottom: 15px;
}
.footernap p {
  color: #404040;
}
.footernap a {
  color: #404040;
}
.footer li a {
  color: #404040;
}
.footer ul {
  margin: 0;
}
.judsonleaf {
  background-image: url(/wp-content/uploads/2020/11/Judson-leaf.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 360px;
  height: 245px;
  position: absolute;
  right: 60px;
  bottom: 50px;
}
.socialbutton {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  background-color: var(--primary);
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  transition: all 265ms ease-in-out;
  margin: 0 10px;
  border: 2px solid transparent;
}
.socialbutton i {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  padding-top: 10px;
  transition: all 265ms ease-in-out;
  color: #fff;
}

.socialbutton:hover {
  background-color: #3CBA84;
}

.socialbutton:hover i {
  color: #000;
}
.equalhousingfooter {
  width: 120px;
  margin-right: 30px;
}
.footer2 .col-sm-12 {
  padding: 5px;
}

/* judson line animation */

.wholejudson {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  margin: 25px auto
}

.heroimagebkg .wholejudson{
  margin:5px auto;
}

.wholejudson img {
  /* top: 47%;
  left: 49%;
  transform: translate(-50%, -50%); */
  height: 50px;
  padding: 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
}

.borderabs{
  position:relative;
  width:100%
}
.borderabs:before, .borderabs:after {
  background-color: #949494;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  vertical-align: middle;
  width: 43%;
}

.borderabs:before {
  right: 0.5em;
  left: 0%;
}

.borderabs:after {
  right: 0%;
}

/* .borderabs {
  width: 100%;
  height: 2px;
  background: #6969698a;
  margin: 20px 0;
  box-shadow: 0 0 2px #0000001f;
} */

.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  background: #464646;
  color: #fdfdfd;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svgback {
  background-image: url(/wp-content/uploads/2021/04/Pattern-Background.png) !important;
  background-size: contain !important;
  background-color: #fff;
  padding: 30px;
  background-repeat: repeat;
}

.topmenuhead ul li:nth-last-child(1):after {
  content: " ";
}

.stylin a:before {
  background-image: url(/wp-content/uploads/2020/11/judson_leaf.png);
  background-size: 20px;
  display: inline-block;
  width: 24px;
  height: 15px;
  top: 0px;
  background-repeat: no-repeat;
  content: "";
}

.stylin {
  background: var(--primary);
  height: 48px;
}

.stylin a {
  color: white !important;
  text-shadow: 1px 1px 4px #3d3d3d;
}

/* forms */
.gform_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gform_wrapper ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  text-align: left;
}

.hidden_label label {
  display: none;
}

select:focus,
textarea:focus,
input:focus {
  box-shadow: none !important;
}

.col50 {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: none;
  padding: 0 6px;
}

.col100 {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  float: none;
  padding: 0 6px;
}

.gform_wrapper input::placeholder,
.gform_wrapper textarea::placeholder {
  color: #707070;
}

.gform_wrapper input,
.gform_wrapper select,
.gform_wrapper textarea {
  color: #707070;
}

input.gform_button {
  background: var(--tertiary);
  color: #384047;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}

input.gform_button:hover {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  background-color: var(--secondary);
  color: white;
}

.gform_footer {
  padding: 0 6px;
}

@media (max-width: 991px) {
  .col50 {
    display: block;
    width: 100%;
    padding: 0;
  }

  .ginput_container_textarea {
    padding: 0;
  }

  .gform_footer {
    padding: 0;
  }

  .svgback {
    padding: 0px;
  }
}

.sub-menu {
  background-color: white;
}

.sub-menu li:hover {
  background-color: var(--primary);
}

.sub-menu li:hover a {
  color: white !important;
}

#navdesktop ul li a {
  display: block;
  padding: 14px 10px;
  text-decoration: none;
  color: #4a4a4a;
  font-size: 15px;
  font-weight: 600;
}

.scbutton {
  background-color: var(--tertiary);
  color: var(--paragraph);
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 18px;
  border: 2px solid var(--tertiary);
  text-align: center;
  font-weight: 600;
}
.scbutton:hover {
  background-color: var(--primary);
  color: #fff !important;
  text-decoration: none !important;
}

.svgback .wholejudson img {
  background-image: url(/wp-content/uploads/2021/04/Pattern-Background.png);
}

.sbet {
  display: flex;
}

.sbet .mainlogo {
  margin-right: 40px;
}

input#gform_submit_button_3:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  .ppcnavdesktopbackground {
    position: relative;
    background: #fff;
    height: 82px;
  }
}

#ppcnavdesktop {
  background: #fff;
  -webkit-box-shadow: 0px 5px 17px 0px rgb(199 197 191);
  -moz-box-shadow: 0px 5px 17px 0px rgba(199, 197, 191, 1);
  box-shadow: 0px 2px 6px 0px rgb(199 197 191 / 28%);
  z-index: 999 !important;
  position: fixed;
  width: 100%;
}

.ppcphone .telnum {
  padding-left: 20px;
}

.ppcphone {
  margin: 0;
}

#ppcnavdesktop .judsonhead {
  align-items: center;
}

.ppcmainlogo {
  margin: 0px auto;
  max-width: 110px;
  position: relative;
  left: 0;
  right: 0;
  display: inline;
}

@media (max-width: 991px) {
  .ppcnavdesktopbackground {
    display: none;
  }
}

@media (max-width: 991px) {
  .navtabletbackground {
    position: relative;
    background: #fff;
    height: 88px;
  }

  .footernap {
    padding: 0;
  }

  .footernap p {
    color: #fff;
  }

  .footernap a {
    color: #fff;
  }

  .footertitle {
    text-align: left;
    color: #fff;
    font-size: 20px;
  }

  .footer {
    background-image: none;
    background-color: var(--primary);
    text-align: left;
    padding: 10px;
  }

  .footerclearbutton {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .hide-mobile {
    display: none;
  }

  .socialbutton {
    border: 3px solid white;
  }

  .equalhousingfooter {
    display: block;
    margin-bottom: 20px;
    width: 180px;
  }

  .footer2 {
    padding: 10px;
    text-align: left;
  }

  .footer2 a {
    display: inline-block;
  }
}


@media screen and (max-width: 991px) {
   .mainlogo {
    max-width: 110px;
}
}

@media screen and (max-width: 1200px) {
  #navdesktop ul li a {
    font-size: 14px !important;
}

.contactandnumber {
  display: none;
}
}

a.cntbtnfoundation {
  color: var(--paragraph);
  background-color: var(--tertiary);
  padding: 10px 30px;
  font-weight: 700;
  display: inline-block;
  margin-top: -6px;
}

.notlogo {
  display: flex;
  flex-direction: column;
}

.maincopy a{
  color:var(--secondary) !important;
}

.mobileonly{
  display:none !important;
}

@media (max-width:991px){
  .mobileonly{display:inherit !important;}
}


.greenbutton a {
  background-color: var(--tertiary);
  color: var(--paragraph);
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-size: 18px;
  border: 2px solid var(--tertiary);
  text-align: center;
  font-weight: 600;
}

.greenbutton a:hover {
  background-color: var(--primary);
  border: 2px solid var(--primary);
  color: #fff;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
  text-decoration: none;
}

.greenbutton {
  margin: 20px 0;}

  em {
    font-style: normal !important;
} 

.foundationonly{
  display:none !important;
}

.page-id-3937 .foundationonly{
  display:inherit !important;
}



.page-id-3937 .fhomeonly{
  display:none !important;
}

.page-id-20810 .heroimagebkg, .page-id-4049 .heroimagebkg{
  height: auto !important;
}
.fhomeonly{ display:inherit !important; }

/** Global Styling **/
body {
    color : #000;
    margin: 0px;
}

p {
    font-family: "Inter Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
}

.copy.lg{
    font-family: "Inter Regular";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 166.667% */
    letter-spacing: 0.36px;
    color: #000;
}

.copy.sm {
    font-family: "Inter Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 146.667% */
    letter-spacing: 0.3px;
}

div#gform_wrapper_3 input, div#gform_wrapper_3 select, div#gform_wrapper_3 textarea {
    font-size: 16px !important;
}

/** Buttons **/
.btn-primary .wp-block-button__link, .gform_footer button {
    width: 194px;
    height: 50px;
    display: inline-flex;
    border-radius: unset;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: #002B58;
    font-family: "Inter Semibold";
    letter-spacing: 0.28px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}
input.gform_button {
    border-radius: unset;
    background-color: #002B58 !important;
    color:#fff !important;
    font-family: "Inter Semibold";
    letter-spacing: 0.28px;
    font-size: 15px;
    font-weight: 600;
}

input.gform_button:hover {
    background: #001326 !important;
    color: #FFFFFF !important;

}

.contentbtm a {
    width: 194px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: unset;
    border: 1px solid #002B58;
    color: #002B58 !important;
    background: #ffffff !important;
    font-family: "Inter Semibold" !important;
    letter-spacing: 0.28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.contentbtm a:hover{
    background: #002B58 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.greenbutton a, .learnmoreanchor  {
    background: #002B58 !important;
    font-family: "Inter Semibold" !important;
    letter-spacing: 0.28px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none !important;
}
.greenbutton a:hover, .learnmoreanchor:hover {
    background: #001326 !important;
    color: #FFFFFF !important;
}
.maincopy a {
    color: #0554A7 !important;
}
.maincopy a:hover {
    color: #002B58 !important;
}
.floorplanbutton {
    background: #002B58 !important;
    font-family: "Inter Semibold" !important;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: none !important;

}
.btn-primary .wp-block-button__link:hover, .gform_footer button:hover, .floorplanbutton:hover {
    background: #001326 !important;
    color: #FFFFFF !important;
}

.heroimagebkg a {
    color: #002B58 !important;
    background: #ffffff !important;
    border: none !important;
}
.heroimagebkg a:hover {
    background: #002B58 !important;
    color: #FFFFFF !important;
}
.lobtmcopy a{
    font-family: "Inter Semibold" !important;
    letter-spacing: 0.28px !important;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 600 !important;
}
.lobtmcopy a:hover {
    background: #002B58 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}
.btn-secondary .wp-block-button__link{
    width: 194px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: unset;
    border: 1px solid #002B58;
    color: #002B58;
    background: #ffffff;
    font-family: "Inter Semibold";
    letter-spacing: 0.28px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
}

.btn-secondary .wp-block-button__link:hover {
    background: #002B58 !important;
    color: #FFFFFF !important;
}

.btn-small-primary .wp-block-button__link {
    width: 148px;
    height: 40px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Inter Semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: #002B58;
    border-radius: unset;
}

.btn-small-primary .wp-block-button__link:hover {
    background: #001326;
    color: #FFFFFF;
}

.btn-small-secondary .wp-block-button__link{
    width: 148px;
    height: 40px;
    flex-shrink: 0;
    color: #002B58;
    border: 1px solid #002B58;
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter Semibold";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-radius: unset;
    background: #fff;
    letter-spacing: 0.28px;
}

.btn-small-secondary .wp-block-button__link:hover{
    background: #002B58 !important;
    color: #FFFFFF;
}

.teambody a.email{
  font-size:11px !important;
  color:#3c3c3c !important;
  margin-top:-20px !important;
}

.teambody .link {
  font-size:16px !important;
  color:#3c3c3c !important;
}

.container-fluid .container .grid a, .container-fluid .grid a {
    color: #0554A7;
    font-family: "Inter Regular";
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;
}

.livingoptions a, .lobtmcopy a {
    color: #002B58 !important;
    font-family: "Inter Regular";
    text-decoration: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.36px;

}
a {
    text-decoration: none;
}
.container-fluid .container .grid a:hover,
.container-fluid .container .grid a:focus, .livingoptions a:hover, .livingoptions a:focus,
.container-fluid .grid a:hover,
.container-fluid .grid a:focus {
    color: #002B58;
    font-size: 18px;
    text-decoration: underline;
}
.communitynapbox .nap a, .communitynapbox .nap a:hover {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 300 !important;
}
.communitynapbox .nap .communityphone {
    font-size: 30px !important;
    padding: 20px 0 !important;
    font-weight: 600 !important;
    color: var(--primary) !important;
    margin-right: 60px !important;
    display: inline-block !important;
}

.whitethis .viewmore {
    border: 2px solid #002B58;
    background-color:#002B58;
    color: #FFF !important;
    text-align: center;
    font-family: "Inter Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 200% */
    letter-spacing: 0.28px;
}

.whitethis .viewmore:hover {
    color: #002B58 !important;
    background-color: #fff !important;
    text-decoration: none !important;
    border: 2px solid #002B58;
    text-underline: none;
}

/** Typography desktop **/
h1 {
    font-family: "Lora Bold";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0.72px;
}

h2 {
    font-family: "Lora Bold";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.64px;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
}

h3 {
    font-family: "Lora Bold";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0.52px;
}

h4 {
    font-family: "Inter Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
}
h5 {
    font-family: "Inter Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.4px;
}

/** Forms **/
label.error, .instruction.validation_message, .gfield_validation_message {
    color: #A50000;
    margin-top: 5px;
    font-family: "Inter Regular";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
}

.gform_validation_errors {
    background: #8E0E00;
    margin: 10px;
}

h2.gform_submission_error {
    color: #FFF;
    padding: 20px;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
}

input[type="text"].error {
    border: 1px solid #A50000;
    background: #FFF;
}

input[type="phone"].error {
    border: 1px solid #A50000;
    background: #FFF;
}

input[type="email"].error {
    border: 1px solid #A50000;
    background: #FFF;
}

input[type="select"].error {
    border: 1px solid #A50000;
    background: #FFF;
}

input[type="textarea"].error {
    border: 1px solid #A50000;
    background: #FFF;
}

input {
    width: 326px;
    height: 50px;
    flex-shrink: 0;
    border: 1px solid #AAA;
    background: #FFF;
}

textarea {
    width: 326px;
    height: 125px;
    flex-shrink: 0;
    border: 1px solid #AAA;
    background: #FFF;
}

select {
    color: #686868;
    font-family: "Inter Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.32px;
}

input:focus,
select:focus,
textarea:focus{
    border: 1px solid #000;
    background: #FFF;
}

legend,
label,
.fieldset > .field > .label, .fieldset > .fields > .field > .label {
    color: #000;
    font-family: "Inter Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #002B58;
    border-radius: 100px;
    vertical-align: middle;
    margin-bottom: 7px;
}

input[type="radio"]:not([disabled]):focus, input[type="checkbox"]:not([disabled]):focus {
    border-radius: 100px;
    border: 1px solid #3CBA84;
    background: #FFF;
}

input[type="radio"]:disabled, input[type="checkbox"]:disabled {
    outline: none;
    border: none;
    box-sizing: unset;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #EEEEEE;
}

/* Radio element, when checked */
input[type="radio"]:checked {
    box-shadow: 0 0 0 3px #002B58;
}

/* Checkbox element, when checked */
input[type="checkbox"]:checked {
    box-shadow: 0 0 0 3px #002B58;
}

select option {
    color: #AAAAAA;
}

.heroimagebkg .bottomabs h1{
    width: auto !important;
}

.search-form input {
    width: 205px;
    height: 38px;
}
.search-form .search-submit {
    width: 95px;
    height: 38px;
    font-size: 20px;
    font-weight: 500;

}
.searcheries .search-form {
    margin-top: -35px !important;
}
.p-t-5 {
    padding-top: 5px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-b-5 {
    margin-bottom: 5px;	
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-30 {
    margin-bottom: 30px;
}

p, .maincopy p {
    font-family: "Inter Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: 0.32px;
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-right {
    top: 80px !important;
}
@media only screen and (min-width : 768px) {
    p {
        font-family: "Inter Regular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px; /* 162.5% */
        letter-spacing: 0.32px;
    }
    h1 {
        font-family: "Lora Bold";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0.6px;
    }

    h2 {
        font-family: "Lora Bold";
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 34px;
        letter-spacing: 0.52px;
        text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
    }

    h3 {
        font-family: "Lora Bold";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.4px;
    }
    h4 {
        font-family: "Inter Medium" !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    h5 {
        font-family: "Inter Bold" !important;
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.34px;
    }

     #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        top: 150px !important;
    }

    .heroimagebkg .bottomabs h1 {
        width: 600px !important;
    }

    .search-form input {
        width: 165px;
        height: 38px;
    }

}
@media only screen and (max-width : 767px) { 
    .heroimagebkg .bottomabs h1 {
        font-size: 32px !important;
	width: 410px !important;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-right {
        top: 150px !important;
    }
}


@media only screen and (min-width : 1200px) {
    .search-form input {
        width: 205px;
        height: 38px;
    }
}
