body,
h1,
h2,
h3,
h4,
h5,
h6,
#header .nav-menu ul li,
input[type='submit'],
input[type="text"],
textarea,
select,
.copyright-text {
    font-family: 'Open Sans', 'Raleway', sans-serif !important;
    /* 'Source Sans Pro', */
}

body,
.case-search .btn {
    font-size: 16px;
}

/* Bootstrap Overrides */
.text-primary,
.text-info {
    color: rgb(0, 104, 156);
}

a {
    color: #2e6335 !important;
}

.important-documents-list ul li .docimg {
    margin-right: 1%;
}

hr {
    margin: 2em 0;
}

a[href="javascript:void(0)"] {
  color: #333 !important;
  pointer-events: none;
  cursor: default;
}
a[href="javascript:void(0)"] + .docimg {
    width: 22px;
}
a[href="javascript:void(0)"] + .docimg img {
    display: none;
}
a[href="javascript:void(0)"] + .docimg + .title {
   color: #333 !important; 
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.case-search .btn {
    background-color: #2e6335;
}

.text-success {
    color: rgb(83, 165, 61);
}

.text-warning {
    color: rgb(255, 118, 25);
}

.text-danger {
    color: rgb(220, 0, 0);
}

.important-documents-list {
    margin: 1em 0 0 !important;
}

.important-documents-list ul li:last-child {
    border-bottom: none;
}

.documentslist .col-md-10.col-md-offset-1,
.documentslist .col-md-10.col-md-offset-1 .container {
    padding: 0;
}

input[type="text"],
textarea,
select {
    border: 1px solid #333 !important;
}

.alert {
    margin-bottom: 1rem;
    border-width: 0 0 0 0.4rem;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    padding: 0 1rem;
    background-color: transparent !important;
    font-weight: bold;
    font-style: italic;
}

.alert-info {
    border-color: rgb(0, 104, 156);
    color: rgb(0, 104, 156);
}

.alert-success {
    border-color: rgb(83, 165, 61);
    color: rgb(83, 165, 61);
}

.alert-warning {
    border-color: rgb(255, 106, 5);
    color: rgb(255, 106, 5);
}

.alert-danger {
    border-color: rgb(220, 0, 0);
    color: rgb(220, 0, 0);
}

.alert-link {
    font-weight: 600;
}

.alert-info .alert-link {
    color: rgb(0, 77, 116);
}

.alert-success .alert-link {
    color: rgb(64, 125, 47);
}

.alert-warning .alert-link {
    color: rgb(176, 71, 0);
}

.alert-danger .alert-link {
    color: rgb(150, 0, 0);
}

.panel {
    margin-right: -15px;
    margin-left: -15px;
    border-radius: 0;
}

.panel-danger,
.panel-danger .panel-heading {
    border-color: rgb(220, 0, 0);
}

.panel-danger .panel-heading {
    color: rgb(220, 0, 0);
    font-weight: bold;
    background-color: rgb(245, 239, 239);
}

/* CC Stylesheet Overrides */
.faqs .container .header {
    margin: 0 0 1.5rem;
}

.faq-toggle-questions {
    margin-bottom: 0;
    margin-left: 1.6rem;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: rgb(76, 174, 76);
    padding: .6rem 1.2rem;
    padding-left: 1.2rem !important;
    max-width: 19rem;
    font-size: 1.4rem !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: rgb(255, 255, 255) !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: rgb(92, 184, 92);
}

a.faq-toggle-questions:hover,
a.faq-toggle-questions:focus,
a.faq-toggle-questions:active {
    text-decoration: none;
}

#faqs #page-search-results {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgb(181, 219, 173);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#faqs #page-search-results ul li.section-header:first-child {
    margin-top: 0;
}

#search-message {
    display: none;
}

/* Typography */
.text-variable {
    font-weight: 600;
    font-style: italic;
}

.section-header {
    margin: 1.5em 0 1em;
}

/* Utility */
.semi-bold {
    font-weight: 600;
}

.highlight {
    background-color: rgb(240, 240, 240);
}

.disabled,
.disabled th,
.disabled td {
    color: rgb(147, 147, 147);
    font-style: italic;
}

.indented {
    padding-left: 3rem;
}

p.line-break {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1;
}

.placeholder-screenshot {
    margin: 20px auto;
    width: 600px;
    height: 150px;
    text-align: center;
    line-height: 150px;
    color: rgb(255, 255, 255);
    font-size: 1.6rem;
    font-weight: 600;
    background-color: rgb(96, 187, 70);
}

.placeholder-screenshot span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

/* Blocks */
aside {
    margin: 2rem;
    padding: 1rem;
    border: 0.1rem solid rgb(200, 200, 200);
    border-left-width: 0.4rem;
}

figure {
    margin: 0 0 1.5rem;
    text-align: center;
}

figcaption {
    font-style: italic;
    color: rgb(147, 147, 147);
}

address {
    font-style: normal;
}

/* Lists */
ul,
ol,
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 1.5rem;
    padding-left: 3rem;
}

ul.square-bullet {
    list-style-type: square;
}

.navigation ol {
    margin-bottom: 2em;
    padding-left: 2.4rem;
    font-weight: bold;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

ol.lower-roman {
    list-style-type: lower-roman;
}

ol.list-style-paren {
    counter-reset: list;
}

ol.list-style-paren>li {
    list-style: none;
    position: relative;
}

ol.list-style-paren>li:before {
    counter-increment: list;
    content: counter(list, decimal) ") ";
    position: absolute;
    left: -1.4em;
}

ol.lower-alpha.list-style-paren>li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}

ul.nested {
    margin: 1rem 0;
    padding-left: 2rem;
    list-style-type: square;
}

dl {
    margin-bottom: 0;
}

dl dd {
    margin-bottom: 1rem;
}

dl dd:last-child {
    margin-bottom: 0;
}

div#page-search-results li {
    list-style-type: none;
}

div#page-search-results li:first-child {
    margin-top: 1rem;
}

/* Tables */
td>p {
    padding: 0;
}

/*
  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed td,
  .table-fixed th {
    display: block;
  }
  .table-fixed tbody td,
  .table-fixed tbody th,
  .table-fixed thead > tr > th {
    position: relative;
    float: left;
  }
  .table-fixed tbody td:after,
  .table-fixed tbody th:after,
  .table-fixed thead > tr > th:after {
    content: '';
    clear: both;
    display: block;
  }
  */

/* Navigation Menus */
.col-md-7 ul.cms-menu-0 {
    display: none;
}

#header+ul.menu {
    position: relative;
    top: -45px;
    right: 0;
    float: right;
    max-width: 60%;
}

.cms-menu-0.menu li {
    position: relative;
}

ul[class*="cms-menu"] li a {
    font-weight: 600;
    text-decoration: none !important;
}

ul.cms-menu-0>li>a {
    border-bottom: 2px solid rgb(255, 255, 255);
    font-weight: 600;
    text-decoration: none !important;
}

ul.cms-menu-0>li>a:hover,
ul.cms-menu-0>li>a:focus,
ul.cms-menu-0>li>a:active,
li.dropdown.open a.dropdown-toggle {
    border-bottom-color: rgb(83, 165, 61);
}

ul.cms-menu-0.menu-with-submenu {
    margin: 0;
    top: -30px !important;
}

ul.cms-menu-0.menu>li,
ul.cms-menu-0.menu-with-submenu>li {
    text-align: left;
}

ul.cms-menu-0.menu>li>a,
ul.cms-menu-0.menu-with-submenu>li>a {
    display: block;
    padding: 5px;
}

ul[class*="cms-menu-0-0"] {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    margin: 0;
    padding-left: 0;
    text-align: right;
    width: 100%;
    min-width: 600px;
    z-index: 150;
}

li.dropdown.open ul[class*="cms-menu-0-0"] {
    display: block;
}

ul[class*="cms-menu-0-0"] li {
    display: inline-block;
    margin-left: 0;
}

ul[class*="cms-menu-0-0"] li a {
    display: block;
    margin-left: 15px;
    padding: 5px 0 0 0;
}

ul[class*="cms-menu-0-0"] li a:hover,
ul[class*="cms-menu-0-0"] li a:focus,
ul[class*="cms-menu-0-0"] li a:active {
    border-bottom: 2px solid rgb(221, 221, 221);
}

/* Home */
.home th:nth-child(2) {
    width: 15%;
}

.home .changelog thead,
.home .changelog tbody {
    display: block;
}

.home .changelog tbody {
    overflow: auto;
    max-height: 600px;
}

.home .changelog thead th:first-child,
.home .changelog tbody tr td:first-child {
    width: 90px;
}

.home .changelog thead th:nth-child(2),
.home .changelog tbody tr td:nth-child(2) {
    width: 110px;
}

.home .changelog.central thead th:nth-child(3),
.home .changelog.central tbody tr td:nth-child(3) {
    width: 68px;
}

.home .changelog thead th:last-child {
    width: 800px;
}

.home .changelog tbody tr td:last-child {
    width: 790px;
}

/* FAQs Navigation */
.faqs .navigation {
    column-count: 2;
    margin-bottom: 2rem;
}

.faqs .navigation .section {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.faqs .navigation div.section:first-child h5 {
    margin-top: 0;
}

/* SOPs */
.sop th[scope="row"] {
    width: 28%;
    background-color: rgb(245, 245, 245);
    /* Emulates Bootstrap "active" class */
}

.sop table ul {
    margin-bottom: 0;
}

/* PPPs */
.ppp h1 {
    margin-bottom: 2.5rem;
    color: rgb(96, 187, 70);
}

.ppp article h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

.ppp article footer h2 {
    font-size: 1.4rem;
}

.ppp article h3 {
    margin-top: 2rem;
    font-size: 1.4rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.ppp article table td h3:first-child {
    margin-top: 0;
}

.ppp article h4 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
}

.ppp table:first-child {
    margin: 2rem 0;
}

.ppp th[scope="row"] {
    width: 16%;
}

.ppp table:first-child th,
.ppp table:first-child td {
    padding: 1rem;
}

.ppp table:first-child ul,
.ppp table:first-child ol {
    margin-bottom: 1rem;
    padding-left: 2rem;
}

/*
  .ppp .instruction ol {
    counter-reset: item;
    margin: 0 0 1.5em;
    padding: 0;
    padding-left: 0 !important;
  }
  .ppp .instruction ol > li {
    counter-increment: item;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 2rem;
  }
  .ppp .instruction ol > li:before {
    content: counter(item) '.';
    display: inline-block;
    margin-left: -1.6rem;
    padding-right: .4rem;      
    width: 1.3rem;
    font-weight: bold;
    text-align: right;
  }
  */
.ppp .instruction ol>li>strong:first-child {
    display: inline-block;
    margin-bottom: 1rem;
}

/* Back to Top Button */
.top-button {
    position: fixed;
    bottom: 2rem;
    right: 3rem;
    display: none;
    max-width: 7rem;
    color: white !important;
    z-index: 99;
}



#cards .card {
    fflex-grow: 0 !important;
    flex-basis: auto !important;
    max-width: 50% !important;
}


@media (max-width:768px) {

    .important-documents-list,
    #important-documents-list h3 {
        max-width: 100%;
    }

    .important-documents-list ul li .title {
        -webkit-flex-basis: 91%;
        -ms-flex: 0 0 91%;
        flex: 0 0 91%;
        max-width: 0 0 91%;
    }
}

@media (max-width:480px) {
    #content .faqs.home {
        padding: 2em;
    }

    .h2,
    h2 {
        font-size: 2rem;
    }

    #cards .card {
        max-width: 100%;
    }

    #homehero,
    #home-cards .col-md-10.col-md-offset-1 {
        padding: 20px !important;
    }
}