
h1, h2, h3, h4, h5, h6, p, span, li, td, label {
    color: #212229;
}
th, td, label {    
    font-family: "public-sans", Arial;
    padding: 8px;
    vertical-align: top;
}
tr {
    border-bottom: solid 1px #F1ECE2;
}
tr:last-child {
    border-bottom: none;
}
th {
    font-size: 1rem;
    text-align: left;
}
#rhtp fieldset {
    border: none;
    margin: 0;
    padding: 0;
    padding-block: 0;
    padding-inline: 0;
    margin-inline: 0;
    min-inline-size: 0;
}
#rhtp #wrapper {
    background: #FFFEF9;
}
#rhtp #wrapper.rhtp-subnav {
    padding-top: 100px;
}
#rhtp h1, #rhtp h2, #rhtp h3, #rhtp h4, #rhtp h5 {
    font-family: 'Raleway', sans-serif;
}
#rhtp a {
    font-size: 1rem;
    color: #0A504C;
}
#rhtp table {
    border-collapse: collapse;
    font-size: .9rem;
}
#rhtp table.grid-table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: solid 1px #F1ECE2;
    border-radius: 8px;
}
div.hide, #rhtp table.grid-table.hide tr, #rhtp #home .home-grid.application .app-body .help.alt-help.hide, #rhtp #home .home-grid.application .project-form section > div.hide {
    display: none;
}
#rhtp table.grid-table.hide tr:first-of-type {
    display: table-row;
}
#rhtp table.grid-table tr {
    position: relative;
}
#rhtp table.grid-table tr::after {
    content: '';
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    border-bottom: solid 1px #F1ECE2;
}
#rhtp table.grid-table tr:first-child::after, #rhtp table.grid-table tr:last-child::after {
    display: none;
}
#rhtp table.grid-table.no-head tr:first-child::after {
    display: block;
}
#rhtp table.grid-table th {
    background: #EBF2EC; 
    border-radius: 8px 8px 0 0;
    padding-left: 16px;
}
#rhtp table.grid-table td {
    padding: 12px 16px;
}
#rhtp table.grid-table td:last-child {
    text-align: right;
}
#rhtp label {
    font-size: .9rem;
}
#rhtp .banner {
    position: relative;
    background-color: #11271D;
    color: #fff;
    padding: 0.88rem;
    text-align: center;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0.5px;
}
#rhtp .banner-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}
#rhtp .banner-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
#rhtp .banner-item p, #rhtp .banner-item a {  
    color: #fff;
    font-size: 0.88rem;
    margin-bottom: 0;
}
#rhtp .banner-item .bullet {
    color: #E37764;
}
#rhtp .nav__items {
    padding-right: 178px;
}
#rhtp .subnav-wrap {
    background: #FCD574;
}
#rhtp .subnav-wrap.fixed {    
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 800;
}
#rhtp .nav__logo.fixed {
    position: fixed;
    top: 16px;
    left: 0;
    z-index: 900;
}
#rhtp .subnav {
    display: grid;
    grid-template-columns: auto 1fr;
    max-width: 1440px;
    margin: auto;
}
#rhtp .subnav img.logo {
    position: relative;
    padding-right: 32px;
    max-width: 100%;
    z-index: 999;
}
#rhtp .subnav ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto 0;
    padding: 0;
}
#rhtp .subnav li {
    display: inline-block;
    list-style: none;
    font-size: 1rem;
    line-height: normal;
    margin: 0;
}
#rhtp .subnav li a {
    display: block;
    color: #212229;
    text-decoration: none;
    padding: 10px 16px;
}
#rhtp .subnav-button {
    background: #11271D;
    border-radius: 999px;
}
#rhtp li.subnav-button a {
    color: #fff;
}
#rhtp #home {
    background: #F1ECE2;
    padding: 64px 16px;
}
#rhtp #home .home-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    max-width: 1440px;
    margin: auto;
}
#rhtp #home .home-flex {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: auto;
}
#rhtp #home .home-grid.form {
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
}
#rhtp #home .home-grid.form .form-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    gap: 32px;
}
#rhtp #home .home-grid.application {
    grid-template-columns: 350px 2fr 1fr;
    gap: 16px;
    background: #FAF6EC;
    padding: 32px 16px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .app-nav {
    padding: 32px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .app-nav ul {
    list-style: none;
    padding: 0;
}
#rhtp #home .home-grid.application .app-nav ul:first-child {
    border-bottom: solid 1px #ccc;
}
#rhtp #home .home-grid.application .app-nav ul li a, #rhtp #home .home-grid.application .app-nav ul li p {
    display: block;
    font-size: 1rem;
    line-height: normal;
    padding: 8px;
    text-decoration: none;
    border-radius: 8px;
}
#rhtp #home .home-grid.application .app-nav ul li p {
    color: #999;
}
#rhtp #home .home-grid.application .app-nav ul li p span {
    color: #999;
    border: solid 1px #999;
}
#rhtp #home .home-grid.application .app-nav ul li a:hover {
    background: #FFFEF9;
}
#rhtp #home .home-grid.application .app-nav ul li a.active {
    background: #fff;
}
#rhtp #home .home-grid.application .app-nav ul li span, #rhtp #home .home-grid.application .project-form .number {
    display: inline-block;
    background: #fff;
    font-size: .7rem;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 4px;
    box-sizing: border-box;
    line-height: normal;
    text-align: center;
    vertical-align: bottom;
    border: solid 1px #0A504C;
    border-radius: 8px;
}
#rhtp #home .home-grid.application .project-form .number {
    background: #F3EBDB;
    border: none;
    font-weight: 700;
}
#rhtp #home .home-grid.application label {
    display: block;
    padding: 8px 0;
}
#rhtp #home .home-grid.application table.grid-table td label {
    display: inline;
}
#rhtp #home .home-grid.application input[type="text"], #rhtp #home .home-grid.application select, #rhtp #home .home-grid.application textarea {
    display: block;
    box-sizing: border-box;
    font-family: "public-sans", Arial;
    font-size: .9rem;
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
    border: solid 1px #CDC8B7;
    border-radius: 8px;
}
#rhtp #home .home-grid.application .edit-form input[type="text"], #rhtp #home .home-grid.application .edit-form select {
    display: inline-block;
    border: solid 1px #EBF2EC;
    background: #f8f8f8;
    margin-bottom: 0;
    padding: 2px 0 2px 8px;
    border-radius: 0;
    width: 185px;
    max-width: 100%;
}
#rhtp #home .home-grid.application .project-form section {
    padding: 0;
    padding: 8px 0;
}
#rhtp #home .home-grid.application .project-form section.shaded {
    background: #FAF6EC;
    padding: 16px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .project-form section > div {
    max-width: 100%;
    padding: 0;
}
#rhtp #home .home-grid.application .app-nav ul li a.active span {
    background: #0A504C;
    color: #fff;
}
#rhtp #home .home-grid.application .app-body {
    background: #fff;
    padding: 32px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .app-body ul {
    padding-left: 2rem;
}
#rhtp #home .home-grid.application .app-body ul.fa-ul {
    padding-left: 0;
}
#rhtp #home .home-grid.application .app-body .green i, #rhtp #home .home-grid.application .app-body ul.fa-ul.green i {
    color: #0A504C;
}
#rhtp #home .home-grid.application .app-body p, #rhtp #home .home-grid.application .app-body li {
    font-size: 1rem;
}
#rhtp #home .home-grid.application .app-body li {
    margin-bottom: .5rem;
}
#rhtp #home .home-grid.application .app-body li.rel {
    position: relative;
}
#rhtp #home .home-grid.application .tooltip {
    display: none;
    max-width: 100vw;
    box-shadow: 1px 1px 3px #666;
    z-index: 10;
}
#rhtp #home .home-grid.application .tooltip::after {
    background: none;
}
#rhtp #home .home-grid.application .tooltip, #rhtp #home .home-grid.application .tooltip li {
    text-align: left;
    font-size: .8rem;
}
#rhtp #home .home-grid.application .tooltip ol {
    margin-left: 1em;
}
#rhtp #home .home-grid.application .tooltip ol > li {
    list-style: decimal;
    padding-left: 0;
}
#rhtp #home .home-grid.application .tooltip ol > li::before {
    position: static;
    content: "";
}
#rhtp #home .home-grid.application .total {
    background: #0A504C;    
    padding: 24px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .total p {
    color: #fff;
    font-size: .8rem;
}
#rhtp #home .home-grid.application .total p.above-title {
    color: #F3EBDB;
    text-transform: uppercase;
}
#rhtp p.above-label, #rhtp #home .home-grid.application p.above-label {
    margin-bottom: 0;
}
#rhtp #home .home-grid.application .total h3 {
    font-size: 2rem;
    color: #F3EBDB;
    margin-bottom: 0;
}
#rhtp #home .home-grid.application .app-body .total h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 0;
}
#rhtp #home .home-grid.application .app-body .total h3 span {
    color: #fff;
}
#rhtp #home .home-grid.application .app-info .help {
    background: #8FB29D;    
    padding: 24px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .app-info .help p, #rhtp #home .home-grid.application .app-info .help a {
    font-size: .8rem;
}
#rhtp #home .home-grid.application .help .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
#rhtp #home .home-grid.application .help .grid ul, #rhtp #home .home-grid.application .no-margin {
    margin-bottom: 0;
}
#rhtp #home .home-grid.application .help .grid ul li {
    margin-bottom: 8px;
}
#rhtp #home h1 {
    font-size: 1.7rem;
    text-transform: uppercase;
}
#rhtp #home h2 {
    font-weight: normal;
}
#rhtp #home h2.center {
    text-align: center;
}
#rhtp #home h1 span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
}
#rhtp #home h2 span {
    display: block;
    color: #E37764;
    font-weight: 600;
}

#rhtp #home .right img {
    max-width: 100%;
    border-radius: 16px;
}
#rhtp .button-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(300px, 1fr) );
    gap: 32px;
}
#rhtp .rhtp-button {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    align-items: center;
    background: #0A504C;
    border-radius: 16px;
}
#rhtp .rhtp-button-white {
    background: #fff;
}
#rhtp .rhtp-button-sky {
    background: #31798F;
}
#rhtp .rhtp-button a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 1.1rem;
    padding: 24px;
}
#rhtp .rhtp-button a.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
}
#rhtp .rhtp-button-white a {
    color: #0A504C;
}
#rhtp .rhtp-button a span {
    display: block;
    font-size: .8rem;
    color: #8FB29D;
    text-transform: uppercase;
}
#rhtp .rhtp-button-sky a, #rhtp .rhtp-button-sky a span {
    color: #fff;
}
#rhtp .contract-form.hidden {
    display: none;
}
#rhtp .contract-form.collapse {
    height: 40px;
    overflow: hidden;
}
#rhtp .project-form .actions {
    position: absolute;
    top: 32px;
    right: 16px;
}
#rhtp .contract-form .toggle {
    display: block;
    font-size: .8rem;
}
#rhtp #application-form button.rhtp-button.add, #rhtp .contract-form button.rhtp-button.add {
    display: block;    
    background: #EBF2EC;   
    color: #0A504C;
    font-size: .9rem;
    font-weight: 700;
    width: 100%;
    border: dashed 1px #C18A1E
}
#rhtp .edit-form button.rhtp-button.edit {
    display: inline-block;    
    background: #EBF2EC;   
    color: #0A504C;
    font-size: .75rem;
    padding: 12px;
    margin-top: 8px;
    font-weight: 700;
    width: auto;
    border: dashed 1px #C18A1E
}
#rhtp section {
    padding: 64px 32px;
}
#rhtp section.tan-shaded {
    background: #F3EBDB;
}
#rhtp section.green-shaded {
    background: #0A504C;
}
#rhtp section.ltan-shaded {
    background: #FAF6EC;
}
#rhtp section > div {
    max-width: 1440px;
    padding: 32px 0;
    margin: 0 auto;
}
#rhtp section div.left {
    padding-right: 32px;
}
#rhtp section div.grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#rhtp section div.grid-end {
    align-items: end;
}
#rhtp section h2 {
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}
#rhtp section h2.border {
    border-bottom: solid 2px #E37764;
    padding-bottom: 16px;
}
#rhtp section h3 span {
    color: #E37764;
    font-weight: 600;
}
#rhtp section div.card-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(225px, 1fr) );
    gap: 32px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#rhtp section div.card-grid .card {
    background: #fff;
    border: none;
    border-radius: 16px;
}
#rhtp section div.card-grid .card h4 {
    font-size: 1.25rem;
    text-decoration: none;
}
#rhtp section h5 {
    font-size: 1.1rem;
    font-weight: normal;
}
#rhtp section div.card-grid .card p {
    font-size: 1rem;
}
#rhtp section div.card-grid .card a {
    color: #0A504C;
}
#rhtp section.green-shaded p {
    color: rgba(250, 246, 236, 0.75);
}
#rhtp section.green-shaded h2, #rhtp section.green-shaded h3, #rhtp section.green-shaded h4 {
    color: #fff;
}
#rhtp section div.box-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(225px, 1fr) );
    padding: 0;
    margin-bottom: 0;
    border-radius: 16px;
    border: solid 1px rgba(250, 246, 236, 0.33);
}
#rhtp section div.box-grid .box {
    padding: 32px;
    border-right: solid 1px rgba(250, 246, 236, 0.33);
}
#rhtp section div.box-grid .box:last-child {
    border-right: none;
}
#rhtp section div.box-grid .box p {
    font-size: 1rem;
    padding-bottom: 0;
}
#rhtp section div.box-grid .box a {
    color: #fff;
}
#rhtp section div.box-grid .box h4 {
    font-size: 2.5rem;
    text-decoration: none;
}
#rhtp section div.box-grid .box h4 span {
    color: #E37764;
    font-weight: normal;
}
#rhtp .quote-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 80px;
    max-width: 1440px;
    margin: 64px auto 0 auto;
    border-top: solid 1px rgba(250, 246, 236, 0.33);
}
#rhtp .quote {
    font-size: 1.4rem;
}
#rhtp .rhtp-button-orange {
    background: #E37764;
}
#rhtp .rhtp-button-orange a {
    color: #212229;
    text-decoration: none;
}
#rhtp .rhtp-button-orange a span {
    color: #212229;
}
#rhtp .quote-grid .rhtp-button {    
    max-width: 350px;
}
#rhtp section .call-out, #rhtp #home .home-grid.application .app-body .call-out {
    align-self: self-start;
    background: #F3EBDB;
    padding: 32px;
    margin-right: 32px;
    border: solid 1px #E37764;
    border-left: solid 4px #E37764;
    border-radius: 32px;
}
#rhtp #home .warning, #rhtp #home .home-grid.application .app-body .warning {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    background: #F3EBDB;
    padding: 16px;
    border: solid 1px #E37764;
    border-radius: 16px;
}
#rhtp #home .warning p, #rhtp #home .warning a, #rhtp #home .home-grid.application .app-body .warning p, #rhtp #home .warning p, #rhtp #home .home-grid.application .app-body .warning li, #rhtp #home .warning p, #rhtp #home .home-grid.application .app-body .warning a, #rhtp #home .home-grid.application .app-body .warning i {
    font-size: .9rem;
    color: #A8512F;
    margin-bottom: 0;
}
#rhtp #home .home-grid.application .app-body .project-form {
    position: relative;
    padding: 32px;
    border: solid 1px #C18A1E;
    border-left: solid 4px #C18A1E;
    border-radius: 32px;
}
#rhtp #home .home-grid.application .app-body .call-out {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    padding-bottom: 8px;
    margin-right: 0;
}
#rhtp #home .home-grid.application .app-body .above-title, #rhtp #home .home-grid.application .app-body .call-out .above-title {
    text-transform: uppercase;
    font-size: .8rem;
    color: #E37764;
    font-weight: 700;
    margin-bottom: 0;
}
#rhtp #home .home-grid.application .app-body .call-out i {
    color: #E37764;
}
#rhtp #home .home-grid.application .app-body .call-out i.fa-inverse {
    color: #fff;
}
#rhtp #home .home-grid.application .app-body .help {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    background: #8FB29D;    
    padding: 24px 24px 16px 24px;
    border-radius: 16px;
}
#rhtp #home .home-grid.application .app-body .help .break-grid {
    grid-column: 1 / -1;
}
#rhtp #home .home-grid.application .app-body .help.alt-help {
    background: #FBF3DE;
    border: solid 1px #E7C97D;
}
#rhtp #home .home-grid.application .app-body .attestation-box {
    padding-bottom: 32px;
}
#rhtp #home .home-grid.application .app-body .attestation-box label {
    display: inline;
}
#rhtp #home .home-grid.application .app-body .attestation-box .help {
    border: solid 2px #0A504C;
}
#rhtp #home .home-grid.application .app-body .attestation-box .check-block label {
    background: #fff;
}
#rhtp .call-out .rhtp-button {
    display: inline-block;
}
#rhtp .call-out .rhtp-button a {
    font-size: .9rem;
    padding: 16px;
}
#rhtp #home .home-grid.application .app-body .help p, #rhtp #home .home-grid.application .app-body .help a, #rhtp #home .home-grid.application .app-body .help li {
    font-size: .9rem;
    margin-bottom: 8px;
}
#rhtp section .call-out h3 {
    font-size: 2.5rem;
}
#rhtp #home .home-grid.application .app-body .call-out h3 {
    font-size: 1.3rem;
}
#rhtp #home .home-grid.application .app-body h4 {
    font-size: 1.1rem;
    text-decoration: none;
    margin-bottom: .5rem;
}
#rhtp section .call-out h3 span {
    display: block;
    font-size: 1rem;
    color: #666;
    font-weight: normal;
}
#rhtp section div.news-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
}
#rhtp section div.news-grid .featured {
    background: #0A504C;    
}
#rhtp section div.news-grid .featured h4, #rhtp section div.news-grid .featured p, #rhtp section div.news-grid .featured a {
    color: #fff;
}
#rhtp section div.news-grid p.date {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: .75rem; 
    color: #0A504C;
    text-transform: uppercase;
}
#rhtp section div.news-grid p.date::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #0A504C;
}
#rhtp section div.news-grid .featured p.date, #rhtp section div.news-grid .featured p.date span {
    color: #F3EBDB;  
}
#rhtp section div.news-grid .featured p.date::after {
    background: #F3EBDB;
}
#rhtp section div.resource-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
#rhtp section div.resource-grid a.card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFEF9;
    text-decoration: none;
}
#rhtp section div.resource-grid a.card p {
    margin-bottom: 0;
}
#rhtp section div.resource-grid a.card span {
    display: block;
    color: #212229;
    font-size: .8rem;
}
#rhtp section div.resource-grid a.card span.bold {
    font-size: 1rem;
    font-weight: 600;
    color: #0A504C;
}
#rhtp section div.resource-grid a.card .icon {
    font-size: 2rem;
}
#rhtp #Contact-us div {
    max-width: 1024px;
    margin: 0 auto;
}
#rhtp #Contact-us div.left {
    margin: 0;
}
#rhtp #Contact-us div h3, #rhtp #Contact-us div p {
    margin-bottom: 0;
}
#rhtp #Contact-us div.g-recaptcha, #rhtp #Contact-us div.g-recaptcha div {
    margin: 0;
}
#rhtp #Contact-us form {
    box-sizing: border-box;
    background: rgba(255,255,255,0.04);
    max-width: 1024px;
    margin: 32px auto;
    border-radius: 16px;
}
#rhtp #Contact-us form label {
    display: block;
    font-family: "public-sans", Arial;
    font-size: .8rem;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 12px;
}
#rhtp #Contact-us form input, #rhtp #Contact-us form select, #rhtp #Contact-us form textarea {
    box-sizing: border-box;
    background: rgba(255,255,255,0.05);
    font-family: "public-sans", Arial;
    font-size: .9rem;
    color: #000;
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
    border: solid 1px #000;
    border-radius: 8px;
}
#rhtp #Contact-us form select option {
    color: #212229;
}
#rhtp #Contact-us form button.rhtp-button {
    background: #E37764;
    color: #212229;
    font-size: 1rem;
    padding: 16px;
    border: none;
    border-radius: 8px;
}
#rhtp #Contact-us .warning {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    background: #F3EBDB;
    padding: 16px;
    border: solid 1px #E37764;
    border-radius: 16px;
}
#rhtp #Contact-us .warning div {
    margin: 0;
}
#rhtp #Contact-us .warning p {
    font-size: .9rem;
    color: #A8512F;
    margin-bottom: 0;
}
#rhtp #sign-in, #rhtp #register {
    box-sizing: border-box;
    background: #fff;
    padding: 32px;
    border-radius: 16px;
}
#rhtp #sign-in label, #rhtp #register label {
    display: block;
    font-family: "public-sans", Arial;
    font-size: .8rem;
    text-transform: uppercase;
    padding-bottom: 12px;
}
#rhtp #sign-in input, #rhtp #sign-in select, #rhtp #sign-in textarea, #rhtp #register input, #rhtp #register select, #rhtp #register textarea {
    box-sizing: border-box;
    font-family: "public-sans", Arial;
    font-size: .9rem;
    width: 100%;
    padding: 16px;
    margin-bottom: 24px;
    border: solid 1px #212229;
    border-radius: 8px;
}
#rhtp #application-form .radio-block, #rhtp .contract-form .radio-block {
    position: relative;
    margin: 8px 0;
}
#rhtp #application-form .input-grid, #rhtp .contract-form .input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
#rhtp #application-form .check-block, #rhtp .contract-form .check-block {
    position: relative;
    display: inline-block;
    margin: 8px 0;
}
#rhtp #application-form .indent {
    margin-left: 20px;
}
#rhtp #application-form .check-block.full, #rhtp .contract-form .check-block.full {
    display: block;
}
#rhtp #application-form .radio-block input[type="radio"], #rhtp #application-form .check-block input[type="checkbox"], #rhtp .contract-form .radio-block input[type="radio"], #rhtp .contract-form .check-block input[type="checkbox"] {
    position: absolute;
    top: 8px;
    left: 8px;
}
#rhtp #home .home-grid.application #application-form .radio-block input[type="radio"] + label, #rhtp #home .home-grid.application .contract-form .radio-block input[type="radio"] + label {
    display: block;
    padding: 8px 8px 8px 32px;
    border: solid 1px #ccc;
    border-radius: 8px;
}
#rhtp #home .home-grid.application #application-form .check-block input[type="checkbox"] + label, #rhtp #home .home-grid.application .contract-form .check-block input[type="checkbox"] + label {
    display: inline-block;
    padding: 8px 8px 8px 32px;
    border: solid 1px #ccc;
    border-radius: 8px;
}
#rhtp #home .home-grid.application #application-form .check-block.full input[type="checkbox"] + label, #rhtp #home .home-grid.application .contract-form .check-block.full input[type="checkbox"] + label {
    display: block;
}
#rhtp #application-form input[type="radio"] + label:hover, #rhtp #application-form input[type="checkbox"] + label:hover, #rhtp .contract-form input[type="radio"] + label:hover, #rhtp #application-form input[type="checkbox"] + label:hover {
    cursor: pointer;
}
#rhtp #home .home-grid.application #application-form .radio-block input[type="radio"]:checked + label, #rhtp #home .home-grid.application #application-form .check-block input[type="checkbox"]:checked + label, #rhtp #home .home-grid.application .contract-form .radio-block input[type="radio"]:checked + label, #rhtp #home .home-grid.application .contract-form .check-block input[type="checkbox"]:checked + label {
    background: #EBF2EC;
    border: solid 2px #212229;
}
#rhtp #application-form .buttons, #rhtp .contract-form .buttons {
    padding: 16px 0;
}
#rhtp #application-form .buttons .back, #rhtp .contract-form .buttons .back {
    float: left;
    display: block;
    background: #fff;
    border: solid 1px #0A504C;
    border-radius: 8px;
    line-height: normal;
}
#rhtp #application-form .buttons .back a, #rhtp .contract-form .buttons .back a {
    font-size: 1rem;
    padding: 16px;
    color: #0A504C;
    line-height: normal;
}
#rhtp #application-form .buttons .next, #rhtp .contract-form .buttons .next {
    float: right;
}
#rhtp .final-buttons {
    text-align: center;
}
#rhtp .final-buttons .rhtp-button {
    display: inline-block;
    margin: 0 16px;
}
#rhtp .final-buttons .white {
    background: #fff;
    border: solid 1px #0A504C;
    line-height: normal;
}
#rhtp .final-buttons .rhtp-button a {
    font-size: 1rem;
    padding: 16px;
    line-height: normal;
}
#rhtp .final-buttons .white a {
    color: #0A504C;
}
#rhtp #application-form button:hover, #rhtp #application-form .buttons button:hover, #rhtp .contract-form button:hover, #rhtp .contract-form .buttons button:hover {
    cursor: pointer;
}
#rhtp #sign-in button.rhtp-button, #rhtp #application-form button.rhtp-button, #rhtp a.rhtp-button, #rhtp .contract-form button.rhtp-button, #rhtp a.rhtp-button, #rhtp #register button.rhtp-button {
    color: #fff;
    font-size: 1rem;
    padding: 16px;
    border: none;
    border-radius: 8px;
}
#rhtp #sign-in p, #rhtp #register p {
    font-size: 1rem;
}
#rhtp #sign-in a, #rhtp #register a {
    color: #0A504C;
}
#rhtp .footer {
    background: #14110D;
}
#rhtp #g-recaptcha {
    max-width: 100%;
    overflow: hidden;
}

@media (max-width: 1439px) {
    #rhtp .button-grid {
        max-width: 800px;
    }
}
@media (max-width: 1365px) {
    #rhtp .subnav ul {
        gap: 0;
    }
    #rhtp .subnav li a {
        font-size: 1rem;
        padding: 10px;
    }
}
@media (max-width: 1023px) {    
    #rhtp #home .home-grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 32px;
    }
    #rhtp #home .home-grid .right img {
        max-height: 200px;
        width: 100%;
        object-fit: cover;
    }
    #rhtp section div.news-grid {
        grid-template-columns: 1fr;
    }
    #rhtp .subnav {
        display: block;
        text-align: center;
    }
    #rhtp .subnav ul {
        display: block;
        align-self: center;
        padding-bottom: 8px;
    }
}
@media (max-width: 799px) {    
    #rhtp section div.grid, #rhtp .quote-grid, #rhtp section div.resource-grid {
        grid-template-columns: 1fr;
    }
    #rhtp #Contact-us form {
        padding: 8px;
    }
}
@media (max-width: 399px) {
    #rhtp .subnav li a {
        padding: 4px 10px;
    }
    #rhtp .button-grid, #rhtp .rhtp-button {
        display: block;
    }
    #rhtp section {
        padding: 16px;
    }
    #rhtp #home .home-grid {
        margin: 0;
    }
    #rhtp #home .home-grid.application .help .grid, #rhtp #home .warning, #rhtp #home .home-grid.application .app-body .warning, #rhtp #home .home-grid.application .app-body .help, #rhtp #home .home-grid.application .app-body .call-out {
        display: block;
    }
    .edit-form {
        overflow: auto;
    }
}