@font-face {
  font-family: Gotham;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Gotham-Book_Web.woff") format("woff"), url("fonts/Gotham-Book_Web.woff2") format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Gotham-Medium_Web.woff") format("woff"), url("fonts/Gotham-Medium_Web.woff2") format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 600;
  font-style: normal;
  src: url("fonts/Gotham-Black_Web.woff") format("woff"), url("fonts/Gotham-Black_Web.woff2") format("woff2");
}
@font-face {
  font-family: Gotham;
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Gotham-Ultra_Web.woff") format("woff"), url("fonts/Gotham-Ultra_Web.woff2") format("woff2");
}
*{
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body,
html {
  overflow-x: hidden;
  background-color: #F5F5F2;
  font-family: Gotham, sans-serif;
  font-size: 16px;
}
a{ 
  color: #BC2F2A; 
  text-decoration: none;
}
a:hover, a:focus{
  color: #621715; 
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin-top: 0;
}
h1 {
  font-weight: 700;
  color: #242424;
  font-size: 2.9em;
}
h1 span{
  color: #B7312C;
}
h2 {
  font-size: 2.7em;
  color: #242424;
  font-weight: 700;
  margin-bottom: 16px;
}
h3 {
  font-size: 1.15em;
  font-weight: 600;
  color: #242424;
  margin: 1.5em 0 0.6em 0;
}
p {
  font-weight: 400;
  margin-bottom: 17px;
  line-height: 150%;
}
ul {
  padding-left: 37px;
}
li {
  color: #000;
  list-style-type: none;
  position: relative;
  margin-bottom: 7px;
}
li:not(.menu-item):before {
  content: ' ';
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #BC2F2A;
  position: absolute;
  top: 6px;
  left: -19px;
}
.btn, button, input[type="submit"]{
  border-radius: 999px;
  background-color: #BC2F2A;
  color: #fff;
  display: inline-block;
  padding: 20px 40px;
  font-size: 16px;
  text-decoration: none;
  margin-top: 2em; 
  text-transform: uppercase;
  font-weight: 600;
  border:none;
  outline: none;
  line-height: 100%;
}
.btn.soft {
	background: transparent;
	color: #BC2F2A;
	padding: 0;
	margin-left: 40px;
}
.btn.soft:hover {
	background: transparent;
	color: #BC2F2A;
	text-decoration: underline;
}
.btn:hover,
.btn:focus, 
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus{
  background-color: #342A28;
  color: #fff;
  text-decoration: none;
}
input[type="text"],
input[type="email"]{
  border: 2px solid #B4B4B4;
  border-radius: 4px;
  height: 55px;
  font-size: 1.4em;
}
.gfield{
  margin-top: 1.5em !important;
}
.gchoice{
  position: relative;
  padding-left: 35px;
  margin: 0.8em 0 0 0;
}
.gchoice input[type="radio"]{
  position: absolute;
  left: 0.4em;
  top: 0.4em !important;
}
#header {
  margin-left: auto;
  margin-right: auto;
}
#header .container {
  padding: 0;
}
#header .logo {
  margin-top: 30px;
  margin-bottom: 30px;
}
#header{
  background:url('img/hero.jpg') no-repeat center center;
  background-size: cover;
}
#header.active {
	background: #FAFAFA !important;
}
#header.active .wrap {
	display: none;
}
.hero-content{
  padding-bottom: 100px;
  color: #FFF;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  max-width: 600px;
}
.hero-content h4{
  text-transform: uppercase;
  margin-bottom: 0.8em;
}
.hero-content h2{
  color: #FFF;
  font-size: 56px;
  font-weight: 700;
}
.hero-content p{
  font-size: 1.4em;
}
.hero-content a.btn{ 
  text-shadow: none;
}
#intro{
  background: #FAFAFA;
  padding: 60px 0;
}
#content{
  background: #FFF;
  padding: 70px 0; 
}
#content h2{
  font-size: 2em;
}
ul#agendalist{
  padding:0;
  margin: 1.5em 0; 
}
ul#agendalist li{
  margin: 0; 
  padding: 5px 0 30px 0;
  position: relative;
}
ul#agendalist li::before{
  display: none;
}
ul#agendalist li::after{
  content:'';
  height: 20px;
  width: 2px; 
  background: #BC2F2A;
  position: absolute;
  left: 25px; 
  bottom:5px; 
}
ul#agendalist li:last-child:after{
  display: none;
}
ul#agendalist h4{
  margin:0 0 0.2em 0; 
}
ul#agendalist p{
  margin:0; 
}

footer {
  background-color: #333;
  padding-top: 45px;
  padding-bottom: 45px;
}
footer svg {
  width: 231px;
}

.container, .wrap{
  max-width: 480px;
  margin-left:auto;
  margin-right: auto;
  padding-left:20px;
  padding-right:20px;
}
.grid-row{
  position: relative;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.grid-item{
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
}
.spacedcols{
  margin-left: -20px;
  margin-right: -20px;
}
.spacedcols > .grid-item{
  padding-left: 20px;
  padding-right: 20px;
}
#thank-you{
  background: #FAFAFA;
  padding: 40px 50px;
  border-radius: 10px;
}
#thank-you p{
  margin: 12px 0;
}
p.formnote{
  font-size: 16px;
  color: #606060;
  margin-top: 0.5em;
}
#maincols > article{
  padding-bottom: 60px; 
}

#speakers {
	padding: 60px 0;
}
#speakers .speakerList {
	display: flex;
	margin-top: 16px;
	gap: 16px;
}
#speakers h2 {
	margin-bottom: 1.15em;
}
#speakers .speakerList .speaker {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 40px;
	background: #fff;
}
#speakers .speakerList .speaker img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
#speakers .speakerList .speaker h3 {
	margin-bottom: 8px;
}
#speakers .bioList {
	margin-top: 16px;
}
#speakers .viewBio, #speakers .collapseBio {
	color: #BC2F2A;
}
#speakers .viewBio:hover, #speakers .collapseBio:hover {
	text-decoration: underline;
	cursor: pointer;
}
#speakers .viewBio::after, #speakers .collapseBio::after {
    width: 20px;
    height: 20px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
    border: #BC2F2A 1px solid;
    border-radius: 100%;
    font-size: 22px;
    line-height: 20px;
}
#speakers .viewBio::after {
	content: "+";
}
#speakers .collapseBio::after {
	content: "-";
}
#speakers .bioList .bio {
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 0 40px;
	background: #fff;
	max-height: 0px;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	opacity: 0;
}
#speakers .bioList .bio.active {
	max-height: unset;
	padding: 40px;
	opacity: 1;
}
#speakers .bioList .bio h3 {
	margin-top: 0;
}
.farmvoice-nav #mobile-toggle a{
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
  color: #B7312C;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.farmvoice-nav #mobile-toggle{
  z-index: 999;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(16px * 1.5) 16px;
  max-width: calc(100% - 109px);
  width: 45px;
  height: 45px;
}
header .farmvoice-nav #mobile-toggle a span.active{
  visibility: visible;
  opacity: 1;
}
header .farmvoice-nav #mobile-toggle a span{
  color: #B7312C;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  transition:all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
header .farmvoice-nav #mobile-toggle #menuOpen{
  background: #B7312C;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 10px;
}
header .wrap {
	margin-top: 30px;
}
@media (max-width: 767px) {
  .hero-content h2{
    font-size: 2.6em;
  }
	
	#speakers .speaker {
		padding: 20px !important;
	}
}
@media (max-width: 479px) {
  html, body{
    font-size: 14px;
  }
  p{ font-size: 1.2em; }
}
@media (min-width: 768px) {
  .container, .wrap, .wrap-sm, .wrap-lg{
    max-width: 700px;
  }
  .grid-md-1-2{ width: 50%; }
}
@media (min-width: 1024px) {
  .container, .wrap{ 
    max-width: 960px; 
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1280px) {
  .container, .wrap{ max-width: 1140px; }
  html, body{ font-size: 18px; }
  .grid-lg-1-2{ width: 50%; }
  .spacedcols{
    margin-left: -40px;
    margin-right: -40px;
  }
  .spacedcols > .grid-item{
    padding-left: 40px;
    padding-right: 40px;
  }  
/*   #header .logo{
    position: relative;
    left: -50px;
    margin-bottom: 160px; 
  } */

}
header .main .container {
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
}
header .main .container #main-menu {
      margin-left: auto;
      display: flex;
      align-items: center; }
      header .main .container #main-menu .menu {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: calc(16px * 3.5);
        z-index: 2;
        margin-top: 10px; }
        header .main .container #main-menu .menu li {
          display: inline-block;
          position: relative;
          margin-top: calc(16px * 1.5); }
          header .main .container #main-menu .menu li a {
            color: #ffffff;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 1.12px;
            text-decoration: none;
            transition: all 0.3s ease-out;
            font-weight: 800;
            text-transform: uppercase; }
            header .main .container #main-menu .menu li a::after {
              content: "";
              background: #ffffff;
              display: block;
              width: 0px;
              height: 2px;
              transition: all 0.3s ease-out;
              margin: 5px auto calc(16px * 1.5);
              opacity: 0; }
			header .main .container #main-menu.dark .menu li a {
				color: #242424;
			}
			header .main .container #main-menu.dark .menu li a::after {
				background: #242424;
			}
            header .main .container #main-menu .menu li a:hover::after {
              width: 100%;
              opacity: 1; }
          header .main .container #main-menu .menu li .sub-menu {
            position: absolute;
            background: #FAFAFA;
            box-shadow: 4px 9px 8px rgba(0, 0, 0, 0.26);
            width: 250px;
            max-height: 0px;
            overflow: hidden;
            transition: all 0.3s ease-out;
            height: auto;
            padding: 0; }
            header .main .container #main-menu .menu li .sub-menu li {
              padding: 0;
              margin: 0;
              width: 100%; }
              header .main .container #main-menu .menu li .sub-menu li a {
                font-size: 16px;
                font-weight: 500;
                line-height: 16px;
                letter-spacing: 0.16px;
                display: block;
                padding: 16px calc(16px * 2);
                text-transform: none;
                width: 100%;
                color: #242424; }
                header .main .container #main-menu .menu li .sub-menu li a:hover {
                  background: #D1D3D4; }
                header .main .container #main-menu .menu li .sub-menu li a::after {
                  display: none; }
          header .main .container #main-menu .menu li:hover .sub-menu {
            max-height: 400px;
            padding: calc(16px / 2) 0; }
          header .main .container #main-menu .menu li.current-menu-item a::after {
            content: "";
            background: #B7312C;
            display: block;
            width: 100%;
            height: 2px;
            transition: all 0.3s ease-out;
            margin: 5px auto calc(16px * 1.5);
            opacity: 1; }
        @media (max-width: 1250px) {
          header .main .container #main-menu .menu {
            gap: calc(16px * 2); } }
        @media (max-width: 1100px) {
          header .main .container #main-menu {
            display: none !important;} }
      header .main .container #main-menu .search #searchButton {
        display: block;
        transition: all 0.3s ease-out;
        margin-left: calc(16px * 4);
        background: #B7312C url(../img/search.svg) no-repeat center/16px;
        border: #B7312C 1px solid;
        width: 34px;
        height: 34px;
        border-radius: 100%;
        font-size: 0px; }
        header .main .container #main-menu .search #searchButton.active {
          background: #B7312C url(../img/close.svg) no-repeat center/14px;
          border-color: #FFFFFF; }
      header .main .container #main-menu .search #searchform {
        top: 0;
        left: 0;
        background: #B7312C;
        position: absolute;
        padding: calc(16px * 3.5) calc(16px * 3.5) calc(16px * 2.5) calc(16px * 3.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-out;
        width: calc(100% - calc(16px * 3.5) - calc(16px * 3.5));
        z-index: -1;
        height: 0px;
        display: flex;
        align-items: flex-end; }
        header .main .container #main-menu .search #searchform form {
          width: 100%;
          max-width: 600px;
          margin: 0 auto; }
        header .main .container #main-menu .search #searchform div {
          display: flex;
          align-items: flex-end; }
          header .main .container #main-menu .search #searchform div input[type=search] {
            width: 100%;
            background: transparent url(../img/search.svg) no-repeat center left;
            border: none;
            border-bottom: #FFFFFF 1px solid;
            padding: calc(16px / 2) 16px 16px calc(16px * 2);
            font-size: 16px;
            line-height: 26px;
            font-family: "Gotham", "Helvetica", "Arial", sans-serif;
            font-weight: 400; }
            header .main .container #main-menu .search #searchform div input[type=search]::placeholder {
              color: #FFFFFF; }
          header .main .container #main-menu .search #searchform div input[type=submit], header .main .container #mobile-menu .mobile-searchform div input[type=submit] {
            background: transparent url(../img/arrow-right.svg) no-repeat center/12px;
            font-size: 0px;
            border: #FFFFFF 1px solid;
            margin-left: calc(16px / 2);
            width: 32px;
            height: 32px;
            border-radius: 5px;
            cursor: pointer; }
        header .main .container #main-menu .search #searchform.active {
          visibility: visible;
          opacity: 1;
          height: 130px; }
      @media (max-width: 1100px) {
        header .main .container #main-menu {
          margin-left: unset;
          margin-top: calc(16px * 2.5);
          width: calc(100% - 16px);
          display: none; }
          header .main .container #main-menu .search {
            display: flex;
            align-items: center;
            width: 100%; }
            header .main .container #main-menu .search #searchform {
              position: relative;
              padding: 0px;
              height: 80px !important;
              opacity: 1 !important;
              visibility: visible !important;
              overflow: hidden;
              width: 0px; }
              header .main .container #main-menu .search #searchform form {
                height: 100%; }
                header .main .container #main-menu .search #searchform form div {
                  height: 100%;
                  align-items: center; }
                  header .main .container #main-menu .search #searchform form div input[type=search] {
                    border: none;
                    padding: 0 0 0 calc(16px * 2);
                    height: 100%; }
                  header .main .container #main-menu .search #searchform form div input[type=submit] {
                    display: none; }
              header .main .container #main-menu .search #searchform.active {
                padding: 0px 16px;
                width: 100%; }
            header .main .container #main-menu .search #searchButton {
              background-size: 20px;
              margin-left: 0;
              width: 78px;
              height: 78px;
              min-width: 78px;
              min-height: 78px;
              border-radius: 0px 5px 5px 0px; }
              header .main .container #main-menu .search #searchButton.active {
                border-color: #B7312C; } }
    @media (max-width: 1100px) {
      header .main .container {
        padding: 0 !important;
        flex-wrap: wrap;
		max-width: 960px;}
        header .main .container .logo, header .main .container #mobile-toggle {
          padding: 0 16px;
			max-width: calc(100% - 109px);}
		header .logo img {
			max-height: 100px;
			width: auto;
		}}
  header #mobile-toggle {
    display: none;
    z-index: 999;
    margin-left: auto; }
    header #mobile-toggle a {
      position: relative;
      display: block;
      width: 45px;
      height: 45px;
	background: #BC2F2A;
    border-radius: 100%;}
header #mobile-toggle.active a {
	background: transparent;
}
body.home header #mobile-toggle a {
      width: 30px;
      height: 26px; }
      header #mobile-toggle a span {
        visibility: hidden;
        transition: all 0.3s ease-out;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        width: 45px;
        height: 45px;}
        header #mobile-toggle a span.active {
          visibility: visible;
          opacity: 1; }
        header #mobile-toggle a span img {
          display: inline-block; }
    @media (max-width: 1100px) {
      header #mobile-toggle {
        display: flex;
        align-items: center;
        justify-content: center; } }
  header #mobile-menu {
    visibility: hidden;
    z-index: -1;
    left: 0;
    width: 100%;
    background: #FAFAFA;
    opacity: 0;
    transition: all 0.3s ease-out;
    top: 100%;
    overflow-y: auto;
    display: none !important; }
header #mobile-menu .mobile-searchform {
	background: #b7312c;
	padding: 16px;
}
header #mobile-menu .mobile-searchform form div {
	display: flex;
	gap: 16px;
	align-items: flex-end;
}
    header #mobile-menu .mobile-searchform input[type=search] {
      width: 100%;
      background: transparent url(../img/search.svg) no-repeat;
      background-position: 20px 10px;
		border: 0;
		border-bottom: 1px #fff solid;
      padding: calc(16px / 2) calc(16px / 2) calc(16px / 2) 50px;
      font-size: 17px;
      line-height: 22px;
      letter-spacing: 0.34px;
      color: #FFFFFF;
      font-weight: 400;
      font-family: "Gotham", "Helvetica", "Arial", sans-serif; }
header #mobile-menu .mobile-searchform input[type=search]::placeholder {
	color: #fff;
}
    header #mobile-menu.active {
      visibility: visible;
      opacity: 1;
      z-index: 900;
      display: block !important; }
    header #mobile-menu ul {
      padding: 16px;
      margin: 12px 0 0; }
      header #mobile-menu ul li {
        list-style: none;
        display: flex;
        align-items: center; }
        header #mobile-menu ul li::before {
          display: none; }
        header #mobile-menu ul li .sub-menu {
          display: none; }
        header #mobile-menu ul li::after {
          content: "";
          display: inline-block;
          width: 8px;
          height: 14px;
          background: url(../img/chevron.svg) no-repeat center/contain;
          margin-left: auto; }
        header #mobile-menu ul li a {
          font-weight: bold;
          font-size: 24px;
          line-height: 32px;
          font-weight: 800;
          color: #242424;
          padding: 0;
          display: block;
          flex-grow: 1;
          text-decoration: none;
          letter-spacing: 0.4px; }
        header #mobile-menu ul li.hidden {
          display: none; }
        header #mobile-menu ul li.expanded {
          flex-wrap: wrap;
          border: none; }
          header #mobile-menu ul li.expanded::after {
            display: none; }
          header #mobile-menu ul li.expanded a {
            padding: 16px;
            margin: 0 calc(0px - 16px) calc(0px - 16px); }
            header #mobile-menu ul li.expanded a::after {
              display: none; }
            header #mobile-menu ul li.expanded a::before {
              content: "";
              display: inline-block;
              width: 8px;
              height: 14px;
              background: url(../img/chevron.svg) no-repeat center/contain;
              margin-right: 16px;
              transform: rotate(180deg); }
          header #mobile-menu ul li.expanded .sub-menu {
            display: block;
            width: 100%; }
            header #mobile-menu ul li.expanded .sub-menu li {
              border-top: none;
			margin: 0 !important;}
              header #mobile-menu ul li.expanded .sub-menu li::after {
                display: none; }
              header #mobile-menu ul li.expanded .sub-menu li a {
                text-transform: none !important;
                font-weight: 400;
                display: flex;
                align-items: center;
                padding: 16px 0;
                background: transparent;
                margin: 0;
                border-bottom: none; }
                header #mobile-menu ul li.expanded .sub-menu li a::before {
                  display: none; }
    @media (max-width: 1100px) {
      header #mobile-menu {
        display: block; } }
  @media (max-width: 1100px) {
    header {
      overflow-y: auto; }
      header.active {
        background: #FFFFFF;
        height: 100vh; }
        header.active .logo img.color, header.searchon .main .container .logo img.white {
          display: block !important; }
        header.active .logo img.white {
          display: none !important; }
        header.active #main-menu {
          display: flex !important; } }