@charset "UTF-8";
html,
body,
h1, h2, h3, h4, h5, h6,
ul, ol, p, a {
  margin: 0;
  padding: 0;
  line-height: 1;
}

input {
  box-shadow: None;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1;
  outline: 0;
}

ul, ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

/**************************
	FONTS
***************************/
@font-face {
  font-family: "open_sansbold";
  src: url("fonts/opensans-bold-webfont.eot");
  src: url("fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bold-webfont.woff2") format("woff2"), url("fonts/opensans-bold-webfont.woff") format("woff"), url("fonts/opensans-bold-webfont.ttf") format("truetype"), url("fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanssemibold";
  src: url("fonts/opensans-semibold-webfont.eot");
  src: url("fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-semibold-webfont.woff2") format("woff2"), url("fonts/opensans-semibold-webfont.woff") format("woff"), url("fonts/opensans-semibold-webfont.ttf") format("truetype"), url("fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sanslight";
  src: url("fonts/opensans-light-webfont.eot");
  src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light-webfont.woff2") format("woff2"), url("fonts/opensans-light-webfont.woff") format("woff"), url("fonts/opensans-light-webfont.ttf") format("truetype"), url("fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sansregular";
  src: url("fonts/opensans-regular-webfont.eot");
  src: url("fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-regular-webfont.woff2") format("woff2"), url("fonts/opensans-regular-webfont.woff") format("woff"), url("fonts/opensans-regular-webfont.ttf") format("truetype"), url("fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_probold";
  src: url("fonts/sourcesanspro-bold-webfont.eot");
  src: url("fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("fonts/sourcesanspro-bold-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-bold-webfont.svg#source_sans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "source_sans_proregular";
  src: url("fonts/sourcesanspro-regular-webfont.eot");
  src: url("fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* This stylesheet generated by Transfonter (http://transfonter.org) on August 15, 2016 4:26 PM */
@font-face {
  font-family: "Source_Sans_Pro_Semibold";
  src: url("fonts/SourceSansPro-Semibold.eot");
  src: url("fonts/SourceSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-Semibold.woff2") format("woff2"), url("fonts/SourceSansPro-Semibold.woff") format("woff"), url("fonts/SourceSansPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
/* TYPOGRAPHY */
strong, b {
  font-family: "open_sansbold";
  font-weight: normal;
  line-height: 1.3;
}

p {
  font-size: 13px;
  color: #747474;
}

p {
  line-height: 1.5;
}

a:visited {
  color: #343434;
}
a:visited strong {
  color: #343434;
}

.green-txt {
  color: #8ac54d;
}

.blue-txt, #career-profile #job-desc-generic p strong, .profile .profile-description-block .profile-contact-block .contact-details p.blue-txt {
  color: #21a2db;
}

.muted-txt {
  color: #6b6b6b;
}

.border-bottom {
  border-bottom: 2px solid #d2d2d2;
}

.border-top {
  border-top: 2px solid #d2d2d2;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.green-bg {
  background: #8ac54d;
}

.ltblue-bg {
  background: #21a2db;
}

.dkblue-bg {
  background: #095390;
}

.capitalize {
  text-transform: capitalize;
}

address {
  font-style: normal;
  line-height: 1.4;
  color: #747474;
}

.columns {
  overflow: hidden;
}
.columns .col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.columns.two-col .col {
  width: 50%;
}
.columns.three-col .col {
  width: 33.3333%;
}

.btn {
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.no-margin {
  margin: 0 inherit;
}

.ghost-btn {
  border: 2px solid #fff;
}

.styled-list {
  /* BY LEA VEROU */
  list-style: none;
  padding: 0;
  margin: 0;
}
.styled-list li {
  padding-left: 30px;
  text-indent: 0px;
  margin-bottom: 8px;
}
.styled-list li:before {
  content: "•";
  color: #21a2db;
  margin-left: -20px;
  float: left;
  line-height: 1.4;
}
.styled-list p {
  display: inline-block;
}

.all-caps {
  text-transform: uppercase;
}

.anchor {
  position: relative;
}

.ribbon {
  position: absolute;
  width: 200px;
  height: 30px;
  background: #095390;
  top: 0px;
  left: -20px;
}
.ribbon p {
  color: #fff !important;
  text-indent: 20px;
  padding-top: 5px;
}
.ribbon:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -30px;
  border-left: 15px solid #095390;
  border-right: 15px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media (min-width: 768px) {
  .ribbon {
    left: -30px;
  }
  .ribbon p {
    text-indent: 30px;
  }
}

#header {
  background: #3e3e3e;
  height: 64px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  color: #f5f5f5;
  text-align: center;
}
#header .navbar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 64px;
}
#header .navbar .navbar-link {
  width: 12%;
  text-align: center;
  /*padding-top: 27px;*/
}
#header .navbar .navbar-link > a {
  display: inline-block;
  width: 100%;
  height: 64px;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
#header .navbar .navbar-link > a > span {
  width: 25px;
  height: 22px;
  background: url("top-nav-sprite.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header .navbar .navbar-link > a > span {
    background-image: url("top-nav-sprite@2x.png");
    -webkit-background-size: 75px 22px;
    background-size: 75px 22px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #header .navbar .navbar-link > a > span {
    background-image: url("top-nav-sprite@3x.png");
    -webkit-background-size: 75px 22px;
    background-size: 75px 22px;
  }
}
#header .navbar .navbar-link.navbar-left {
  float: left;
  text-align: left;
  /*padding-bottom: 12px;*/
}
#header .navbar .navbar-link.navbar-left > a {
  /*margin-left: 8px;*/
}
#header .navbar .navbar-link.navbar-left > a > .back {
  float: left;
  background-position: 0px 0px;
  margin-left: 8px;
  margin-top: 27px;
}
#header .navbar .navbar-link.navbar-right {
  float: right;
  text-align: right;
  /*padding-bottom: 12px;*/
}
#header .navbar .navbar-link.navbar-right > a {
  /*margin-right: 8px;*/
  width: 100%;
  height: 64px;
  position: relative;
}
#header .navbar .navbar-link.navbar-right > a > .star {
  background-position: -25px 0px;
  float: right;
  margin-right: 8px;
  margin-top: 27px;
}
#header .navbar .navbar-link.navbar-right > a > .star.active {
  background-position: -50px 0px;
}
#header .navbar .navbar-link.navbar-right > a .arrow {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0px;
  right: 8px;
  background: none;
}
@media (min-width: 375px) {
  #header .navbar .navbar-link.navbar-right > a .arrow {
    border-color: transparent transparent #3e3e3e transparent;
  }
}
#header .navbar .navbar-center {
  margin: 0 auto;
  width: 76%;
  text-align: center;
  float: left;
  height: 24px;
  padding-bottom: 12px;
  padding-top: 28px;
}
#header .navbar .navbar-center h1 {
  font-family: "open_sanssemibold";
  font-weight: normal;
  color: #d3d3d3;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 375px) {
  #header .navbar .navbar-center h1 {
    letter-spacing: 1px;
    font-size: 13px;
  }
}
#header .navbar .navbar-center .nav-pill ul {
  width: 100%;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  height: 24px;
  display: block;
}
#header .navbar .navbar-center .nav-pill ul li {
  width: 50%;
  float: left;
  height: 24px;
}
#header .navbar .navbar-center .nav-pill ul li a {
  display: inline-block;
  text-align: center;
  width: 100%;
  background: #d2d2d2;
}
#header .navbar .navbar-center .nav-pill ul li a h1 {
  line-height: 21px;
  padding: 3px;
  color: #3e3e3e;
}
#header .navbar .navbar-center .nav-pill ul li a.active {
  color: #fff;
  background: #8ac54d;
}
#header .navbar .navbar-center .nav-pill ul li a.active h1 {
  color: #fff;
}
#header .navbar .navbar-center .nav-pill ul li:first-child a {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-botom-left-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
#header .navbar .navbar-center .nav-pill ul li:nth-child(2) a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-botom-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
}

#footer {
  border-top: 1px solid #d2d2d2;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 64px;
  background: #f5f5f5;
}
#footer a {
  cursor: pointer;
  width: 20%;
  text-align: center;
  float: left;
  text-decoration: none;
}
#footer a .icon {
  display: block;
  width: 30px;
  height: 24px;
  background: url("bottom-nav-sprite.png") no-repeat;
  margin: 14px auto 4px auto;
  position: relative;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #footer a .icon {
    background-image: url("bottom-nav-sprite@2x.png");
    -webkit-background-size: 180px 48px;
    background-size: 180px 48px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #footer a .icon {
    background-image: url("bottom-nav-sprite@3x.png");
    -webkit-background-size: 180px 48px;
    background-size: 180px 48px;
  }
}
#footer a .icon.news-icon {
  background-position: 0px 0px;
}
#footer a .icon.magnifying-icon {
  background-position: -30px 0px;
}
#footer a .icon.suitcase-icon {
  background-position: -60px 0px;
}
#footer a .icon.person-icon {
  background-position: -90px 0px;
}
#footer a .icon.gear-icon {
  background-position: -120px 0px;
}
#footer a .icon.hammer-icon {
  background-position: -150px 0px;
}
#footer a p {
  font-size: 11px;
  color: #767676;
}
@media (min-width: 375px) {
  #footer a p {
    letter-spacing: 1px;
  }
}
#footer a.active {
  outline: none;
}
#footer a.active .icon.news-icon {
  background-position: 0px -24px;
}
#footer a.active .icon.magnifying-icon {
  background-position: -30px -24px;
}
#footer a.active .icon.suitcase-icon {
  background-position: -60px -24px;
}
#footer a.active .icon.person-icon {
  background-position: -90px -24px;
}
#footer a.active .icon.gear-icon {
  background-position: -120px -24px;
}
#footer a.active .icon.hammer-icon {
  background-position: -150px -24px;
}
#footer a.active p {
  color: #21a2db;
}
#footer a .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #8ac54d;
  color: #fff;
  border: 2px solid #fff;
  text-align: center;
  display: table-cell;
  line-height: 16px;
  font-size: 14px;
  box-shadow: 0px 0px 2px black;
  font-family: "source_sans_probold";
}

HTML {
  height: 100%;
}

BODY {
  height: 100%;
}
BODY > .ember-view {
  height: 100%;
}
BODY > .ember-view > .app-container {
  height: 100%;
}
BODY > .ember-view > .app-container #app-body {
  height: 100%;
}

/* MOBILE FIRST!!!! */
body {
  font-family: "source_sans_proregular";
  font-size: 13px;
  color: #343434;
  background: #f5f5f5;
}

.body-padding, .stub > a {
  padding: 20px;
  /*@media (min-width: 480px){
  	padding: 20px;
  }*/
}
@media (min-width: 768px) {
  .body-padding, .stub > a {
    padding: 30px;
  }
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

.ember-load-indicator {
  height: 100%;
  position: fixed;
  top: 0px;
  width: 100%;
}

/************************ 
REUSABLE ITEMS 
*************************/
.rating, #career-profile .columns ul .col span.fact.rating {
  display: block;
  width: 15px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  margin-top: 5px;
  box-shadow: 0px 0px 4px #cacaca;
  margin-left: 3px;
}
.rating.rate-1, #career-profile .columns ul .col span.rate-1.fact.rating {
  background: Red;
}
.rating.rate-2, #career-profile .columns ul .col span.rate-2.fact.rating {
  background: yellow;
}
.rating.rate-3, #career-profile .columns ul .col span.rating.fact.fair, #career-profile .columns ul .col span.rate-3.fact.rating {
  background: orange;
}
.rating.rate-4, #career-profile .columns ul .col span.rating.fact.good, #career-profile .columns ul .col span.rate-4.fact.rating {
  background: #8ac54d;
}
.rating.rate-5, #career-profile .columns ul .col span.rate-5.fact.rating {
  background: #21a2db;
}

.image-float {
  width: 120px;
  height: 90px;
  border: 4px solid #d2d2d2;
  background: #fff;
  text-align: center;
}
@media (min-width: 375px) {
  .image-float {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .image-float {
    left: 40px;
    width: 160px;
    height: 120px;
    bottom: -30px;
  }
}
.image-float img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 90px;
  max-height: 70px;
  margin: auto;
}
@media (min-width: 768px) {
  .image-float img {
    max-height: 80px;
  }
}

.employer-default-block, .stub.employer-stub .stub-float-block.employer-default-block {
  border: 5px solid #d2d2d2;
  background-image: url("default-building-white@3x.png"), url("gplaypattern-dk-blue.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto 50px, 100% auto;
  background-position: center center, center center;
}

.career-default-block {
  border: 5px solid #d2d2d2;
  background-image: url("default-career-white@3x.png"), url("gplaypattern-dk-blue.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto 50px, auto;
  background-position: center center, center center;
  border: none;
}

.coloured-block-header {
  background: #8ac54d;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 12px;
  font-size: 14px;
  font-family: "Source_Sans_Pro_Semibold";
  font-weight: 600;
}
.coloured-block-header--dk-blue {
  background: #095390;
}

/************************ 
CONTAINER FOR ALL THOSE STATUS DISPLAYS 
*************************/
.status-block {
  width: 25px;
  height: 100px;
  position: absolute;
  right: 0px;
  top: -10px;
}
@media (min-width: 768px) {
  .status-block {
    top: 0px;
  }
}
.status-block .fave-icon {
  background: url("star.png") no-repeat;
  background-size: 50px 25px;
  -webkit-background-size: 50px 25px;
  background-position: -25px 0px;
  -webkit-background-position: -25px 0px;
  width: 25px;
  height: 25px;
  display: block;
  margin-bottom: 8px;
  cursor: pointer;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-block .fave-icon {
    background-image: url("star@2x.png");
    -webkit-background-size: 50px 25px;
    background-size: 50px 25px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .status-block .fave-icon {
    background-image: url("star@3x.png");
    -webkit-background-size: 50px 25px;
    background-size: 50px 25px;
  }
}
.status-block .fave-icon.favourite {
  background-position: 0px 0px;
  -webkit-background-position: 0px 0px;
}
.status-block .fave-icon.rating, .status-block #career-profile .columns ul .col span.fave-icon.fact.rating, #career-profile .columns ul .col .status-block span.fave-icon.fact.rating {
  margin: 5px;
}
.status-block .level {
  width: 25px;
  height: 25px;
  background: url("rate-sprite.png") no-repeat;
  background-position: -25px -25px;
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .status-block .level {
    background-image: url("rate-sprite@2x.png");
    -webkit-background-size: 125px 25px;
    background-size: 125px 25px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .status-block .level {
    background-image: url("rate-sprite@3x.png");
    -webkit-background-size: 125px 25px;
    background-size: 125px 25px;
  }
}
.status-block .level.rate-1 {
  background-position: 0px 0px;
}
.status-block .level.rate-2 {
  background-position: -25px 0px;
}
.status-block .level.rate-3, .status-block #career-profile .columns ul .col span.level.fact.rating.fair, #career-profile .columns ul .col .status-block span.level.fact.rating.fair {
  background-position: -50px 0px;
}
.status-block .level.rate-4, .status-block #career-profile .columns ul .col span.level.fact.rating.good, #career-profile .columns ul .col .status-block span.level.fact.rating.good {
  background-position: -75px 0px;
}
.status-block .level.rate-5 {
  background-position: -100px 0px;
}

/************************ 
BUTTONS 
*************************/
.full-stub-btn {
  text-align: center;
  display: block;
  background: #8ac54d;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-family: "open_sanssemibold";
}
.full-stub-btn.more-btn {
  background: #095390;
  padding: 20px 12px;
  border-radius: 2px;
  font-size: 13px;
  max-width: 80%;
  margin: 0 auto;
  cursor: pointer;
}
.full-stub-btn:visited {
  color: #fff;
}

/************************ 
SECONDARY NAVIGATION
*************************/
#navbar-secondary {
  background: #fff;
  position: fixed;
  z-index: 1000;
  top: 64px;
  width: 100%;
  max-height: 46px;
  overflow-y: hidden;
}

.secondary-nav {
  border-bottom: 2px solid #d2d2d2;
  position: relative;
  width: 100%;
  height: 46px;
}
.secondary-nav ul {
  position: absolute;
  left: 0px;
  top: -1px;
  width: 100%;
}
.secondary-nav ul li {
  float: left;
}
.secondary-nav ul li a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "source_sans_probold";
  color: #767676;
  font-size: 13px;
  line-height: 46px;
  cursor: pointer;
}
@media (min-width: 375px) {
  .secondary-nav ul li a {
    letter-spacing: 1px;
    font-size: 14px;
  }
}
.secondary-nav ul li a.active {
  border-bottom: 3px solid #21a2db;
}
.secondary-nav ul.two-col li {
  width: 50%;
}
.secondary-nav ul.three-col li {
  width: 33.33%;
}
.secondary-nav ul.four-col li {
  width: 25%;
}
@media (min-width: 375px) {
  .secondary-nav {
    background: #3e3e3e;
    border: none;
  }
  .secondary-nav ul {
    position: static;
    top: 0px;
  }
  .secondary-nav ul li a.active {
    border-bottom: none;
    background: #21a2db;
    color: #fff;
  }
}
.secondary-nav.secondary-nav-no-bg {
  background: none;
  border-bottom: 2px solid #d2d2d2;
}

/************************ 
STUBS
*************************/
.stub {
  border-bottom: 1px solid #d2d2d2;
  min-height: 90px;
}
.stub > a {
  display: block;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}
.stub > a .stub-float-block {
  width: 100px;
  height: 74px;
  float: left;
  margin-right: 10px;
  display: none;
}
@media (min-width: 375px) {
  .stub > a .stub-float-block {
    display: block;
  }
}
@media (min-width: 480px) {
  .stub > a .stub-float-block {
    margin-right: 20px;
    width: 104px;
    height: 84px;
  }
}
.stub > a .stub-float-block.date-block {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}
.stub > a .stub-float-block.date-block .day-line {
  display: block;
  font-family: "source_sans_probold";
  font-size: 30px;
  padding-top: 13px;
  margin-bottom: 2px;
}
.stub > a .stub-float-block.date-block .month-line {
  font-family: "source_sans_proregular";
  font-size: 19px;
}
.stub > a .stub-float-block .image-float {
  position: relative;
  bottom: 0;
  left: 0;
  border: none;
  width: auto;
  height: auto;
}
.stub > a .stub-text {
  position: relative;
  padding-right: 50px;
}
@media (min-width: 480px) {
  .stub > a .stub-text {
    padding-right: 60px;
  }
}
.stub > a .stub-text strong {
  padding-bottom: 4px;
  display: block;
  font-size: 14px;
  font-family: "Source_Sans_Pro_Semibold";
  color: #343434;
}
@media (min-width: 375px) {
  .stub > a .stub-text strong {
    font-size: 17px;
  }
}
.stub > a .stub-text span {
  font-family: "Source_Sans_Pro_Semibold";
}
.stub > a .stub-full-image {
  margin-bottom: 14px;
  min-height: 160px;
  display: block;
}
@media (min-width: 375px) {
  .stub > a.with-stub-float .stub-text {
    margin-left: 120px;
  }
}
.stub > a.with-hero-image .stub-text .stub-stats-block {
  top: 0px;
}
.stub.employer-stub .stub-float-block {
  border: 5px solid #d2d2d2;
  background: #fff;
}
.stub.employer-stub .stub-float-block .image-float {
  position: relative;
  height: 100%;
}
.stub.date-stub .stub-float-block {
  background: #21a2db;
}
.stub.news-stub .stub-text {
  padding-right: 0;
}
.stub.news-stub .stub-text strong {
  padding-right: 60px;
}
.stub.job-stub {
  position: relative;
}
.stub.job-stub .stub-float-block {
  background: #095390;
  text-align: center;
  color: #fff;
  display: flex;
  position: absolute;
  left: 0px;
  top: 14px;
  padding: 6px;
  height: 74px;
  flex-direction: column;
}
.stub.job-stub .stub-float-block.expiry-block {
  width: auto;
}
@media (min-width: 375px) {
  .stub.job-stub .stub-float-block.expiry-block {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
    width: 100px;
  }
  .stub.job-stub .stub-float-block.expiry-block span {
    display: block;
    margin: auto;
  }
  .stub.job-stub .stub-float-block.expiry-block .month {
    margin-top: 8px;
    text-transform: uppercase;
  }
  .stub.job-stub .stub-float-block.expiry-block .day {
    font-size: 24px;
  }
  .stub.job-stub .stub-float-block.expiry-block .year {
    font-size: 12px;
  }
}
.stub.job-stub .stub-text {
  margin-top: 40px;
}
@media (min-width: 375px) {
  .stub.job-stub .stub-text {
    margin-top: 0px;
  }
}

.disappearing-stub {
  border: none;
}
.disappearing-stub small {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.disappearing-stub small p {
  font-size: 12px;
}

.well p {
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: block;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
}
.well p span {
  font-size: 13px;
}

.pills {
  display: block;
  margin-top: 8px;
}
.pills .pill {
  background: #d2d2d2;
  padding: 3px 5px;
  border: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 4px;
}

/************************ 
PROFILES
*************************/
.profile p {
  color: #343434;
  font-size: 14px;
}
.profile p strong {
  font-family: "Source_Sans_Pro_Semibold";
}
.profile .profile-figure {
  background-color: gray;
  /* ADD A DEFAULT BACKGROUND HERE */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 160px;
}
@media (min-width: 375px) {
  .profile .profile-figure {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .profile .profile-figure {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .profile .profile-figure {
    height: 360px;
  }
}
.profile .profile-figure.profile-with-logo {
  position: relative;
}
.profile .profile-figure.profile-with-logo .image-float {
  position: absolute;
  bottom: -20px;
  left: 12px;
}
.profile .disappearing-stub {
  margin-bottom: 20px;
}
.profile .profile-cover-image {
  position: relative;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}
@media (min-width: 375px) {
  .profile .profile-cover-image {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .profile .profile-cover-image {
    height: 240px;
  }
}
@media (min-width: 414px) {
  .profile .profile-cover-image {
    height: 240px;
  }
}
@media (min-width: 1024px) {
  .profile .profile-cover-image {
    height: 360px;
  }
}
.profile .profile-cover-image img {
  max-width: 96%;
}
.profile .profile-cover-image.profile-with-logo {
  position: relative;
}
.profile .profile-cover-image.profile-with-logo .image-float {
  position: absolute;
  bottom: -40px;
  left: 10px;
}
@media (min-width: 375px) {
  .profile .profile-cover-image.profile-with-logo .image-float {
    left: 20px;
  }
}
@media (min-width: 768px) {
  .profile .profile-cover-image.profile-with-logo .image-float {
    left: 40px;
  }
}
.profile h2.profile-title {
  color: #21a2db;
  line-height: 1.3;
  padding-right: 30px;
  font-size: 15px;
  padding-bottom: 8px;
  font-family: "Source_Sans_Pro_Semibold";
  font-weight: 600;
}
@media (min-width: 375px) {
  .profile h2.profile-title {
    font-size: 20px;
    padding-right: 44px;
  }
}
.profile .logo-only img {
  width: auto;
  max-height: 120px;
  max-width: 80%;
}
.profile .profile-copy {
  position: relative;
}
.profile .profile-copy .status-block {
  top: 20px;
  right: 12px;
}
.profile .profile-copy.profile-copy-with-cover {
  margin-top: 20px;
}
.profile .post-date {
  font-size: 14px;
  color: #21a2db;
}
.profile .author {
  color: #6b6b6b;
}
.profile .profile-sharing {
  margin: 20px 0;
}
.profile .profile-sharing ul li {
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
.profile .profile-sharing ul li a {
  display: block;
  text-align: center;
}
.profile .profile-sharing ul li a span {
  display: block;
  width: 44px;
  height: 44px;
  background: #21a2db;
  margin-bottom: 3px;
  background: url("career-app-sprite.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .profile .profile-sharing ul li a span {
    background-image: url("career-app-sprite@2x.png");
    -webkit-background-size: 308px 88px;
    background-size: 308px 88px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .profile .profile-sharing ul li a span {
    background-image: url("career-app-sprite@3x.png");
    -webkit-background-size: 308px 88px;
    background-size: 308px 88px;
  }
}
.profile .profile-sharing ul li a span.fb {
  background-position: 0px 0px;
}
.profile .profile-sharing ul li a span.linkedin {
  background-position: -44px 0px;
}
.profile .profile-sharing ul li a span.twitter {
  background-position: -88px 0px;
}
.profile .profile-sharing ul li a span.web {
  background-position: -132px 0px;
}
.profile .profile-sharing ul li a span.share {
  background-position: -176px 0px;
}
.profile .profile-sharing ul li a span.add {
  background-position: -220px 0px;
}
.profile .profile-sharing ul li a small {
  text-transform: uppercase;
  font-size: 10px;
  color: #21a2db;
}
.profile .profile-sharing.bordered ul li a span {
  border: 1px solid #21a2db;
  background: url("career-app-sprite.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .profile .profile-sharing.bordered ul li a span {
    background-image: url("career-app-sprite@2x.png");
    -webkit-background-size: 308px 88px;
    background-size: 308px 88px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .profile .profile-sharing.bordered ul li a span {
    background-image: url("career-app-sprite@3x.png");
    -webkit-background-size: 308px 88px;
    background-size: 308px 88px;
  }
}
.profile .profile-sharing.bordered ul li a span.linkedin-2 {
  background-position: 0px -44px;
}
.profile .profile-sharing.bordered ul li a span.twitter-2 {
  background-position: -44px -44px;
}
.profile .profile-sharing.bordered ul li a span.web-2 {
  background-position: -88px -44px;
}
.profile .profile-sharing.bordered ul li a span.envelope {
  background-position: -132px -44px;
}
.profile .profile-sharing.bordered ul li a span.phone {
  background-position: -176px -44px;
}
.profile .profile-sharing.bordered ul li a span.add-2 {
  background-position: -220px -44px;
}
.profile .profile-sharing.bordered ul li a span.globe {
  background-position: -264px -44px;
}
.profile .profile-description-block {
  margin-top: 20px;
  /*	padding-right: 40px;*/
}
.profile .profile-description-block h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #21a2db;
  font-family: "Source_Sans_Pro_Semibold";
  font-weight: 600;
  margin-bottom: 20px;
}
.profile .profile-description-block .profile-description {
  line-height: 1.4;
  font-size: 14px;
}
.profile .profile-description-block .profile-description p {
  margin-bottom: 10px;
}
.profile .profile-description-block .profile-description p > strong {
  color: #21a2db;
  font-family: "source_sans_probold";
  font-weight: normal;
}
.profile .profile-description-block .profile-description a {
  color: #21a2db;
}
.profile .profile-description-block .profile-description ul {
  margin: 10px 0;
  list-style-type: disc;
  margin-left: 20px;
}
.profile .profile-description-block .profile-description ul li {
  line-height: 1.4;
}
.profile .profile-description-block dl {
  margin: 10px 0;
}
.profile .profile-description-block dl dt {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "Source_Sans_Pro_Semibold";
}
.profile .profile-description-block dl dt p {
  color: #21a2db;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.profile .profile-description-block dl dd {
  margin: 0;
}
.profile .profile-description-block .profile-contact-block .contact-details p {
  margin-bottom: 0;
  line-height: 1.4;
}
.profile .profile-quick-list ul {
  margin: 30px 0;
}
.profile .profile-quick-list ul li {
  margin-bottom: 24px;
}
.profile .profile-quick-list ul li span {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin-bottom: 0px;
  margin-right: 20px;
  margin-top: -5px;
  background: url("career-sprite-2.png") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .profile .profile-quick-list ul li span {
    background-image: url("career-sprite-2@2x.png");
    -webkit-background-size: 140px 28px;
    background-size: 140px 28px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .profile .profile-quick-list ul li span {
    background-image: url("career-sprite-2@3x.png");
    -webkit-background-size: 140px 28px;
    background-size: 140px 28px;
  }
}
.profile .profile-quick-list ul li span.icon-clock {
  background-position: 0px 0px;
}
.profile .profile-quick-list ul li span.icon-pin {
  background-position: -28px 0px;
}
.profile .profile-quick-list ul li span.icon-cap {
  background-position: -56px 0px;
}
.profile .profile-quick-list ul li span.icon-check {
  background-position: -84px 0px;
}
.profile .profile-quick-list ul li span.icon-money {
  background-position: -112px 0px;
}
.profile .profile-quick-list ul li p {
  display: inline;
}
.profile .profile-quick-list ul li p strong {
  color: #21a2db;
}
.profile .profile-quick-list.points li p strong {
  color: #3e3e3e;
}
.profile .profile-buttons {
  overflow: hidden;
}
.profile .profile-buttons ul li {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.profile .profile-buttons ul li a {
  display: block;
  width: 98%;
  padding: 14px 0;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-family: "Source_Sans_Pro_Semibold";
  letter-spacing: 1px;
  font-size: 14px;
}
.profile .profile-block .primary-block-header {
  background: #8ac54d;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 12px;
  font-size: 14px;
  font-family: "Source_Sans_Pro_Semibold";
  font-weight: 600;
}
.profile .profile-block .secondary-block-header {
  text-align: center;
  color: #21a2db;
  padding: 20px 12px;
  background: #fff;
  font-size: 15px;
}
.profile .profile-block .secondary-block-header strong {
  font-family: "Source_Sans_Pro_Semibold";
}

.blocks {
  clear: both;
  overflow: hidden;
}
.blocks .block {
  width: 100px;
  height: 80px;
  background: #fff;
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  display: flex;
  border: 5px solid #d2d2d2;
}
.blocks .block img {
  margin: auto;
  max-height: 80px;
  width: auto;
}
.blocks .block p {
  line-height: 1;
  margin: auto;
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
}

/************************ 
PROSPECTS
*************************/
SPAN.prospects.good {
  color: #8ac54d;
}

SPAN.prospects.fair {
  color: orange;
}

SPAN.prospects.limited {
  color: #3e3e3e;
}

/************************ 
SPECIFIC
*************************/
#app-body {
  margin-top: 64px;
  -webkit-overflow-scrolling: touch;
  /*margin-bottom: 64px;*/
}

.content-wrapper {
  margin-bottom: 64px;
}

.list-view .stub:first-child {
  border-top: 1px solid #d2d2d2;
}

/*
#app-body.careers-index {
	SPAN.prospects.good {color: $brand-1;}
	SPAN.prospects.fair {color: orange;}
	SPAN.prospects.limited {color: $black-1;}
}
*/
#career-profile .subscription {
  width: 100%;
  display: block;
  overflow: hidden;
  display: table;
}
#career-profile .subscription #subs-pathway-btn,
#career-profile .subscription #unsubs-pathway-btn {
  font-size: 15px;
  width: 55%;
  padding: 15px 10px;
  display: inline-block;
  letter-spacing: 1px;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
}
#career-profile .subscription .ttip-block {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  width: 44px;
  text-align: center;
}
#career-profile .subscription #question-ttip {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 2px solid #d2d2d2;
  text-align: center;
  font-size: 13px;
  padding: 2px;
  color: #d2d2d2;
  line-height: 15px;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
#career-profile .subscription .status-block {
  height: 25px;
  position: static;
  display: table-cell;
  vertical-align: middle;
}
#career-profile .subscription .status-block .fave-icon {
  margin-bottom: 0px;
  float: right;
}
#career-profile .columns {
  width: 100%;
  margin: 20px 0 0 0;
}
#career-profile .columns ul .col {
  text-align: center;
}
#career-profile .columns ul .col span {
  display: block;
}
#career-profile .columns ul .col span p strong {
  font-family: "Source_Sans_Pro_Semibold";
}
#career-profile .columns ul .col span.fact {
  background: url("career-sprite-2.png") no-repeat;
  height: 28px;
  width: 28px;
  margin: 0 auto 10px auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #career-profile .columns ul .col span.fact {
    background-image: url("career-sprite-2@2x.png");
    -webkit-background-size: 140px 28px;
    background-size: 140px 28px;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #career-profile .columns ul .col span.fact {
    background-image: url("career-sprite-2@3x.png");
    -webkit-background-size: 140px 28px;
    background-size: 140px 28px;
  }
}
#career-profile .columns ul .col span.fact.money-icon {
  background-position: -112px 0px;
}
#career-profile .columns ul .col span.fact.rating {
  background: none;
  margin: 9px auto 12px auto;
}
#career-profile .columns ul .col span.fact.number {
  background: none;
  color: #21a2db;
  font-size: 36px;
  font-family: "source_sans_probold";
}
#career-profile #overview-section .profile-description-block {
  margin-top: 0px;
}
#career-profile #overview-section .profile-quick-list strong {
  font-family: "Source_Sans_Pro_Semibold";
  font-weight: normal;
  color: #343434;
}
#career-profile #job-desc-generic p strong {
  font-family: "source_sans_proregular";
  font-weight: normal;
}
#career-profile .profile-description-block .styled-list li a p {
  color: #21a2db;
}
#career-profile #pathway-section .secondary-block-header {
  background: #fff;
  font-family: "Source_Sans_Pro_Semibold";
}
#career-profile #pathway-section .profile-description-block {
  margin-top: 0px;
}
#career-profile #pathway-section .profile-description-block ul {
  width: 90%;
  margin: 0 auto;
}
#career-profile #pathway-section .profile-description-block ul li {
  margin-bottom: 10px;
  text-align: center;
  background: #e4e4e4;
  padding: 20px;
}
#career-profile #pathway-section .profile-description-block ul lili:last-child {
  margin-bottom: 0;
}

.favourites a:visited {
  border: 5px solid #d2d2d2;
  color: transparent;
}
.favourites .list-view {
  padding-bottom: 64px;
  /*border-bottom: 1px solid red;*/
}
.favourites .list-view a:visited .stub-float-block {
  border: 5px solid #d5d5d5;
}
.favourites .list-view a:visited .status-block .rating, .favourites .list-view a:visited .status-block #career-profile .columns ul .col span.fact.rating, #career-profile .columns ul .col .favourites .list-view a:visited .status-block span.fact.rating {
  box-shadow: 0px 0px 4px #cacaca;
}
.favourites .job-stub a:visited {
  background: red;
}
.favourites .job-stub a:visited .stub-float-block .all-caps strong {
  color: inherit;
}

#favourites-secondary-nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto;
}
#favourites-secondary-nav ul li {
  text-align: center;
  width: auto;
  float: none;
  margin: auto;
  flex-grow: 1;
}

.employers-profile .profile-copy .status-block {
  margin-top: -10px;
}
.employers-profile .profile-copy-with-cover .status-block {
  margin-top: -30px;
}

.event-profile .profile-quick-list ul {
  margin: 15px 0;
}
.event-profile .profile-quick-list ul li {
  margin-bottom: 10px;
}
.event-profile .profile-quick-list ul li strong {
  font-weight: normal;
  font-family: "open_sansbold";
  float: left;
  margin-right: 8px;
}
.event-profile .profile-quick-list ul li p {
  display: inline-block;
}

#subscription-list-section h2.profile-title {
  padding-right: 0px;
  text-align: center;
  border-bottom: 1px solid #d2d2d2;
}
#subscription-list-section .list-view .stub > a > .stub-text {
  padding-right: 0px;
}

.jobs-profile .anchor {
  margin-bottom: 60px;
}
.jobs-profile .blocks .block img {
  max-width: 98px;
}
.jobs-profile .blocks .block.no-logo {
  background: url("gplaypattern-dk-blue.jpg") repeat;
}

.badge-new {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  background: yellow;
  padding: 2px 6px;
  line-height: 0.9;
  border-radius: 4px;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
}

/* INITIAL APP LOADING INDICATOR */
.ember-load-indicator P {
  text-align: center;
  margin-top: 100px;
  color: #095390;
  font-family: "source_sans_probold";
  font-weight: normal;
}
.ember-load-indicator .loading-spinner {
  color: #095390;
  font-size: 20px;
  margin: 300px auto 0 auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

/*base code*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/*the animation definition*/
@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

/*the animation definition*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*the animation definition*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#app-body {
  /*background: white;*/
}

#app-body.self-assessment {
  margin-top: 0;
  background: url("gplaypattern-light-blue.jpg") repeat;
  height: 100%;
  color: #fff;
}
#app-body.self-assessment #web-app-container {
  height: 100%;
}
#app-body.self-assessment #web-app-container > .liquid-container {
  height: 100%;
}
#app-body.self-assessment #web-app-container > .liquid-container > .liquid-child {
  height: 100%;
}

.self-assessment-container {
  height: calc(100% - 124px);
}
.self-assessment-container STRONG.question {
  text-align: center;
  display: inline-block;
  margin: 10px auto;
  width: 100%;
  font-weight: normal;
}
.self-assessment-container h2 {
  font-size: 26px;
  font-family: "source_sans_probold";
  padding: 20px;
  line-height: 1.2;
}
@media (min-width: 375px) {
  .self-assessment-container h2 {
    font-size: 34px;
    text-align: center;
  }
}
.self-assessment-container p {
  color: #fff;
}
.self-assessment-container .ghost-btn {
  font-size: 24px;
  display: block;
  margin: 0 auto;
  padding: 12px 10px;
  text-align: center;
  max-width: 80%;
  font-family: "source_sans_probold";
  margin: 30px auto;
  line-height: 0.9;
  cursor: pointer;
  color: #fff;
}
.self-assessment-container .ghost-btn:visited {
  color: #fff;
}
.self-assessment-container .sa-q-screen {
  position: relative;
  height: 100% !important;
  border: 1px solid transparent;
}
.self-assessment-container .sa-q-screen .sa-q-screen-top {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 56px;
  width: 100%;
}
.self-assessment-container .sa-q-screen .sa-q-screen-top .prog-bar {
  height: 10px;
  width: 40%;
}
.self-assessment-container .sa-q-screen .sa-q-screen-top strong {
  padding: 0 20px;
  margin-top: 15px;
  display: block;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle {
  height: 100%;
  margin-top: 58px;
  overflow-y: auto;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form {
  display: table;
  height: 100%;
  color: #fff;
  width: 100%;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form p {
  font-size: 16px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form input, .self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  font-family: "open_sanssemibold";
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form INPUT.center {
  text-align: center;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form INPUT::-webkit-input-placeholder {
  color: #fff;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form input[type=checkbox],
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form input[type=radio] {
  margin-right: 10px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form label {
  display: block;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form DIV.choice {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  padding: 10px 20px 0 60px;
  text-indent: -25px;
  cursor: pointer;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form .multiple-choice {
  width: 100%;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form STRONG.question {
  font-size: 18px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form select {
  display: block;
  border: 1px solid #fff;
  background: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  box-shadow: none;
  -webkit-appearance: none;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  margin-bottom: 8px;
  background: url("select-box-chevron.png") 96% center no-repeat;
  background-size: 20px auto;
  cursor: pointer;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form .ember-power-select-trigger {
  cursor: pointer;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form fieldset {
  margin-top: 10px;
  border: none;
  padding: 0;
  padding-left: 60px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-middle .sa-form fieldset > div > input {
  background: none;
  display: inline-block;
  padding: 10px;
  border: 1px solid #fff;
  width: 94%;
  float: right;
  color: #fff;
  line-height: normal;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 64px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .liquid-container {
  overflow: visible;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .liquid-container .liquid-child {
  overflow: visible;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .half {
  width: 50%;
  height: 64px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .half.half-left {
  padding-right: 5px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .half.half-right {
  padding-left: 5px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-prev,
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-next {
  line-height: 44px;
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  color: #fff;
  height: 44px;
  width: 100%;
  display: block;
  font-family: "open_sanssemibold";
  font-weight: normal;
  cursor: pointer;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-prev span,
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-next span {
  font-size: 18px;
  text-align: center;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-prev i,
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-next i {
  font-size: 15px;
  text-align: center;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-prev.disabled,
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-next.disabled {
  opacity: 0.5;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-prev {
  float: left;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-prev i {
  margin-right: 8px;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-next {
  float: right;
}
.self-assessment-container .sa-q-screen .sa-q-screen-bottom .sa-next i {
  margin-left: 8px;
}
@media only screen and (max-device-width: 480px) {
  .self-assessment-container #sa-q-1 {
    height: 420px;
  }
  .self-assessment-container #sa-q-1 H2 {
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .self-assessment-container #sa-q-1 P {
    padding: 0px;
    font-size: 12px;
    line-height: 18px;
  }
}
.self-assessment-container #sa-q-1 .choices-block {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
.self-assessment-container #sa-q-1 p {
  font-size: 16px;
  padding: 0px 20px;
}
.self-assessment-container #sa-q-1 .do-later {
  text-align: center;
  color: #fff;
  display: block;
  cursor: pointer;
}
@media only screen and (max-device-width: 480px) {
  .self-assessment-container #sa-q-2 {
    height: 420px;
  }
}
.self-assessment-container #sa-q-2 STRONG.question {
  font-size: 17px;
}
.self-assessment-container #sa-q-2 .choices-block {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
.self-assessment-container #sa-q-2 p {
  font-size: 16px;
}
.self-assessment-container #sa-q-2 p > input[type=text] {
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  width: 40px;
  -webkit-appearance: textfield;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

@keyframes drop-fade-below {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(3px);
  }
}
@keyframes drop-fade-above {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(-3px);
  }
}
.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-below 0.15s;
}

.ember-basic-dropdown-content--below.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-below 0.15s reverse;
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-in {
  animation: drop-fade-above 0.15s;
}

.ember-basic-dropdown-content--above.ember-basic-dropdown--transitioning-out {
  animation: drop-fade-above 0.15s reverse;
}

.ember-power-select-trigger {
  margin-top: 10px;
  margin-bottom: 10px;
  background: url("select-box-chevron.png") 96% center no-repeat;
  background-size: 20px auto;
}

.ember-power-select-status-icon {
  display: none;
}

.ember-power-select-placeholder {
  font-size: 16px;
}

.ember-power-select-selected-item {
  font-size: 16px;
}

.ember-basic-dropdown {
  position: relative;
}

.ember-basic-dropdown, .ember-basic-dropdown-content, .ember-basic-dropdown-content * {
  box-sizing: border-box;
}

.ember-basic-dropdown-content {
  position: absolute;
  width: auto;
  z-index: 1000;
  background-color: inherit;
}

.ember-basic-dropdown-content--left {
  left: 0;
}

.ember-basic-dropdown-content--right {
  right: 0;
}

.ember-basic-dropdown-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
  left: 0;
  pointer-events: none;
}

.ember-basic-dropdown-content-wormhole-origin {
  display: inline;
}

.ember-power-select-dropdown * {
  box-sizing: border-box;
}

.ember-power-select-trigger {
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-radius: none;
  background-color: inherit;
  line-height: 2.3;
  overflow-x: hidden;
  text-overflow: ellipsis;
  min-height: 2.3em;
  user-select: none;
  -webkit-user-select: none;
  color: inherit;
  /* Minimum clearfix for modern browsers */
}
.ember-power-select-trigger:after {
  content: "";
  display: table;
  clear: both;
}

.ember-power-select-trigger:focus,
.ember-power-select-trigger--active {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  box-shadow: none;
  outline: none;
}

.ember-basic-dropdown-trigger--below.ember-power-select-trigger[aria-expanded=true],
.ember-basic-dropdown-trigger--in-place.ember-power-select-trigger[aria-expanded=true] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-basic-dropdown-trigger--above.ember-power-select-trigger[aria-expanded=true] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-placeholder {
  color: #fff;
  display: block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ember-power-select-status-icon {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: transparent transparent transparent transparent;
}
.ember-basic-dropdown-trigger[aria-expanded=true] .ember-power-select-status-icon {
  transform: rotate(180deg);
}

.ember-power-select-clear-btn {
  position: absolute;
  cursor: pointer;
}

.ember-power-select-trigger-multiple-input {
  font-family: inherit;
  font-size: inherit;
  border: none;
  display: inline-block;
  line-height: inherit;
  -webkit-appearance: none;
  outline: none;
  padding: 0;
  float: left;
  background-color: transparent;
  text-indent: 2px;
  /* There's a browser bug where this selectos cannot be chained with commas */
}
.ember-power-select-trigger-multiple-input:disabled {
  background-color: #fff;
}
.ember-power-select-trigger-multiple-input::placeholder {
  opacity: 1;
  color: #fff;
}
.ember-power-select-trigger-multiple-input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.ember-power-select-trigger-multiple-input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.ember-power-select-trigger-multiple-input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.ember-power-select-multiple-options {
  padding: 0;
  margin: 0;
}

.ember-power-select-multiple-option {
  border: 1px solid gray;
  border-radius: none;
  color: #333333;
  background-color: #fff;
  padding: 0 4px;
  display: inline-block;
  line-height: 1.45;
  float: left;
  margin: 2px 0 2px 3px;
}

.ember-power-select-multiple-remove-btn {
  cursor: pointer;
}
.ember-power-select-multiple-remove-btn:not(:hover) {
  opacity: 0.5;
}

.ember-power-select-search {
  padding: 4px;
}

.ember-power-select-search-input {
  border: none;
  border-radius: 0;
  width: 100%;
  font-size: inherit;
  line-height: inherit;
  padding: 0 5px;
}
.ember-power-select-search-input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.ember-power-select-dropdown {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  line-height: 2.3;
  border-radius: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
  color: inherit;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--above {
  border-top: solid 1px #fff;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--below, .ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  border-top: none;
  border-bottom: solid 1px #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ember-power-select-dropdown.ember-basic-dropdown-content--in-place {
  width: 100%;
}

.ember-power-select-options {
  list-style: none;
  margin: 0;
  padding: 0;
  user-select: none;
  -webkit-user-select: none;
}
.ember-power-select-options[role=listbox] {
  overflow-y: auto;
  /* in firefox in windows this can cause a word-break issue. Try `overflow-y: scroll` if that happens */
  -webkit-overflow-scrolling: touch;
  max-height: 16.1em;
}

.ember-power-select-option {
  cursor: pointer;
  padding: 0 8px;
}

.ember-power-select-group[aria-disabled=true] {
  color: #999999;
  cursor: not-allowed;
}

.ember-power-select-group[aria-disabled=true] .ember-power-select-option,
.ember-power-select-option[aria-disabled=true] {
  color: #999999;
  pointer-events: none;
  cursor: not-allowed;
}

.ember-power-select-option[aria-selected=true] {
  background-color: #e1e1e1;
}

.ember-power-select-option[aria-current=true] {
  background-color: #eee;
  color: inherit;
}

.ember-power-select-group-name {
  cursor: default;
  font-weight: bold;
}

.ember-power-select-trigger[aria-disabled=true] {
  background-color: #fff;
}

.ember-power-select-trigger {
  padding: 0 16px 0 0;
}

.ember-power-select-selected-item, .ember-power-select-placeholder {
  margin-left: 8px;
}

.ember-power-select-status-icon {
  right: 5px;
}

.ember-power-select-clear-btn {
  right: 25px;
}

.ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-left: 40px;
}
.ember-power-select-group .ember-power-select-option {
  padding-left: 24px;
}
.ember-power-select-group .ember-power-select-group-name {
  padding-left: 8px;
}

.ember-power-select-trigger[dir=rtl] {
  padding: 0 0 0 16px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-selected-item, .ember-power-select-trigger[dir=rtl] .ember-power-select-placeholder {
  margin-right: 8px;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-multiple-option {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-trigger-multiple-input {
  float: right;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-status-icon {
  left: 5px;
  right: initial;
}
.ember-power-select-trigger[dir=rtl] .ember-power-select-clear-btn {
  left: 25px;
  right: initial;
}

.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-group-name {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group .ember-power-select-option {
  padding-right: 40px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-option {
  padding-right: 24px;
}
.ember-power-select-dropdown[dir=rtl] .ember-power-select-group .ember-power-select-group-name {
  padding-right: 8px;
}

* {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

INPUT {
  -webkit-user-select: initial;
}

BODY {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none !important;
}

.ember-basic-dropdown-content {
  background: #fff;
  font-size: 16px;
}
.ember-basic-dropdown-content UL {
  line-height: 30px;
}
.ember-basic-dropdown-content .ember-power-select-search INPUT {
  -webkit-appearance: none;
  display: block;
  line-height: 25px;
  font-size: 14px;
  padding-left: 0;
}

@media only screen and (min-width: 414px) {
  body {
    background: url("gplaypattern-dk-blue.jpg") repeat;
  }

  .ember-load-indicator {
    background: #f4f4f4;
  }

  .app-container {
    background: #f4f4f4;
    margin: 0 auto;
    overflow: hidden;
    /*height: 671px;*/
    position: relative;
  }

  #header, #footer {
    margin: 0 auto;
  }

  #header {
    position: absolute;
    /*background: Rgba(0,0,0,.1);*/
  }

  #navbar-secondary {
    position: absolute;
    top: 64px;
  }

  #footer {
    position: absolute;
  }

  #app-body {
    background: #f4f4f4;
    overflow-y: auto !important;
  }

  .content-wrapper {
    padding-bottom: 64px;
  }

  /*

  #app-body.self-assessment{

  	#web-app-container{
  		background: orange;

  		height: 100%;

  		> .liquid-container{height: 100%;

  			> .liquid-child{height: 100%;}
  		}
  	}

  	.self-assessment-container{

  		.sa-q-screen{
  			height: 100%;
  			top: 0px;
  		}
  	}

  }*/
}
@media only screen and (min-width: 414px) and (max-height: 736px) {
  body {
    overflow-y: auto;
    min-height: 0px !important;
  }

  #app-body {
    background: #f4f4f4;
    overflow-y: auto !important;
  }

  /*.content-wrapper{padding-bottom: 0px;}

  .favourites{
  	.list-view{background: Red;}
  } */
}
/*

@media only screen and (min-width: 768px) and (min-height: 768px){
	.app-container {max-height: initial; max-width: initial;}
	#header, #footer {
		left: 0px;
		margin-left: 0;
		max-width: initial;
		width: 100%;
	}
	#navbar-secondary {
		max-width: initial;
	}
}
*/