.directmail_sf table tbody tr {
border-bottom-style: none !important;
}
.directmail_sf table tbody td {
padding: 0;
}
.directmail_sf input[type="submit"] {
background-color: yellow !important;
} .rb-intro__content {
padding-top: 4vw;
padding-bottom: 4vw;
max-height: 100%;
overflow: auto;
}
.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
padding: 0!important;
background: none!important;
border: none!important;
}
.embedded-form form {
max-width: 400px;
margin: auto;
}
.embedded-form * {
text-align: left;
}
body div.pdfemb-loadingmsg {
min-height: 400px;
display: flex;
justify-content: center;
align-items: center;
color: white!important;
background: #2b0815dd!important;
}
.pdfemb-pagescontainer {
margin: 0!important;
}
.embed-container {
display: flex;
flex-direction: column;
}
.embedded-form {
width: 100%;
}
.embed-container {
max-width: 95%;
margin: auto;
}
.page-id-1874 span.rb-header__open-text {
display: none!important;
}
.pdfemb-pagescontainer, div.pdfemb-inner-div {
background: #2b0815!important;
}
div.pdfemb-toolbar-bottom {
right: 0;
left: unset;
display: flex;
flex-direction: column;
}
div.pdfemb-toolbar div:last-child {
display: none;
}
button.pdfemb-next, button.pdfemb-prev {
position: absolute;
left: 10px;
margin-top: -35%!important;
transform: scale(1.3);
}
button.pdfemb-next {
left: unset;
right: 10px;
}
body div.pdfemb-toolbar button.pdfemb-next, 
body div.pdfemb-toolbar button.pdfemb-prev, 
body div.pdfemb-toolbar button[disabled].pdfemb-next,
body div.pdfemb-toolbar button[disabled].pdfemb-prev {
box-shadow: none!important;
border: none!important;
background: rgba(0,0,0,0.5)!important;
border-radius: 50%;
height: 30px;
width: 30px;
display: flex!important;
justify-content: center!important;
align-items: center!important;
}
body div.pdfemb-toolbar button,
body div.pdfemb-toolbar button[disabled], .pdfemb-page-area,
button.pdfemb-zoomout,
button.pdfemb-zoomin {
display: none!important;
} .rb-intro__content::-webkit-scrollbar {
width: 0px;
}
.postid-1865 .rb-services-prev,
.postid-1865  .rb-services-next {
display: none;
}
@media (max-width:768px){
.wpforms-layout-row {
margin: auto!important;
}
.wpforms-layout-column.wpforms-layout-column-100 {
padding: 0!important;
}
}
.assembly-link {
cursor: pointer;
}
.assembly-model {
display: block; position: fixed;
top: 0;
left: calc(50% - 300px);
width: 600px;
z-index: 9;
transform: translateY(-100%);
opacity: 0;
transition: all 0.3s ease;
}
.assembly-model-content {
background-color: #fff;
color: #333;
padding: 30px;
border-radius: 6px;
}
.assembly-model.show {
transform: translateY(20vh);
opacity: 1;
}
.assembly-model:not(.show) {
pointer-events: none;
}
body.model-overlay header.rb-header {
z-index: 1;
}
.assembly-model h3 {
text-transform: none;
font-weight: 600;
font-size: 1.25rem;
}
.assembly-model p {
margin-bottom: 0;
font-size: 1rem;
line-height: 1.5em;
}
.assembly-close {
position: absolute;
top: 0;
right: 0;
width: 28px;
height: 28px;
background-color: #f83232;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
border-top-right-radius: 5px;
}
.assembly-close img {
width: 14px;
height: 14px;
}
body.model-overlay::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: #000;
z-index: 9;
opacity: 0.6;
}
body.model-overlay .z-index-5 {
z-index: unset !important;
}
@media (max-width: 767px) {
.assembly-model.show {
transform: translateY(14vh);
}
.assembly-model {
width: 90%;
left: 5%;
}
}
.postid-1864 ul.assembly-list li.assembly-link {
text-decoration: underline;
text-decoration-style: dotted;
}
.modal {
display: none; position: fixed; z-index: 1; left: 0;
top: 100px;
width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); padding: 30px;
} .modal-content {
background-color: #fefefe;
margin: 15% auto; padding: 20px;
border: 1px solid #888;
width: 80%; } .close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}