﻿*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    position: relative;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #474747;
    height: auto;
    min-height: 100%;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#ceApp input.error {
    border-color: #d45252 !important;
    color: red;
}

#ceApp select.error {
    border-color: #d45252 !important;
    color: red;
}

/*IMPORTANT: overrididing theme.css here for now to avoid regression in other apps like P2P*/
#ceApp input[type="checkbox"] + label {
    display:block;
}

#aspnetForm {
    margin: 0 auto !important;
}

#aspnetForm::after {
    content: "";
    display: table;
    clear: both;
}

#aspnetForm .ce-fieldset {
    width: 100%;
    margin-top: 1em;
    /*margin-bottom: 1em;*/
    float: left;
    border: none;
    box-sizing: border-box;
}

#aspnetForm .ce-legend{
    margin-bottom: 8px;
    padding: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    /*font-weight: bold;*/
}

#aspnetForm .tsFormRows {
    display: block;
    position: relative;
    margin-bottom: 1.5rem;
    float: left;
    width: 100%;
}

    #aspnetForm .tsFormRows:last-child {
        margin-bottom: 0px;
    }

    #aspnetForm .tsFormRows.event-info-row,
    #aspnetForm .tsFormRows.event-ticket-row {
        margin-bottom: 5px;
    }

#aspnetForm .tsFormRows.half.first {
    width: 49%;
    margin-right: 1%;
}

#aspnetForm .tsFormRows.half.last {
    width: 50%;
    float: right;
}

#aspnetForm input.three-quarter.first {
    width: 74%;
    margin-right: 1%;
    float: left;
}

#aspnetForm input.one-quarter {
    width: 25%;
}

.ce-form.ce-style-1 input.ce-input,
.ce-form.ce-style-1 select.ce-select {
    padding: 8px 12px 4px !important;
}

#aspnetForm .ce-wrap-select:after {
    top: -10px;
    right: 9px;
}

input, select {
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

    input[type=text]:not(.loginTextFields),
    input[type=datetime-local],
    select {
        width: 100%;
        height: 38px;
        padding: 8px 12px 4px !important;
        border: 2px solid #c7c7c7 !important;
        box-shadow: 0 0 5px 2px #eee inset;
        background-color: #fff;
        font-size: 16px;
        line-height: 1.5;
        box-sizing: border-box;
        transition: all 0.2s ease-in-out;
        float: left;
        outline: 0;
    }

        input[type=text]:focus, 
        select:focus {
            border-color: #607d8b !important;
        }

#tsLandingPageHeader,
#tsPageMainFormContent,
#tsLandingPageFooter {
    width: 100%;
    display: block;
    float: left;
}

.tsCheckBoxLists label {
    padding-top: .5rem;
}

.ce-label {
    display: inline-block;
    height: 1rem;
    position: relative;
    top: 4px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #343539;
    font-size: .9rem;
    /*font-weight: bold;*/
    /*white-space: nowrap;*/
    /*width: max-content;*/
    /*width: auto;*/
    max-width: 98%;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    height: auto;
}

input + label {
    cursor: pointer;
}

input[type=radio] + label {
    margin-right: 16px;
    float: left;
}

/*.ce-radio-checkbox-set-label {
    position: relative;
    top: 0;
    height: unset;
    width: 100%;
    margin-top: 1em;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
    font-size: 1.2em;
    white-space: normal;
    color: #474747;
    float: left;
}*/

.ce-radio-checkbox-set-label {
    padding: 4px 0 !important
}

.tsCheckBoxLists label {
    display: inline;
}

.tsCheckBoxLists span[fieldoption_id] {
    display: inline-block;
    width: 100%;
}

.tsCheckBoxLists:not(.isEmailOptIn) > span[fieldoption_id],
.tsRadioButtonLists:not(.isCost):not(.AccountType) > span[fieldoption_id] {
    display: block;
    width: 100%;
    float: left;
}

.tsCheckBoxLists > br + span[fieldoption_id] {
    margin-left: 0;
}

/*.tsCheckBoxLists > span[fieldoption_id]:first-child {
    margin-left: 0;
}*/

#aspnetForm [type="checkbox"],
#aspnetForm [type="radio"] {
    font-size: 1.1em;
    width: 18px;
    height: 18px;
    float: left;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.tsCheckBoxLists > span[fieldoption_id] label {
    display: inline;
    position: relative;
    width: calc(100% - 44px);
    margin-left: 0;
    margin-top: 6px;
    float: right;
    font-size: 1.1em !important;
    line-height: 30px;
}

.ce-disabled {
    cursor: not-allowed !important;
}

.ce-disabled {
    cursor: not-allowed !important;
}

.ce-disabled input[type=text] {
    pointer-events: none;
    background-color: rgba(218, 218, 218, 0.5) !important;
}

.ce-disabled label {
    pointer-events: none;
}

.ce-label.Qty {
    top: 8px;
}
/*event form additional donation block*/
.DonationAmount.ce-label {
    display: none;
}

.DonationAmount.tsRadioButtonLists {
    width: 100%;
    float: left;
}

    .DonationAmount.tsRadioButtonLists input[type=radio] {
        display: none;
    }

    .DonationAmount.tsRadioButtonLists label {
        margin: 0 1em 1em 0;
        padding: .5em 1em;
        border-radius: 3px;
        border: 1px solid #dfdfdf;
        background-color: #fff;
        box-sizing: border-box;
        transition: all 0.2s ease-in-out;
        float: left;
        cursor: pointer;
    }

        .DonationAmount.tsRadioButtonLists label:hover {
            -webkit-box-shadow: 1px 1px 1px #dadada;
            box-shadow: 1px 1px 1px #dadada;
            background-color: #f9f9fb;
        }

        .DonationAmount.tsRadioButtonLists label.active {
            background-color: #f5f5f5;
            -webkit-box-shadow: 1px 1px 1px #dadada;
            box-shadow: 1px 1px 1px #dadada;
            background-color: #f9f9fb;
        }

    .DonationAmount.tsRadioButtonLists span[data-other=other] + input {
        display: none;
        margin-top: 1em;
    }

.DonationSectionContainer .tsFormRows:first-of-type {
    border-bottom: 1px solid #eee;
    padding-bottom: 1em;
}

/*donation form amount block*/
.One-TimeAmount.ce-label,
.MonthlyAmount.ce-label {
    display: none;
}

#oneTimeGiftAmountContainer,
#monthlyGiftAmountContainer {
    width: 100%;
    margin-bottom: 2rem;
    float: left;
}

.frequencyOptionsContainer input {
    display: none;
}

    .frequencyOptionsContainer input[type=radio] + label,
    .giftAmountBtn {
        width: 49%;
        margin: 0 1% 1em;
        padding: .5em 1em;
        border: 2px solid #c7c7c7 !important;
        box-shadow: 0 0 5px 2px #eee inset;
        background-color: #fff;
        box-sizing: border-box;
        /*transition: all 0.2s ease-in-out;*/
        float: left;
        cursor: pointer;
        text-align: center;
    }

    .frequencyOptionsContainer:nth-child(odd) label,
    .giftAmountBtn:nth-child(odd) {
        margin-left: 0 !important;
    }

    .frequencyOptionsContainer:nth-child(even) label,
    .giftAmountBtn:nth-child(even) {
        margin-right: 0 !important;
    }
 
    /*Worst poattern ever, requires CSS layer cake for business logic.  Not manipulatable via DOM.  Aweful*/
    .giftAmountBtn:not(.hideCurrencySymbol):before {
        content: attr(data-currency);
    }

    .frequencyOptionsContainer label:hover,
    .giftAmountBtn:hover {
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

    .frequencyOptionsContainer input:checked + label,
    .giftAmountBtn.active {
        background-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

/*    .frequencyOptionsContainer label[for="phantom_frequency_0"]:before {
        content: '\f017';
        font-family: "Font Awesome 5 Pro";
        margin-right: 2px;
        font-size: 15px;
        font-weight: 900;
    }

    .frequencyOptionsContainer label[for="phantom_frequency_4"]:before {
        content: '\f073';
        font-family: "Font Awesome 5 Pro";
        margin-right: 2px;
        font-size: 15px;
        font-weight: 900;
    }*/

#amountCurrencyAddon {
    position: absolute;
    left: 0;
    top: 13px;
    margin-left: 7px;
    font-size: 0.9em;
    line-height: normal;
}

label.Amount + #amountCurrencyAddon {
    top: 42px;
}

/*input[type="text"].isCost {
    height: 50px !important;
    font-size: 36px !important;
    line-height: 40px !important;
    padding-left: 24px !important;
}*/
/*select.tsCurrencySelectors {
    height: 50px !important;
    line-height: 40px !important;
}*/
.tributeToggle {
    margin-left: 14px;
}

.TributeSectionContainer {
    display: none;
}

.announcementTypeContainer input {
    display: none;
}

.announcementTypeContainer label {
    margin-right: 1em;
    padding: .5em 1em;
    /*border-radius: 3px;*/
    border: 2px solid #c7c7c7 !important;
    box-shadow: 0 0 5px 2px #eee inset;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    float: left;
}

    .announcementTypeContainer label:hover {
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

    .announcementTypeContainer label.active {
        background-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

.announcementTypeContainer label[for="mailToggle"]:before {
    content: '\f015';
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px;
    font-size: 15px;
}

.announcementTypeContainer label[for="emailToggle"]:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px;
    font-size: 15px;
}

.paymentTypeContainer label[for="paypalToggle"]:before {
    content: '\f1ed';
    font-family: "Font Awesome 5 Brands";
    margin-right: 2px;
    font-size: 15px;
}

.single-line-address-contact {
    margin-bottom: 0 !important;
}

.viewAddressDetails {
    display: block;
    margin: 2px 0 0px 2px;
    font-size: 13px;
    color: #037bc0;
    text-decoration: none;
}

.paymentTypeContainer input {
    display: none;
}

.paymentTypeContainer label {
    margin-right: 1em;
    padding: .5em 1em;
    /*border-radius: 3px;*/
    border: 2px solid #c7c7c7 !important;
    box-shadow: 0 0 5px 2px #eee inset;
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    float: left;
}

    .paymentTypeContainer label:hover {
        -webkit-box-shadow: 1px 1px 2px #dadada;
        box-shadow: 1px 1px 2px #dadada;
        background-color: #f9f9fb;
    }

    .paymentTypeContainer label.active {
        background-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

.paymentTypeContainer label[for="ccToggle"]:before {
    content: '\f09d';
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-size: 15px;
}

.paymentTypeContainer label[for="achToggle"]:before {
    content: '\f19c';
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    font-size: 15px;
}

.paymentTypeContainer label[for="paypalToggle"]:before {
    content: '\f1ed';
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px;
    font-size: 15px;
}

.paymentTypeContainer label[for="googlePayToggle"]:before {
    content: '\f1a0';
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px;
    font-size: 15px;
}

.paymentTypeContainer label[for="applePayToggle"]:before {
    content: '\f179';
    font-family: "Font Awesome 5 Brands";
    margin-right: 10px;
    font-size: 15px;
}

#billingDiffToggleContainer {
    margin-bottom: 16px;
}

#BillingSection {
    padding-top: 5px;
    float: left;
}

#cc-type-images-container {
    position: relative;
    margin-top: -57px;
    margin-right: 4px;
    float: right;
}

#cc-type-images-container #cc-images {
    margin: 0;
    padding: 0;
}

.paypal-button-container {
    /*margin-bottom: 24px;*/
    text-align: center;
}

#googlePayButtonContainer, #applePayButtonContainer, #dafPayButtonContainer {
    float: left;
    width: 100%;
    text-align: center;
}
  
.tsFormFooterButtons {
    margin: auto;
    text-align: center;
}

.tsFormFooterButtons input[type=button] {
    margin: 1em;
    padding: 12px 32px;
    outline: 0;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    background-color: #f9f9fb;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
}

    .tsFormFooterButtons input[type=button]:hover {
        background-color: #f1f0f0;
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

.tsVal_itemMarker {
    color: #ce4535;
    position: absolute;
    left: 3px;
    margin-top: 36px;
    font-size: 1.5em;
    font-weight: bold;
}

.warning-msg {
    color: #f39c12;
    font-size: 14px;
    font-style: italic;
    float: left;
}

.AccountType.tsRadioButtonLists {
    width: 100%;
    float: left;
}

.AccountType.tsRadioButtonLists input[type=radio] {
    display: none;
}

    .AccountType.tsRadioButtonLists label {
        margin-right: 1em;
        padding: .5em 1em;
        /*border-radius: 3px;*/
        border: 2px solid #c7c7c7 !important;
        box-shadow: 0 0 5px 2px #eee inset;
        background-color: #fff;
        box-sizing: border-box;
        transition: all 0.2s ease-in-out;
        float: left;
        cursor: pointer;
    }

.AccountType.tsRadioButtonLists label:hover {
    -webkit-box-shadow: 1px 1px 1px #dadada;
    box-shadow: 1px 1px 1px #dadada;
    background-color: #f9f9fb;
}

    .AccountType.tsRadioButtonLists label.active {
        background-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 1px #dadada;
        box-shadow: 1px 1px 1px #dadada;
        background-color: #f9f9fb;
    }

.single-line-selected-state[data-geo="administrative_area_level_1"] {
    display: none;
}

/*Event Form Fields*/
.event-info-row label {
    height: 26px;
    margin-right: 6px;
    padding-right: 6px;
    border-right: 1px solid #dadada;
    font-size: 18px;
    font-weight: bold;
    display: inherit;
    position: relative;
    color: inherit;
    top: inherit;
    margin-left: 0;
    padding-left: 0;
    float: left;
}

.ts_sys_ReadOnlyFields_ticketPrice {
    line-height: 27px;
}

.ticket-quantity-label:before {
    content: '\f3ff';
    font-family: "Font Awesome 5 Pro";
    margin-right: 2px;
    font-weight: 900;
}

.event-ticket-row input {
    width: 25%;
}

label.SubTotal {
    display: inherit;
    position: relative;
    color: inherit;
    top: inherit;
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    float: left;
}

/*old forms*/
.TicketSectionContainer span.SubTotal {
    margin: 0 4px;
}

span.SubTotal:before {
    content: '$';
}

#ticketTotalContainer {
    margin-top: 2em;
    font-size: 17px;
    font-weight: bold;
}

#additionalDonationToggleContainer {
    margin-top: 2em;
}

.ts_sys_ReadOnlyFields_ticketSoldOutMessage {
    font-weight: bold;
    font-style: italic;
}

.event-info-row.sold-out {
    opacity: 0.5;
}

label[class*='Iwouldliketoreceiveemailcommunications'],
label.PaymentMethod,
label.CardType,
label.ACHType,
label.AccountType,
label.PayPal {
    display: none;
}

.tsFormErrorMessages, 
.tsValidationSummaryMessages, 
.tsCustomValidationSummaryMessages {
    margin-bottom: 1em;
    padding: 6px 8px !important;
    color: #fff !important;
    background: #d24331 !important;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #bd3c2c !important;
}

    .tsFormErrorMessages a {
        color: #fff;
        text-decoration: underline !important;
    }

.hidden {
    display: none; 
}

/*confirmation page*/
body.page-2 .tsFormRows,
body.page-2 #oneTimeGiftAmountContainer,
body.page-2 #monthlyGiftAmountContainer,
body.page-2 #payProcessingFeeSystemSectionContainer {
    cursor: not-allowed !important;
}

    body.page-2 .tsFormRows > *,
    body.page-2 #oneTimeGiftAmountContainer *,
    body.page-2 #monthlyGiftAmountContainer *,
    body.page-2 #payProcessingFeeSystemSectionContainer > * {
        pointer-events: none;
    }

body.page-2 .tsTextBoxes_sysSingleLineAddress, 
body.page-2 .unitNumber {
    border: none;
}

body.page-2 .tsFormFooterButtons .tsButtons[id*="backButt"] {
    margin-right: 1em;
    background-color: #fff;
}

body.page-2 .TributeSectionContainer {
    display: block;
}

/*read only mode rendering (step 2)*/
.readOnlyMode {
    border: 0px !important;
}

#oneClickGivingButtonContainer button {
    margin-right: 1em;
    margin-bottom: 2px;
    padding: .5em 1em;
    font-size: 1em;
    border: 2px solid #c7c7c7 !important;
    /*box-shadow: 0 0 5px 2px #eee inset;*/
    background-color: #fff;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    float: left;
    cursor: pointer;
}

#oneClickGivingButtonContainer button:hover {
    -webkit-box-shadow: 1px 1px 1px #dadada;
    box-shadow: 1px 1px 1px #dadada;
    background-color: #f9f9fb;
}

#oneClickGivingYesButton {
    border-color: #037bc0 !important;
}

/*custom radio button and checkbox lists*/
.tsRadioButtonLists,
.tsCheckBoxLists {
    float: left;
    width: 100%;
}

.tsCheckBoxLists label {
    min-height: 1.1em;
    display: block;
    padding-top: 0;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

table.tsCheckBoxLists label {
    margin-top: 5px !important;
    margin-bottom: 1em;
}

.tsRadioButtonLists:not(.isCost):not(.isAchBankAccountType_id) span[fieldoption_id] {
    display: block;
    float: left;
    width: 100%;
}

    .tsRadioButtonLists:not(.isCost):not(.isAchBankAccountType_id) span[fieldoption_id] label {
        display: inline-block;
        padding-top: 0;
        min-height: 1.1em;
        margin-top: 2px !important;
        margin-bottom: 1em;
        margin-left: 8px;
    }

#payProcessingFeeSystemSectionContainer {
    width: 100%;
    margin-bottom: 0px;
    float: left;
}

#tributeRow label,
#payProcessingFeeSystemSectionContainer label,
#billingDiffToggleContainer label,
#additionalDonationToggleContainer label {
    display: inline;
    position: relative;
    width: calc(100% - 44px);
    margin-top: 6px;
    font-size: 1.1em;
    line-height: 30px;
    float: right;
}

div.OneClickSectionContainer {
    margin-bottom: 0px !important;
}

#paymentToggleRow {
    margin-bottom: 0px !important;
}

div.payPalButtonsRow {
    text-align: center;
    margin-bottom: 0px !important;
}

/*Paypal Iframe*/
iframe.component-frame {
    width: auto;
}

/*.isEmailOptIn span[fieldoption_id] label {
    margin-top: 0 !important;
}*/
/*ach helper*/
.ach-help-tip-container .help-tip {
    display: block;
    margin-left: 6px;
    position: relative;
    top: 6px;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
    float: right
}

    .ach-help-tip-container .help-tip:before {
        content: '';
        font-family: "Font Awesome 5 Pro";
        color: #037bc0
    }

    .ach-help-tip-container .help-tip:hover p {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn .3s ease-in-out;
        animation: fadeIn .3s ease-in-out;
        z-index: 3999
    }

    .ach-help-tip-container  .help-tip p {
        display: none;
        text-align: left;
        background-color: #f9f9fb;
        padding: 20px;
        width: 378px;
        position: absolute;
        right: 0;
        top: 22px;
        color: #353439;
        font-size: 13px;
        line-height: 1.4;
        -webkit-box-shadow: 1px 1px 4px 0 #dadada;
        -moz-box-shadow: 1px 1px 4px 0 #dadada;
        box-shadow: 1px 1px 4px 0 #dadada
    }

        .ach-help-tip-container .help-tip p:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #f9f9fb;
            right: 4px;
            top: -11px
        }

        .ach-help-tip-container .help-tip p:after {
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0
        }


.ach-help-tip-container {
    position: absolute;
    float: right;
    width: 100%;
    height: 0;
    margin-top: -6px;
    padding-right: .6em;
}

    .ach-help-tip-container .ach-help-tip {
        top: 18px !important;
    }

        .ach-help-tip-container .ach-help-tip img {
            width: 338px;
            height: auto;
        }

/* Keep Radio Buttons hidden if returning to OneClick payment form */
.OneClickSectionContainer + #paymentToggleRow + .tsFormRows > span.tsRadioButtonLists.PaymentMethod {
    display: none;
}

@media all and (max-width: 768px) {
    #navbarToggerContainer {
        display: none !important;
    }

    #aspnetForm .tsFormRows.half.first, #aspnetForm .tsFormRows.half.last {
        width: 100%;
    }

    #paymentToggleRow input[type=radio] + label,
    .frequencyOptionsContainer input[type=radio] + label,
    .isCost input[type=radio] + label,
    #announcementToggleRow input[type=radio] + label,
    .giftAmountBtn {
        margin: 0 1em 1em 0;
        width: 100%;
        text-align: center;
        padding: 12px;
        position: relative;
    }

    .paymentTypeContainer {
        width: 100%;
    }

    .tsRadioButtonLists.isCost label {
        width: 100%;
    }

    .tsFormFooterButtons input[type=button] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #cc-type-images-container {
        display: none;
    }

    .isEmailOptIn span[fieldoption_id] label:first-child {
        margin-left: 1.5em;
    }

    .isEmailOptIn span[fieldoption_id] label:first-child + input {
        position: relative;
        top: -1.5em;
    }
}

#tsLandingPageHeader img,
#tsPageMainFormContent img,
#tsLandingPageFooter img {
    max-width: 100%;
    height: auto;
}

.tsPageCustomHeaders #dd-container,
.tsPageCustomFooters #dd-container {
    margin: 2em auto;
}

.tsPageCustomHeaders #dd-container .dtd-search-box,
.tsPageCustomHeaders .dtd-plugin .dtd-search-box,
.tsPageCustomHeaders #dd-company-name-input .dtd-search-box,
.tsPageCustomHeaders .dtd-streamlined-plugin .dtd-search-box,
.tsPageCustomFooters #dd-container .dtd-search-box,
.tsPageCustomFooters .dtd-plugin .dtd-search-box,
.tsPageCustomFooters #dd-company-name-input .dtd-search-box,
.tsPageCustomFooters .dtd-streamlined-plugin .dtd-search-box {
    min-height: 44px !important;
}