/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}
.okeSurveys *,
.okeSurveys *::before,
.okeSurveys *::after {
  box-sizing: border-box;
}
.okeSurveys h1,
.okeSurveys h2,
.okeSurveys h3,
.okeSurveys h4,
.okeSurveys h5,
.okeSurveys h6 {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
.okeSurveys ul {
  padding: 0;
  margin: 0;
}
.okeSurveys li {
  list-style-type: none;
  padding: 0;
}
.okeSurveys p {
  line-height: 1.8;
  margin: 0 0 4px;
}
.okeSurveys p:last-child {
  margin-bottom: 0;
}
.okeSurveys a {
  text-decoration: none;
  color: inherit;
}
.okeSurveys button {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  margin: 0;
  width: auto;
  min-width: auto;
  padding: 0;
  background-color: transparent;
}
.okeSurveys input,
.okeSurveys textarea,
.okeSurveys select,
.okeSurveys button {
  font-family: inherit;
  font-size: 1em;
}
.okeSurveys select,
.okeSurveys label {
  display: inline;
}
.okeSurveys fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.okeSurveys img {
  max-width: initial;
}
.okeSurveys div:empty {
  display: block;
}

.okeSurveys {
  /*
      Returns the immediate selector (without all parent selectors).
      e.g. immediate(.foo .bar .baz) -> .baz

      Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
  */
  /* https://thatemil.com/blog/2015/01/03/reset-your-fieldset/ */
}
@-webkit-keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.okeSurveys ::-moz-placeholder {
  color: #c2c2c2;
}
.okeSurveys :-ms-input-placeholder {
  color: #c2c2c2;
}
.okeSurveys ::placeholder {
  color: #c2c2c2;
}
.okeSurveys label {
  display: inline-block;
  font-weight: normal;
  max-width: 100%;
}
.okeSurveys fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0.01em 0 0;
}
.okeSurveys legend {
  padding: 0;
}
.okeSurveys select,
.okeSurveys button,
.okeSurveys textarea,
.okeSurveys input {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.okeSurveys select[disabled],
.okeSurveys button[disabled],
.okeSurveys textarea[disabled],
.okeSurveys input[disabled] {
  cursor: not-allowed;
}
.okeSurveys a {
  color: #00b69c;
  text-decoration: none;
}
.okeSurveys a:hover, .okeSurveys a:focus {
  color: #00b69c;
  text-decoration: underline;
}
.okeSurveys a.is-disabled {
  color: #676986;
  cursor: not-allowed;
}
.okeSurveys a.is-disabled:hover {
  text-decoration: none;
}
.okeSurveys .u-paddingHorizontal--xSmall {
  padding-left: 4px;
  padding-right: 4px;
}
.okeSurveys .u-paddingHorizontal--small {
  padding-left: 8px;
  padding-right: 8px;
}
.okeSurveys .u-paddingHorizontal--medium {
  padding-left: 16px;
  padding-right: 16px;
}
.okeSurveys .u-paddingHorizontal--large {
  padding-left: 32px;
  padding-right: 32px;
}
.okeSurveys .u-paddingHorizontal--xLarge {
  padding-left: 64px;
  padding-right: 64px;
}
.okeSurveys .u-paddingVertical--xSmall {
  padding-bottom: 4px;
  padding-top: 4px;
}
.okeSurveys .u-paddingVertical--small {
  padding-bottom: 8px;
  padding-top: 8px;
}
.okeSurveys .u-paddingVertical--medium {
  padding-bottom: 16px;
  padding-top: 16px;
}
.okeSurveys .u-paddingVertical--large {
  padding-bottom: 32px;
  padding-top: 32px;
}
.okeSurveys .u-paddingVertical--xLarge {
  padding-bottom: 64px;
  padding-top: 64px;
}
.okeSurveys .u-paddingTop--xSmall {
  padding-top: 4px;
}
.okeSurveys .u-paddingTop--small {
  padding-top: 8px;
}
.okeSurveys .u-paddingTop--medium {
  padding-top: 16px;
}
.okeSurveys .u-paddingTop--large {
  padding-top: 32px;
}
.okeSurveys .u-paddingTop--xLarge {
  padding-top: 64px;
}
.okeSurveys .u-paddingRight--xSmall {
  padding-right: 4px;
}
.okeSurveys .u-paddingRight--small {
  padding-right: 8px;
}
.okeSurveys .u-paddingRight--medium {
  padding-right: 16px;
}
.okeSurveys .u-paddingRight--large {
  padding-right: 32px;
}
.okeSurveys .u-paddingRight--xLarge {
  padding-right: 64px;
}
.okeSurveys .u-paddingBottom--xSmall {
  padding-bottom: 4px;
}
.okeSurveys .u-paddingBottom--small {
  padding-bottom: 8px;
}
.okeSurveys .u-paddingBottom--medium {
  padding-bottom: 16px;
}
.okeSurveys .u-paddingBottom--large {
  padding-bottom: 32px;
}
.okeSurveys .u-paddingBottom--xLarge {
  padding-bottom: 64px;
}
.okeSurveys .u-paddingLeft--xSmall {
  padding-left: 4px;
}
.okeSurveys .u-paddingLeft--small {
  padding-left: 8px;
}
.okeSurveys .u-paddingLeft--medium {
  padding-left: 16px;
}
.okeSurveys .u-paddingLeft--large {
  padding-left: 32px;
}
.okeSurveys .u-paddingLeft--xLarge {
  padding-left: 64px;
}
.okeSurveys .u-padding--xSmall {
  padding: 4px;
}
.okeSurveys .u-padding--small {
  padding: 8px;
}
.okeSurveys .u-padding--medium {
  padding: 16px;
}
.okeSurveys .u-padding--large {
  padding: 32px;
}
.okeSurveys .u-padding--xLarge {
  padding: 64px;
}
.okeSurveys .u-marginHorizontal--xSmall {
  margin-left: 4px;
  margin-right: 4px;
}
.okeSurveys .u-marginHorizontal--small {
  margin-left: 8px;
  margin-right: 8px;
}
.okeSurveys .u-marginHorizontal--medium {
  margin-left: 16px;
  margin-right: 16px;
}
.okeSurveys .u-marginHorizontal--large {
  margin-left: 32px;
  margin-right: 32px;
}
.okeSurveys .u-marginHorizontal--xLarge {
  margin-left: 64px;
  margin-right: 64px;
}
.okeSurveys .u-marginVertical--xSmall {
  margin-bottom: 4px;
  margin-top: 4px;
}
.okeSurveys .u-marginVertical--small {
  margin-bottom: 8px;
  margin-top: 8px;
}
.okeSurveys .u-marginVertical--medium {
  margin-bottom: 16px;
  margin-top: 16px;
}
.okeSurveys .u-marginVertical--large {
  margin-bottom: 32px;
  margin-top: 32px;
}
.okeSurveys .u-marginVertical--xLarge {
  margin-bottom: 64px;
  margin-top: 64px;
}
.okeSurveys .u-marginTop--xSmall {
  margin-top: 4px;
}
.okeSurveys .u-marginTop--small {
  margin-top: 8px;
}
.okeSurveys .u-marginTop--medium {
  margin-top: 16px;
}
.okeSurveys .u-marginTop--large {
  margin-top: 32px;
}
.okeSurveys .u-marginTop--xLarge {
  margin-top: 64px;
}
.okeSurveys .u-marginRight--xSmall {
  margin-right: 4px;
}
.okeSurveys .u-marginRight--small {
  margin-right: 8px;
}
.okeSurveys .u-marginRight--medium {
  margin-right: 16px;
}
.okeSurveys .u-marginRight--large {
  margin-right: 32px;
}
.okeSurveys .u-marginRight--xLarge {
  margin-right: 64px;
}
.okeSurveys .u-marginBottom--xSmall {
  margin-bottom: 4px;
}
.okeSurveys .u-marginBottom--small {
  margin-bottom: 8px;
}
.okeSurveys .u-marginBottom--medium {
  margin-bottom: 16px;
}
.okeSurveys .u-marginBottom--large {
  margin-bottom: 32px;
}
.okeSurveys .u-marginBottom--xLarge {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .okeSurveys .u-marginBottom--medium-none {
    margin-bottom: 0;
  }
  .okeSurveys .u-marginBottom--medium-xSmall {
    margin-bottom: 4px;
  }
  .okeSurveys .u-marginBottom--medium-small {
    margin-bottom: 8px;
  }
  .okeSurveys .u-marginBottom--medium-medium {
    margin-bottom: 16px;
  }
  .okeSurveys .u-marginBottom--medium-large {
    margin-bottom: 32px;
  }
  .okeSurveys .u-marginBottom--medium-xLarge {
    margin-bottom: 64px;
  }
}
.okeSurveys .u-marginLeft--xSmall {
  margin-left: 4px;
}
.okeSurveys .u-marginLeft--small {
  margin-left: 8px;
}
.okeSurveys .u-marginLeft--medium {
  margin-left: 16px;
}
.okeSurveys .u-marginLeft--large {
  margin-left: 32px;
}
.okeSurveys .u-marginLeft--xLarge {
  margin-left: 64px;
}
.okeSurveys .u-margin--xSmall {
  margin: 4px;
}
.okeSurveys .u-margin--small {
  margin: 8px;
}
.okeSurveys .u-margin--medium {
  margin: 16px;
}
.okeSurveys .u-margin--large {
  margin: 32px;
}
.okeSurveys .u-margin--xLarge {
  margin: 64px;
}
.okeSurveys .u-marginUI--xxxSmall {
  margin: 4px;
}
.okeSurveys .u-marginUI--xxSmall {
  margin: 8px;
}
.okeSurveys .u-marginUI--xSmall {
  margin: 12px;
}
.okeSurveys .u-marginUI--small {
  margin: 16px;
}
.okeSurveys .u-marginUI--medium {
  margin: 24px;
}
.okeSurveys .u-marginUI--large {
  margin: 32px;
}
.okeSurveys .u-marginUI--xLarge {
  margin: 40px;
}
.okeSurveys .u-marginUI--xxLarge {
  margin: 48px;
}
.okeSurveys .u-marginUI--xxxLarge {
  margin: 64px;
}
.okeSurveys .u-marginBottomUI--xxxSmall {
  margin-bottom: 4px;
}
.okeSurveys .u-marginBottomUI--xxSmall {
  margin-bottom: 8px;
}
.okeSurveys .u-marginBottomUI--xSmall {
  margin-bottom: 12px;
}
.okeSurveys .u-marginBottomUI--small {
  margin-bottom: 16px;
}
.okeSurveys .u-marginBottomUI--medium {
  margin-bottom: 24px;
}
.okeSurveys .u-marginBottomUI--large {
  margin-bottom: 32px;
}
.okeSurveys .u-marginBottomUI--xLarge {
  margin-bottom: 40px;
}
.okeSurveys .u-marginBottomUI--xxLarge {
  margin-bottom: 48px;
}
.okeSurveys .u-marginBottomUI--xxxLarge {
  margin-bottom: 64px;
}
.okeSurveys .u-marginTopUI--xxxSmall {
  margin-top: 4px;
}
.okeSurveys .u-marginTopUI--xxSmall {
  margin-top: 8px;
}
.okeSurveys .u-marginTopUI--xSmall {
  margin-top: 12px;
}
.okeSurveys .u-marginTopUI--small {
  margin-top: 16px;
}
.okeSurveys .u-marginTopUI--medium {
  margin-top: 24px;
}
.okeSurveys .u-marginTopUI--large {
  margin-top: 32px;
}
.okeSurveys .u-marginTopUI--xLarge {
  margin-top: 40px;
}
.okeSurveys .u-marginTopUI--xxLarge {
  margin-top: 48px;
}
.okeSurveys .u-marginTopUI--xxxLarge {
  margin-top: 64px;
}
.okeSurveys .u-marginLeftUI--xxxSmall {
  margin-left: 4px;
}
.okeSurveys .u-marginLeftUI--xxSmall {
  margin-left: 8px;
}
.okeSurveys .u-marginLeftUI--xSmall {
  margin-left: 12px;
}
.okeSurveys .u-marginLeftUI--small {
  margin-left: 16px;
}
.okeSurveys .u-marginLeftUI--medium {
  margin-left: 24px;
}
.okeSurveys .u-marginLeftUI--large {
  margin-left: 32px;
}
.okeSurveys .u-marginLeftUI--xLarge {
  margin-left: 40px;
}
.okeSurveys .u-marginLeftUI--xxLarge {
  margin-left: 48px;
}
.okeSurveys .u-marginLeftUI--xxxLarge {
  margin-left: 64px;
}
.okeSurveys .u-marginRightUI--xxxSmall {
  margin-right: 4px;
}
.okeSurveys .u-marginRightUI--xxSmall {
  margin-right: 8px;
}
.okeSurveys .u-marginRightUI--xSmall {
  margin-right: 12px;
}
.okeSurveys .u-marginRightUI--small {
  margin-right: 16px;
}
.okeSurveys .u-marginRightUI--medium {
  margin-right: 24px;
}
.okeSurveys .u-marginRightUI--large {
  margin-right: 32px;
}
.okeSurveys .u-marginRightUI--xLarge {
  margin-right: 40px;
}
.okeSurveys .u-marginRightUI--xxLarge {
  margin-right: 48px;
}
.okeSurveys .u-marginRightUI--xxxLarge {
  margin-right: 64px;
}
.okeSurveys .u-marginVerticalUI--xxxSmall {
  margin-bottom: 4px;
  margin-top: 4px;
}
.okeSurveys .u-marginVerticalUI--xxSmall {
  margin-bottom: 8px;
  margin-top: 8px;
}
.okeSurveys .u-marginVerticalUI--xSmall {
  margin-bottom: 12px;
  margin-top: 12px;
}
.okeSurveys .u-marginVerticalUI--small {
  margin-bottom: 16px;
  margin-top: 16px;
}
.okeSurveys .u-marginVerticalUI--medium {
  margin-bottom: 24px;
  margin-top: 24px;
}
.okeSurveys .u-marginVerticalUI--large {
  margin-bottom: 32px;
  margin-top: 32px;
}
.okeSurveys .u-marginVerticalUI--xLarge {
  margin-bottom: 40px;
  margin-top: 40px;
}
.okeSurveys .u-marginVerticalUI--xxLarge {
  margin-bottom: 48px;
  margin-top: 48px;
}
.okeSurveys .u-marginVerticalUI--xxxLarge {
  margin-bottom: 64px;
  margin-top: 64px;
}
.okeSurveys .u-paddingUI--xxxSmall {
  padding: 4px;
}
.okeSurveys .u-paddingUI--xxSmall {
  padding: 8px;
}
.okeSurveys .u-paddingUI--xSmall {
  padding: 12px;
}
.okeSurveys .u-paddingUI--small {
  padding: 16px;
}
.okeSurveys .u-paddingUI--medium {
  padding: 24px;
}
.okeSurveys .u-paddingUI--large {
  padding: 32px;
}
.okeSurveys .u-paddingUI--xLarge {
  padding: 40px;
}
.okeSurveys .u-paddingUI--xxLarge {
  padding: 48px;
}
.okeSurveys .u-paddingUI--xxxLarge {
  padding: 64px;
}
.okeSurveys .u-paddingBottomUI--xxxSmall {
  padding-bottom: 4px;
}
.okeSurveys .u-paddingBottomUI--xxSmall {
  padding-bottom: 8px;
}
.okeSurveys .u-paddingBottomUI--xSmall {
  padding-bottom: 12px;
}
.okeSurveys .u-paddingBottomUI--small {
  padding-bottom: 16px;
}
.okeSurveys .u-paddingBottomUI--medium {
  padding-bottom: 24px;
}
.okeSurveys .u-paddingBottomUI--large {
  padding-bottom: 32px;
}
.okeSurveys .u-paddingBottomUI--xLarge {
  padding-bottom: 40px;
}
.okeSurveys .u-paddingBottomUI--xxLarge {
  padding-bottom: 48px;
}
.okeSurveys .u-paddingBottomUI--xxxLarge {
  padding-bottom: 64px;
}
.okeSurveys .u-paddingTopUI--xxxSmall {
  padding-top: 4px;
}
.okeSurveys .u-paddingTopUI--xxSmall {
  padding-top: 8px;
}
.okeSurveys .u-paddingTopUI--xSmall {
  padding-top: 12px;
}
.okeSurveys .u-paddingTopUI--small {
  padding-top: 16px;
}
.okeSurveys .u-paddingTopUI--medium {
  padding-top: 24px;
}
.okeSurveys .u-paddingTopUI--large {
  padding-top: 32px;
}
.okeSurveys .u-paddingTopUI--xLarge {
  padding-top: 40px;
}
.okeSurveys .u-paddingTopUI--xxLarge {
  padding-top: 48px;
}
.okeSurveys .u-paddingTopUI--xxxLarge {
  padding-top: 64px;
}
.okeSurveys .u-paddingLeftUI--xxxSmall {
  padding-left: 4px;
}
.okeSurveys .u-paddingLeftUI--xxSmall {
  padding-left: 8px;
}
.okeSurveys .u-paddingLeftUI--xSmall {
  padding-left: 12px;
}
.okeSurveys .u-paddingLeftUI--small {
  padding-left: 16px;
}
.okeSurveys .u-paddingLeftUI--medium {
  padding-left: 24px;
}
.okeSurveys .u-paddingLeftUI--large {
  padding-left: 32px;
}
.okeSurveys .u-paddingLeftUI--xLarge {
  padding-left: 40px;
}
.okeSurveys .u-paddingLeftUI--xxLarge {
  padding-left: 48px;
}
.okeSurveys .u-paddingLeftUI--xxxLarge {
  padding-left: 64px;
}
.okeSurveys .u-paddingRightUI--xxxSmall {
  padding-right: 4px;
}
.okeSurveys .u-paddingRightUI--xxSmall {
  padding-right: 8px;
}
.okeSurveys .u-paddingRightUI--xSmall {
  padding-right: 12px;
}
.okeSurveys .u-paddingRightUI--small {
  padding-right: 16px;
}
.okeSurveys .u-paddingRightUI--medium {
  padding-right: 24px;
}
.okeSurveys .u-paddingRightUI--large {
  padding-right: 32px;
}
.okeSurveys .u-paddingRightUI--xLarge {
  padding-right: 40px;
}
.okeSurveys .u-paddingRightUI--xxLarge {
  padding-right: 48px;
}
.okeSurveys .u-paddingRightUI--xxxLarge {
  padding-right: 64px;
}
.okeSurveys .u-paddingVerticalUI--xxxSmall {
  padding-bottom: 4px;
  padding-top: 4px;
}
.okeSurveys .u-paddingVerticalUI--xxSmall {
  padding-bottom: 8px;
  padding-top: 8px;
}
.okeSurveys .u-paddingVerticalUI--xSmall {
  padding-bottom: 12px;
  padding-top: 12px;
}
.okeSurveys .u-paddingVerticalUI--small {
  padding-bottom: 16px;
  padding-top: 16px;
}
.okeSurveys .u-paddingVerticalUI--medium {
  padding-bottom: 24px;
  padding-top: 24px;
}
.okeSurveys .u-paddingVerticalUI--large {
  padding-bottom: 32px;
  padding-top: 32px;
}
.okeSurveys .u-paddingVerticalUI--xLarge {
  padding-bottom: 40px;
  padding-top: 40px;
}
.okeSurveys .u-paddingVerticalUI--xxLarge {
  padding-bottom: 48px;
  padding-top: 48px;
}
.okeSurveys .u-paddingVerticalUI--xxxLarge {
  padding-bottom: 64px;
  padding-top: 64px;
}
.okeSurveys .u-paddingHorizontalUI--xxxSmall {
  padding-left: 4px;
  padding-right: 4px;
}
.okeSurveys .u-paddingHorizontalUI--xxSmall {
  padding-left: 8px;
  padding-right: 8px;
}
.okeSurveys .u-paddingHorizontalUI--xSmall {
  padding-left: 12px;
  padding-right: 12px;
}
.okeSurveys .u-paddingHorizontalUI--small {
  padding-left: 16px;
  padding-right: 16px;
}
.okeSurveys .u-paddingHorizontalUI--medium {
  padding-left: 24px;
  padding-right: 24px;
}
.okeSurveys .u-paddingHorizontalUI--large {
  padding-left: 32px;
  padding-right: 32px;
}
.okeSurveys .u-paddingHorizontalUI--xLarge {
  padding-left: 40px;
  padding-right: 40px;
}
.okeSurveys .u-paddingHorizontalUI--xxLarge {
  padding-left: 48px;
  padding-right: 48px;
}
.okeSurveys .u-paddingHorizontalUI--xxxLarge {
  padding-left: 64px;
  padding-right: 64px;
}
.okeSurveys .u-display--block {
  display: block;
}
@media (min-width: 480px) {
  .okeSurveys .u-display--block-small {
    display: block;
  }
}
@media (min-width: 768px) {
  .okeSurveys .u-display--block-medium {
    display: block;
  }
}
@media (min-width: 1024px) {
  .okeSurveys .u-display--block-large {
    display: block;
  }
}
.okeSurveys .u-display--inline {
  display: inline;
}
.okeSurveys .u-display--inlineBlock {
  display: inline-block;
}
.okeSurveys .u-display--flex {
  display: flex;
}
.okeSurveys .u-fontFamily--primary {
  font-family: "Varela Round", sans-serif;
}
.okeSurveys .u-fontFamily--secondary {
  font-family: "Lato", "Open Sans", sans-serif;
}
.okeSurveys .u-fontSize--xxxSmall {
  font-size: 6px;
}
.okeSurveys .u-fontSize--xxSmall {
  font-size: 8px;
}
.okeSurveys .u-fontSize--xSmall {
  font-size: 12px;
}
.okeSurveys .u-fontSize--small {
  font-size: 13px;
}
.okeSurveys .u-fontSize--regular {
  font-size: 14px;
}
.okeSurveys .u-fontSize--medium {
  font-size: 16px;
}
.okeSurveys .u-fontSize--large {
  font-size: 20px;
}
.okeSurveys .u-fontSize--xLarge {
  font-size: 24px;
}
.okeSurveys .u-fontSize--xxLarge {
  font-size: 28px;
}
.okeSurveys .u-fontSize--xxxLarge {
  font-size: 32px;
}
.okeSurveys .u-fontWeight--normal {
  font-weight: normal;
}
.okeSurveys .u-fontWeight--bold {
  font-weight: bold;
}
.okeSurveys .u-fontWeight--semibold {
  font-weight: 600;
}
.okeSurveys .u-textAlign--left {
  text-align: left;
}
.okeSurveys .u-textAlign--center {
  text-align: center;
}
.okeSurveys .u-textAlign--right {
  text-align: right;
}
@media (min-width: 768px) {
  .okeSurveys .u-textAlign--medium-left {
    text-align: left;
  }
  .okeSurveys .u-textAlign--medium-center {
    text-align: center;
  }
  .okeSurveys .u-textAlign--medium-right {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .okeSurveys .u-textAlign--large-left {
    text-align: left;
  }
  .okeSurveys .u-textAlign--large-center {
    text-align: center;
  }
  .okeSurveys .u-textAlign--large-right {
    text-align: right;
  }
}
.okeSurveys .u-textColor--default {
  color: #272d45;
}
.okeSurveys .u-textColor--mid {
  color: #676986;
}
.okeSurveys .u-textColor--light {
  color: #fff;
}
.okeSurveys .u-textColor--brand {
  color: #00b69c;
}
.okeSurveys .u-textColor--error {
  color: #ed5353;
}
.okeSurveys .u-textTransform--uppercase {
  text-transform: uppercase;
}
.okeSurveys .u-lineHeight--1 {
  line-height: 1;
}
.okeSurveys .u-lineHeight--tight {
  line-height: 1.2;
}
.okeSurveys .u-lineHeight--normal {
  line-height: 1.6;
}
.okeSurveys .u-lineHeight--loose {
  line-height: 2;
}
.okeSurveys .u-lineHeight--xLoose {
  line-height: 2.5;
}
.okeSurveys .u-hidden {
  display: none;
}
@media (min-width: 480px) {
  .okeSurveys .u-hidden--small {
    display: none;
  }
}
@media (min-width: 768px) {
  .okeSurveys .u-hidden--medium {
    display: none;
  }
}
@media (min-width: 1024px) {
  .okeSurveys .u-hidden--large {
    display: none;
  }
}
.okeSurveys .u-block {
  display: block;
}
@media (min-width: 480px) {
  .okeSurveys .u-block--small {
    display: block;
  }
}
@media (min-width: 768px) {
  .okeSurveys .u-block--medium {
    display: block;
  }
}
@media (min-width: 1024px) {
  .okeSurveys .u-block--large {
    display: block;
  }
}
.okeSurveys .u-faded {
  opacity: 0.5;
}
.okeSurveys .u-disabled {
  opacity: 0.5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.okeSurveys .u-processing {
  display: inline-block;
  position: relative;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.okeSurveys .u-processing::before, .okeSurveys .u-processing::after {
  border: 3px solid #d9d9d9;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
}
.okeSurveys .u-processing::after {
  -webkit-animation: spin 1.5s linear 0s infinite none normal;
          animation: spin 1.5s linear 0s infinite none normal;
  border: 3px solid transparent;
  border-right-color: #00caaa;
  border-top-color: #00caaa;
}
.okeSurveys .u-processing > * {
  opacity: 0.3;
}
.okeSurveys .u-processing::before, .okeSurveys .u-processing::after {
  margin: auto;
  width: 48px;
  height: 48px;
}
.okeSurveys .u-assistive-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.okeSurveys .u-invisible {
  visibility: hidden;
}
.okeSurveys .c-alert {
  background-color: #43a1fa;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  color: #fff;
  display: flex;
  padding: 16px;
  -webkit-font-smoothing: auto;
}
.okeSurveys .c-alert-icon {
  flex: 0 0 auto;
  margin-right: 16px;
}
.okeSurveys .c-alert-content {
  align-items: center;
  display: flex;
  flex: 0 1 100%;
}
.okeSurveys .c-alert-content-inner {
  flex: 0 1 auto;
}
.okeSurveys .c-alert-link {
  color: currentColor;
  font-weight: bold;
  text-decoration: underline;
}
.okeSurveys .c-alert-link:focus, .okeSurveys .c-alert-link:hover {
  color: currentColor;
}
.okeSurveys .c-alert--positive {
  background-color: #00caaa;
}
.okeSurveys .c-alert--warning {
  background-color: #ff9800;
}
.okeSurveys .c-alert--negative {
  background-color: #ed5353;
}
.okeSurveys .c-select {
  background-color: #fff;
  border: 1px solid #dbdde4;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  /* Use fixed height as padding does not affect select elements on Chrome */
  margin: 0;
  max-width: 100%;
  padding: 0 32px 0 12px;
  text-overflow: ellipsis;
  vertical-align: top;
  /* Remove default browser styles and add back arrow */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' fill='%2523000'%3E%3Cpolygon points='0,0 10,0 5,5'/%3E%3C/svg%3E%0A");
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.okeSurveys .c-select[disabled] {
  background: #d9d9d9;
  border-color: #d9d9d9;
  color: #676986;
}
.okeSurveys .c-select--short {
  width: 124px;
}
.okeSurveys .c-select--medium {
  width: 180px;
}
.okeSurveys .c-select--long {
  width: 320px;
}
.okeSurveys .c-select--fullWidth {
  width: 100%;
}
.okeSurveys .c-select.is-error {
  border-color: #ed5353;
}
.okeSurveys .c-select.is-error:focus {
  border-color: #ed5353;
  box-shadow: inset 0 0 0 1px #ed5353;
  outline: 0;
}
.okeSurveys .c-checkbox {
  border: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.okeSurveys .c-checkbox-bg {
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  height: 20px;
  transition: 0.3s ease border, 0.3s ease background;
  width: 20px;
  background-color: #fff;
}
.okeSurveys .c-checkbox-inner {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  height: 20px;
  justify-content: center;
  margin-right: 16px;
  position: relative;
  width: 20px;
}
.okeSurveys .c-checkbox-input {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.okeSurveys .c-checkbox-input:checked ~ .c-checkbox-bg, .okeSurveys .c-checkbox-input:indeterminate ~ .c-checkbox-bg {
  background-color: #00caaa;
  border-color: #00caaa;
}
.okeSurveys .c-checkbox-input:checked ~ .c-checkbox-check {
  opacity: 1;
}
.okeSurveys .c-checkbox-input:focus ~ .c-checkbox-check {
  outline: 5px auto highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.okeSurveys .c-checkbox-check {
  opacity: 0;
  height: 20px;
  left: 0;
  margin: 0;
  outline: none;
  position: absolute;
  top: 0;
  transition: transform 0.1s ease-out;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9,20.42L2.79,14.21L5.62,11.38L9,14.77L18.88,4.88L21.71,7.71L9,20.42Z' /%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.okeSurveys .c-checkbox-input:indeterminate ~ .c-checkbox-check {
  opacity: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 2'%3E%3Cpath fill='%23fff' d='M0 0h8v2H0z' /%3E%3C/svg%3E");
  background-size: 10px;
}
.okeSurveys .c-checkbox.is-disabled .c-checkbox-inner {
  cursor: not-allowed;
}
.okeSurveys .c-checkbox.is-disabled .c-checkbox-bg {
  background-color: #d9d9d9;
  border: 1px solid #c2c2c2;
}
.okeSurveys .c-checkbox--standalone .c-checkbox-inner {
  margin: 0;
}
.okeSurveys .c-checkbox--small .c-checkbox-bg,
.okeSurveys .c-checkbox--small .c-checkbox-check,
.okeSurveys .c-checkbox--small .c-checkbox-inner {
  width: 18px;
  height: 18px;
}
.okeSurveys .c-input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dbdde4;
  border-radius: 4px;
  font-size: 14px;
  height: 32px;
  max-width: 100%;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
.okeSurveys .c-input:hover {
  border-color: #d3d4dd;
}
.okeSurveys .c-input.is-focus, .okeSurveys .c-input:focus {
  border-color: #d3d4dd;
  box-shadow: inset 0 0 0 1px #d3d4dd;
  outline: 0;
}
.okeSurveys .c-input--short {
  width: 124px;
}
.okeSurveys .c-input--medium {
  width: 180px;
}
.okeSurveys .c-input--long {
  width: 320px;
}
.okeSurveys .c-input--fullWidth {
  width: 100%;
}
.okeSurveys .c-input--large {
  height: 48px;
}
.okeSurveys .c-input.is-disabled {
  background: #f4f4f4;
  cursor: not-allowed;
}
.okeSurveys .c-input.is-error {
  border-color: #ed5353;
}
.okeSurveys .c-input.is-error:focus {
  border-color: #ed5353;
  box-shadow: inset 0 0 0 1px #ed5353;
  outline: 0;
}
.okeSurveys .c-button {
  background-color: var(--survey-button-background-color);
  border-radius: 4px;
  border: none;
  cursor: pointer;
  color: var(--survey-button-text-color);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.1s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.okeSurveys .c-button:hover, .okeSurveys .c-button:focus {
  background-color: var(--survey-button-hover-background-color);
  color: var(--survey-button-hover-text-color);
}
.okeSurveys .c-loader {
  display: inline-block;
  position: relative;
  height: 48px;
  width: 48px;
  vertical-align: middle;
}
.okeSurveys .c-loader::after {
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  position: absolute;
  -webkit-animation: spin 1.5s linear 0s infinite none normal;
          animation: spin 1.5s linear 0s infinite none normal;
  border: 6px solid transparent;
  border-right-color: #535565;
  border-top-color: #535565;
  border-left-color: #535565;
}
.okeSurveys .c-loader--buttonTextColor::after {
  border-right-color: var(--survey-button-text-color);
  border-top-color: var(--survey-button-text-color);
  border-left-color: var(--survey-button-text-color);
}
.okeSurveys .c-loader--small {
  height: 16px;
  width: 16px;
}
.okeSurveys .c-loader--small::before, .okeSurveys .c-loader--small::after {
  border-width: 2px;
}
.okeSurveys .c-loader--medium {
  height: 38px;
  width: 38px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.okeSurveys .c-form-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.okeSurveys .c-form-row {
  display: flex;
  flex-direction: row;
}
.okeSurveys .c-input {
  box-sizing: border-box;
  height: 45px;
}
.okeSurveys .c-checkbox-label {
  line-height: 1.6;
}
.okeSurveys .c-textarea {
  border-color: rgba(103, 105, 134, 0.25);
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  height: 73px;
  padding: 12px;
  position: relative;
  resize: vertical;
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.okeSurveys .c-textarea:focus {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  outline: 0;
}
.okeSurveys .c-tagInput,
.okeSurveys .c-rangeInput {
  color: var(--survey-control-text-color);
}
.okeSurveys .c-tagInput-container,
.okeSurveys .c-rangeInput-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.okeSurveys .c-tagInput-label,
.okeSurveys .c-rangeInput-label {
  background-color: var(--survey-control-background-color);
  border-radius: 4px;
  border: 1px solid var(--survey-control-border-color);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  margin-right: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  transition: background-color 0.1s ease, box-shadow 0.1s ease;
}
.okeSurveys .c-tagInput-label:hover,
.okeSurveys .c-rangeInput-label:hover {
  background-color: var(--survey-control-hover-background-color);
}
.okeSurveys .c-tagInput-label[disabled=true],
.okeSurveys .c-rangeInput-label[disabled=true] {
  color: var(--survey-control-border-color);
}
.okeSurveys .c-tagInput-label[disabled=true]:hover,
.okeSurveys .c-rangeInput-label[disabled=true]:hover {
  background-color: var(--survey-control-background-color);
}
.okeSurveys .c-tagInput-centreDot,
.okeSurveys .c-rangeInput-centreDot {
  background-color: var(--survey-control-text-color);
  border-radius: 50%;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: calc(50% - 5px);
  transition: background-color 0.1s ease;
  width: 10px;
}
.okeSurveys .c-tagInput.hasError.isConnected .okeSurveys .c-tagInput-container,
.okeSurveys .c-tagInput.hasError.isConnected .okeSurveys .c-rangeInput-container,
.okeSurveys .c-rangeInput.hasError.isConnected .okeSurveys .c-tagInput-container,
.okeSurveys .c-rangeInput.hasError.isConnected .okeSurveys .c-rangeInput-container {
  border-radius: 4px;
  box-shadow: 0 0 0 4px #ed5353;
  outline: 0;
}
.okeSurveys .c-tagInput.hasError:not(.isConnected) .okeSurveys .c-tagInput-label,
.okeSurveys .c-tagInput.hasError:not(.isConnected) .okeSurveys .c-rangeInput-label,
.okeSurveys .c-rangeInput.hasError:not(.isConnected) .okeSurveys .c-tagInput-label,
.okeSurveys .c-rangeInput.hasError:not(.isConnected) .okeSurveys .c-rangeInput-label {
  border: 1px solid #ed5353;
  box-shadow: 0 0 0 4px #ed5353;
  outline: 0;
}
.okeSurveys .c-tagInput-input:checked + .c-tagInput-label {
  background-color: var(--survey-control-selected-background-color);
  border-color: var(--survey-control-selected-background-color);
  color: var(--survey-control-selected-text-color);
}
.okeSurveys .c-tagInput-input:checked + .c-tagInput-label .c-icon {
  fill: var(--survey-control-selected-text-color);
}
.okeSurveys .c-tagInput-input:focus + .c-tagInput-label {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  z-index: 1;
}
.okeSurveys .c-tagInput-input:focus:not(:focus-visible) + .c-tagInput-label {
  border-color: var(--survey-control-border-color);
  box-shadow: none;
  z-index: 0;
}
.okeSurveys .c-tagInput-input:checked:focus + .c-tagInput-label {
  border-color: var(--survey-control-selected-background-color);
}
.okeSurveys .c-tagInput-input:checked + .c-tagInput-label .c-tagInput-centreDot {
  background-color: var(--survey-control-selected-background-color);
  visibility: hidden;
}
.okeSurveys .c-tagInput-label {
  border-radius: 4px;
  margin-bottom: 4px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}
.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label {
  background-color: var(--survey-control-selected-background-color);
  border-color: var(--survey-control-selected-background-color);
  color: var(--survey-control-selected-text-color);
}
.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label .c-icon {
  fill: var(--survey-control-selected-text-color);
}
.okeSurveys .c-rangeInput-input:focus + .c-rangeInput-label {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
  z-index: 1;
}
.okeSurveys .c-rangeInput-input:focus:not(:focus-visible) + .c-rangeInput-label {
  border-color: var(--survey-control-border-color);
  box-shadow: none;
  z-index: 0;
}
.okeSurveys .c-rangeInput-input:checked:focus + .c-rangeInput-label {
  border-color: var(--survey-control-selected-background-color);
}
.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label .c-rangeInput-centreDot {
  background-color: var(--survey-control-selected-background-color);
  visibility: hidden;
}
.okeSurveys .c-rangeInput-container {
  flex-wrap: nowrap;
  margin-bottom: 4px;
}
.okeSurveys .c-rangeInput-label {
  flex-grow: 1;
}
.okeSurveys .c-rangeInput-label:last-of-type {
  margin-right: 0;
}
.okeSurveys .c-rangeInput.isConnected .okeSurveys .c-rangeInput-label {
  border-right: none;
  border-radius: 0;
  margin-right: 0;
}
.okeSurveys .c-rangeInput.isConnected .okeSurveys .c-rangeInput-label:first-of-type {
  border-radius: 4px 0 0 4px;
}
.okeSurveys .c-rangeInput.isConnected .okeSurveys .c-rangeInput-label:last-of-type {
  border-right: 1px solid var(--survey-control-border-color);
  border-radius: 0 4px 4px 0;
}
.okeSurveys .c-rangeInput-input:checked + .c-rangeInput-label:last-of-type {
  border-color: var(--survey-control-selected-background-color);
}
.okeSurveys .c-rangeInput.hasError.isConnected .okeSurveys .c-rangeInput-label {
  border-color: #ed5353;
}
.okeSurveys .c-rangeInput-displayLabel {
  font-size: 13px;
}
.okeSurveys .c-rangeInput-displayLabel--half {
  flex-basis: 50%;
}
.okeSurveys .c-rangeInput-displayLabel--third {
  flex-basis: 33.3%;
}
.okeSurveys .c-rangeInput-displayLabel--third:nth-of-type(2) {
  font-weight: 600;
  text-align: center;
}
.okeSurveys .c-rangeInput-displayLabel:first-of-type {
  text-align: left;
}
.okeSurveys .c-rangeInput-displayLabel:last-of-type {
  text-align: right;
}
.okeSurveys .c-select {
  border-radius: 4px;
  border: 1px solid var(--survey-control-border-color);
  height: 46px;
  outline: 0;
  padding-left: 12px;
  transition: box-shadow 0.1s ease;
  width: 100%;
}
.okeSurveys .c-select:focus {
  border-color: #57BFBE;
  box-shadow: 0 0 0 4px #CBF2F0;
}
.okeSurveys .c-select.hasError {
  border: 1px solid #ed5353;
  box-shadow: 0 0 0 4px #ed5353;
  outline: 0;
}
.okeSurveys .slide-enter-active {
  -webkit-animation: slide-out 0.3s ease;
          animation: slide-out 0.3s ease;
}
.okeSurveys .slide-leave-active {
  -webkit-animation: slide-in 0.3s ease;
          animation: slide-in 0.3s ease;
}
@-webkit-keyframes slide-in {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}
@keyframes slide-in {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150%);
  }
}
@-webkit-keyframes slide-out {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-out {
  0% {
    transform: translateX(150%);
  }
  100% {
    transform: translateX(0);
  }
}
.okeSurveys .fade-enter-active,
.okeSurveys .fade-leave-active {
  transition: opacity 0.5s;
}
.okeSurveys .fade-enter-from,
.okeSurveys .fade-leave-to {
  opacity: 0;
}
.okeSurveys .modal--slide-bottom-enter-active {
  -webkit-animation: modal--mobile-slide-bottom-in 0.3s ease;
          animation: modal--mobile-slide-bottom-in 0.3s ease;
}
@media (min-width: 480px) {
  .okeSurveys .modal--slide-bottom-enter-active {
    -webkit-animation: modal--slide-bottom-in 0.3s ease;
            animation: modal--slide-bottom-in 0.3s ease;
  }
}
.okeSurveys .modal--slide-bottom-leave-active {
  -webkit-animation: modal--mobile-slide-bottom-out 0.3s ease;
          animation: modal--mobile-slide-bottom-out 0.3s ease;
}
@media (min-width: 480px) {
  .okeSurveys .modal--slide-bottom-leave-active {
    -webkit-animation: modal--slide-bottom-out 0.3s ease;
            animation: modal--slide-bottom-out 0.3s ease;
  }
}
@-webkit-keyframes modal--slide-bottom-in {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
@keyframes modal--slide-bottom-in {
  0% {
    top: 150%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes modal--slide-bottom-out {
  0% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}
@keyframes modal--slide-bottom-out {
  0% {
    top: 50%;
  }
  100% {
    top: 150%;
  }
}
@-webkit-keyframes modal--mobile-slide-bottom-in {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes modal--mobile-slide-bottom-in {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 0%;
  }
}
@-webkit-keyframes modal--mobile-slide-bottom-out {
  0% {
    bottom: 0%;
  }
  100% {
    bottom: -50%;
  }
}
@keyframes modal--mobile-slide-bottom-out {
  0% {
    bottom: 0%;
  }
  100% {
    bottom: -50%;
  }
}
.okeSurveys .popOver--slide-bottom-enter-active {
  -webkit-animation: popOver--slide-bottom-in 0.3s ease;
          animation: popOver--slide-bottom-in 0.3s ease;
}
.okeSurveys .popOver--slide-bottom-leave-active {
  -webkit-animation: popOver--slide-bottom-out 0.3s ease;
          animation: popOver--slide-bottom-out 0.3s ease;
}
@-webkit-keyframes popOver--slide-bottom-in {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popOver--slide-bottom-in {
  0% {
    transform: translateY(120%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes popOver--slide-bottom-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120%);
  }
}
@keyframes popOver--slide-bottom-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(120%);
  }
}
.okeSurveys .popOver--slide-top-enter-active {
  -webkit-animation: popOver--slide-top-in 0.3s ease;
          animation: popOver--slide-top-in 0.3s ease;
}
.okeSurveys .popOver--slide-top-leave-active {
  -webkit-animation: popOver--slide-top-out 0.3s ease;
          animation: popOver--slide-top-out 0.3s ease;
}
@-webkit-keyframes popOver--slide-top-in {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes popOver--slide-top-in {
  0% {
    transform: translateY(-120%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes popOver--slide-top-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120%);
  }
}
@keyframes popOver--slide-top-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-120%);
  }
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-banner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-header {
  border-bottom: 1px solid #e5e5eb;
  display: flex;
  justify-content: center;
  text-align: center;
}
.okeSurveys .c-header--logo {
  padding: 16px;
}
.okeSurveys .c-header--banner .okeSurveys .c-header-image {
  width: 100%;
}
.okeSurveys .c-header-image {
  display: block;
  height: 100%;
  max-width: 100%;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-bannerPage-banner {
  display: flex;
  flex-direction: column;
}
.okeSurveys .c-bannerPage-banner-bottom {
  flex-direction: column-reverse;
}
.okeSurveys .c-bannerPage-banner-left {
  align-items: center;
  flex-direction: row;
}
.okeSurveys .c-bannerPage-banner-right {
  align-items: center;
  flex-direction: row-reverse;
}
.okeSurveys .c-bannerPage-bannerArea {
  overflow: hidden;
}
.okeSurveys .c-bannerPage-bannerArea--bottom {
  border-radius: 0 0 4px 4px;
}
.okeSurveys .c-bannerPage-bannerArea--left {
  border-radius: 4px 0 0 4px;
  display: none;
}
.okeSurveys .c-bannerPage-bannerArea--right {
  border-radius: 0 4px 4px 0;
  display: none;
}
.okeSurveys .c-bannerPage-bannerArea--top {
  border-radius: 4px 4px 0 0;
}
@media (min-width: 480px) {
.okeSurveys .c-bannerPage-bannerArea--left, .okeSurveys .c-bannerPage-bannerArea--right {
    align-self: stretch;
    display: flex;
}
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-icon {
  font-family: sans-serif;
  line-height: 1em;
  min-height: 1em;
  text-align: center;
  vertical-align: middle;
}
.okeSurveys .c-icon--white {
  fill: #fff;
}
.okeSurveys .c-icon--edit {
  fill: #fff;
  height: 18px;
  line-height: 52px;
  margin: auto;
  width: 18px;
}
.okeSurveys .c-icon--success {
  fill: #00caaa;
}
.okeSurveys .c-icon--fail {
  fill: #d44545;
}
.okeSurveys .c-icon--warning {
  fill: #ff9800;
}
.okeSurveys .c-icon--info {
  fill: #43a1fa;
}
.okeSurveys .c-icon--poweredBy {
  fill: #676986;
}
.okeSurveys .c-icon--poweredBy:hover {
  fill: #9a9db1;
}
.okeSurveys .c-icon--media {
  line-height: 52px;
  margin: auto;
  width: 20px;
}
.okeSurveys .c-icon--removeMedia {
  fill: #fff;
  height: 14px;
  width: 14px;
}
.okeSurveys .c-icon--closeModal {
  fill: #fff;
  height: 32px;
  width: 32px;
}
.okeSurveys .c-icon--reviewStep {
  height: 18px;
  margin: auto;
  width: 18px;
}
.okeSurveys .c-icon--small {
  height: 16px;
  margin: auto;
  width: 16px;
}
.okeSurveys .c-icon--xSmall {
  height: 13px;
  line-height: 27px;
  margin: auto;
  width: 13px;
}
.okeSurveys .c-icon--centredRange {
  fill: transparent;
  line-height: 0;
}
.okeSurveys .c-icon--centredRange svg {
  height: 19px;
}
.okeSurveys .c-icon--closeNotificationBar {
  fill: #676986;
  height: 32px;
  width: 32px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-poweredBy[data-v-1444a30b] {
  height: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 120px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-pageContent {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: calc(100% - 70px);
  justify-content: center;
  padding: 24px;
}
@media (min-width: 768px) {
.okeSurveys .c-pageContent {
    padding: 48px;
}
}
.okeSurveys .c-pageContent--intro, .okeSurveys .c-pageContent--outro {
  flex: 1;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-panel {
  text-align: center;
}
.okeSurveys .c-panel-button {
  margin: 12px 0;
  padding: 8px 16px;
}
.okeSurveys .c-panel-reward-code {
  background: #f7f7f8;
  border: 1px dashed #d3d4dd;
  box-sizing: border-box;
  border-radius: 4px;
  margin: 0 auto;
  max-width: 200px;
  padding: 16px 8px 16px 8px;
}
.okeSurveys .c-panel-reward-description {
  line-height: 16px;
  padding: 4px;
}
.okeSurveys .c-panel-reward-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
  padding: 8px;
}
.okeSurveys .c-panel-subtitle {
  line-height: 24px;
  margin-bottom: 16px;
  padding: 4px;
}
.okeSurveys .c-panel-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  padding: 4px;
}
.okeSurveys .c-panel-title--indent {
  text-indent: 18px;
}
.okeSurveys .c-panel-title-closearea {
  width: 34px;
  height: 34px;
  float: right;
  margin-top: -16px;
  margin-right: -16px;
}
.okeSurveys .c-panel--bottomMargin {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.okeSurveys .c-panel--bottomMargin {
    margin-bottom: 32px;
}
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-starRating {
  display: block;
}
.okeSurveys .c-starRating-stars {
  position: absolute;
  overflow: hidden;
  transition: box-shadow 0.1s ease;
}
.okeSurveys .c-starRating-stars > svg {
  height: 39px;
  width: 201px;
}
.okeSurveys .c-starRating-stars--error {
  display: none;
}
.okeSurveys .c-starRating-stars--empty {
  fill: transparent;
  stroke: var(--survey-star-empty-color);
}
.okeSurveys .c-starRating-stars--filled {
  fill: var(--survey-star-color);
}
.okeSurveys .c-starRating.hasError:not(:hover) .c-starRating-stars--error {
  display: block;
}
.okeSurveys .c-starRating.hasError:not(:hover) .c-starRating-stars--empty {
  display: none;
}
.okeSurveys .c-starRating-container {
  display: inline-flex;
  margin-left: -4px;
  margin-top: -2px;
  position: relative;
}
.okeSurveys .c-starRating-label {
  cursor: pointer;
  display: inline-block;
  height: 39px;
  position: relative;
  width: 40.2px;
  z-index: 1;
}
.okeSurveys .c-starRating-label-1-of-5:hover ~ .c-starRating-stars--filled {
  width: 20% !important;
}
.okeSurveys .c-starRating-label-2-of-5:hover ~ .c-starRating-stars--filled {
  width: 40% !important;
}
.okeSurveys .c-starRating-label-3-of-5:hover ~ .c-starRating-stars--filled {
  width: 60% !important;
}
.okeSurveys .c-starRating-label-4-of-5:hover ~ .c-starRating-stars--filled {
  width: 80% !important;
}
.okeSurveys .c-starRating-label-5-of-5:hover ~ .c-starRating-stars--filled {
  width: 100% !important;
}
.okeSurveys .c-starRating-radioButton:focus ~ .c-starRating-stars--empty, .okeSurveys .c-starRating-radioButton:focus ~ .c-starRating-stars--error {
  box-shadow: 0 0 0 4px #CBF2F0, inset 0 0 0 1px #57BFBE;
}
.okeSurveys .c-starRating-radioButton:focus:not(:focus-visible) ~ .c-starRating-stars--empty, .okeSurveys .c-starRating-radioButton:focus:not(:focus-visible) ~ .c-starRating-stars--error {
  box-shadow: none;
}
.okeSurveys .c-starRating--readonly {
  pointer-events: none;
}
.okeSurveys .c-starRating--small .c-starRating-stars > svg {
  height: 35px;
  width: 175px;
}
.okeSurveys .c-starRating--small .c-starRating-stars--empty {
  fill: #fff;
}
.okeSurveys .c-starRating--small .c-starRating-label {
  height: 35px;
  width: 35px;
}
.okeSurveys .c-starRating--xSmall .c-starRating-stars > svg {
  height: 18px;
  width: 90px;
}
.okeSurveys .c-starRating--xSmall .c-starRating-stars--empty {
  fill: #fff;
}
.okeSurveys .c-starRating--xSmall .c-starRating-label {
  height: 18px;
  width: 18px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-questions[data-v-d0466a66] {
  width: 100%;
}
.okeSurveys .c-questions-header-title[data-v-d0466a66] {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
.okeSurveys .c-questions-header-title[data-v-d0466a66] {
    margin-bottom: 8px;
}
}
.okeSurveys .c-questions-header-title-closearea[data-v-d0466a66] {
  width: 34px;
  height: 34px;
  float: right;
  margin-top: -12px;
  margin-right: -12px;
}
.okeSurveys .c-questions-header-subtitle[data-v-d0466a66] {
  color: var(--survey-secondary-text-color);
  font-size: 13px;
}
.okeSurveys .c-questions-question[data-v-d0466a66] {
  margin-top: 24px;
}
@media (min-width: 768px) {
.okeSurveys .c-questions-question[data-v-d0466a66] {
    margin-top: 32px;
}
}
.okeSurveys .c-questions-error[data-v-d0466a66] {
  margin-top: 12px;
  font-size: 14px;
  color: #ed5353;
}
.okeSurveys .c-questions--contentPage[data-v-d0466a66] {
  text-align: center;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.c-terms[data-v-68a21a07] {
  font-size: 11px;
  text-align: center;
  width: 100%;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-questionsForm {
  width: 100%;
}
.okeSurveys .c-questionsForm-next {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  padding: 8px 16px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
.okeSurveys .c-questionsForm-next {
    padding: 12px 16px;
}
}
.okeSurveys .c-questionsForm-next--bottomMargin {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.okeSurveys .c-questionsForm-next--bottomMargin {
    margin-bottom: 32px;
}
}
.okeSurveys .c-questions--bottomMargin {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
.okeSurveys .c-questions--bottomMargin {
    margin-bottom: 32px;
}
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-errorDisplay[data-v-df8d866c] {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
  padding: 24px;
}
.okeSurveys .c-errorDisplay-img[data-v-df8d866c] {
  width: 100%;
  max-width: 200px;
  margin-bottom: 16px;
}
.okeSurveys .c-errorDisplay-retry[data-v-df8d866c] {
  display: block;
  margin: 0 auto 24px;
  padding: 8px 16px;
}
.okeSurveys .c-errorDisplay-title[data-v-df8d866c] {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 4px;
  padding: 8px;
}
.okeSurveys .c-errorDisplay-msg[data-v-df8d866c] {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  white-space: pre-line;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-loadingSpinner[data-v-23b874ed] {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 24px;
  justify-content: center;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .c-survey {
  position: absolute;
}
.okeSurveys .c-survey-close {
  box-sizing: content-box;
  background-color: #f7f7f8;
  border: 1px solid #e5e5eb;
  border-radius: 4px;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 15px;
  top: -16px;
  z-index: 999999;
}
.okeSurveys .c-survey-close:hover {
  background-color: #e5e5eb;
}
.okeSurveys .c-survey-close--inside, .okeSurveys .c-survey-close--inside-noHeader {
  right: 12px;
  top: 12px;
}
.okeSurveys .c-survey-viewingArea {
  overflow: hidden;
}
@media (min-width: 480px) {
.okeSurveys .c-survey-viewingArea {
    border-radius: 4px;
}
}
.okeSurveys .c-survey--modal, .okeSurveys .c-survey--pop-over {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
  z-index: 999999;
}
@media (min-width: 480px) {
.okeSurveys .c-survey--modal, .okeSurveys .c-survey--pop-over {
    border-radius: 4px;
    width: calc(100% - 24px);
}
}
.okeSurveys .c-survey--embedded {
  position: static;
}
.okeSurveys .c-survey--embedded .c-panel--bottomMargin {
  margin-bottom: 24px;
}
.okeSurveys .c-survey--embedded .c-pageContent {
  padding: 24px;
}
.okeSurveys .c-survey--embedded .c-pageContent-next {
  margin: 0 auto 16px;
  padding: 8px 16px;
}
.okeSurveys .c-survey--embedded .c-pageContent-brand img {
  padding: 16px;
}
.okeSurveys .c-survey--embedded .c-questions-subtitle {
  margin: 12px 0 16px;
}
.okeSurveys .c-survey--embedded .c-questions-question {
  margin-top: 16px;
  margin-bottom: 8px;
}
.okeSurveys .c-survey--embedded .c-questions--bottomMargin {
  margin-bottom: 12px;
}
.okeSurveys .c-survey--embedded .c-questionsForm-next--bottomMargin {
  margin-bottom: 24px;
}
.okeSurveys .c-survey--modal {
  bottom: 0;
  box-shadow: 0px 1px 40px 3px rgba(0, 0, 0, 0.14);
  position: absolute;
}
@media (max-width: 479px) {
.okeSurveys .c-survey--modal .c-bannerPage-bannerArea--top {
    border-radius: 0;
}
}
@media (min-width: 480px) {
.okeSurveys .c-survey--modal {
    bottom: initial;
    height: auto;
    left: 50%;
    max-width: 600px;
    min-height: initial;
    top: 50%;
    transform: translate(-50%, -50%);
}
}
.okeSurveys .c-survey--pop-over {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14);
  position: fixed;
}
.okeSurveys .c-survey--pop-over--bottom-left, .okeSurveys .c-survey--pop-over--bottom-right, .okeSurveys .c-survey--pop-over--top-left, .okeSurveys .c-survey--pop-over--top-right {
  width: 100%;
}
@media (max-width: 479px) {
.okeSurveys .c-survey--pop-over--bottom-left .c-bannerPage-bannerArea--top, .okeSurveys .c-survey--pop-over--bottom-right .c-bannerPage-bannerArea--top, .okeSurveys .c-survey--pop-over--top-left .c-bannerPage-bannerArea--top, .okeSurveys .c-survey--pop-over--top-right .c-bannerPage-bannerArea--top {
    border-radius: 0;
}
}
@media (min-width: 480px) {
.okeSurveys .c-survey--pop-over--bottom-left, .okeSurveys .c-survey--pop-over--bottom-right, .okeSurveys .c-survey--pop-over--top-left, .okeSurveys .c-survey--pop-over--top-right {
    left: 12px;
    width: calc(100% - 24px);
}
}
.okeSurveys .c-survey--pop-over--bottom-left, .okeSurveys .c-survey--pop-over--bottom-right {
  bottom: 0;
}
@media (min-width: 480px) {
.okeSurveys .c-survey--pop-over--bottom-left, .okeSurveys .c-survey--pop-over--bottom-right {
    border-radius: 4px 4px 0 0;
}
}
.okeSurveys .c-survey--pop-over--top-left, .okeSurveys .c-survey--pop-over--top-right {
  top: 0;
}
@media (min-width: 480px) {
.okeSurveys .c-survey--pop-over--top-left, .okeSurveys .c-survey--pop-over--top-right {
    border-radius: 0 0 4px 4px;
}
.okeSurveys .c-survey--pop-over--top-left .c-bannerPage-bannerArea--top, .okeSurveys .c-survey--pop-over--top-right .c-bannerPage-bannerArea--top {
    border-radius: 0;
}
}
@media (min-width: 480px) {
.okeSurveys .c-survey--pop-over {
    border-radius: 4px;
    max-width: 300px;
}
.okeSurveys .c-survey--pop-over--bottom-left, .okeSurveys .c-survey--pop-over--bottom-right {
    bottom: 16px;
}
.okeSurveys .c-survey--pop-over--bottom-left {
    left: 16px;
    right: unset;
}
.okeSurveys .c-survey--pop-over--bottom-right {
    left: unset;
    right: 16px;
}
.okeSurveys .c-survey--pop-over--top-left, .okeSurveys .c-survey--pop-over--top-right {
    top: 16px;
}
.okeSurveys .c-survey--pop-over--top-left {
    left: 16px;
    right: unset;
}
.okeSurveys .c-survey--pop-over--top-right {
    left: unset;
    right: 16px;
}
}
.okeSurveys .c-survey--pop-over .c-pageContent {
  text-align: center;
}
.okeSurveys .c-survey--pop-over .c-questions {
  text-align: left;
}
.okeSurveys .c-survey--pop-over .c-questions-title {
  font-size: 14px;
}
.okeSurveys .c-survey--pop-over .c-questions-subtitle {
  font-size: 13px;
}
.okeSurveys .c-survey--pop-over .c-loadingSpinner {
  min-height: 250px;
}
.okeSurveys .c-survey--pop-over .c-panel--bottomMargin {
  margin-bottom: 24px;
}
.okeSurveys .c-survey--pop-over .c-pageContent {
  padding: 24px;
}
.okeSurveys .c-survey--pop-over .c-pageContent-next {
  margin: 0 auto 16px;
  padding: 8px 16px;
}
.okeSurveys .c-survey--pop-over .c-pageContent-brand img {
  padding: 16px;
}
.okeSurveys .c-survey--pop-over .c-questions-subtitle {
  margin: 12px 0 16px;
}
.okeSurveys .c-survey--pop-over .c-questions-question {
  margin-top: 16px;
  margin-bottom: 8px;
}
.okeSurveys .c-survey--pop-over .c-questions--bottomMargin {
  margin-bottom: 12px;
}
.okeSurveys .c-survey--pop-over .c-questionsForm-next--bottomMargin {
  margin-bottom: 24px;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys {
  color: var(--survey-primary-text-color);
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: normal;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999998;
}
/*
    Returns the immediate selector (without all parent selectors).
    e.g. immediate(.foo .bar .baz) -> .baz

    Will not work with comma separated lists of selectors, i.e. .foo, .bar {}
*/
/* New neutral UI colours */
/* Deprecated - use new UI spacing (below) */
/* New UI spacing values */
.okeSurveys .overlay--standalone {
  position: absolute;
  z-index: 999998;
  width: 100%;
  height: 100%;
  background-color: var(--survey-standalone-page-background-color);
}
.okeSurveys .l-standalone {
  width: 100%;
  height: 100%;
}
