body {
	background: #ccc url('../images/bg.png') repeat !important;
	font-family: Helvetica, Arial, sans-serif !important;
}
#downloads {
    max-width: 950px;
    margin: 18px auto;
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    --pol-menu-gradient: linear-gradient(
        to bottom,
        #027f1e 0%,
        #45b48f 3.125%,
        #46a25b 56.25%,
        #018e4a 59.375%,
        #009864 100%
    );
}

#downloads button:visited,
#downloads input[type=button]:visited,
#downloads input[type=reset]:visited,
#downloads input[type=submit]:visited,
#downloads .button:visited,
#downloads .elementor-button:visited {
	color: #fff;
}

#downloads * {
    box-sizing: border-box;
}

#downloads .pol-legacy-logo {
    float: left;
    display: inline-block;
    max-width: 320px;
}

#downloads .pol-legacy-logo img {
    display: block;
    width: 100%;
    height: auto;
}

#downloads .pol-legacy-account {
    float: right;
    margin: 14px 0 0;
    font-size: 14px;
    color: #666;
}

#downloads .pol-legacy-account a {
    color: #027a36;
    text-decoration: none;
}

#downloads .pol-legacy-account b,
#downloads .pol-legacy-account strong {
	font-weight: 900 !important;
	color: #333;
}

#downloads .pol-legacy-nav {
    clear: both;
    margin-top: 12px;
    background: #009864;
    background-image: var(--pol-menu-gradient);
    border-radius: 6px;
}

#downloads .pol-legacy-nav-list {
    list-style: none;
    margin: 0;
    padding: 0 8px;
    display: flex;
    flex-wrap: wrap;
}

#downloads .pol-legacy-nav-list > li {
    position: relative;
}

#downloads .pol-legacy-nav-list > li > a {
    display: inline-block;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#downloads .pol-legacy-nav-list > li > a:hover {
    background: #2d2d2d;
}

#downloads .pol-legacy-subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    z-index: 20;
    background: #1f1f1f;
    list-style: none;
    margin: 0;
    padding: 0;
}

#downloads .pol-legacy-subnav li {
    width: 100%;
}

#downloads .pol-legacy-subnav a {
    display: block;
    padding: 9px 12px;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

#downloads .pol-legacy-subnav a:hover {
    background: #444;
}

#downloads .pol-legacy-menu-item--account:hover .pol-legacy-subnav {
    display: block;
}

#downloads .pol-legacy-content {
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px;
}

#downloads .pol-legacy-footer {
    margin-top: 16px;
}

#downloads .pol-legacy-footer-nav {
    background: #009864;
    background-image: var(--pol-menu-gradient);
    border-radius: 6px 6px 0 0;
}

#downloads .pol-legacy-footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 8px;
}

#downloads .pol-legacy-footer-nav li a {
    display: inline-block;
    padding: 10px 12px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

#downloads .pol-legacy-footer-nav li a:hover {
    background: #2d2d2d;
}

#downloads .pol-legacy-footer-meta {
    background: #333;
    border-radius: 0 0 6px 6px;
    padding: 10px 18px;
    text-align: right;
}

#downloads .pol-legacy-footer-meta p {
    margin: 0;
    color: #aaa;
    font-size: 12px;
}

#downloads .pol-portal {
    margin: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#downloads .pol-inline {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
}

#downloads .pol-inline label {
    display: block;
}

#downloads .pol-two-col {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

#downloads .pol-alert {
    padding: 12px 14px;
    border-radius: 4px;
    margin-bottom: 12px;
}
#downloads .pol-alert ul {
	margin: 0.5em 0 0.5em 3em;
}

#downloads .pol-alert-error {
    background: #ffe8e6;
    border: 1px solid #f0b1aa;
    color: #a11;
}

#downloads .pol-alert-success {
    background: #e7f7ed;
    border: 1px solid #b6e2c5;
    color: #1b7a3f;
}

#downloads .pol-download-block {
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}
#downloads .pol-download-block h4 {
	margin-left: 10px;
}
#downloads .pol-download-block p,
#downloads .pol-download-block ul {
	margin-left: 25px;
}


#downloads .pol-download-list {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#downloads .pol-download-list li {
    margin: 6px 0;
}

#downloads .pol-small {
    display: block;
    color: #666;
    font-size: 12px;
}

#downloads .pol-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

#downloads .pol-columns {
    display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 12px;
}

#downloads .pol-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 16px;
}

#downloads .pol-card input[type="text"],
#downloads .pol-card input[type="email"],
#downloads .pol-card input[type="password"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

#downloads .pol-card textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

#downloads .pol-page-card h1,
#downloads .pol-portal-title {
    margin: 0 0 20px;
    color: #009865;
    font-size: 38px;
    line-height: 1.2;
}

#downloads .pol-page-card {
    width: 100%;
}

#downloads .pol-page-card p {
    margin: 0 0 16px;
    line-height: 1.45;
}

#downloads .pol-card h2 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 12px;
	font-weight: 400;
}
#downloads .pol-card h3 {
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 12px;
	font-weight: 400;
}
#downloads .pol-card h4 {
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
}

#downloads .pol-portal-intro {
    margin: 0 0 20px;
    line-height: 1.45;
}

#downloads dl.faq {
    margin: 0 0 16px;
}

#downloads dl.faq dt {
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #009865;
    background: #fff;
}

#downloads dl.faq dd.answer {
    margin: 0;
    background: #fff;
}

#downloads dl.faq dd.answer div {
    padding: 8px;
    line-height: 1.45;
}

#downloads .pol-contact-form .form-field {
    margin: 0 0 14px;
}

#downloads .pol-contact-form label {
    display: block;
    margin: 0 0 6px;
    font-weight: 700;
}

@media (max-width: 768px) {
    #downloads {
        margin: 10px auto;
    }

    #downloads .pol-legacy-logo,
    #downloads .pol-legacy-account {
        float: none;
        display: block;
        max-width: 100%;
    }

    #downloads .pol-legacy-account {
        margin-top: 10px;
    }

    #downloads .pol-legacy-content {
        padding: 14px;
    }

    #downloads .pol-legacy-subnav {
        position: static;
        min-width: 100%;
    }
}
