﻿

	/*  Copy CSS from here  */
		.techpointModal .modal-dialog {
		    max-width: 760px;
		}

		.modal.show .modal-dialog .modal-header {
		    padding: 20px 30px;
		    text-align: left;
		    background-color: #fff;
		}

		.modal.show .modal-dialog .modal-header .modal-title {
		    color: #666;
		    font-weight: bold;
		    font-size: 20px;
		    margin: 0;
		    padding: 0;
		}

		.modal.show .modal-dialog .modal-body {
		    padding: 30px;
		}

		.hs-form > fieldset {
		    width: 100%;
		    max-width: none;
		}

		.hs-form .hs-input {
		    width: 100% !important;
		    padding: 6px 10px;
		    border: 1px solid #ccc;
		    border-radius: 4px;
		    background: #fff;
		    margin: 0;
		    box-sizing: border-box;
		    max-width: unset;
		    outline: none;
		}

		.hs-form, .hs-form * {
		    box-sizing: border-box !important;
		}

		.hs-form > fieldset .hs-form-field {
		    padding-right: 15px !important;
		    margin: 0 0 15px !important;
		}

		.hs-form > fieldset .hs-form-field:last-child {
		    padding-right: 0 !important;
		}

		.hs-form > fieldset .hs-form-field label {
		    font-weight: bold;
		    color: #666;
		}

		.hs-form-required {
		    color: #ce0000;
		    margin-left: 5px;
		}

		.hs-form .inputs-list {
		    list-style: none;
		    padding: 0;
		}

		.hs-form .inputs-list .hs-form-checkbox {
		    display: inline-block;
		    width: 50%;
		}

		.hs-form .inputs-list .hs-form-checkbox .hs-form-checkbox-display {
		    display: flex;
		    text-align: left;
		    align-items: center;
		}

		.hs-form .inputs-list .hs-form-checkbox .hs-form-checkbox-display .hs-input {
		    width: auto !important;
		    margin-right: 5px;
		}

		.hs-form .inputs-list .hs-form-checkbox .hs-form-checkbox-display span {
		    font-weight: 400;
		}

		.hs-dependent-field label {
		    display: flex;
		    align-items: baseline;
		}

		.hs-dependent-field .hs-input {
		    width: auto !important;
            position: relative;
            top: 1px;
		}

		.hs-dependent-field label span {
		    margin-left: 5px !important;
		}

		.hs-form .actions {
		    text-align: center;
		}

		.hs-form .actions .hs-button {
		    background: #007e3a;
		    color: #fff;
		    padding: 8px 30px;
		    font-size: 14px;
		    border-radius: 4px;
		    outline: none;
		    border: none;
		    cursor: pointer;
		}

		.hs_error_rollup {
		    margin-bottom: 20px;
		}

		.hs-error-msgs {
		    margin: 10px 0 0;
		}

		.hs-error-msgs label {
		    margin: 0;
		    color: #d40000 !important;
		    font-weight: bold;
		}

		.legal-consent-container p {
		    color: #666;
		    font-size: 14px;
		}

		.legal-consent-container p a {
		    color: #0093B2;
		    font-weight: normal;
		}

		.legal-consent-container .hs-dependent-field p {
		    font-weight: normal;
		}

		.contactUs {
		    margin-left: 10px;
		    padding-left: 10px;
		    border-left: 1px solid #ccc;
		}
        @media (min-width: 320px) and (max-width: 640px) {
        .hs-form > fieldset .hs-form-field {
           padding-right: 0 !important;
         }
    }
	/*  Copy CSS ends here  */
		