:root {
  --aka-primary-color: #75adea;
  --aka-primary-color-darken: #4993e3;
  --aka-primary-opposite-color: #ffffff;
  --aka-secondary-color: #414142;
  --aka-secondary-opposite-color: #d7d7d7;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(-360deg);
  }
}
@keyframes stretchup15 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes stretchup15 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes stretchup15 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(1.5);
  }
}
@-moz-keyframes stretchup15 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(1.5);
  }
}
@keyframes stretchup2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@-webkit-keyframes stretchup2 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(2);
  }
}
@-ms-keyframes stretchup2 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(2);
  }
}
@-moz-keyframes stretchup2 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(2);
  }
}
@keyframes stretchup3 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(3);
  }
}
@-webkit-keyframes stretchup3 {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(3);
  }
}
@-ms-keyframes stretchup3 {
  from {
    -ms-transform: scale(1);
  }
  to {
    -ms-transform: scale(3);
  }
}
@-moz-keyframes stretchup3 {
  from {
    -moz-transform: scale(1);
  }
  to {
    -moz-transform: scale(3);
  }
}
@-webkit-keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
@keyframes linear-loading-anim-1 {
  0% {
    border-left: 10px solid #f7f7f7;
    background-color: #f7f7f7;
    border-right: 10px solid #75adea;
  }
  33% {
    border-left: 10px solid #75adea;
    background-color: #f7f7f7;
    border-right: 10px solid #f7f7f7;
  }
  66% {
    border-left: 10px solid #f7f7f7;
    background-color: #75adea;
    border-right: 10px solid #f7f7f7;
  }
}
#secondary-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
#secondary-wrapper h1 {
  font-size: 18pt;
  margin-bottom: 1em;
  border-bottom: 3px solid #EF9300;
  font-family: 'Source Sans Pro', sans-serif;
}
#secondary-wrapper .video-instructions {
  margin: 0 auto;
  width: 560px;
}
#secondary-wrapper div.faq-search-form input.faq-search-input {
  width: 960px;
  font-size: 100%;
  padding: 14px 20px;
  font-style: italic;
  border: 1px solid #BBC3C6;
}
#secondary-wrapper div.faq-search-form input.faq-search-submit {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 140%;
  display: block;
  float: left;
  color: #fff;
  background-color: #EF9300;
  border: 0;
  padding: 11px 30px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#secondary-wrapper ul.faq-question-categories {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
  padding: 0;
}
#secondary-wrapper ul.faq-question-categories > li {
  text-align: center;
  width: 25%;
  padding: 10px 0;
  float: left;
}
#secondary-wrapper ul.faq-question-categories > li > a.question-category {
  font-size: 120%;
  color: #666;
}
#secondary-wrapper ul.faq-question-categories > li.selected-question {
  border-bottom: 2px solid #ccc;
}
#secondary-wrapper ul.faq-question-categories > li.selected-question > a {
  font-size: 140%;
  font-weight: bold;
  color: #333;
}
#secondary-wrapper ul.question-answer-list {
  margin: 20px 0 20px 0;
  padding: 0;
  list-style-type: none;
}
#secondary-wrapper ul.question-answer-list > li {
  display: none;
  margin-bottom: 20px;
  overflow: hidden;
}
#secondary-wrapper ul.question-answer-list > li .question-text {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  color: #000;
}
#secondary-wrapper ul.question-answer-list > li .question-text em.question-market {
  position: absolute;
  left: 0px;
  display: inline-block;
  background: url('/img/faq_icons.png') no-repeat;
  width: 16px;
  height: 17px;
}
#secondary-wrapper ul.question-answer-list > li .question-arrow {
  font-weight: bold;
}
#secondary-wrapper ul.question-answer-list > li .question-arrow em.question-market {
  background-position: 0 -17px;
}
#secondary-wrapper ul.question-answer-list > li .answer-text {
  display: none;
  position: relative;
  margin-top: 10px;
  padding: 18px;
  font-size: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F2F2F2;
}
#secondary-wrapper ul.question-answer-list > li .answer-text a.close-button {
  width: 16px;
  height: 17px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('/img/faq_icons.png') 0 -34px no-repeat;
}
#secondary-wrapper ul.question-answer-list > li .answer-text a.close-button:hover {
  text-decoration: none;
}
