﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 20px 0;
}

.policyMain {
    margin-bottom: 25px;
}

.policy-title {
    margin: 0 0 20px;
}

.policyMain .darkBlue {
    color: #005b67;
}

.policyMain .blue {
    color: #005b67;
}

.policy-title h1 {
    font-size: 22px;
    font-weight: bold;
}

.policyMain h4 {
    font-size: 17px;
    font-weight: bold;
}

.policyMain h5 {
    font-weight: bold;
    font-size: 16px;
}

.policyMain .table-bordered > thead > tr > td, .policyMain .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
    background: #f0f6f7;
}

.policyMain .btn {
    background: #fff;
    border: 1px solid #edebeb;
    font-size: 13px;
    color: #666262;
}

    .policyMain .btn:hover {
        color: #005b67;
    }

    .policyMain .btn:focus {
        outline: none;
    }

.policyMain button[aria-expanded="true"] .glyphicon-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.policyMain span.glyphicon.glyphicon-chevron-down {
    font-size: 10px;
}


.topic-gap {
    height: 40px;
}

.policyMain .line {
    border-bottom: 1px solid #ebe7e7;
    margin: 15px 0;
    width: 100%;
}

#VersionControl {
    display: none;
}

@media (max-width: 768px) {
    .toc {
        margin: 0 0 25px;
    }
}
