/*Header*/
.header7 .et_pb_image img {
height: auto !important;
}
/*Header Responsive*/
@media only screen and (max-width: 980px) {
.header7 .et_pb_promo_description {
text-align: center !important;
}
#page-container .header7 .et_pb_promo_description h2 {
letter-spacing: 0x !important;
padding-bottom: 20px !important;
}
}
/*Css Animation*/
.header7 .et_pb_image a:hover img {
-webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
animation: mymove 1s infinite;
position: relative;
animation-iteration-count: 1;
}
@keyframes mymove {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
/*Top Content*/
.content14 .et_pb_column_4_4 .et_pb_blurb:last-child {
margin-right: 0 !important;
}
.content14 .et_pb_column_1_2 .et_pb_text p:last-child {
padding-bottom: 0 !important;
}
.content14 .et_pb_column_1_2 .et_pb_text p {
padding-bottom: 30px !important;
}
/*Hovers*/
.content14 .et_pb_column_4_4 .et_pb_blurb {
cursor: pointer;
}
.content14 .et_pb_column_4_4 .et_pb_blurb .et_pb_main_blurb_image:after {
pointer-events: none;
position: absolute;
content: '';
left: 0;
height: 10px;
width: 46%;
opacity: 0;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 67%);
transition-duration: 0.3s;
transition-property: transform opacity;
display: block;
margin: 0px auto 0;
right: 0;
margin-bottom: -10px !important;
}
.content14 .et_pb_column_4_4 .et_pb_blurb:hover .et_pb_main_blurb_image:after {
-webkit-animation: shrink 1s infinite; /* Safari 4.0 - 8.0 */
animation: shrink 1s infinite;
position: relative;
animation-iteration-count: 1;
opacity: 1;
}
.content14 .et_pb_column_4_4 .et_pb_blurb:hover img {
-webkit-animation: mymove 1s infinite; /* Safari 4.0 - 8.0 */
animation: mymove 1s infinite;
position: relative;
animation-iteration-count: 1;
}
@-webkit-keyframes mymove {
from {
top: 0;
}
to {
top: 10px;
}
}
@keyframes mymove {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@-webkit-keyframes shrink {
from {
width: 25%;
}
to {
width: 46%;
}
}
@keyframes shrink {
from, 20%, 53%, 80%, to {
width: 46%;
}
40%, 43% {
width: 25%;
}
70% {
width: 35%;
}
90% {
width: 43%;
}
}
/*Content Responsive*/
@media only screen and (max-width: 767px) {
.content14 .et_pb_column_4_4 {
text-align: center !important;
}
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb {
width: 31% !important;
margin-right: 2% !important;
margin-bottom: 30px !important;
display: inline-block;
float: none;
}
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb:nth-child(3),
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb:last-child {
margin-right: 0 !important;
}
.content14 .et_pb_column_1_2 .et_pb_text {
text-align: center !important;
}
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb:nth-last-child(2),
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb:last-child {
margin-bottom: 0 !important;
}
}
@media only screen and (max-width: 480px) {
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 20px !important;
}
#page-container .content14 .et_pb_column_4_4 .et_pb_blurb:nth-last-child(2){
margin-bottom: 20px !important;
}
}
/*Testimonial*/
.testimonial4 .et_pb_slide {
background: transparent !important;
box-shadow: none !important;
padding: 0 !important;
}
.testimonial4 .et_pb_slide_description:after {
transform: rotate(180deg);
}
.testimonial4 .et_pb_slide_description:after,
.testimonial4 .et_pb_slide_description:before {
content: '“';
display: block;
font-size: 120px;
color: #fff;
line-height: 100%;
font-family: 'Font_5200', sans-serif !important;
float: left;
max-height: 71px;
}
.testimonial4 .et-pb-controllers a:hover,
.testimonial4 .et-pb-controllers a.et-pb-active-control {
border: 1px solid #fff;
}
.testimonial4 .et-pb-controllers a {
width: 24px;
height: 24px;
border-radius: 100%;
background: transparent !important;
position: relative;
}
.testimonial4 .et-pb-controllers a:before {
content: "";
display: block;
background: #fff;
position: absolute;
top: 6px;
right: 6px;
left: 6px;
bottom: 6px;
border-radius: 100%;
}
.testimonial4 .et-pb-controllers {
height: auto !important;
}
/*Blurbs*/
.blurbs_3 .et_pb_column_4_4 h2:after {
content: "";
display: block;
width: 131px;
height: 1px;
background-color: #d7d7d7;
margin: 20px auto 36px;
}
.blurbs_3 .et_pb_column_1_4 .et-pb-icon {
font-size: 60px !important;
}
.blurbs_3 .et_pb_column_1_4 .et_pb_blurb_container {
padding: 0 17px 24px;
line-height: 168%;
}
.blurbs_3 .et_pb_column_1_4 {
cursor: pointer;
}
.blurbs_3 .et_pb_column_1_4 .back .et-pb-icon:after {
content: "";
display: block;
width: 0;
height: 1px;
background-color: #fff;
margin: 0 auto;
-webkit-transition: all 0.9s linear;
-moz-transition: all 0.9s linear;
-o-transition: all 0.9s linear;
-ms-transition: all 0.9s linear;
transition: all 0.9s linear;
}
.blurbs_3 .et_pb_column_1_4 .back .et-pb-icon {
font-size: 120px !important;
line-height: 90%;
}
.blurbs_3 .et_pb_column_1_4:hover .back .et-pb-icon:after {
width: 100%;
}
.blurbs_3 .et_pb_column_1_4 {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-webkit-perspective: 800px;
-moz-perspective: 800px;
-o-perspective: 800px;
-ms-perspective: 800px;
perspective: 800px;
}
.blurbs_3 .et_pb_column_1_4 .et_pb_blurb {
background-position: center center;
-webkit-transition: all 0.4s linear;
-moz-transition: all 0.4s linear;
-o-transition: all 0.4s linear;
-ms-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.blurbs_3 .et_pb_column_1_4 .et_pb_blurb .et_pb_main_blurb_image{
display: block;
}
.blurbs_3 .et_pb_column_1_4 .et_pb_blurb.back {
opacity: 0;
}
.blurbs_3 .et_pb_column_1_4 .et_pb_blurb.front {
opacity: 1;
}
.blurbs_3 .et_pb_column_1_4:hover .et_pb_blurb.back {
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
transform: rotateY(0deg);
opacity: 1;
}
.blurbs_3 .et_pb_column_1_4:hover .et_pb_blurb.front {
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
opacity: 0;
}
/*Blurb Responsive*/
@media only screen and (max-width: 980px) {
.blurbs_3 .et_pb_row {
overflow: visible;
}
.blurbs_3 .et_pb_column_1_4 .et_pb_blurb {
max-width: 226px;
margin: 0 auto !important;
left: 0;
right: 0;
}
}
@media only screen and (max-width: 480px) {
.blurbs_3 .et_pb_column_1_4 .et_pb_main_blurb_image {
padding: 40px !important;
margin-bottom: 23px;
}
}
/*Team*/
.team6:hover {
cursor: pointer;
}
.team6 .person_link {
display: none !important;
}
/*team 1_5*/
.team_6 .et_pb_column_4_4 .et_pb_team_member .et_pb_team_member_image img {
width: 100%;
}
.team_6 .et_pb_column_4_4 .et_pb_team_member .et_pb_team_member_image {
width: 100% !important;
}
.team_6 .et_pb_column_4_4 .et_pb_team_member {
width: 16.6% !important;
margin-right: 4.2% !important;
float: left;
position: relative;
}
.team_6 .et_pb_column_4_4 .et_pb_team_member:last-child {
margin-right: 0 !important;
}
/*Team Responsive*/
@media only screen and (max-width: 980px) {
.team6 .et_pb_team_member_image {
width: 100% !important;
}
.team6 .et_pb_team_member_image img {
width: 100% !important;
display: block !important;
}
#page-container .team_6 .et_pb_column_1_2 {
width: 48% !important;
margin-right: 4% !important;
}
#page-container .team_6 .et_pb_column_1_2:last-child {
margin-right: 0 !important;
}
#page-container .team_6 .et_pb_column_1_3:last-child {
margin-right: 0 !important;
}
#page-container .team_6 .et_pb_column_1_3 {
width: 32% !important;
margin-right: 2% !important;
}
#page-container .team_6 .et_pb_column_1_4:nth-child(2n+2) {
margin-right: 0 !important;
}
#page-container .team_6 .et_pb_column_1_4 {
width: 48% !important;
margin-right: 4% !important;
margin-bottom: 4% !important;
}
/*team 1_5*/
.team_6 .et_pb_column_4_4 {
text-align: center;
}
.team_6 .et_pb_column_4_4 .et_pb_team_member {
width: 48% !important;
margin-right: 3% !important;
margin-bottom: 3% !important;
float: none;
display: inline-block;
position: relative;
}
.team_6 .et_pb_column_4_4 .et_pb_team_member:nth-child(2n+2),
.team_6 .et_pb_column_4_4 .et_pb_team_member:last-child {
margin-right: 0 !important;
}
}
@media only screen and (max-width: 767px) {
#page-container .team_6 .et_pb_column_1_3:last-child {
margin-right: auto !important;
}
#page-container .team_6 .et_pb_column_1_3 {
width: 50% !important;
margin-right: auto !important;
margin-left: auto !important;
display: block;
float: none;
margin-bottom: 40px !important;
}
}
@media only screen and (max-width: 480px) {
.team_6 .et_pb_column .et_pb_team_member_description {
bottom: 30px !important;
}
.team_6 .et_pb_column_4_4 .et_pb_team_member,
body #page-container .team_6 .et_pb_column {
width: 100% !important;
margin-right: auto !important;
margin-left: auto !important;
display: block;
float: none;
margin-bottom: 40px !important;
}
body #page-container .team_6 .et_pb_column:last-child {
margin-bottom: 0 !important;
}
}
/*Animation Css*/
.team6 .et_pb_team_member_image,
.team6 .et_pb_team_member_description {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.team6:hover .et_pb_team_member_description {
bottom: 0 !important;
}
.team6:hover .et_pb_team_member_image {
transform: scale(1.15);
}
/*Footer*/
.footer1 .et_pb_text a {
color: #fff !important;
}
.footer1 .et_pb_text a:hover {
opacity: 0.6 !important;
cursor: pointer;
}
/*Css Animation*/
.footer1 .et_pb_blurb .et_pb_main_blurb_image img {
position: relative;
}
.footer1 .et_pb_blurb .et_pb_main_blurb_image:before {
content: "";
display: block;
position: absolute;
width: 100%;
height: 100%;
}
.footer1 .et_pb_blurb:hover .et_pb_main_blurb_image img,
.footer1 .et_pb_blurb .et_pb_blurb_container:after {
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.footer1 .et_pb_blurb .et_pb_blurb_container:after {
content: "";
display: block;
width: 0;
height: 1px;
background-color: #fff !important;
margin: 10px auto -10px;
}
.footer1 .et_pb_blurb:hover {
cursor: pointer;
}
.footer1 .et_pb_blurb:hover .et_pb_blurb_container:after {
width: 70%;
}
.footer1 .et_pb_blurb:hover .et_pb_main_blurb_image img {
-webkit-animation: mymove 5s infinite;
animation: mymove 1s infinite;
position: relative;
animation-iteration-count: 1;
}
@-webkit-keyframes mymove {
from {
top: 0;
}
to {
top: 10px;
}
}
@keyframes mymove {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -9px, 0);
transform: translate3d(0, -9px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
Events
106th Annual Meeting Recap

California Cultivator Award recipient, Jeana Hultquist with Emily Rooney and Darren Hoff
Agricultural Council of California held a memorable 106th Annual Meeting in March 2025.
The successful event took place in Napa, California, at the Meritage Resort & Spa.
Thanks to all who participated at the meeting and golf tournament.
We greatly appreciate our generous sponsors who contributed to the event. An overview of the 106th Annual Meeting is available HERE.
105th Annual Meeting Recap
Agricultural Council of California held a successful 105th Annual Meeting in March 2024.
The event was held in Carlsbad, California, at the Omni La Costa Resort & Spa in conjuction with CoBank’s PacWest Customer Meeting.
We thank all who participated at the meeting and golf tournament. We also appreciate our generous sponsors. The program is archived here.

L-R: Ag Council Board Chair & Sun-Maid grower Darren Hoff, California Cultivator Award recipient and DFA dairy producer Melvin Medeiros, and Ag Council President Emily Rooney