.palette-color-primary {
  background-color: #1c9e1b; }

.palette-color-primary-dark-1 {
  background-color: #146f13; }

.palette-color-primary-dark-2 {
  background-color: #0e4f0e; }

.palette-color-primary-dark-3 {
  background-color: #082f08; }

.palette-color-primary-light-1 {
  background-color: #77c576; }

.palette-color-primary-light-2 {
  background-color: #a4d8a4; }

.palette-color-primary-light-3 {
  background-color: #d2ecd1; }

.palette-color-secondary {
  background-color: #154ec1; }

.palette-color-secondary-dark-1 {
  background-color: #0f3787; }

.palette-color-secondary-dark-2 {
  background-color: #0b2761; }

.palette-color-secondary-dark-3 {
  background-color: #06173a; }

.palette-color-secondary-light-1 {
  background-color: #7395da; }

.palette-color-secondary-light-2 {
  background-color: #a1b8e6; }

.palette-color-secondary-light-3 {
  background-color: #d0dcf3; }

.palette-color-accent {
  background-color: #f2f25a; }

.palette-color-accent-dark-1 {
  background-color: #a9a93f; }

.palette-color-accent-dark-2 {
  background-color: #79792d; }

.palette-color-accent-dark-3 {
  background-color: #49491b; }

.palette-color-accent-light-1 {
  background-color: #f7f79c; }

.palette-color-accent-light-2 {
  background-color: #fafabd; }

.palette-color-accent-light-3 {
  background-color: #fcfcde; }

.palette-color-background {
  background-color: #eeeeee; }

.palette-color-background-dark-1 {
  background-color: #a7a7a7; }

.palette-color-background-dark-2 {
  background-color: #777777; }

.palette-color-background-dark-3 {
  background-color: #474747; }

.palette-color-background-light-1 {
  background-color: whitesmoke; }

.palette-color-background-light-2 {
  background-color: #f8f8f8; }

.palette-color-background-light-3 {
  background-color: #fcfcfc; }

.palette-color-warn {
  background-color: #f41921; }

.palette-color-warn-dark-1 {
  background-color: #ab1217; }

.palette-color-warn-dark-2 {
  background-color: #7a0d11; }

.palette-color-warn-dark-3 {
  background-color: #49080a; }

.palette-color-warn-light-1 {
  background-color: #f8757a; }

.palette-color-warn-light-2 {
  background-color: #fba3a6; }

.palette-color-warn-light-3 {
  background-color: #fdd1d3; }

.palette-color-info {
  background-color: #6785c0; }

.palette-color-info-dark-1 {
  background-color: #485d86; }

.palette-color-info-dark-2 {
  background-color: #344360; }

.palette-color-info-dark-3 {
  background-color: #1f283a; }

.palette-color-info-light-1 {
  background-color: #a4b6d9; }

.palette-color-info-light-2 {
  background-color: #c2cee6; }

.palette-color-info-light-3 {
  background-color: #e1e7f2; }

.colorRow {
  width: 100%;
  margin: 1rem 1rem 0 1rem; }
  .colorRow .colorCell, .colorRow .colorCellPrimary {
    display: inline-block;
    min-width: 8rem;
    vertical-align: middle; }
  .colorRow .colorCell span {
    display: inline-block;
    text-align: center;
    width: 100%; }
  .colorRow .colorCell div {
    width: 10rem;
    height: 2rem;
    border: 1px solid black;
    margin-right: .2rem;
    text-align: center; }
  .colorRow .colorCellPrimary div {
    width: 8rem;
    height: 8rem;
    border: 1px solid black;
    text-align: center;
    margin: .4rem 1.5rem 0 1.5rem;
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.7); }
  .colorRow .colorCellPrimary span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
    width: 100%; }
  .colorRow .colorCellMain {
    vertical-align: middle;
    display: inline-block;
    width: 12rem;
    font-size: 2rem;
    color: #a9a93f; }

.standardForm {
  background-color: #eeeeee;
  border: 0.2rem solid #a7a7a7;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -khtml-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1.2rem 2rem .5rem 2rem;
  width: 40rem;
  margin: 0 auto 1rem auto; }
  @media only screen and (max-width: 750px) {
    .standardForm {
      padding: .2rem;
      border: 1px solid #a7a7a7;
      width: auto;
      font-size: .8rem; } }
  .standardForm .belowForm {
    position: absolute;
    bottom: -2rem; }
  .standardForm .primaryButton, .standardForm .secondaryButton {
    margin: .2rem 1.5rem .2rem 0;
    font-size: 1.2rem; }
  .standardForm .smaller {
    font-size: .9rem; }
  .standardForm .larger {
    font-size: 1.3rem; }
  .standardForm .rightButton {
    right: 1rem; }
  .standardForm .prevButton {
    left: 1rem; }
  .standardForm .buttonBar {
    height: 3rem;
    position: relative;
    padding: 0 1rem; }
    @media only screen and (max-width: 750px) {
      .standardForm .buttonBar {
        height: 2rem;
        line-height: 2rem;
        padding: 0 .3rem; } }
    .standardForm .buttonBar .belowForm {
      position: relative;
      bottom: -2rem; }
    .standardForm .buttonBar .primaryButton, .standardForm .buttonBar .standardButton, .standardForm .buttonBar .secondaryButton {
      position: absolute;
      margin: 0;
      padding: .1rem .7rem;
      bottom: 0;
      top: 0; }
      @media only screen and (max-width: 750px) {
        .standardForm .buttonBar .primaryButton, .standardForm .buttonBar .standardButton, .standardForm .buttonBar .secondaryButton {
          height: 1.5rem;
          line-height: 1rem; } }
    .standardForm .buttonBar .primaryButton {
      line-height: 1rem;
      height: 2.2rem; }
    .standardForm .buttonBar.relative .primaryButton, .standardForm .buttonBar.relative .standardButton, .standardForm .buttonBar.relative .secondaryButton {
      padding: 0 .5rem;
      position: relative; }
  @media only screen and (max-width: 750px) {
    .standardForm .mobileButtonBar .secondaryButton {
      line-height: 2rem;
      height: 2rem; } }
  .standardForm .clickable {
    cursor: pointer; }
  .standardForm legend {
    position: absolute;
    top: -1.7rem;
    left: -.1rem;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.2rem;
    font-weight: bold; }
  .standardForm .sublegend {
    font-variant: small-caps;
    margin: .2rem 0 .5rem 0; }
  .standardForm label {
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-top: .2rem;
    width: 10.3rem; }
    @media only screen and (max-width: 750px) {
      .standardForm label {
        display: block;
        width: auto;
        padding: 0; } }
  .standardForm .creditCardIcons {
    display: block;
    margin-left: 10.6rem;
    padding-top: .2rem; }
    @media only screen and (max-width: 750px) {
      .standardForm .creditCardIcons {
        padding-top: 0;
        margin-left: 0; } }
    .standardForm .creditCardIcons img {
      width: 2rem; }
  .standardForm fieldset {
    margin-top: 4rem;
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    border-color: rgba(0, 0, 0, 0.1);
    border-style: solid;
    border-width: .1rem;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -khtml-border-radius: 0.5rem;
    border-radius: 0.5rem; }
    .standardForm fieldset .standardButton {
      margin-bottom: -.5rem; }
    @media only screen and (max-width: 750px) {
      .standardForm fieldset {
        background-color: transparent;
        border: none;
        margin-left: .1rem;
        max-width: 90vw; } }
  .standardForm fieldset:first-of-type {
    margin-top: 2rem; }
  .standardForm .instructions {
    margin: 1rem; }
  .standardForm .row, .standardForm .rowFlex {
    max-width: 95%;
    padding: .2rem .5rem; }
    @media only screen and (max-width: 750px) {
      .standardForm .row, .standardForm .rowFlex {
        width: auto;
        padding: .1rem 0; } }
  .standardForm .rowFlex {
    display: flex; }
  .standardForm .cellRight {
    margin-left: auto; }
  .standardForm .errorGroup {
    transition: .3s linear all;
    transition-property: color;
    font-size: 1rem;
    display: block;
    padding-left: 10.5rem; }
  .standardForm .errorGroup.ng-active {
    color: #f41921; }
  .standardForm .errorGroup.ng-inactive {
    color: #fcfcfc; }
  .standardForm .center {
    text-align: center; }
  .standardForm .delete {
    width: 1.5rem; }
  .standardForm .delete div {
    cursor: pointer;
    font-size: 1.4rem;
    color: rgba(214, 0, 0, 0.5);
    width: 1.4rem;
    line-height: 1.4rem;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(214, 0, 0, 0.25);
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -khtml-border-radius: 3rem;
    border-radius: 3rem; }
    .standardForm .delete div:hover {
      color: #d60000;
      border-color: rgba(214, 0, 0, 0.75); }
  .standardForm .repeatedSubject {
    display: flex;
    overflow: hidden;
    align-items: center;
    color: #6785c0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    width: auto; }
    @media only screen and (max-width: 750px) {
      .standardForm .repeatedSubject {
        padding: .2rem;
        font-size: 1rem; } }
    .standardForm .repeatedSubject.active {
      position: relative;
      left: -.2rem;
      top: -.2rem;
      font-weight: 900;
      font-size: 1.4rem;
      width: calc(100% - 1.5rem);
      color: #d2ecd1;
      background-color: #146f13;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
      -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
      -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
      -moz-border-radius: 0.8rem;
      -webkit-border-radius: 0.8rem;
      -khtml-border-radius: 0.8rem;
      border-radius: 0.8rem;
      box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.3);
      margin-bottom: 3rem; }
      @media only screen and (max-width: 750px) {
        .standardForm .repeatedSubject.active {
          width: auto; } }
  .standardForm .repeatedSubject .delete {
    margin-right: 1.6rem;
    margin-left: auto; }
  .standardForm .closeButton {
    text-shadow: none;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.6rem;
    margin-left: auto;
    color: #fcfcfc;
    font-weight: 900;
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.5);
    background-color: #ab1217;
    opacity: .7;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -khtml-border-radius: 1rem;
    border-radius: 1rem;
    line-height: 1.4rem;
    font-size: 1rem;
    width: 1.5rem;
    height: 1.5rem; }
    .standardForm .closeButton:hover {
      color: #fdd1d3;
      background-color: #f41921;
      opacity: 1; }
    .standardForm .closeButton.active {
      margin-right: 0rem;
      opacity: .9; }

.infoPage {
  width: 45rem;
  margin: auto; }
  @media only screen and (max-width: 750px) {
    .infoPage {
      width: auto; } }
  .infoPage h1 {
    padding-bottom: 1rem; }

.infoMenu {
  position: fixed;
  top: 6rem;
  left: 1rem; }
  @media only screen and (max-width: 1100px) {
    .infoMenu {
      position: relative;
      top: -.5rem;
      left: 0;
      margin-bottom: .5rem; } }
  .infoMenu button {
    width: 10rem;
    display: block;
    text-align: left;
    margin-bottom: .5rem; }
    @media only screen and (max-width: 1100px) {
      .infoMenu button {
        padding: 0;
        width: auto;
        display: inline-block;
        font-size: .8rem;
        margin: 0 .4rem 0 0; } }
    .infoMenu button:hover {
      color: #7395da;
      text-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.7); }

.movableForm {
  display: none; }

.movableFormVisible .movableForm {
  display: block !important; }

.indentedForm {
  padding: 0;
  margin-bottom: .3rem; }

.adminPage .title {
  display: flex;
  align-content: baseline;
  align-items: baseline;
  line-height: 2rem;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 0 .4rem 0;
  color: #146f13; }
  .adminPage .title div {
    line-height: 2rem;
    margin-left: 1rem;
    font-size: 1rem; }
  .adminPage .title button {
    margin: 0; }
  @media print {
    .adminPage .title {
      margin-top: 3rem; } }

.adminPage h1 {
  margin: 2rem 0 0 0; }

.adminPage h2 {
  margin-bottom: 1rem; }

.adminPage h3 {
  margin: 2rem 0 .2rem 0; }

.adminPage h4 {
  margin: 1rem 0 .2rem 0; }

.adminPage p {
  margin: .7rem 0; }

.adminPage table, .adminPage td, .adminPage th {
  border: 0.1rem solid #a7a7a7; }

.adminPage table.childTable, .adminPage .childTable td {
  border-collapse: collapse;
  border: none;
  padding: .3rem .2rem; }

.adminPage .childTable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  .adminPage .childTable tr:last-child {
    border-bottom: none; }

.adminPage .childTable .secondaryButton {
  padding: 0 .4rem;
  margin: 0; }

.adminPage th, .adminPage td {
  padding: .5rem; }

.adminPage th {
  background-color: #1c9e1b;
  color: #f8f8f8;
  cursor: pointer; }

.adminPage td.status, .adminPage .status td {
  text-decoration: none !important;
  color: #474747 !important;
  font-weight: 900; }

.adminPage td ul {
  padding: .2rem .2rem .2rem 1rem;
  margin: 0; }

.adminPage .canceled td {
  text-decoration: line-through;
  color: #777777; }

.adminPage .pageMessage {
  margin: 2rem 0;
  color: #154ec1; }

.adminPage .small {
  font-size: .8rem; }

.adminPage fieldset .uploadButton {
  font-size: .8rem;
  margin: 0; }

.adminPage .contactContainer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }
  @media print {
    .adminPage .contactContainer {
      display: block;
      position: relative; } }
  .adminPage .contactContainer .contactCell {
    word-wrap: break-word;
    width: 10rem;
    margin: 1rem;
    padding: .5rem;
    background-color: whitesmoke; }
    @media print {
      .adminPage .contactContainer .contactCell {
        display: inline-block;
        vertical-align: top;
        font-size: .8rem;
        margin: 3rem .8rem;
        page-break-inside: avoid; } }

#emailPage .title button {
  margin-left: 2rem; }

#emailPage .ta-editor {
  border: 0.2rem inset #e1e7f2; }

#emailPage .errorGroup {
  margin: 0;
  padding: 0; }

#emailPage input {
  width: 100%; }

#emailPage textarea {
  width: 100%;
  height: 8rem; }

#emailPage table {
  table-layout: auto;
  width: 100%;
  white-space: pre-wrap; }

#emailPage td {
  padding: 0 1rem; }

#emailPage td.breakWords {
  word-break: break-all; }

#emailPage .emailPointer {
  cursor: pointer; }

#emailPage .secondaryButton:disabled {
  color: lightgray;
  cursor: default;
  text-shadow: 1px 1px 1px #0b2761;
  -moz-text-shadow: 1px 1px 1px #0b2761;
  -webkit-text-shadow: 1px 1px 1px #0b2761; }
  #emailPage .secondaryButton:disabled:hover {
    color: lightgray;
    text-shadow: 1px 1px 1px #0b2761;
    -moz-text-shadow: 1px 1px 1px #0b2761;
    -webkit-text-shadow: 1px 1px 1px #0b2761; }

#registrationPage .registrantNumber {
  font-weight: 900;
  margin: .5rem 0 .5rem 0;
  font-size: .9rem;
  font-variant: small-caps; }

.badgePage {
  width: 8.5in;
  display: block; }
  .badgePage .singleBadge {
	width: 4in;
	height: 3in;
	margin-top: -1in;
    }
  .badgePage .badgeCell {
    page-break-inside: avoid;
    display: inline-table;
    vertical-align: top;
    width: 50%;
    height: 3.5in; }
  .badgePage .badgeCellInner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 4in;
    height: 3.5in; }
  .badgePage .badgeText {
    font-size: 12pt;
    font-style: italic;
    padding: 2px 0; }
  .badgePage .badgeName {
    font-weight: 900;
    font-size: 25pt;
    padding: 9px 0; }
  .badgePage .badgeSubName {
    font-weight: 400;
    font-size: 17pt;
    padding: 3px 0; }

#passwordForm label {
  width: 12rem; }

#passwordForm .errorGroup {
  padding-left: 12.4rem; }

.adminPage .conference {
  width: 50rem;
  margin: auto; }
  .adminPage .conference .title {
    display: flex;
    align-items: center; }
    .adminPage .conference .title h1 {
      margin: 0 0 .5rem 0;
      display: inline-block; }
    .adminPage .conference .title input {
      margin-left: 1rem; }
  .adminPage .conference .registrantBar {
    margin-bottom: 0; }
  .adminPage .conference .standardForm {
    margin: auto;
    width: 50rem; }
  .adminPage .conference .conferenceText {
    padding: 0 0 1rem 1rem; }
  .adminPage .conference .movableFormVisible #conferenceForm {
    display: block; }
  .adminPage .conference .noticeTable tr {
    background-color: #fcfcfc; }
  .adminPage .conference .noticeTable tr:nth-child(2n) {
    background-color: #e1e7f2; }
  .adminPage .conference .frontPageNotice .row label {
    display: inline-block;
    width: 5rem; }
  .adminPage .conference .frontPageNotice .row input {
    width: auto !important; }
  .adminPage .conference .frontPageNoticeHeading {
    width: 10rem; }

#conferenceForm {
  display: none;
  position: relative;
  padding: 0 1rem; }
  #conferenceForm fieldset {
    margin-top: 3rem; }
  #conferenceForm fieldset:last-of-type {
    margin-bottom: 0;
    padding-bottom: 2rem; }
  #conferenceForm #conferenceStart {
    width: 33rem;
    max-width: 33rem;
    height: 5rem; }
  #conferenceForm #frontPageNoticeBody {
    width: 30rem;
    max-width: 30rem; }
  #conferenceForm .longInput {
    width: 33rem; }
  #conferenceForm .shortInput {
    width: 5rem; }
  #conferenceForm table {
    width: 100%;
    border: none; }
  #conferenceForm th {
    border: none;
    cursor: default;
    background-color: #a7a7a7; }
  #conferenceForm td {
    border: none;
    padding: .2rem; }
    #conferenceForm td input {
      width: 100%; }
  #conferenceForm .center {
    height: 2rem;
    margin: .5rem;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    #conferenceForm .center .standardButton {
      position: inherit;
      margin: 0; }
  #conferenceForm .delete {
    width: 1.5rem; }
  #conferenceForm .delete div {
    cursor: pointer;
    font-size: 1.4rem;
    color: rgba(214, 0, 0, 0.5);
    width: 1.4rem;
    line-height: 1.4rem;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(214, 0, 0, 0.25);
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -khtml-border-radius: 3rem;
    border-radius: 3rem; }
    #conferenceForm .delete div:hover {
      color: #d60000;
      border-color: rgba(214, 0, 0, 0.75); }

#hotelPage div {
  margin-bottom: .5rem; }

#hotelPage h1 {
  margin-bottom: 0;
  padding: 0; }
  @media only screen and (max-width: 750px) {
    #hotelPage h1 {
      padding-bottom: 1rem; } }

#hotelPage h2 {
  margin-top: 2rem;
  color: #474747; }

#hotelPage h3 {
  margin: 1.7rem 0 0 0; }

#hotelPage h4 {
  margin: .4rem 0 0 0; }

#hotelPage .reserveInfo {
  margin-left: 1rem; }

#policyContainer {
  display: flex;
  font-size: .9rem; }
  #policyContainer div {
    padding: .4rem; }

.policyContainerErrorGroup {
  font-size: .8rem;
  color: #f41921;
  margin-left: 2rem; }

#contactUs {
  max-width: 40rem; }
  @media only screen and (max-width: 700px) {
    #contactUs {
      max-width: 20rem; } }
  #contactUs label {
    width: 10rem; }
    @media only screen and (max-width: 700px) {
      #contactUs label {
        width: 3rem; } }
  #contactUs textarea {
    font-size: 1.2rem;
    width: 37rem;
    max-width: 37rem;
    height: 8rem; }
    @media only screen and (max-width: 700px) {
      #contactUs textarea {
        width: 12rem; } }

.header {
  height: 2.3rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #146f13;
  width: 100vw;
  border-bottom: 0.1rem solid #777777;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  z-index: 200; }
  @media only screen and (max-width: 750px) {
    .header {
      height: 2.53rem; } }
  @media print {
    .header {
      border-bottom: none;
      width: 100%;
      box-shadow: none;
      text-shadow: none;
      color: #146f13; } }

.logoSVG {
  position: absolute;
  z-index: 2010;
  top: 0.3rem;
  left: 0.3rem;
  background-color: #eeeeee;
  border: 1px solid #777777;
  box-shadow: 0.1rem 0.1rem 0.4rem #474747;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -khtml-border-radius: 0.4rem;
  border-radius: 0.4rem;
  width: 2.3rem;
  height: calc(2.3rem / .75); }
  @media only screen and (max-width: 750px) {
    .logoSVG {
      width: 2.53rem;
      height: calc(2.53rem / .75);
      box-shadow: none;
      border: 1px solid #a7a7a7; } }
  @media print {
    .logoSVG {
      border: 1px solid #a7a7a7;
      box-shadow: 0.1rem 0.1rem 0.4rem #474747; } }
  .logoSVG .logoFore {
    fill: #77c576;
    stroke-width: 3px;
    stroke: #082f08; }
  .logoSVG .logoOutline, .logoSVG .logoText {
    fill: #082f08;
    stroke-width: 3px;
    stroke: #082f08; }
  .logoSVG .logoText {
    stroke-width: 3px;
    stroke: #1c9e1b; }

.logo {
  position: absolute;
  font-weight: 900;
  cursor: pointer; }
  .logo .logoTextBlock {
    z-index: 2;
    position: relative;
    top: 0.3rem;
    left: 2.8rem;
    padding: 0 .3rem; }
    @media only screen and (max-width: 750px) {
      .logo .logoTextBlock {
        left: 3.03rem; } }
  .logo .logoWord1 {
    color: #d2ecd1;
    line-height: 1.5rem;
    font-size: 1.7rem;
    text-shadow: 2px 2px 1px #0e4f0e;
    -moz-text-shadow: 2px 2px 1px #0e4f0e;
    -webkit-text-shadow: 2px 2px 1px #0e4f0e; }
    @media only screen and (max-width: 750px) {
      .logo .logoWord1 {
        display: none; } }
    @media print {
      .logo .logoWord1 {
        color: #146f13;
        text-shadow: 0 0 0 white;
        -moz-text-shadow: 0 0 0 white;
        -webkit-text-shadow: 0 0 0 white; } }
  .logo .logoWord2 {
    color: #474747;
    padding-top: 0.3rem;
    line-height: 0;
    font-size: -0.7rem; }
    @media only screen and (max-width: 750px) {
      .logo .logoWord2 {
        display: none; } }
  .logo .logoWord3 {
    display: none; }
    @media only screen and (max-width: 750px) {
      .logo .logoWord3 {
        display: inline-block;
        color: #d2ecd1;
        line-height: 1.2rem;
        font-size: 0.9rem;
        text-shadow: 0px 0px 0px #0e4f0e;
        -moz-text-shadow: 0px 0px 0px #0e4f0e;
        -webkit-text-shadow: 0px 0px 0px #0e4f0e; } }

.loginActions {
  position: absolute;
  bottom: .4rem;
  right: .2rem;
  width: 5rem; }
  .loginActions button {
    cursor: pointer;
    font-size: .9rem;
    color: #fafabd;
    width: 4rem; }
    .loginActions button:hover {
      text-shadow: 1px 1px 4px #0e4f0e;
      -moz-text-shadow: 1px 1px 4px #0e4f0e;
      -webkit-text-shadow: 1px 1px 4px #0e4f0e; }
  .loginActions .loginRegister {
    color: #77c576; }

.navButton, .footer button {
  display: inline-block;
  margin: 0;
  border: none;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #77c576;
  background-color: transparent;
  text-shadow: none;
  padding: .3rem .7rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 750px) {
    .navButton, .footer button {
      font-size: .9rem;
      letter-spacing: 0;
      margin: .1rem;
      font-weight: 500; } }
  .navButton:hover, .footer button:hover {
    text-shadow: 1px 1px 5px #f2f25a;
    -moz-text-shadow: 1px 1px 5px #f2f25a;
    -webkit-text-shadow: 1px 1px 5px #f2f25a;
    color: #d2ecd1;
    background-color: transparent; }

.footer {
  width: 100%;
  background-color: #146f13;
  text-align: center; }
  @media print {
    .footer {
      display: none; } }

#headerRightButtons {
  position: fixed;
  top: 0.3rem;
  right: 0.3rem;
  z-index: 102; }
  #headerRightButtons span {
    z-index: 105;
    position: relative;
    display: inline-block;
    padding: 0 1rem; }
  #headerRightButtons .navButton, #headerRightButtons .footer button, .footer #headerRightButtons button {
    display: inline-block;
    text-align: left;
    padding: 0; }
  @media print {
    #headerRightButtons {
      display: none; } }

.jsonRow {
  width: 100%;
  margin: .2rem 0;
  display: inline-block; }
  .jsonRow .arrayContainer {
    display: inline-flex;
    flex-direction: column; }
  .jsonRow .arrayRow {
    margin: 0;
    width: 30rem;
    display: block; }
  .jsonRow .arrayIndex {
    display: inline-block;
    width: 1.5rem; }
  .jsonRow .newSection {
    margin-bottom: 1rem; }
  .jsonRow .jsonKey {
    display: inline-block;
    width: auto;
    min-width: 8rem;
    margin: 0 .5rem auto 0;
    color: #485d86; }
  .jsonRow .jsonValue {
    display: inline-block;
    margin-left: 2rem;
    width: auto; }

#loginBox {
  z-index: 100;
  position: fixed;
  top: 2.4rem;
  right: -35rem;
  width: 30rem;
  -moz-border-radius: 0.3rem;
  -webkit-border-radius: 0.3rem;
  -khtml-border-radius: 0.3rem;
  border-radius: 0.3rem;
  background-color: #7395da;
  opacity: .8;
  padding: .8rem 0 .5rem 0;
  text-align: center; }
  #loginBox .secondaryButton {
    margin-right: .3rem; }
  @media print {
    #loginBox {
      display: none; } }
  @media only screen and (max-width: 750px) {
    #loginBox {
      top: 4.43rem;
      width: 11rem;
      padding: .8rem .4rem;
      opacity: .9;
      text-align: center; } }
  #loginBox input {
    width: 10rem;
    margin: .1rem .3rem; }
  #loginBox.hidden {
    right: -40rem;
    -webkit-transition: right 0.1s linear;
    -moz-transition: right 0.1s linear;
    transition: right 0.1s linear; }
  #loginBox.visible {
    right: 0;
    -webkit-transition: right 0.1s linear;
    -moz-transition: right 0.1s linear;
    transition: right 0.1s linear; }

#rememberEmail {
  margin-left: 1.5rem;
  color: #0f3787;
  font-variant: small-caps;
  font-size: .9rem;
  text-align: left;
  display: flex;
  align-content: center; }
  #rememberEmail input[type='checkbox'] {
    background-color: inherit;
    width: auto;
    margin-right: .2rem; }

div#loginFull .serverErrors, div#loginFull .serverErrorsReg2Form {
  width: 31rem;
  margin-top: 0;
  padding-top: 0; }

div#loginFull form {
  width: 30rem; }

#loginForm #rememberEmail {
  margin-left: 10.3rem; }

#loginForm .buttonBar .secondaryButton {
  font-size: 1rem; }

#messageBox {
  position: absolute;
  top: 2.4rem;
  left: 0;
  height: calc(100vh -  2.4rem);
  width: 100vw;
  overflow: hidden;
  background-color: transparent;
  z-index: -1000; }
  @media only screen and (max-width: 750px) {
    #messageBox {
      top: 2.63rem;
      height: calc(100vh - 2.63rem); } }
  #messageBox.visible {
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear; }
  #messageBox.hidden {
    background-color: transparent;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear; }

.message {
  word-wrap: break-word;
  z-index: 100;
  display: none;
  position: absolute;
  top: 33%;
  vertical-align: middle;
  width: 33%;
  left: 0;
  right: 0;
  font-size: 1.2rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
  background-color: #fcfcfc;
  border: 0.3rem outset #a7a7a7;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -khtml-border-radius: 1rem;
  border-radius: 1rem;
  box-shadow: 0.5rem 0.5rem 2rem rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 750px) {
    .message {
      width: 80%; } }
  .message ul {
    list-style: none;
    padding: 0; }

.messageError {
  display: block;
  color: #f41921; }

.messageInfo {
  display: block;
  color: #6785c0; }

@media only screen and (max-width: 750px) {
  #headerRightButtons {
    background-color: whitesmoke;
    width: 100vw;
    height: 1.5rem;
    text-align: right;
    right: -100vw;
    top: 2.63rem;
    bottom: unset;
    padding-bottom: .2rem;
    border-bottom: 1px solid #a7a7a7; }
    #headerRightButtons span {
      padding: 0 .1rem; }
    #headerRightButtons button {
      color: #146f13; }
    #headerRightButtons.hidden {
      right: -100vw;
      -webkit-transition: right 0.2s linear;
      -moz-transition: right 0.2s linear;
      transition: right 0.2s linear; }
    #headerRightButtons.visible {
      right: 0;
      -webkit-transition: right 0.2s linear;
      -moz-transition: right 0.2s linear;
      transition: right 0.2s linear; } }

#headerRightButtons button {
  margin-left: 0.3rem; }

#topRightMenuMobile {
  display: none; }

.hamburger {
  display: none;
  position: fixed;
  top: 0.6rem;
  right: 0.6rem;
  stroke: #fcfcfc;
  stroke-width: 3px;
  width: 1.2rem;
  height: 1.5rem; }
  @media only screen and (max-width: 750px) {
    .hamburger {
      display: block; } }

@media only screen and (max-width: 750px) {
  .presenterPage {
    width: auto; } }

.presenterPage #submitter {
  width: 15rem; }

.presenterPage .standardForm {
  width: 45rem;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 750px) {
    .presenterPage .standardForm {
      width: auto; } }

.presenterPage .repeatedSubject {
  width: auto; }
  @media only screen and (max-width: 750px) {
    .presenterPage .repeatedSubject {
      margin: 1rem .2rem;
      padding: .2rem; } }

.presenterPage #presentationForm div.row {
  margin: .7rem 0; }

.presenterPage #presentationForm label {
  width: 10rem; }

.presenterPage #presentationForm h4 {
  margin-bottom: 0rem; }

.presenterPage #presentationForm .errorGroup {
  margin-top: 0; }
  .presenterPage #presentationForm .errorGroup div {
    margin-top: 0; }

.presenterPage #presentationForm .research {
  margin-left: 0; }

.presenterPage #presentationForm .other {
  margin: 0 0 0 2.5rem; }
  @media only screen and (max-width: 750px) {
    .presenterPage #presentationForm .other {
      margin: 0 0 0 .5rem; }
      .presenterPage #presentationForm .other input {
        width: 10rem; } }
  .presenterPage #presentationForm .other .errorGroup {
    margin-left: 0;
    padding-left: 0; }

.presenterPage #presentationForm #title, .presenterPage #presentationForm #keywords {
  width: 30rem; }
  @media only screen and (max-width: 750px) {
    .presenterPage #presentationForm #title, .presenterPage #presentationForm #keywords {
      width: auto; } }

.presenterPage #presentationForm #authors {
  width: 30rem;
  max-width: 30rem;
  height: 3rem; }
  @media only screen and (max-width: 750px) {
    .presenterPage #presentationForm #authors {
      width: 15rem;
      max-width: 15rem; } }

.presenterPage #presentationForm .radios {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding-top: .2rem; }
  .presenterPage #presentationForm .radios span {
    display: inline-flex;
    align-items: center;
    margin-right: .7rem; }
  .presenterPage #presentationForm .radios input {
    margin: 0 .2rem 0 0; }

.presenterPage #presentationForm .checkboxes {
  display: flex;
  align-items: center;
  margin: 0 1rem; }
  @media only screen and (max-width: 750px) {
    .presenterPage #presentationForm .checkboxes {
      margin: 0; } }
  .presenterPage #presentationForm .checkboxes input {
    margin-right: .5rem; }
    @media only screen and (max-width: 750px) {
      .presenterPage #presentationForm .checkboxes input {
        margin-right: 0; } }

.presenterPage #presentationForm .topicSection {
  display: flex; }
  .presenterPage #presentationForm .topicSection label {
    display: inline; }
  .presenterPage #presentationForm .topicSection .commodity {
    width: 35%; }

.presenterPage #presentationForm .fileName {
  width: 20rem; }

.presenterPage #presentationForm .uploadButton {
  margin: 0 .2rem; }

.prevYear h2 {
  margin: 2rem 0 .3rem 0; }

.prevYear .title {
  font-size: 1.2rem;
  color: #0e4f0e; }

.prevYear .documentList {
  position: relative;
  margin-bottom: .5rem; }
  .prevYear .documentList .docCont {
    display: flex;
    margin-bottom: .5rem; }
  .prevYear .documentList .docIndex {
    min-width: 2rem;
    width: 2rem;
    text-align: right; }
  .prevYear .documentList .docBody {
    margin-left: .5rem; }
  .prevYear .documentList .docOtherFiles {
    margin: 0 0 0 1.5rem;
    padding: 0; }
  .prevYear .documentList h2 {
    display: inline-block;
    font-variant: small-caps;
    font-size: 1.4rem;
    color: #777777; }
  .prevYear .documentList h3 {
    display: inline-block;
    margin-left: 1rem;
    font-variant: small-caps;
    font-size: 1.2rem;
    color: #0f3787; }

.previousYearsList {
  z-index: 30;
  background-color: #7395da;
  position: fixed;
  top: 2.4rem;
  opacity: .8;
  height: calc(100vh - 2.4rem);
  width: 10rem;
  right: -10rem;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto; }
  @media print {
    .previousYearsList {
      display: none; } }
  @media only screen and (max-width: 750px) {
    .previousYearsList {
      opacity: .9;
      top: 4.13rem;
      height: calc(100vh - 3.9rem); } }
  .previousYearsList li {
    z-index: 31;
    text-align: center;
    width: 10rem;
    border-bottom: 1px solid #a9a93f;
    cursor: pointer;
    padding: .4rem 0;
    font-size: 1.2rem;
    text-decoration: none;
    transition: color 0.1s, background 0.5s;
    color: #f8f8f8; }
    .previousYearsList li:hover {
      background-color: #fcfcde;
      color: #49491b; }
    @media only screen and (max-width: 750px) {
      .previousYearsList li {
        font-size: 1rem;
        padding: .4rem 0; } }
  .previousYearsList.hidden {
    right: -10rem;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    transition: right .2s linear; }
  .previousYearsList.visible {
    right: 0;
    -webkit-transition: right .2s linear;
    -moz-transition: right .2s linear;
    transition: right .2s linear; }

.profileMenu {
  position: fixed;
  background-color: #146f13;
  top: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  @media only screen and (max-width: 750px) {
    .profileMenu {
      top: 4.13rem; } }
  .profileMenu li {
    letter-spacing: 0;
    text-transform: none;
    text-shadow: none;
    cursor: pointer;
    font-size: 1rem;
    padding: .1rem .5rem;
    color: #77c576;
    font-weight: 100; }
    .profileMenu li:hover {
      background-color: #fcfcde;
      color: #49491b; }
    .profileMenu li.hr {
      cursor: default;
      text-align: center;
      font-size: .8rem;
      font-weight: bold;
      letter-spacing: .3rem;
      color: rgba(255, 255, 255, 0.5);
      text-shadow: 1px 1px 1px #082f08; }
    .profileMenu li.hr:hover {
      background-color: inherit;
      color: rgba(255, 255, 255, 0.5); }
    .profileMenu li:last-child {
      padding-bottom: .5rem; }
  .profileMenu.hidden {
    max-height: 0;
    -webkit-transition: max-height .1s ease-out;
    -moz-transition: max-height .1s ease-out;
    transition: max-height .1s ease-out; }
  .profileMenu.visible {
    max-height: 30rem;
    -webkit-transition: max-height .1s ease-in;
    -moz-transition: max-height .1s ease-in;
    transition: max-height .1s ease-in; }

#regTitle, #regTitle1, #regTitle2, #regTitle3, #regTitle4 {
  width: 30rem;
  position: absolute;
  left: -13rem;
  top: 11rem;
  font-size: 4rem;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5); }
  @media only screen and (max-width: 865px) {
    #regTitle, #regTitle1, #regTitle2, #regTitle3, #regTitle4 {
      display: none;
      width: auto; } }

#regTitle1, #regTitle2, #regTitle3, #regTitle4 {
  width: 10rem;
  top: 22.5rem;
  left: 0;
  font-size: .8rem;
  color: rgba(0, 0, 0, 0.3); }
  #regTitle1.active, #regTitle2.active, #regTitle3.active, #regTitle4.active {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8); }
  #regTitle1.link, #regTitle2.link, #regTitle3.link, #regTitle4.link {
    text-decoration: none;
    color: rgba(28, 158, 27, 0.5);
    cursor: pointer; }
    #regTitle1.link.link:hover, #regTitle2.link.link:hover, #regTitle3.link.link:hover, #regTitle4.link.link:hover {
      color: #1c9e1b; }
  @media only screen and (max-width: 750px) {
    #regTitle1, #regTitle2, #regTitle3, #regTitle4 {
      display: none; } }

#regTitle2 {
  top: 16rem; }

#regTitle3 {
  top: 9rem; }

#regTitle4 {
  top: 2.3rem; }
  #regTitle4.active {
    top: 2.5rem; }

.rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.standardForm input#street1, .standardForm input#street2, .standardForm input#company, .standardForm input#street10, .standardForm input#street20, .standardForm input#company0 {
  width: 25rem; }
  @media only screen and (max-width: 750px) {
    .standardForm input#street1, .standardForm input#street2, .standardForm input#company, .standardForm input#street10, .standardForm input#street20, .standardForm input#company0 {
      width: auto; } }

.standardForm input#zip, .standardForm input#zip0 {
  width: 8rem; }

#passwordForm {
  width: 28rem; }
  @media only screen and (max-width: 750px) {
    #passwordForm {
      width: auto; } }

div.passwordFormServerErrors {
  width: 29rem; }
  @media only screen and (max-width: 750px) {
    div.passwordFormServerErrors {
      width: auto; } }

.optionBox {
  margin: 0 auto 2rem auto;
  width: 26rem;
  text-align: center; }
  @media only screen and (max-width: 750px) {
    .optionBox {
      width: auto; } }
  .optionBox div.standardButton {
    font-size: .9rem; }
  .optionBox h3 {
    display: inline-block;
    margin-right: 1rem; }

#reg1Login, #reg1CreateUser, #regProfileForm {
  width: 20rem; }
  #reg1Login .errorGroup, #reg1CreateUser .errorGroup, #regProfileForm .errorGroup {
    padding-left: 0; }

input#sameAsMailing {
  width: 1rem; }

.reg4FormTitle {
  width: 30rem;
  margin: auto;
  padding-bottom: .5rem; }
  @media only screen and (max-width: 750px) {
    .reg4FormTitle {
      width: auto; } }

#reg4Form {
  width: 28rem; }
  @media only screen and (max-width: 750px) {
    #reg4Form {
      width: auto; } }
  #reg4Form fieldset.confirmation .row, #reg4Form fieldset.total .row {
    width: 95%;
    position: relative; }
    #reg4Form fieldset.confirmation .row .cellRight, #reg4Form fieldset.total .row .cellRight {
      position: absolute;
      right: 0; }
  #reg4Form fieldset.total {
    margin-top: .1rem; }
    #reg4Form fieldset.total .cell {
      font-size: 1.2rem;
      font-weight: 900; }
  #reg4Form fieldset.payment {
    margin-top: 3.2rem;
    margin-bottom: 2rem; }
    #reg4Form fieldset.payment .payType {
      font-weight: 900;
      margin-bottom: 1rem; }
  #reg4Form #submitButton {
    font-size: 1.1rem; }

.serverErrors, .serverErrorsReg2Form, .serverErrorsProfileSize {
  z-index: 5;
  position: relative;
  margin: auto;
  margin-top: 2.2rem;
  margin-bottom: 1rem;
  width: 41rem;
  left: 0;
  right: 0;
  color: #f41921;
  background-color: #fcfcde;
  border: 2px solid #f41921;
  -moz-border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -khtml-border-radius: 1rem;
  border-radius: 1rem;
  padding: 1.5rem; }
  @media only screen and (max-width: 750px) {
    .serverErrors, .serverErrorsReg2Form, .serverErrorsProfileSize {
      width: auto; } }
  .serverErrors div.row, .serverErrorsReg2Form div.row, .serverErrorsProfileSize div.row {
    margin-top: 1rem; }
  .serverErrors h3, .serverErrorsReg2Form h3, .serverErrorsProfileSize h3 {
    margin-left: -1rem;
    margin-top: -3.2rem; }

.serverErrorsProfileSize {
  width: 21rem; }

#reg2Form {
  position: relative; }
  #reg2Form .registrantType {
    display: flex;
    align-items: center;
    height: 2rem; }
    #reg2Form .registrantType input[type="radio"] {
      width: 1.1rem;
      margin: 0 .7rem 0 0; }

.pageDivider {
  width: 41rem; }
  @media only screen and (max-width: 750px) {
    .pageDivider {
      width: auto; } }

.regTitleSection {
  display: block;
  justify-content: center;
  width: 100%;
  margin-top: 2rem; }
  .regTitleSection h1 {
    width: 41rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 750px) {
      .regTitleSection h1 {
        width: auto; } }

.serverErrorsReg2Form {
  width: 37rem;
  margin-top: .3rem;
  padding-top: 0; }
  @media only screen and (max-width: 750px) {
    .serverErrorsReg2Form {
      width: auto; } }

.registrantValid {
  font-size: 2rem;
  line-height: 1rem;
  color: #1c9e1b; }
  .registrantValid.active {
    color: #d2ecd1; }

.registrantInvalid {
  line-height: 1rem;
  font-size: 2rem;
  font-weight: 900;
  color: #f41921; }
  .registrantInvalid.active {
    color: #fba3a6; }

#reg2Form .standardButton {
  position: relative;
  top: 0;
  margin: 0; }

#profileSubmit {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #profileSubmit .standardButton {
    position: unset;
    margin: .5rem; }

#formError {
  color: #f41921; }

#myRegistrations .registrationSection {
  margin-bottom: 2rem; }

#myRegistrations .registrationBanner {
  background-color: #1c9e1b;
  margin-bottom: .3rem;
  font-size: 1.4rem;
  padding: .5rem;
  color: #fcfcfc; }
  @media only screen and (max-width: 750px) {
    #myRegistrations .registrationBanner {
      padding: .1rem;
      font-size: 1.1rem; } }

#myRegistrations .payInstructions, #myRegistrations .payStatus {
  margin-left: 2rem;
  margin-top: 0; }

#myRegistrations .payStatus {
  font-variant: small-caps; }

#myRegistrations .registrant th {
  font-weight: 900; }

#myRegistrations .registrant td {
  padding: .3rem 1rem;
  text-align: center; }
  #myRegistrations .registrant td.leftJustify {
    text-align: left; }

#completeForm .details {
  font-weight: 900;
  margin: .5rem 0 0 1rem; }

#completeForm .paymentDetails {
  margin: .5rem 0 0 1rem; }

#completeForm table {
  margin: 1rem .5rem; }

#completeForm td {
  border-collapse: collapse;
  border: none;
  padding: .3rem .2rem; }

.rootPage {
  position: relative;
  top: 0;
  left: 0;
  margin: -6vh -1rem -1rem -1rem; }
  @media only screen and (max-width: 750px) {
    .rootPage {
      margin: -6vh -.3rem 0 -.3rem; } }
  .rootPage #section2 {
    position: relative;
    left: 0;
    padding-left: .1rem;
    min-height: calc(100vh - 34.7rem);
    background-color: #fcfcfc; }
    @media only screen and (max-width: 750px) {
      .rootPage #section2 {
        padding: .5rem; } }
    @media only screen and (max-width: 750px) and (orientation: portrait) {
      .rootPage #section2 {
        min-height: calc(100% - -21.1rem); } }
    .rootPage #section2 p {
      margin: 2vmin 15vmin 0 2vmin; }
      @media only screen and (max-width: 750px) {
        .rootPage #section2 p {
          margin: .5rem; } }
    .rootPage #section2 #oldLogo {
      width: 6rem;
      float: left;
      margin: .8rem .3rem 0 2vmin; }
      @media (max-width: 700px) {
        .rootPage #section2 #oldLogo {
          width: 3rem;
          margin: .5rem .5rem 0 .5rem; } }
  .rootPage #section1 {
    height: 30rem;
    position: relative;
    width: 100%;
    border-bottom: 0.3rem solid #a7a7a7; }
    @media only screen and (max-width: 750px) and (orientation: portrait) {
      .rootPage #section1 {
        height: 21rem; } }
    @media only screen and (max-width: 750px) and (orientation: landscape) {
      .rootPage #section1 {
        height: 9rem; } }
    .rootPage #section1 #section1-bg-image {
      z-index: -10;
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      background-image: url(/static/images/crop1.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: right center; }
    .rootPage #section1 #section1-text-bg {
      z-index: 1;
      opacity: .7;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #7395da;
      /* Fallback Color */
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#7395da));
      /* Saf4+, Chrome */
      background-image: -webkit-linear-gradient(top, white, #7395da);
      /* Chrome 10+, Saf5.1+, iOS 5+ */
      background-image: -moz-linear-gradient(top, white, #7395da);
      /* FF3.6 */
      background-image: -ms-linear-gradient(top, white, #7395da);
      /* IE10 */
      background-image: -o-linear-gradient(top, white, #7395da);
      /* Opera 11.10+ */
      background-image: linear-gradient(top, white, #7395da);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#7395da');
      width: 30%;
      min-width: 25rem;
      height: 100%;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .rootPage #section1 #section1-text-bg {
          width: 100%;
          min-width: 100%; } }
    .rootPage #section1 #section1-text {
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 30%;
      min-width: 25rem;
      height: 100%;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .rootPage #section1 #section1-text {
          min-width: 100%;
          width: 100%; } }
      @media only screen and (max-width: 750px) and (orientation: landscape) {
        .rootPage #section1 #section1-text {
          text-align: left;
          margin-left: 2rem; } }
      .rootPage #section1 #section1-text #titlePlace {
        position: relative;
        top: 14%;
        color: #0e4f0e;
        font-size: 3rem;
        text-shadow: 1px 1px 0px #d2ecd1;
        -moz-text-shadow: 1px 1px 0px #d2ecd1;
        -webkit-text-shadow: 1px 1px 0px #d2ecd1; }
        @media only screen and (max-width: 750px) and (orientation: portrait) {
          .rootPage #section1 #section1-text #titlePlace {
            margin-top: 1rem;
            font-size: 1.6rem; } }
        @media only screen and (max-width: 750px) and (orientation: landscape) {
          .rootPage #section1 #section1-text #titlePlace {
            font-size: 1.6rem; } }
      .rootPage #section1 #section1-text #titleWhen {
        position: relative;
        top: 14%;
        color: #146f13;
        font-size: 2rem;
        text-shadow: 1px 1px 0px #d2ecd1;
        -moz-text-shadow: 1px 1px 0px #d2ecd1;
        -webkit-text-shadow: 1px 1px 0px #d2ecd1; }
        @media only screen and (max-width: 750px) {
          .rootPage #section1 #section1-text #titleWhen {
            font-size: 1.3rem; } }
      .rootPage #section1 #section1-text #titleMessage, .rootPage #section1 #section1-text #titleMessage2 {
        position: relative;
        top: 14%;
        color: #146f13;
        text-shadow: 1px 1px 0px #d2ecd1;
        -moz-text-shadow: 1px 1px 0px #d2ecd1;
        -webkit-text-shadow: 1px 1px 0px #d2ecd1;
        margin-top: 2rem;
        padding: 0 2rem;
        font-size: 1.3rem; }
        @media only screen and (max-width: 750px) and (orientation: portrait) {
          .rootPage #section1 #section1-text #titleMessage, .rootPage #section1 #section1-text #titleMessage2 {
            margin-top: 1rem;
            padding: 0;
            font-size: 1rem; } }
        @media only screen and (max-width: 750px) and (orientation: landscape) {
          .rootPage #section1 #section1-text #titleMessage, .rootPage #section1 #section1-text #titleMessage2 {
            margin-top: 0;
            padding: 0;
            font-size: 1rem; } }
      .rootPage #section1 #section1-text #titleMessage2 {
        font-weight: bold;
        padding: 0 2rem;
        color: #0e4f0e;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 750px) {
          .rootPage #section1 #section1-text #titleMessage2 {
            display: none; } }
      .rootPage #section1 #section1-text .registerActions {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 15%;
        margin-left: auto;
        margin-right: auto;
        text-align: center; }
        @media only screen and (max-width: 750px) and (orientation: landscape) {
          .rootPage #section1 #section1-text .registerActions {
            bottom: 5%;
            text-align: left; } }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

body {
  position: absolute;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #082f08;
  background-color: #fcfcfc;
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-width: 100vw;
  width: 100vw; }
  @media print {
    body {
      position: inherit;
      background-color: white;
      width: 8.5in;
      height: 11in;
      overflow: hidden; } }

@page {
  margin-top: .75in;
  margin-bottom: -.75in; }

.pageScrolling {
  position: absolute;
  left: 0;
  top: 2.4rem;
  height: calc(100vh - 2.4rem);
  width: 100vw;
  overflow: auto; }
  @media only screen and (max-width: 750px) {
    .pageScrolling {
      top: 2.63rem;
      height: calc(100vh - 2.63rem); } }
  @media print {
    .pageScrolling {
      height: 100%;
      overflow: visible;
      width: 100%; } }

.mainBodySpacer {
  position: relative;
  top: 0;
  left: 0;
  padding: 6vh 1rem 1rem 1rem;
  min-height: calc(100vh - 6vh - 1.1rem - 4.2rem); }
  @media only screen and (max-width: 750px) {
    .mainBodySpacer {
      padding: 6vh .3rem 0 .3rem; } }

.subPage {
  position: relative;
  top: 0;
  left: 0; }
  @media print {
    .subPage {
      overflow: hidden;
      padding: 0; } }

h1 {
  margin: 0;
  color: #146f13;
  font-size: 1.8rem;
  font-weight: 900; }
  @media only screen and (max-width: 750px) {
    h1 {
      color: #082f08;
      font-size: 1rem; } }

h2 {
  color: #777777;
  font-size: 1.4rem;
  margin: 0; }
  @media only screen and (max-width: 750px) {
    h2 {
      color: #0e4f0e;
      font-size: 1rem; } }

h3 {
  color: #777777;
  font-size: 1.2rem;
  margin: 0; }
  @media only screen and (max-width: 750px) {
    h3 {
      color: #146f13;
      font-size: 1rem; } }

button, .standardButton {
  display: inline-block;
  font-size: 1rem;
  background-color: #d0dcf3;
  color: #06173a;
  border: 1px groove rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0.9rem;
  -webkit-border-radius: 0.9rem;
  -khtml-border-radius: 0.9rem;
  border-radius: 0.9rem;
  letter-spacing: 1px;
  margin: 1rem 0 .5rem 0;
  padding: .3rem .7rem;
  text-transform: uppercase; }
  @media only screen and (max-width: 750px) {
    button, .standardButton {
      font-size: .9rem;
      letter-spacing: 0; } }
  button:hover, .standardButton:hover {
    background-color: #154ec1;
    color: #d0dcf3;
    cursor: pointer; }

.primaryButton {
  font-size: 1.5rem;
  background-color: #154ec1;
  color: #d0dcf3; }
  @media only screen and (max-width: 750px) {
    .primaryButton {
      font-size: 1rem; } }
  .primaryButton:hover {
    background-color: #d0dcf3;
    color: #154ec1; }

.secondaryButton {
  text-shadow: 1px 1px 3px #154ec1;
  -moz-text-shadow: 1px 1px 3px #154ec1;
  -webkit-text-shadow: 1px 1px 3px #154ec1;
  display: inline-block;
  padding: .2rem .4rem;
  cursor: pointer;
  color: #06173a;
  background-color: transparent;
  border: none;
  text-transform: none; }
  @media only screen and (max-width: 750px) {
    .secondaryButton {
      font-size: 1rem; } }
  .secondaryButton:hover {
    color: #fafabd;
    text-shadow: 1px 1px 3px #0b2761;
    -moz-text-shadow: 1px 1px 3px #0b2761;
    -webkit-text-shadow: 1px 1px 3px #0b2761;
    background-color: transparent; }

a, .link, .linkInline {
  cursor: pointer;
  text-decoration: underline;
  color: #6785c0; }

.linkInline {
  display: inline-block; }

select {
  height: 1.6rem; }

input {
  height: 1.2rem; }

input, select {
  width: auto;
  font-size: 1rem;
  color: #474747;
  background-color: #fcfcfc; }
  @media only screen and (max-width: 750px) {
    input, select {
      max-width: 80vw; } }

input.ng-dirty.ng-invalid {
  background: #fdd1d3; }

.block {
  display: block; }

.spacer {
  height: 1.5rem; }

.loading {
  display: flex;
  align-items: center;
  justify-content: center; }

.fade.ng-enter {
  -webkit-transition: .4s linear all;
  /* Safari/Chrome */
  -moz-transition: .4s linear all;
  /* Firefox */
  -o-transition: .4s linear all;
  /* Opera */
  transition: .4s linear all;
  /* IE10+ and Future Browsers */
  /* The animation preparation code */
  opacity: 0; }

/*
 Keep in mind that you want to combine both CSS
 classes together to avoid any CSS-specificity
 conflicts
*/
.fade.ng-enter.ng-enter-active {
  /* The animation code itself */
  opacity: 1; }

.previewMode {
  margin: 0 auto;
  font-variant: titling-caps;
  width: 10rem;
  line-height: 2.3rem;
  color: #f2f25a;
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.5);
  font-size: 1.3rem;
  font-weight: 900; }

@media print {
  .hideForPrint {
    display: none; } }
