html, 
body { color: #333; font-family: "proxima-nova", sans-serif; font-size: 18px; -webkit-font-smoothing: antialiased; }
.container { padding: 0; width: 100%; }

/* Links */
a { transition: background-color .2s, color .2s; padding: 4px 0; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
button { background: #ccc; border: 0; margin: 6px 0 6px; padding: 8px 14px 6px; transition: background .2s, color .2s; }
button:hover { background: #999; }

/* Headers */
h1 { font-family: "alternate-gothic-atf", sans-serif; font-size: 1.4em; margin: 0; transition: font-size .4s; }
h2 { font-family: "alternate-gothic-atf", sans-serif; font-size: 2.2em; margin: 26px 0; }
h3 { font-size: 2.2em; margin: 46px 0 22px; }
h4 { font-size: 1.6em; margin: 46px 0 12px; }
h5 { font-size: 1.4em; margin: 46px 0 12px; }
h6 { font-size: 1.2em; margin: 46px 0 12px; }

/* Paragraphs & Lists */
p { line-height: 1.6em; margin: 26px 0; }
ul, 
ol { margin: 20px 0; }
li { line-height: 1.6em; margin: 12px 0; }
img { max-width: 100%; }

/* Header */
header { align-items: center; background: #fff; border-bottom: 8px solid #8FC73F; display: flex; justify-content: space-between; padding: 28px 8%; transition: padding .4s; }
header nav ul { list-style: none; margin: 0; padding: 0; }
header nav li { display: inline-block; font-size: 1.3em; margin: 0; margin-left: 44px; position: relative; transition: font-size .4s, margin .4s; }
header nav li a { color: #333; display: block; padding: 0; }
header nav li a:hover,
header nav li a:focus { color: #1FA54A; }
header img { transition: height .25s; }

header.scrolled { position: fixed; padding: 16px 44px 16px 1.5%; width: 100%; z-index: 1; }
header.scrolled h1 { font-size: 1.2em; }
header.scrolled nav li { font-size: 1em; margin-left: 34px; }
header.scrolled img { height: 54px; }

#skiptocontent { background-color: #fff; border-radius: 8px; box-shadow: 2px 2px 8px 0 #000; font-size: 1.3em; left: -9999px; padding: 6px 12px; position: absolute; top: -9999px; }
#skiptocontent:focus { left: 8px; top: 8px; }

#mobile-menu { background: transparent; border: 0; display: none; margin: 0; padding: 0 4px; }
#mobile-menu .line { background: #333; display: block; height: 3px; left: 0; margin: 0 0 6px; position: relative; top: 0; transition: .3s; width: 26px; }
#mobile-menu .line.btm { margin: 0; }

.ada-element { left: -9999px; position: absolute; }

/* General Formatting */
#content > section { padding: 64px 8% 80px; }

.row { display: flex; gap: 5%; justify-content: space-between; margin: 0; }
.row:before,
.row:after { display: none; }
#content .row > div { padding: 0; }

/* Footer */
#footer-top { align-items: center; background-color: #484848; color: #fff; display: flex; justify-content: space-between; padding: 36px 8% 28px; }
#footer-top { background-image: url("../images/Images/white.png"); background-position: top  40% right -10%; background-repeat: no-repeat; background-size: auto 800px; position: relative; }
#footer-top:before { background: rgba(72,72,72,.96); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
#footer-top > * { position: relative; }

footer p { margin: 0; }
footer a { color: #fff; }
footer a:hover,
footer a:focus { color: #1FA54A; }
footer ul { list-style: none; margin-top: 34px; padding: 0; }
footer li { margin: 4px 0; }
footer li img { margin-right: 6px; }

#footer-top > a { transition: opacity .3s; }
#footer-top > a:hover { opacity: .8; }

#footer-bottom { background: #333; color: #fff; text-align: center; }
#footer-bottom p { padding: 10px 14px; }
#footer-bottom a { text-decoration: underline; }

/* Homepage */

#page-header { background: #54B948; color: #FFFFFF; font-family: "alternate-gothic-atf", sans-serif; text-shadow: 0 1px 5px #333; padding-top: 46px !important; padding-bottom: 28px !important; }
#page-header h1 { font-size: 4.4em; font-weight: 700; text-transform: uppercase; }
#page-header h1 span { display: block; font-size: .85em; font-weight: 500; text-transform: none; }
#page-header p { font-size: 1.8em; margin-top: 6px; }

.power-bg { background-image: url("../images/Images/green.png"); background-position: top 20% right -30%; background-repeat: no-repeat; background-size: auto 1100px; position: relative; }
.power-bg:before { background: rgba(255,255,255,.94); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.power-bg > * { position: relative; }

#open-house h2 { font-family: "proxima-nova", sans-serif; font-size: 1em; }
#open-house > div { display: flex; gap: 18px;}
#open-house > div > div:first-of-type { background: #F4FFEF; border-top: 4px solid #8FC73F; flex-grow: 1; padding: 0 24px 24px; }
#open-house > div > div:last-of-type { flex-shrink: 3; width: 28%; }
#open-house > div img { height: 100%; width: 100%; object-fit: cover; object-position: center; position: relative; }
#open-house a { background: #1FA54A; border-radius: 8px; color: #fff; font-weight: 700; padding: 6px 14px; }
#open-house a:hover { background: #076c27; }

.gray-bg { background: #F7F8F8; }

#FAQs { margin-top: 54px; }

.downloadables { list-style: none; padding: 0;  }
.downloadables li { display: inline-block; }
.downloadables li a { background: #333; border-radius: 6px; color: #fff; display: inline-block; margin-right: 16px; padding: 5px 14px 5px 53px; position: relative;  }
.downloadables li a:before { background: #8FC73F; background-image: url("../images/Icons/Descargar.png"); background-repeat: no-repeat; background-size: 18px; background-position: center; border-radius: 6px 0 0 6px; content: ""; display: inline-block; height: 100%; left: 0; position: absolute; top: 0; width: 38px; }
.downloadables li a:hover,
.downloadables li a:focus { background: #000; }

#contact-us { padding-right: 40% !important; position: relative; }
#contact-us:before { background-image: url("../images/Images/eleclines2.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center; content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 36%; }

/* Accordions */
.hdr-accordion-set { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px; }
.hdr-accordion { width: 49%; }
.hdr-accordion h3 { font-size: 1.4em; margin: 0; }
.hdr-accordion button { background: #E9D675; }
.hdr-accordion-header { cursor: pointer; font-family: "alternate-gothic-atf", sans-serif; margin: 18px 0 0; padding: 10px 48px 10px 14px; position: relative; text-align: left; width: 100%; }
.hdr-accordion-set.has-js .hdr-accordion-header:before,
.hdr-accordion-set.has-js .hdr-accordion-header:after { background: #333; content: ""; height: 3px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); transition: transform .8s; width: 16px; }
.hdr-accordion-set.has-js .hdr-accordion-header:after { transform: translateY(-50%) rotate(270deg); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header:before { transform: translateY(-50%) rotate(45deg); }
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after { transform: translateY(-50%) rotate(135deg); }
.hdr-accordion > div { padding: 0; }
.hdr-accordion > div p { margin: 16px 12px; }

/* Lightbox */
.hdr-lightbox img { max-width: 860px; width: 100%; }
.hdr-lightbox small { display: block; margin-top: 8px; }
.hdr-lightbox a { display: block; padding: 0; }
.hdr-lightbox > button { background-color: rgba(0,0,0,.75); border: 0; cursor: pointer; display: none; height: 0; left: -9999px; margin: 0; position: absolute; top: 0; transition: 0s; width: 100%; }
.hdr-lightbox button span { left: -9999px; position: absolute; }
.hdr-lightbox > div { top: 80px; }
.hdr-lightbox > div .hdr-close-lightbox { background: 0; border: 0; color: #fff; font-size: 3em; display: none; line-height: .6em; padding: 6px 8px; position: fixed; right: 14px; top: 6px; }

.showing-hdr-lightbox { overflow: hidden; }
.hdr-lightbox.enhanced { height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 5555; }
.hdr-lightbox.enhanced img { max-width: 8000%; }
.hdr-lightbox.enhanced > button { display: block; height: 100%; left: 0; transition: height .6s, left 0s; }
.hdr-lightbox.enhanced > div { background-color: #fff; border: 1px solid #333; box-shadow: 4px 13px 28px 0 #111; left: 6%; margin: 0; max-height: 80%; overflow: auto; position: absolute; top: 40px; transition: .8s; width: 86%; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox { display: block; }
.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus { border: 1px solid #aaa; color: #aaa; }

@media screen and (max-width: 992px) {
    .hdr-lightbox > div .hdr-close-lightbox { font-size: 2em; right: 6px; top: 2px; }
    .hdr-lightbox.enhanced img { max-width: 555%; width: 992px; }
}


/************ Responsive ****************************************************************************************/

@media screen and (min-width: 2030px) {
    html,body { font-size: 22px; }
    p { line-height: 1.8em; margin: 32px 0; }
}

@media screen and (max-width: 1240px) {
    #content > section { padding: 32px 6%; }

    header { padding: 22px 6% }
    header nav li { font-size: 1.1em; margin-left: 32px; }
    header img { height: 60px; }
    header.scrolled { padding: 14px 30px 12px 16px; }
    header.scrolled img { height: 46px; }

    #footer-top { padding: 30px 6% 10px; }
    
    #page-header { padding-top: 54px !important; }
    #page-header h1 { font-size: 3.6em; }
    #page-header p { font-size: 1.5em; }
}

@media screen and (max-width: 992px) {
    h1 { font-size: 1.2em; }
    h2 { font-size: 1.8em; margin: 16px 0; }
    h3 { font-size: 1.6em; margin: 24px 0 0; }
    h4 { font-size: 1.4em; margin: 24px 0 0; }
    h5 { font-size: 1.2em; margin: 24px 0 0; }
    h6 { font-size: 1.1em; margin: 24px 0 0; }
    p, li { font-size: .9em; line-height: 1.4em; }
    button { font-size: .9em; padding: 4px 10px; }

    #content > section { padding: 22px 6%; }
    .row { display: block; }

    /* Header */
    #mobile-menu { display: block; }
    .menu-opened #mobile-menu .line.top { top: 8px; transform: rotate(45deg); }
    .menu-opened #mobile-menu .line.mid { opacity: 0; transform: rotate(90deg); }
    .menu-opened #mobile-menu .line.btm { top: -10px; transform: rotate(-45deg); }
    
    header { padding: 12px 14px 12px 14px !important; }
    header nav { position: relative; }
    header nav ul { background-color: #fff; box-shadow: 2px 4px 8px -4px #000; margin-top: 8px; opacity: 0; position: absolute; right: 9999px; top: 100%; width: 220px; z-index: 1; }
    header nav li { border-top: 1px solid #333; display: block; font-size: .95em !important; margin: 0 !important; text-align: center; width: 100%; }
    header nav li a { padding: 8px; }
    header nav li ul { margin: 0; padding: 0; position: static; width: 100%; }
    header nav li ul li { margin: 0 ; padding: 0; }
    header nav li ul li a { border: 0; padding: 7px; }
    header img { height: 38px !important; }
    .menu-opened header nav ul { opacity: 1; right: 0; transition: right 0s, opacity .2s; }
    
    
    #page-header { padding-top: 40px !important; }
    #page-header h1 { font-size: 2.8em; }
    #page-header p { font-size: 1.3em; }
    
    .power-bg { background-size: cover; background-position: center; }
}

@media screen and (max-width: 768px) {
    #content > section { padding: 16px 8% 26px; }

    #page-header { padding-bottom: 12px !important; }

    #footer-top { display: block; text-align: center; }
    #footer-top img[src*="logo"] { height: 52px; }
    #footer-top > a img { height: 38px; margin: 8px 0 16px; }

    #open-house > div { display: block; }
    #open-house > div > div:last-of-type { height: 164px; margin-top: 18px; width: 100%; }

    #FAQs { margin-top: 32px; }
    .hdr-accordion { width: 100%; }
    
    #contact-us { padding-right: 8% !important; }
    #contact-us:before { width: 100%; }
    #contact-us:after { background: rgba(255,255,255,.94); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
    #contact-us > * { position: relative; z-index: 1; }
}