/*


 */
.clearfix {
  clear: both; }

#export-message {
  border: 2px solid #d84113;
  padding: 1em; }
.alert-container {
  margin: 1em;
  background: white;
  box-shadow: 2px 2px 0px #B8B8B8;
  display: flex;
  flex-direction: row; }
  .alert-container h2, .alert-container h3 {
    margin: 0; }
  .alert-container .alert-description {
    margin-top: 0.5em;
    font-size: 1em;
    line-height: 1.25em;
    margin-bottom: 0.5em; }
  .alert-container .alert-content {
    display: flex;
    flex-direction: column;
    margin: 1em 0 1em 0; }
  .alert-container .alert-icon {
    width: 10%;
    flex-shrink: 0;
    display: flex;
    justify-content: center; }
    .alert-container .alert-icon img {
      align-self: center;
      height: 4em; }
  .alert-container .alert-buttons {
    display: flex;
    flex-direction: row; }
    .alert-container .alert-buttons form {
      padding: 0; }
#top-wrap #main-content #reports .report p {
  padding: 0; }
  #top-wrap #main-content #reports .report p.desc {
    padding-top: 10px;
    padding-left: 10px; }
#top-wrap #main-content #reports .report .local-chart p, #top-wrap #main-content #reports .report .ecological-chart p, #top-wrap #main-content #reports .report .fair-chart p, #top-wrap #main-content #reports .report .humane-chart p {
  padding-top: 10px; }
#top-wrap #main-content #reports .report h1 {
  text-align: left;
  padding: 0px;
  padding-left: 10px;
  margin: 0px 10px;
  margin-top: 20px;
  color: #464749;
  border-bottom: 2px solid #464749; }

/* NOTE(dbp 2014-03-11):  used to be #reports .report */
.report p {
  line-height: 1.4em; }
.report p.toggle_money, .report p.recalculate {
  text-align: right;
  margin: 10px; }
.report .left_column, .report .right_column {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  padding: 3%;
  margin: 0; }
.report .chart-block {
  display: inline-block;
  width: 17%;
  padding: 1%;
  vertical-align: top;
  margin: 0; }
.report h3 {
  font-size: 20px;
  color: #464749;
  font-style: italic;
  border-bottom: 1px solid #464749;
  margin: 0px 10px;
  padding-left: 10px; }
.report p.desc {
  font-size: 14px;
  color: #464749;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: 10px;
  width: 330px; }
.report .a {
  color: #1c963c; }
.report .b {
  color: #6fc88d; }
.report .c {
  color: #464749; }
.report .o {
  color: #d74523; }
.report .chart {
  color: #666;
  position: relative; }
  .report .chart .info, .report .chart .disp {
    text-align: center;
    position: absolute;
    width: 40%;
    height: 40%;
    top: 25%;
    left: 32%; }
    .report .chart .info h2, .report .chart .disp h2 {
      border-bottom: 1px solid #666;
      margin: 0; }
  .report .chart .disp {
    display: none;
    /* will be shown by javascript */ }
    .report .chart .disp .percent {
      font-size: 25px; }
  .report .chart.big-chart {
    margin-bottom: 40px; }
  .report .chart.local-chart h2, .report .chart.ecological-chart h2, .report .chart.fair-chart h2, .report .chart.humane-chart h2 {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 81px; }
  .report .chart.local-chart p, .report .chart.ecological-chart p, .report .chart.fair-chart p, .report .chart.humane-chart p {
    margin: 0; }
  .report .chart.local-chart h2 {
    background-image: url(/assets/Icons/Charts/local_c-880ddfbacba12795ed3449dd9d475ff3.png); }
  .report .chart.ecological-chart h2 {
    background-image: url(/assets/Icons/Charts/ecological_c-f5d2c30723d80205b57e9cc598cf3942.png); }
  .report .chart.fair-chart h2 {
    background-image: url(/assets/Icons/Charts/fair_c-85d34afd2ad51cd0b8514cae3843bb99.png); }
  .report .chart.humane-chart h2 {
    background-image: url(/assets/Icons/Charts/humane_c-caa6c8ac386630578778fbce534530f5.png); }
.report table {
  /*width: 40%;*/
  margin: 0 auto;
  margin-bottom: 10px; }
  .report table td {
    padding: 0 5px;
    font-weight: semibold; }
    .report table td.right {
      text-align: right; }
.alert-button {
  background: #d74523;
  color: white;
  margin: 5px 1em 5px 0;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px 1em 5px 1em;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  border: 0;
  font-size: 1em; }
  .alert-button:hover {
    cursor: pointer; }

.main-header {
  border-left: 12px solid #d74523;
  border-bottom: 2px solid #d74523;
  margin-left: -20px;
  margin-right: -20px;
  background: white;
  display: flex;
  flex-direction: row; }
  .main-header h1 {
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    padding: 3px;
    padding-right: 20px;
    margin: 8px; }
  .main-header li {
    list-style: none; }
  .main-header li::after {
    content: ">";
    color: #d74523;
    margin: 1em; }

.dashboard-button {
  background: #d74523;
  color: white;
  margin: 5px 1em 5px 0;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px 1em 5px 1em;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  border: 0;
  font-size: 1em; }
  .dashboard-button:hover {
    cursor: pointer; }

.dashboard-section {
  border-bottom: 3px solid black;
  margin-bottom: 0.25em;
  width: 50%; }

.members-and-pending-members {
  display: flex;
  flex-direction: row; }

.pending-members-section {
  display: flex;
  flex-direction: row; }
  .pending-members-section .pending-members {
    margin-left: 10px; }
  .pending-members-section .pending-member {
    background-color: white;
    box-shadow: 2px 2px 0px 0px #bfbebd;
    padding: 5px 10px 5px 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px; }
    .pending-members-section .pending-member .buttons {
      display: flex;
      flex-direction: row; }

.members-container {
  display: flex;
  flex-direction: column;
  width: 50%; }

h3.members-section-header {
  font-size: 0.8em;
  margin: 0;
  margin-top: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  width: 40%; }

.members-section {
  display: flex;
  flex-direction: row; }
  .members-section .member-section-members {
    margin-bottom: 1em;
    flex-direction: column; }
    .members-section .member-section-members .user {
      position: relative;
      width: 115%; }
      .members-section .member-section-members .user .profile {
        display: none;
        background-color: white;
        z-index: 10;
        position: absolute;
        top: -50%;
        left: 100%;
        border-left: 2px solid #d74523;
        box-shadow: 2px 2px 0px 0px #bfbebd;
        padding: 10px; }
      .members-section .member-section-members .user p {
        margin: 0;
        padding: 0; }
    .members-section .member-section-members .user:hover .profile {
      display: block; }
#bottom-wrap {
  background-color: #D74523;
  color: #fff;
  font-size: 0.9em;
  width: 960px;
  margin: 0px auto; }
  #bottom-wrap #bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* clear: both; */
    /* padding: 10px; */
    /* text-align: left; */
    /* p { */
    /*     display: inline-block; */
    /*     vertical-align: top; */
    /*     padding: 0 25px; */
    /* } */
    /* #logo { */
    /*     width: 135px; */
    /*     text-align: center; */
    /*     a { */
    /*         color: white; */
    /*     } */
    /*     a.logo { */
    /*         text-decoration: none; */
    /*         display: block; */
    /*         width: 135px; */
    /*         height: 10px; */
    /*         background-image: asset-url("Icons/Misc/rfc_logo.png"); */
    /*         background-repeat: no-repeat; */
    /*         padding-top: 50px; */
    /*     } */
    /* } */
    /* #blurb { */
    /*     width: 400px; */
    /* } */
    /* #extra { */
    /*     a { */
    /*         color: white; */
    /*     } */
    /*     width: 200px; */
    /* } */ }
    #bottom-wrap #bottom #logo-and-blurb {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      padding: 0 10% 0 10%; }
      #bottom-wrap #bottom #logo-and-blurb #logo {
        text-align: center;
        margin: 10px 10px 0 15px; }
        #bottom-wrap #bottom #logo-and-blurb #logo img {
          width: 70px;
          height: 70px; }
      #bottom-wrap #bottom #logo-and-blurb #blurb {
        margin: 0 0 0 10px; }
    #bottom-wrap #bottom #extra {
      color: white;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin: 5px 0 20px 0; }
      #bottom-wrap #bottom #extra #terms {
        margin: 0 25px 0 0; }
        #bottom-wrap #bottom #extra #terms a {
          color: white; }
      #bottom-wrap #bottom #extra #position {
        margin: 0 0 0 25px; }
        #bottom-wrap #bottom #extra #position a {
          color: white; }
h1.form, h2.form {
  padding-left: 155px; }

form li {
  list-style-type: none;
  padding-bottom: 7px; }
  form li.button {
    padding-left: 155px; }
form label {
  width: 150px;
  text-align: left;
  display: block;
  padding-right: 5px; }

.standard-form {
  width: 640px;
  padding-left: 250px;
  position: relative; }
  .standard-form.earth {
    background-image: url(/assets/Background/survey_earth-4d68644f937c72bae95f514630b9f770.png);
    background-repeat: no-repeat;
    background-position: 500px 30px; }
  .standard-form #form-buttons {
    position: absolute;
    right: 150px;
    bottom: 0px; }
    .standard-form #form-buttons button {
      display: inline-block;
      border: none;
      width: 108px;
      height: 108px;
      margin: 0px;
      background: transparent url(/assets/Icons/Forms/c_1-a28754dba0988d693af23c7e1e820ba7.png) no-repeat center center;
      font-size: 16px; }
      .standard-form #form-buttons button:hover {
        background-image: url(/assets/Icons/Forms/c_2-19642661e7fdeb64e9e84ea76f1c41df.png);
        cursor: pointer; }
    .standard-form #form-buttons .save {
      background-image: url(/assets/Icons/Forms/c_3-426424a7f172fe1361d4c654ef9d752f.png); }
    .standard-form #form-buttons a {
      display: inline-block;
      text-decoration: none; }
  .standard-form .inline-errors {
    color: #ef4136; }

.question {
  position: relative;
  border-left: 1px solid #aaa;
  padding: 10px 0px; }
  .question.first {
    margin-top: 40px; }
    .question.first li, .question.first .info {
      margin-top: -30px; }
      .question.first li li, .question.first .info li {
        margin-top: 0px; }
    .question.first li.nodot {
      margin-top: 0; }
  .question.last {
    margin-bottom: 40px; }
    .question.last li, .question.last .info {
      margin-bottom: -30px; }
  .question.selected li {
    background-image: url(/assets/Icons/Forms/form_2-32913e17d85ca480254a12a70378b9e2.png); }
    .question.selected li li {
      background-image: none; }
  .question li {
    list-style-type: none;
    margin-left: -11px;
    padding-left: 25px;
    background: transparent url(/assets/Icons/Forms/form_1-1dfdee574d2b01eca479c24fcb51967c.png) no-repeat left center; }
    .question li legend {
      border: 0; }
    .question li li {
      background-image: none; }
  .question .info {
    display: none;
    position: absolute;
    left: -220px;
    width: 200px;
    color: #d74523;
    font-size: 12px; }
  .question textarea {
    display: block;
    width: 200px;
    height: 140px; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }
  fieldset ol {
    margin: 0;
    padding: 0; }
  fieldset legend {
    text-decoration: underline;
    border-left: 1px solid #aaa;
    padding: 5px;
    padding-left: 10px; }
  fieldset .question {
    font-size: 12px; }
    fieldset .question.selected li {
      background-image: url(/assets/Icons/Forms/form_2-32913e17d85ca480254a12a70378b9e2.png); }
      fieldset .question.selected li li {
        background-image: none; }
    fieldset .question li {
      margin-left: -10px;
      background-image: url(/assets/Icons/Forms/form_1-1dfdee574d2b01eca479c24fcb51967c.png); }
      fieldset .question li.nodot, fieldset .question li li {
        background-image: none; }
/*
*/
.inline-errors {
  color: red; }

form {
  padding: 5px; }

abbr[title="required"] {
  display: none; }
/*
  This is the header container
*/
#top-wrap {
  display: flex;
  flex-direction: column;
  width: 960px;
  margin: 0px auto;
  font-size: 1em; }

/*
  This is the top nav (thin) that contains user info
*/
#top-strip {
  padding: 2px 0 2px 0;
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  background-color: #d74523;
  color: white; }
  #top-strip a {
    color: white; }
  #top-strip #login-box {
    display: flex;
    flex-direction: row; }
  #top-strip .login-box-item {
    padding: 0 15px 0 15px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #top-strip .login-box-item #settings-icon {
      padding-left: 20px;
      background-image: url(/assets/Icons/Misc/settings_white-bef52ccbdd259e1bc6337fe5f01dd752.png);
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
      text-decoration: underline; }
    #top-strip .login-box-item #admin-icon {
      cursor: pointer;
      text-decoration: underline; }
    #top-strip .login-box-item .signed-in-as {
      padding-right: 5px; }

/*
  This is the box containing the logo and general navigation
*/
#top-holder {
  display: flex;
  flex-direction: row;
  background-color: white;
  color: black; }
  #top-holder #top-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
  #top-holder #title {
    font-family: "chaparral-pro";
    font-size: 1.3em;
    font-weight: bold;
    padding: 0 20px 0 0; }
    #top-holder #title a {
      text-decoration: none; }
  #top-holder #menu {
    justify-content: flex-end;
    margin-left: auto; }
  #top-holder .menu-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
  #top-holder .menu-item {
    padding: 0 10px 0 10px;
    position: relative;
    cursor: pointer; }
  #top-holder .submenu-items {
    display: flex;
    flex-direction: column; }
  #top-holder #logo {
    padding: 10px; }
    #top-holder #logo img {
      height: 40px;
      display: block; }
  #top-holder .box {
    min-width: 250px;
    z-index: 10;
    position: absolute;
    text-align: left;
    left: -10px; }
    #top-holder .box.hidden {
      display: none; }
    #top-holder .box .point {
      background-image: url(/assets/Icons/Misc/point-bb7001604859910d9eb7a5db04e58775.png);
      background-repeat: no-repeat;
      background-position: 10% bottom;
      height: 8px; }
    #top-holder .box .content {
      background-color: white;
      border-top: 2px solid #d74523;
      padding-left: 1em; }
      #top-holder .box .content a {
        color: black;
        text-decoration: none; }

#spacer {
  position: relative;
  height: 65px; }
  #spacer #notifications {
    position: absolute;
    width: 560px;
    left: 200px;
    top: 20px;
    color: #d74523;
    padding: 5px;
    text-align: center;
    background-image: url(/assets/texture_light-8f90c3a129647a03329711050e8c9557.jpg); }
  #spacer .box.hidden {
    display: none; }
  #spacer .content {
    background-color: white;
    border-top: 2px solid #d74523;
    padding-left: 1em;
    text-align: right; }
    #spacer .content a {
      padding: 0.5em;
      color: black;
      text-decoration: none; }
.wrap.help-page {
  padding: 10px; }
#ticker {
  float: left;
  font-size: 16pt;
  background-color: #d74523;
  color: #fff;
  padding: 5px;
  text-align: center;
  line-height: 1.2em; }
  #ticker .count {
    /* font-weight: bold; */ }

#content {
  padding: 20px;
  position: relative;
  min-height: 660px;
  z-index: 2; }
  #content #col1, #content #col2, #content #col3, #content #col4 {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    padding: 10px;
    position: absolute;
    z-index: 2; }
  #content #col1 {
    left: 20px;
    top: 10px; }
  #content #col2 {
    right: -155px;
    top: -30px; }
  #content #col3 {
    left: 40px;
    top: 340px; }
  #content #col4 {
    right: 0px;
    top: 330px; }
  #content a#signup {
    font-family: "chaparral-pro";
    display: block;
    margin: 0px auto;
    background-image: url(/assets/Icons/Misc/signup-dac77e135b24e7919e6c7f7951c00367.png);
    width: 65px;
    height: 65px;
    padding: 20px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center; }
  #content.home {
    padding: 0px;
    padding-left: auto;
    padding-right: auto;
    min-height: 470px; }
  #content #wheel {
    width: 890px;
    height: 470px;
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(/assets/Background/background_circle-f64282a65c231471867b5ca559b2abd5.png);
    background-position: 240px 0px;
    text-transform: uppercase; }
    #content #wheel #community, #content #wheel #consumers, #content #wheel #producers, #content #wheel #earth {
      position: absolute;
      width: 445px;
      height: 235px;
      background-repeat: no-repeat;
      font-size: 14px;
      letter-spacing: 2px; }
      #content #wheel #community .a, #content #wheel #consumers .a, #content #wheel #producers .a, #content #wheel #earth .a {
        position: relative;
        width: 445px;
        height: 235px; }
        #content #wheel #community .a .b, #content #wheel #consumers .a .b, #content #wheel #producers .a .b, #content #wheel #earth .a .b {
          position: absolute; }
    #content #wheel #community {
      top: 0px;
      left: 0px;
      border-right: 1px solid black;
      background-image: url(/assets/Background/home_communities-0361a941d09f38312537d6fd638d7536.png);
      background-position: 0px -85px; }
      #content #wheel #community .b {
        bottom: 10px;
        left: 30%; }
    #content #wheel #consumers {
      top: 0px;
      right: 0px;
      border-bottom: 1px solid black;
      background-image: url(/assets/Background/home_consumers-1bd042ceed3f4d776397d3b4018b24b1.png);
      background-position: 0px -85px; }
      #content #wheel #consumers .b {
        bottom: 10px;
        right: 30%; }
    #content #wheel #producers {
      bottom: 0px;
      left: 0px;
      border-top: 1px solid black;
      background-image: url(/assets/Background/home_producers-915bc8bfe8c70acea3078c640907f61b.png); }
      #content #wheel #producers .b {
        top: 10px;
        left: 33%; }
    #content #wheel #earth {
      bottom: 0px;
      right: 0px;
      border-left: 1px solid black;
      background-image: url(/assets/Background/home_earth-15c05de53d18b0597d914a626a9462c0.png); }
      #content #wheel #earth .b {
        top: 10px;
        right: 31%; }
    #content #wheel #realfood {
      position: absolute;
      top: 210px;
      left: 375px;
      padding-left: 5px;
      width: 130px;
      height: 80px;
      background-color: #f3f1ef; }
      #content #wheel #realfood h2 {
        font-family: "chaparral-pro";
        text-align: center;
        margin: 0px;
        color: #d74523;
        line-height: 30px;
        letter-spacing: 10px; }
        #content #wheel #realfood h2 .top {
          font-size: 40px; }
        #content #wheel #realfood h2 .bottom {
          font-size: 36px; }
      #content #wheel #realfood h5 {
        text-align: center;
        font-size: 16px;
        letter-spacing: 3px;
        margin: 0;
        margin-top: -8px; }

.page-top {
  border-left: 12px solid #d74523;
  border-bottom: 2px solid #d74523;
  margin-left: -20px;
  margin-right: -20px; }
  .page-top h1 {
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid black;
    vertical-align: middle;
    font-size: 25px;
    padding: 3px;
    padding-right: 20px;
    margin: 8px;
    width: 200px; }
    .page-top h1 a {
      text-decoration: none;
      color: #000; }
      .page-top h1 a:hover {
        text-decoration: underline; }
  .page-top ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .page-top li {
    display: inline-block;
    vertical-align: middle; }
  .page-top li.progress {
    color: #c0c0c0;
    width: 680px;
    padding-left: 0px;
    font-size: 14pt; }
  .page-top li.progress ul li {
    padding: 0 5px; }
    .page-top li.progress ul li::before {
      content: "\2192";
      padding-right: 10px; }
    .page-top li.progress ul li a.current {
      background-color: #d74523;
      color: #fff;
      padding: 0 5px;
      text-decoration: none; }
      .page-top li.progress ul li a.current:hover {
        text-decoration: underline; }
  .page-top li.progress ul li:first-child {
    border: 0; }
    .page-top li.progress ul li:first-child::before {
      content: none; }

.assessments {
  margin-bottom: 10px; }
  .assessments .status {
    padding: 2px 5px;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #ccc;
    text-decoration: none; }
  .assessments span.status.complete, .assessments a.status.complete, .assessments a.status:hover {
    color: #d74523;
    border: 1px solid #d74523; }

.assessments__cell-values {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

h2.section {
  border-bottom: 2px solid #000;
  width: 50%; }

.horizontal-bargraph .bar {
  text-decoration: none;
  font-size: 13px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  color: white;
  text-align: center; }
.horizontal-bargraph .bar:hover {
  text-decoration: underline; }
.horizontal-bargraph .bar-a {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #1c963c; }
.horizontal-bargraph .bar-b {
  background-color: #6fc88d; }
.horizontal-bargraph .bar-c {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-color: #464749; }

table.standard {
  border-collapse: collapse;
  width: 100%; }
  table.standard th {
    text-align: left;
    font-weight: normal;
    font-size: 20px; }
  table.standard td {
    padding: 5px;
    max-width: 250px;
    vertical-align: top; }
  table.standard tr:nth-child(even) {
    background-color: #fff; }

p.profile {
  margin-top: 0;
  margin-left: 20px; }

#institution-top {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  border-left: 12px solid #d74523;
  border-bottom: 2px solid #d74523; }
  #institution-top div {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    border-top: 7px solid transparent; }
  #institution-top a {
    color: #888;
    text-decoration: none;
    padding: 0px 10px;
    display: inline-block; }
  #institution-top #see a, #institution-top #active a, #institution-top #upload a {
    border-right: 1px solid #888; }
  #institution-top .current {
    border-top: 7px solid black; }
    #institution-top .current a {
      color: black; }
  #institution-top h1 {
    letter-spacing: 4px;
    text-transform: uppercase;
    display: inline-block;
    border-right: 1px solid black;
    font-size: 25px;
    padding: 3px;
    padding-right: 20px;
    margin: 8px; }

#admin-top h1 {
  text-transform: uppercase;
  text-align: center;
  color: #2bb673;
  border-bottom: 2px solid black;
  font-size: 30px; }
#admin-top a {
  color: black;
  text-decoration: none; }

#admin-menu {
  text-align: center;
  border-bottom: 2px solid black; }
  #admin-menu ul {
    list-style-type: disc; }
  #admin-menu li {
    display: inline;
    padding: 0px 10px; }

/* #main-content .choice { */
/* margin-bottom: 20px; */
/* } */
#institutions-map {
  width: 600px;
  height: 350px;
  margin: 0 auto;
  display: none;
  /* we show it once we get the data */ }

.jvectormap-label ul {
  margin: 0;
  padding-left: 20px; }

h3.institutions-title {
  margin-top: 0px;
  margin-bottom: -40px;
  color: #d74523; }

ul.institutions-nav {
  list-style-type: none;
  /* make it go out to borders */
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 1px solid #d74523;
  text-align: right; }
  ul.institutions-nav li {
    display: inline-block;
    cursor: pointer;
    padding: 5px; }
    ul.institutions-nav li.current {
      color: #d74523; }
    ul.institutions-nav li span.sep {
      padding-right: 10px;
      color: black; }

#profile-page .profile-block {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  margin: 20px;
  width: 410px; }
  #profile-page .profile-block div.user {
    width: 180px;
    float: left;
    padding: 5px; }
  #profile-page .profile-block p.profile {
    padding-left: 20px;
    margin-top: 0px;
    padding-top: 0px; }
  #profile-page .profile-block h2 {
    color: #d74523;
    font-size: 20px; }
  #profile-page .profile-block li {
    list-style-type: none; }

.clearfix {
  clear: both; }

ul#audits {
  text-align: right;
  margin: 0px;
  margin-right: 100px;
  padding: 0px; }
  ul#audits li {
    display: inline-block;
    padding: 3px 0px; }
    ul#audits li a {
      border-right: 1px solid #d74523; }
    ul#audits li.last a {
      border: none; }
    ul#audits li.current {
      background-color: #d74523;
      margin-left: -5px; }
      ul#audits li.current a {
        border: none;
        color: white; }
    ul#audits li a {
      text-decoration: none;
      display: block;
      color: #888;
      padding: 0px 5px; }

/* NOTE(dbp 2014-03-11): Public profile styling */
.profile-left, .profile-right {
  width: 40%;
  display: inline-block;
  vertical-align: top; }
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 30px;
}
body {
  background-image: url(/assets/texture_dark-673f28416eab9c36b4b88ec4364d0f78.jpg);
  margin: 0;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  color: #d74523; }
  a:hover {
    color: #000; }
  a.active {
    color: #d74523; }

#status-bar {
  background-color: #ef4136;
  padding: 4px 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px; }

#main-content {
  width: 920px;
  margin: 0px auto;
  padding-bottom: 20px;
  padding: 0 20px 20px 20px;
  background-image: url(/assets/texture_light-8f90c3a129647a03329711050e8c9557.jpg); }

.orange-rounded-button {
  background: #d74523;
  color: white;
  margin: 5px 1em 5px 0;
  text-decoration: none;
  border-radius: 7px;
  padding: 5px 1em 5px 1em;
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  border: 0;
  font-size: 1em; }
  .orange-rounded-button:hover {
    cursor: pointer; }
.ui-autocomplete {
  background: white;
  border: 1px solid black;
  width: 100px; }
  .ui-autocomplete .ui-menu-item {
    cursor: pointer;
    list-style-type: none; }
    .ui-autocomplete .ui-menu-item a {
      color: black; }
      .ui-autocomplete .ui-menu-item a.ui-state-hover {
        color: #2bb673; }

.loading {
  display: none;
  background-image: url(/assets/loader-d371e898f99f6a4d446d84ef22c85a0a.gif);
  background-repeat: no-repeat;
  background-position: center;
  height: 32px; }

h1.audit {
  border-bottom: 2px solid #000;
  width: 50%; }

.verify-toggle {
  position: absolute;
  text-align: right;
  font-size: 0.8em; }
  .verify-toggle a {
    color: black;
    text-decoration: none; }
    .verify-toggle a:hover {
      font-weight: bold; }
  .verify-toggle.unverified {
    border-bottom: 2px solid red; }
  .verify-toggle.verified {
    border-bottom: 2px solid green; }

ul.audit {
  list-style-type: none;
  padding: 0; }
  ul.audit li.line_item {
    clear: both;
    position: relative;
    border-right: 5px solid transparent; }
    ul.audit li.line_item:hover {
      border-right: 5px solid #d74523;
      cursor: pointer; }
    ul.audit li.line_item.headings:hover {
      border-right: 5px solid transparent;
      cursor: default; }
    ul.audit li.line_item .verify-toggle {
      right: 955px;
      top: 5px; }
    ul.audit li.line_item ul {
      padding: 0;
      list-style-type: none;
      font-size: 12px; }
      ul.audit li.line_item ul li {
        padding: 1px;
        float: left;
        overflow: auto; }
        ul.audit li.line_item ul li .yes, ul.audit li.line_item ul li .no, ul.audit li.line_item ul li .na {
          display: inline-block;
          width: 36px;
          height: 18px;
          background-position: center;
          background-repeat: no-repeat; }
        ul.audit li.line_item ul li .yes {
          background-image: url(/assets/Icons/Table/yes_a-44e297bc6020d454f2ab844aa6f4fa93.png); }
        ul.audit li.line_item ul li .no {
          background-image: url(/assets/Icons/Table/no_a-b02f44dff6cfef2719b6de6033ca2f5c.png); }
        ul.audit li.line_item ul li .na {
          background-image: url(/assets/Icons/Table/blank_a-e10aed67ae6aaed6454d24d738b55d4c.png); }
        ul.audit li.line_item ul li.col0 {
          width: 20px;
          overflow: hidden; }
          ul.audit li.line_item ul li.col0 a.edit, ul.audit li.line_item ul li.col0 a.delete {
            display: block;
            width: 27px;
            height: 18px; }
          ul.audit li.line_item ul li.col0 a.edit {
            background-image: url(/assets/Icons/Table/edit_a-3f919bd6a8ab2dbb19a2c4b1deef0982.png); }
            ul.audit li.line_item ul li.col0 a.edit.incomplete {
              background-image: url(/assets/Icons/Table/incomplete_a-d026dc0a424ce686c70688588a0b364a.png); }
          ul.audit li.line_item ul li.col0 a.edit.selected, ul.audit li.line_item ul li.col0 a.edit:hover {
            background-image: url(/assets/Icons/Table/edit_b-334b3ed66452be0ff1e10f3a3d5ecf1a.png); }
            ul.audit li.line_item ul li.col0 a.edit.selected.incomplete, ul.audit li.line_item ul li.col0 a.edit:hover.incomplete {
              background-image: url(/assets/Icons/Table/incomplete_b-390bbc05e8b528da89fbee54103ece97.png); }
          ul.audit li.line_item ul li.col0 a.delete {
            background-image: url(/assets/Icons/Table/delete_a-940c663fd6fa08b72ce53b798450fd17.png); }
          ul.audit li.line_item ul li.col0 a.delete.selected, ul.audit li.line_item ul li.col0 a.delete:hover {
            background-image: url(/assets/Icons/Table/delete_b-968e58baea7fdbdcc9367080b46d9a55.png); }
        ul.audit li.line_item ul li.col1 {
          width: 90px; }
        ul.audit li.line_item ul li.col2 {
          width: 45px; }
          ul.audit li.line_item ul li.col2 div {
            display: inline-block;
            width: 36px;
            height: 27px; }
        ul.audit li.line_item ul li.col3 {
          width: 90px; }
        ul.audit li.line_item ul li.col4 {
          width: 75px; }
        ul.audit li.line_item ul li.col5 {
          width: 90px; }
        ul.audit li.line_item ul li.col6 {
          width: 45px; }
        ul.audit li.line_item ul li.col7 {
          width: 65px; }
        ul.audit li.line_item ul li.col8 {
          width: 85px; }
        ul.audit li.line_item ul li.col9 {
          width: 38px; }
        ul.audit li.line_item ul li.col10 {
          width: 38px; }
        ul.audit li.line_item ul li.col11 {
          width: 38px; }
        ul.audit li.line_item ul li.col12 {
          width: 38px; }
        ul.audit li.line_item ul li.col13 {
          width: 38px;
          /* Health concert has special symbol handling */ }
          ul.audit li.line_item ul li.col13 .yes {
            background-image: url(/assets/Icons/Table/health_concern-6c36217f9ddef65472af1b7673e97103.png); }
          ul.audit li.line_item ul li.col13 .no {
            background-image: url(/assets/Icons/Table/blank_a-e10aed67ae6aaed6454d24d738b55d4c.png); }
        ul.audit li.line_item ul li.local, ul.audit li.line_item ul li.fair, ul.audit li.line_item ul li.humane, ul.audit li.line_item ul li.ecological, ul.audit li.line_item ul li.healthconcern {
          height: 30px;
          background-repeat: no-repeat;
          background-position: top;
          position: relative; }
        ul.audit li.line_item ul li.local {
          background-image: url(/assets/Icons/RatingCategories/Local_b-f70828aab1be82939d9927d8c49116b0.png); }
        ul.audit li.line_item ul li.fair {
          background-image: url(/assets/Icons/RatingCategories/Fair_b-a907c692a4ee29b7348bc81157257177.png); }
        ul.audit li.line_item ul li.ecological {
          background-image: url(/assets/Icons/RatingCategories/Ecological_b-645bb3f010ee4ce6d963681332dc0aa2.png); }
        ul.audit li.line_item ul li.humane {
          background-image: url(/assets/Icons/RatingCategories/Humane_b-a2dc0ec219007e8a44e0378256bb9e89.png); }
        ul.audit li.line_item ul li.healthconcern {
          background-image: url(/assets/Icons/RatingCategories/Health_b-10a1d931e19521e202262fa4564e2da7.png); }
    ul.audit li.line_item ul.headings {
      font-size: 12px;
      border-bottom: 1px solid #000;
      height: 65px; }
      ul.audit li.line_item ul.headings span {
        display: inline-block;
        vertical-align: top;
        padding-top: 10px; }
      ul.audit li.line_item ul.headings li {
        overflow: hidden;
        position: relative;
        height: 50px; }
      ul.audit li.line_item ul.headings a.sort-up, ul.audit li.line_item ul.headings a.sort-down {
        position: absolute;
        width: 9px;
        height: 27px;
        background-repeat: no-repeat;
        bottom: 0; }
      ul.audit li.line_item ul.headings a.sort-up {
        background-image: url(/assets/Icons/Misc/arrow_up-cbd5c6aa77dad7c0ad25bf57d384cab5.png);
        left: 20px; }
      ul.audit li.line_item ul.headings a.sort-down {
        background-image: url(/assets/Icons/Misc/arrow_down-56d53b98f1fd6a7d29b094d751467c78.png);
        left: 10px; }
      ul.audit li.line_item ul.headings a.sort-up:hover {
        background-image: url(/assets/Icons/Misc/arrow_up_hov-b8c0690494764a4f14fe89a515a84100.png); }
      ul.audit li.line_item ul.headings a.sort-down:hover {
        background-image: url(/assets/Icons/Misc/arrow_down_hov-9da0953ac20e5c8058bcc888dd43569b.png); }
    ul.audit li.line_item.gray {
      background-color: #eee; }

.export-button {
  background-image: url(/assets/Icons/Forms/c_3-426424a7f172fe1361d4c654ef9d752f.png);
  width: 72px;
  height: 72px;
  float: right;
  margin: 20px; }
  .export-button:hover {
    background-image: url(/assets/Icons/Forms/c_2-19642661e7fdeb64e9e84ea76f1c41df.png);
    cursor: pointer; }
  .export-button a {
    text-align: center;
    display: block;
    color: black;
    padding-top: 10px;
    text-decoration: none;
    font-size: 16px; }

h2.toggle {
  font-size: 18px;
  font-style: italic;
  width: 280px;
  margin: 5px;
  cursor: pointer;
  background-image: url(/assets/Icons/Table/add_a-d096385a3abe7d2a81a6aa2307183b1e.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 35px; }
  h2.toggle:hover, h2.toggle.selected {
    background-image: url(/assets/Icons/Table/add_b-fb2ce099fea964b4701509d385a0b853.png); }

.line-item-form {
  position: relative;
  min-height: 405px;
  background-color: #fff;
  border: 2px solid #666;
  margin: 5px; }
  .line-item-form #form-buttons {
    position: absolute;
    bottom: 20px;
    right: 100px; }
  .line-item-form li {
    z-index: 0;
    position: relative;
    list-style-type: none;
    /*        &.no-product-code {
                float: left;
                z-index: 10;
                margin-left: -10px;
                position: relative;
                label {
                    width: 0px;
                }
            }*/ }
  .line-item-form .col-left {
    vertical-align: top;
    width: 620px;
    min-height: 360px;
    display: inline-block; }
    .line-item-form .col-left .col {
      vertical-align: top;
      width: 49%;
      display: inline-block;
      /*
                  &.first {
                      margin-top: 10px;
                  }*/ }
    .line-item-form .col-left .bot legend {
      padding: 0; }
    .line-item-form .col-left .bot legend label {
      width: 50px;
      height: 20px;
      padding-right: 60px;
      padding-top: 50px;
      font-size: 12px;
      text-align: right; }
    .line-item-form .col-left .bot .rating_local legend label {
      background: transparent url(/assets/Icons/RatingCategories/Local_l-6b7bf20fed9a97f0d21b3c859b5979c9.png) no-repeat top right; }
    .line-item-form .col-left .bot .rating_fair legend label {
      background: transparent url(/assets/Icons/RatingCategories/Fair_l-a2c91111dafc8112b73e0ee8a4e26823.png) no-repeat top right; }
    .line-item-form .col-left .bot .rating_humane legend label {
      background: transparent url(/assets/Icons/RatingCategories/Humane_l-1d6430895db421f8ddb7b4110a4d7ef1.png) no-repeat top right; }
    .line-item-form .col-left .bot .rating_ecological legend label {
      background: transparent url(/assets/Icons/RatingCategories/Ecological_l-cdf006038d2c5048d2f4845243312c7a.png) no-repeat top right; }
    .line-item-form .col-left .bot .rating_health_concern legend label {
      background: transparent url(/assets/Icons/RatingCategories/Health_l-b684a5d1f7477b4ef40753e3b38664c3.png) no-repeat top right; }
    .line-item-form .col-left .bot .radio {
      /*padding-left: 40px;*/ }
      .line-item-form .col-left .bot .radio label {
        width: 20px; }
    .line-item-form .col-left .bot .rating_local, .line-item-form .col-left .bot .rating_ecological, .line-item-form .col-left .bot .rating_fair, .line-item-form .col-left .bot .rating_humane, .line-item-form .col-left .bot .rating_health_concern {
      font-size: 12px;
      width: 110px;
      height: 200px; }
      .line-item-form .col-left .bot .rating_local select, .line-item-form .col-left .bot .rating_ecological select, .line-item-form .col-left .bot .rating_fair select, .line-item-form .col-left .bot .rating_humane select, .line-item-form .col-left .bot .rating_health_concern select {
        font-size: 9px; }
      .line-item-form .col-left .bot .rating_local .choices-group li, .line-item-form .col-left .bot .rating_ecological .choices-group li, .line-item-form .col-left .bot .rating_fair .choices-group li, .line-item-form .col-left .bot .rating_humane .choices-group li, .line-item-form .col-left .bot .rating_health_concern .choices-group li {
        display: inline-block; }
  .line-item-form .col-right {
    vertical-align: top;
    width: 280px;
    min-height: 330px;
    display: inline-block; }
    .line-item-form .col-right .category {
      /*            background: transparent asset-url("category_grid.png") no-repeat top left;
      */
      font-size: 10px;
      position: relative; }
      .line-item-form .col-right .category legend {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px; }
        .line-item-form .col-right .category legend label {
          font-size: 12px; }
      .line-item-form .col-right .category li {
        /*li:first-of-type {
            margin-left: 156px;
        }*/ }
        .line-item-form .col-right .category li li {
          float: left;
          width: 130px;
          height: 50px;
          background-position: left top;
          background-repeat: no-repeat; }
          .line-item-form .col-right .category li li label {
            font-size: 14px;
            padding-left: 30px;
            height: 20px;
            padding-top: 10px;
            text-align: left; }
          .line-item-form .col-right .category li li.category_id_1 {
            background-image: url(/assets/Icons/Categories/baked_g-772c2813fd46e70b1e54c9ea4ff7477f.png); }
          .line-item-form .col-right .category li li.category_id_4 {
            background-image: url(/assets/Icons/Categories/dairy_g-b3cf59126c56ec99117dcbc369ef5eb5.png); }
          .line-item-form .col-right .category li li.category_id_5 {
            background-image: url(/assets/Icons/Categories/eggs_g-3266cfd995e3f86f0fb12e8dbada95f8.png); }
          .line-item-form .col-right .category li li.category_id_2 {
            background-image: url(/assets/Icons/Categories/meat_g-35d052062d4e641ca2fda09c49818a1d.png); }
          .line-item-form .col-right .category li li.category_id_3 {
            background-image: url(/assets/Icons/Categories/poultry_g-a4379d77dddd4a767c4292795f945016.png); }
          .line-item-form .col-right .category li li.category_id_9 {
            background-image: url(/assets/Icons/Categories/grocery_g-cbe13b5ece0587d3c9286f4064393429.png); }
          .line-item-form .col-right .category li li.category_id_10 {
            background-image: url(/assets/Icons/Categories/produce_g-031947088ee1d070bb5de515a644526f.png); }
          .line-item-form .col-right .category li li.category_id_7 {
            background-image: url(/assets/Icons/Categories/teacoffee_g-3ae0b9002c11bb2347c1fb5049ce8336.png); }
          .line-item-form .col-right .category li li.category_id_8 {
            background-image: url(/assets/Icons/Categories/beverage_g-511733f202924c0c2c8278961843e694.png); }
          .line-item-form .col-right .category li li.category_id_6 {
            background-image: url(/assets/Icons/Categories/fish_g-18fd9114a36e66103a22f65ed77287ea.png); }
  .line-item-form .field {
    float: left;
    padding: 5px; }
    .line-item-form .field legend {
      border: 0; }
    .line-item-form .field label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      padding: 5px;
      text-align: right; }
    .line-item-form .field textarea {
      vertical-align: top;
      display: inline-block; }
  .line-item-form span.warning {
    width: 20px;
    height: 16px;
    display: inline-block;
    background: transparent url(/assets/warning-caf41facc703ed2076377347babf271a.png) no-repeat center center; }

.upload_progress {
  margin: 20px 50px;
  background-color: #d74523;
  color: white;
  padding: 5px;
  text-align: center; }
  .upload_progress a {
    color: white; }
  .upload_progress p {
    margin-top: 0; }
  .upload_progress h2 {
    margin: 10px; }
#product-search-results {
  position: relative; }

#product-search-results .verify-toggle {
  right: 960px; }
#product-search-results tr {
  position: relative; }
#shapes-montage {
  height: 200px;
  position: relative; }
  #shapes-montage #steps {
    width: 960px;
    height: 200px;
    margin-bottom: 10px; }
    #shapes-montage #steps .step {
      display: inline-block;
      vertical-align: top;
      width: 300px;
      height: 80px;
      padding-top: 30px;
      margin-top: 40px;
      text-align: center;
      color: #ccc;
      font-size: 20px;
      border-right: 1px solid #ccc; }
      #shapes-montage #steps .step.last {
        border: 0; }
      #shapes-montage #steps .step a {
        text-transform: uppercase;
        text-decoration: none;
        width: 180px;
        height: 140px; }
        #shapes-montage #steps .step a:hover, #shapes-montage #steps .step a.selected {
          color: #d74523; }
      #shapes-montage #steps .step .empty {
        background-color: transparent;
        background-repeat: no-repeat;
        background-position: center center;
        color: #999;
        text-transform: uppercase;
        width: 320px;
        text-align: center; }
      #shapes-montage #steps .step .pending {
        color: #aaa;
        text-decoration: none;
        font-size: 17px; }
      #shapes-montage #steps .step.survey .top {
        text-transform: lowercase;
        font-size: 16px; }
      #shapes-montage #steps .step.institution-profile .bottom {
        text-transform: none;
        font-size: 20px; }
h1.edit-survey {
  font-size: 16px;
  margin-top: 10px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d74523; }

#edit-survey-info {
  width: 250px;
  font-size: 11px;
  padding: 5px;
  margin-bottom: 10px;
  float: left; }

#survey-form #buttons-holder {
  margin-bottom: 100px;
  margin-left: 150px;
  position: relative; }
#survey-form #buttons-bar {
  border-bottom: 1px solid #ccc;
  position: absolute;
  z-index: 0;
  bottom: -2px;
  left: 25px;
  width: 340px; }
#survey-form #buttons {
  position: relative;
  z-index: 1;
  color: #aaa; }
  #survey-form #buttons div {
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: -10px;
    background: transparent url(/assets/Icons/Forms/step_1-5b38edb2979ab0b5fee199a2739566a4.png) no-repeat center bottom; }
    #survey-form #buttons div.selected {
      color: #000; }
    #survey-form #buttons div.complete {
      background-image: url(/assets/Icons/Forms/step_2-260a6b963d5d9a3728b1fdc7f9effe79.png); }
#survey-form #stage-0 p {
  width: 400px;
  margin-left: -230px; }
  #survey-form #stage-0 p.first {
    margin-top: -40px; }
#survey-form .stage {
  padding-bottom: 200px; }
#survey-form textarea {
  width: 300px;
  height: 50px; }
#survey-form li.choice {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: top; }
.login-form-block {
  width: 40%;
  margin-left: 5%;
  float: left; }

.login-form-block h1 {
  font-size: 1.5em;
  padding: 0; }

.clearfix {
  clear: both; }
