/*disable link on Logo*/
.Logobox a {
  pointer-events: none;
  cursor: default;
}

/* searche toggle 
@media (max-width: 991px) {
button#toggleBtn {
    display: none;
}
}*/


/* menu nav */

@media (max-width: 991px) {
.mobile_nav {
    height: 70px;
    padding: 10px 0;
    margin-top: -5px;
    }
}



/* bold */
strong {
    font-weight: bold !important;
}

/*dashboard*/
.homePage {
    background:url('https://portals.vertilinc.com/Portals/5/Images/img-bg-home-2.png?ver=5N7c1Aj71zkRa4TFsB1HVw%3d%3d') no-repeat center center/cover;
    padding: 180px 150px 180px 150px;


     .dashCon{
            background-color:rgba(0, 0, 0, 0.4);
            max-width: 400px;
            padding: 25px 40px;
        }

       img {
            width:35px;
            display: inline;
            margin-right: 10px;
            margin-bottom: 5px;
        }

        a{
            font-size: 22px;
            color: #ffffff;
            font-weight: bolder;
        }

        a:hover{
            text-decoration: none;
            color: #ffb800;
        }

    .dashboard,
    .dashboard-center{
        display: flex;

        .dashboard-left,
        .dashboard-right{
            width: 50%;
        }

        .dashCon{
            margin: 50px;
        }


        .dashboard-right{
            .dashCon{
            display: flex;
            margin-left: auto;
        }
        }
    }

    .dashboard-center{
        display: block;

        .dashCon{
            margin: auto;
        }

    }
}


@media (max-width: 1200px) {

    .homePage {
padding: 100px 30px 100px 30px;

    }
}

@media (max-width: 1024px) {

    .homePage {

    .dashboard{
        display: block;

        .dashboard-left,
        .dashboard-right{
            width: 100%;
        }

        .dashCon{
            margin: 30px auto;
        }
}
    }
}

/*end of dashboard*/


/*container*/
.White{
    padding: 0 5px;
}

@media (max-width: 768px) {

.White {    
    
    padding: 0 15px;
}

}


.home {
    text-align: center;

    .home-about {
        background-color: #F6F8F9;
        padding: 50px 30px;

    p {
            font-family: Georgia Pro;
        }

    img{
        margin: 30px auto 0 auto;
    }

        .name {
            font-size: 24px;
            color: #083158;
            margin-bottom: -7px;
        }

        .position {
            font-size: 18px;
            color: #2B2B2B;
        }
    }

    .home-amenities {
        padding: 50px 0;

        p {
            font-family: Georgia Pro;
        }

        div.amenities-icons {
            width: 100%;
            margin-top: 50px;

            div {
                display: inline-block;
                width: 30%;
                vertical-align: top;
                margin-bottom: 30px;

                a{
                    font-size: 12px;
                    color: #343434;
                    line-height: 18px;
                    font-weight: bold;
                }

                img {
                    margin: 10px auto;
                }

                p{
                    font-size: 14px;
                    line-height: 18px;
                }
            }
        }

        
    }

    h2{
    font-family: Georgia Pro;
    font-size: 48px;
    line-height: 60px;
    color: #083158;
    }

    h3{
        font-family: Georgia Pro;
        text-transform: uppercase;
        font-size: 38px;
        line-height: 47px;
        color: #083158;
    }

    h4{
        font-family: Georgia Pro;
        color: #083158;
        text-transform: uppercase;
    }

    .home-blue-bg {
        display: flex;
        background-color: #053362;
        padding: 50px;

        div {
            flex: 1;
        }

        h2 {
            color: #ffffff;
            margin-bottom: 20px;
        }

        a {
            color: #fff;
            display: block;
            border: solid 1px #3779BD;
            margin: auto;
            margin-bottom: 20px;
            padding: 20px;
            max-width: 70%;
            font-size: 20px;
        }

        p {
            font-family: Georgia Pro;
            color: #ffffff;
        }

    }
}


@media (max-width: 1200px) {
    .home {
    & .home-amenities {
        & div.amenities-icons {
            div {
                width: 45%;
            }
        }
    }
}

}


/* home mobile */

@media (max-width: 1024px) {

.home {    
    
    .home-blue-bg {
        display: block;

        div {
            margin-bottom: 80px;
        }
    }

     h3{
        font-size: 26px;
    }

}

}

@media (max-width: 767px) {
    .home {
    & .home-amenities {
        & div.amenities-icons {
            div {
                width: 30%;
            }
        }
    }
}

}

/* page title header */

.pagetitleBox .pagetitleborder {
    padding: 80px 0 80px;
}


/* end of page title header */



/*home photos */
    .grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .grid img {
      width: 100%;
      cursor: pointer;
      transition: transform 0.2s;
      border-radius: none;
    }

    .grid img:hover {
      transform: scale(1.02);
    }

    /* Modal styles */
    .modal {
      display: none;
      position: fixed;
      z-index: 10;
      padding-top: 60px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0,0,0,0.8);
    }

    .modal-content {
      margin: auto;
      display: block;
      max-width: 90%;
      max-height: 80%;
    }

    .close {
      position: absolute;
      right: 150px;
      color: #fff;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
     opacity: 1;
    }

    .close:hover {
      color: #ccc;
    }



/* General Container Styling */


div#dnn_TopOutPane{
    margin-bottom: 0;
}

.container0, .container1, .container6, .container7 {
    margin: auto;
    padding: 80px 0;
}

/*
.container2 {
    padding: 40px 0;
}
*/
.container-title {
    text-align: center;
    padding-top: 80px;
}

.container0 {
    display: flex !important;
    text-align: left;
    justify-content: space-between;
    background: white;

    h2, h3 {
        color: #083158;;
    }
}

.container1 {
    background: #0BA556;
}

.container2 {
    background: #ffffff;
    text-align: center;
}

.container3 {
    background: #083158;
    padding-top: 80px;
}

.container7 {
     display: flex !important;
    text-align: left;
    justify-content: space-between;
    background: #f9f9f9;
}

.section-content {
    flex: 1;
    margin: 30px;
}



.section-content img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* Page Title Header */
.pagetitle-left h1 {
    font-family: Georgia Pro;
}

/* Text Content */
.text-content {
    width: 55%;
}

.text-content h2 {
    color: #083158;
}

.text-content p, .text-content ul li {
    color: #343434;
}

/* Red colored text */
.redTxt {
    color: #e80f0f;
}

/* Image Container */
.image-container {
    width: 40%;
}

.image-container img {
    width: 100%;
}

/* Headings and Paragraphs */
.newDes h2,
.web-content h2 {
    font-family: Georgia Pro;
    font-size: 48px;
    font-style: normal;
    margin-bottom: 16px;
    line-height: 60px;
}

.newDes h3,
.web-content h3
 {
    font-family: Georgia Pro;
    font-size: 38px;
    font-style: normal;
    margin-bottom: 16px;
    line-height: 40px;
}


.newDes h4,
.web-content h4 {
    font-family: Georgia Pro;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}

.newDes p,
.web-content p {
    font-family: Georgia Pro;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 18px;
}

/* Container-Specific Text Styling */
.container1 h2, .container3 h2, 
.container1 p, .container3 p {
    color: white;
    text-align: center;
}

.container2 {
    text-align: center;

    h2, h3 {
        color: #083158;;
    }
}

.container2 p, .container6 p,  {
    color: #343434;
    text-align: center;
}

/* Box Styling */

.contBox p, .contBox h4 {
    text-align: left;
}

.contBox h4 {
    color: #083158;
}

.contBox span {
    font-weight: bold;
    margin-right: 60px;
}

/* Text Links */
a.linkText {
    text-decoration: underline;
    font-weight: bold;
}

a.linkText:hover {
    color: #134B80;
}

/* Buttons */
.btn, a {
    font-family: Georgia Pro;
}

.btn1, .btn2 {
    padding: 15px 40px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: Georgia Pro;
    cursor: pointer;
    border: 1px solid white;
}

a.btn1 {
    background-color: #0BA556;
    color: white;
}

a.btn2 {
    background-color: #ffffff;
    color: #083158;
    margin-top: 20px;
}

.btn1:hover, .btn2:hover {
    background-color: #134B80;
    border-color: #134B80;
    color: #ffffff;
    text-decoration: none;
}

.btn:hover{
            text-decoration: none;
            }
            
.btn3 {
            padding: 15px;
            background-color: #134B80;
            border: 1px solid #134B80;
            color: white !important;
            margin-right: 10px;
            font-size: 16px;
            border-radius: 0;
    }
            
            .btn3:hover, .btn4:hover{
            background-color: #083158;
            border: solid 1px #083158;
            color: white;
            }
            
            .btn4 {
            padding: 15px;
            background-color: transparent;
            border: 1px solid #134B80;
            color: #134B80;
            font-size: 16px;
            border-radius: 0;
            }

.committee-btn .btn {
    margin-bottom: 20px;
}


/* Form Styling */

/*
form {
    font-family: Verdana;
    font-size: 16px;
    color: white;
    text-align: center;
}

.form-container {
    padding: 25px;
}

.form-group {
    margin-bottom: 15px;
}

input, textarea {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border: 1px solid #ccc;
    background-color: #083158;
    color: #ffffff;
}
*/



ul.dg-form-content{
    list-style-type: none;
    color: white !important;
}


/* End of Form Styling */

/* Button inside form */
button {
    background: #ffffff;
    color: #083158;
    border: 1px solid #ffffff;
    cursor: pointer;
    font-family: Georgia Pro;
}

button:hover {
    background: #cedbe6 !important;
    color: #083158 !important;
    border-color: #134B80;
}


#phContainer2699{
 .Theme_04_Default{
     text-align: center;
 }
}


/* Default Site Button */

.submit-btn {
    background: #083158;
    color: #fff;
    font-family: Georgia Pro;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 0;
}


.submit-btn:hover {
    background: #134B80;
    color: #ffffff;
}

a.default-btn {
    display: inline-block;
    padding: 10px 40px;
    background: #083158;
    color: #ffffff;
    cursor: pointer;
    font-family: Georgia Pro;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}

a.default-btn:hover {
    background: #134B80;
    color: #ffffff;
    text-decoration: none;
}

a.ghost-btn {
    display: inline-block;
    padding: 10px 40px;
    background: transparent;
    border: 1px solid #083158;
    color: #083158;
    cursor: pointer;
    font-family: Georgia Pro;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}

a.ghost-btn:hover {
    background: #134B80;
    color: #ffffff;
    border: 1px solid #134B80;
    text-decoration: none;
}

.subcom-buttons {
    margin-top: 30px;
}

a.subcom-btn {
    padding: 10px 40px;
    margin: 10px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-family: Georgia Pro;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
}

a.subcom-btn:hover {
    background: #ffffff;
    color: #083158;
    border: 1px solid #ffffff;
    text-decoration: none;
}

/* club page button 

.club-page {
    a.ghost-btn {
        margin-left: 40px;
    }
}

*/

/* Message */
.message {
    margin-top: 10px;
}

.contBox {
            padding: 15px;
            border: solid 1px #d4d4d4;
            text-align: center;

            a {
                color: #083158;
            }

            p{
                display: flex;
                align-items: center;
            }
}
            
            .contBox1 {
            padding: 30px;
            border: solid 1px #d4d4d4;
            width: 30%;
            text-align: center;
            }
            
            .contBox p,
            .contBox h4
            {
            text-align: left;
            }
            
            .contBox h4
            {
            color: #083158;
            }
            
            
            .container4 {
                align-items: center;
                background: #ffffff;
                padding: 40px;
                margin: auto;
                text-align: center;
            }
            
            .container4 p{
                margin-bottom: 50px;
            }
            
            .content4{
            display: flex !important;
            margin-bottom: 50px;}
            
            .col3 {
            padding: 10px;}
            
            
            .container5 {
                align-items: center;
                background: #f9f9f9;
                padding: 40px 40px 80px 40px;
                margin: auto;
                text-align: center;
            }
            
            .container5 h2 {
            margin-bottom: 50px;}

.container6 {
    background: #FAFF9C;
}

/* DNN Form*/
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1633, 
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1635,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1639,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1661,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1667,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1672,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1677,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1684,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1692,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1702,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1707,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1711,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1715,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1719,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1726,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1730,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1734,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1697,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1753,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1786,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1792,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1797,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1802,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1808,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1813,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1818,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1823,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1828,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1833,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1838,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1843,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1848,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1853,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1858,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1863,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1868             {
background-color: #083158;
padding-bottom: 80px;
}

.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1901,
.DnnModule.DnnModule-DNNGoPowerForms.DnnModule-1904  {
    background-color: #083158;
    text-align: center;
    padding: 40px 0 80px 0;
    margin-top: -20px;
}

.popup-form-btn {
    border-radius: none;
    color: #083158 !important;
}

.form-list-btn{
    width: 100%;
    text-align: left !important;
    background-color: transparent !important;
    padding-left: 0 !important;
}

.DnnModule-1912  .container2,
.DnnModule-1927  .container2 {
    padding: 0 !important;
}

.DnnModule-1912  .container2{
    margin-top: 50px;
}

.Theme_04_Default {
    text-align: left;
}

.Theme_04_Default .form h3,
.Theme_04_Default .form p {
    color: white;
}

.Theme_04_Default .form h3 {
    font-weight: bold;
}

.form_list > li {
    padding: 0px 0px 5px 30px !important;
}

li.from-footer {
    padding-top: 10px !important;
}

/* form dropdown */
select#Ctl_Location_1949,
select#Ctl_Urgency_1949,
select#Ctl_Area_1975,
select#Ctl_Concern_1975,
select#Ctl_MaintenanceIssue_3728,
select#Ctl_Shrub1_1968,
select#Ctl_Shrub2_1968,
select#Ctl_Shrub3_1968,
select#Ctl_Harvest_1935
{
    background-color: #041b31;
}



/* prospective residents */
  .homes, .properties {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-top: 40px;
        }
        .home-card, .property-card {
            width: 24%;
            padding-bottom: 10px;
        }
        .home-card img, .property-card img {
            width: 100%;
            height: auto;
        }

.property-info{
text-align: left;
margin-top: 30px;
}

.property-info p{
    font-size: 12px;
    line-height: 10px;
}

.property-info h4{
line-height: 15px;
font-size: 18px;
}

.property-info h3 {
color: #083158;
line-height: 30px;
}

.property-info h4, p {
color: #2B2B2B;
}

.property-info p.descrip {
color: #808080;
}

.property-info img{
   width: 25px;
   height: 17px;
   margin-right: 5px;
}

div.amenities {
    display: flex;
}

div.amenities p.txt1{
    margin-right: 10px;
}

.prospective-resident .text-content {
    margin-right: 20px;
}

.prospective-resident .text-content ul li{
    font-weight: bold;
    color: #343434;
}

.prospective-resident .btn{
    display: block;
}

.team-photo img{
    margin: auto;
}

table.table-del {
            width: 100%;
            border-collapse: collapse;
            text-align: left;
        }
        th, td {
            border: 0px solid #ddd;
            padding: 10px 2px;
        }
        th {
            background-color: #f2f2f2;
            text-align: left;
        }
        td a {
            color: #0645AD;
            text-decoration: none;
        }
        td a:hover {
            text-d;
        }

table.white-tbl td {
    color: white;
}

table.table-bod {
    th {
        background-color: #083158;
        color: #ffffff;

            h4{
                color: #ffffff;
            }
        }
}

.team-table-mobile{
                 display: none;}

 @media (max-width: 1024px) {
            .team-table-mobile{
                 width: 100%;
                 display: table;}
            .team-table{
                display: none;
            }
            }







 


.wlcm-body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            width: 100%;
            height: 100%;
        }


.wlcm-button-group-mobile {
    display: none;
}


   .wlcm-container {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, 50%);
            width: 100%;
            max-width: 1400px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 30px;
        }

         .btn-reservation {
            position: absolute;
            transform: translate(0, 1600%);
            width: 100%;
            text-align: center;
        }

        
        .btn-reservation a{
            font-size: 20px;
            font-weight: bolder;
            color: #ffffff;
            background:rgba(0, 0, 0, 0.4);
            padding: 30px 80px;
        }


        .btn-reservation img{
            margin-right: 15px;
        }

        

        .wlcm-button-group {
            display: flex;
            flex-direction: column;
            gap: 35px;
            align-items: center;
            width: 100%;
            max-width: 400px;
        }


        .wlcm-button-group a,
        .wlcm-button-group-mobile a{
            font-size: 20px;
            font-weight: bolder;
            color: #ffffff;
        }

         .wlcm-button-group a:hover,
         .wlcm-button-group-mobile a:hover{
            color: #ffb800;
        }

        .wlcm-button-group .btn-grp-1 img,
        .wlcm-button-group-mobile .btn-grp-2 img
        {
            margin-right: 20px;
        }

         .wlcm-button-group .btn-grp-2 img{
            margin-left: 20px;
        }

        .btn-grp-1
         {
            display: flex;
            padding: 25px 0 25px 30px;
        }
 
        .btn-grp-2 {
            display: inline-block;
            text-align: right;
            padding: 25px 30px 25px 0;

        }

        .fb-icon {
            display: block;
            margin: auto;
            margin-top: 30px;
        }

        .fb-icon:hover {
            opacity: 0.8;
        }

/**/


        @media (max-width: 1024px) {
            .wlcm-container {
                flex-direction: column;
                align-items: center;
                transform: translate(-50%, 30%);
            }

            
         .btn-reservation {
            display: none;
        }


.wlcm-button-group-2 {
    display: none;
}

            .wlcm-button-group-mobile {
    display: flex;
}

 .wlcm-button-group-mobile {
            display: flex;
            flex-direction: column;
            gap: 35px;
            align-items: center;
            width: 100%;
            max-width: 400px;
        }

        .wlcm-button-group-2 .btn-grp-2 img{
            margin-right: 20px;
        }

         .btn-grp-2 {
            display: flex;
            padding: 25px 0 25px 30px;
        }    

        }

        /**/

     @media (max-width: 480px) {
            .wlcm-container {
                flex-direction: column;
                align-items: center;
                transform: translate(-50%, 30%);
            }

            

        .wlcm-button-group {
            gap: 12px;
        }

.wlcm-button-group-2 {
    display: none;
}

.wlcm-button-group {
    a {
        font-size: 16px;
    }
}


 .wlcm-button-group-mobile {
            display: flex;
            flex-direction: column;
            gap: 12px;
            align-items: center;
            width: 100%;
            max-width: 400px;
            margin-top: -20px;

            a {
                font-size: 16px;
            }
        }

        .wlcm-button-group-2 .btn-grp-2 img{
            margin-right: 20px;
        }

         .btn-grp-2 {
            display: flex;
            padding: 15px 0 15px 30px;

             img {
                 height: 32px !important;
                 width: 32px !important;
             }
        }   
        
        .btn-grp-1
         {
             padding: 15px 0 15px 30px;
            
            img {
                 height: 32px !important;
                 width: 32px !important;
             }
            
        }
         

        }


        /**/


/* end welcome page */


/* Mobile Screen */

@media only screen and (max-width: 1024px) {
 .container0 {
    display: block !important;
    text-align: center;
    justify-content: space-between;
    padding: 30px 15px 60px 15px;
}

 .container1, .container2, .container3 {
    padding: 30px 15px;
}

.container-title {
    padding: 30px 20px 0 20px;
}

.pagetitleBox .pagetitleborder {
    padding: 100px 0;
}

.pagetitleBox .pagetitleborder h1{
    text-align: center;
    font-size: 55px;
}

.text-content {
    width: 90%;
    margin: auto;
}

.image-container {
    width: 100%;
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 1024px) {

.pagetitleBox .pagetitleborder h1{
    font-size: 46px;
}

}

@media only screen and (max-width: 768px) {

.pagetitleBox .pagetitleborder h1{
    font-size: 32px;
}

}

@media only screen and (max-width: 480px) {

.pagetitleBox .pagetitleborder h1{
    font-size: 24px;
}

}

@media only screen and (max-width: 767px) {
    .pagetitleBox .pagetitle-right {
        display: none;
    }
    
    }


/** new template **/

.web-content {
    text-align: left;
    width: 100%;
    height: 100%;
    
}

.web-btn {
    color: #ffffff !important;
    text-transform: uppercase;
}

.white-bg {
    margin-top: 50px;

    img{
        max-width: 100%;
    }
}

/* green & light .blue-bg bg */

.green-bg {
 background-color: #57ADFF;}

 .lightBlue-bg {
 background-color: #57ADFF;
 
 a {
     color: #ffffff;
 }}

.green-bg,
.lightBlue-bg {
    padding: 10px;
    color: #2B2B2B;

    table {
        margin: auto;

        th, td {
            border: 1px solid #2B2B2B;
        }
    }

    


     h2{
    font-family: Georgia Pro;
    font-size: 48px;
    line-height: 60px;
    }

    p{
    font-family: Georgia Pro;
    font-size: 18px;
    margin-bottom: 10px; 
    }

    a{
        color: #2B2B2B;
        text-decoration: underline;
    }

    a:hover{
        font-weight: bold;
    }

     ul li{
      font-family: Georgia Pro;
      color: #2B2B2B;
      text-align: left;
    }

    img {max-width: 100%;
         display: block;
         margin-top: 10px;}
    

    .green-content{
        max-width: 1500px;
        margin: auto;
        padding: 50px;
        display: flex;
    }

    .green-left{
        width: 50%;
        padding: 30px;
        text-align: center;

        ol{
            text-align: left;
        }

         h3{
            font-size: 16px;
        }

        td{
            font-size: 12px;
        }
    }

    .green-right{
        width: 50%;
        padding: 30px;
        text-align: left;

        p{
            margin-bottom: 10px;
        }
    }

     .green-center{
        width: 100%;
        padding: 30px;
        text-align: center;
    }

    .threeCol-one,
    .threeCol-two {
        width: 35%;
        padding: 5px;

        h2 {
            font-size: 30px;
        }

        h3{
            font-size: 16px;
        }

        td{
            font-size: 12px;
        }
    }

    .threeCol-three {
        width: 30%;
        padding: 5px 15px 5px 15px;

         h2 {
            font-size: 30px;
        }

        p{
            font-size: 14px;
        }
    }
}

/* end of green & light .blue-bg bg */


/* dark blue bg */

.darkblue-bg {
    background-color: #083158;
    padding: 10px;

    
.committee{

    h2{
    font-family: Georgia Pro;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    }

    h4{
    font-family: Georgia Pro;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;  
    }

    p{
    font-family: Georgia Pro;
    font-size: 18px;
    color: #ffffff; 
    }

    img {width: 100%;}

  }
    

    .darkblue-content{
        max-width: 1500px;
        margin: auto;
        padding: 50px;
        display: flex;
    }

    .darkblue-left{
        width: 45%;
        padding: 30px;
    }

    .darkblue-right{
        width: 55%;
        padding: 30px 30px 30px 80px;
        text-align: left;
    }
}




@media only screen and (max-width: 1024px) {

.green-bg, .darkblue-bg {


      .green-content,
    .darkblue-content{
        display: block;
        padding: 10px;
    }

    .green-left,
    .darkblue-left,
    .threeCol-one,
    .threeCol-two,
    .threeCol-three{
        width: 100%;
    }

    .green-right,
    .darkblue-right{
        width: 100%;
        text-align: center;
    }

}

.darkblue-bg{

     .darkblue-content{
        padding: 0px;
    }

     .darkblue-right,
     .darkblue-left{
        padding: 20px;
    }
}

.green-bg,
.lightBlue-bg {
    img{
        margin: 10px auto 0 auto;
    }
}

}


@media only screen and (max-width: 768px) {

.darkblue-bg{

     .darkblue-right,
     .darkblue-left{
        padding: 10px;
    }
}

.green-bg,
.lightBlue-bg {
    p{
        font-size: 16px;
    }

    .green-right,
    .green-left{
        padding: 10px;
    }
}
}

@media only screen and (max-width: 480px) {

.green-bg,
.lightBlue-bg {
    p{
        font-size: 14px;
    }
}
}


/* faq */
.faqCustom{
    .faq-container {
      font-family: Georgia Pro;
       
       h2 {
           font-family: Georgia Pro;
    font-size: 48px;
    line-height: 60px;
    color: #083158;
    text-align:center;
       }

       p{
           text-align: center;
       }
    }

    .faq-item {
      margin-bottom: 10px;
    }

    .faq-question {
      display: block;
      padding: 15px;
      background: #083158;
      color: white;
      cursor: pointer;
      text-decoration: none;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease;
      background: #f0f0f0;
      padding: 0 15px;
      border-radius: 0 0 5px 5px;
    }


    input[type="checkbox"] {
      display: none;
    }


    input[type="checkbox"]:checked ~ .faq-answer {
      max-height: 1000px;
      padding: 15px;
    }
}
/* end of faq */


/* committee */

.committee {

    h2{
    font-family: Georgia Pro;
    font-size: 48px;
    line-height: 60px;
    color: #000000;  
    }

    h4{
    font-family: Georgia Pro;
    font-size: 24px;
    line-height: 30px;
    color: #000000;  
    }

    p {
     font-family: Georgia Pro;
    font-size: 18px;
    line-height: 26px;
    color: #000000;   
    }

    .content {
        padding: 40px 0;
        border-bottom: 1px solid #D6D6D6;
    }

    .contBox {
         margin-top: 0;
         margin-bottom: 30px;
         
            img {
            margin-right: 15px;
        }
    }

    .members {
        img {width: 100%;}
        
        .amenities-icons{
            text-align: left;
            margin: 30px auto;

            div{
                display: inline-block;
                width: 30%;
                vertical-align: top;
                padding: 0 10px;
                margin-bottom: 20px;
            }

            p{
                font-weight: bold;
                margin-bottom: 0;
            }

            .center-member {
                border-left: 1px solid #C2C2C2;
                border-right: 1px solid #C2C2C2;
            }
        }
    }

    .container2 {
        padding: 0;
    }

    .blue-bg {
        background-color: #083158;
        text-align: center;
        padding: 40px 0;
    h2{
    font-family: Georgia Pro;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
    }


    p {
     font-family: Georgia Pro;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;   
    }

    }
}

.committee-btn {
    display: block !important;
    margin: auto;
    color: #ffffff !important;
    text-transform: uppercase;
}

.committee-page {
    p{
        text-align: center;
    }
}



/* end of committee */



/* footer */

.copyright_stylem,
.footer_bottom {
    display: none;
}

.footer_bottom_bg {
    background-color: #ffffff !important;
}

.footer {
    padding-top: 30px;

    div {
        text-align: center;

        img {
            width: 10%;
        }
    }

    .footer-links {
        padding: 50px 0 20px 0;

        a{
            margin: 20px;
            color: #808080;
            font-size: 16px;
        }
    }

    .footer-copyright{
        padding: 20px 0;
        border-top: 1px solid #EBEBEB ;

        p{
        font-family: Georgia Pro;
        color: #083158 ;
        font-size: 16px;
        }
    }
}



@media (max-width: 1024px) {

.footer {

    div {
      
        img {
            width: 30%;
        }
    }
}

}


div#form_ext_3236{

ul.form_list.dg-form-content{
    color: white !important;
}

}

.white-twoCol{
    display: flex;
    margin: 30px auto;
}

.twoCol {
    width: 50%;
    margin: 0 20px;
}


 @media (max-width: 1024px) {
     .white-twoCol{
    display: block;

            .twoCol {
    width: 100%;
    margin: 20px;
}
            }
 }

/* Landscape committee buttons*/

.landscapeBtn {
    text-align: center;
    display: flex;
}

@media (max-width: 1024px) {
    .landscapeBtn {
    display: block;
}
}

.content-highlight {
    background-color: #083158;
    padding: 15px 15px 10px 15px;

    p{
        color: #ffffff;
    }
}

/* iFrame designs */
div#dnn_ctr3636_ModuleContent {
    text-align: center;
    margin-top: 50px;
}




/* Mobile Font Adjustments */

@media only screen and (max-width: 1024px) {    
.newDes h2,
.web-content h2 {
    font-size: 40px;
    line-height: 50px;
}

.green-bg,
.lightBlue-bg,
 .committee,
 .home {
    h2{
    font-size: 40px;
    line-height: 50px;
    } 
    }
   
.darkblue-bg {    
.committee{
    h2{
    font-size: 40px;
    line-height: 50px;}
   }
   }
    
.faqCustom{
    .faq-container {       
       h2 {
         font-size: 40px;
         line-height: 50px;}
       }
       }         
   }
 
@media only screen and (max-width: 768px) {    
.newDes h2,
.web-content h2 {
    font-size: 30px;
    line-height: 40px;
}

.green-bg,
.lightBlue-bg,
 .committee,
 .home {
    h2{
    font-size: 30px;
    } 
    }  
   
.darkblue-bg {    
.committee{
    h2{
    font-size: 30px;
    line-height: 40px;}
   }
   }  
   
   .faqCustom{
    .faq-container {       
       h2 {
         font-size: 30px;
         line-height: 40px;}
       }
       }
           
   }
   
   
@media only screen and (max-width: 480px) {    
.newDes h2,
.web-content h2 {
    font-size: 24px;
    line-height: 30px;
}

.green-bg,
.lightBlue-bg,
 .committee {
    h2{
    font-size: 24px;
    line-height: 30px;
    } 
    }
   
   
.darkblue-bg {    
.committee{
    h2{
    font-size: 24px;
    line-height: 30px;}
   }
   }
     
.faqCustom{
    .faq-container {       
       h2 {
         font-size: 24px;
         line-height: 30px;}
       }
       }
          
   }








































































































