@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');

.exit-intent-popup{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}

.exit-intent-submit img {
    max-height: 20px;
    display: block;
    margin: 0 auto;
}
.bottom-popup-content img {
	height: 20px;
	display: block;
    margin: 0 auto;
}
.exit-intent-popup-inner {
    background-image: url(../images/lhmarinabg.webp);
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 520px;
    min-height: 100px;
    vertical-align: middle;
    width: 100%;
    position: relative;
    margin-top: -250px;
    border-radius: 8px;
    top: 50%;
}
.exit-intent-popup-close {
    background-color: #58b1df;
    border: 3px solid #58b1df;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    color: #fff !important;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 24px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none !important;
}
.exit-intent-popup .popup-content {
    width: 300px;
    text-align: left !important;
    padding: 40px 25px;
    background-color: #fff;
}
.exit-intent-popup .popup-content h2 {
    text-align: left;
    color: #58b1df;
    line-height: 1.2;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-family: 'Roboto Slab', serif;
}
.exit-intent-popup .popup-content h2 span {
    font-weight: bold;
    font-size: 31px;
}
.exit-intent-popup .popup-content .p{
    text-align: left;
}
.exit-intent-popup .popup-content .exit_email {
    height: 35px;
    font-size: 14px;
    width: 100%;
    border-radius: 0px;
}


.exit-intent-popup .popup-content .exit_email::-webkit-input-placeholder { /* Edge */
  font-style: italic;
}

.exit-intent-popup .popup-content .exit_email:-ms-input-placeholder { /* Internet Explorer */
  font-style: italic;
}

.exit-intent-popup .popup-content .exit_email::placeholder {
  font-style: italic;
}


.exit-intent-submit {
    background-color: #58b1df;
    width: 115px;
    height: 35px;
    border-radius: 10px;
    padding: 0;
    margin-top: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border: 0px;
    color: #fff;
    font-size: 17px;
}
.bottom-popup-wrapper {
    background: #fff;
    cursor: pointer;
    display: none;
    height: auto;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 10px 10px 60px #555;
    left: 0;
    padding: 10px 40px;
    right: 0;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    max-width: 1270px;
}
.bottom-popup-wrapper .bottom-popup-inner{

}
.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading h2 {
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
    margin: 0 !important;
    color: #58b1df;
    font-size: 12px;
}
.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form{
    display: flex;
}
.bottom-popup-submit {
    background-color: #58b1df;
    width: 150px;
    height: 35px;
    border-radius: 10px;
    padding: 0;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
    color: #fff;
}
.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
    height: 35px;
    font-size: 14px;
    width: 300px;
    margin-right: 30px;
}

.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email::-webkit-input-placeholder { /* Edge */
  font-style: italic;
}

.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email:-ms-input-placeholder { /* Internet Explorer */
  font-style: italic;
}

.bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email::placeholder {
  font-style: italic;
}
.exit-intent-form-field {
    padding-top: 43px;
}
.bottom-popup-wrapper .bottom-popup-inner {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bottom-popup-close {
    position: absolute;
    right: -15px;
    top: -14px;
    font-size: 21px;
    line-height: 14px;
    width: 23px;
    height: 23px;
    background: #58b1df;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff !important;
}
a.bottom-popup-close:hover {
    color: #ccc;
    text-decoration: none;
}



/*Media Responsive*/
@media (min-width: 1920px) and (max-width: 2200px){
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1680px) and (max-width: 1919px){
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1600px) and (max-width: 1679px){
    
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1599px){
    
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1366px) and (max-width: 1439px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1280px) and (max-width: 1365px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1224px) and (max-width: 1279px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1223px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 40px 25px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 992px) and (max-width: 1023px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 960px) and (max-width: 991px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 950px) and (max-width: 959px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 900px) and (max-width: 949px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 854px) and (max-width: 899px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 812px) and (max-width: 853px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 800px) and (max-width: 811px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}


@media (min-width: 768px) and (max-width: 799px){
    .bottom-popup-wrapper {
        max-width: 95% !important;
        padding: 10px !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 736px) and (max-width: 767px){
    .exit-intent-popup-inner {
        max-width: 555px !important;
    }
    .bottom-popup-wrapper {
        max-width: 555px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 732px) and (max-width: 735px){
    .exit-intent-popup-inner {
        max-width: 555px !important;
    }
    .bottom-popup-wrapper {
        max-width: 555px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 667px) and (max-width: 731px){
    .exit-intent-popup-inner {
        max-width: 555px !important;
    }
    .bottom-popup-wrapper {
        max-width: 555px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 640px) and (max-width: 666px){
    .exit-intent-popup-inner {
        max-width: 555px !important;
    }
    .bottom-popup-wrapper {
        max-width: 555px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 600px) and (max-width: 639px){
    .exit-intent-popup-inner {
        max-width: 555px !important;
    }
    .bottom-popup-wrapper {
        max-width: 555px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 22px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 568px) and (max-width: 599px){
    .exit-intent-popup-inner {
        max-width: 520px !important;
    }
    .bottom-popup-wrapper {
        max-width: 520px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 533px) and (max-width: 567px){
    .exit-intent-popup-inner {
        max-width: 455px !important;
    }
    .bottom-popup-wrapper {
        max-width: 455px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 480px) and (max-width: 532px){
    .exit-intent-popup-inner {
        max-width: 455px !important;
    }
    .bottom-popup-wrapper {
        max-width: 455px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 24px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        margin-right: 0px !important;
    }    
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 414px) and (max-width: 479px){
    .exit-intent-popup-inner {
        max-width: 390px !important;
    }
    .bottom-popup-wrapper {
        max-width: 390px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        width: 100% !important;
    }
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 412px) and (max-width: 413px){
    .exit-intent-popup-inner {
        max-width: 390px !important;
    }
    .bottom-popup-wrapper {
        max-width: 390px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        width: 100% !important;
    }
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 384px) and (max-width: 411px){
    .exit-intent-popup-inner {
        max-width: 360px !important;
    }
    .bottom-popup-wrapper {
        max-width: 360px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        width: 100% !important;
    }
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 375px) and (max-width: 383px){
    .exit-intent-popup-inner {
        max-width: 350px !important;
    }
    .bottom-popup-wrapper {
        max-width: 350px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        width: 100% !important;
    }
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 360px) and (max-width: 374px){
    .exit-intent-popup-inner {
        max-width: 335px !important;
    }
    .bottom-popup-wrapper {
        max-width: 335px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        width: 100% !important;
    }
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px 15px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }
}

@media (min-width: 320px) and (max-width: 359px){
    .exit-intent-popup-inner {
        max-width: 300px !important;
    }
    .bottom-popup-wrapper {
        max-width: 300px !important;
        padding: 10px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content {
        display: block !important;
    }
    .exit-intent-popup .popup-content h2 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }
    .exit-intent-form-field {
        padding-top: 0px !important;
    }
    .exit-intent-popup .popup-content {
        padding: 20px 15px !important;
        background-color: #fff !important;
    }
    .exit-intent-submit {
        margin-top: 5px !important;
        font-size: 13px;
    }
    .exit-intent-popup-close {
        top: -14px !important;
        right: -8px !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-form-field form .work_email {
        width: 100% !important;
    }
    .bottom-popup-submit {
        width: auto !important;
        font-size: 13px !important;
        padding: 5px !important;
        margin-left: 5px !important;
    }
    .exit-intent-popup .popup-content p {
        font-size: 14px;
    }
    .bottom-popup-close {
        right: -6px !important;
        top: -6px !important;
    }
    .exit-intent-popup .popup-content {
        width: 100% !important;
    }
    .bottom-popup-wrapper .bottom-popup-inner .bottom-popup-content .bottom-popup-heading p {
        margin-bottom: 10px !important;
    }

}
input::placeholder {
    color: #979696;
    font-size: 12px;
}
.exit-intent-popup .popup-content p {
    font-size: 15px;
    color: #000;
}
























/* @media(max-width: 1023px) {
  .single-post article p {
      line-height: 1.7;
  }
}
body #page ol {
    font-size: 16px;
    margin-left: 40px;
    line-height: 22px;
}
.single-post ul li {
	line-height: 1.7 !important;
}
.single-post div#content .entry-content ul li {
    font-size: 16px !important;
}
.sponsor--photo img {
    width: 100% !important;
    margin-left: 15px;
}
.myButton {
	background-color:#58b1df;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #58b1df;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	padding:16px 31px;
	text-decoration:none;
	text-shadow:0px 1px 0px #58b1df;
}
.myButton:hover {
	background-color:#58b1df;
}
.myButton:active {
	position:relative;
	top:1px;
} */

/* .site-logo {
display:none !important;	
} */

/* .env_press_release_homepage_block .press--release-prod {
    width: 87%;
}
.env_press_release_homepage_block .media_image {
    width: 13%;
}
.rpt_4_plans .rpt_plan .rpt_title {
    font-size: 26px;
    text-align: center;
}
.rpt_4_plans .rpt_plan {
    width: 100%;
}
.rpt_4_plans .rpt_plan .rpt_foot {
    padding: 13px 30px;
    font-size: 21px;
    margin-top: 17px;
		background: #58b1df;
}

.rpt_style_basic .rpt_plan .rpt_head {    
    background: #222;
}

.rpt_4_plans .rpt_plan_2 {
    margin-left: 0px;
}
.rpt_4_plans .rpt_plan_3 {
    margin-left: 0px;
}

.homepage-whitepaper-block--alt{
	margin-top:16px;
}

.single-post div#right-sidebar form#mc4wp-form-1 .newsletter--form p {
    font-size: 17px;
}
.single-post div#right-sidebar form#mc4wp-form-1 .newsletter--form p.form--privacy--policy {
    font-size: 12px;
}
.newsletter--form p {
    color: #3e5a6f;
    font-size: 17px;
}
#right-sidebar form#mc4wp-form-2 .newsletter--form p.form--privacy--policy {
    font-size: 12px;
}
.newsletter--form p.form--privacy--policy {
    font-size: 12px;
}


.topic--show span.ubermenu-target-title.ubermenu-target-text {
    display: none;
}

.element-is-sticky .topic--show span.ubermenu-target-title.ubermenu-target-text {
    display: block;
}

body > div {
    margin-bottom: 0px !important;
}

.category .another--menu{
	display:block;
}
.category--filter {
    margin-top: 10px;
    margin-bottom: -5px;
}
.topics {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
@media (max-width: 768px){
.main-navigation ul {
    display: block !important;
}}
.another--menu .grid-container div {
    margin-right: 0px !important;
}

#Webinars .post--content,
#leaders-live .post--content{
    display: none;
}


#Webinars .ondemand_webinars-item,
#leaders-live .ondemand_webinars-item{
    min-height: auto;
}

#Webinars .ondemand_webinars .post--img,
#leaders-live .ondemand_webinars .post--img{
	height:220px;
}

#whitepaper_lists img {
    max-height: 100px !important;
    width: auto !important;
    max-width: 120px !important;
}

#Webinars .ondemand_webinars .row,
#leaders-live .ondemand_webinars .row{
    display: flex;
    flex-wrap: wrap;
}
.page-template-template-webinars .ondemand_webinars form .newsletter--form {
    padding: 40px 195px 100px !important;
}
.enl--footer--social ul.social--link li {
    width: 45px !important;
}
.enl--footer--social ul.social--link li:last-child {
    position: relative;
    top: 5px;
}

.single-projects_of_year ul {
    list-style: disc;
    font-size: 19px;
    font-family: 'Lato-Regular';
    line-height: 30px;
    clear: both;
}
.page-environment-and-energy-leader-awards .products-image {
    height: 150px;
    overflow: hidden;
}
.products-image img {
    width: auto;
}
.subscription_form button:hover {
    background-color: #58b1df;
}
@media (min-width: 1024px){
.body--newsletter .newsletter--form {
    margin-bottom: 50px;
	}
}
div#text-34 {
    margin-top: -20px;
} */
/* 

.author .post {
    margin-top: 30px;
    padding: 30px;
}
.author .author-info {
    font-size: 19px;
}
.author span.vcard {
    font-size: 31px !important;
}
.author input.search-field {
    background-color: #58b1df;
}
.author ul.post-categories {
    margin: 0;
}
.author li {
    display: inline-block;
}
.author a {
    margin-right: 10px;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
}
.author .form--subscribr--button {
    margin-top: 10px;
} */


/* .archive .post {
    margin-top: 30px;
    padding: 30px;
}
.archive ul.post-categories {
    margin: 0;
} */
/* .archive li {
    display: inline-block;
} */
/* .archive a {
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
} */
/* .post-type-archive-env_product .site--footer .middle--section li {
    display: block;
}
.post-type-archive-env_product .site--footer .last--section--second li {
    display: block;
}
.env_product {
    padding: 30px;
    margin-top: 30px;
}
.category .site--footer .middle--section li {
    display: block;
}
.category .site--footer .last--section--second li {
    display: block;
}
.archive .post-categories li a {
    margin-right: 15px;
}
.archive .site--footer .last--section--second li {
    display: block;
}
.category-energy-management font {
    font-size: 14px !important;
    text-transform: none;
    font-weight: normal;
} */
/* .single-post #page main#main .inside-article .entry-meta a,
.category #page main#main .inside-article .entry-meta a,
.search-results #page main#main .inside-article .entry-meta a{
    font-size: 12px;
		font-weight:600;
}
.single-post #page main#main .inside-article .entry-meta span,
.category #page main#main .inside-article .entry-meta span,
.search-results #page main#main .inside-article .entry-meta span{
    font-size: 12px;
		font-weight:600;
}
.post-type-archive-e_book article .article--content header.entry-header h2 a {
    color: #58b1df !important;
} */




/* .owl-item {
    -webkit-backface-visibility: unset!important;
    backface-visibility: unset!important;
}
@media screen and (max-width:640px){
    .main--menu--here ul li a{
        margin-bottom:5px !important;
        font-size:14px;
    }
    .main--menu--her > ul{
        padding-top:15px;
    }
    .post--meta .post-categories{
        padding-top:10px;
    }
    .post--meta .post-categories li{
        margin-bottom:5px;
    }

    body .article--content .entry-meta{
        line-height:1.8 !important;
        margin-bottom:8px;
    }

    .site-footer .menu li{
        margin-bottom:5px;
    }
} */


.exit-intent-form-field form .wpcf7-submit{
    background-color: #58b1df;
    border-color: #58b1df;
    width: 100%;
    margin-top: 10px;
}
.exit-intent-form-field form .signup--form .input--signup--form{
    width: 100%;
    min-height: 40px;
}