@import url(fonts.css);
a.button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: solid black 1px;
  font-size: 20px;
  padding: 5px 17px;
  color: black; }
  a.button.right {
    float: right; }
  @media screen and (max-width: 640px), screen and (max-height: 730px) {
    a.button {
      font-size: 15px;
      padding: 4px 14px; } }
  @media screen and (max-width: 320px), screen and (max-height: 525px) {
    a.button {
      font-size: 13px;
      padding: 3px 12px; } }

#change-career-button, #change-career-pre-button {
  display: inline-block;
  position: relative;
  margin-top: 20px; }
  #change-career-button.shiftTopRight, #change-career-pre-button.shiftTopRight {
    display: none;
    position: absolute;
    left: 24px;
    bottom: 30px;
    margin-top: auto; }
    @media screen and (max-width: 1000px) {
      #change-career-button.shiftTopRight, #change-career-pre-button.shiftTopRight {
        left: initial;
        bottom: initial;
        top: 10px;
        right: 10px; } }
    @media screen and (max-width: 320px) {
      #change-career-button.shiftTopRight, #change-career-pre-button.shiftTopRight {
        top: 10px;
        right: 6px; } }
  #change-career-button .button, #change-career-pre-button .button {
    padding-left: 38px;
    background: url("../img/nav/button-arrow-left.png") 11px center no-repeat;
    background-size: 12px; }
    #change-career-button .button.rightArrow, #change-career-pre-button .button.rightArrow {
      padding-right: 55px;
      background: url("../img/nav/button-arrow-right.png") right 10px center no-repeat;
      background-size: 12px; }
    @media screen and (max-width: 640px) {
      #change-career-button .button, #change-career-pre-button .button {
        padding-left: 30px;
        background-size: 10px;
        background-position: 9px center;
        font-size: 15px; }
        #change-career-button .button.shiftTopRight, #change-career-pre-button .button.shiftTopRight {
          font-size: 12px; }
        #change-career-button .button.rightArrow, #change-career-pre-button .button.rightArrow {
          background-size: 9px;
          padding-right: 40px; } }
    @media screen and (max-width: 320px) {
      #change-career-button .button, #change-career-pre-button .button {
        padding-left: 26px;
        background-size: 8px;
        background-position: 7px center;
        font-size: 11px; }
        #change-career-button .button.rightArrow, #change-career-pre-button .button.rightArrow {
          background-size: 9px;
          font-size: 15px; } }

#start-button {
  position: absolute;
  margin-top: 40px;
  margin-left: -51px;
  display: inline-block; }
  @media screen and (max-width: 640px) {
    #start-button {
      margin-top: 6px;
      margin-left: -42px; } }
  #start-button .button {
    padding-right: 42px;
    background: url("../img/nav/button-arrow-right.png") 78px center no-repeat;
    background-size: 10px; }
    @media screen and (max-width: 640px) {
      #start-button .button {
        background-position: 69px center;
        background-size: 9px; } }
