#newsletter-signup {
position: fixed;
height: 100%;
width: 100%;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,.8);
display: flex;
justify-content: center;
align-items: center;
pointer-events: all;
z-index: 99999999;
visibility: hidden;
opacity:0;
transition: opacity .15s ease-in;
color:#000;
}
#newsletter-signup .wrapper {
position: absolute;
box-shadow: 2px 8px 23px 3px rgb(0 0 0 / 20%);
border-radius: 0px;
overflow-x: hidden;
overflow-y: auto;
width: 600px;
max-width: 100%;
max-height: 100%;
height:auto;
pointer-events: all;
margin:auto;
background:#FFD700;
display: flex;
}
#newsletter-signup .wrapper .content {
padding: 30px 30px 20px 30px;
}
#newsletter-signup .wrapper .content h2 {
margin: 0;
}
#newsletter-signup .wrapper .content h3 {
display:none;
}
#newsletter-signup .wrapper .content p {
font-size:18px;
max-width:400px;
}
#newsletter-signup .wrapper .close {
position: absolute;
top: 20px;
right: 30px;
transition: all 200ms;
font-size: 30px;
font-weight: bold;
text-decoration: none;
color: #333;
} #newsletter-signup #gform_96 .gf_restore_text {
text-shadow:none;
color:#333;
}
#gform_96 {
color:#000;
}
#newsletter-signup input {
color:#000!important;
}
#newsletter-signup #gform_submit_button_96:hover,
#newsletter-signup #gform_submit_button_96:focus {
color:#FFF!important;
}
#field_96_4 .ginput_container_checkbox,
#field_96_4 #input_96_4,
#field_96_4 #choice_96_4_1 {
margin-top:0;
}
#gform_submit_button_96 {
margin-bottom:0;
}
#issue-select {
position:absolute;
right:0;
}
#go-to-newsletter-label {
position: relative;
}
#go-to-newsletter {
-webkit-appearance: none;
padding: 20px 30px 15px 15px;
border: 1px solid #fff;
border-radius: 0px;
background: #FFF;
box-shadow: 0 1px 3px -2px #333;
color: #333;
cursor: pointer;
transition: all 150ms ease;
font-weight: 300;
font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
}
#go-to-newsletter-label svg {
position: absolute;
right: 12px;
top: calc(50% - 3px);
width: 10px;
height: 6px;
stroke-width: 2px;
stroke: #333;
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
pointer-events: none;
}
@media screen and (max-width:768px) {
#newsletter-signup .wrapper {
width:95%;
}
}#sto-product-pdf-merger-container {
border: 1px solid #ccc;
padding: 10px;
}
#sto-products-list ul,
#sto-selected-products ul {
list-style-type: none;
padding: 0;
}
#sto-products-list li,
#sto-selected-products li {
padding: 5px;
border: 1px solid #ddd;
margin-bottom: 5px;
cursor: pointer;
}
#sto-products-list li.selected {
background-color: #d9edf7;
}
.product-checkboxes {
float:right;
}
.remove-product {
display: inline-block;
background-color: #ccc;
color: red;
font-weight: bold;
text-decoration: none;
padding: 1px 10px;
border-radius: 3px;
transition: background-color 0.3s ease;
float: left;
font-size: 12px;
margin-right: 10px;
}
.remove-product:hover {
background-color: #bbb;
}#compare-div {
position: fixed;
right: 0; 
bottom: 0;
width: 250px;
background-color: rgba(255, 215, 0, 0.8);
color: black;
padding: 10px;
z-index: 9999;
border: 1px solid #000; overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
#compare-div h4 {
margin: 5px 10px;
line-height: 20px;
}
#compare-div .compare-btn {
display: inline-block;
padding: 5px 10px;
background: #000;
color: #FFD700;
text-decoration: none;
text-align: center;
}
#compare-div button {
background: #000;
color: #FFD700;
border: none;
padding: 2px 5px;
cursor: pointer;
line-height: 17px;
} .hurricane-compare-table { display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch; border-collapse: collapse;
font-family: Arial, sans-serif;
font-size: 14px;
background: #fff;
margin-top: 20px;
}
.hurricane-compare-table thead {
background: #FFD700; color: #000;
}
.hurricane-compare-table thead th {
padding: 12px;
border: 1px solid #ccc;
text-align: left;
font-weight: bold;
}
.hurricane-compare-table tbody td {
padding: 10px;
border: 1px solid #ddd;
vertical-align: top;
}
.hurricane-compare-table tbody tr:nth-child(even) {
background: #f9f9f9;
}
.hurricane-compare-table tbody tr:hover {
background: #f1f1f1;
} .hurricane-compare-table td:contains("✅"),
.hurricane-compare-table td:contains("❌") {
font-size: 18px;
text-align: center;
} @media (max-width: 768px) {
.hurricane-compare-table {
font-size: 12px;
}
.hurricane-compare-table thead {
display: none;
}
.hurricane-compare-table tr {
display: block;
margin-bottom: 15px;
border: 1px solid #ddd;
}
.hurricane-compare-table td {
display: flex;
justify-content: space-between;
padding: 8px;
border-bottom: 1px solid #ddd;
white-space: normal;
}
.hurricane-compare-table td:before {
content: attr(data-label);
font-weight: bold;
flex-basis: 50%;
}
} .hurricane-compare-table.vertical {
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
border-collapse: collapse;
font-family: Arial, sans-serif;
font-size: 14px;
background: #fff;
margin-top: 20px;
}
.hurricane-compare-table.vertical th {
background: #FFD700; color: #000;
padding: 10px;
text-align: center;
border: 1px solid #ccc;
}
.hurricane-compare-table.vertical td {
padding: 10px;
border: 1px solid #ddd;
text-align: center;
}
.hurricane-compare-table.vertical td:first-child {
background: #f4f4f4;
font-weight: bold;
text-align: left;
}
.hurricane-compare-table.vertical tbody tr:nth-child(even) {
background: #f9f9f9;
}
.hurricane-compare-table.vertical td.icon {
font-size: 18px;
} @media (max-width: 768px) {
.hurricane-compare-table.vertical {
font-size: 12px;
}
.hurricane-compare-table.vertical th,
.hurricane-compare-table.vertical td {
padding: 6px;
}
}
.hurricane-table-wrapper {
background-color: #FFD700;
width: 50%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
#hurricaneTable {
width: 100%;
border-collapse: collapse;
}
#compare-items {
font-size:12px;
line-height: 18px;
background-color: #fff;
padding: 2px 5px;
border: 1px #000 solid;
border-radius: 10px;
margin: 5px;
}
#hurricaneTable thead {
background-color:#ffd700;
}
#hurricaneTable thead tr {
font-size:11px;
}
.more-info-button { background-color: #999;
color: #fff;
border: none;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
font-size: 11px;
}
.sorting_1 {
font-weight:700;
}
#hurricaneTable th:nth-child(10),
#hurricaneTable td:nth-child(10) {
min-width: 80px;
}
#close-compare {
position: absolute;
top:2px;
right: 2px;
}
#clear-compare {
position: absolute;
top:8px;
right: 30px;
}.sto-systems-cta-icons,
.sto-systems-cta-buttons {
margin: 3rem 0;
}
.sto-systems-cta-icons ul {
list-style:none;
margin:0;
padding:0;
display:flex;
justify-content:space-evenly;
}
.sto-systems-cta-icons ul li a {
padding:5px;
border:1px solid #617489;
display:block;
text-align:center;
transition: all .25s ease-in;
border-radius:5px;
}
.sto-systems-cta-icons ul li a:hover,
.sto-systems-cta-icons ul li a:focus {
box-shadow: 0 0 8px 0 rgba(97,116,137,.5);
}
.sto-systems-cta-icons ul li a p {
font-family: Open Sans;
font-size: 10px;
font-weight: 670;
margin-bottom: 0;
color: #617489;
text-transform: uppercase;
}
.sto-systems-cta-icons ul li a {
text-decoration: none;
}
.sto-systems-cta-icons ul li img {
height:50px;
width:50px;
}
.sto-systems-cta-buttons .text-links {
display: flex;
gap: 10px;
margin: 1rem 0;
flex-direction:column;
}
.sto-systems-cta-buttons .text-links a {
color:#247de3;
}
.sto-systems-cta-buttons .text-links a:last-child svg {
width: 12px;
fill:#247de3;
margin-right: 2px;
}
.sto-systems-cta-buttons .text-links a:first-child svg {
width: 8px;
fill:#247de3;
margin-right: 2px;
}
.sto-systems-cta-buttons .sto-cta-button-primary, .sto-systems-cta-buttons .sto-cta-button-secondary {
font-size:12px;
font-weight:600;
color: #444;
padding: 6px 12px;
border-radius: 5px;
display: inline-block;
}
.sto-systems-cta-buttons .sto-cta-button-primary,
{
background: #ffd700;
margin-left:15px;
}
.sto-systems-cta-buttons .sto-cta-button-secondary ~ .sto-cta-button-secondary {
margin-left:15px;
}
.sto-systems-cta-buttons .sto-cta-button-secondary {
background: #DDDDDD;
}
.sto-systems-cta-buttons .sto-cta-button-primary:hover,
.sto-systems-cta-buttons .sto-cta-button-secondary:hover {
background:#494949;
color:#FFF;
text-decoration:none;
}
.sto-systems-cta-bottom {
background: #666666;
clear: both;
padding: 8rem 0;
}
.sto-systems-cta-content {
display: flex;
justify-content:center;
align-items: center;
flex-direction:column;
text-align: center;
}
.sto-systems-cta-title {
color: #fff;
font-family: Open Sans;
font-size: 19px;
font-weight: 700;
}
.sto-systems-cta-title + .sto-systems-cta-buttons {
margin-top:0;
margin-bottom:0;
}
.sto-systems-cta-title + .sto-systems-cta-buttons .sto-cta-button-primary {
margin-left:0;
}
@media (min-width:768px){
.sto-systems-cta-icons ul li a {
padding:10px;
width:130px;
}
.sto-systems-cta-icons ul li a p {
font-size: 12px;
}
.sto-systems-cta-buttons .sto-cta-button-primary, .sto-systems-cta-buttons .sto-cta-button-secondary {
font-size:14px;
padding: 12px 36px;  
}
.sto-systems-cta-buttons .text-links {
gap: 30px;
margin: 3rem 0;
flex-direction:row;
}
}