/* ===================================
   WUFOO CUSTOM FORM STYLESHEET
   Montserrat Navy Style
   Navy button with pill shape
   =================================== */

/* Import Google Font - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* HTML Background */
html {
    background-image: none !important;
    background-color: #ffffff !important;
}

html.embed {
    background-color: #ffffff !important;
}

/* Logo Area */
#logo {
    background-image: none;
    background-color: transparent;
}

/* Form Container - White Background */
#container {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border: none;
    box-shadow: none;
    padding: 30px;
    box-sizing: border-box;
    max-width: 100%;
}

html.embed #container {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* Additional overrides for validation state */
body #container,
body.html #container,
html body #container {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* Ensure all form elements use border-box */
.wufoo * {
    box-sizing: border-box;
}

.wufoo ul {
    max-width: 100%;
}

.wufoo li {
    max-width: 100%;
}

/* Form Header/Title */
.wufoo .info h2 {
    font-size: 160%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #333333;
    font-weight: 700;
}

.wufoo .info div {
    font-size: 95%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #666666;
}

.wufoo .info {
    border-bottom: 1px solid #e0e0e0;
    background: transparent;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

/* Section Headers */
.wufoo .section h3 {
    font-size: 110%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    background: transparent;
    color: #333333;
    font-weight: 700;
}

.wufoo .section div {
    font-size: 85%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #666666;
}

/* Field Labels - Medium Grey */
.wufoo label.desc, .wufoo legend.desc {
    font-size: 130%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    color: #666666 !important;
    font-weight: 600;
}

.likert caption {
    color: #666666 !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-size: 130%;
}

.wufoo li div, .wufoo li div label, .wufoo li span label {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #666666;
}

/* Required field asterisk */
.wufoo .req {
    color: #3b4561;
}

/* Input Fields & Textareas - Light Grey Border */
.wufoo input.text, .wufoo textarea.textarea {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 100%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #333333;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Select Dropdowns - Light Grey Border */
.wufoo select.select {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 100%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #333333;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

/* Input Focus State - Navy Accent */
.wufoo .focused {
    background: #ffffff;
    border-color: #3b4561;
    box-shadow: 0 0 0 2px rgba(59, 69, 97, 0.15);
}

/* Remove yellow focus overlay on list items */
.wufoo li.focused,
form li.focused {
    background-color: transparent !important;
}

/* Radio/Checkbox Labels */
.wufoo label.choice {
    font-size: 100%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #666666;
}

/* Instructions/Help Text */
.wufoo .instruct {
    font-size: 80%;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    color: #888888;
    background-color: transparent;
    border: none;
}

.wufoo .instruct small {
    color: #888888;
}

/* Phone field separators - vertically center */
.wufoo li span.symbol {
    position: relative;
    top: 8px;
    line-height: normal !important;
}

.wufoo .leftHalf span.symbol,
.wufoo .rightHalf span.symbol,
.wufoo li div span.symbol {
    position: relative;
    top: 8px;
    line-height: normal !important;
}

/* Submit Button - Navy Pill Shape */
.wufoo input.btTxt {
    border-width: 0px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding-top: 12px !important;
    padding-right: 50px !important;
    padding-bottom: 12px !important;
    padding-left: 50px !important;
    border-radius: 100px !important;
    color: #fff !important;
    width: 100% !important;
    transition: all 0.4s !important;
    background-color: #3b4561 !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Submit Button Hover - Dark Grey */
.wufoo input.btTxt:hover {
    background-color: #333 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 69, 97, 0.3);
}

/* Submit Button Active */
.wufoo input.btTxt:active {
    transform: translateY(0);
}

/* Error Messages */
.wufoo .error {
    background: #ffebee;
    color: #c62828;
    border-radius: 4px;
    padding: 8px 12px;
    border-left: 3px solid #3b4561;
}

/* Success Message */
.wufoo .success {
    background: #e8f5e9;
    color: #2e7d32;
    border-radius: 4px;
    padding: 16px;
    border-left: 3px solid #3b4561;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    #container {
        padding: 20px;
    }
    
    .wufoo input.text,
    .wufoo textarea.textarea,
    .wufoo select.select {
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    .wufoo input.btTxt {
        width: 100% !important;
    }
}