/*Global Layout Styles*/
:root {
    --page-max-width: 1600px;
}
html {
    box-sizing: border-box;
    scrollbar-color: rgb(17 68 111) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
}
*, *:before, *:after {
    box-sizing: border-box;
}
/*Body*/
body {
    top: 0px !important;
    margin: 0px;
    /* font-size: 0px;
    line-height: 0px; */
    font-family: sans-serif;
    --header-top-height: 104px;
    --header-nav-height: 36px;
    --header-total-height: calc(var(--header-top-height) + var(--header-nav-height));
    --media-before-cont: 20.625vw;
    --media-after-content: 500px;
    --media-height: calc(var(--media-before-cont) + var(--media-after-content));
    display: grid;
    grid:
        [img-start] "header" var(--header-total-height)
        "media-spacing" var(--media-before-cont)
        [content-start] "content" minmax(var(--media-after-content), 1fr)
        "footer" min-content
        / 1fr;
    
        /* grid-template-rows: var(--media-before-cont) [content-start] minmax(var(--media-after-content), 1fr); */
}
@media screen and (max-width:1600px) {
    body {
        --media-before-cont: 330px;
    }
}
img {
    max-width: 100%;
}
.c-main-header {
    grid-area: header;
    z-index: 1;
}
footer {
    grid-area: footer;
}
body .pageBleed{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
    background: linear-gradient( 180deg, rgba(202,202,202,1) 0%, rgba(255,255,255,1) 900px, rgba(255,255,255,1) 100%);
    z-index: -1;
}
body .blankPageBleed {
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
}
/*F5 Monitor*/
.F5Monitor {
    line-height:1em;
    font-size:15px;
}
/*ADA Menu*/
.ADAmenu {
    position: absolute;
    left: 5px;
    border: 2px solid rgb(60, 60, 60);
    padding: 10px;
    background-color: #FAFAFA;
    border-radius: 5px;
    z-index: 99999;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
    overflow: hidden;
    max-width: calc(100% - 40px);
    top: -250px;
    transition: top 1s;
    line-height: 16px;
}
.ADAmenu.focused{
    top: 5px;
}
.ADAmenu a{
    display: block;
    font-size: 16px;
    padding: 5px;
    color: black;
    text-decoration: none;
    white-space:nowrap;
}
.ADAmenu a:focus, .ADAmenu a:hover{
    background-color:#DEDEDE;
}
.adaHidden, .skipToLink, .hideADAmenu, .ada-hidden {
    position: absolute !important;
    height: 0px !important;
    width: 0px !important;
    overflow: hidden !important;
    line-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}


.kenticoSearchPopup {
    display: none;
}

.page :is(a[href]:active, a[href]:visited), .page a[href] {
    color: #30567d;
    text-decoration: underline;
}
.page {
    display: grid;
    grid: "subNav content" 1fr / min-content [c1] 1fr;
    max-width: var(--page-max-width);
    margin-left: auto;
    margin-right: auto;
    /*box-shadow: 0 40px 80px rgba(0, 0, 0, .5);*/
    box-shadow: 0px 40px 20px 0px rgba(0, 0, 0, .4);
    width: 100%;
    margin-top: 60px;
    grid-row-start: content-start;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255) 650px, rgba(255, 255, 255, 1) 100%);*/
    z-index: 0;
    position: relative;
}
.page__content-wrapper {
    padding: 50px;
    line-height: 1.6em;
    font-family: 'proxima-nova';
    /*background: linear-gradient(180deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255) 650px, rgba(255, 255, 255, 1) 100%);*/
}
.page_content-container {
    grid-area: content;
    grid-column-start: c1;
    background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0%, rgba(255, 255, 255) 650px, rgba(255, 255, 255, 1) 100%);
}
@media screen and (max-width: 1280px) {
    .page__content-wrapper {
        padding: 15px;
    }
    .page {
        display: grid;
        grid: "subNav ." 3em "subNav content" 1fr / [c1] 1fr [c2] minmax(0, 1fr);
        overflow-y: clip;
        padding-top: 60px;
    }
    .page_content-container {
        min-height: 76vh;
    }
}
.page__inline-wrapper {
    display: inline-block;
    width: 100%;
}
.page_content_title-container {
    height: auto;
    margin-top: -60px;
    background: linear-gradient(90deg, rgb(246 187 28 / 90%) 0px, rgba(168, 124, 3, 0.9) 25px, rgba(61, 56, 28, 0.9) 26px, rgba(18, 57, 102, 0.95) 26px, rgb(11 101 187 / 90%) 100%);
    border-top: solid 1px #f1b122;
}

@media screen and (max-width:1280px) {
    .page_content_title-container {
        /*background: linear-gradient(90deg, rgb(246 187 28 / 100%) 0px, rgba(168, 124, 3, 1) 25px, rgba(61, 56, 28, 1) 26px, rgba(18, 57, 102, 1) 26px, rgb(11 101 187 / 100%) 100%);*/
    }
}
.page_content_title-table {
    display: table;
    line-height: 1.2em;
    font-size: 32px;
    text-transform: capitalize;
    color: white;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .3);
    min-height: 60px;
    padding-left: 50px;
    padding-right:30px;
}
@media screen and (max-width:1280px) {
    .page_content_title-table {
        padding-left: 40px;
        padding-right: 15px;
    }
}
.page_conent_title-table-cell {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 35px;
    line-height: 1em;
    font-family: proxima-nova, sans-serif;
}
@media screen and (max-width:1280px) {
    .page_conent_title-table-cell {
        font-size:28px;
        line-height:1em;
    }
}
@media screen and (max-width:720px) {
    .page_conent_title-table-cell {
        font-size:24px;
        line-height:1em;
    }
}
@media screen and (max-width:480px) {
    .page_conent_title-table-cell {
        font-size:22px;
        line-height:1em;
    }
}
@media screen and (max-width:380px) {
    .page_conent_title-table-cell {
        font-size: 20px;
        line-height: 1em;
    }
}
.page__top-media {
    grid-row-start: img-start;
    /* height: var(--media-height); */
    overflow: hidden;
    position: relative;
    grid-column: 1;
    height: min-content;
}
.page__top-media :is(img) {
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 50px, rgba(255, 255, 255, 1) 150px);
    width: 100%;
    z-index: -1;
    position: relative;
    max-height: calc(100vh - 100px);
    min-height: 30vw;
    margin-top: 140px;
    object-fit: cover;
    object-position: top left;
}
.page__top-media :is(video) {
    mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.2) 50px, rgba(255, 255, 255, 1) 150px);
    width: 100%;
    z-index: -1;
    position: relative;
    max-height: calc(100vh - 100px);
    min-height: 30vw;
    margin-top: 140px;
    object-fit: cover;
    object-position: top center;
}
@media screen and (max-width: 1400px) {
    .page__top-media {
        display: flex;
        justify-content: center;
    }
    .page__top-media :is(img, video) {
        height: 56.25vw;
        min-height:500px;
        width: 100%;
    }
}
@media screen and (max-height: 640px) and (max-width: 1400px) {
    .page__top-media :is(img, video) {
        max-height: 500px;
    }
}
.bg-vid__button {
    position: absolute;
    right: max(50vw - 800px, 4em);
    top: var(--header-total-height);
    background-color: rgb(18 57 102 / 85%);
    color: white;
    border: 0;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
@media screen and (max-width:1280px){
    .bg-vid__button {
        right:15px;
    }
}
.bg-vid__button-icon {
    border-style: double;
    border-width: 0px 0 0px 10px;
    height: 15px;
    padding-right: 5px;
}
.bg-vid__button-icon.bg-vid--paused {
    border-style: solid;
    /* Make it a triangle pointing right */
    border-top: 0.5em solid transparent;
    border-bottom: 0.5em solid transparent;
    border-left: 1em solid white;
    height: 0;
    width: 0;
}

.two-col-def {
    display: flex;
    gap: 20px;
}
.two-col-def__child {
    flex-grow: 1;
}
@media screen and (max-width: 600px) {
    .two-col-def {
        flex-direction: column;
    }
}
/*Jud4 Page Content Table Region Styles*/
.tableRegion {
    display: block;
    position: relative;
    margin: 1em 0;
}

.TableOverflowBuffer {
    display: block;
    overflow: hidden;
    height: auto;
}
.TableInlineWrapper {
    display: inline-block;
    min-width: 100%;
    max-width: 100%;
}
.TableInlineWrapper h1:first-of-type {
    margin-top:0px;
}
.TableInlineWrapper h2:first-of-type {
    margin-top:0px;
}
/*Table region link styles*/
.tableRegion a {
    color: #3f7aa7;
}

    .tableRegion a:hover {
        color: #21557d;
    }

    .tableRegion a:active {
        color: #6a7b88;
    }

    .tableRegion a:visited {
        color: #3f7aa7;
    }

    .tableRegion a font {
        color: #3f7aa7 !important;
    }






/*Table Style overrides*/
.tableRegion table {
    max-width: 100% !important;
    background-color: rgba(255,255,255,0.5) !important;
    border-style: none;
    font-size: 16px !important;
    border-spacing: 0px;
    line-height: 1.2em !important;
    border-left: 1px solid rgba(39, 98, 140, 0.25);
    border-top: 1px solid rgba(39, 98, 140, 0.25);
}

    .tableRegion table th {
        font-size: 16px !important;
        line-height: 1.2em !important;
        border-style: none;
        background-color: #ecf0f7;
        background-color: rgba(137, 187, 254, 0.15);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        margin-bottom: 5px;
        border-right: 1px solid rgba(39, 98, 140, 0.25);
        border-bottom: 1px solid rgba(39, 98, 140, 0.25);
    }

    .tableRegion table tr {
        font-size: 16px !important;
        line-height: 1.2em !important;
        border-style: none;
    }

    .tableRegion table td {
        font-size: 16px !important;
        line-height: 1.2em !important;
        border-style: none;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        border-right: 1px solid rgba(39, 98, 140, 0.25);
        border-bottom: 1px solid rgba(39, 98, 140, 0.25);
    }

    .tableRegion table span {
        font-size: 16px !important;
        line-height: 1.2em !important;
    }

    .tableRegion table p {
        font-size: 16px !important;
        line-height: 1.2em !important;
        margin: .2em 0;
    }


    .tableRegion TABLE h1,
    .tableRegion TABLE h2,
    .tableRegion TABLE h3,
    .tableRegion TABLE h4,
    .tableRegion TABLE h5,
    .tableRegion TABLE h6 {
        margin: .2em 0;
    }

@media screen and (max-width:1380px) {
    .tableRegion table th {
        font-size: 1.16vw !important;
    }

    .tableRegion table th {
        font-size: 1.16vw !important;
    }

    .tableRegion table tr {
        font-size: 1.16vw !important;
    }

    .tableRegion table td {
        font-size: 1.16vw !important;
    }

    .tableRegion table span {
        font-size: 1.16vw !important;
    }

    .tableRegion table p {
        font-size: 1.16vw !important;
    }
}

@media screen and (max-width:1024px) {
    .tableRegion table th {
        font-size: 16px !important;
    }

    .tableRegion table th {
        font-size: 16px !important;
    }

    .tableRegion table tr {
        font-size: 16px !important;
    }

    .tableRegion table td {
        font-size: 16px !important;
    }

    .tableRegion table span {
        font-size: 16px !important;
    }

    .tableRegion table p {
        font-size: 16px !important;
    }
}

@media screen and (max-width:1000px) {
    .tableRegion table th {
        font-size: 1.6vw !important;
    }

    .tableRegion table th {
        font-size: 1.6vw !important;
    }

    .tableRegion table tr {
        font-size: 1.6vw !important;
    }

    .tableRegion table td {
        font-size: 1.6vw !important;
    }

    .tableRegion table span {
        font-size: 1.6vw !important;
    }

    .tableRegion table p {
        font-size: 1.6vw !important;
    }
}

@media screen and (max-width:750px) {
    .tableRegion table th {
        font-size: 12px !important;
    }

    .tableRegion table th {
        font-size: 12px !important;
    }

    .tableRegion table tr {
        font-size: 12px !important;
    }

    .tableRegion table td {
        font-size: 12px !important;
    }

    .tableRegion table span {
        font-size: 12px !important;
    }

    .tableRegion table p {
        font-size: 12px !important;
    }
}

/*Full wide table with content left aligned*/

.tableRegion table.full {
    width: 100%;
}

    .tableRegion table.full tr {
        text-align: left;
    }

    .tableRegion table.full th {
        text-align: left;
        padding: 10px;
    }

    .tableRegion table.full td {
        text-align: left;
        padding: 10px;
    }

/*Full wide table with content centered*/

.tableRegion table.center {
    width: 100%;
}

@media screen and (max-width:800px){
    .tableRegion table.center {
        width: 100%;
    }
}

@media screen and (max-width:512px){
    .tableRegion table.center {
        width: 150%;
    }
}

@media screen and (max-width:300px){
    .tableRegion table.center {
        width: 200%;
    }
}

.tableRegion table.center tr {
    text-align: center;
}

.tableRegion table.center th {
    text-align: center;
}

.tableRegion table.center td {
    text-align: center;
}

/*Small table: small*/

.tableRegion table.small {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.tableRegion table.small tr {
    text-align: center;
}

.tableRegion table.small th {
    text-align: center;
    padding: 15px;
}

.tableRegion table.small td {
    text-align: center;
    padding: 15px;
}

.page__content TABLE TH {
    margin-right: 1ch;
    padding-right: 1ch;
    text-align: left;
}

.page__content TABLE caption {
    caption-side: bottom;
    text-align: left;
}

.page__content TABLE caption br{
    display:none;
}

.page__content IMG.figure::after {
    content:attr(alt);
    display: block;
}

/*Table Overflow Wrapper Styles*/
.tableoverflowwrapper{
    max-width: 100%;
    scrollbar-color: rgb(46 100 137) rgba(255, 255, 255, 0);
    scrollbar-width: thin;
}

@media screen and (max-width:800px){
    .tableoverflowwrapper{
        overflow-x: scroll;
        box-shadow: inset 0px 0px 0px 1px #c9d8e2;
    }
    .tableoverflowwrapper table{
        max-width: none !important;
        width:100% !important;
    }
}

@media screen and (max-width:512px){
    .tableoverflowwrapper table{
        width: 150% !important;
    }
}

@media screen and (max-width:300px){
    .tableoverflowwrapper table{
        width: 200% !important;
    }
}