ul {  
    list-style-position: outside !important;
    padding-left: 1em !important;
}

ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.input[type="text"] { padding: 4px; }

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.head_title {margin-bottom:15px;}

.twoThirdsColumn, .threeColumn, .twoColumn {
    /* min-width: 250px; */
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
}
.twoColumn, .featureWrapper {
    width: 47%;
    width: 47%;
    margin-right: 2%;
    margin-bottom: 15px;
}

.featureWrapper {
    float: left;    
    height:10em;
    overflow:hidden;
}

.featureImage {
    float:left;
    width: 23%;
    max-width: 100%;
    margin-right: 15px;
    margin-bottom: 5px;
}

.featureImage img {
    max-width: 100%;
    max-height: 90px;
}

.featureHeading{
    font-weight: 600;
    font-size: 1.25em;
    margin-bottom: 5px;
}

.featureDescription {
    float:left;
    width: 72%;
}

.featureWrapper-2 {   
    width:100%;
    clear:both;
    margin-bottom: 15px;
}

.featureImage-2 {
    float:left;
    width: 23%;
    max-width: 140px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.featureImage-2 img {
    max-width: 140px;
}


.featureDescription-2 {
    float:left;
    width: 72%;
}
.contact-info {
    color: ghostwhite;
}

div.FeedbackForm div.Feedback_FieldLabel { clear:both; margin-bottom:15px; float:none; }
div.FeedbackForm div.Feedback_FieldValue { margin-left:0px; }
.FeedbackForm .dnnTooltip { font-size: 16px; }
.FeedbackForm .NormalTextBox, .FeedbackForm input[type='text']{ 
    color: #474747; }
.FeedbackForm input[type='text']{ 
    font-size: 20px; }

.FeedbackForm select { width: 100%; }

/* ******** Form and List CSS ************* */

#dnn_ctr1431_Default_Form_EditFormPlaceholder div.dnnFormLabelWithoutHelp {
    height: 25px !important;
}

#dnn_ctr1431_Default_Form_EditFormPlaceholder .dnnFormItem label, 
#dnn_ctr1431_Default_Form_EditFormPlaceholder .dnnFormItem .dnnFormLabel,
#dnn_ctr1431_Default_Form_EditFormPlaceholder .dnnFormItem .dnnTooltip {
    display: block;
    width: 100%;
    max-width:300px;
    text-align: left !important;
    float: none !important;
}
#dnn_ctr1431_Default_Form_EditFormPlaceholder a.dnnFormHelp span {
    padding-right: 0 !important; 
}

#dnn_ctr1431_Default_Form_EditFormPlaceholder .dnnFormItem input[type="text"], .dnnFormItem textarea { 
    width:100%;    
    max-width: 300px;
}

.UDT_Form { width: 75%; max-width:300px;}
.UDT_Caption { margin-bottom: 2px; }
.UDT_Field { margin-bottom: 10px; }
#dnn_ctr1431_Default_Form_divForm > .UDT_Caption .UDT_Type_Expression:nth-of-type(1) { display:none; }
.UDT_Form .SubHead { font-size: inherit; }

.UDT_Buttons { margin-top: 10px; text-align: center; }
.UDT_Buttons>span { display: none; }

.UDT_Form .NormalTextBox { font-size: 25px; color: #474747; }
.UDT_Form select { width: 100%; }

/* navigation menu thinner */
#main-nav a {
    padding: 20px 10px 10px 10px !important;
    height: 20px;
}

#main-nav ul ul {
    top:auto !important;
    margin-top: 5px;
}

/* Call to Action Button */
.cta-button {
            display: inline-block;
            padding: 18px 40px;
            background: linear-gradient(45deg, #53d213, #3ea20f);
            color: white !important;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 1px;
            border-radius: 50px;
            box-shadow: 0 8px 25px rgba(83, 210, 19, 0.4);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cta-button::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
            transition: left 0.5s;
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(83, 210, 19, 0.6);
            background: linear-gradient(45deg, #4bc411, #2e8d0c);
        }

        .cta-button:hover::before {
            left: 100%;
        }

        .cta-button:active {
            transform: translateY(-1px);
            box-shadow: 0 6px 20px rgba(83, 210, 19, 0.5);
        }

        .container {
            text-align: center;
        }

        .description {
            color: #333;
            font-size: 16px;
            margin-bottom: 30px;
            opacity: 0.8;
        }

@media only screen and (min-width: 0px) and (max-width: 800px) {
    .container {
        margin: 0 auto;
        position: relative;
        width: 95% !important;
    }

    .twoColumn, .featureWrapper  {
        width: 100%;
    }

    .featureWrapper {
        clear: both;    
        height:auto;
    }
    
    .UDT_Form { width: 100%; }
}














