@charset "UTF-8";
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}
 :root {
--job-navy: #1c3a5e;
--job-navy-dark: #142944;
--job-accent: #e2916d;
--job-accent-dark: #d97e57;
--job-cream: #f4efe1;
--job-border: #e4e2db;
--job-muted: #555555;
}
.job-page,
.job-detail-page {
color: #333;
}
.job-page section,
.job-detail-page section {
margin: 15px 0 40px 0;
} .job-hero-images {
display: flex;
flex-direction: column;
gap: 16px;
margin: 0 0 24px;
}
.job-hero-images-main,
.job-hero-images-sub {
line-height: 0;
}
.job-hero-images-sub {
display: flex;
gap: 16px;
}
.job-hero-images img {
width: 100%;
height: 130px;
object-fit: cover;
border-radius: 4px;
display: block;
}
.job-hero-images-sub img {
object-position: center top;
flex: 1 1 0;
min-width: 0;
}
.job-hero-images-mobile-extra {
display: block;
}
.job-hero-images-main img {
height: auto;
}
.job-hero-row {
display: flex;
flex-direction: column;
gap: 24px;
}
.job-hero-copy {
flex: 1 1 auto;
}
.job-hero-copy h2 {
font-size: 26px;
line-height: 1.4;
color: var(--job-navy);
margin: 0 0 12px;
}
.job-hero-copy h2 + p {
font-size: 15px;
color: var(--job-muted);
margin: 0 0 16px;
}
.job-hero-copy p {
font-size: 14px;
line-height: 1.9;
color: #333;
margin: 0 0 16px;
}
.job-hero-cta {
flex: 0 0 auto;
background: var(--job-cream);
border-radius: 8px;
padding: 24px;
}
.job-hero-cta-text {
font-size: 15px;
line-height: 1.8;
color: var(--job-navy);
margin: 0 0 16px;
font-weight: bold;
} .job-btn {
display: inline-block;
padding: 12px 24px;
border-radius: 999px;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none !important;
transition: opacity 0.2s ease;
}
.job-btn:hover {
opacity: 0.85;
text-decoration: none !important;
}
.job-btn-primary {
background: var(--job-navy);
color: #fff !important;
}
.job-btn-primary:hover {
color: #fff !important;
}
.job-btn-accent {
background: var(--job-accent);
color: #fff !important;
}
.job-btn-accent:hover {
color: #fff !important;
} .job-section-title {
font-size: 22px;
color: var(--job-navy);
text-align: center;
padding: 16px 0;
margin: 0 0 24px;
border-top: 1px solid var(--job-border);
border-bottom: 1px solid var(--job-border);
}
.job-cards {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
gap: 20px;
}
.job-card {
border: 1px solid var(--job-border);
border-radius: 6px;
padding: 16px;
background: #fff;
display: flex;
flex-direction: column;
}
.job-card-media {
display: block;
margin: 0 0 12px;
line-height: 0;
border-radius: 4px;
overflow: hidden;
}
.job-card-media img {
width: 100%;
height: auto;
display: block;
}
.job-card-title {
font-size: 16px;
color: #222;
text-align: center;
margin: 0 0 10px;
}
.job-card-excerpt {
font-size: 12px;
line-height: 1.8;
color: var(--job-muted);
margin: 0 0 16px;
flex: 1 1 auto;
}
.job-card .job-btn {
align-self: stretch;
} .job-panels {
display: flex;
flex-direction: column;
gap: 20px;
}
.job-panel {
flex: 1 1 0;
border-radius: 8px;
padding: 28px;
}
.job-panel-soft {
background: var(--job-cream);
}
.job-panel-dark {
background: var(--job-navy);
color: #fff;
}
.job-panel-title {
font-size: 22px;
margin: 0 0 16px;
color: inherit;
}
.job-panel-soft .job-panel-title {
color: var(--job-navy);
}
.job-panel-text {
font-size: 13px;
line-height: 1.9;
margin: 0 0 20px;
}
.job-panel-cta {
display: flex;
align-items: center;
gap: 16px;
flex-wrap: wrap;
}
.job-panel-lead {
font-size: 13px;
font-weight: bold;
}
.job-panel-soft .job-panel-lead {
color: var(--job-navy);
} .job-detail-page {
padding-top: 24px;
}
.job-detail-card {
background: var(--job-cream);
border-radius: 16px;
padding: 32px 20px;
}
.job-detail-badge {
display: inline-block;
background: var(--job-navy);
color: #fff;
font-size: 13px;
font-weight: bold;
padding: 8px 20px;
border-radius: 999px;
margin: 0 0 24px;
}
.job-detail-heading {
display: flex;
align-items: baseline;
flex-wrap: wrap;
gap: 4px 16px;
border-bottom: 1px solid var(--job-border);
padding: 0 0 20px;
margin: 0 0 8px;
}
.job-detail-title {
font-size: 26px;
letter-spacing: 0.08em;
color: #222;
margin: 0;
}
.job-detail-subtitle {
font-size: 13px;
color: var(--job-navy);
margin: 0;
}
.job-detail-table,
.job-detail-table table,
.job-detail-table tbody,
.job-detail-table tr {
border: none;
}
.job-detail-table table {
width: 100%;
max-width: 90%;
border-collapse: collapse;
}
.job-detail-table td {
padding: 18px 8px;
border: none;
border-bottom: 1px solid var(--job-border);
font-size: 14px;
line-height: 1.8;
color: #333;
vertical-align: top;
}
.job-detail-table td:first-child {
width: 120px;
color: var(--job-muted);
font-weight: bold;
white-space: nowrap;
}
.job-detail-cta {
text-align: center;
margin: 32px 0 0;
}
.job-btn-large {
padding: 18px 48px;
font-size: 16px;
}
.job-btn-block {
display: block;
width: 100%;
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.job-section-title-lg {
font-size: 26px;
color: var(--job-navy);
margin: 0 0 24px;
} @media screen and (min-width: 900px) {
.job-hero-images {
flex-direction: row;
}
.job-hero-images-main {
flex: 0 0 65%;
}
.job-hero-images-sub {
flex: 1 1 auto;
}
.job-hero-images-mobile-extra {
display: none !important;
}
.job-hero-images img {
height: 400px;
}
.job-hero-images-sub img {
object-position: center;
}
.job-hero-row {
flex-direction: row;
align-items: flex-start;
}
.job-hero-copy {
flex: 1 1 60%;
}
.job-hero-cta {
flex: 0 0 34%;
}
.job-panels {
flex-direction: row;
}
.job-detail-card {
padding: 48px 56px;
max-width: 92%;
margin-left: auto;
margin-right: auto;
}
.job-detail-title {
font-size: 32px;
}
}
 .jobform-page {
color: #333;
}
.jobform-card {
background: var(--job-cream);
border-radius: 16px;
padding: 32px 20px;
max-width: 94%;
margin: 24px auto;
}
.jobform-title {
font-size: 26px;
letter-spacing: 0.08em;
color: #222;
margin: 0 0 16px;
border-bottom: 1px solid var(--job-border);
padding: 0 0 20px;
}
.jobform-body {
font-size: 14px;
line-height: 1.9;
color: #333;
}
.jobform-body > p:first-child {
margin: 0 0 24px;
} .jobform-body .wpcf7-form {
background: #fff;
border: none;
border-radius: 8px;
margin: 0;
padding: 32px 24px;
}
.jobform-body .wpcf7-form p {
margin: 0 0 24px;
}
.jobform-body .wpcf7-form label {
display: block;
font-weight: bold;
color: var(--job-navy);
margin: 0 0 8px;
font-size: 14px;
}
.jobform-body .wpcf7-form-control-wrap {
display: block;
}
.jobform-body .wpcf7-form input[type="text"],
.jobform-body .wpcf7-form input[type="tel"],
.jobform-body .wpcf7-form input[type="email"],
.jobform-body .wpcf7-form input[type="date"],
.jobform-body .wpcf7-form select,
.jobform-body .wpcf7-form textarea {
width: 100%;
max-width: 100%;
padding: 12px 14px;
border: 1px solid var(--job-border);
border-radius: 6px;
font-size: 14px;
font-family: inherit;
color: #333;
background: #fff;
box-sizing: border-box;
}
.jobform-body .wpcf7-form textarea {
min-height: 140px;
line-height: 1.7;
}
.jobform-body .wpcf7-form input:focus,
.jobform-body .wpcf7-form select:focus,
.jobform-body .wpcf7-form textarea:focus {
outline: none;
border-color: var(--job-navy);
}
.jobform-body .wpcf7-form input[type="file"] {
width: 100%;
padding: 10px;
border: 1px dashed var(--job-border);
border-radius: 6px;
background: var(--job-cream);
font-size: 13px;
}
.jobform-body .wpcf7-list-item {
display: inline-flex;
align-items: center;
gap: 6px;
margin: 0 20px 8px 0;
font-size: 14px;
}
.jobform-body .wpcf7-list-item-label {
margin: 0;
font-weight: normal;
display: inline;
}
.jobform-body .wpcf7-acceptance {
display: block;
background: #fdecea;
border-radius: 6px;
padding: 14px 16px;
}
.jobform-body .wpcf7-acceptance .wpcf7-list-item {
margin: 0;
}
.jobform-body .wpcf7-not-valid-tip {
font-size: 12px;
color: #d33;
margin-top: 6px;
}
.jobform-body .wpcf7-response-output {
border-radius: 6px;
margin: 24px 0 0;
padding: 14px;
}
.jobform-body .wpcf7-form .wpcf7-submit {
display: block;
width: 100%;
padding: 16px 32px;
border-radius: 999px;
background: var(--job-navy);
color: #fff;
font-size: 16px;
font-weight: bold;
border: none;
cursor: pointer;
transition: opacity 0.2s ease;
}
.jobform-body .wpcf7-form .wpcf7-submit:hover {
opacity: 0.85;
}
.jobform-body .wpcf7-spinner {
margin-left: 12px;
} .jobform-body .wpcf7-form span[aria-required="true"] {
color: var(--job-accent);
} @media screen and (min-width: 900px) {
.jobform-card {
padding: 48px 56px;
max-width: 78%;
margin: 40px auto;
}
.jobform-title {
font-size: 32px;
}
.jobform-body .wpcf7-form {
padding: 48px;
}
.jobform-body .wpcf7-form .wpcf7-submit {
display: inline-block;
width: auto;
min-width: 360px;
padding: 18px 64px;
}
}html.slb_overlay object,html.slb_overlay embed,html.slb_overlay iframe{visibility:hidden}html.slb_overlay #slb_viewer_wrap object,html.slb_overlay #slb_viewer_wrap embed,html.slb_overlay #slb_viewer_wrap iframe{visibility:visible}.tablepress{--text-color:#111;--head-text-color:var(--text-color);--head-bg-color:#d9edf7;--odd-text-color:var(--text-color);--odd-bg-color:#fff;--even-text-color:var(--text-color);--even-bg-color:#f9f9f9;--hover-text-color:var(--text-color);--hover-bg-color:#f3f3f3;--border-color:#ddd;--padding:0.5rem;border:none;border-collapse:collapse;border-spacing:0;clear:both;margin:0 auto 1rem;table-layout:auto;width:100%}.tablepress>:not(caption)>*>*{background:none;border:none;box-sizing:border-box;float:none!important;padding:var(--padding);text-align:left;vertical-align:top}.tablepress>:where(thead)+tbody>:where(:not(.child))>*,.tablepress>tbody>*~:where(:not(.child))>*,.tablepress>tfoot>:where(:first-child)>*{border-top:1px solid var(--border-color)}.tablepress>:where(thead,tfoot)>tr>*{background-color:var(--head-bg-color);color:var(--head-text-color);font-weight:700;vertical-align:middle;word-break:normal}.tablepress>:where(tbody)>tr>*{color:var(--text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(odd of :where(:not(.child,.dtrg-group)))>*{background-color:var(--odd-bg-color);color:var(--odd-text-color)}.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))+:where(.child)>*,.tablepress>:where(tbody.row-striping)>:nth-child(even of :where(:not(.child,.dtrg-group)))>*{background-color:var(--even-bg-color);color:var(--even-text-color)}.tablepress>.row-hover>tr{content-visibility:auto}.tablepress>.row-hover>tr:has(+.child:hover)>*,.tablepress>.row-hover>tr:hover+:where(.child)>*,.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>*{background-color:var(--hover-bg-color);color:var(--hover-text-color)}.tablepress img{border:none;margin:0;max-width:none;padding:0}.tablepress-table-description{clear:both;display:block}.dt-scroll{width:100%}.dt-scroll .tablepress{width:100%!important}div.dt-scroll-body tfoot tr,div.dt-scroll-body thead tr{height:0}div.dt-scroll-body tfoot tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body thead tr th{border-bottom-width:0!important;border-top-width:0!important;height:0!important;padding-bottom:0!important;padding-top:0!important}div.dt-scroll-body tfoot tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body thead tr th div.dt-scroll-sizing{height:0!important;overflow:hidden!important}div.dt-scroll-body>table.dataTable>thead>tr>td,div.dt-scroll-body>table.dataTable>thead>tr>th{overflow:hidden}.tablepress{--head-active-bg-color:#049cdb;--head-active-text-color:var(--head-text-color);--head-sort-arrow-color:var(--head-active-text-color)}.tablepress thead th:active{outline:none}.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:before{bottom:50%;content:"\25b2";content:"\25b2"/"";display:block;position:absolute}.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:after{content:"\25bc";content:"\25bc"/"";display:block;position:absolute;top:50%}.tablepress thead .dt-orderable-asc .dt-column-order,.tablepress thead .dt-orderable-desc .dt-column-order,.tablepress thead .dt-ordering-asc .dt-column-order,.tablepress thead .dt-ordering-desc .dt-column-order{color:var(--head-sort-arrow-color);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif!important;font-size:14px;height:24px;line-height:12px;position:relative;width:12px}.tablepress thead .dt-orderable-asc .dt-column-order:after,.tablepress thead .dt-orderable-asc .dt-column-order:before,.tablepress thead .dt-orderable-desc .dt-column-order:after,.tablepress thead .dt-orderable-desc .dt-column-order:before,.tablepress thead .dt-ordering-asc .dt-column-order:after,.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after,.tablepress thead .dt-ordering-desc .dt-column-order:before{opacity:.2}.tablepress thead .dt-orderable-asc,.tablepress thead .dt-orderable-desc{cursor:pointer;outline-offset:-2px}.tablepress thead .dt-orderable-asc:hover,.tablepress thead .dt-orderable-desc:hover,.tablepress thead .dt-ordering-asc,.tablepress thead .dt-ordering-desc{background-color:var(--head-active-bg-color);color:var(--head-active-text-color)}.tablepress thead .dt-ordering-asc .dt-column-order:before,.tablepress thead .dt-ordering-desc .dt-column-order:after{opacity:.8}.tablepress tfoot>tr>* .dt-column-footer,.tablepress tfoot>tr>* .dt-column-header,.tablepress thead>tr>* .dt-column-footer,.tablepress thead>tr>* .dt-column-header{align-items:center;display:flex;gap:4px;justify-content:space-between}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title,.tablepress tfoot>tr>* .dt-column-header .dt-column-title,.tablepress thead>tr>* .dt-column-footer .dt-column-title,.tablepress thead>tr>* .dt-column-header .dt-column-title{flex-grow:1}.tablepress tfoot>tr>* .dt-column-footer .dt-column-title:empty,.tablepress tfoot>tr>* .dt-column-header .dt-column-title:empty,.tablepress thead>tr>* .dt-column-footer .dt-column-title:empty,.tablepress thead>tr>* .dt-column-header .dt-column-title:empty{display:none}.tablepress:where(.auto-type-alignment) .dt-right,.tablepress:where(.auto-type-alignment) .dt-type-date,.tablepress:where(.auto-type-alignment) .dt-type-numeric{text-align:right}.tablepress:where(.auto-type-alignment) .dt-right .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-right .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-date .dt-column-header,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-footer,.tablepress:where(.auto-type-alignment) .dt-type-numeric .dt-column-header{flex-direction:row-reverse}.dt-container{clear:both;margin-bottom:1rem;position:relative}.dt-container table.tablepress{margin-bottom:0}.dt-container .dt-layout-row{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{display:block;width:100%}.dt-container .dt-layout-cell{display:flex;flex-direction:row;flex-wrap:wrap;gap:1em;padding:5px 0}.dt-container .dt-layout-cell.dt-layout-full{align-items:center;justify-content:space-between;width:100%}.dt-container .dt-layout-cell.dt-layout-full>:only-child{margin:auto}.dt-container .dt-layout-cell.dt-layout-start{align-items:center;justify-content:flex-start;margin-right:auto}.dt-container .dt-layout-cell.dt-layout-end{align-items:center;justify-content:flex-end;margin-left:auto}.dt-container .dt-layout-cell:empty{display:none}.dt-container .dt-input,.dt-container label{display:inline;width:auto}.dt-container .dt-input{font-size:inherit;padding:5px}.dt-container .dt-length,.dt-container .dt-search{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.dt-container .dt-paging .dt-paging-button{background:#0000;border:1px solid #0000;border-radius:2px;box-sizing:border-box;color:inherit!important;cursor:pointer;display:inline-block;font-size:1em;height:32px;margin-left:2px;min-width:32px;padding:0 5px;text-align:center;text-decoration:none!important;vertical-align:middle}.dt-container .dt-paging .dt-paging-button.current,.dt-container .dt-paging .dt-paging-button:hover{border:1px solid #111}.dt-container .dt-paging .dt-paging-button.disabled,.dt-container .dt-paging .dt-paging-button.disabled:active,.dt-container .dt-paging .dt-paging-button.disabled:hover{border:1px solid #0000;color:#0000004d!important;cursor:default;outline:none}.dt-container .dt-paging>.dt-paging-button:first-child{margin-left:0}.dt-container .dt-paging .ellipsis{padding:0 1em}@media screen and (max-width:767px){.dt-container .dt-layout-row{flex-direction:column}.dt-container .dt-layout-cell{flex-direction:column;padding:.5em 0}}
.tablepress td{text-align:center}.tablepress thead th{text-align:center}.tablepress{border:1px solid #ddd}.tablepress tbody td{vertical-align:middle}.tablepress tfoot th,.tablepress thead th{background-color:#48AD4B;font-weight:700;vertical-align:middle;color:#FFF;border-right:1px solid #ddd}.tablepress tbody td,.tablepress tfoot th{border-right:1px solid #ddd}.diagonal-line{position:relative}.diagonal-line::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border-top:1px solid #000;border-right:1px solid #000;transform:rotate(-45deg);transform-origin:center;pointer-events:none}.tablepress-scroll-wrapper{overflow-x:auto;overflow-y:hidden}@media (max-width:767px){.tablepress-responsive-stack-phone thead{display:none}.tablepress-responsive-stack-phone tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-phone tbody td:first-child{border-top:1px solid #ddd}}@media (max-width:979px){.tablepress-responsive-stack-tablet thead{display:none}.tablepress-responsive-stack-tablet tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-tablet tbody td:first-child{border-top:1px solid #ddd}}@media (max-width:1199px){.tablepress-responsive-stack-desktop thead{display:none}.tablepress-responsive-stack-desktop tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-desktop tbody td:first-child{border-top:1px solid #ddd}}.tablepress-responsive-stack-all thead{display:none}.tablepress-responsive-stack-all tbody td{display:block;text-align:center;border-top:none}.tablepress-responsive-stack-all tbody td:first-child{border-top:1px solid #ddd}@media (max-width:767px){.tablepress-responsive-phone{display:block}.tablepress-responsive-phone thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-phone thead{float:right}.tablepress-responsive-phone tfoot{display:none}.tablepress-responsive-phone tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-phone tbody td,.tablepress-responsive-phone thead th,.tablepress-responsive-phone thead tr{display:block;border:none}.tablepress-responsive-phone tbody td:empty:before{content:"\00a0"}.tablepress-responsive-phone tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-phone thead th{width:auto!important}.tablepress-responsive-phone thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-phone tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-phone .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-phone .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-phone .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:979px){.tablepress-responsive-tablet{display:block}.tablepress-responsive-tablet thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-tablet thead{float:right}.tablepress-responsive-tablet tfoot{display:none}.tablepress-responsive-tablet tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-tablet tbody td,.tablepress-responsive-tablet thead th,.tablepress-responsive-tablet thead tr{display:block;border:none}.tablepress-responsive-tablet tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-tablet thead th{width:auto!important}.tablepress-responsive-tablet tbody td:empty:before{content:"\00a0"}.tablepress-responsive-tablet thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-tablet tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-tablet .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-tablet .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}@media (max-width:1199px){.tablepress-responsive-desktop{display:block}.tablepress-responsive-desktop thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-desktop thead{float:right}.tablepress-responsive-desktop tfoot{display:none}.tablepress-responsive-desktop tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-desktop tbody td,.tablepress-responsive-desktop thead th,.tablepress-responsive-desktop thead tr{display:block;border:none}.tablepress-responsive-desktop tbody td:empty:before{content:"\00a0"}.tablepress-responsive-desktop tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-desktop thead th{width:auto!important}.tablepress-responsive-desktop thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-desktop tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-desktop .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-desktop .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}}.tablepress-responsive-all{display:block}.tablepress-responsive-all thead{display:block;float:left}.tablepress-rtl.tablepress-responsive-all thead{float:right}.tablepress-responsive-all tfoot{display:none}.tablepress-responsive-all tbody{display:block;width:auto;position:relative;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.tablepress-responsive-all tbody td,.tablepress-responsive-all thead th,.tablepress-responsive-all thead tr{display:block;border:none}.tablepress-responsive-all tbody td:empty:before{content:"\00a0"}.tablepress-responsive-all tbody tr{display:inline-block;vertical-align:top}.tablepress-responsive-all thead th{width:auto!important}.tablepress-responsive-all thead tr th:not(:last-child){border-bottom:1px solid transparent}.tablepress-responsive-all tbody tr td:not(:last-child){border-bottom:1px solid #ddd}.dataTables_wrapper .tablepress-responsive-all .sorting:after{transform:rotate(90deg);padding:0}.dataTables_wrapper .tablepress-responsive-all .sorting_asc:after{content:"\f0d9";padding:0 2px 0 0}.dataTables_wrapper .tablepress-responsive-all .sorting_desc:after{content:"\f0dA";padding:0 1px 0 0}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child{cursor:default!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before{display:none!important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{top:8px;left:4px;height:16px;width:16px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:16px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0!important;font-family:"Courier New",Courier,monospace;line-height:16px;content:"+";background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before{content:"-";background-color:#d33333}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>td.dtr-control,table.dataTable.dtr-column>tbody>tr>th.control,table.dataTable.dtr-column>tbody>tr>th.dtr-control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>td.dtr-control:before,table.dataTable.dtr-column>tbody>tr>th.control:before,table.dataTable.dtr-column>tbody>tr>th.dtr-control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:#fff;border:2px solid #fff;border-radius:16px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0!important;font-family:"Courier New",Courier,monospace;line-height:16px;content:"+";background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent td.dtr-control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before,table.dataTable.dtr-column>tbody>tr.parent th.dtr-control:before{content:"-";background-color:#d33333}table.dataTable>tbody>tr.child{padding:.5em 1em}table.dataTable>tbody>tr.child:hover{background:0 0!important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:700}.dataTables_scroll .tablepress{width:100%!important}.tablepress-responsive *{word-break:normal}