body{ margin: 0; text-align: left; font-size: 1rem; /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; */ } body .container{ padding-left: 0; padding-right: 0; } .no-border { border: none; } .section-background-video { display: block; position: absolute; right: 0; bottom: 0; width: 100%; height: 100%; boder:none; } /* button{ box-shadow: none !important; } */ button:hover{ /* box-shadow: none !important; */ opacity: 0.9; } @media only screen and (min-width:601px) { .has-mobile-view .desktop-view { display: block; } .has-mobile-view .mobile-view{ display: none; } } .mobile-view .engage-hub-form-embed, .mobile-view .engage-hub-form-embed iframe { height: 100% !important; } .video-modal iframe{ min-height: 400px; width: 100% !important; } .video-modal .modal-body{ text-align: center; } .video-modal video{ width: 100% !important; height: auto !important; } .video-modal .close{ right: 10px; position: absolute; top: 10px; z-index: 9; color: #fff; background: #cac8c8; padding: 4px; opacity: 1; } @media only screen and (max-width:600px) { .has-mobile-view .desktop-view{ display: none; } .has-mobile-view .mobile-view{ display: block; } } .desktop-view .desktop-visibilty-false { display: none; } .mobile-view .mobile-visibilty-false { display: none; } .engagebay-lp-button{ cursor:pointer } /* To support new lp framework builder */ .eb-build-content{ color: var(--pageFontColor); font-size: var(--pageFontSize); position: relative; } .eb-build-content a{ color: var(--pageLinkFontColor); } .eb-build-content .eb-build-section-element{ background-color: var(--sectionFullWidthBackgroundColor); background-image: var(--sectionFullWidthBackgroundImage); background-attachment: var(--sectionFullWidthBackgroundAttachment); background-size: var(--sectionFullWidthBackgroundSize); background-repeat: var(--sectionFullWidthBackgroundRepeat); background-position: var(--sectionFullWidthBackgroundPosition); border-top: var(--sectionFullWidthBorderTop); border-left: var(--sectionFullWidthBorderLeft); border-right: var(--sectionFullWidthBorderRight); border-bottom: var(--sectionFullWidthBorderBottom); border-radius: var(--sectionFullWidthBorderRadius); } .eb-build-content .eb-build-section-element .container{ background-color: var(--sectionContainerBackgroundColor); background-image: var(--sectionContainerBackgroundImage); background-attachment: var(--sectionContainerBackgroundAttachment); background-size: var(--sectionContainerBackgroundSize); background-repeat: var(--sectionContainerBackgroundRepeat); background-position: var(--sectionContainerBackgroundPosition); border-top: var(--sectionContainerBorderTop); border-left: var(--sectionContainerBorderLeft); border-right: var(--sectionContainerBorderRight); border-bottom: var(--sectionContainerBorderBottom); border-radius: var(--sectionContainerBorderRadius); } .eb-build-content .desktop-view .eb-build-section-element .container{ width: var(--pageContentWidth); } .eb-build-content .mobile-view .eb-build-section-element .container{ width: 320px; } /* End of To support new lp framework builder */