﻿@page {
    margin: 10mm 10mm 10mm 10mm;
}

html {
    font-size: 14px;
    width: 1000px;
}

h2 {
    font-size: 2rem;
    border-width: 2px;
    padding-top: 2rem;
}

h3 {
    font-size: 1.75rem;
    padding-top: 1rem;
}

h4 {
    font-size: 1.5rem;
    padding-top: 1rem;
}

img {
    max-width: 100% !important;
}

a.link[href^="/#"]:after {
    content: " (" attr(href) ")" !important;
}

.left-scroll {
    display: none;
}

.content-scroll {
    width: 100%;
    position: inherit;
    overflow: visible;
}

pre {
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.print-group {
    page-break-inside: avoid;
}

.page-break-after {
    page-break-after: always;
}

.page-break-before {
    page-break-before: always;
}

/*hide default drop down arrows*/
select::-ms-expand {
    display: none;
}

select {
    color: Black;
}

.button {
    display: none;
}

.button-print {
    display: none;
}

.header {
    display: none;
}

.text-area-print {
    display: block;
    width: 100%;
    padding: 4px 0 4px 8px;
    box-sizing: border-box;
}

/*Control table page breaks*/
table {
    page-break-after: auto;
}

tr {
    page-break-inside: avoid;
    page-break-after: auto;
}

td {
    page-break-inside: avoid;
    page-break-after: auto;
}

thead {
    display: table-header-group;
}

tfoot {
    display: table-footer-group;
}

/*print visibility*/
.hide-for-print {
    display: none !important;
}

.show-on-print {
    display: inherit !important;
    opacity: 1 !important;
}

.show-on-print-only {
    display: inherit !important;
}

.full-width-on-print {
    position: inherit;
    width: 100%;
    margin-left: 0;
}

.half-width-on-print {
    position: inherit;
    width: 50%;
    margin-left: 0;
}

/*title*/
.cover .seal {
    padding-bottom: 1rem;
}

.cover h1 {
    text-align: center;
}

/*section*/
div.sectionhead.fixedimg .fixedimg-area .heading {
    width: 100%;
}

    div.sectionhead.fixedimg .fixedimg-area .heading h2 {
        padding-bottom: .5rem;
        border-bottom: 2px solid #000;
    }

/*accordion*/
.accordion-section .accordion-item {
    page-break-inside: avoid;
    page-break-after: auto;
}

.accordion-section .accordion-title::before, .accordion-section .is-active > .accordion-title::before {
    content: '';
}

.accordion-section .accordion-title {
    padding: .5rem 1rem;
    text-decoration: none;
    border: 0;
}

.accordion-section .accordion-title-footer {
    border: 0;
}

.accordion-section .accordion-content {
    display: block;
    font-size: .85rem;
    padding: .5rem .5rem .5rem 2rem;
    border: 0;
}

.accordion-section .accordion-item:first-child > :first-child {
    border-radius: 0;
}

.accordion-section :last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0;
}

/*custom animation*/
.fade {
    display: inherit;
    opacity: 1;
}

.in-left {
    opacity: 1;
    left: 0;
}

.in-right {
    opacity: 1;
    right: 0;
}

.fall-in {
    opacity: 1 !important;
    transform: translateX(0) scale(1);
    z-index: 510;
}

.no-url-for-print:after, .no-url-for-print a:after {
    content: "";
}
