﻿body {
    color:#111;
}

.content-section p + ul, .content-section p + ol {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}

.content-section ul + p, .content-section ol + p {
    padding-top: 20px !important;
}

p + h2, a + h2 {
    margin-top: 40px;
}

h3 {
    margin: 40px 0 25px;
}

a {
    outline:none !important;
}

.nav-opener {
    border:0 !important;
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #dc3545; /* Blue */
    border-radius: 50%;
    width: 45px;
    height: 45px;
    animation: spin 2s linear infinite;
    display: none;
    float: right;
    margin-right: 750px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.reset-password-modal-header {
    border: none;
}

.reset-password-modal-footer {
    border: none;
}

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], input[type="url"], input[type="date"], select, .jcf-select, textarea, textarea.form-control {
    border: 1px solid #333;
}

.table-data tbody tr {
    border-top:1px solid #ccc;
}

li.answer span {
    background-color:rgba(255,255,0,0.6);
}

.revert-collapse-height {
    height: 11.1875rem !important;
}

.nested-list {
    margin-left: 40px !important;
}

.font-weight-unset {
    font-weight: unset;
}