:root {
  --color-primary:#00798d;  
  --color-dark: #000; 
  --color-white: #ffffff;
  --border-color:#afb2b2;
  --color-highlight:#cce5e5;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kingwater Demo';
    src: url('../fonts/KingwaterDemoRegular.woff2') format('woff2'),
        url('../fonts/KingwaterDemoRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Iowan Old Style';
    src: url('../fonts/IowanOldStyle-Titling.woff2') format('woff2'),
        url('../fonts/IowanOldStyle-Titling.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Reset & base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
}

body {
  margin: 0;
  padding: 0;
  color: var(--color-dark);
  font-family: 'Myriad Pro';
}

a, a:hover, a:focus {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
/** header css start **/
.main-header img {
    max-width:200px;
}
@media (max-width: 991.98px) {
    .navbar-collapse {
        text-align: center;
    }

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

.pay-btn-wrap {
    position: absolute;
    right:30px;
    top:20px;
}
.btn.mobile-toggle {
    padding: 0;
}
.btn-outline-cstm {
    border: 1px solid var(--border-color);
    color: var(--color-primary);
    border-radius: 10px;
    font-size: 20px;
}
.btn-outline-cstm:hover {
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    color:#fff;
}
.btn-outline-cstm{
	padding:8px 14px;
}
.main-header .navbar-nav .nav-link {
    padding: 0 20px;
    line-height: 1.2;
    color: var(--color-dark);
	font-size:20px;
}
.main-header .navbar-nav .nav-item:not(:last-child) .nav-link{
	border-right: 1px solid;
}
.cstm-nav-position{
	position:absolute;
}

.offcanvas .nav-link {
      font-size: 18px;
}
@media (max-width: 991.98px) {
    .desktop-menu {
        display: none !important;
    }
	.main-header img {
		max-width: 100px;
	}
	.pay-btn-wrap {
		right: 0;
		top: inherit;
	}
	
}
@media (min-width: 992px) {
    .mobile-toggle {
        display: none !important;
     }
}
.main-header .nav-link.active.fw-bold,.main-header .nav-link:hover , .main-header .current-menu-item a{
    color: var(--color-primary)!important;
	font-weight:600;
}
header.main-header:before {
    content: "";
    position: absolute;
    height: 15px;
    background: #00798d;
    width: 100%;
    top: 0;
}
header.main-header {
    position: relative;
    z-index: 1;
    padding-top: 20px;
    margin-top: 15px;
}
.bg-transparent{
	background:transparent;
}
/** footer css start **/
.main-footer{
	background:var(--color-primary);
	padding:20px 0;
}
.footer-menu li{
	line-height:1;
    padding:0 20px;
}
.footer-menu ul {
    line-height: 1;
}
.footer-menu li:not(:last-child) {
    border-right: 1px solid #fff;
}
.footer-menu li a {
	position:relative;
	font-size:18px;
}
.footer-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}
.footer-menu li a:hover::before {
  width: 100%;
}
/** custom 3 blocks section start **/
.cstm-block-dv h4 {
    background: var(--color-primary);
    padding: 8px 5px 5px;
    margin: 0;
    line-height: 1.2;
    vertical-align: bottom;
    align-items: center;
    display: flex;
    justify-content: center;
}
.cstm-icon-block img {
    width: 80px;
}
.cstm-icon-block{
	margin-top:15px;
	margin-bottom:15px;
}
.cstm-content-block {
    background: var(--color-highlight);
    padding: 10px;
}
.cstm-content-block p {
    margin:0;
	font-size:20px;
	color: var(--color-dark);
}
.cstm-block-dv {
    width: 80%;
    margin: 0 auto;
}
.sctn-padding{
	padding:60px 0;
}
/** banner section **/
.home-banner {
    margin-top: -35px;
}
.home-banner .carousel-caption {
    top: 10%;
    bottom: inherit;
    right: 0%;
}
.home-banner .carousel-item img{
	height:310px;
	object-fit:cover;
}
.home-banner .carousel-caption h3{
	font-family: 'Kingwater Demo';
	color:var(--color-primary);
	font-size:34px;
	letter-spacing: 1px;
}
.home-banner .carousel-caption h2 {
    font-family: 'Iowan Old Style';
    color: var(--color-dark);
    margin: 0;
	font-size:40px;
}
.learn-btn {
    background: #ffffffb8;
    padding: 10px 50px 10px 20px;
    color: var(--color-primary)!important;
    font-size: 22px;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 60%;
}
.learn-btn:hover{
	 background-color: var(--color-primary)!important;
	 color:#fff!important
}
.home-banner .carousel-control-next-icon, .home-banner .carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}
.home-banner .carousel-indicators {
    display: none;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none!important;
}
.home-banner .carousel-control-next, .home-banner .carousel-control-prev {
    width: 5%;
    position: absolute;
    z-index: 9;
}
/** inner page css start **/
.adress-cstm-block a:hover {
    color: var(--color-primary);
}
.inner-page-sctn.sctn-padding {
    padding: 60px 40px;
}
.pg-title {
    background: var(--color-primary);
    display: inline-flex;
    padding: 10px 20px 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 26px;
    line-height: 1;
    align-items: center;
    min-width: 50%;
    justify-content: center;
    margin-bottom: 30px;
}
.cstm-left-column {
	width:80%;
}
.cstm-left-column .cstm-block-dv h4 {
    font-size: 20px;
}
.cstm-left-column .cstm-block-dv p {
    font-size:18px;
}
.adress-cstm-block {
    background: var(--color-highlight);
    padding: 20px;
}
.adress-cstm-block p a{
	color:var(--color-dark);
}
.cstm-right-column {
    padding-left: 60px;
    width:80%;
}
.color-primary{
	color:var(--color-primary);
}
.theme-btn {
    background-color: var(--color-primary);
    color: #fff;
    display: inline-flex;
    padding: 5px 14px;
    text-transform: capitalize;
    border-radius: 0;
    border: 1px solid var(--color-primary);
}
.theme-btn:hover {
    background-color: transparent;
    color:var(--color-primary);
    border: 1px solid var(--color-primary);
}
.cstm-icon-block:hover img {
    filter: invert(37%) sepia(26%) saturate(680%) hue-rotate(150deg) brightness(95%) contrast(100%);
}

.link-text:hover{
	color:var(--color-primary);
	text-decoration:underline;
}
.youth-sctn-img img {
    height: 300px;
    object-fit: cover;
}
.yoth-league-sctn h3 {
    min-height: 70px;
}
.youth-sctn-logo img {
    max-width: 150px;
    max-height: 120px;
}
.youth-sctn-content{
	padding-left:20px;
	padding-right:20px;
}
.emal-link {
    background: var(--color-primary);
    color: #fff;
    font-size: 12px;
    padding: 4px 4px 2px;
}
.emal-link:hover {
    background: var(--color-highlight);
    color: var(--color-dark);
}
.team-block p {
    line-height: 1;
}
.team-block small {
    font-size: 14px;
}
/**.team-block {
    width: 70%;
    margin: 0 auto;
}**/

.gallery-sctn img {
    height: 391px;
    object-fit: cover;
}


/** table css start **/
.link-text , .table-sctn-cstm li, .team-block h6, .top-table-title{
    font-weight: 600;
}
.table-sctn-cstm .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.table-sctn-cstm .top-header span::after {
    content: ' ▼';
    font-size: 12px;
}
.table-sctn-cstm table {
    width: 100%;
    border-collapse: collapse;
}
.table-sctn-cstm th, .table-sctn-cstm td {
    padding:4px 10px;
    text-align: left;
    vertical-align: top;
    border-bottom:0;
}
.table-sctn-cstm th {
    background-color: var(--color-highlight);
    color: var(--color-primary);
}
.table-sctn-cstm .subtext {
    margin-top: 5px;
    color: #000;
}
.top-table-title:after{
    content: '\f0d7';
    font-size: 18px;
    padding-left: 5px;
    font-weight: 900;
    color: var(--color-primary);
    font-family: "Font Awesome 6 Free";
}
.table-sctn-cstm {
    padding-left:0px;
    padding-top: 50px;
    padding-bottom: 60px;
}
.download, .minutes-title a {
    color: var(--color-dark);
    line-height: normal;
}
.download:hover,.minutes-title a:hover {
    color: var(--color-primary);
}
.top-table-title {
    padding-right:20px;
    margin-bottom: 10px;
    display: inline-block;
}
.font-bold {
    font-weight: 600;
}
.pay-bill-sctn h5{
	margin-bottom:0;
}
.resident-page-img img {
    max-width: 370px;
    height: 440px;
}
.outline-btns-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
	  justify-content: center;
}
.outline-btns-wrapper .btn-outline-cstm {
    display: inline-flex;
    min-width: 130px;
    flex-direction: column;
    font-size: 16px;
    line-height: normal;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
}
@media screen and (max-width: 600px) {
    .top-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

}

/** table css end**/

@media (max-width: 991.98px) {
	.home-banner {
		margin-top: 0;
	}
	.main-header .navbar-nav .nav-link {
		padding: 10px 10px;

	}
	.main-header .navbar-nav .nav-item:not(:last-child) .nav-link{
		border-right:0;
	}
	.btn-outline-cstm {
		padding: 8px 14px;
		width: 100%;
		display: inline-flex;
		justify-content: center;
		margin-top: 10px;
	}
	.cstm-block-dv {
		margin: 0 auto 30px;
	}
	.cstm-blocks-wrpper .row {
		justify-content: center;
	}
	.col-lg-4.dv-address-block {
		order: -1;
		margin-bottom: 10px;
	}
	.cstm-left-column {
		width: 100%;
	}
	.cstm-right-column {
		padding-left: 0px;
		width: 100%;
	}
}
@media (max-width:767px) {
	.cstm-block-dv {
		width:100%;
	}
	
}
@media (max-width:575px) {
	.footer-menu ul {
		justify-content: center!important;
		display: flex;
	}
	.learn-btn {
		padding: 10px 20px 10px 10px;
		font-size: 16px;
	}
	.home-banner .carousel-caption {	
		left: 30px;
		top:0;
	}
	.home-banner .carousel-caption h2 {
		font-size: 36px;
	}
	.home-banner .carousel-caption h3 {
		font-size: 28px;
	}
}

/** 17-4-25**/
.simple-table-design th:first-child, .simple-table-design td:first-child {
    width: 200px;
}
.like-table-design ul {
    padding-left: 0;
}
.like-table-design ul li, .simple-table-design th, .simple-table-design td{
	font-size:18px;
}
.wpforms-submit {
    background-color: var(--color-primary)!important;
	border:1px solid var(--color-primary)!important;
	border-radius:0!important;
}
.wpforms-submit:hover {
    background-color: transparent!important;
	background: transparent!important;
	border-color: var(--color-primary)!important;
	color: var(--color-primary)!important;
}
@media (max-width:1180px) {
	.main-header img {
		max-width: 140px;
	}
	.main-header .navbar-nav .nav-link {
		padding: 0 14px;
		font-size: 18px;
	}
	.footer-menu li{
		padding: 0 14px;
	}
	.dv-address-block a ,.footer-menu li a {
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.main-header img {
		max-width: 120px;
	}
	.cstm-left-column , .cstm-right-column{
		width: 100%;
	}	
	.pay-btn-wrap {
		top: 10px;
	}
	.main-footer .align-items-end {
		align-items: inherit;
	}
	.cstm-right-park {
		padding-left: 40px;
	}
	
}
@media (max-width:991.98px) {
	.main-header #menu-mobile-device-menu.navbar-nav .nav-item .nav-link{
		padding:10px;
	}
	
	.inner-page-sctn.sctn-padding {
		padding: 40px 5px;
	}
	.team-member-img img {
		height: 230px;
	}
	.outline-btns-wrapper .btn-outline-cstm {
		width: auto;
	}
	.outline-btns-wrapper {
		margin-bottom: 30px;
	}
	.pg-title {
		min-width: 100%;
	}
	.resident-page-img img {
		max-width: 100%;
		height: 440px;
		width: 100%;
		object-fit: contain;
	}
	.pay-bill-sctn .btn-outline-cstm {
		width:200px;
	}
	.zon-board-min-sctn {
		text-align: center;
		padding-top: 40px;
	}
}
@media (max-width:768px) {
	.team-block {
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width:767px) {

	.footer-menu {
		display: flex;
		justify-content: center;
	}
	.footer-menu ul li {
		margin-bottom: 10px;
	}
	.col-sm-6:has(.footer-menu) {
		width: 100%;
	}
	.cstm-right-park {
		padding-left:0px;
	}
}
@media (max-width:575px) {
	.footer-menu li a {
		font-size: 16px;
	}
	.dv-address-block h5 {
		font-size: 18px;
	}
	.learn-btn {	
		top: 100%;
	}
	.pg-title {
		min-width: 100%;
	}
	.team-block {
		width:250px;
		margin: 0 auto;
	}
	.team-member-img img {
		height: auto;
	}
	.table-sctn-cstm {
		padding-left: 0px;
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.table-sctn-cstm .minutes-title {
		min-width: 260px;
	}
	.table-sctn-cstm table {
		table-layout: auto;
		display: block !important;
		overflow: scroll;
	}
	.resident-page-img img {
		max-width: 100%;
		height: 440px;
		width: 100%;
		object-fit: cover;
	}
	.outline-btns-wrapper .btn-outline-cstm {
		width:47%;
	}
	
	
}
@media (max-width:380px) {
    .footer-menu ul {
		flex-direction: column;
	}
	.footer-menu li:not(:last-child) {
		border: 0;
		margin-right: 0;
	}
	.outline-btns-wrapper .btn-outline-cstm, .pay-bill-sctn .btn-outline-cstm {
		width: 100%;
	}
	.footer-menu ul li {
		text-align: center;
	}
}	

.table-sctn-cstm .year-tabs{
    display: inline-flex;
}
.year-tabs .nav-link , .year_wise_list{
    padding: 0 10px;
    border: 0!important;
	color: var(--color-black);
	border-radius:0!important;
	font-weight: 600;
}
.year-tabs .nav-item:not(:last-child) .nav-link , .nav-item:not(:last-child) .year_wise_list{
    border-right: 1px solid #000!important;
}
.year-tabs .nav-link.active, .year-tabs a:hover {
    color: var(--color-primary);   
}
.year-tabs.nav-tabs{
	border:0;
}
.year-tabs li.nav-item, .year_wise_list {
    margin-bottom: 0px;
    font-size: 16px;
}
.bwg-standard-thumbnails .bwg-item a {
    margin-right: 15px!important;
    margin-bottom: 15px!important;
}
/**24-4-25**/
.job-accordian-wrap .accordion-header:before, .job-accordian-wrap .accordion-header:after, .job-accordian-wrap .accordion-button::after, .table-sctn-cstm .accordion-header:before, .table-sctn-cstm .accordion-header:after , .table-sctn-cstm .accordion-button::after{
    display: none;
}
.accordion-header button.accordion-button {
    width: 50%;
    padding: 0;
    font-weight: 600;
}
.accordion-header .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none!important;
}
.accordion-header .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.table-sctn-cstm .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}
.table-sctn-cstm .accordion-body {
    padding-left: 0;
    padding-right: 0;
}
.view-mor{
    color: #000;
    font-size: 16px;
    padding-left: 10px;
}
.downlod-drop li {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    position: relative;
}
.downlod-drop .dropdown-menu {
    padding: 0 !important;
    min-width: 5rem !important;
    transform: translate3d(35px, 30px, 0px) !important;
}
.downlod-drop .dropdown-item.test {
    display: inline !important;
    font-size: 0.9rem;
    background: transparent;
}
.downlod-drop li::before {
    width: 15px;
    height: 15px;
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-top: 1px solid rgba(0, 0, 0, .15);
    content: "";
    position: absolute;
    background: #fff;
    top: -9px;
    left: 0;
    transform: rotate(45deg);
    right: 0;
    margin: 0 auto;
}
.table-sctn-cstm .accordion-item ,.table-sctn-cstm .accordion-flush .accordion-item:last-child{
    border-bottom: 8px solid #d3e3e9;
    margin-bottom: 30px;
    padding: 0 0 7px;
}
.table-sctn-cstm .accordion-header .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
.page-template-template-zoning .cstm-right-column {
    padding-left: 0px;
    width: 100%;
}
.table-sctn-cstm .accordion-item {
    border-top: 0;
}
.dropdown-menu li a img{
	margin-right:5px;
	margin-top: -2px;
}
.dropdown-menu li a {
    display: inline !important;
    font-size: 0.9rem;
    color: #212529;
    margin-top: 4px;
    font-weight: normal;
	line-height: 24px;
}
/**.accordion-flush .accordion-item .accordion-button::before {
    left: 0;
    position: absolute;
    bottom: 0;
    color: #d9e8ed;
    content: '\f0da';
    font-size: 18px;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.accordion-flush .accordion-item .accordion-button {
    padding-left: 20px;
}**/
@media (max-width:575px) {
	.table-sctn-cstm .accordion-header {
		align-items: flex-start;	
		flex-direction: column;
		gap: 10px;
	}
	.accordion-header button.accordion-button {
		width: 100%;
		padding: 0;
	}
}
.downlod-drop .dropdown-toggle {
    font-weight: 600;
}
.table-sctn-cstm th:first-child, .table-sctn-cstm td:first-child {
    width:75%;
}
.table-sctn-cstm th:last-child, .table-sctn-cstm td:last-child {
    width:25%;
	text-align:center;
}
.year-tabs ul.dropdown-menu li a {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    display: flex!important;
}
.year-tabs .dropdown-item.active, .year-tabs .dropdown-item:active {
    background-color:!important;
}
.dv-address-block h5 {
    margin-bottom: 0;
}
.year-tabs.nav-tabs li {
    margin-bottom: 5px;
}
.dv-address-block {
    position: relative;
    top: 2px;
}
@media (max-width:1920px) {
	.team-member-img img {
		max-height:325px;
		object-fit: cover;
	}
}
@media (max-width:1440px) {
	.team-member-img img {
		min-height: 180px;
		object-fit: cover;
	}
}
@media (max-width:1180px) {
	.team-member-img img {
		min-height: 150px;		
	}
}
@media (max-width:991px) {
	.team-member-img img {
		min-height: 350px;		
	}
}
@media (max-width:820px) {
	.team-member-img img {
		min-height: 280px;
	}
}
@media (max-width:767px) {
	.team-member-img img {
		min-height: 220px;
	}
}
.bottom-section {
    margin-bottom: 1rem;
}
/** job page accordian **/
.job-accordian-wrap .accordion-item {
    border: 0;
}
.job-accordian-wrap .accordion{
	 border-bottom: 8px solid #d3e3e9;
    margin-bottom: 30px;
    padding: 0 0 7px;
}
.job-accordian-wrap .accordion-header , .job-accordian-wrap .accordion-body{
    padding-left: 0;
    padding-right: 0;
}
.learn-more-btn {
	background-color: var(--color-primary);
    color: #fff;
    display: inline-flex;
    padding: 8px 14px 4px;
    border-radius: 0;
    border: 1px solid var(--color-primary);
    font-size: 15px;
    text-transform: uppercase;
	line-height:1.2;
}
.learn-more-btn:hover{
	border: 1px solid var(--color-primary);
	background:transparent;
	color: var(--color-primary);
}
.job-accordian-wrap .accordion-header button.accordion-button {
    color: var(--color-primary);
    text-transform: uppercase;
    width: 72%;
}
.job-accordian-wrap .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
}

@media screen and (max-width:575px) {
.job-accordian-wrap .accordion-header button.accordion-button {
    width: 100%;
}
.job-accordian-wrap .accordion-header .d-flex {
    flex-direction: column;
    justify-content: flex-start!important;
    align-items: flex-end!important;
	gap: 10px;
}
}

/**15-5-25**/
.gov-right-contnt h3{
	margin-bottom:0;
}


/***Residents Page Popup Start***/  
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=78);
  -moz-opacity: 0.78;
  -khtml-opacity: 0.78;
  opacity: 0.7;
  z-index: 100;
  display: none;
}

.cnt223 a {
  text-decoration: none;
}

.popuponload {
  width: 60%;
  margin: 0 auto;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 90%;
}

a.btn_close {
      z-index: 2;
  position: absolute;
  right: -8px;
  top: -9px;
  font-size: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  background: #000000;
  color: #fff;
  justify-content: center;
  border-radius: 50%;
  opacity: 1 !important;
}
.cnt223 {
    min-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 30px auto;
    background: #f3f3f3;
    position: relative;
    z-index: 103;
    padding: 15px 0 15px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 p {
  clear: both;
  color: #333;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cnt223 .x {
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 35px;
}

.cnt223-content h2 {
  color: #000;
  font-weight: 500;
  font-size: 28px;
  margin: 0 0 15px;
}

.cnt223 .x:hover {
  cursor: pointer;
}
/***Residents Page Popup End***/

.residents-popup .btn-outline-cstm{
    width:auto!important;
}
.one-third {
    width: 31.33%!important;
    display: inline-flex!important;
    flex-direction: column;
    margin-right: 13px!important;
}

/* Responsive Styles */
@media only screen and (max-width:991px) {
  .popuponload {
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .cnt223-content {
    overflow: auto;
    height: 350px;
  }

  .cnt223 h2 {
    font-size: 24px;
  }
    .main-header .pay-btn-wrap {
        display: block;
		  top: 35px;
	}
	.btn-outline-cstm {
		padding: 6px 12px 4px;
		margin-top: 0px;
		font-size: 14px;
		line-height: 1;
	}
	header.main-header nav.navbar {
		padding: 0!important;
	}
	.main-header img {
		max-width: 90px;
	}
	header.main-header {
    padding-bottom: 10px;
}
}

@media only screen and (max-width:767px) {
	.one-third {
		width: 100%!important;
		display: inline-flex!important;
		flex-direction: column;
		margin-right:0px!important;
	}
}

@media (max-width: 479px) {
  body.popuponload .cnt223 p {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  body.popuponload .popbtn a.btn {
    min-width: 218px !important;
  }

  body.popuponload .popbtn img {
    width: 40px !important;
  }

  body.popuponload p.popbtn .slide_btn {
    min-height: 55px !important;
  }
}


#wpforms-form-782 .wpforms-field-email.one-third {
    margin-right: 0!important;
}
.cnt223-content {
    max-height: 500px;
    overflow-y: scroll;
    padding-right: 15px;
}
.cnt223-content div.wpforms-container-full:not(:empty){
	margin-top:0;
}
/* Custom scrollbar styles for popup scroll content */
.cnt223-content::-webkit-scrollbar {
  width: 6px;
}

.cnt223-content::-webkit-scrollbar-track {
  background: #e0e0e0;
}

.cnt223-content::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 3px;
}

.cnt223-content::-webkit-scrollbar-thumb:hover {
  background: #666;
}

/* Firefox scrollbar support */
.cnt223-content {
  scrollbar-width: thin;
  scrollbar-color: #999 #e0e0e0;
}
.residents-popup {
    display: block;
    margin-top: 15px;
    margin-bottom:20px;
}
@media (max-width:479px) {
	
	header.main-header .navbar-brand.mx-auto {
		padding-right: 5rem;
	}
}