.elementor-kit-6{--e-global-color-primary:#07B3D3;--e-global-color-secondary:#293559;--e-global-color-text:#6D6D6D;--e-global-color-accent:#F69320;--e-global-color-e58fa5d:#FFFFFF;--e-global-color-dfc5c96:#E6E6E7;--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-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* NGP Forms: General Styles */
#signup-form .at-inner,
#join-the-team-form .at-inner{
    background-color: transparent;
    background: none;
}

#signup-form input:not([type="submit"]),
#join-the-team-form input:not([type="submit"]){
    background: none;
    border: 1px solid #FFF;
    border-radius: 9999px;
}

#signup-form .at-form-submit,
#join-the-team-form .at-form-submit{
    width: 50%;
    position: relative;
    top: -73px;
    left: calc(50% - .625rem);
}

#signup-form .at-form-submit .at-submit,
#join-the-team-form .at-form-submit .at-submit{
    float: unset;
    width: calc(100% - 1.75rem);
    border-radius: 9999px;
    position: absolute;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: calc(2.3125rem - 24px);
    height: 2.3125rem;
    font-family: "Montserrat";
    background-color: var(--e-global-color-accent);
}

#signup-form .at-markup a{
    color: #FFF !important;
}

#signup-form .at-form-submit .at-submit:hover{
    background-color: var(--e-global-color-secondary);
}

#signup-form .UpdateMyProfile,
#join-the-team-form .UpdateMyProfile{
    margin-bottom: 15px;
}

/* Signup Form: Specific Overrides */

#signup-form .at-fields{
    display: flex;
    flex-direction: column-reverse;
}

#signup-form .at-row.FirstName.LastName{
    display: none;
}

#signup-form .at-row.PostalCode{
    width: 50%;
}

@media(max-width: 767px){
    
    #signup-form fieldset{
        padding-left: 0px;
    }
    
    #signup-form label{
        margin-left: 0px;
        margin-right: 0px;
    }
    
   #signup-form footer{
        padding-left: 0px;
        padding-right: 0px;
    }
    
}


/* Signup Form: Placeholder CSS */
#signup-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat";
  text-align: center;
}

#signup-form ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat";
  text-align: center;
}
#signup-form :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat";
  text-align: center;
}
#signup-form :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
  font-family: "Montserrat";
  text-align: center;
}

/* Join the Team Form: Specific Overrides */

#join-the-team-form .at-row.PostalCode{
    width: 50%;
    padding-right: .625rem;
}

#join-the-team-form input:not([type="submit"]){
    border-color: #5c5c5c;
    color: #5c5c5c;
}

#join-the-team-form .at-form-submit{
    padding-right: 0;
    top: unset;
    left: 0;
    padding-top: 0px;
    margin-top: -63px;
    margin-left: auto;
}

#join-the-team-form .at-form-submit .at-submit{
    background-color: var(--e-global-color-primary);
    color: #FFF;
    position: unset;
    margin-left: 0;
    margin-top: 0px;
    width: 100%;
}

#join-the-team-form .at-form-submit .at-submit:hover{
    background-color: var(--e-global-color-accent);
}

/* Join the Team Form: Order Declarations */

#join-the-team-form .at-fields{
    display: flex;
    flex-direction: column;
}

#join-the-team-form .at-row.FirstName.LastName{order: 2;}
#join-the-team-form .at-row.PostalCode{order: 3;}
#join-the-team-form .at-row.EmailAddress.MobilePhone{order: 1;}

/* Join the Team Form: Responsive Styles */

@media(min-width: 1024px){
    
    #join-the-team-form .at-fieldset{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #join-the-team-form .at-row label:first-of-type{
        margin-left: 0px;
    }
    #join-the-team-form .at-row label:last-of-type{
        margin-right: 0px;
    }
}

@media(max-width: 1023px){
    
    #join-the-team-form fieldset{
        padding-left: 0px;
    }
    
    #join-the-team-form label{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    #join-the-team-form footer{
        padding-left: 0px;
        padding-right: 0px;
    }
    
    #join-the-team-form .at-row.PostalCode{
        width: 100%;
    }
    
    #join-the-team-form .at-form-submit{
        width: 100%;
        padding-left: 0px;
        padding-right: .625rem;
    }
    
}

#join-the-team-form ::-webkit-input-placeholder { /* Firefox 19+ */
  color: #5c5c5c !important;
  opacity: 1 !important;
  font-family: "Montserrat";
  text-align: center;
}
#join-the-team-form :-ms-input-placeholder { /* IE 10+ */
  color: #5c5c5c;
  opacity: 1;
  font-family: "Montserrat";
  text-align: center;
}
#join-the-team-form :-moz-placeholder { /* Firefox 18- */
  color: #5c5c5c;
  opacity: 1;
  font-family: "Montserrat";
  text-align: center;
}/* End custom CSS */