/*-----styles-----*/
html, body{
  height:auto;
}


.Forage_Sorghum_hybrid_container {

    .row {

        .content_section {

            margin-bottom:90px;

       }

   }

}

.sudaxforages-footer {

    background-color: #000000;

    width: 100%;

    bottom: 0;

    margin: 0;

}

/*Header styles*/
/* Top Bar */
.top-nav-container.black-bg {
  height: 40px;
  z-index: 10;
  position: fixed;
  top: 0;
  width: 100%;
}
.top-nav-container.black-bg ul.utilities-list {
  height: 100%;
  list-style-type: none;
  padding: 0.5rem;
  margin: 0;
}
.top-nav-container.black-bg ul.utilities-list li {
  text-align: right;
  padding-right: 1rem;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

/* Main Nav */
.sudaxforages-header {
  width: 100%;
  position: fixed;
  top: 2rem;
  box-shadow: 0 8px 16px black;
  z-index: 5;
  height: 80px;
  background: white;
  display: flex;
  border-bottom: 5px solid #4eb74a;
  /*mobile header*/
}
.sudaxforages-header .row {
  display: flex;
  flex-direction: row;
  max-width: unset;
  width: 100%;
  padding: 0.5rem 1rem;
}
.sudaxforages-header .row .columns {
  display: flex;
}
.sudaxforages-header .logo-link {
  flex-basis: 20%;
  flex-grow: 0;
}
.sudaxforages-header .logo-link a img {
  height: 100%;
}
@media only screen and (max-width: 40em) {
  .sudaxforages-header .logo-link {
    flex-basis: 100%;
  }
}
.sudaxforages-header .top-bar {
  background-color: white;
  color: black;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-basis: 90%;
  justify-content: flex-end;
  margin: 0;
}
.sudaxforages-header .top-bar ul {
  background-color: white;
  color: black;
  border: 0;
  width: 50%;
}
@media only screen and (max-width: 40em) {
  .sudaxforages-header .top-bar ul {
    width: 100%;
  }
}
.sudaxforages-header .top-bar li a {
  color: black;
  font-weight: bold;
}
.sudaxforages-header .top-bar li a::after {
  display: none !important;
}
.sudaxforages-header .top-bar li .is-dropdown-submenu {
  margin-left: 0;
  text-align: center;
  right: 0 !important;
  left: 0;
  top: 100%;
  max-width: 10rem;
  margin: 0px auto 5px;
}
.sudaxforages-header .top-bar li .is-dropdown-submenu .is-submenu-item {
  list-style-type: none;
  background-color: black;
  border-bottom: 2px solid white;
  display: inline-block;
  position: relative;
}
.sudaxforages-header .top-bar li .is-dropdown-submenu .is-submenu-item:last-child {
  border-bottom: 0;
}
.sudaxforages-header .top-bar li .is-dropdown-submenu .is-submenu-item a {
  color: white;
}
.sudaxforages-header .top-bar li .is-dropdown-submenu .is-submenu-item a:hover {
  color: lightgray;
}
@media only screen and (max-width: 40em) {
  .sudaxforages-header {
    height: auto;
    width: 100%;
  }
  .sudaxforages-header .row {
    padding: 0;
  }
  .sudaxforages-header .row .columns {
    padding: 0;
    display: inline-block;
  }
  .sudaxforages-header .row .columns a img {
    padding: 1rem;
  }
  .sudaxforages-header .top-bar {
    background-color: black;
    color: white;
  }
  .sudaxforages-header .top-bar li a {
    background-color: black;
    color: white;
  }
  .sudaxforages-header .top-bar .is-drilldown {
    flex: auto;
  }
  .sudaxforages-header .top-bar .is-drilldown ul li a {
    background-color: black;
    color: white;
  }
  .sudaxforages-header .top-bar .drilldown .is-drilldown-submenu.is-active {
    margin-left: 0;
  }
  .sudaxforages-header .title-bar {
    display: inline-block;
    width: 100%;
  }

  .dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    position: relative;
	left: -25px;
}

.sudaxforages-header .top-bar ul {
    background-color: black !important;
}


.dropdown.menu .is-active>a {
    background: #fff;
    color: #00703c;
}
.sudaxforages-header .top-bar{
  justify-content: center;
}
}

.menu-container ul {
  list-style-type: none;
}

/* Hero */
.home-banner {
  position: relative;
  margin: 0rem;
}
.home-banner h1 {
  position: absolute;
  bottom: 40px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
@media only screen and (max-width: 40em) {
  .home-banner h1 {
    position: relative;
    background-color: transparent;
    color: black;
    bottom: 0;
    padding: 1rem;
  }
}

.home-banner span {
  padding: 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 40em) {
  .home-banner span {
    padding-left: 0;
  }
}

.banner-title img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .is-drilldown > ul {
    visibility: visible !important;
    margin-bottom: 100px !important;
  }
}
/*sudax styling*/
body {
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

h1, .secondary-bg h1 {
  font-size: 42px;
  line-height: 3rem;
  font-weight: 900;
  color: #4eb74a;
}

h2 {
  font-size: 32px;
}

h3, h3 a, .bodyIntro, .bodyIntro a {
  font-size: 24px;
  font-weight: bold;
  color: #4eb74a;
  line-height: 1.2;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

.sudax-page-container {
  max-width: 60rem;
  margin: 1rem auto;
  padding-top: 5rem;
}

section.main-container {
  margin-top: 110px;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  section.main-container {
    margin-top: 185px;
    max-width: 100%;
  }
}

section.main-container .pageNotFound__section {
        margin: 200px 0 0 0;
        height: calc(100vh - 300px);
        text-align: center;
}

.sudaxMargin, form {
  max-width: 60rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 40em) {
  .sudaxMargin, form,.formwidget-submit-text {
    max-width: 100%;
    padding:1rem;
  }
}

/* Button */
.button-primary, .Forage_Sorghum_hybrid_container .row .content_section .download, input[type=submit] {
  background-color: #4eb74a;
  color: white;
  padding: 1rem 2rem;
  border: 0;
  font-weight: bold;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  margin-top: 1rem;
  display: inline-block;
}
.button-primary:hover, .Forage_Sorghum_hybrid_container .row .content_section .download:hover, input[type=submit]:hover {
  background-color: #31752f;
}

.learn-more-arrow {
  display: none;
}

/* Forms */
.control-label {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #4eb74a;
}

/* Feature Section */
.feature-section-large--image-bg {
  background-image: none !important;
  background-color: white !important;
}

/*landing page*/
.Sudax_Landing_Page .banner_container {
  position: relative;
  background-image: url(https://www.sudaxforages.com/sudaxforages/media/Images/Design/home_bg.png);
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.Sudax_Landing_Page .banner_container .banner_strip {
  position: absolute;
  height: 100px;
  background-color: #000;
  opacity: 0.6;
  width: 500px;
  max-width: 100%;
  bottom: 50px;
  left: 0;
}
.Sudax_Landing_Page .banner_container .banner_strip_content {
  position: absolute;
  height: 92px;
  bottom: 50px;
  left: 0;
  width: 400px;
  padding: 10px 0 10px 20px;
}
@media only screen and (max-width: 767px) {
  .Sudax_Landing_Page .banner_container .banner_strip_content {
    width: auto;
  }
}
.Sudax_Landing_Page .banner_container .banner_strip_content strong {
  font-size: 1.75em;
  font-weight: bold;
  line-height: 34px;
  color: #fff;
}
.Sudax_Landing_Page .benefit_section {
  margin: 40px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .Sudax_Landing_Page .benefit_section {
    padding: 0 20px;
  }
}
.Sudax_Landing_Page .benefit_section .row .content_section h2 {
  font-size: 24px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #222;
  font-weight: 700;
  margin-bottom: 1.25em;
}
.Sudax_Landing_Page .benefit_section .row .content_section ul {
  margin: 0;
}
.Sudax_Landing_Page .benefit_section .row .content_section ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
}
.Sudax_Landing_Page .benefit_section .row .content_section ul li span {
  color: #4eb74a;
}
.Sudax_Landing_Page .benefit_section .row .content_section ul li p {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 1.25em;
  margin-left: 10px;
}
.Sudax_Landing_Page .benefit_section .row .content_section .learnMoreBtn {
  background-color: #4eb74a;
  text-align: center;
  border: 0 solid #fff;
  color: #fff !important;
  float: right;
}
.Sudax_Landing_Page .benefit_section .row .content_section .learnMoreBtn .learn-more-arrow {
  width: 0;
  height: 0;
  margin-left: 20px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid white;
  float: right;
  position: relative;
  top: 2px;
  right: 4px;
}
.sudax-button.sudax-page-container{
padding:0px;
}

/*parent pages*/
@media only screen and (max-width: 767px) {
  .Sudax_Forage_Sorghum {
    padding: 20px;
  }
}
.Sudax_Forage_Sorghum .row .left__section img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .Sudax_Forage_Sorghum .row .right__section {
    margin: 20px 0;
  }
}
.Sudax_Forage_Sorghum .row .right__section .content h2 {
  line-height: 1;
  font-size: 32px;
  color: #4eb74a;
  font-weight: normal;
  margin-bottom: 16px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Sudax_Forage_Sorghum .row .right__section .content p {
  font-size: 18px;
  line-height: 1.4;
  color: #4eb74a;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 767px) {
  .Sudax_Forage_Sorghum .row .right__section .content p {
    font-size: 16px;
  }
}
.Sudax_Forage_Sorghum .row .right__section .content p strong {
  font-weight: bold;
  font-style: italic;
}

/*child pages*/
.Forage_Sorghum_hybrid_container {
  max-width: 60rem;
  margin: 1rem auto;
  padding-top: 2rem;
}
@media only screen and (max-width: 40em) {
  .Forage_Sorghum_hybrid_container .row {
    max-width: 100%;
  }
}
.Forage_Sorghum_hybrid_container .row .content_section {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .Forage_Sorghum_hybrid_container .row .content_section {
    padding: 20px;
  }
}
.Forage_Sorghum_hybrid_container .row .content_section > span {
  min-width: 250px;
  background: #4eb74a;
  color: #fff;
  font-size: 36px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Forage_Sorghum_hybrid_container .row .content_section h1 {
  background-color: #4eb74a;
  color: white;
  font-size: 32px;
  padding-left: 1rem;
  margin: 10px 0;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Forage_Sorghum_hybrid_container .row .content_section h2 {
  color: #4eb74a;
  font-size: 24px;
  margin: 10px 0;
  font-weight: 600;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Forage_Sorghum_hybrid_container .row .content_section .feature-list_content {
  margin-top: 20px;
}
.Forage_Sorghum_hybrid_container .row .content_section .feature-list_content p {
  font-size: 18px;
  line-height: 1.25;
  color: black;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Forage_Sorghum_hybrid_container .row .content_section .feature-list_content .Features {
  margin-top: 20px;
}

/*learn More*/
.Sudax_Learn_More {
  max-width: 60rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 40em) {
  .Sudax_Learn_More {
    max-width: 100%;
  }
  
  .sudax-page-container {padding: 1rem;}
  .sudax-button.sudax-page-container {
    margin: 1rem;
}
}
.Sudax_Learn_More .row .isHideSection {
  display: none;
  margin-top: 1.25em;
}
.Sudax_Learn_More .row .content__section .content__item h1 {
  line-height: 30px;
  font-size: 24px;
  color: #4eb74a;
  font-weight: 600;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Sudax_Learn_More .row .content__section .content__item h2 {
  line-height: 30px;
  font-size: 24px;
  color: #4eb74a;
  font-weight: 600;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Sudax_Learn_More .row .content__section .content__item p {
  line-height: 24px;
  font-size: 18px;
  color: black;
  font-weight: 400;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  margin-bottom: 1.25em;
}
.Sudax_Learn_More .row .content__section .content__item ul li {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Sudax_Learn_More .row .read__More__Section {
  border: 1px solid #4eb74a;
  padding: 5px 10px;
}
.Sudax_Learn_More .row .read__More__Section .is__Visible__Toggle_Container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Sudax_Learn_More .row .read__More__Section .is__Visible__Toggle_Container p {
  margin: 0;
  color: #4eb74a;
  font-size: 14px;
  font-weight: 600 !important;
}
@media only screen and (max-width: 767px) {
  .Sudax_Learn_More .row .read__More__Section .is__Visible__Toggle_Container p {
    font-size: 8px;
  }
}
.Sudax_Learn_More .row .read__More__Section .is__Visible__Toggle_Container .is__Visible__Toggle {
  display: flex;
  align-items: center;
  color: #808285;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .Sudax_Learn_More .row .read__More__Section .is__Visible__Toggle_Container .is__Visible__Toggle {
    font-size: 10px;
  }
}

.Sudax_Contact_Form {
  max-width: 75rem;
  margin: 0 auto;
}
.Sudax_Contact_Form .form-field label {
  padding: 10px 10px 0 0;
  line-height: 34px;
  font-size: 16px;
  color: #4eb74a;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Sudax_Contact_Form .form-field .field-validation-error {
  color: red;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
.Sudax_Contact_Form input[type=submit] {
  float: right;
  color: #fff;
  font-weight: bold;
  background-color: #4eb74a;
  border: 1px solid #4eb74a;
  margin-right: 10px;
  padding: 10px;
  text-transform: uppercase;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}

/*Form Error handling*/
.field-validation-error {
  font-weight: bold;
  color: red;
  /* margin: -1rem 0 1rem 0; */
  font-size: 0.75rem;
  margin: 10px 0 1rem 0;
}

/*Breadcrumbs*/
.breadcrumb ul {
  list-style-type: none;
}
.breadcrumb ul li {
  font-weight: bold;
  font-size: 0.85rem;
  display: inline;
}
.breadcrumb ul li a {
  color: gray;
}
.breadcrumb ul li:last-of-type {
  color: #4eb74a;
}
.breadcrumb ul li::after {
  content: "|";
  color: #4eb74a;
}
.breadcrumb ul li:last-of-type::after {
  content: "";
}

/*Footer styles*/
.sudaxforages-footer {
  background-color: black;
  width: 100%;
  bottom: 0;
  margin: 0;
}
.sudaxforages-footer .row .footer_content {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
}
@media only screen and (max-width: 992px) {
  .sudaxforages-footer .row .footer_content {
    align-items: center;
    float: inherit;
  }
}
.sudaxforages-footer .row .footer_content > span {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .sudaxforages-footer .row .footer_content > span {
    font-size: 10px;
  }
}
.sudaxforages-footer .row .footer_content .footer-links-privacy a {
  color: #fff;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .sudaxforages-footer .row .footer_content .footer-links-privacy a {
    font-size: 10px;
  }
}
.sudaxforages-footer .row .footer_content .footer-links-privacy .footer-link-divider {
  color: #fff;
  font-size: 12px;
}
.paragraph-sudax .content-section{
    margin: 0px 10px;
    padding: 0px;
}

.sudax-button .button-group a{
  background-color: #4eb74a;
      font-size: .75rem;
      font-weight: bold;
      padding: 1rem 2rem;
}

@media only screen and (max-width: 767px) {
  .sudaxforages-footer .row .footer_content .footer-links-privacy .footer-link-divider {
    font-size: 10px;
  }
  .paragraph-sudax .info-section{
padding:0px;
}
 .paragraph-sudax .content-section{
margin:0px;
    padding:0px;
}
}

.formwidget-submit-text{
  padding-bottom: 1rem;
  max-width: 60rem;
  margin: 1rem auto;
}

@media only screen and (min-width: 640px) and (max-width: 1024px) {
    
  .sudaxMargin, form,.formwidget-submit-text {
    max-width: 100%;
    padding: 1rem;
}
  .sudax-page-container{
    margin: 1rem;
  }

  }


