@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,100italic,300italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,100italic,300);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#soybean-calculator h1, #soybean-calculator h2, #soybean-calculator h3, #soybean-calculator h4, #soybean-calculator h5, #soybean-calculator p, #soybean-calculator label, #soybean-calculator td, #soybean-calculator span {
  font-family: "proxima-nova","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  clear: none;
  line-height: 1em; }
#soybean-calculator h4 {
  padding-bottom: 5px; }
#soybean-calculator .bold {
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  font-size: 11px; }
#soybean-calculator .faded {
  font-weight: normal;
  color: #000;
  text-transform: lowercase;
  font-size: 12px; }

#soybean-calculator input {
  float: right;
  text-align: right;
  width: 75px;
  height: 40px;
  border: 0px;
  background-color: #fff;
  margin-bottom: 5px;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 14px;
  padding-right: 10px;
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1em; }
  #soybean-calculator input#border-strip-acres {
    border: 0px;
    border-bottom: 1px solid #ececec;
    border-radius: 5px; }
#soybean-calculator select {
  float: right;
  width: 75px;
  height: 40px;
  font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  border: 1px solid #c8c8c8;
  background-color: #fff; }
#soybean-calculator label {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: 10px; }
#soybean-calculator .dirty.invalid {
  border-color: tomato !important; }
#soybean-calculator .dirty.valid {
  border-color: #f5d68c !important; }
#soybean-calculator input::-webkit-outer-spin-button,
#soybean-calculator input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
#soybean-calculator input[type=number] {
  -moz-appearance: textfield; }
#soybean-calculator .form-section:after {
  content: "";
  clear: both !important;
  float: none !important;
  display: block;
  border: none !important; }
#soybean-calculator .form-section div {
  min-height: 55px;
  border-bottom: 1px solid #ececec;
  padding: 7px 10px 2px 0px; }
  #soybean-calculator .form-section div:after {
    content: "";
    clear: both !important;
    float: none !important;
    display: block;
    border: none !important; }
  #soybean-calculator .form-section div:last-child {
    border-bottom: 0px; }
#soybean-calculator #scenarios {
  padding: 1px 20px 15px 20px; }
  #soybean-calculator #scenarios label {
    font-size: 14px; }
  #soybean-calculator #scenarios input {
    font-size: 16px; }
  #soybean-calculator #scenarios .form-section div {
    padding: 5px 10px; }

/*---------------------------
*	GLOBAL STYLES TO REMOVE BROWSER DEFAULTS
*---------------------------*/
#soybean-calculator .hidden {
  display: none; }
#soybean-calculator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
#soybean-calculator :invalid {
  box-shadow: none; }
#soybean-calculator :-moz-submit-invalid {
  box-shadow: none; }
#soybean-calculator :-moz-ui-invalid {
  box-shadow: none; }
#soybean-calculator input::-ms-clear {
  display: none; }
#soybean-calculator #mobile-title {
  display: none; }
#soybean-calculator .mobile-tooltip {
  display: none; }
#soybean-calculator .mobile-only {
  display: none; }

/*---------------------------
*	WRAPPER AND MAIN STYLES
*---------------------------*/
#soybean-calculator {
  width: 981px;
  height: 668px;
  margin: auto;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #dadada;
  max-width: 100%; }

#soybean-calculator {
  /*--------------------------
  *	MODE SELECT MODAL
  *--------------------------*/
  /*-----------------------
  *	SECTION INTROS
  *----------------------*/
  /*-----------------------------
  *	INDIVIDUAL SECTION BUMP DOWNS
  *-----------------------------*/ }
  #soybean-calculator #left-pane {
    width: 40%;
    float: left;
    position: relative;
    height: 688px; }
  #soybean-calculator #right-pane {
    width: 60%;
    float: left;
    position: relative; }
  #soybean-calculator #change {
    font-size: 12px;
    color: #39b54a;
    cursor: pointer; }
  #soybean-calculator #mode-select {
    position: absolute;
    top: 34%;
    left: 50%;
    width: 470px;
    height: auto;
    margin-left: -220px;
    margin-top: -150px;
    background-color: #fff;
    z-index: 20;
    padding: 10px 25px 20px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease; }
    #soybean-calculator #mode-select:after {
      content: "";
      clear: both !important;
      float: none !important;
      display: block;
      border: none !important; }
    #soybean-calculator #mode-select.hide {
      opacity: 0;
      -ms-transform: scale(0.85, 0.85);
      /* IE 9 */
      -webkit-transform: scale(0.85, 0.85);
      /* Chrome, Safari, Opera */
      transform: scale(0.85, 0.85); }
    #soybean-calculator #mode-select h2 {
      font-family: "Roboto", "sans-serif";
      margin-bottom: 20px;
      font-size: 17px;
      line-height: 21px;
      font-style: normal; }
      #soybean-calculator #mode-select h2 img {
        display: block;
        float: left;
        margin-right: 10px; }
      #soybean-calculator #mode-select h2 span {
        font-family: "Roboto", "sans-serif";
        font-weight: normal;
        color: #999; }
    #soybean-calculator #mode-select #intro-text {
      font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 14px;
      margin-bottom: 25px; }
    #soybean-calculator #mode-select .pushdown {
      margin-bottom: 30px; }
    #soybean-calculator #mode-select .button {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      width: 100%;
      height: 139px;
      padding: 8px;
      border: 1px solid #39b54a;
      text-align: center;
      color: #000;
      cursor: pointer;
      display: block;
      margin-bottom: 10px;
      border-radius: 5px; }
      #soybean-calculator #mode-select .button:first-child {
        margin-right: 20px; }
      #soybean-calculator #mode-select .button.active {
        background-color: #6ad078; }
      #soybean-calculator #mode-select .button:hover {
        background-color: #f2fbf3; }
      #soybean-calculator #mode-select .button p {
        margin: 10px;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase; }
      #soybean-calculator #mode-select .button .small {
        font-size: 14px;
        margin-top: 0px;
        font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-weight: normal;
        text-transform: none;
        line-height: 21px; }
    #soybean-calculator #mode-select .modal-logo {
      display: block;
      float: left;
      margin: 3px 15px 0 0; }
  #soybean-calculator #blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: 15; }
  #soybean-calculator .section-intro {
    margin-top: 20px; }
    #soybean-calculator .section-intro:after {
      content: "";
      clear: both !important;
      float: none !important;
      display: block;
      border: none !important; }
  #soybean-calculator .number-circle {
    background: #fff;
    border: 1px solid #f9f9f9;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    text-align: center;
    margin-right: 30px;
    float: left; }
    #soybean-calculator .number-circle span {
      font-size: 45px;
      font-weight: bold;
      position: relative;
      top: 11px; }
  #soybean-calculator .intro-content {
    padding-top: 1px; }
    #soybean-calculator .intro-content p {
      margin-top: 5px;
      font-size: 18px;
      line-height: 24px; }
  #soybean-calculator .scenario-buttons:after {
    content: "";
    clear: both !important;
    float: none !important;
    display: block;
    border: none !important; }
  #soybean-calculator .scenario-buttons div {
    width: 240px;
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #39b54a;
    text-align: center;
    color: #39b54a;
    text-transform: uppercase;
    cursor: pointer;
    float: right; }
    #soybean-calculator .scenario-buttons div:first-child {
      float: left; }
    #soybean-calculator .scenario-buttons div:hover {
      background-color: #57ca67; }
    #soybean-calculator .scenario-buttons div.active {
      background-color: #2d8e3a; }
    #soybean-calculator .scenario-buttons div p {
      margin: 6px; }
  #soybean-calculator table {
    border-spacing: 0px;
    border-collapse: collapse;
    border-style: hidden; }
  #soybean-calculator tr td {
    text-align: right; }
    #soybean-calculator tr td:first-child {
      text-align: left; }
    #soybean-calculator tr td:last-child {
      min-width: 120px; }
  #soybean-calculator #empty-cell {
    border: none;
    background: none; }
  #soybean-calculator .helper-modal-toggle {
    float: right;
    color: #39b54a;
    text-decoration: underline;
    font-size: 12px;
    cursor: pointer;
    text-transform: capitalize; }
    #soybean-calculator .helper-modal-toggle.border-strips-modal {
      float: none; }
  #soybean-calculator .helper-modal {
    position: absolute;
    top: 10%;
    width: 400px;
    margin-left: -200px;
    left: 50%;
    padding: 10px;
    background-color: #fff;
    -ms-transform: scale(0.2, 0.2);
    /* IE 9 */
    -webkit-transform: scale(0.2, 0.2);
    /* Chrome, Safari, Opera */
    transform: scale(0.2, 0.2);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0; }
    #soybean-calculator .helper-modal.scenario-modal {
      width: 550px;
      margin-left: -275px; }
      #soybean-calculator .helper-modal.scenario-modal .right {
        float: right;
        margin-top: 10px;
        margin-left: 10px;
        width: 25px; }
    #soybean-calculator .helper-modal.active {
      -ms-transform: scale(1, 1);
      /* IE 9 */
      -webkit-transform: scale(1, 1);
      /* Chrome, Safari, Opera */
      transform: scale(1, 1);
      opacity: 1;
      z-index: 100;
      padding: 30px; }
      #soybean-calculator .helper-modal.active h3 {
        margin-top: 0px;
        margin-bottom: 10px; }
      #soybean-calculator .helper-modal.active p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 25px !important;
        margin: 0px; }
    #soybean-calculator .helper-modal .close {
      color: #39b54a;
      float: right;
      font-size: 14px;
      text-decoration: underline;
      cursor: pointer; }
    #soybean-calculator .helper-modal .ok-button {
      padding: 10px 20px;
      color: #39b54a;
      font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      width: 100px;
      margin: auto;
      text-align: center;
      margin-top: 30px;
      border-radius: 6px;
      border: 1px solid #39b54a;
      cursor: pointer;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #soybean-calculator .helper-modal .ok-button:hover {
        background-color: #f2fbf3; }
    #soybean-calculator .helper-modal#print-modal input {
      width: 100%;
      display: block;
      float: none;
      text-align: left;
      padding-left: 10px; }
      #soybean-calculator .helper-modal#print-modal input.invalid {
        border: 1px solid #ececec !important; }
      #soybean-calculator .helper-modal#print-modal input.dirty {
        border: 1px solid #39b54a !important; }
    #soybean-calculator .helper-modal#print-modal label {
      clear: both;
      display: block;
      font-size: 14px;
      font-weight: normal;
      text-transform: uppercase;
      font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      letter-spacing: 1px;
      margin-bottom: 20px;
      margin-top: 15px; }
    #soybean-calculator .helper-modal#print-modal #print-button {
      clear: both;
      width: 120px;
      padding: 10px;
      text-align: center;
      margin: auto;
      border: 1px solid #39b54a;
      color: #39b54a;
      cursor: pointer;
      border-radius: 6px;
      margin-top: 25px;
      background-color: #fff;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      #soybean-calculator .helper-modal#print-modal #print-button:hover {
        background-color: #f2fbf3;
        border: 1px solid #56cc67; }
    #soybean-calculator .helper-modal#border-strips-modal {
      width: 80%;
      margin-left: -40%;
      height: 70%;
      font-size: 13px; }
      #soybean-calculator .helper-modal#border-strips-modal .right {
        float: right;
        color: #999;
        width: 150px;
        margin-left: 11px;
        margin-top: 10px; }
        #soybean-calculator .helper-modal#border-strips-modal .right.small {
          width: auto;
          margin-right: 15px; }
      #soybean-calculator .helper-modal#border-strips-modal .bold {
        font-weight: bold;
        color: black;
        text-transform: uppercase;
        margin-top: 13px; }
      #soybean-calculator .helper-modal#border-strips-modal #border-strips-left {
        width: 45%;
        margin-left: 0;
        float: left;
        margin-top: 15px; }
        #soybean-calculator .helper-modal#border-strips-modal #border-strips-left label {
          margin-bottom: 25px;
          display: block; }
      #soybean-calculator .helper-modal#border-strips-modal #border-strips-right {
        width: 45%;
        margin-left: 5%;
        float: left;
        margin-top: 15px; }
        #soybean-calculator .helper-modal#border-strips-modal #border-strips-right label {
          margin-bottom: 15px;
          display: block; }
      #soybean-calculator .helper-modal#border-strips-modal #border-strip-routing {
        float: left;
        width: 68%;
        margin-top: 5px;
        background-color: #fff;
        color: #5b5b5b;
        font-size: 13px; }
      #soybean-calculator .helper-modal#border-strips-modal #miles-or-feet {
        cursor: pointer;
        width: auto;
        height: auto;
        background-color: #fff;
        float: none;
        display: inline-block; }

#soybean-calculator {
  /*-----------------------
  *	TITLE BAR
  *-----------------------*/
  /*-----------------------------
  *	NAVIGATION TABS
  *-----------------------------*/
  /*-----------------------------
  *	TOOLTIP BOX
  *-----------------------------*/ }
  #soybean-calculator #title-bar {
    padding: 0px;
    border-right: 1px solid #ececec;
    background-color: #f9f9f9;
    height: 73px;
    line-height: 1em;
    overflow: hidden; }
    #soybean-calculator #title-bar:after {
      content: "";
      clear: both !important;
      float: none !important;
      display: block;
      border: none !important; }
    #soybean-calculator #title-bar h3 {
      margin: 0px;
      padding: 19px 20px 19px;
      font-size: 14px;
      width: 70%;
      border-right: 1px solid #ececec;
      float: left;
      font-family: "Roboto", "sans-serif";
      color: #5b5b5b;
      font-weight: 700; }
      #soybean-calculator #title-bar h3 span {
        font-weight: 300; }
      #soybean-calculator #title-bar h3 img {
        display: block;
        float: left;
        margin-right: 10px; }
      #soybean-calculator #title-bar h3:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
        width: 30%;
        text-align: center;
        padding-bottom: 20px;
        background-color: #f4f4f4;
        min-height: 86px; }
  #soybean-calculator .right-side {
    font-weight: normal; }
  #soybean-calculator #nav-tabs {
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec; }
    #soybean-calculator #nav-tabs:after {
      content: "";
      clear: both !important;
      float: none !important;
      display: block;
      border: none !important; }
    #soybean-calculator #nav-tabs div {
      width: 100%;
      padding: 14px 50px 14px 50px;
      border-bottom: 1px solid #ececec;
      opacity: 1;
      height: 148px;
      position: relative;
      overflow: hidden; }
      #soybean-calculator #nav-tabs div.tooltip {
        opacity: 0;
        padding: 0px 0px 0px 0px;
        max-width: 100%;
        overflow-wrap: break-word;
        overflow: hidden; }
        #soybean-calculator #nav-tabs div.tooltip p {
          font-size: 14px;
          margin-top: 10px;
          line-height: 1.4em;
          padding-left: 5px; }
      #soybean-calculator #nav-tabs div .tab-name {
        font-size: 13px;
        font-family: "Roboto", "sans-serif";
        text-transform: uppercase;
        position: relative;
        padding-left: 5px;
        color: #dadada; }
        #soybean-calculator #nav-tabs div .tab-name span.tab-circle {
          border-radius: 50%;
          border: 2px solid #dadada;
          width: 20px;
          height: 20px;
          display: inline-block;
          color: #dadada;
          position: absolute;
          left: -28px;
          top: -2px;
          padding: 4px;
          padding-top: 9px;
          font-weight: 100;
          line-height: 0px; }
          #soybean-calculator #nav-tabs div .tab-name span.tab-circle .tab-number {
            position: absolute;
            left: 4px;
            top: 2px; }
          #soybean-calculator #nav-tabs div .tab-name span.tab-circle .fa {
            position: absolute;
            top: 2px;
            left: 2px;
            opacity: 0; }
      #soybean-calculator #nav-tabs div:first-child .tab-name .tab-circle .tab-number {
        left: 5px; }
      #soybean-calculator #nav-tabs div:last-child {
        border-right: 0px;
        border-bottom: none; }
      #soybean-calculator #nav-tabs div .edit-button {
        padding: 1px 1px;
        border: 1px solid #dadada;
        color: #39b54a;
        font-size: 13px;
        text-transform: uppercase;
        cursor: pointer;
        left: 73.5%;
        margin-left: -36%;
        border-radius: 5px;
        position: absolute;
        top: 65px;
        margin-top: 0px;
        height: 30px;
        padding-top: 6px;
        width: 25%;
        text-align: center;
        opacity: 0;
        background-color: #fff; }
      #soybean-calculator #nav-tabs div.enabled-tab {
        cursor: pointer; }
        #soybean-calculator #nav-tabs div.enabled-tab:hover .edit-button {
          opacity: 1;
          -webkit-transition: all 0.35s ease;
          -moz-transition: all 0.35s ease;
          -o-transition: all 0.35s ease;
          transition: all 0.35s ease; }
      #soybean-calculator #nav-tabs div.active {
        border-top: 1px solid #e0ac2f;
        border-right: 1px solid #e0ac2f;
        border-bottom: 1px solid #e0ac2f;
        border-left: 1px solid #e0ac2f; }
        #soybean-calculator #nav-tabs div.active span.tab-name {
          color: #e0ac2f; }
        #soybean-calculator #nav-tabs div.active span.tab-circle {
          border-color: #e0ac2f;
          color: #e0ac2f; }
        #soybean-calculator #nav-tabs div.active .tooltip {
          opacity: 1; }
        #soybean-calculator #nav-tabs div.active:hover {
          -webkit-transition: all 0s ease;
          -moz-transition: all 0s ease;
          -o-transition: all 0s ease;
          transition: all 0s ease;
          background-color: #fff !important; }
          #soybean-calculator #nav-tabs div.active:hover .edit-button {
            opacity: 0;
            -webkit-transition: all 0s ease;
            -moz-transition: all 0s ease;
            -o-transition: all 0s ease;
            transition: all 0s ease; }
      #soybean-calculator #nav-tabs div.completed-tab {
        -webkit-transition: all 0.35s ease;
        -moz-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease; }
        #soybean-calculator #nav-tabs div.completed-tab:hover {
          background-color: #fafafa; }
        #soybean-calculator #nav-tabs div.completed-tab .tab-name {
          color: #dadada; }
          #soybean-calculator #nav-tabs div.completed-tab .tab-name .tab-circle {
            border: 2px solid #39b54a; }
          #soybean-calculator #nav-tabs div.completed-tab .tab-name span {
            color: #39b54a; }
            #soybean-calculator #nav-tabs div.completed-tab .tab-name span .tab-number {
              opacity: 0; }
            #soybean-calculator #nav-tabs div.completed-tab .tab-name span .fa {
              opacity: 1; }
  #soybean-calculator #tooltip-box {
    padding: 5%;
    position: relative; }
    #soybean-calculator #tooltip-box h2 {
      margin-top: 10px;
      font-size: 21px; }
    #soybean-calculator #tooltip-box > div {
      position: absolute;
      top: 30px;
      left: 5%;
      padding-right: 6%;
      opacity: 0;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      #soybean-calculator #tooltip-box > div.active {
        opacity: 1; }
    #soybean-calculator #tooltip-box p {
      line-height: 24px;
      font-size: 15px; }

#soybean-calculator {
  /*-----------------------
  *	INDIVIDUAL SECTIONS
  *----------------------*/
  /*--------------------
  * EXTRA SCENARIOS
  *--------------------*/
  /*-----------------------------
  *	RESULTS SECTION
  *-----------------------------*/
  /*----------------------------------
  *	SLIDER CONTROL STUFF
  *----------------------------------*/
  /* Add min and max to the sliders */
  /* Force pointer becuase the library puts default cursor for some dumb reason */ }
  #soybean-calculator #qualisoy {
    position: absolute;
    top: 608px;
    right: 37px; }
  #soybean-calculator #sections-wrapper {
    padding: 15px 20px;
    height: 3440px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #soybean-calculator #sections-wrapper.baseline {
      top: 0px; }
    #soybean-calculator #sections-wrapper.specialty {
      top: -688px; }
    #soybean-calculator #sections-wrapper.production {
      top: -1376px; }
    #soybean-calculator #sections-wrapper.delivery {
      top: -2064px; }
    #soybean-calculator #sections-wrapper.scenarios {
      top: -2752px; }
    #soybean-calculator #sections-wrapper h4 {
      text-transform: uppercase;
      font-size: 13px;
      color: #bdbdbd;
      margin-bottom: 2px;
      letter-spacing: .03em;
      font-weight: normal; }
  #soybean-calculator .calculator-section {
    width: 100%;
    margin: auto;
    height: 688px;
    top: 0px;
    left: 0px;
    padding: 80px 20px 15px 20px;
    opacity: 1;
    position: relative; }
    #soybean-calculator .calculator-section div {
      position: relative; }
      #soybean-calculator .calculator-section div span.right {
        float: right;
        width: 33px;
        margin-left: 10px;
        margin-top: 10px;
        font-size: 14px;
        color: #dadada; }
      #soybean-calculator .calculator-section div span.left {
        float: right;
        width: 33px;
        margin-right: 10px;
        margin-top: 10px;
        text-align: right;
        font-size: 14px;
        color: #dadada; }
  #soybean-calculator .baseline-content {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    opacity: 1; }
    #soybean-calculator .baseline-content.hidden {
      opacity: 0.5; }
  #soybean-calculator .bottom-margin {
    margin-bottom: 40px; }
  #soybean-calculator .step-button, #soybean-calculator .submit-button {
    padding: 1px 30px;
    margin-top: 20px;
    border: 1px solid #39b54a;
    color: #39b54a;
    cursor: pointer;
    position: absolute !important;
    bottom: 51px;
    left: 50%;
    margin-left: -120px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #soybean-calculator .step-button.prev-button, #soybean-calculator .submit-button.prev-button {
      right: inherit;
      bottom: 630px;
      border: 1px solid #ececec; }
    #soybean-calculator .step-button:hover, #soybean-calculator .submit-button:hover {
      background-color: #f2fbf3;
      border: 1px solid #56cc67; }
    #soybean-calculator .step-button p, #soybean-calculator .submit-button p {
      text-transform: uppercase;
      margin: 15px 15px;
      font-size: 13px; }
      #soybean-calculator .step-button p span, #soybean-calculator .submit-button p span {
        text-transform: capitalize;
        font-weight: bold;
        display: block; }
        #soybean-calculator .step-button p span.down-triangle, #soybean-calculator .submit-button p span.down-triangle {
          width: 0;
          height: 0;
          float: left;
          margin-right: 10px;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 7px solid #39b54a;
          position: relative;
          top: 4px; }
        #soybean-calculator .step-button p span.up-triangle, #soybean-calculator .submit-button p span.up-triangle {
          width: 0;
          height: 0;
          float: left;
          margin-right: 10px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 8px solid #39b54a;
          position: relative;
          top: 4px; }
  #soybean-calculator .submit-button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #soybean-calculator #scenario-button {
    color: #39b54a;
    text-transform: uppercase;
    width: 334px;
    margin-left: -167px;
    padding: 10px 0px;
    border: 0px;
    background-color: #fff;
    text-align: center;
    -ms-transform: rotateX(180deg);
    /* IE 9 */
    -webkit-transform: rotateX(180deg);
    /* Chrome, Safari, Opera */
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #soybean-calculator #scenario-button p {
      text-transform: capitalize !important; }
    #soybean-calculator #scenario-button.active {
      -ms-transform: rotateX(0deg);
      /* IE 9 */
      -webkit-transform: rotateX(0deg);
      /* Chrome, Safari, Opera */
      -moz-transform: rotateX(0deg);
      transform: rotateX(0deg); }
  #soybean-calculator .commodity div:after, #soybean-calculator .specialty div:after, #soybean-calculator .cleanout div:after, #soybean-calculator .Record-Keeping div:after, #soybean-calculator .herbicide div:after, #soybean-calculator .capacity div:after, #soybean-calculator .distance div:after, #soybean-calculator .shrink div:after {
    content: "";
    clear: both !important;
    float: none !important;
    display: block;
    border: none !important; }
  #soybean-calculator .greyout {
    display: none;
    color: #969696; }
    #soybean-calculator .greyout h4 {
      border-bottom: 1px dashed #969696; }
    #soybean-calculator .greyout input {
      background-color: #ececec;
      color: #ececec; }
  #soybean-calculator .sub {
    padding: 0px !important; }
    #soybean-calculator .sub label {
      font-size: 14px; }
    #soybean-calculator .sub input {
      height: 20px;
      font-size: 14px; }
    #soybean-calculator .sub span.right {
      margin-top: 1px !important; }
    #soybean-calculator .sub div {
      border: 0px; }
  #soybean-calculator .section-finish {
    opacity: 0; }
  #soybean-calculator #scenarios {
    position: relative;
    padding: 44px 20px 15px 20px; }
    #soybean-calculator #scenarios div {
      font-size: 11px; }
    #soybean-calculator #scenarios label {
      font-size: 12px; }
    #soybean-calculator #scenarios span.right {
      float: right;
      width: 33px;
      margin-left: 10px;
      margin-top: 5px;
      font-size: 14px; }
    #soybean-calculator #scenarios h4 {
      font-size: 13px; }
    #soybean-calculator #scenarios input {
      width: 60px;
      height: 32px;
      font-size: 14px; }
  #soybean-calculator #storage-submit {
    width: 152px;
    margin: auto;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #39b54a;
    border-radius: 6px;
    text-align: center;
    color: #39b54a;
    cursor: pointer;
    top: -5px;
    width: 190px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #soybean-calculator #storage-submit:hover {
      background-color: #f2fbf3;
      border: 1px solid #56cc67; }
    #soybean-calculator #storage-submit p {
      margin: 0px; }
  #soybean-calculator #border-strip-calculation-button {
    border-bottom: 0px;
    position: absolute;
    right: 144px;
    bottom: 7px;
    border: 1px solid #39b54a;
    border-radius: 6px;
    padding: 14px 20px;
    text-decoration: none;
    min-height: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #soybean-calculator #border-strip-calculation-button p {
      margin: 0px; }
    #soybean-calculator #border-strip-calculation-button:hover {
      background-color: #f2fbf3;
      border: 1px solid #56cc67; }
  #soybean-calculator .footer-results {
    display: none;
    color: #fff;
    margin-top: 0px;
    margin-left: 15px;
    font-size: 10px;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px; }
    #soybean-calculator .footer-results.active {
      display: block; }
    #soybean-calculator .footer-results h2 {
      font-size: 16px;
      font-style: normal; }
  #soybean-calculator #results {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    position: absolute;
    left: 0px;
    top: -650px;
    width: 100%;
    padding: 55px 35px;
    z-index: 10;
    background-color: #f0e3c6;
    font-size: 14px;
    border-bottom: 1px solid #ececec; }
    #soybean-calculator #results.active {
      top: 52px; }
    #soybean-calculator #results h2 {
      margin-bottom: -10px;
      font-style: normal; }
    #soybean-calculator #results h3 {
      font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      color: #A89872;
      font-size: 13px;
      font-weight: normal;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      #soybean-calculator #results h3.additional-cost-header {
        margin-top: 30px;
        margin-bottom: 0px; }
      #soybean-calculator #results h3.additional-revenue-header {
        margin-top: 30px;
        margin-bottom: 0px; }
    #soybean-calculator #results table {
      width: 100%;
      margin: 5px 0px 0px 0px;
      border-spacing: 0px;
      border-collapse: collapse;
      border-style: hidden; }
      #soybean-calculator #results table .bold {
        color: black;
        font-size: 13px; }
      #soybean-calculator #results table .scenario td:first-child {
        padding-left: 60px; }
      #soybean-calculator #results table .scenario .scenario-calculate {
        position: absolute;
        right: 90px;
        z-index: 1000; }
      #soybean-calculator #results table .scenario.zero .scenario-calculate {
        right: 32px; }
      #soybean-calculator #results table .scenario.zero td:last-child {
        opacity: 0; }
      #soybean-calculator #results table .optional {
        position: absolute;
        left: 35px; }
      #soybean-calculator #results table tr {
        border-bottom: 1px solid #dbcaa1; }
        #soybean-calculator #results table tr:last-child {
          border-bottom: 0px; }
        #soybean-calculator #results table tr.zero {
          color: #CAB78A; }
        #soybean-calculator #results table tr td {
          text-align: right;
          font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
          font-size: 12px;
          padding: 4px 0px; }
          #soybean-calculator #results table tr td:first-child {
            text-align: left; }
          #soybean-calculator #results table tr td:last-child {
            min-width: 120px; }
          #soybean-calculator #results table tr td span.negative {
            /*color: $negativeHighlight;*/ }
        #soybean-calculator #results table tr.bold td {
          font-size: 13px; }
  #soybean-calculator .min-additional-header {
    color: red; }
  #soybean-calculator .p-l-label {
    color: #785c19;
    font-size: 12px;
    font-weight: normal; }
  #soybean-calculator .results-toggle {
    width: 25px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    right: 35px;
    top: 22px;
    z-index: 50000; }
    #soybean-calculator .results-toggle.hide {
      display: none; }
    #soybean-calculator .results-toggle.active span {
      background-color: transparent;
      -webkit-transition-delay: .2s;
      transition-delay: .2s; }
      #soybean-calculator .results-toggle.active span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -webkit-transition-delay: 0, .2s;
        transform: rotate(45deg);
        transition-delay: 0, .2s; }
      #soybean-calculator .results-toggle.active span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        -webkit-transition-delay: 0, .2s;
        transform: rotate(-45deg);
        transition-delay: 0, .2s; }
    #soybean-calculator .results-toggle span {
      margin: 0 auto;
      position: relative;
      top: 10px;
      right: -5px;
      width: 25px;
      height: 6px;
      background-color: #ca9a2a;
      display: block;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s; }
      #soybean-calculator .results-toggle span:before, #soybean-calculator .results-toggle span:after {
        position: absolute;
        content: '';
        width: 25px;
        height: 6px;
        background-color: #ca9a2a;
        display: block; }
      #soybean-calculator .results-toggle span:before {
        margin-top: -12px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
        transition-property: margin, transform;
        transition-duration: .2s;
        transition-delay: .2s, 0; }
      #soybean-calculator .results-toggle span:after {
        margin-top: 12px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: .2s;
        -webkit-transition-delay: .2s, 0;
        transition-property: margin, transform;
        transition-duration: .2s;
        transition-delay: .2s, 0; }
  #soybean-calculator .footer {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px 20px;
    z-index: 12;
    background-color: #f9f9f9;
    width: 100%;
    height: 73px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #soybean-calculator .footer.complete {
      background-color: #e0ac2f;
      padding: 13px 20px !important; }
      #soybean-calculator .footer.complete:hover {
        background-color: goldenrod; }
    #soybean-calculator .footer p, #soybean-calculator .footer h3 {
      font-size: 15px; }
  #soybean-calculator #progress-bar {
    height: 73px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #e0ac2f;
    width: 0%;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    #soybean-calculator #progress-bar h3 {
      opacity: 0.2;
      margin-left: 35px;
      margin-top: 25px;
      width: 500px;
      text-transform: uppercase; }
    #soybean-calculator #progress-bar.inactive {
      opacity: 0; }
  #soybean-calculator .p-l {
    opacity: 0; }
    #soybean-calculator .p-l.active {
      opacity: 1; }
    #soybean-calculator .p-l.hide {
      display: none; }
    #soybean-calculator .p-l h3 {
      font-weight: normal;
      color: #000;
      font-size: 12px;
      text-transform: uppercase;
      margin-left: 15px;
      margin-top: -15px;
      letter-spacing: 1px; }
      #soybean-calculator .p-l h3 .title {
        display: inline-block;
        width: 23%;
        border-right: 1px solid #ca9a2a;
        height: 73px;
        padding-top: 23px;
        margin-right: 0px; }
      #soybean-calculator .p-l h3 span {
        font-weight: normal;
        letter-spacing: 1px;
        margin: 0px 0px; }
        #soybean-calculator .p-l h3 span span {
          font-weight: bold; }
        #soybean-calculator .p-l h3 span#total-p-l {
          margin: 0 10px;
          font-size: 16px; }
  #soybean-calculator #p-l-bushel {
    font-size: 16px;
    font-weight: bold; }
  #soybean-calculator .specialty-yield {
    margin-bottom: 0px;
    margin-top: 30px;
    position: relative;
    width: 100%;
    float: left; }
    #soybean-calculator .specialty-yield h3 {
      margin: 0px 0px; }
    #soybean-calculator .specialty-yield p {
      margin-top: 7px;
      margin-bottom: 25px;
      width: 50%;
      float: left;
      font-size: 13px; }
    #soybean-calculator .specialty-yield .specialty-value {
      position: absolute;
      top: -5px;
      left: 365px;
      width: 100px;
      text-align: center;
      font-size: 14px;
      text-transform: uppercase; }
      #soybean-calculator .specialty-yield .specialty-value #current-value {
        font-weight: bold;
        color: black; }
  #soybean-calculator .print-options {
    position: absolute;
    top: 45px;
    right: 35px;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none; }
    #soybean-calculator .print-options span {
      font-size: 13px;
      color: #39b54a;
      text-decoration: none !important; }
  #soybean-calculator #print-text {
    font-size: 14px;
    color: #555; }
  #soybean-calculator .specialty-yield-slider {
    width: 44%;
    float: right;
    margin-right: 0px;
    margin-top: 12px; }
  #soybean-calculator #current-value-holder {
    position: absolute;
    top: -5px;
    left: 389px;
    width: 120px;
    margin-left: -60px;
    text-align: center;
    color: #c8c8c8;
    text-transform: uppercase; }
  #soybean-calculator #current-value {
    color: #000;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px; }
  #soybean-calculator .dragger {
    background: #39b54a !important;
    border: 0px !important;
    box-shadow: none !important; }
  #soybean-calculator span.output {
    float: right;
    margin-top: -20px; }
  #soybean-calculator .min-label {
    position: absolute;
    top: 0px;
    left: 290px;
    font-size: 14px; }
  #soybean-calculator .max-label {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px; }
  #soybean-calculator .left-label {
    position: absolute;
    top: 44px;
    left: 117px; }
  #soybean-calculator .middle-label {
    position: absolute;
    top: 44px;
    left: 266px; }
  #soybean-calculator .right-label {
    position: absolute;
    top: 44px;
    left: 410px; }
  #soybean-calculator .noUi-handle {
    cursor: pointer !important; }

@media screen and (max-width: 975px) and (min-width: 881px) {
  #soybean-calculator #border-strip-calculation-button {
    padding: 0px 4px; }
  #soybean-calculator label {
    font-size: 12px !important; }
  #soybean-calculator #title-bar h3 {
    font-size: 11px; }
    #soybean-calculator #title-bar h3:second-child {
      padding-left: 0px;
      padding-right: 0px; }
  #soybean-calculator #change {
    font-size: 10px; }
  #soybean-calculator .p-l {
    margin-left: -20px  !important; }
  #soybean-calculator .p-l h3 span#total-p-l, #soybean-calculator .p-l h3 span#p-l-bushel {
    font-size: 10px !important; }
  #soybean-calculator span.small {
    display: none !important; } }
@media screen and (max-width: 880px) and (min-width: 768px) {
  #soybean-calculator #title-bar {
    overflow: hidden; }
  #soybean-calculator label {
    font-size: 11px !important;
    max-width: 70%; }
  #soybean-calculator #change {
    font-size: 10px; }
  #soybean-calculator #title-bar .soybean-type h3:first-child {
    padding-bottom: 0px !important;
    border: 0px; }
  #soybean-calculator #title-bar h3 {
    font-size: 10px !important; }
    #soybean-calculator #title-bar h3:last-child {
      padding-bottom: 22px !important;
      height: 200px;
      float: right;
      border: 0px; }
  #soybean-calculator .min-label {
    left: auto !important;
    right: 41% !important; }
  #soybean-calculator .specialty-value {
    left: auto !important;
    right: 8% !important; }
  #soybean-calculator input {
    width: 58px;
    font-size: 12px; }
  #soybean-calculator #border-strip-calculation-button {
    padding: 0px 4px;
    right: 110px; }
  #soybean-calculator span.small {
    display: none !important; }
  #soybean-calculator .tooltip {
    max-width: 100%; }
    #soybean-calculator .tooltip p {
      font-size: 11px !important;
      line-height: 13px; }
  #soybean-calculator .calculator-section {
    padding-left: 5px; }
  #soybean-calculator .form-section > div {
    padding-right: 3px; }
  #soybean-calculator .form-section span.right {
    font-size: 12px;
    margin-left: 3px; }
  #soybean-calculator #qualisoy {
    width: 55px; }
  #soybean-calculator .p-l {
    margin-left: -20px  !important; }
  #soybean-calculator .p-l h3 span#total-p-l, #soybean-calculator .p-l h3 span#p-l-bushel {
    font-size: 10px !important; }
  #soybean-calculator .p-l-label {
    font-size: 9px !important; } }
@media (max-width: 767px) {
  #soybean-calculator {
    max-height: 100vh;
    overflow: hidden; }
    #soybean-calculator #progress-bar h3 {
      display: none; }
    #soybean-calculator .down-triangle {
      display: none !important; }
    #soybean-calculator #sections-wrapper .mobile-tooltip {
      display: block;
      position: relative;
      width: 100%; }
      #soybean-calculator #sections-wrapper .mobile-tooltip h4 {
        color: #e0ac2f;
        font-size: 16px;
        text-transform: none; }
      #soybean-calculator #sections-wrapper .mobile-tooltip p {
        font-size: 13px; }
    #soybean-calculator #results.active {
      top: 33px; }
    #soybean-calculator #mobile-title {
      display: block;
      width: 100%;
      padding: 10px;
      top: 25px;
      position: absolute;
      z-index: 9;
      background-color: #fff;
      border-bottom: 1px solid #dadada;
      opacity: 1;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      height: 50px; }
      #soybean-calculator #mobile-title:after {
        content: "";
        clear: both !important;
        float: none !important;
        display: block;
        border: none !important; }
      #soybean-calculator #mobile-title.scroll-hide {
        top: -68px; }
      #soybean-calculator #mobile-title.hide {
        top: 0px;
        opacity: 0;
        z-index: 9; }
      #soybean-calculator #mobile-title img {
        float: left;
        margin-right: 5px; }
      #soybean-calculator #mobile-title h3 {
        float: left;
        width: 70%;
        margin-top: 0px;
        font-size: 12px;
        font-family: "Roboto", "sans-serif"; }
      #soybean-calculator #mobile-title .soybean-type:after {
        content: "";
        clear: both !important;
        float: none !important;
        display: block;
        border: none !important; }
      #soybean-calculator #mobile-title .mobile-title-right {
        width: 29%; }
    #soybean-calculator #left-pane {
      display: none; }
    #soybean-calculator #right-pane {
      width: 100%;
      height: 100vh;
      overflow: hidden; }
    #soybean-calculator #mode-select {
      max-width: 100%;
      width: 100%;
      height: 100%;
      left: 0px;
      top: 0px;
      margin: 0px;
      height: 100vh;
      overflow: scroll; }
      #soybean-calculator #mode-select .button .small {
        line-height: 17px; }
    #soybean-calculator label {
      display: block;
      font-size: 12px;
      float: left;
      width: 40%;
      margin-top: -10px; }
    #soybean-calculator input {
      width: 58px;
      font-size: 12px; }
    #soybean-calculator #progress-bar {
      height: 25px; }
    #soybean-calculator .footer {
      height: 25px;
      padding: 0px;
      z-index: 10;
      overflow: hidden; }
      #soybean-calculator .footer.complete {
        height: 73px;
        z-index: 100; }
        #soybean-calculator .footer.complete #progress-bar {
          height: 73px; }
    #soybean-calculator #results {
      top: -2000px;
      height: 100vh;
      overflow-y: scroll;
      padding: 25px 10px 50px; }
      #soybean-calculator #results table .optional {
        left: 10px; }
    #soybean-calculator .calculator-section {
      height: 98vh;
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 0px 0px 0px 0px;
      padding-top: 70px;
      padding-bottom: 30px; }
      #soybean-calculator .calculator-section div:after {
        content: "";
        clear: both !important;
        float: none !important;
        display: block;
        border: none !important; }
    #soybean-calculator #sections-wrapper.specialty {
      top: -98vh; }
    #soybean-calculator #sections-wrapper.production {
      top: -196vh; }
    #soybean-calculator #sections-wrapper.delivery {
      top: -294vh; }
    #soybean-calculator .helper-modal, #soybean-calculator .helper-modal.scenario-modal {
      width: 100%;
      height: 100vh;
      overflow: scroll;
      left: 0px;
      top: 0px;
      margin: 0px;
      z-index: 0; }
      #soybean-calculator .helper-modal#border-strips-modal, #soybean-calculator .helper-modal.scenario-modal#border-strips-modal {
        width: 100%;
        height: 100vh;
        overflow: scroll;
        left: 0px;
        top: 0px;
        margin: 0px; }
      #soybean-calculator .helper-modal.active, #soybean-calculator .helper-modal.scenario-modal.active {
        z-index: 10000; }
    #soybean-calculator .helper-modal-toggle {
      display: block;
      float: none;
      margin-top: 10px; }
    #soybean-calculator .right {
      margin-right: 1%; }
    #soybean-calculator .step-button, #soybean-calculator #delivery-button {
      position: static !important;
      margin: auto !important;
      width: 80% !important;
      text-align: center; }
      #soybean-calculator .step-button p, #soybean-calculator #delivery-button p {
        margin: 10px 0px; }
    #soybean-calculator .min-additional-header {
      margin-left: 0px; }
      #soybean-calculator .min-additional-header .title {
        display: block !important;
        width: 100% !important;
        border-right: 0px !important;
        height: 53px; }
    #soybean-calculator .print-options {
      display: none; }
    #soybean-calculator .min-label {
      left: auto !important;
      right: 41% !important; }
    #soybean-calculator .specialty-value {
      left: auto !important;
      right: 8% !important; }
    #soybean-calculator .scenario.zero .scenario-calculate {
      right: 5px !important; }
    #soybean-calculator .scenario .scenario-calculate {
      right: 70px !important;
      display: inline;
      margin-top: 0px; }
    #soybean-calculator .p-l {
      height: 0px; }
    #soybean-calculator .footer.complete .footer-results {
      display: block;
      margin-top: 23px; }
    #soybean-calculator .footer.complete .p-l.active {
      display: none; }
    #soybean-calculator .results-toggle {
      top: 31px !important; }
    #soybean-calculator #border-strips-modal span.right {
      float: none !important;
      display: block !important; }
      #soybean-calculator #border-strips-modal span.right.small {
        display: none !important; }
    #soybean-calculator #border-strips-left, #soybean-calculator #border-strips-right {
      width: 100% !important; }
    #soybean-calculator #border-strip-calculation-button {
      right: 115px;
      padding: 0px 2px;
      min-height: 36px; }
      #soybean-calculator #border-strip-calculation-button p {
        margin-top: 10px; }
    #soybean-calculator #qualisoy {
      top: auto !important;
      bottom: 20px;
      width: 55px;
      right: 15px;
      display: none; }
    #soybean-calculator .change {
      color: #39b54a; }
    #soybean-calculator .mobile-only {
      display: block;
      width: 20% !important;
      margin: auto !important;
      text-align: center !important;
      color: #39b54a;
      font-size: 12px;
      position: absolute !important;
      top: 0px;
      right: 5px;
      text-transform: uppercase;
      border: 1px solid #39b54a;
      border-radius: 5px;
      cursor: pointer;
      height: 40px !important;
      padding: 0px !important; }
      #soybean-calculator .mobile-only p {
        margin-top: 10px; }
    #soybean-calculator .mobile-full {
      display: block;
      float: none;
      width: 100%; }
    #soybean-calculator .mobile-left {
      width: 60%;
      float: left; } }

@media screen {
  #print-frame {
    display: none; } }
@media print {
  h2 {
    font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

  h3 {
    font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

  table {
    width: 100%; }
    table tr {
      border-bottom: 1px solid #dbcaa1; }
      table tr.bold {
        color: black;
        font-size: 14px;
        margin-top: 5px; }
    table td {
      font-family: "Lato", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      padding: 10px 0px;
      font-size: 13px; }

  .logo {
    float: right; }

  .scenario-calculate {
    display: none; }

  .optional {
    display: none; } }

/*# sourceMappingURL=style.css.map */
