.single-blog-area {
    bottom: 300px;
    position: relative;
}

.single-blog-area h3 {
    text-transform: none;
}

.category {
    margin-left: -30px;
    display: inline-block;
    padding: 11px 24px 11px 78px;
    background: #2D3967;
    font-weight: 700;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 20px;
}

h1.single-blog-title {
    font-weight: 900;
    font-size: 42px;
}

.summary-box {
    border: 1px solid #2D3967;
}

.accordion-header {
    background: #2D3967;
    color: #ffffff;
    font-weight: 700px;
    padding: 15px;
}

.single-blog-content h2 {
    font-weight: 900;
    font-size: 33px;
    letter-spacing: 1px;
    color: #2d3967;
    margin: 18px 0 22px;
}

.single-blog-content h4 {
    text-transform: none;
    margin: 20px 0 24px;
    font-size: 25px;
    color: #747474;
}

ol li {
    color: #747474;
}

ol li a, ol li a:hover, ol li a:visited, ol li a:focus {
    color: inherit;
}

.summary-box .fa-list-ul {
    margin-right: 10px;
}

.summary-box ol li {
    margin: 12px 0;
    font-size: 18px;
    font-weight: 700;
}

.summary-box ol li > ol li {
    font-size: 15px;
    font-weight: 400;
}

.download-box hr {
    border-color: #2D3967;
}

.download-box .form-control {
    border-color: #000000;
    padding: 20px 10px;
}

.download-box .form-control.error {
    border-color: #ff0033;
}

.download-box #check1.error + .form-check-label {
    color: #ff0033;
}

.download-box .form-group {
    margin-bottom: 4px;
}

.download-box .form-check-label {
    color: #747474;
    font-size: 12px;
    font-style: italic;
}

.blockquote {
    color: #747474;
}

.blockquote .quote-symbol {
    color: rgba(45, 57, 103, 0.47);
    font-weight: 900;
    font-size: 197px;
    height: 0;
    line-height: 1em;
}

.blockquote p {
    font-size: 20px;
    line-height: 1.75em;
}

.blockquote p+span {
    font-size: 16px;
}

.external-link {
    position: relative;
}

.external-link .content {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.external-link:before {
    position: absolute;
    content: "";
    top: -18px;
    right: -18px;
    background: #2D3967;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.section-button button {
    background-color: #2d3967;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 15px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    -webkit-box-shadow: 0 5px 16px #bababa;
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent;
    cursor: pointer;
}

.section-button button:hover {
    border: 1px solid #2d3967;
    color: #2d3967;
    background-color: transparent;
    -webkit-box-shadow: 0 5px 16px #fff;
    box-shadow: 0 5px 16px #fff;
}

@media (max-width: 676px) {
    .blockquote .quote-symbol {
        font-size: 90px;
    }

    .blockquote p {
        font-size: 16px;
    }

    .external-link h2 {
        font-size: 25px;
    }

    .external-link p {
        font-size: 14px;
    }
}

.sc-btn:disabled {
    background-color: #fff;
    color: #2d3967;
    border: 1px solid #fff;
    opacity: .5;
    cursor: no-drop;
}