
.form-submit-success,.form-submit-error{opacity:0;-webkit-transition:none;transition:none;overflow:hidden}form:not(.success) .form-submit-success,form:not(.error) .form-submit-error{max-height:0;padding:0;margin:0;border-width:0px}form.success .form-submit-success,form.error .form-submit-error{opacity:1;-webkit-transition:opacity 500ms ease;transition:opacity 500ms ease}.form-submit-processing{opacity:0;pointer-events:none;-webkit-transition:opacity 500ms ease;transition:opacity 500ms ease}form:not(.processing) .form-submit-processing{max-height:0}form.processing *{pointer-events:none}form.processing .form-submit-processing{opacity:1;pointer-events:auto}.processing-modal.absolute,.processing-modal.fixed{background-color:var(--overlay-color);border-radius:inherit;position:absolute;top:0;left:0;right:0;bottom:0}.processing-modal.absolute .processing-circle,.processing-modal.fixed .processing-circle{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.processing-modal.fixed{position:fixed}

.processing-circle{margin:0 auto;width:40px;height:40px;border:4px solid var(--white-color);border-top:4px solid var(--primary);border-radius:50%;-webkit-filter:drop-shadow(0 0 20px rgba(0,0,0,0.6));filter:drop-shadow(0 0 20px rgba(0,0,0,0.6))}.processing-circle.dark{border-color:var(--black-color);border-top-color:var(--primary)}.processing-circle.primary{border-top-color:var(--primary)}.processing-circle.secondary{border-top-color:var(--secondary)}.processing-circle.warning{border-top-color:var(--warning)}.processing-circle.success{border-top-color:var(--success)}.processing-circle.alert{border-top-color:var(--alert)}
:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(0, 140, 186, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(210, 255, 255, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(0, 110, 156, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(36, 121, 161, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:3px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem}::-moz-selection{background:var(--selection-background);color:var(--selection-text)}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:calc(1200rem/16);}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(16rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(14rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(31rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(14rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(3rem/16)}body{}
.red-text{color:rgba(219, 80, 41, 1.00) ;}
.red-text{--header-color:rgba(201, 50, 26, 1.00);--subheader-color:rgba(0, 125, 49, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(26, 81, 105, 1.00);--link-color:rgba(0, 83, 189, 1.00);--link-color-hover:rgba(0, 169, 81, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-content{--header-color:rgba(53, 153, 214, 1.00);--subheader-color:rgba(0, 128, 169, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(0, 114, 38, 1.00);--link-color:rgba(10, 34, 190, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.crops{color:rgba(0, 150, 27, 1.00) ;}
.livestock{color:rgba(0, 101, 179, 1.00) ;}
.farm-column{--header-color:rgba(183, 32, 18, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .farm-size{font-size:calc(12rem/16) ;}@media only screen and (min-width:40em) {            .farm-size{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .farm-size{font-size:calc(18rem/16) ;line-height:1.50 }}
.livestock-column{--header-color:rgba(0, 109, 182, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.crops-column{--header-color:rgba(0, 142, 0, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.farm-color{color:rgba(0, 106, 155, 1.00) ;}
            .red-text{font-size:calc(8rem/16) ;}@media only screen and (min-width:40em) {            .red-text{font-size:calc(10rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .red-text{font-size:calc(12rem/16) ;line-height:1.50 }}
            .text-content{font-size:calc(8rem/16) ;}@media only screen and (min-width:40em) {            .text-content{font-size:calc(10rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .text-content{font-size:calc(12rem/16) ;line-height:1.50 }}
       h6,.h6,     .farm-class{font-size:calc(16rem/16) ;}@media only screen and (min-width:40em) {       h6,.h6,     .farm-class{font-size:calc(16rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {       h6,.h6,     .farm-class{font-size:calc(18rem/16) ;line-height:1.50 }}
.farm-class{--header-color:rgba(178, 40, 55, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(173, 0, 19, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
            .footer-text{font-size:calc(6rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em) {            .footer-text{font-size:calc(8rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {            .footer-text{font-size:calc(10rem/16) ;line-height:1.50 }}
       h6,.h6,     .topheader-class{font-size:calc(8rem/16) ;}@media only screen and (min-width:40em) {       h6,.h6,     .topheader-class{font-size:calc(8rem/16) ;line-height:1.50 }}@media only screen and (min-width:64em) {       h6,.h6,     .topheader-class{font-size:calc(12rem/16) ;line-height:1.50 }}
.topheader-class{--header-color:rgba(173, 0, 19, 1.00);--subheader-color:rgba(138, 138, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(173, 0, 19, 1.00);--link-color:rgba(0, 140, 186, 1.00);--link-color-hover:rgba(0, 102, 136, 1.00);--link-decoration:none;--link-decoration-hover:none}
.topheader-class{color:rgba(173, 0, 19, 1.00) ;}
.green-bg{background-color:rgba(218, 255, 231, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.green-bg{background-attachment:scroll!important}}
.medium-big{height:1.25rem ;}  
.border-std{border-color:rgba(0, 0, 0, 1.00) ;border-width:1px ;border-style:solid ;}
.border-std{padding:0.25rem ;}  
.border-std{margin:0.25rem ;}  
.border-std{padding:0.25rem ;}  
.border-std{height:auto ;min-height:none ;max-height:none ;}  
.top-image{margin:0.25rem ;}  
.shadow{-webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.60);box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.60);}
