/* Enter Your Custom CSS Here */
/*20170731 BY - Fix bug in Divi - occurs between Divi 3.0.35 &amp; 3.0.65.  Affects CU.net &amp; Transit*/
.et_pb_bg_layout_light.et_pb_module.et_pb_button { color: #006e9f!important;}
.et_pb_button.et_pb_module.et_pb_bg_layout_light { color: #006e9f!important;}

/*** Gravity Forms ***/
/*BY 20160420 - make date field on dates wider */
body .gform_wrapper .gform_body .gform_fields #field_66_4.gfield input[type=text] { width: 7.75em!important;} /*Daily Water Statistics*/

/* 20160503 this has to be in css, not theme styles.css because of the gf ready classes - make the 'small' field just a smidge wider*/
.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small, .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small { width: 7em!important; }

/*** end of Gravity Forms ***/

/*** private posts/pages ***/
/*BY 20190213 - password protected posts/pages were displaying fullwidth and small top/bottom margin*/
.et_password_protected_form {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    padding-top: 2%;
    padding-bottom: 4%;}
/*** end of private posts/pages ***/

/*** Make Blog Grid Posts the same size ***/
@media only screen and (min-width: 768px) {
.cu_blog .et_pb_post {
min-height: 420px;
max-height: 420px;}
}

/*** Alerts box on Homepage ***/
.cu-alerts .header-content { 
    text-align: left!important;
    padding: 15px;
    vertical-align: middle!important;
}

.cu-alerts { color: #ffffff; }
.cu-alerts A:link { color:#ffffff; text-decoration: underline;}
.cu-alerts A:visited { color:#ffffff; text-decoration: underline; }
.cu-alerts A:active { color:#ffffff; text-decoration: underline; }
.cu-alerts A:hover { color:#5d676f;  text-decoration: underline;}
/*** end of alerts box ***/

/*BY 20170309 moved from these css to site level*/
#footer-widgets .footer-widget li a:hover {color: #6ec829!important; }
