﻿@media screen {
    .de-editable {
        cursor: auto !important;
    }

    html {
        margin-right: 0px !important;
        overflow-x: hidden;
    }

    body {
        color: #2e2e2e;
    }

    .container {
        overflow: hidden;
    }

    .hide {
        display: none;
    }

    .elCustomJSBg {
        display: none;
    }

    .modalBackdropWrapper,
    .containerModal {
        position: fixed;
        opacity: 0;
        top: -800;
    }

    .innerContent {
        word-wrap: break-word;
    }

    .otoloading {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 1000;
    }

    .otoloadingtext {
        text-align: center;
        background-color: rgba(0, 0, 0, 0.6);
        color: #FFF;
        border-radius: 4px;
        padding: 60px;
        margin-top: 20px;
        margin-left: -100px;
        min-width: 200px;
        position: absolute;
        left: 50%;
        font-weight: bold;
    }

    .otoloadingtext h2 {
        font-weight: bold;
    }

    .otoloadingtext i {
        font-size: 72px;
    }

    html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    body {
        margin: 0;
    }

    a {
        background: 0 0;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    b {
        font-weight: 700;
    }

    h1 {
        font-size: 2em;
        margin: .67em 0;
    }

    img {
        border: 0;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    input,
    textarea {
        font: inherit;
        margin: 0;
    }

    input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
    }

    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input {
        line-height: normal;
    }

    input[type=checkbox],
    input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    textarea {
        overflow: auto;
    }

    @media print {
        * {
            text-shadow: none !important;
            color: #000 !important;
            background: transparent !important;
            box-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " ("attr(href) ")";
        }

        a[href^="#"]:after {
            content: "";
        }

        img {
            page-break-inside: avoid;
        }

        img {
            max-width: 100% !important;
        }

        h2 {
            orphans: 3;
            widows: 3;
        }

        h2 {
            page-break-after: avoid;
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :before,
    :after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body {
        font-size: 14px;
        line-height: 1.42857143;
        color: #333;
    }

    input,
    textarea {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    a {
        text-decoration: none;
    }

    a:hover,
    a:focus {
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    img {
        vertical-align: middle;
    }

    h1,
    h2 {
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

    h1,
    h2 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 30px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width: 992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width: 1200px) {
        .container {
            width: 1170px;
        }
    }

    .col-md-12 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
    }

    @media (min-width: 992px) {
        .col-md-12 {
            float: left;
        }

        .col-md-12 {
            width: 100%;
        }
    }

    input[type=radio],
    input[type=checkbox] {
        margin: 4px 0 0;
        margin-top: 1px \9;
        line-height: normal;
    }

    input[type=radio]:focus,
    input[type=checkbox]:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .container:before,
    .container:after,
    .row:before,
    .row:after {
        content: " ";
        display: table;
    }

    .container:after,
    .row:after {
        clear: both;
    }

    .containerWrapper {
        min-width: 320px;
    }

    .innerContent {
        word-wrap: break-word;
    }

    .midWideContainer {
        max-width: 960px;
        width: 100%;
    }

    .midWideContainer .containerInner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .midContainer {
        max-width: 720px;
        width: 100%;
    }

    .midContainer .containerInner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .fullContainer {
        width: 100%;
    }

    .fullContainer .containerInner {
        width: 1170px;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .padding20-top {
        padding-top: 20px;
    }

    .padding40-top {
        padding-top: 40px;
    }

    .padding20-bottom {
        padding-bottom: 20px;
    }

    .padding40-bottom {
        padding-bottom: 40px;
    }

    .padding40H {
        padding-left: 0px;
        padding-right: 0px;
    }

    .radius0 {
        border-radius: 0px;
    }

    .radius10 {
        border-radius: 10px;
    }

    .radius20 {
        border-radius: 20px;
    }

    .block_floatnone {
        float: none;
    }

    .block_positionabsolute {
        position: absolute;
    }

    .block_positionrelative {
        position: relative;
    }

    .borderSolid.border1px {
        border-width: 1px;
        border-style: solid;
    }

    .borderSolid.border3px {
        border-width: 3px;
        border-style: solid;
    }

    .noBorder {
        border: none !important;
    }

    .borderLight {
        border-color: rgba(0, 0, 0, 0.7);
    }

    .borderLightTop {
        border-top-color: rgba(0, 0, 0, 0.7);
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
    }

    .shadow20 {
        -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    }

    .border1px {
        background-position-y: -1px;
    }

    .border3px {
        background-position-y: -3px;
    }

    .bgNoRepeat {
        background-repeat: no-repeat !important;
    }

    .bgCover {
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-attachment: fixed !important;
        background-repeat: repeat repeat !important;
        background-position: center center;
    }

    .bgCover100 {
        background-size: 100% auto !important;
        -webkit-background-size: 100% auto !important;
        background-repeat: no-repeat !important;
    }

    .modalBackdropWrapper {
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        z-index: 222;
    }

    .containerModal {
        position: fixed;
        z-index: 222;
        top: 0px;
        left: 50%;
        overflow: visible !important;
    }

    .midContainer.containerModal {
        margin-left: -360px;
    }

    .closeLPModal {
        position: absolute;
        right: -20px;
        top: -20px;
        cursor: pointer;
    }

    html {
        background-color: #F1F4F8;
        color: #2f2f2f;
    }

    body {
        -webkit-font-smoothing: antialiased;
        color: inherit !important;
    }

    h1,
    h2 {
        margin-top: 0px;
    }

    .de-editable {
        position: relative;
    }

    .elMargin0 {
        margin-top: 0px;
    }

    .elFont_helvectica {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    }

    .elAlign_center {
        text-align: center;
    }

    .elHeadline {
        position: relative;
    }

    .elHeadline {
        margin-bottom: 0px;
        padding: 0px;
    }

    .hsSize1 {
        font-size: 16px;
    }

    .hsSize2 {
        font-size: 24px;
    }

    .hsSize3 {
        font-size: 32px;
    }

    .lh4 {
        line-height: 1.3em;
    }

    .lh3 {
        line-height: normal;
    }

    .elButton {
        margin-right: auto;
        margin-left: auto;
        color: #FFF;
        font-weight: bold;
        display: inline-block;
        -ms-transform: all .2s ease-in-out;
        -webkit-transform: all .2s ease-in-out;
        transform: all .2s ease-in-out;
        text-align: center !important;
        text-decoration: none !important;
    }

    .elButton:hover {
        text-decoration: none;
        color: inherit;
    }

    .elButton:visited,
    .elButton:active,
    .elButton:hover {
        text-decoration: none !important;
    }

    .elButton {
        padding: 13px 35px;
    }

    .elButtonPadding2 {
        padding: 9px 25px;
    }

    .elButtonSize1 {
        font-size: 18px;
    }

    .elButtonSub {
        display: block;
        opacity: 0.7;
        font-weight: normal;
    }

    .elButtonSize1 .elButtonSub {
        font-size: 14px;
    }

    .elButtonMain:before {
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .elButtonColor1 {
        background-color: #0092D5;
    }

    .elButtonColor1:hover {
        background-color: #0c69a8;
    }

    .elBtnVP_10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .elBtnHP_25 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .elButtonCorner60 {
        border-radius: 60px;
    }

    .elBTN_b_none {
        border: none;
    }

    .elButtonShadowFlatHighlight {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .elButtonShadowFlatHighlight:hover {
        box-shadow: inset 0 0px 0px 0 rgba(255, 255, 255, 0.22), 0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
    }

    .elInput {
        outline: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    @media only screen and (min-width: 0px) and (max-width: 770px) {

        body {
            overflow-x: hidden;
        }

        .closeLPModal {
            right: -6px;
        }

        .fullContainer .containerInner {
            width: 100% !important;
            min-width: 320px;
        }

        .midWideContainer {
            width: 100% !important;
            min-width: 320px;
        }

        .midContainer {
            width: 100% !important;
            min-width: 320px;
        }

        .midContainer.containerModal {
            margin-left: -320px;
            width: 100% !important;
        }

        .col-inner {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

        .innerContent {
            padding: 0px !important;
        }

        .row {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .containerModal {
            margin-left: 0px !important;
            left: 0px !important;
            width: 100% !important;
        }

        .containerInner {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .row,
        .col-inner {
            margin-left: auto !important;
            margin-right: auto !important;
            width: auto !important;
        }

        .elBTN {
            text-align: center;
        }

        .elHeadlineWrapper {
            padding-left: 0px !important;
            padding-right: 0px !important;
        }

        .bgCover {
            background-attachment: scroll !important;
        }

        .bgCover100 {
            background-size: cover !important;
            -webkit-background-size: cover !important;
            background-repeat: repeat repeat !important;
            background-position: center center;
        }
    }

    @media only screen and (min-width: 770px) and (max-width: 1170px) {
        .col-inner {
            padding-left: 20px !important;
            padding-right: 20px !important;
        }

        .fullContainer .col-md-12 {
            float: left !important;
        }

        .fullContainer .col-md-12 {
            width: 100%;
        }

        .midContainer .col-md-12 {
            float: left !important;
        }

        .midContainer .col-md-12 {
            width: 100%;
        }
    }

    @media only screen and (max-width: 700px) {
        .mfs_11 {
            font-size: 11px !important;
        }

        .mfs_13 {
            font-size: 13px !important;
        }

        .mfs_15 {
            font-size: 15px !important;
        }

        .mfs_18 {
            font-size: 18px !important;
        }

        .mfs_22 {
            font-size: 22px !important;
        }
    }

    @media (max-width: 1170px) {
        .fullContainer .containerInner {
            width: 100% !important;
        }
    }

    @media (max-width: 960px) {
        .midWideContainer {
            width: 100% !important;
            min-width: 320px;
        }

        .midWideContainer .containerInner {
            width: 100% !important;
        }
    }

    @media only screen and (min-width: 650px) and (max-width: 720px) {
        .midContainer {
            width: 100% !important;
            min-width: 320px;
        }

        .midContainer.containerModal {
            margin-left: -320px;
        }
    }
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-plus:before {
    content: "\f067";
}

.fa-spinner:before {
    content: "\f110";
}

.fa {
    font-family: "Font Awesome 5 Free";
}

.fa {
    font-weight: 900;
}

/*! CSS Used from: Embedded */
#tmp_headline1-63589 .elHeadline b {
    color: rgb(45, 45, 45);
}

/*! CSS Used keyframes */
@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

/*! CSS Used fontfaces */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot);
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot);
    src: url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.eot#iefix) format("embedded-opentype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff2) format("woff2"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.woff) format("woff"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.ttf) format("truetype"), url(https://use.fontawesome.com/releases/v5.9.0/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

body {
    background-color: rgba(45, 45, 45, 0.89);
    background-image: url('/sites/home/pages/solar/home-4/top-view-low.jpg');
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

@media only screen and (min-width: 0px) and (max-width: 770px) {
    body {
        background-size: cover !important;
        -webkit-background-size: cover !important;
        background-position: center center;
    }
}
