.elementor-kit-706{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-14b4ea3:#C03A36;--e-global-color-c5fa222:#A50905;--e-global-color-803c1e2:#0A8F05;--e-global-color-4d24e3e:#3AC03F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-706 e-page-transition{background-color:#FFBC7D;}.elementor-kit-706 button,.elementor-kit-706 input[type="button"],.elementor-kit-706 input[type="submit"],.elementor-kit-706 .elementor-button{border-radius:10px 10px 10px 10px;}.elementor-kit-706 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-kit-706 input:not([type="button"]):not([type="submit"]),.elementor-kit-706 textarea,.elementor-kit-706 .elementor-field-textual{border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{background-color:#00000000;--lightbox-ui-color:#00000000;--lightbox-ui-color-hover:#02010100;--lightbox-text-color:#02010100;}@media(max-width:959px){.elementor-kit-706 button,.elementor-kit-706 input[type="button"],.elementor-kit-706 input[type="submit"],.elementor-kit-706 .elementor-button{padding:15px 15px 15px 15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:479px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Desktop Header */

#website-header {
    position: fixed;
    width: 98vw !important;
    min-height: 70px;
    max-height: 70px;
    margin-top: 12px;
    margin-left: 1vw;
    padding: 0vw;
    border-radius: 10px;
    z-index: 999;
}
            
.elementor #desktop-header-icon-outbreakgenesis {
    align-self: center;
}           
            
.elementor #desktop-header-icon-outbreakgenesis img {
	width: 80px;
	max-width: 80px;
	height: 70px;
	object-fit: contain;
	object-position: center;

}

            

/* Mobile and Tablet Header */

@media (max-width: 959px) {
    .elementor #website-header {
        position: fixed;
        width: 100vw;
        min-height: 55px;
        max-height: 55px;
        margin: 0px;
        padding: 0px;
        border-radius: 0px;
        z-index: 999;
    }
    
    .elementor #mobile-tablet-sub-header {
        position:fixed;
        width:98vw;
        min-height:55px;
        max-height:55px;
        margin:0px;
        padding:0px;
        border-radius:0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}


/* Navigation Button */

@media (max-width: 959px) {
    .elementor #mobile-tablet-header-open-nav {
	    padding: 12px;
	    align-self: center;
	    margin-left: 6px;
	    margin-top: 5px;
    }
    
    .elementor #mobile-tablet-header-open-nav .elementor-button-icon svg {
        width: 20px;
        height: 20px;
    }
}

/* Account Button */

.elementor #mobile-tablet-header-open-account {
	padding: 12px;
	align-self: center;
	margin-right: 6px;
	margin-top: 5px;
}

.elementor #mobile-tablet-header-open-account .elementor-button-icon svg {
    width: 20px;
    height: 20px;
}

/* Outbreak Genesis Logo */

.elementor #mobile-tablet-header-icon-outbreakgenesis img {
	width: 55px;
	max-width: 55px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}


/* Footer Desktop */

.elementor #site-footer {
    width: 100%;
    min-height: 210px;
        padding-top: 20px;
}

.elementor #footer-left-side {
}

/* Footer Tablet */

@media (max-width: 959px) {
    .elementor #site-footer {
        width: 100vw;
        min-height: 250px;
        max-height: 290px;
    }
    
    .elementor #footer-left-side {
        width: 55vw;
        padding-left: 25px;
        padding-bottom: 5vh;
        padding-top: 1vh;
        
    }
    
    .elementor #footer-right-side {
        width:40vw;
        padding-right:25px;
        padding-bottom: 2.5vh;
        padding-top: 1vh;
        
    }
}


/* Footer Mobile */

@media (max-width: 479px) {
    .elementor #site-footer {
        width:100vw;
        min-height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;

    }
    
    .elementor #footer-left-side {
        width: 100vw;
        min-height: 25vh;
        padding-left: 25px;
        padding-bottom: 0px;
        padding-top: 20px;
        padding-right: 25px;
    }
    
    .elementor #footer-right-side {
        width: 100vw;
        min-height: 15vh;
        padding-right: 30px;
        padding-left: 25px;
        padding-bottom: 12px;
        padding-top: 0px;
        display: flex;
        justify-content: space-betwee;
    }
}






.registration-form-container {
    display: flex;
    justify-content: center;
    align-content: center;
}


.field {
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 14px;
}

.field input {
    margin-bottom: 5px;
    font-size: 14px;
    width: 350px;
}


.checkboxes {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.checkboxes .checkbox-text {
    color: white;
    font-size: 13px
}

.checkboxes .checkbox-text a {
    color: #00BFFF;
}

.registration-submit-button {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.registration-submit-button button {
    padding: 12px 64px;
    font-size: 16px;
    color: white;
    background-color: darkgreen;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .5px
}

.registration-submit-button button:hover {
    background-color: green;
}


@media (max-width: 479px) {
    .field input {
        width: 270px;
    }
    
    .registration-submit-button {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}/* End custom CSS */