.elementor-kit-6{--e-global-color-primary:#042B5B;--e-global-color-secondary:#F7961D;--e-global-color-text:#042E46;--e-global-color-accent:#EAE9E4;--e-global-color-f5c1cdd:#161616;--e-global-color-2fc45c4:#FFFFFF;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-f5c1cdd );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-size:17px;color:var( --e-global-color-2fc45c4 );border-radius:0px 0px 0px 0px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-2fc45c4 );color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h2{font-size:46px;}.elementor-kit-6 h3{font-size:32px;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*----------------------------
# General
----------------------------*/

.accomplishments p {
    margin-bottom: 7px;
}


/*----------------------------
# Form
----------------------------*/

#content form {
    padding: 0 30px 25px;
}
#content form .gfield {
    margin: 0;
}
#content form .gfield.hidden_label {
  margin-top: 0;
}
#content form .gfield.hidden_label legend {
  display: none;
}
#content form fieldset {
	border: none;
	padding: 0;
	margin-bottom: 0;
}
#content form fieldset input {
	margin-bottom: 10px;
}
#content form fieldset .ginput_left,
#content form fieldset .ginput_right {
	display: block;
  width: calc(50% - 5px);
}
#content form fieldset .ginput_left {
  float: left;
}
#content form fieldset .ginput_right {
  float: right;
}

@media screen and (max-width: 699px) {

  #content form fieldset .ginput_left,
  #content form fieldset .ginput_right {
    width: 100%;
  }

}

#content form input[type="submit"] {
    text-transform: uppercase;
    margin-bottom: 0;
}
#content form .gform_footer {
    padding-bottom: 0;
}/* End custom CSS */