html,
body {
  min-height: 100%;
  font-size: 1em;
}
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "lato";
  background: #edf0f5;
  -webkit-transition: background 200ms ease-in;
  -moz-transition: background 200ms ease-in;
  -ms-transition: background 200ms ease-in;
  -o-transition: background 200ms ease-in;
  transition: background 200ms ease-in;
  line-height: inherit;
  height: 100%;
}
@media (min-width: 768px) {
  
}
.bold {
  font-weight: 700;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
  color: inherit;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  line-height: inherit;
}
h2 {
  font-weight: 500;
}
h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
}
h4 {
  font-weight: 300;
  line-height: 1;
  margin: 0;
  padding: 10px 0 10px 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
}
section {
  padding: 50px 0;
}
.row {
  clear: both;
}
.container {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  padding: 0 15px;
}
.welcome-wrapper h1 {
  margin-bottom: 15px;
}
.welcome-wrapper p {
  max-width: 340px;
  margin: 0 auto;
}
#menu .menu {
  height: 100%;
}
#menu .menu .all-apps-link {
  display: block;
  height: 100%;
}
#menu .menu .all-apps-link .all-apps-button {
  display: block;
  position: relative;
  margin: 0;
  background: #3e9da0;
  font-size: inherit;
  padding: 5px 20px;
}
#menu .menu .all-apps-link .all-apps-button:hover {
  color: white;
  background: #327779;
}
#menu .menu .all-apps-link:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
  outline-offset: -4px;
}
#menu .menu .search-link-title {
  margin-left: 10px;
  vertical-align: bottom;
  display: inline-block;
  padding-bottom: 4px;
}
#menu .menu .menu-item .search-link {
  font-size: 1.5em;
}
#menu .menu .menu-item a:hover .menu-link {
  background: #2cb4ff;
  color: white;
}
#menu .menu .menu-item a.active .menu-link {
  background: #3e9da0;
  color: white;
}
#menu .menu .menu-item a:focus .menu-link {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
  outline-offset: -4px;
}
#search-header .menu .menu-item .search-link {
  display: none;
}
#search-header .menu .all-apps-item {
  display: none;
}
.search-wrapper {
  padding-top: 10px;
}
.subject-wrapper {
  margin-top: 40px;
}
.subject-wrapper ul li {
  display: inline-block;
}
.subject-wrapper ul li a {
  width: 9em;
  height: 9em;
  border-radius: 50%;
  padding: 5px;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  border: 1px white solid;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.subject-wrapper ul li a .subject {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  border-radius: 50%;
  box-sizing: border-box;
  display: table;
}
.subject-wrapper ul li a .subject h3 {
  display: table-cell;
  vertical-align: middle;
  text-shadow: inherit;
}
.subject-wrapper ul li a:hover,
.subject-wrapper ul li a.active {
  text-shadow: 5px 5px 7px black;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.subject-wrapper ul li a:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
}
.all-apps-link {
  display: inline-block;
  height: 100%;
}
.all-apps-link .all-apps-button {
  display: block;
  position: relative;
  margin: 0;
  background: #3e9da0;
  font-size: inherit;
}
.all-apps-link .all-apps-button:hover {
  color: white;
  background: #327779;
}
.all-apps-link:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
  outline-offset: 4px;
}
#menu {
  height: 100%;
}
#menu ul.menu {
  height: 100%;
}
#menu ul.menu li {
  height: 100%;
  display: inline-block;
}
#menu ul.menu li .menu-link {
  padding: 0 15px;
}
header .hamburger-wrapper {
  display: none;
}
header .logo-bar {
  float: left;
  width: 20%;
  width: calc(150px);
  height: 100%;
}
header .logo-bar .black-logo {
  display: none;
}
header .menu-bar {
  width: 80%;
  height: 100%;
  float: left;
  width: calc(100% - 150px);
}
header .main-logo-link:focus .main-logo {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
  outline-offset: -4px;
}
header .accessibility-bar {
  width: 100%;
  height: 40px;
  text-align: right;
  background: #edf0f5;
  color: black;
}
header .accessibility-bar .accessibility-button {
  background: none;
  border: none;
  font-size: inherit;
  display: inline-block;
  height: 100%;
  line-height: 1.1em;
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 15px;
  border-radius: 0;
}
header .accessibility-bar .accessibility-button:hover {
  background: #0099ff;
  color: white;
}
header .accessibility-bar .accessibility-button:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
  outline-offset: -4px;
}
header .accessibility-bar .accessibility-button .button-wrapper {
  height: 100%;
}
header .accessibility-bar .accessibility-button .button-wrapper img {
  height: 100%;
  padding: 10px 10px 10px 0px;
  margin-right: 0px;
}
header .accessibility-bar .accessibility-button .button-wrapper i {
  font-size: 30px;
  display: inline;
  vertical-align: middle;
  margin-right: 8px;
  line-height: 40px;
}
header .accessibility-bar .accessibility-button .button-wrapper .text-container {
  display: inline;
  vertical-align: middle;
  height: 100%;
}
header .header-wrapper {
  position: relative;
  height: 50px;
}
@media (max-width: 994px) {
  header .accessibility-bar .accessibility-button {
    width: 50%;
    text-align: center;
    float: left;
  }
  header .logo-bar {
    float: none;
    width: 100%;
  }
  header .logo-bar .main-logo-link .main-logo {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
@media (max-width: 767px) {
  header .accessibility-bar {
    height: 57px;
  }
  header .accessibility-bar .accessibility-button .button-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header .accessibility-bar .accessibility-button .button-wrapper .fa {
    margin-right: 0;
    line-height: 27px;
    display: block !important;
  }
}
#header {
  top: 0;
  height: 90px;
  width: 100%;
  /*background: @primary;*/
  color: #f7f7f7;
  text-align: right;
  position: absolute;
  z-index: 99999999;
}
#header .sidebar {
  position: relative;
  top: 0;
  height: 100%;
}
#header .mainbar {
  height: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  #header {
    position: fixed;
  }
}
.welcome-wrapper {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .menu {
    text-align: left;
    background: #ececec;
  }
}
.menu a {
  text-decoration: none;
  font-weight: 300;
}
.thanks-box {
  background: white;
  padding: 70px 50px;
  border-radius: 21px;
  width: 390px;
  margin: 0 auto;
}
#front {
  color: #f7f7f7;
  text-align: center;
  background: url(/Content/Images/start-image.jpg) center;
  background-size: cover;
  /*background-position: right;
	background-position-x: 100%; 
	background-size:cover;
	transition: height .2s ease-in;*/
  height: 500px;
  height: auto;
  position: relative;
  z-index: 1000;
  box-sizing: content-box;
}
#front a:focus,
#front a:hover {
  color: inherit;
  text-transform: none;
}
#front .hab-logo {
  right: 10px;
  bottom: 10px;
  position: absolute;
  width: 170px;
  height: auto;
}
#front .upcoming-link {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
#front .upcoming-link:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 5px;
}
@media (max-width: 768px) {
  #front .upcoming-link {
    display: none;
  }
}
input.search-bar {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  color: #333333;
}
input.search-bar:focus {
  z-index: 101;
}
button.search-button {
  border-radius: 0 4px 4px 0;
  margin-left: -4px;
  z-index: 100;
  width: 30px;
  overflow: hidden;
  border-right-color: #3e9da0;
  border-top-color: #3e9da0;
  border-bottom-color: #3e9da0;
}
button.search-button i {
  font-size: 24px;
  left: 0;
  top: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
}
button.search-button:hover,
button.search-button:focus {
  color: #b95b5b;
  color: #3e9da0;
}
button.search-button:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
}
.subject-list {
  display: none;
}
.subject-list.active {
  display: block;
}
.subject-list.active .cat {
  -webkit-transition: -webkit-transform 200ms ease;
  -moz-transition: -moz-transform 200ms ease;
  -ms-transition: -ms-transform 200ms ease;
  -o-transition: -o-transform 200ms ease;
  transition: transform 200ms ease;
  -webkit-transition: transform 200ms ease;
  -moz-transition: transform 200ms ease;
  -ms-transition: transform 200ms ease;
  -o-transition: transform 200ms ease;
}
.subject-list.active .cat.animate {
  -webkit-transform: translateY(-500px);
  -moz-transform: translateY(-500px);
  -ms-transform: translateY(-500px);
  -o-transform: translateY(-500px);
  transform: translateY(-500px);
}
.subject-list.active .cat.animate.active {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
#categories {
  text-align: center;
}
#categories .cat-wrapper {
  width: 92%;
  white-space: nowrap;
  padding: 0 4% 20px 4%;
  box-sizing: content-box;
}
@media (min-width: 768px) {
  #categories .cat-wrapper {
    white-space: normal;
  }
}
#categories .cat {
  white-space: normal;
  height: 211px;
  display: inline-block;
  width: 45%;
  max-width: 150px;
  background: #f7f7f7;
  margin: 5px 5px;
  vertical-align: top;
  position: relative;
  z-index: 999;
}
#categories .cat .cat-title-box {
  display: table;
  text-align: center;
  width: 100%;
  height: 61px;
}
#categories .cat .cat-title-box h4 {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
#categories .cat .category-image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
#categories .cat .category-image-wrapper .category-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}
@media (min-width: 768px) {
  #categories a:hover,
  #categories a:focus {
    background: black;
    color: #f7f7f7;
  }
}
#result {
  text-align: center;
  background: #edf0f5;
}
#result .toggle-filter {
  background: #21363a;
  margin-top: -50px;
  padding: 20px 0;
  color: #f7f7f7;
  cursor: pointer;
  transition: all 0.2s ease-in;
}
@media (max-width: 768px) {
  #result .toggle-filter {
    display: none;
  }
}
#result .toggle-filter:hover {
  background: #0099ff;
}
#result .toggle-filter span {
  font-family: fontawesome;
  font-size: 36px;
  vertical-align: middle;
}
#result .select-device {
  width: 100%;
  padding: 0.5em 0 1em 0;
  background: #f4f4f4;
}
#result .select-device h3 {
  text-align: center;
  display: block;
  font-family: "Roboto slab";
}
#result .select-device h4 {
  font-weight: 700;
}
#result .select-device > ul > li {
  display: inline-block;
  text-align: left;
  width: 200px;
}
#result .select-device > ul > li > ul > li {
  padding: 5px;
  display: block;
  border-radius: 3px;
}
#result .select-device > ul > li > ul > li:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  margin-right: 10px;
  background: #f4f4f4;
}
#result .select-device > ul > li > ul > li:hover {
  cursor: pointer;
  background: #0099ff;
  color: #eeeeee;
}
#result .select-device > ul > li > ul > li:hover:before {
  color: #21363a;
}
#result .select-device > ul > li > ul > li.clicked:before {
  content: "✓";
  line-height: 1;
}
@media (max-width: 768px) {
  #result .select-device {
    display: none;
  }
}
#result .item {
  background: #f7f7f7;
  border-radius: 3px;
  box-shadow: 1px 1px 3px #cccccc;
  max-width: 180px;
  padding: 10px;
  width: 40%;
  margin: 5px;
  display: inline-block;
  text-align: left;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  #result .item {
    padding: 0 10px;
  }
  #result .item p {
    margin-top: 5px;
  }
}
#result .item:hover {
  background: #0099ff;
  color: #f7f7f7;
  box-shadow: none;
}
#result img {
  max-width: 100%;
  margin-bottom: 10px;
}
#result h3 {
  font-family: "roboto";
  text-align: left;
  display: inline;
  font-size: 18px;
}
#result p {
  font-size: 18px;
  font-weight: 300;
}
#result .star {
  float: right;
  font-size: 12px;
}
#result .star span {
  font-size: 16px;
}
#result .star:before {
  content: " ";
  font-family: fontawesome;
  width: 10px;
  height: 10px;
  color: #0099ff;
  font-size: 16px;
}
#item {
  background: #edf0f5;
  font-weight: 300;
  line-height: 1.5;
}
#item .icon {
  float: left;
  margin-right: 2em;
  margin-bottom: 2em;
}
#item .details {
  width: 66%;
  float: left;
}
#item .info {
  width: 26%;
  float: right;
  border-radius: 4px;
  border: 2px solid #21363a;
  margin-left: 3%;
  padding: 0 2%;
  margin-top: 18px;
}
#item p {
  padding-bottom: 1em;
}
#item ul {
  list-style: disc outside;
  padding-left: 1em;
}
@media (max-width: 768px) {
  #item .icon,
  #item .details,
  #item .info {
    float: none;
    width: 100%;
  }
  #item .info {
    margin-right: 3%;
    width: 90%;
  }
  #item img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
}
#footer {
  background: #444444;
  padding: 25px;
  color: #f7f7f7;
  width: 100%;
  height: 80px;
}
#footer .hab-logo {
  float: left;
  height: 100%;
  width: auto;
}
#footer .contact-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  #footer {
    height: auto;
    overflow: hidden;
  }
  #footer .hab-logo {
    width: 80%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  #footer .contact-wrapper {
    margin-top: 10px;
    padding-top: 10px;
  }
  #footer .contact-wrapper p {
    padding: 10px;
    margin: 15px 0;
  }
}
.popup {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 10000;
}
.popup.info-box .popup-box {
  width: 750px;
}
.popup .popup-box {
  width: 500px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #f7f7f7;
  padding: 40px 60px;
}
.popup .popup-box .popup-heading {
  text-align: center;
}
.popup .popup-box .popup-heading .popup-logo {
  display: inline;
  width: 70px;
}
.popup .popup-box .popup-heading h1 {
  font-size: 1.7em;
  line-height: 1.5em;
  display: block;
  vertical-align: middle;
}
.popup .popup-box .popup-choices {
  padding-top: 20px;
}
.popup .popup-box .popup-choices table {
  border-radius: 10px;
  width: 100%;
}
.popup .popup-box .popup-choices table tr {
  height: 60px;
}
.popup .popup-box .popup-choices table tr:nth-child(odd) {
  background: #e1e1e1;
}
.popup .popup-box .popup-choices table tr:nth-child(even) {
  background: #e9e9e9;
}
.popup .popup-box .popup-choices table tr td {
  width: 50%;
}
.popup .popup-box .popup-choices table tr td .platform-button {
  display: inline-block;
  text-align: center;
  border: none;
  background: none;
  height: auto;
  padding: 20px;
  line-height: initial;
  position: relative;
  width: 100%;
}
.popup .popup-box .popup-choices table tr td .platform-button i {
  font-size: 32px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.popup .popup-box .popup-choices table tr td .platform-button:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
  outline-offset: -2px;
}
.popup .popup-box .popup-choices table tr td .platform-button .ion-social-apple:hover {
  color: #555555;
}
.popup .popup-box .popup-choices table tr td .platform-button .ion-social-android {
  color: #a4c639;
}
.popup .popup-box .popup-choices table tr td .platform-button .ion-social-android:hover {
  color: #839e2e;
}
.popup .popup-box .popup-choices table tr td .platform-button .ion-social-windows {
  color: #00bcf2;
}
.popup .popup-box .popup-choices table tr td .platform-button .ion-social-windows:hover {
  color: #0094bf;
}
.popup .popup-box .popup-choices table tr td p {
  margin: 0;
}
.single-app {
  padding: 30px;
  padding-top: 90px;
  position: relative;
}
.single-app .app-logo-container {
  background: white;
  padding: 15px;
}
.single-app .app-logo-container .app-logo-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background: white;
}
.single-app .app-logo-container .app-logo-wrapper img.logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.single-app h1,
.single-app h2,
.single-app h4 {
  margin: 0;
}
.single-app h1 {
  margin-bottom: 20px;
}
.single-app .sub-grades {
  margin-right: 0;
  margin-bottom: 5px;
}
.single-app .grade {
  margin-bottom: 10px;
  margin-right: 0;
}
.single-app .grade.sub-grade {
  overflow: hidden;
}
.single-app .grade.sub-grade .sub-grade-name {
  padding-left: 30px;
}
.single-app .grade .fa-star {
  display: inline !important;
  font-size: 21px;
  margin-left: 10px;
  color: #3e9da0;
}
.single-app .grade .rating-bar {
  background: gainsboro;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  height: 12px;
  margin-top: 4px;
  padding: 1px;
  overflow: hidden;
  box-shadow: inset 0 0 2px #bbbbbb;
}
.single-app .grade .rating-bar .rating {
  background: #3e9da0;
  width: 0;
  height: 100%;
  margin: 0px;
  border-radius: 5px;
}
.single-app .grade .rating-number {
  padding: 0;
}
.single-app .description-wrapper {
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.single-app .description-wrapper .grade {
  margin-bottom: 0;
  margin-top: 30px;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-wrapper {
  max-height: 0px;
  margin: 0;
  -webkit-transition: max-height 500ms ease-in;
  -moz-transition: max-height 500ms ease-in;
  -ms-transition: max-height 500ms ease-in;
  -o-transition: max-height 500ms ease-in;
  transition: max-height 500ms ease-in;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-title {
  display: inline-block;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-toggle-button {
  width: 34px;
  height: 28px;
  margin-left: 14px;
  vertical-align: middle;
  margin-bottom: 4px;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-toggle-button .plus-icon {
  top: 6px;
  left: 9px;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment .overlay {
  height: 60px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7);
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7);
  position: absolute;
  bottom: 0;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment.active .advanced-comment-wrapper {
  max-height: 1800px;
}
.single-app .description-wrapper .comment-wrapper .advanced-comment.active .overlay {
  display: none;
}
.single-app .validation-row {
  margin-top: 20px;
}
.single-app .validation-row .validation-info-title {
  margin: 15px 0;
}
.single-app .grade-box {
  padding: 30px;
  border-radius: 5px;
}
.single-app .grade-box .grade-title {
  margin-top: 0;
  margin-bottom: 20px;
}
.single-app .description-row {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.single-app .description-row .assertions {
  display: table;
}
.single-app .description-row .assertions .single-assertion {
  display: table-row;
}
.single-app .description-row .assertions .single-assertion .ion-checkmark-circled {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 9px;
  padding-top: 9px;
}
.single-app .description-row .assertions .single-assertion .ion-checkmark-circled:before {
  color: #0099ff;
  font-size: 1.7em;
  vertical-align: middle;
  margin-right: 10px;
}
.single-app .description-row .assertions .single-assertion p {
  padding-bottom: 9px;
  padding-top: 9px;
  display: table-cell;
  vertical-align: middle;
}
.single-app .description-row .assertion-toggle-button {
  width: 400px;
  height: 60px;
  margin: 20px 0;
  display: block;
  max-width: 100%;
  font-size: 1.05em;
}
.single-app .description-row .assertion-toggle-button .plus-icon {
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
}
.single-app .criteria-row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-app .criteria-row .criteria-tag {
  background: #444444;
  border-radius: 5px;
  display: inline-block;
  color: #f7f7f7;
  padding: 1px 15px;
  margin-right: 7px;
  line-height: 2em;
}
.single-app .app-info-button {
  margin-top: 20px;
  margin-bottom: 0;
}
.download-button {
  margin-top: 10px;
  text-align: left;
  display: block;
  padding: 16px;
  position: relative;
  background: white;
  border-radius: 15px;
  width: 400px;
  max-width: 80%;
}
.download-button span {
  color: #0099ff;
  margin: 0 auto;
  font-size: 40px;
  display: inline-block;
  width: 14%;
  text-align: center;
  margin-right: 1%;
  vertical-align: middle;
}
.download-button p {
  margin: 0;
  display: inline-block;
  width: 84%;
  vertical-align: middle;
}
a:focus .download-button {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 5px;
}
a:hover .download-button,
a:focus .download-button {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
a:hover .download-button span,
a:focus .download-button span {
  color: #2cb4ff;
}
a:hover .download-button p,
a:focus .download-button p {
  font-weight: normal;
}
#about {
  overflow-y: auto;
}
#about .logo-wrapper {
  padding: 50px 0;
}
#about .logo-wrapper .appsok-logo {
  width: 160px;
}
#about .logo-wrapper .hab-logo {
  margin-left: 30px;
  width: 300px;
}
@media (max-width: 994px) {
  #about .logo-wrapper .hab-logo,
  #about .logo-wrapper .appsok-logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
.form-page {
  width: 100%;
  min-height: 100%;
  min-height: calc(100% - 80px);
  padding-top: 130px;
  background: gainsboro;
}
.form-page.long-form {
  height: auto;
  min-height: 100%;
  padding: 120px 0 50px 0;
}
.form-page .form-section {
  height: 100%;
  width: 420px;
  max-width: 90%;
  margin: 0 auto;
  display: table;
}
.form-page .form-section .form-wrapper {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.form-page .form-section .form-wrapper h1,
.form-page .form-section .form-wrapper h2 {
  margin: 0;
  margin-bottom: 10px;
}
.form-page .form-section .form-wrapper input[type=text],
.form-page .form-section .form-wrapper input[type=email],
.form-page .form-section .form-wrapper input[type=password],
.form-page .form-section .form-wrapper textarea {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  max-width: none;
  height: 2.2em;
  text-align: left;
  padding: 0 15px;
}
.form-page .form-section .form-wrapper input[type=text].margin-top,
.form-page .form-section .form-wrapper input[type=email].margin-top,
.form-page .form-section .form-wrapper input[type=password].margin-top,
.form-page .form-section .form-wrapper textarea.margin-top {
  margin-top: 40px;
}
.form-page .form-section .form-wrapper textarea {
  height: 8.8em;
  -webkit-appearance: none;
}
.form-page .form-section .form-wrapper .form-button {
  background: #3e9da0;
  margin: 0;
  margin-bottom: 20px;
  text-transform: none;
}
.form-page .form-section .form-wrapper .error-message {
  color: #b95b5b;
  line-height: 1;
  position: relative;
  top: 10px;
  margin: 0;
}
.form-page .form-section .form-wrapper .register-form button[type=submit] {
  margin-top: 20px;
}
.form-page .form-section .form-wrapper .register-form label {
  margin-left: 5px;
}
.form-page .form-section .form-wrapper .register-form .check-list-title {
  margin-top: 40px;
}
.context-toggle-button {
  border-radius: 0;
}
.upcoming-apps-list {
  max-width: 1080px;
}
.upcoming-apps-list .upcoming-app {
  padding: 10px;
  height: 235px;
  background: #f7f7f7;
  margin-top: 20px;
  border-radius: 5px;
  position: relative;
  padding-bottom: 20px;
}
.upcoming-apps-list .upcoming-app .os-indicator {
  background: #0099ff;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 12px;
  border-radius: 5px 0 0 0px;
}
.upcoming-apps-list .upcoming-app .app-image {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .upcoming-apps-list .upcoming-app {
    height: auto;
  }
  .upcoming-apps-list .upcoming-app .app-image {
    width: 30%;
    max-width: 200px;
    display: inline-block;
  }
  .upcoming-apps-list .upcoming-app .app-title {
    display: inline-block;
    width: 65%;
    padding-left: 10px;
  }
}
#FAQ,
#INFO,
#about,
#upcoming {
  width: 100%;
  height: calc(100% - 80px);
  position: relative;
}
#FAQ .FAQ-toc,
#INFO .FAQ-toc,
#about .FAQ-toc,
#upcoming .FAQ-toc {
  overflow: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 320px;
  padding-top: 90px;
}
#FAQ .FAQ-toc .info-links,
#INFO .FAQ-toc .info-links,
#about .FAQ-toc .info-links,
#upcoming .FAQ-toc .info-links,
#FAQ .FAQ-toc .link-list,
#INFO .FAQ-toc .link-list,
#about .FAQ-toc .link-list,
#upcoming .FAQ-toc .link-list {
  padding: 30px 30px;
}
#FAQ .FAQ-toc .info-links a.active .bar,
#INFO .FAQ-toc .info-links a.active .bar,
#about .FAQ-toc .info-links a.active .bar,
#upcoming .FAQ-toc .info-links a.active .bar,
#FAQ .FAQ-toc .link-list a.active .bar,
#INFO .FAQ-toc .link-list a.active .bar,
#about .FAQ-toc .link-list a.active .bar,
#upcoming .FAQ-toc .link-list a.active .bar,
#FAQ .FAQ-toc .info-links span.active .bar,
#INFO .FAQ-toc .info-links span.active .bar,
#about .FAQ-toc .info-links span.active .bar,
#upcoming .FAQ-toc .info-links span.active .bar,
#FAQ .FAQ-toc .link-list span.active .bar,
#INFO .FAQ-toc .link-list span.active .bar,
#about .FAQ-toc .link-list span.active .bar,
#upcoming .FAQ-toc .link-list span.active .bar {
  display: block;
  position: absolute;
  left: 17px;
  height: 1.2em;
  width: 5px;
  background: #3e9da0;
  z-index: 1000;
}
#FAQ .FAQ-toc .info-links a .bar,
#INFO .FAQ-toc .info-links a .bar,
#about .FAQ-toc .info-links a .bar,
#upcoming .FAQ-toc .info-links a .bar,
#FAQ .FAQ-toc .link-list a .bar,
#INFO .FAQ-toc .link-list a .bar,
#about .FAQ-toc .link-list a .bar,
#upcoming .FAQ-toc .link-list a .bar,
#FAQ .FAQ-toc .info-links span .bar,
#INFO .FAQ-toc .info-links span .bar,
#about .FAQ-toc .info-links span .bar,
#upcoming .FAQ-toc .info-links span .bar,
#FAQ .FAQ-toc .link-list span .bar,
#INFO .FAQ-toc .link-list span .bar,
#about .FAQ-toc .link-list span .bar,
#upcoming .FAQ-toc .link-list span .bar {
  display: none;
}
#FAQ .FAQ-toc .info-links,
#INFO .FAQ-toc .info-links,
#about .FAQ-toc .info-links,
#upcoming .FAQ-toc .info-links {
  padding-top: 50px;
  padding-bottom: 30px;
}
#FAQ .FAQ-toc .info-links span.active .bar,
#INFO .FAQ-toc .info-links span.active .bar,
#about .FAQ-toc .info-links span.active .bar,
#upcoming .FAQ-toc .info-links span.active .bar {
  background: #67497a;
}
#FAQ .FAQ-toc .info-links .single-link,
#INFO .FAQ-toc .info-links .single-link,
#about .FAQ-toc .info-links .single-link,
#upcoming .FAQ-toc .info-links .single-link {
  margin-bottom: 10px;
}
#FAQ .FAQ-toc .info-links .single-link:last-child,
#INFO .FAQ-toc .info-links .single-link:last-child,
#about .FAQ-toc .info-links .single-link:last-child,
#upcoming .FAQ-toc .info-links .single-link:last-child {
  margin-bottom: 0;
}
#FAQ .FAQ-toc hr.info-separator,
#INFO .FAQ-toc hr.info-separator,
#about .FAQ-toc hr.info-separator,
#upcoming .FAQ-toc hr.info-separator {
  border-color: rgba(0, 0, 0, 0.25);
}
#FAQ .FAQ-toc .link-list li,
#INFO .FAQ-toc .link-list li,
#about .FAQ-toc .link-list li,
#upcoming .FAQ-toc .link-list li {
  margin-bottom: 15px;
}
#FAQ .FAQ-toc .link-list li a,
#INFO .FAQ-toc .link-list li a,
#about .FAQ-toc .link-list li a,
#upcoming .FAQ-toc .link-list li a,
#FAQ .FAQ-toc .link-list li span,
#INFO .FAQ-toc .link-list li span,
#about .FAQ-toc .link-list li span,
#upcoming .FAQ-toc .link-list li span {
  line-height: 1.2em;
}
#FAQ .FAQ-toc .link-list li a:focus,
#INFO .FAQ-toc .link-list li a:focus,
#about .FAQ-toc .link-list li a:focus,
#upcoming .FAQ-toc .link-list li a:focus,
#FAQ .FAQ-toc .link-list li span:focus,
#INFO .FAQ-toc .link-list li span:focus,
#about .FAQ-toc .link-list li span:focus,
#upcoming .FAQ-toc .link-list li span:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
}
#FAQ .FAQ-questions,
#INFO .FAQ-questions,
#about .FAQ-questions,
#upcoming .FAQ-questions {
  padding-left: 360px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#FAQ .FAQ-questions .single-question,
#INFO .FAQ-questions .single-question,
#about .FAQ-questions .single-question,
#upcoming .FAQ-questions .single-question {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  #FAQ,
  #INFO,
  #about,
  #upcoming {
    height: auto;
  }
  #FAQ .FAQ-toc,
  #INFO .FAQ-toc,
  #about .FAQ-toc,
  #upcoming .FAQ-toc {
    position: relative;
    width: 100%;
    padding: 0;
    height: auto;
  }
  #FAQ .FAQ-toc .link-list,
  #INFO .FAQ-toc .link-list,
  #about .FAQ-toc .link-list,
  #upcoming .FAQ-toc .link-list {
    padding: 30px;
  }
  #FAQ .FAQ-questions,
  #INFO .FAQ-questions,
  #about .FAQ-questions,
  #upcoming .FAQ-questions {
    padding: 20px;
    height: auto;
  }
}
.single-user {
  margin: 10px 0;
  background: white;
  border: 1px #333333 solid;
  padding: 15px;
  border-radius: 5px;
  position: relative;
}
.single-user .ion-android-person {
  display: inline-block;
  vertical-align: middle;
  width: 37px;
  height: 37px;
  margin-right: 20px;
  font-size: 20px;
  border-radius: 50%;
  background: #ececec;
  position: relative;
}
.single-user .ion-android-person:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #459868;
}
.single-user .user-info {
  display: inline-block;
  vertical-align: middle;
}
.single-user .user-info .email,
.single-user .user-info .name {
  display: block;
}
.single-user .user-info .name {
  font-weight: bold;
  font-size: 1.1em;
}
.single-user .toggle-activity {
  background: #b95b5b;
  color: #f7f7f7;
  position: absolute;
  right: 15px;
  height: calc(100% - 30px);
  top: 15px;
  padding: 5px 15px;
}
.single-user .toggle-activity:after {
  content: "Inaktivera konto";
}
.single-user[data-active="False"] .ion-android-person:before {
  color: #b95b5b;
}
.single-user[data-active="False"] .toggle-activity {
  background: #459868;
}
.single-user[data-active="False"] .toggle-activity:after {
  content: "Aktivera konto";
}
.info-icon {
  cursor: pointer;
  color: #0099ff;
  position: relative;
  margin-left: 10px;
  font-size: 16px;
}
.info-icon .info-box {
  color: #333333;
  position: absolute;
  top: 110%;
  background: gainsboro;
  padding: 20px;
  width: 293px;
  left: -183px;
  border-radius: 15px;
  z-index: 500;
  line-height: 1.3em;
}
.info-icon .info-box p {
  margin-bottom: 0;
}
.recent-apps {
  width: 16em;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
.recent-apps .recent-apps-container {
  background: gainsboro;
  color: #333333;
  width: 100%;
  height: 0;
  padding-bottom: calc(25% + 15px);
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.recent-apps .recent-apps-container a:hover {
  font-weight: normal;
}
.recent-apps .recent-apps-container a:nth-child(2) .single-recent-app {
  z-index: 9;
}
.recent-apps .recent-apps-container a:nth-child(3) .single-recent-app {
  z-index: 8;
}
.recent-apps .recent-apps-container a .single-recent-app.active {
  z-index: 11;
}
.recent-apps .recent-apps-container a:focus .single-recent-app {
  z-index: 12;
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
}
.recent-apps .recent-apps-container .single-recent-app {
  background: gainsboro;
  position: absolute;
  width: calc(100% - 20px);
  text-align: left;
  top: 10px;
  left: 10px;
  z-index: 10;
  padding-bottom: 5px;
}
.recent-apps .recent-apps-container .single-recent-app .app-image-wrapper {
  width: 25%;
  height: 0;
  padding-bottom: 25%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.recent-apps .recent-apps-container .single-recent-app .app-image-wrapper .app-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 2px;
}
.recent-apps .recent-apps-container .single-recent-app .app-title {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 20px;
}
@media (max-width: 994px) {
  
}
.sitemap-section {
  padding-top: 0;
}
.sitemap-section .sitemap-list {
  list-style: initial;
  list-style-type: disc;
  padding: initial;
  margin: initial;
  -webkit-padding-start: 40px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.sitemap-section .sitemap-list li {
  list-style: initial;
  margin-bottom: 15px;
}
.sitemap-section .sitemap-list li a {
  padding: 5px;
  border-radius: 5px;
}
.sitemap-section .sitemap-list li a:hover,
.sitemap-section .sitemap-list li a:focus {
  background: white;
  color: black;
}
.sitemap-section .sitemap-list li a:focus {
  outline-color: white;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
}
.sitemap-section .sitemap-list.sitemap-tier-1 {
  margin-top: 20px;
}
a:hover,
a:focus {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.josefin {
  font-family: josefin, helvetica, sans-serif;
}
.lato {
  font-family: lato, helvetica, sans-serif;
}
.vertical-align-outer {
  height: 100%;
  width: 100%;
  display: table;
}
.vertical-align-outer .vertical-align-inner {
  vertical-align: middle;
  display: table-cell;
}
.text-left {
  text-align: left;
}
.new-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.new-vertical-align .new-vertical-inner {
  display: inline-block;
  vertical-align: middle;
}
.inline {
  display: inline;
}
.header-padding {
  padding-top: 90px;
}
input[type=text],
input[type=email],
[type=search],
input[type=password],
button,
input[type=button],
.btn,
textarea {
  border: 1px solid #d0d0d0;
  position: relative;
  background: #f7f7f7;
  padding: 5px;
  border-radius: 4px;
  font-size: 17px;
  -webkit-appearance: none;
  height: 32px;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 1.7em;
  z-index: 50;
}
input[type=text].search-bar,
input[type=email].search-bar,
[type=search].search-bar,
input[type=password].search-bar,
button.search-bar,
input[type=button].search-bar,
.btn.search-bar,
textarea.search-bar {
  border-radius: 4px 0 0 4px;
}
input[type=text][type='submit'],
input[type=email][type='submit'],
[type=search][type='submit'],
input[type=password][type='submit'],
button[type='submit'],
input[type=button][type='submit'],
.btn[type='submit'],
textarea[type='submit'] {
  background: #0099ff;
  text-transform: uppercase;
  margin-left: -4px;
  cursor: pointer;
  color: #f7f7f7;
  transition: all 0.2s ease;
  z-index: 55;
}
input[type=text][type='submit']:hover,
input[type=email][type='submit']:hover,
[type=search][type='submit']:hover,
input[type=password][type='submit']:hover,
button[type='submit']:hover,
input[type=button][type='submit']:hover,
.btn[type='submit']:hover,
textarea[type='submit']:hover {
  background: #2cb4ff;
}
input[type=text][type='text'],
input[type=email][type='text'],
[type=search][type='text'],
input[type=password][type='text'],
button[type='text'],
input[type=button][type='text'],
.btn[type='text'],
textarea[type='text'],
input[type=text][type='search'],
input[type=email][type='search'],
[type=search][type='search'],
input[type=password][type='search'],
button[type='search'],
input[type=button][type='search'],
.btn[type='search'],
textarea[type='search'] {
  font-weight: 300;
  text-align: center;
  width: 400px;
  max-width: 65%;
}
input[type=text][type='text']:focus,
input[type=email][type='text']:focus,
[type=search][type='text']:focus,
input[type=password][type='text']:focus,
button[type='text']:focus,
input[type=button][type='text']:focus,
.btn[type='text']:focus,
textarea[type='text']:focus,
input[type=text][type='search']:focus,
input[type=email][type='search']:focus,
[type=search][type='search']:focus,
input[type=password][type='search']:focus,
button[type='search']:focus,
input[type=button][type='search']:focus,
.btn[type='search']:focus,
textarea[type='search']:focus {
  box-shadow: inset 0 0 3px #cccccc;
}
input[type=text] ::-webkit-input-placeholder,
input[type=email] ::-webkit-input-placeholder,
[type=search] ::-webkit-input-placeholder,
input[type=password] ::-webkit-input-placeholder,
button ::-webkit-input-placeholder,
input[type=button] ::-webkit-input-placeholder,
.btn ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder {
  color: #eeeeee;
}
input[type=text] :-moz-placeholder,
input[type=email] :-moz-placeholder,
[type=search] :-moz-placeholder,
input[type=password] :-moz-placeholder,
button :-moz-placeholder,
input[type=button] :-moz-placeholder,
.btn :-moz-placeholder,
textarea :-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
input[type=text] ::-moz-placeholder,
input[type=email] ::-moz-placeholder,
[type=search] ::-moz-placeholder,
input[type=password] ::-moz-placeholder,
button ::-moz-placeholder,
input[type=button] ::-moz-placeholder,
.btn ::-moz-placeholder,
textarea ::-moz-placeholder {
  color: #eeeeee;
  opacity: 1;
}
input[type=text] :-ms-input-placeholder,
input[type=email] :-ms-input-placeholder,
[type=search] :-ms-input-placeholder,
input[type=password] :-ms-input-placeholder,
button :-ms-input-placeholder,
input[type=button] :-ms-input-placeholder,
.btn :-ms-input-placeholder,
textarea :-ms-input-placeholder {
  color: #eeeeee;
}
[aria-hidden=true] {
  display: none !important;
}
[aria-hidden=true].show-anyway {
  display: block !important;
}
[aria-hidden=true].show-anyway-inline-block {
  display: inline-block !important;
}
.btn {
  -webkit-appearance: none;
  border: none;
  padding: 6px 20px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0;
}
.btn.btn-call-to-action {
  background-color: #0099ff;
  color: white;
}
.btn.btn-call-to-action:hover,
.btn.btn-call-to-action:focus {
  background-color: #2cb4ff;
}
.btn.btn-dark {
  background-color: #444444;
  color: white;
}
.btn.btn-dark:hover,
.btn.btn-dark:focus {
  background-color: #333333;
}
.btn .external-icon {
  margin-left: 10px;
  font-size: 1.2em;
}
.container {
  width: 960px;
}
.drop-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
}
.right-shadow {
  -webkit-box-shadow: 1px 0px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 0px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px 0px 2px 0 rgba(0, 0, 0, 0.25);
}
.left-shadow {
  -webkit-box-shadow: -1px 0px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 0px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: -1px 0px 2px 0 rgba(0, 0, 0, 0.25);
}
.no-margin-top {
  margin-top: 0;
}
.no-margin-bottom {
  margin-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.full-width {
  width: 100%;
}
.full-height {
  min-height: 100%;
}
.text-shadow {
  text-shadow: 0px 0px 40px black;
}
.text-extra-large {
  font-size: 2.7em;
}
.text-large {
  font-size: 1.7em;
}
.text-medium-large {
  font-size: 1.07em;
}
.text-medium {
  font-size: 0.95em;
}
.text-small {
  font-size: 0.85em;
}
.text-extra-small {
  font-size: 1em;
}
.caps {
  text-transform: uppercase;
}
.text-white {
  color: #f7f7f7;
}
.text-dark {
  color: #333333;
}
.color-1 {
  background: #459868;
}
.color-1 .marked {
  color: #459868;
}
.color-2 {
  background: #b95b5b;
}
.color-2 .marked {
  color: #b95b5b;
}
.color-3 {
  background: #4c3549;
}
.color-3 .marked {
  color: #4c3549;
}
.color-4 {
  background: #3e9da0;
}
.color-4 .marked {
  color: #3e9da0;
}
.color-5 {
  background: #67497a;
}
.color-5 .marked {
  color: #67497a;
}
.color-6 {
  background: #6182b7;
}
.color-6 .marked {
  color: #6182b7;
}
.color-7 {
  background: #4bd8d4;
}
.color-7 .marked {
  color: #4bd8d4;
}
.bg-white {
  background-color: #f7f7f7;
}
.bg-medium-white {
  background-color: #f6f6f6;
}
.bg-dark-white {
  background-color: #ececec;
}
.bg-light-grey {
  background-color: #e1e1e1;
}
.bg-extra-light-grey {
  background-color: #e9e9e9;
}
span.context {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.info-for-screen-readers {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.plus-icon {
  position: absolute;
  right: 15px;
  top: 31px;
  width: 14px;
  height: 14px;
}
.plus-icon .line {
  position: absolute;
  border-radius: 3px;
  background: black;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 400ms -webkit-transform ease-out;
  transition: 400ms transform ease-out;
}
.plus-icon .line.horizontal {
  top: calc(50% - 1px);
  left: 0px;
  right: 0px;
  height: 2px;
}
.plus-icon .line.vertical {
  top: 0px;
  left: calc(50% - 1px);
  bottom: 0px;
  width: 2px;
}
.active > .advanced-comment-toggle-button > .plus-icon,
.active .subject-links-wrapper {
  cursor: pointer;
}
.active > .advanced-comment-toggle-button > .plus-icon .vertical,
.active .subject-links-wrapper .vertical {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
[aria-expanded="true"] > .plus-icon,
.active .subject-links-wrapper {
  cursor: pointer;
}
[aria-expanded="true"] > .plus-icon .vertical,
.active .subject-links-wrapper .vertical {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.close-icon {
  position: relative;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.close-icon.circled {
  border-radius: 50%;
  background: white;
}
.close-icon .line {
  position: absolute;
  top: 45%;
  left: 3px;
  height: 2px;
  width: 14px;
  display: block;
  background: #444444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-icon .line:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.main-logo {
  height: 100%;
  padding: 10px;
  float: left;
}
#search-header {
  height: 90px;
  z-index: 5000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#search-header .sidebar {
  position: relative;
  top: 0;
  height: 100%;
}
#search-header .mainbar {
  left: 0;
  top: 0;
  height: 100%;
}
#search-header .search-container {
  width: 435px;
}
#search-header .search-container .search-wrapper {
  padding: 0;
}
#search-header .search-container .search-wrapper input {
  width: 400px;
  max-width: 100%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #3e9da0;
}
@media screen and (max-width: 994px) {
  #search-header .search-container {
    width: 100%;
  }
  #search-header .search-container .search-wrapper {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #dadce1;
  }
  #search-header .search-container .search-wrapper input {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 767px) {
  #search-header .search-container .search-wrapper {
    padding: 10px 15px;
  }
}
#search-header .menu-container {
  height: 100%;
}
.sidebar {
  height: 100%;
  height: calc(100% - 50px);
}
.sidebar,
.mainbar {
  float: left;
}
.sidebar {
  top: 90px;
  width: 15%;
  width: calc(300px - 0px);
  z-index: 4100;
  position: fixed;
  left: 0;
  overflow: auto;
}
.mainbar {
  width: 85%;
  width: calc(100% - 300px);
  position: relative;
  left: 300px;
  z-index: 4500;
  top: 0;
}
.mainbar.has-sidebar-right {
  display: block;
  height: 100%;
  overflow-y: hidden;
}
.mainbar.has-sidebar-right .results-wrapper {
  display: block;
  vertical-align: top;
  float: left;
  width: calc(100% - 300px);
  height: 100%;
  overflow: auto;
  position: relative;
}
.mainbar.has-sidebar-right .results-wrapper .print-button {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}
.mainbar.has-sidebar-right .sidebar-right {
  vertical-align: top;
  display: block;
  float: left;
  position: relative;
  right: 0px;
  width: 15%;
  width: calc(300px);
  height: 100%;
  overflow: auto;
  top: 0px;
  padding-bottom: 20px;
}
.results {
  text-transform: uppercase;
  color: #617ba2;
  font-weight: bold;
  margin: 0;
  margin-top: 10px;
}
.filter-bar {
  padding: 0 20px;
  position: relative;
  padding-top: 10px;
}
.filter-bar .accessibility-selector {
  margin-left: 5px;
}
.filter-bar .filter-drop-down {
  background: none;
  border: none;
  width: auto;
  display: inline-block;
  margin-right: 20px;
  background: #617ba2;
  color: white;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 5px 20px;
  box-shadow: inset 3px 0px 3px -3px rgba(0, 0, 0, 0.3), inset -3px 0px 3px -3px rgba(0, 0, 0, 0.3), inset 3px 3px 3px -3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.filter-bar .filter-drop-down i {
  top: -3px;
  position: relative;
}
.filter-bar .filter-drop-down i:before {
  vertical-align: bottom;
  padding-left: 5px;
}
.filter-bar .filter-drop-down:hover {
  box-shadow: none;
  background: #4d6383;
}
.filter-bar .active-filters .filter-tag,
.filter-bar .active-filters .clear-filter,
.filter-bar .active-filters .platform-tag,
.filter-bar .active-filters .category-tag,
.filter-bar .active-filters .query-tag {
  line-height: 1em;
  padding: 7px 13px;
  display: inline;
  height: auto;
  border-radius: 30px;
  border: 1px #444444 solid;
  position: relative;
  padding-right: 1.8em;
  margin-right: 14px;
  margin-bottom: 10px;
  font-size: 17px;
}
.filter-bar .active-filters .filter-tag .close-icon,
.filter-bar .active-filters .clear-filter .close-icon,
.filter-bar .active-filters .platform-tag .close-icon,
.filter-bar .active-filters .category-tag .close-icon,
.filter-bar .active-filters .query-tag .close-icon {
  position: absolute;
  top: 0px;
  right: 4px;
  margin-top: 5px;
}
.filter-bar .active-filters .filter-tag:focus,
.filter-bar .active-filters .clear-filter:focus,
.filter-bar .active-filters .platform-tag:focus,
.filter-bar .active-filters .category-tag:focus,
.filter-bar .active-filters .query-tag:focus {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
}
.filter-bar .active-filters .platform-tag,
.filter-bar .active-filters .query-tag {
  padding: 7px 13px;
  background: #0099ff;
  color: #f7f7f7;
  vertical-align: middle;
  display: inline-block;
}
.filter-bar .active-filters .query-tag {
  padding-right: 1.8em;
  background: #0099ff;
}
.filter-bar .active-filters .category-tag {
  color: #f7f7f7;
}
.filter-bar .active-filters .category-tag[aria-hidden="true"] + .clear-filter:nth-child(4) {
  display: none;
}
.filter-bar .active-filters .filter-tag {
  background: #444444;
  color: #f7f7f7;
}
.filter-bar .active-filters .clear-filter {
  color: #444444;
}
.flash {
  -moz-animation: flash 0.3s ease-out;
  -moz-animation-iteration-count: 2;
  -webkit-animation: flash 0.3s ease-out;
  -webkit-animation-iteration-count: 2;
  -ms-animation: flash 0.3 ease-out;
  -ms-animation-iteration-count: 2;
  animation: flash 0.3s ease-out;
  animation-iteration-count: 2;
}
@-webkit-keyframes flash {
  0% {
    background-color: #617ba2;
  }
  50% {
    background-color: #0099ff;
  }
  100% {
    background-color: #617ba2;
  }
}
@-moz-keyframes flash {
  0% {
    background-color: #617ba2;
  }
  50% {
    background-color: #0099ff;
  }
  100% {
    background-color: #617ba2;
  }
}
@-ms-keyframes flash {
  0% {
    background-color: #617ba2;
  }
  50% {
    background-color: #0099ff;
  }
  100% {
    background-color: #617ba2;
  }
}
@keyframes flash {
  0% {
    background-color: #617ba2;
  }
  50% {
    background-color: #0099ff;
  }
  100% {
    background-color: #617ba2;
  }
}
#filter-form {
  height: 100%;
  padding-top: 90px;
}
.mega-menu {
  width: 100%;
  background: white;
  display: none;
  border-left: 1px solid #d0d0d0;
}
.mega-menu .filter-header {
  line-height: 45px;
  margin: 0;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 18px;
}
.mega-menu.active {
  display: block;
}
.mega-menu .context-group {
  padding: 0;
  border-bottom: 1px solid #d0d0d0;
}
.mega-menu .context-group .context-toggle-button:focus h3 {
  outline-color: black;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 8px;
}
.mega-menu .context-group .context-group-container {
  padding-bottom: 20px;
  padding-top: 10px;
  overflow: hidden;
}
.mega-menu .context-group .context-group-container .context-input {
  padding: 0 20px;
  clear: both;
  padding-right: 5px;
}
.mega-menu .context-group .context-group-container .context-input input {
  display: block;
  float: left;
  width: 12px;
  height: 12px;
}
.mega-menu .context-group .context-group-container .context-input input:focus + label,
.mega-menu .context-group .context-group-container .context-input input:hover + label,
.mega-menu .context-group .context-group-container .context-input input:checked + label {
  font-weight: bold;
}
.mega-menu .context-group .context-group-container .context-input input:focus + label {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 3px;
}
.mega-menu .context-group .context-group-container .context-input label {
  display: block;
  float: left;
  margin-left: 10px;
  margin-bottom: 8px;
  max-width: calc(60%);
  letter-spacing: 0.02em;
  font-weight: 300;
  padding: 3px 3px;
  border-radius: 5px;
}
.mega-menu .context-group button {
  width: 100%;
  background: none;
  border: none;
  -webkit-appearance: none;
  text-align: left;
  padding: 30px 18px;
  height: auto;
}
.mega-menu .context-group button h3 {
  font-weight: 600;
  margin: 0;
  line-height: 1em;
}
.mega-menu .context-group button:focus,
.mega-menu .context-group button:hover {
  background: #0099ff;
  color: white;
}
.mega-menu .context-group button:focus .plus-icon .line,
.mega-menu .context-group button:hover .plus-icon .line {
  background: white;
}
.mega-menu .mega-alert-result {
  background-color: #617ba2;
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  color: white;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  font-size: 1.5em;
  vertical-align: middle;
}
.mega-menu .mega-alert-result button {
  border: none;
  background: none;
  height: 100%;
  display: inline;
}
.mega-menu .mega-alert-result i {
  font-size: 36px;
  vertical-align: middle;
}
.no-js .filter-bar .mega-menu {
  display: block;
}
.active-filters {
  min-height: 40px;
  padding-top: 10px;
}
.subject-bar {
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 40px;
  min-height: 100%;
}
.subject-bar .subject-link:focus .subject {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 5px;
}
.subject-bar .subject-link:focus h3.subject {
  outline-color: white;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px 0;
}
.subject-bar .category-heading-wrapper {
  padding: 15px;
}
.subject-bar .category-heading-wrapper .category-heading {
  font-family: "lato";
  margin: 0;
}
.subject-bar ul.subject-container li.single-subject {
  position: relative;
  overflow: hidden;
}
.subject-bar ul.subject-container li.single-subject .subject-links-wrapper {
  overflow: hidden;
}
.subject-bar ul.subject-container li.single-subject .subject-links-wrapper h3 {
  margin: 0;
  margin: 17px 5px;
  display: block;
  float: left;
  line-height: 1.5em;
}
.subject-bar ul.subject-container li.single-subject .subject-links-wrapper i {
  float: left;
  font-size: 27px;
  line-height: 1em;
  padding: 12px;
  display: block;
}
.subject-bar ul.subject-container li.single-subject .subject-links-wrapper i:last-child {
  float: right;
  font-size: 20px;
  line-height: 29px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  -moz-transition: -moz-transform 200ms ease-in-out;
  -ms-transition: -ms-transform 200ms ease-in-out;
  -o-transition: -o-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  -webkit-transition: transform 200ms ease-in-out;
  -moz-transition: transform 200ms ease-in-out;
  -ms-transition: transform 200ms ease-in-out;
  -o-transition: transform 200ms ease-in-out;
}
.subject-bar ul.subject-container li.single-subject .subject-links-wrapper .plus-icon {
  top: 21px;
}
.subject-bar ul.subject-container li.single-subject .subject-links-wrapper .plus-icon .line {
  background: white;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container {
  overflow: hidden;
  display: none;
  width: 100%;
  -webkit-transition: max-height 300ms ease-out;
  -moz-transition: max-height 300ms ease-out;
  -ms-transition: max-height 300ms ease-out;
  -o-transition: max-height 300ms ease-out;
  transition: max-height 300ms ease-out;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .marked {
  font-size: 19px;
  position: absolute;
  left: 20px;
  top: 13px;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .active > a > .marked {
  opacity: 1;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .single-sub-subject {
  position: relative;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .single-sub-subject > a > .marked {
  right: 14px;
  left: auto;
  font-size: 15px;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .single-sub-subject .sub-sub-subject-container {
  overflow: hidden;
  display: none;
  width: 100%;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .single-sub-subject.active .sub-subject-links-wrapper {
  color: black;
  font-weight: bold;
}
.subject-bar ul.subject-container li.single-subject .sub-subject-container .single-sub-subject.active .sub-sub-subject-container {
  display: block;
}
.subject-bar ul.subject-container li.single-subject.active .subject-links-wrapper i:last-child {
  -webkit-transform: rotate3d(1, 0, 0, 180deg);
  -moz-transform: rotate3d(1, 0, 0, 180deg);
  -ms-transform: rotate3d(1, 0, 0, 180deg);
  -o-transform: rotate3d(1, 0, 0, 180deg);
  transform: rotate3d(1, 0, 0, 180deg);
}
.subject-bar ul.subject-container li.single-subject.active .sub-subject-container {
  display: block;
}
.sub-sub-subject-container .single-sub-sub-subject {
  position: relative;
}
.sub-sub-subject-container .single-sub-sub-subject.active .sub-sub-subject-links-wrapper {
  color: black;
  font-weight: bold;
}
.sub-subject-links-wrapper,
.sub-sub-subject-links-wrapper {
  padding: 15px 20px;
  box-sizing: border-box;
}
.sub-subject-links-wrapper.sub-sub-subject-links-wrapper,
.sub-sub-subject-links-wrapper.sub-sub-subject-links-wrapper {
  padding-left: 50px;
  background: #f7f7f7;
  border-bottom: 1px solid #ececec;
}
.sorting {
  margin-top: 20px;
  padding: 15px;
}
.sorting .single-sorting-option input {
  width: 12px;
  height: 12px;
}
.sorting .single-sorting-option label {
  padding-left: 10px;
  max-width: calc(100% - 16px);
  letter-spacing: 0.02em;
  font-weight: 300;
}
.results-heading {
  margin: 0;
  padding: 15px 20px;
  padding-bottom: 0px;
}
.search-results {
  padding: 20px;
  min-height: 300px;
}
.search-results .no-results {
  margin-left: 20px;
}
.search-results .single-app-brief {
  width: 200px;
  padding-bottom: 30px;
}
.search-results .single-app-brief a .app-brief-backplate {
  height: 250px;
  padding: 5px 5px 15px 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.search-results .single-app-brief a .app-brief-backplate .image-wrapper img {
  width: 100%;
}
.search-results .single-app-brief a .app-brief-backplate .name,
.search-results .single-app-brief a .app-brief-backplate .rating {
  padding-left: 10px;
  padding-right: 10px;
}
.search-results .single-app-brief a .app-brief-backplate .name p {
  margin-top: 20px;
  margin-bottom: 0;
  min-height: 44px;
  font-weight: 500;
}
.search-results .single-app-brief a .app-brief-backplate .rating {
  font-size: 17px;
  text-align: center;
}
.search-results .single-app-brief a .app-brief-backplate .rating i {
  color: #ececec;
}
.search-results .single-app-brief a .app-brief-backplate .rating i.active {
  color: #f0be5b;
}
.search-results .single-app-brief a .app-brief-backplate .overflow-fade {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
  height: 30px;
  background: -moz-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7);
  background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.4), #f7f7f7);
}
.search-results .single-app-brief a:hover,
.search-results .single-app-brief a:focus {
  color: inherit;
  text-decoration: none;
}
.search-results .single-app-brief a:hover .app-brief-backplate,
.search-results .single-app-brief a:focus .app-brief-backplate {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -ms-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -webkit-box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.25);
}
.search-results .single-app-brief a:focus .app-brief-backplate {
  outline-color: #0099ff;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 1px;
}
.search-results .single-app-brief a .app-brief-footer .accessability-list {
  padding: 5px 10px;
}
.search-results .single-app-brief a .app-brief-footer .accessability-list li {
  width: 20%;
  display: block;
  float: left;
  text-align: center;
  font-size: 22px;
}
.search-results .single-app-brief a .app-brief-footer .accessability-list li i {
  color: #ececec;
}
.search-results .single-app-brief a .app-brief-footer .accessability-list li i.active {
  color: black;
}
body.high-contrast img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
body.high-contrast button.search-button {
  background: black;
}
body.high-contrast button.search-button:hover {
  background: white;
}
body.high-contrast .all-apps-link:hover .all-apps-button {
  background: black;
}
body.high-contrast .all-apps-linkfocus {
  outline-color: white;
}
body.high-contrast .form-page .form-section .form-wrapper .form-button {
  background: white;
}
body.high-contrast .form-page .form-section .form-wrapper .form-button:hover {
  background: #4c3549;
  color: white;
}
body.high-contrast .form-page .form-section .form-wrapper .form-button:focus {
  outline-color: white;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
}
body.high-contrast.dark-contrast {
  background: #222222;
}
body.high-contrast #FAQ .bg-white,
body.high-contrast #INFO .bg-white,
body.high-contrast #about .bg-white,
body.high-contrast #upcoming .bg-white {
  background: black;
}
body.high-contrast #FAQ .FAQ-toc,
body.high-contrast #INFO .FAQ-toc,
body.high-contrast #about .FAQ-toc,
body.high-contrast #upcoming .FAQ-toc {
  background: #333333;
  color: white;
}
body.high-contrast #FAQ .FAQ-questions,
body.high-contrast #INFO .FAQ-questions,
body.high-contrast #about .FAQ-questions,
body.high-contrast #upcoming .FAQ-questions {
  background: black;
  color: white;
}
body.high-contrast #FAQ .upcoming-apps-list .upcoming-app .app-title,
body.high-contrast #INFO .upcoming-apps-list .upcoming-app .app-title,
body.high-contrast #about .upcoming-apps-list .upcoming-app .app-title,
body.high-contrast #upcoming .upcoming-apps-list .upcoming-app .app-title {
  color: black;
}
body.high-contrast #filter-form .mainbar {
  background: #222222;
}
body.high-contrast #filter-form .sidebar-right {
  background: black;
  color: white;
}
body.high-contrast #filter-form .subject-bar {
  background: black;
}
body.high-contrast #about .bg-extra-light-grey {
  background: black;
}
body.high-contrast #about .text-dark {
  color: white;
}
body.high-contrast #about .logo-wrapper img {
  background: white;
  padding: 10px;
  border-radius: 10px;
}
body.high-contrast .btn {
  background: white;
  color: black;
}
body.high-contrast .btn:hover {
  background: white;
}
body.high-contrast .form-page {
  background: black;
  color: white;
}
body.high-contrast .form-page input,
body.high-contrast .form-page textarea {
  color: black;
}
body.high-contrast .single-app.text-dark {
  color: white;
}
body.high-contrast .single-app.bg-extra-light-grey {
  background: black;
}
body.high-contrast .single-app .bg-white {
  background: #222222;
}
body.high-contrast .single-app .rating-bar {
  background: white;
}
body.high-contrast .single-app .rating-bar .rating {
  background: black;
}
body.high-contrast .single-app .assertion-toggle-button {
  color: black;
}
body.high-contrast .single-app .assertion-toggle-button:focus {
  outline-color: white;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
}
body.high-contrast .single-app .single-assertion .ion-checkmark-circled:before {
  background: white;
  border-radius: 50%;
  line-height: 0.8em;
}
body.high-contrast .single-app .description-row .download-button {
  color: black;
}
body.high-contrast .single-app .description-row a:focus .download-button {
  outline-color: white;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
}
body.high-contrast .single-app .app-info-button:focus {
  outline-color: white;
  outline-width: 3px;
  outline-style: dashed;
  outline-offset: 4px;
  background: white;
}
body.high-contrast #header .accessibility-bar,
body.high-contrast #search-header .accessibility-bar {
  background: black;
  color: white;
}
body.high-contrast #header .accessibility-bar .accessibility-button#contrast-toggle,
body.high-contrast #search-header .accessibility-bar .accessibility-button#contrast-toggle {
  background: #4c3549;
  color: white;
}
body.high-contrast #header .accessibility-bar .accessibility-button.active,
body.high-contrast #search-header .accessibility-bar .accessibility-button.active {
  background: #4c3549;
  color: white;
}
body.high-contrast #header .accessibility-bar .accessibility-button:hover,
body.high-contrast #search-header .accessibility-bar .accessibility-button:hover {
  background: white;
  color: black;
}
body.high-contrast #header .accessibility-bar .accessibility-button:focus,
body.high-contrast #search-header .accessibility-bar .accessibility-button:focus {
  outline-color: white;
}
body.high-contrast #header .header-wrapper,
body.high-contrast #search-header .header-wrapper {
  background: black;
}
body.high-contrast #header .header-wrapper .extrabar,
body.high-contrast #search-header .header-wrapper .extrabar {
  color: white;
}
body.high-contrast #header .header-wrapper .main-logo,
body.high-contrast #search-header .header-wrapper .main-logo {
  border-radius: 10px;
}
body.high-contrast #header .header-wrapper .main-logo.black-logo,
body.high-contrast #search-header .header-wrapper .main-logo.black-logo {
  display: none;
}
body.high-contrast #header .header-wrapper .main-logo.white-logo,
body.high-contrast #search-header .header-wrapper .main-logo.white-logo {
  display: inline-block;
}
body.high-contrast #header .header-wrapper #menu,
body.high-contrast #search-header .header-wrapper #menu {
  color: white;
}
@media screen and (max-width: 994px) {
  body.high-contrast #header .header-wrapper #menu,
  body.high-contrast #search-header .header-wrapper #menu {
    color: black;
  }
}
body.high-contrast #header .header-wrapper .main-logo {
  background: black;
  outline-color: white;
}
body.high-contrast #front {
  background: #4c3549;
}
body.high-contrast #front .subject-wrapper .subject-container .subject-link {
  background: #f7f7f7;
  color: #4c3549;
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
}
body.high-contrast #front .subject-wrapper .subject-container .subject-link:hover,
body.high-contrast #front .subject-wrapper .subject-container .subject-link:focus,
body.high-contrast #front .subject-wrapper .subject-container .subject-link.active {
  color: #f7f7f7;
  background: black;
  text-shadow: none;
  outline-color: white;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
body.high-contrast #front .subject-wrapper .subject-container .subject-link:hover h3,
body.high-contrast #front .subject-wrapper .subject-container .subject-link:focus h3,
body.high-contrast #front .subject-wrapper .subject-container .subject-link.active h3 {
  font-weight: bold;
}
body.high-contrast #categories {
  background: #4c3549;
}
body.high-contrast .mega-menu .context-group button:focus,
body.high-contrast .mega-menu .context-group button:hover {
  background: white;
  color: black;
  outline-color: white;
}
body.high-contrast .mega-menu .context-group .context-toggle-button h3 {
  font-weight: normal;
}
body.high-contrast .mega-menu .context-group .context-input input:hover + label,
body.high-contrast .mega-menu .context-group .context-input input:checked + label {
  background: white;
  color: black;
}
body.high-contrast #menu .menu .all-apps-button {
  background: white;
  color: black;
}
body.high-contrast #menu .menu .all-apps-button:hover {
  background: white;
  color: black;
}
body.high-contrast #menu .menu .all-apps-button:focus {
  outline-color: white;
}
body.high-contrast #menu .menu .all-apps-item .all-apps-link:focus {
  outline-color: white;
}
body.high-contrast #menu .menu .menu-item a.active .menu-link {
  background: #4c3549;
}
body.high-contrast #menu .menu .menu-item a:hover .menu-link {
  background: white;
  color: black;
}
body.high-contrast #menu .menu .menu-item a:focus .menu-link {
  outline-color: white;
}
body.high-contrast .filter-bar p {
  color: white;
}
body.high-contrast .filter-bar .active-filters .filter-tag {
  background: white;
  color: black;
}
body.high-contrast .filter-bar .active-filters .filter-tag .close-icon.circled {
  background: black;
}
body.high-contrast .filter-bar .active-filters .filter-tag .close-icon.circled .line {
  background: white;
}
body.high-contrast .filter-bar .active-filters .filter-tag:hover {
  background: black;
  border-color: white;
  color: white;
}
body.high-contrast .filter-bar .active-filters .filter-tag:hover .close-icon.circled {
  background: white;
}
body.high-contrast .filter-bar .active-filters .filter-tag:hover .close-icon.circled .line {
  background: black;
}
body.high-contrast .filter-bar .active-filters .filter-tag:focus {
  outline-color: white;
}
body.high-contrast .filter-bar .active-filters .clear-filter:hover {
  background: black;
  border-color: white;
  color: white;
}
body.high-contrast .filter-bar .active-filters .clear-filter:hover .close-icon .line {
  background: white;
}
body.high-contrast .filter-bar .active-filters .clear-filter:focus {
  outline-color: white;
}
body.high-contrast .color-1,
body.high-contrast .color-2,
body.high-contrast .color-3,
body.high-contrast .color-4,
body.high-contrast .color-5,
body.high-contrast .color-6,
body.high-contrast .color-7 {
  background: #4c3549;
  color: #f7f7f7;
}
body.high-contrast .color-1.single-subject,
body.high-contrast .color-2.single-subject,
body.high-contrast .color-3.single-subject,
body.high-contrast .color-4.single-subject,
body.high-contrast .color-5.single-subject,
body.high-contrast .color-6.single-subject,
body.high-contrast .color-7.single-subject {
  box-shadow: 0 0 0 1px #f7f7f7;
}
body.high-contrast .color-1.single-subject .marked,
body.high-contrast .color-2.single-subject .marked,
body.high-contrast .color-3.single-subject .marked,
body.high-contrast .color-4.single-subject .marked,
body.high-contrast .color-5.single-subject .marked,
body.high-contrast .color-6.single-subject .marked,
body.high-contrast .color-7.single-subject .marked {
  color: #4c3549;
}
body.high-contrast .subject-bar .subject-container .single-subject .subject-dropdown {
  display: block;
}
body.high-contrast .subject-bar .subject-container .single-subject .subject-dropdown:hover,
body.high-contrast .subject-bar .subject-container .single-subject .subject-dropdown:focus {
  background: black;
  color: #f7f7f7;
  outline-color: white;
}
body.high-contrast .subject-bar .subject-container .single-subject .single-sub-sub-subject .sub-sub-subject-links-wrapper {
  background-color: #222222;
  color: white;
}
body.high-contrast .subject-bar .subject-container .single-subject .single-sub-sub-subject.active .sub-sub-subject-links-wrapper,
body.high-contrast .subject-bar .subject-container .single-subject .single-sub-sub-subject:hover .sub-sub-subject-links-wrapper {
  color: black;
  background-color: white;
}
body.high-contrast .subject-bar .subject-container .single-subject .single-sub-subject .sub-subject-links-wrapper {
  background-color: #222222;
  color: white;
}
body.high-contrast .subject-bar .subject-container .single-subject .single-sub-subject.active .sub-subject-links-wrapper,
body.high-contrast .subject-bar .subject-container .single-subject .single-sub-subject:hover .sub-subject-links-wrapper {
  color: black;
  background-color: white;
}
body.high-contrast .subject-bar .category-heading-wrapper .category-heading {
  color: white;
}
@media screen and (max-width: 994px) {
  body.high-contrast .subject-bar .category-heading-wrapper .category-heading {
    color: black;
  }
}
body.high-contrast .results-heading {
  color: white;
}
body.high-contrast .search-results .single-app-brief a:hover .app-brief-backplate,
body.high-contrast .search-results .single-app-brief a:focus .app-brief-backplate {
  background: black;
  color: #f7f7f7;
  outline-color: white;
}
body.high-contrast .search-results .single-app-brief a .app-brief-backplate .overflow-fade {
  background: none;
}
body.high-contrast .search-results .no-results {
  color: white;
}
body.high-contrast .subject-container .single-sub-subject {
  background-color: black;
  color: white;
}
body.high-contrast .context-toggle-button .plus-icon .line {
  background-color: white;
}
body.high-contrast .context-toggle-button:hover .plus-icon .line,
body.high-contrast .context-toggle-button:focus .plus-icon .line {
  background-color: black;
}
body.high-contrast .subject-bar .subject-link:focus .subject {
  outline-color: white;
}
body.high-contrast .single-sub-sub-subject.active > .subject-link:focus .subject {
  outline-color: black;
}
body.high-contrast .single-sub-subject.active > .subject-link:focus .subject {
  outline-color: black;
}
body.high-contrast .main-logo-link:focus img {
  outline-color: white;
}
body.high-contrast .context-input input:focus,
body.high-contrast .context-input input:focus + label {
  outline-color: white !important;
}
body.high-contrast .only-in-contrast {
  display: block;
}
body.high-contrast .only-outside-contrast {
  display: none;
}
.only-in-contrast {
  display: none;
}
@page {
  size: A4;
  margin: 10mm;
}
.show-in-print {
  display: none;
}
@media print {
  #BrowserPrintDefaults {
    display: none;
  }
  html,
  body {
    width: 210mm;
    height: 297mm;
    margin: 0px;
    background-color: white;
  }
  header {
    visibility: hidden;
  }
  .container {
    width: auto;
  }
  .btn-call-to-action {
    display: none;
  }
  .single-app {
    padding: 0 15px;
    padding-top: 13px;
  }
  .single-app .app-logo-container {
    padding: 0;
  }
  .single-app .app-logo-container .app-logo-wrapper {
    width: 100px;
    height: 100px;
    padding-bottom: 0;
  }
  .single-app .description-wrapper {
    padding: 20px 0;
  }
  .single-app .description-wrapper .comment-wrapper .advanced-comment {
    max-height: initial;
  }
  .single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-toggle-button {
    display: none !important;
  }
  .single-app .description-wrapper .star-container {
    padding-right: 0;
  }
  .single-app .description-row .assertion-title {
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .single-app .description-row .assertion-toggle-button {
    width: auto;
    border: none;
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 0px;
  }
  .single-app .description-row .context-group-container {
    display: block !important;
  }
  .single-app .criteria-row .criteria-tag {
    padding: 0;
    line-height: 1.4em;
    display: block;
  }
  .single-app .criteria-row .criteria-tag.icf {
    display: inline-block;
    width: 60px;
  }
  .single-app .criteria-row .criteria-tag:before {
    content: '\00B7';
    padding-right: 5px;
  }
  .single-app .grade {
    margin-top: 30px;
    font-weight: bold;
  }
  .single-app .grade .rating-bar .rating {
    -webkit-print-color-adjust: exact;
    background: #3e9da0 !important;
  }
  .single-app print-margin-top {
    margin-top: 60px;
  }
  .info-icon-link,
  .rsbtn {
    display: none;
  }
  .ion-ios-information-outline {
    display: none;
  }
  .hide-in-print {
    display: none !important;
  }
  .show-in-print {
    display: block !important;
  }
  .print-logo {
    width: 120px;
    height: auto;
    position: absolute;
    float: right;
    top: 0;
    right: 20px;
    padding: 0;
  }
  .print-logo.print-logo-2 {
    top: 75px;
    width: 220px;
  }
  #filter-form {
    height: auto;
  }
  .filter-bar {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .mainbar.has-sidebar-right {
    width: 100%;
    left: 0;
    overflow: auto;
  }
  .mainbar.has-sidebar-right .results-wrapper {
    overflow: hidden;
    width: 100%;
  }
  .mainbar.has-sidebar-right .results-wrapper a[href]:after {
    content: '';
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief {
    width: 100%;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate {
    border: 2px solid #cacaca;
    height: auto;
    text-align: left;
    padding: 15px;
    position: relative;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .image-wrapper {
    display: inline-block !important;
    vertical-align: middle;
    width: 28%;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .overflow-fade {
    display: none;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .show-in-print.name {
    display: inline-block !important;
    vertical-align: top;
    width: 65%;
    padding: 20px;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .app-brief-title {
    margin-top: 0;
    min-height: 0;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .app-brief-comment {
    margin-top: 0;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .rating {
    position: absolute;
    width: auto;
    right: 0;
    top: 10px;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .rating .ion-star {
    display: none;
  }
  .mainbar.has-sidebar-right .results-wrapper .search-results .single-app-brief a .app-brief-backplate .rating .ion-star.active {
    display: inline;
  }
}
.extrabar {
  display: none;
}
@media screen and (max-width: 994px) {
  header .hamburger-wrapper {
    display: block;
  }
  header .hamburger-wrapper .hamburger {
    padding: 10px;
    font-size: 21px;
    padding-right: 5px;
  }
  header .hamburger-wrapper .hamburger-title {
    padding: 10px;
    padding-left: 0px;
  }
  header .menu-bar {
    width: 100%;
    float: none;
    position: relative;
    height: auto;
    color: black;
  }
  #menu {
    display: none;
  }
  #menu[aria-hidden="false"] {
    display: block;
  }
  #menu ul.menu li {
    height: 100%;
    display: block;
    width: 100%;
    border-bottom: 1px solid gray;
  }
  #menu ul.menu li a {
    padding: 20px;
    display: block;
    width: 100%;
    height: 100%;
  }
  #menu ul.menu li a.active {
    background: #3e9da0;
  }
  #search-header {
    position: relative;
  }
  #search-header .header-wrapper .extrabar {
    width: 30%;
    float: left;
    display: block;
    height: 100%;
  }
  #search-header .header-wrapper .sidebar {
    width: 40%;
    text-align: center;
  }
  #search-header .header-wrapper .sidebar .main-logo {
    float: none;
    margin: 0 auto;
  }
  #search-header .header-wrapper .mainbar {
    height: auto;
    width: 100%;
  }
  #search-header .header-wrapper .mainbar .menu-container {
    width: 100%;
  }
  #filter-form {
    height: auto;
  }
  #filter-form .sidebar {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    height: auto;
  }
  #filter-form .sidebar .subject-bar {
    padding-bottom: 0;
  }
  #filter-form .sidebar .subject-bar .category-heading-wrapper {
    padding: 0;
  }
  #filter-form .sidebar .subject-bar .category-heading-wrapper.active + #category-list {
    display: block;
  }
  #filter-form .sidebar .subject-bar #category-list {
    display: none;
  }
  #filter-form .mainbar {
    width: 100%;
    left: 0;
  }
  #filter-form .mainbar .mega-menu {
    width: 100%;
    padding-bottom: 0;
    border-left: 0;
  }
  #filter-form .mainbar .mega-menu #specific-filters {
    display: none;
  }
  #filter-form .mainbar .mega-menu #specific-filters[aria-hidden="false"] {
    display: block;
  }
  #filter-form .mainbar .mega-menu .toggle-filter-button {
    color: black;
  }
  .toggle-cat-button,
  .toggle-filter-button {
    padding: 25px;
    display: block;
    position: relative;
    background: #edf0f5;
    width: 100%;
    border: none;
    text-align: left;
    height: auto;
    line-height: inherit;
  }
  .toggle-cat-button .category-heading,
  .toggle-filter-button .category-heading {
    display: inline;
  }
  .toggle-cat-button:focus,
  .toggle-filter-button:focus {
    outline-color: black;
    outline-width: 3px;
    outline-style: dashed;
    outline-offset: -10px;
  }
  .toggle-cat-button h2,
  .toggle-filter-button h2 {
    margin: 0;
  }
  .toggle-cat-button .plus-icon,
  .toggle-filter-button .plus-icon {
    top: 29px;
  }
  #header {
    background: #f7f7f7;
    position: relative;
    height: auto;
  }
  #header .header-wrapper {
    height: auto;
  }
  #header .header-wrapper .extrabar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 30%;
    text-align: left;
    color: black;
    height: 50px;
  }
  #header .header-wrapper .logo-bar {
    height: 50px;
    text-align: center;
  }
  #header .header-wrapper .logo-bar .main-logo {
    float: none;
  }
  #header .header-wrapper .logo-bar .main-logo.white-logo {
    display: none;
  }
  #header .header-wrapper .logo-bar .main-logo.black-logo {
    display: inline-block;
  }
  #search-header {
    height: 90px;
  }
  .form-page {
    padding-top: 30px;
  }
  .form-page .form-section {
    display: block;
  }
  .form-page .form-section h1 {
    text-align: center;
  }
  .form-page .form-section .form-wrapper {
    display: block;
  }
  #filter-form {
    padding-top: 0px;
  }
  #filter-form .mainbar {
    height: auto;
    overflow: hidden;
  }
  #filter-form .mainbar .results-wrapper {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    border-top: 2px solid black;
  }
  #filter-form .mainbar .results-wrapper .print-button {
    display: none;
  }
  #filter-form .mainbar .results-wrapper .results-heading {
    padding: 15px 20px;
    width: 100%;
    text-align: center;
  }
  #filter-form .mainbar .results-wrapper .filter-bar {
    text-align: center;
  }
  #filter-form .mainbar .results-wrapper .filter-bar .accessibility-selector {
    margin-left: 0;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief {
    width: 33%;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief .app-brief-backplate {
    height: auto;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief .app-brief-backplate .name {
    height: 60px;
  }
  #front .welcome-wrapper {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  #front .welcome-wrapper h1 {
    font-size: 1.3em;
  }
  #front .search-wrapper {
    padding: 10px 10px;
  }
  #front .subject-wrapper {
    margin-top: 20px;
  }
  #front .subject-wrapper .subject-container .subject-link {
    height: 4em;
    border-radius: 4px;
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  #front .subject-wrapper .subject-container li {
    width: 50%;
    float: left;
    padding: 0 35px;
    margin: 5px 0;
  }
  #categories .cat-wrapper {
    white-space: normal;
  }
  #about {
    height: auto;
    width: 100%;
  }
  #about .container {
    padding-top: 20px;
  }
  .header-padding {
    padding-top: 0px;
  }
  .single-app {
    padding-top: 20px;
  }
  .single-app .app-logo-section {
    padding-top: 30px;
  }
  .single-app .app-logo-section .app-logo-container {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #search-header {
    height: 105px;
  }
  .single-app {
    padding: 10px;
  }
  .single-app .description-wrapper .btn-call-to-action {
    margin-top: 40px;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .single-app .description-wrapper .grade {
    text-align: center;
  }
  .single-app .description-wrapper .grade .rating-number {
    text-align: center;
    padding: 10px 0;
  }
  .single-app .description-wrapper .grade .fa:first-child {
    margin-left: 0;
  }
  .single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-title {
    max-width: 70%;
  }
  .single-app .description-wrapper .comment-wrapper .advanced-comment .advanced-comment-toggle-button {
    vertical-align: top;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief {
    width: 100%;
    padding: 5px 0px;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief a .app-brief-backplate {
    padding: 10px;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief a .app-brief-backplate .image-wrapper {
    width: 25%;
    display: inline-block !important;
    vertical-align: middle;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief a .app-brief-backplate .name {
    width: 70%;
    display: inline-block;
    height: auto;
    vertical-align: middle;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief a .app-brief-backplate .name p {
    min-height: initial;
    margin-top: 0;
  }
  #filter-form .mainbar .results-wrapper .search-results .single-app-brief a .app-brief-backplate .overflow-fade {
    display: none;
  }
  #front .subject-wrapper .subject-container li {
    padding: 0 5%;
  }
  #front .recent-apps h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 320px) {
  #front {
    height: 480px;
    padding-top: 30px;
  }
}
