.page-template-page-fact-submission .container.content-wrapper {
    overflow: visible;
}

.page-template-page-fact-submission .form-divider {
    border-bottom: 1px solid #ECECEC;
    padding: 30px 0px 15px  0px;
}

.page-template-page-fact-submission .divider-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px ;
}

.page-template-page-fact-submission p.divider-sub-title {
    font-weight: 700;
    font-size: 18px;
    background-color: #F7F7F7;
    padding: 6px 8px;
    margin: 38px 0px 16px 0px;
}

.page-template-page-fact-submission .form-group {
    margin-bottom: 24px;
}

.page-template-page-fact-submission label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}

.page-template-page-fact-submission label span.helper-text {
    color: #666666;
}
  
.page-template-page-fact-submission .form-control {
    display: block;
    width: 100%;
    padding: 12.2px 14px;
    font-size: 16px;
    font-weight: 400;
    line-height: 18.75px;
    color: #000000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CFD3D6;
    border-radius: 8px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.page-template-page-fact-submission textarea {
    resize: vertical;
    min-height: 80px;
}

.page-template-page-fact-submission .form-control::-webkit-input-placeholder,
.page-template-page-fact-submission .form-control:-moz-placeholder,
.page-template-page-fact-submission .form-control::-moz-placeholder,
.page-template-page-fact-submission .form-control:-ms-input-placeholder {
    color: #AAAAAA;
}

.page-template-page-fact-submission a.add-more-facts-btn {
    font-size: 18px;
    font-weight: 700;
    color: #DC1C1C;
    cursor: pointer;
}

.page-template-page-fact-submission a.add-more-facts-btn svg {
    margin-right: 3.5px;
}

.page-template-page-fact-submission .divider-title-small {
    font-size: 20px;
    font-weight: 700;
    color: #1B1B1B;
    margin-bottom: 14px;
}

.page-template-page-fact-submission p.disclamer {
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.page-template-page-fact-submission .agreement-list .form-group.form-check input.form-check-input {
    display: none;
}

.page-template-page-fact-submission .agreement-list .form-group.form-check label.form-check-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline;
}

.page-template-page-fact-submission .agreement-list .form-group.form-check label.form-check-label a {
    font-weight: 700;
    color: #DC1C1C;
}

.page-template-page-fact-submission button.btn.btn-primary {
    background-color: #333333;
    color: #fff;
    width: 100%;
    padding: 5px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 5px;
}

.page-template-page-fact-submission p.intro {
    color: #222222;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 30px;
    margin: 24px 0px;
}

.page-template-page-fact-submission .form-wrapper {
    border: 1px solid #ECECEC;
    padding: 40px 140px;
}

.page-template-page-fact-submission .full-width-breadcrumb-header {
    margin-top: 19px;
}

.page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a {
    max-height: 96px;
    padding: 0px 15px 15px 15px !important;
    margin-bottom: 0px;
}

.page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a div#breadcrumbs {
    padding: 0px;
}

.page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a span {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
}

.page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a span a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
}

.page-template-page-fact-submission .breadcrumb-title-bg-a h1.single-title {
    margin: 0px;
    text-align: center;
    font-size: 32px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.page-template-page-fact-submission .form-divider:first-child {
    padding-top: 0px;
}

.page-template-page-fact-submission .facts-inputs-wrapper.fact-wrapper-0 .divider-sub-title {
    margin-top: 0px;
}

.page-template-page-fact-submission .faqs-inputs-wrapper.faq-wrapper-0 .divider-sub-title {
    margin-top: 0px;
}

.page-template-page-fact-submission .agreement-list .form-group.form-check {
    margin: 0px 0px 10px 0px;
}

.page-template-page-fact-submission label.custom-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    position: relative;
    top: 10px;
    margin-right: 10px;
    display: inline-block;
}
.page-template-page-fact-submission .form-divider:last-child {
    border: none;
    padding-bottom: 0px;
}

.page-template-page-fact-submission .form-divider.submit-your-facts {
    padding-bottom: 30px;
}

.page-template-page-fact-submission label.custom-checkbox:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.page-template-page-fact-submission input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.page-template-page-fact-submission input[type="checkbox"]:checked + .custom-checkbox::after {
    opacity: 1;
}

.page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a span.breadcrumb-separator {
    text-align: center;
    margin: 0px 6px;
}

.page-template-page-fact-submission .agreement-list p.agreement-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 1rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.page-template-page-fact-submission .thank-you-message {
    text-align: center;
}

.page-template-page-fact-submission .thank-you-message .message-wrapper {
    margin-top: 44px;
    padding: 30px 0px;
}

.page-template-page-fact-submission .thank-you-message .message-wrapper h3 {
    color: #222;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0px 10px 0px;
}

.page-template-page-fact-submission .thank-you-message .message-wrapper h6 {
    color: #222;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0px;
}

.page-template-page-fact-submission .thank-you-message .message-wrapper h6 a {
    color: #222;
}

.page-template-page-fact-submission .facts-submission-form .form-group {
    position: relative;
}

.page-template-page-fact-submission .facts-submission-form .form-group .tooltiptext {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 110%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    width: auto;
    padding: 6px 10px 5px 10px;
}

.page-template-page-fact-submission .facts-submission-form .form-group .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 15%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #555 transparent;
}

.page-template-page-fact-submission .facts-submission-form .form-group.active-tooltip .tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1025px) {
    .page-template-page-fact-submission .container.content-wrapper {
        padding-top: 0px !important;
    }
    .page-template-page-fact-submission .form-wrapper {
        padding: 40px
    }
}

@media (max-width: 480px) {
    .page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a {
        min-height: 116px;
    }
    .page-template-page-fact-submission .form-wrapper {
        padding: 20px;
    }
}

@media (max-width: 320px) {
    .page-template-page-fact-submission .full-width-breadcrumb-header .breadcrumb-title-bg-a {
        margin-top: 0px !important;
    }
}