﻿/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* HTML5 display definitions */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}


/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fe57a1;
    color: #fff;
    text-shadow: none;
}


/* Links */
a:focus {
    outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
    outline: 0;
}


/* Typography */

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

    q:before, q:after {
        content: "";
        content: none;
    }

small {
    font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Lists */

ul, ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.navbar-toggler-icon {
    background-image: url("/images/showmobnav-bg.png")
}
/* Embedded Content */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* Figures */

figure {
    margin: 0;
}


/* Forms */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

input, textarea, select {
    background: #fff;
    outline: none;
}

textarea, select {
    border: 1px solid #ccc;
    font-size: 1em;
    padding: 5px;
}

textarea {
    height: 100px;
}

.textbox {
    border: 1px solid #ccc;
    padding: 5px;
}

.col2 .textbox, textarea, select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
    cursor: pointer;
}

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

input, textarea {
    -webkit-border-radius: 0;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
    line-height: normal;
    *overflow: visible;
}

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input {
    *overflow: auto;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

    /* Colors for form validity */
    input:valid, textarea:valid {
    }

    input:invalid, textarea:invalid {
        background-color: #f0dddd;
    }


/* Tables */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

/* Primary Styles */

body, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

body {
    text-align: center;
    background: #fff;
    font-size: 1em;
    color: #000;
    max-width: 2000px;
    margin: auto;
}

h1 {
    font-size: 2em;
    padding: 0;
    margin: 50px 0;
    color: #a18a5e;
}

h2 {
    font-size: 1.5em;
    padding: 0;
    margin: 50px 0 25px 0;
    color: #0054a5;
}

h3, .h3 {
    font-size: 1.25em;
    padding: 0;
    margin: 25px 0;
    color: #0054a5;
}

a {
    color: #0054a5;
    font-weight: bold;
    text-decoration: none;
}

    a:focus {
        outline: 0;
    }

    a:hover {
        color: #a18a5e;
    }

    a:active {
        background-color: transparent;
    }

img.map, map area {
    outline: none;
}

p {
    padding: 0;
    margin: 25px 0;
    line-height: 1.4em;
}

form p {
    margin: 15px 0;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

#showmobnav, #mob, .subnav, .tabbr, .smalltabbr, .mobbr, .smallmobbr, #backtotop {
    display: none;
}

.container {
    width: 980px;
    margin: auto;
    text-align: left;
}

#logos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#logos img {
    max-width: 500px;
    margin-bottom: 10px;
}

#logo {
    float: left;
    margin: 25px 0;
    height: 80px;
}

#social {
    float: right;
    margin: 20px 0 25px 0;
}

    #social img {
        height: 32px;
        margin-left: 10px;
    }

nav {
    clear: right;
    float: right;
}

    nav ul {
        float: right;
    }

    nav li {
        float: left;
        margin-left: 25px;
    }

    nav a {
        font-weight: 400;
    }

    nav .on a {
        color: #a18a5e;
    }

    nav img {
        position: relative;
        top: -2px;
        height: 8px;
    }

    nav .chatPopup ul,
    nav .chatPopup li,
    nav .chatPopup a,
    nav .chatPopup img {
        float: none;
        margin: 0;
        font-weight: normal;
        position: static;
        top: auto;
        list-style: revert;
    }
    nav .chatPopup a {
        color: #0054a5;
        font-weight: bold;
        text-decoration: none;
    }

    .chatPopup h1, .chatPopup h2, .chatPopup h3, .chatPopup h4, .chatPopup h5, .chatPopup h6 {
        font-size: revert;
        font-weight: revert;
    }


/* Drop down menus */

/*** ESSENTIAL STYLES ***/

.sf-menu ul {
    position: absolute;
    top: -999em;
    left: 0;
    margin: 0;
    width: 250px;
    line-height: 1.2em;
}

.sf-menu #last ul {
    left: auto;
    right: 0;
}

.sf-menu ul li {
    width: 250px;
    height: auto;
    line-height: 1em;
    margin: 0;
    border-top: 1px solid #fff;
}

.sf-menu li li a {
    display: block;
    width: 220px;
    padding: 10px 15px;
    text-align: left;
    background: none;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    position: relative;
}

    .sf-menu li:hover ul,
    .sf-menu li.sfHover ul {
        left: 0;
        top: 30px;
        z-index: 99;
    }

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}

/*** DEMO SKIN ***/

.sf-menu a {
    text-decoration: none;
}

.sf-menu li li a, nav .on.submenu li a {
    background: #0054a5;
    color: #fff;
}

    .sf-menu li li:hover, .sf-menu li li.sfHover,
    .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active, .sf-menu ul li.on a {
        background: #a18a5e;
        color: #fff;
        outline: 0;
    }

#main {
}

    #main ul, #main ol {
        margin: 10px 0 10px 20px;
        padding: 0;
    }

        #main ul li {
            list-style: disc;
            margin: 0 0 5px 0;
            padding: 0;
            line-height: 1.4em;
        }

        #main ol li {
            list-style: decimal;
            margin: 0 0 5px 0;
            padding: 0;
            line-height: 1.4em;
        }

    #main table {
        width: 100%;
        border: 1px solid #ccc;
    }

        #main table td {
            padding: 10px;
            border: 1px solid #ccc;
        }

        #main table .header {
            background: #0054a5;
            font-weight: bold;
            color: #fff;
        }

#cycle {
    position: relative;
    z-index: -1;
    padding: 200px 0 375px 0;
    background: url(../images/cycle-bg.jpg) top no-repeat;
    background-size: cover;
    color: #fff;
}

    #cycle h1 {
        color: #fff;
        margin: 0 0 25px 0;
        font-size: 2em;
    }

    #cycle p {
        font-size: 1.25em;
    }

.col2 {
    width: 47.5%;
}

.col3 {
    float: left;
    width: 32%;
    margin-right: 2%;
}

    .col3.last {
        margin-right: 0;
    }

.col4 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

    .col4.last {
        margin-right: 0;
    }

.widecol4 {
    float: left;
    width: 25%;
    padding: 275px 15px 25px 15px;
    text-align: left;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
}

    .widecol4.last {
        border-right: 0;
    }

    .widecol4 p {
        color: #fff;
        margin-bottom: 10px;
        font-weight: bold;
    }

#logos img {
    margin: 0 25px;
    max-height: 140px;
}

#pd1 {
    background: url(../images/pd-1.jpg) bottom;
    background-size: cover;
}

#pd2 {
    background: url(../images/pd-2.jpg) bottom right;
    background-size: cover;
}

#pd3 {
    background: url(../images/pd-3.jpg) bottom;
    background-size: cover;
}

#pd4 {
    background: url(../images/pd-4.jpg) bottom;
    background-size: cover;
}

#pd5 {
    background: url(../images/pd-5.jpg) bottom;
    background-size: cover;
}

#pd6 {
    background: url(../images/pd-6.jpg) bottom;
    background-size: cover;
}

#pd7 {
    background: url(../images/pd-7.jpg) bottom;
    background-size: cover;
}

#pd8 {
    background: url(../images/pd-8.jpg) bottom;
    background-size: cover;
}

#cta {
    margin: 50px 0;
    padding: 50px 0;
    background: #f4f3ef;
}

    #cta h2 {
        margin-top: 0;
    }

.greybg {
    padding: 50px 0;
    background: #f4f3ef;
}

    .greybg h2 {
        margin-top: -125px;
    }

footer {
    margin-top: 50px;
    padding: 100px 0 25px 0;
    background: url(../images/footer-bg.png) top no-repeat;
    background-size: cover;
    color: #0054a5;
    font-size: 0.75em;
    text-transform: uppercase;
}

    footer a {
        font-weight: 300;
    }

#footerlogo {
    height: 100px;
}

.spacer {
    width: 100%;
    height: 50px;
}

.big {
    font-size: 1.25em;
}

/* NEWS AND EVENTS PAGE */


/* Ensure the image is responsive and fits within the card */
.newsItems .card-img-top {
    width: 100%;
    height: auto;
    object-fit: cover; /* Adjust this based on your image aspect ratio preference */
}


/* Ensure the card height is consistent */
.newsItems .card {
    background-color: unset !important;
}

.newsItems .card img {
    max-height: 250px !important;

}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
}


/* Handle the alignment of text within the card */
.newsItems .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsItems .rz-paginator {
    width: 100% !important;
}
/* Common Styles */
.button {
    display: inline-block;
    padding: 12px 50px 12px 25px;
    color: #fff;
    background: url(../images/button-bg.png) center right 25px no-repeat #a18a5e;
    background-size: 10px 17px;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

    .button.block {
        display: block;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .button:hover {
        background: url(../images/button-bg.png) center right 25px no-repeat #0054a5;
        background-size: 10px 17px;
        color: #fff;
    }

.widecol4 .button:hover {
    background: url(../images/button-bg-blue.png) center right 25px no-repeat #fff;
    background-size: 10px 17px;
    color: #0054a5;
}

.htmlarea {
    border: 1px solid #ccc;
}

.small {
    font-size: 0.8em;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.leftpic {
    float: left;
    margin: 0 50px 50px 0;
    max-width: 400px;
}

.rightpic {
    float: right;
    margin: 0 0 50px 50px;
    max-width: 400px;
}

.verify {
    border: 1px solid #ccc;
    width: 80px;
    height: 26px;
}

.code {
    width: 70px;
    font-weight: bold;
    text-align: center;
}

.boldred {
    font-weight: bold;
    color: red;
}

.textright {
    clear: both;
    text-align: right;
}

#main #pages {
    text-align: right;
    font-weight: bold;
}

    #main #pages li {
        display: inline-block;
        list-style: none;
    }

    #main #pages a {
        display: block;
        margin-left: 3px;
        padding: 3px 5px;
        color: #fff;
        background: #a18a5e;
    }

        #main #pages a:hover, #main #pages .on a {
            color: #fff;
            background: #0054a5;
            text-decoration: none;
        }

/* Non-semantic Helper Classes */

/* For image replacement */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}

    .ir br {
        display: none;
    }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
    display: none !important;
    visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
    visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* Media Queries */

@media only screen and (min-width: 1250px) {

    body {
        font-size: 1.1em;
    }

    .container {
        width: 1200px;
    }

    #logo {
        margin: 20px 0;
        height: 90px;
    }

    #cycle h1 {
        font-size: 2.25em;
    }

    .widecol4 {
        padding: 325px 25px 25px 25px;
    }
}

@media only screen and (max-width: 1020px) {

    .navbar-collapse ul.navbar-nav {
        align-items: flex-start;
        width: 100%;
    }

        .navbar-collapse ul.navbar-nav li {
            margin-left: 0px !important;
            margin-bottom: 0.25rem !important;
        }

        .navbar-collapse ul.navbar-nav .dropdown-menu {
            border: none !important;
        }

        h1 {
            font-size: 1.75em;
        }

    h2 {
        font-size: 1.25em;
    }

    h3, .h3 {
        font-size: 1.2em;
    }

    .container {
        width: 95%;
        margin: 0 2.5%;
    }

    #logo {
        margin: 10px 0;
        height: 55px;
    }

    #social {
        margin: 10px 0 0 0;
    }

        #social img {
            height: 24px;
            margin-left: 8px;
        }

    nav {
        display: none;
    }

    #showmobnav {
        position: absolute;
        top: 42px;
        right: 2.5%;
        display: block;
        font-weight: normal;
    }

        #showmobnav:hover {
            text-decoration: none;
        }

    #mob {
        position: absolute;
        top: 75px;
        left: 0;
        width: 100%;
        display: block;
        z-index: 99;
        margin: 0;
        color: #fff;
        overflow: auto;
    }

        #mob ul {
            margin: 0;
            padding: 0;
            border-bottom: 1px solid #fff;
        }

    #mobnav {
        display: none;
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #fff;
        text-transform: uppercase;
    }

        #mobnav li {
            width: 100%;
            list-style: none;
            margin: 0;
            text-align: left;
            border-top: 1px solid #fff;
        }

            #mobnav li a {
                display: block;
                width: 100%;
                padding: 10px 15px;
                color: #fff;
                background: #0054a5;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                #mobnav li a:hover, #mobnav .on a, #mobnav .tempon a {
                    color: #fff;
                    background: #a18a5e;
                    text-decoration: none;
                }

        #mobnav .subnav li {
            border-top: 1px solid #fff;
        }

            #mobnav .subnav li a {
                display: block;
                width: 100%;
                padding: 10px 15px;
                color: #0054a5;
                background: #f5f5f5;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

                #mobnav .subnav li a:hover, #mobnav .subnav .on a {
                    color: #a18a5e;
                    text-decoration: none;
                }

        #mobnav img {
            width: 10px;
        }

    #cycle {
        padding: 100px 0 275px 0;
    }

    .greybg {
        padding-top: 75px;
    }

    .widecol4 {
        width: 50%;
    }

    .tabbr {
        display: inline-block;
    }

    .tabhide {
        display: none;
    }
}

@media only screen and (max-width: 750px) {

    #cycle {
        padding: 50px 0 175px 0;
    }

    .greybg {
        padding-top: 100px;
    }

    .col2 {
        width: 100%;
    }

    form .col2.floatright, #report .col2.floatright {
        margin-top: -15px;
    }

    .col4, .col4.last {
        width: 45%;
        margin: 0 2.5%;
    }

    .rightpic {
        float: none;
        margin: 25px 0;
        width: 100%;
        max-width: 100%;
    }

    .smalltabbr {
        display: inline-block;
    }

    .smalltabhide {
        display: none;
    }
}

@media only screen and (max-width: 700px) {

    #banner {
        overflow: hidden;
    }

        #banner img {
            /*width: 150%;*/
            /*max-width: 150%;*/
        }

    .col3, .col3.last {
        float: none;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 25px auto;
    }

    #backtotop {
        clear: both;
        display: block;
        font-size: 0.9em;
        margin-bottom: 0;
    }

    .mobbr {
        display: inline-block;
    }

    .mobhide {
        display: none;
    }

    .verify {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {

    #cycle {
        padding: 250px 0 25px 0;
        background: url(../images/cycle-bg-mob.jpg) bottom no-repeat;
        background-size: cover;
    }

    .greybg {
        padding-top: 50px;
    }

        .greybg h2 {
            margin-top: 0;
        }

    .col4, .col4.last {
        float: none;
        width: 100%;
        margin: 0 0 50px 0;
    }

    #logos img {
        max-height: 80px;
        margin: 0 15px;
    }

    #footerlogo {
        height: 70px;
    }
}

@media only screen and (max-width: 550px) {

    .widecol4 {
        float: none;
        width: 100%;
        margin: 0;
        padding-top: 300px;
        background-position: top !important;
    }
}

@media only screen and (max-width: 450px) {

    #cycle {
        font-size: 0.85em;
    }

    #cta h2 {
        font-size: 1.1em;
    }

    .smallmobbr {
        display: inline-block;
    }

    .smallmobhide {
        display: none;
    }
}


/* Print Styles */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: none !important;
        }

    abbr[title]:after {
        content: none !important;
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }
    /* h5bp.com/t */
    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
