table.table {
    width: 100%;
    border-collapse: collapse;
}

table.table a {
    color: inherit;
    text-decoration: none;
}
table.table a:hover {
    color: inherit;
    text-decoration: underline;
}

table.table th {
    text-align: left;
}

table.table td, table.table th {
    font-size: 16px;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    vertical-align: top;
}
table.table tr:last-child td, table.table tr:last-child th {
    border-bottom: none;
}


div.breadcrumbs {
    margin-bottom: 2em;
    display: none;
}


table.layout {
    width: 100%;
}
table.layout td, table.layout th {
    padding: 5px 10px;
    vertical-align: top;
}


div.form-check {
    font-size: 110%;
    padding: .5em;
    text-transform: uppercase;
}
div.form-check label {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
div.form-check input {
    margin-right: 1em;
}

.wdform_row {
    margin-bottom: .5em;
}

.wdform_row input {
    width: 100%
}
.wdform_row textarea {
    width: 100%
}

button {
    margin-top: 1.5em;
}

a.tab-btn {
    text-decoration: inherit;
}



.breadcrumbs {
    font-size: 14px;
    font-weight: 300;
}
.breadcrumbs a {
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs b {
    font-size: 13px;
    gap: 8px;
}

h2 {
    margin-bottom: .5em;
}

.section-intro {
    max-width: 100%;
}
.section-intro ol, .section-intro ul {
    margin-left: 3em;
}
.section-intro p:first-child {
    margin-top: 0;
}

footer {
    margin-top: 4em;
    margin-bottom: 0;
    position
}
