/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
	max-width: 2100px;
}

.dnd-section {
	padding-bottom: 80px;
	padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #1b75bc;
}
.page-center {
	max-width: 2100px;
}






body {
  
  color: rgba(104, 104, 104, 1.0 );
  
  font-family: proxima-soft,sans-serif;
  font-size: 14px;
  font-weight: 400;
}

p {
	font-family: proxima-soft;
	font-weight: 400
}

ul,ol,blockquote{
  font-weight: 400
}

a {
  font-family: proxima-soft;
	color: rgba(4, 147, 200, 1.0);
	cursor: pointer;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover,
a:focus { 
	color: rgba(28, 71, 135, 1.0);
}

a:active {
	color: rgba(44, 187, 240, 1.0);
}

h1 {
  
  color: rgba(27, 117, 188, 1.0);
  
  font-family: proxima-soft;
  font-size: 34px;
  font-weight: 700;
}

h2 {
  
  color: rgba(27, 117, 188, 1.0);
  
  font-family: proxima-soft;
  font-size: 31px;
  font-weight: 700;
}
h3 {
  
  color: rgba(27, 117, 188, 1.0);
  
  font-family: proxima-soft;
  font-size: 23px;
  font-weight: 700;
}

h4 {
  
  color: rgba(27, 117, 188, 1.0);
  
  font-family: proxima-soft;
  font-size: 20px;
  font-weight: 700;
}

h5 {
  
  color: rgba(27, 117, 188, 1.0);
  
  font-family: proxima-soft;
  font-size: 17px;
  font-weight: 700;
}

h6 {
  
  color: rgba(27, 117, 188, 1.0);
  
  font-family: proxima-soft;
  font-size: 15px;
  font-weight: 700;
}

blockquote {
	border-left: 4px solid #1b75bc;;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: proxima-soft;
}

h3.form-title {
	background-color: rgba(255, 255, 255, 0.0);
	color: rgba(104, 104, 104, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(238, 238, 238, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  border-radius: 0px;
  border-width: 1px;
  color: rgba(51, 51, 51, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(221, 221, 221, 1.0);
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-form label {
	color: rgba(104, 104, 104, 1.0);
}

.hs-form legend {
	color: rgba(104, 104, 104, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  color: ;
  border-radius: 2px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(153, 153, 153, 1.0);
}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #686868;
}

.hs-richtext {
	font-size: 14;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: proxima-soft;
}

.fn-date-picker td.is-today .pika-button {
	color: #686868;
}

.fn-date-picker td.is-selected .pika-button {
	background: #686868;
}

.fn-date-picker td .pika-button:hover {
	background-color: #1b75bc !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(104, 104, 104, 1.0);
	color: rgba(104, 104, 104, 1.0);
}

thead th,
thead td {
	background-color: rgba(104, 104, 104, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(104, 104, 104, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(104, 104, 104, 1.0);
}





.header-group {
	background-color: rgba(255, 255, 255, 0.0);
}
.header__container {
	max-width: 2100px;
}
.custom-menu-primary ul.submenu.level-2  {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .submenu.level-1>li:last-child > a {
  background-color: rgba(239, 48, 56, 1.0);
  color: rgba(255, 255, 255, 1.0) !important;
  border-radius: 5px;
}
.custom-menu-primary .submenu.level-1>li:last-child > a:hover {
  background-color: rgba(219, 17, 25, 1.0) !important;
  color: rgba(255, 255, 255, 1.0) !important;
} 

.mobile-menu .submenu.level-1>li:last-child > a {
  background-color: rgba(239, 48, 56, 1.0);
  color: rgba(255, 255, 255, 1.0) !important;
  border-radius: 5px;
  max-width: 200px;
  text-align: center;
}

.mobile-menu .submenu.level-1>li:last-child > a:hover {
  background-color: rgba(239, 48, 56, 1.0);
  color: rgba(255, 255, 255, 1.0) !important;
  border-radius: 5px;
}
 

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(27, 118, 188, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(27, 118, 188, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(27, 118, 188, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a,
body .custom-menu-primary .submenu.level-3 > li > a{
  color: rgba(4, 147, 200, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item ,
body .custom-menu-primary .submenu.level-3 .menu-item,
.custom-menu-primary .submenu.level-1>li:first-child ul.submenu.level-2 li{
  border-color: rgba(219, 219, 219, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link ,
body .custom-menu-primary .submenu.level-3 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-3 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(28, 71, 135, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(4, 147, 200, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: proxima-soft;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(255, 255, 255, 0.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(255, 255, 255, 1.0);
	}
}





.footer__container {
  max-width: 2100px;
}
.footer-group {
	background-color: rgba(27, 117, 188, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-group a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-group a:hover{
  color: rgba(220, 220, 220, 1.0);
}
.footer-social-share a{
  color: rgba(255, 255, 255, 1.0);
}
.footer-social-share a:hover{
  color: rgba(255, 255, 255, 1.0);
}
.footer-top-group{
  background-color: rgba(245, 245, 245, 1.0);
  color: rgba(27, 117, 188, 1.0);
}
.footer-sign-button a,
.sign-up-btn a{ 
  background-color: rgba(239, 48, 56, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 5px;
}
.footer-sign-button a:hover,
.sign-up-btn a:hover{
  background-color: rgba(219, 17, 25, 1.0);
  color: rgba(255, 255, 255, 1.0);
} 
.footer-top,
.footer-middle{
  border-bottom-color: rgba(21, 93, 150, 1.0);
}
.footer__copyright{
  color: rgba(255, 255, 255, 1.0);
}


.content-wrapper {
	max-width: 2100px;
}












body .icon svg {
	fill: #686868;
}

body .tns-nav button.tns-nav-active {
	background-color: #686868;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #686868;
}

body .social-links__icon {
	background-color: #686868;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #1b75bc;
}

.page-center {
	max-width: 2100px;
	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

/* Austin added 7/21/22 for new Partner Page */
.partnerbox {
  overflow-x: auto;
  max-width: 400px;
  width: 400px;
  margin: 100px auto 0px 0px;
  border: 4px solid #0093c8;
  background-color: #ffffff;
  border-radius: 10px;
  float: none;
}

@media only screen and (max-width: 600px) {
  .partnerbox {
   margin: 100px auto 0px auto; 
  }
  .partnerbox2 {
    margin: 15px auto 160px auto;
  }
  .partnerbox {
    max-width: 350px !important;
    width: 350px !important;
  }
  .partnerbox2 {
    max-width: 350px !important;
    width: 350px !important;
  }
  .partnerbox h1 {
    font-size: 20px !important;
  }
  .partnerbox p {
    font-size: 16.5px !important;
  }
  .partnerbox2 p {
    font-size: 24px !important;
  }
  .money {
    font-size: 40px !important;
  }
}

.partnerbox2 {
  overflow-x: auto;
  max-width: 400px;
  width: 400px;
  margin: 15px auto 160px 0px;
  border-radius: 10px;
  float: none;
}

@media only screen and (max-width: 600px) {
  .partnerbox2 {
   margin: 15px auto 160px auto; 
  }
}

/* Austin Added 8/3/22 for 404 Page */

.errorbtn {
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid #ef3038;
  background: #ef3038;
  color: #ffffff;
  padding: 16px 37px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.4;
}

.errorbtn:hover {
  background-color: #db1119;
  border-color: #db1119;
  color: #ffffff;
}

.location_main_grp1 {
 max-width: 1200px;
  margin: auto;
  display: block;
}

.footer__container {
 max-width: 1600px !important; 
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Top Bar added 12/1/22 */
.top-bar {
  width: 100%;
  padding: 15px;
  background-color: #1e4887;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

@media(max-width: 767px) {
 .bar-btn {
   margin-top: 5px;
  }
}

.bar-btn {
 background: #0093c8;
  color: #ffffff;
    border: 0;
  border-radius: 5px;
  font-weight: 700;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap; 
}

.bar-btn:hover {
 color: #ffffff;
  background: #0180af;
}

/* Pop-up Styling */
.leadin-preview-wrapper h4 {
 text-align: center !important;
}

.leadin-button {
 font-size: 1.4em !important;
 font-weight: bold !important; 
}

.leadinModal .dyno-image img {
    max-width: 250px !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .dyno-image {
    display: block !important;
  width: 100% !important;
  margin: auto !important;
  float: none !important;
  padding-bottom: 30px !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form ol, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form p, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form ul, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview ol, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview p, .leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview ul {
    margin-left: 0px !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview .advance-wrapper {
    margin: auto !important;
}

.leadinModal-description-body strong {
 color: #1C75BC !important; 
}

.leadinModal-description-body ul {
font-size: 4em !important;
    list-style-type: none !important;
    text-align: center !important;
    line-height: 1em !important;
}

.leadinModal-description-body ol {
font-size: 1.2em !important;
    font-weight: bold !important;
    list-style-type: none !important;
    text-align: center !important;
    line-height: 1em !important;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-preview h4 {
   margin-bottom: 0px !important;
  margin-right: 0px !important;
  font-size: 3em;
  color: #686868;
  margin-top: -20px !important;
}

.leadinModal-content ul {
   margin-bottom: 5px !important;
  margin-top: -5px !important;
  font-size: 1.2em;
}

.leadinModal-content ol {
   margin-bottom: 20px !important;
}

.leadinModal-content li {
   margin-bottom: 0px !important;
   margin-top: -10px !important;
  line-height: 1.2em !important;
  font-weight: bold !important;
}

.blog-nav {
 /*background-color: #1C75BC;*/
  width: 100%;
  display: block;
  margin: auto;
}

.blog-nav ul {
  max-width: 1200px;
  text-align: center;
  display: block;
  margin: auto;
  padding: 30px 0px 30px 0px;
}

.blog-nav li {
  list-style: none;
  display: inline-block;
  font-size: 1.4em;
  margin-left: 0px;
  padding-right: 30px;
}

.blog-nav li:last-child {
 padding-right: 0px; 
}

@media(max-width: 767px) {
.blog-nav li {
  list-style: none;
  display: block;
  padding: 0px;
}
.blog-nav ul {
   padding: 40px 0px 30px 0px; 
  }
.blog-nav {
    background-color: rgb(0,0,0,0.2);
  }
.blog-header h1 {
  padding: 90px 20px 20px 20px !important;
  line-height: 1em;
}
.blog-header h2 {
  padding: 0px 20px 80px 20px !important;
}
}

.blog-nav a {
 color: #ffffff; 
}

.blog-nav a:hover {
 text-decoration: underline; 
}

.blog-header {
 width: 100%;
 /*height: 450px;*/
  background-image: url(https://www.happynest.com/hubfs/14500231/happynest%20blog%20light.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-header h1 {
  color: #ffffff;
  text-align: center;
  font-size: 4em;
  padding: 180px 0px 0px 0px;
  margin: 0px;
}

.blog-header h2 {
  color: #ffffff;
  text-align: center;
  font-size: 2em;
  font-weight: normal;
  padding: 10px 0px 80px 0px;
}

.blog-post-image {
 border-radius: 10px 10px 0px 0px; 
}

.blog-card {
 background-color: #f5f5f5;
 border-radius: 10px; 
}

.blog-post-content {
 padding: 15px; 
}

.blog-post-content h4 {
     margin: 0px 0px 5px 0px;
    text-align: center;
  font-size: 1.2em;
}

a.blog-post-image {
 height: 200px; 
}

.blog-pagination {
 padding-top: 40px; 
}

/* Austin Commercial Form added on 5/4/23 */
.hs-field-desc {
  text-align: left;
}

/* Austin Multi-Unit Housing Form added on 10/17/23 */
.form-columns-3 {
  max-width: 100% !important; 
}

.form-columns-1 {
  max-width: 100% !important; 
}

.form-columns-2 {
  max-width: 100% !important; 
}

/* Added 11/13/23 for mobile responsiveness of Commercial Page 3 column section */
@media (max-width: 767px) {
.comm-3-column td {
  width: 100% !important;
  display: block;
}
}

.custom-menu-primary ul.submenu.level-3 li>a.menu-link {
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.custom-menu-primary ul.submenu.level-2 {
    padding: 10px 20px !important;
      box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

.map-text {
  text-align: center;
  margin-bottom: 40px;
  -webkit-text-stroke: thin;
  font-size: 44px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
.map-text {
  font-size: 30px;
  padding: 0px 20px;
} 
}
/* To account for top bar 
@media (max-width: 767px) {
.home-video, .overlay {
    height: 700px !important;
}
.home-main {
    margin: 250px auto 0 !important;
  }
.banner-area-mdl .banner-content {
    padding-top: 210px !important;
}
}
 End */

.body-container-wrapper p span a {
color: #0493c8 !important;
}