.icon:before, [class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after {
  font-family: "icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-arrow-down:before, html.js fieldset.collapsible .fieldset-legend:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-up:before, .icon-attachment:before, .icon-check:before, .icon-close:before, .l-browsehappy .browsehappy-close:before, .icon-cycle:before, .icon-date:before, .icon-edit:before, .icon-error:before, .messages--error:before, .icon-extlink:before, a span.ext:before, .icon-help:before, .icon-home:before, .icon-info:before, .icon-link:before, .icon-lock-open:before, .icon-lock:before, .icon-mail:before, .icon-marker:before, .icon-mobile-menu:before, .mobile-menu-toggle .toggle-anchor:before, .icon-phone:before, .icon-radio:before, .icon-reload:before, .icon-search:before, .icon-social-facebook:before, .icon-social-googleplus:before, .icon-social-linkedin:before, .icon-social-twitter:before, .icon-status:before, .messages--status:before, .icon-time:before, .icon-user:before, .icon-warning:before, .messages--warning:before {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icon-arrow-down:before, html.js fieldset.collapsible .fieldset-legend:before {
  content: "\E001"; }

.icon-arrow-left:before {
  content: "\E002"; }

.icon-arrow-right:before {
  content: "\E003"; }

.icon-arrow-up:before {
  content: "\E004"; }

.icon-attachment:before {
  content: "\E005"; }

.icon-check:before {
  content: "\E006"; }

.icon-close:before, .l-browsehappy .browsehappy-close:before {
  content: "\E007"; }

.icon-cycle:before {
  content: "\E008"; }

.icon-date:before {
  content: "\E009"; }

.icon-edit:before {
  content: "\E00A"; }

.icon-error:before, .messages--error:before {
  content: "\E00B"; }

.icon-extlink:before, a span.ext:before {
  content: "\E00C"; }

.icon-help:before {
  content: "\E00D"; }

.icon-home:before {
  content: "\E00E"; }

.icon-info:before {
  content: "\E00F"; }

.icon-link:before {
  content: "\E010"; }

.icon-lock-open:before {
  content: "\E011"; }

.icon-lock:before {
  content: "\E012"; }

.icon-mail:before {
  content: "\E013"; }

.icon-marker:before {
  content: "\E014"; }

.icon-mobile-menu:before, .mobile-menu-toggle .toggle-anchor:before {
  content: "\E015"; }

.icon-phone:before {
  content: "\E016"; }

.icon-radio:before {
  content: "\E017"; }

.icon-reload:before {
  content: "\E018"; }

.icon-search:before {
  content: "\E019"; }

.icon-social-facebook:before {
  content: "\E01A"; }

.icon-social-googleplus:before {
  content: "\E01B"; }

.icon-social-linkedin:before {
  content: "\E01C"; }

.icon-social-twitter:before {
  content: "\E01D"; }

.icon-status:before, .messages--status:before {
  content: "\E01E"; }

.icon-time:before {
  content: "\E01F"; }

.icon-user:before {
  content: "\E020"; }

.icon-warning:before, .messages--warning:before {
  content: "\E021"; }

html, body {
  overflow-x: hidden; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: none; }

body {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  background-color: #ffffff;
  color: #282828;
  font-family: "Lato", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 'Helvetica', sans-serif;
  margin: 0;
  padding: 0; }

*, *:before, *:after {
  box-sizing: border-box; }

::-moz-selection {
  background: #4d6184;
  color: #ffffff; }

::selection {
  background: #4d6184;
  color: #ffffff; }

::-moz-selection {
  background: #4d6184;
  color: #ffffff; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }
.clearfix {
  *zoom: 1; }

.larger {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1px;
  line-height: 0.0625rem; }

.hide-mobile {
  display: none; }
  @media (min-width: 30em) {
    .hide-mobile {
      display: block; } }

@media (min-width: 30em) {
  .show-mobile {
    display: none; } }

.extendfull {
  padding-left: 3000px !important;
  padding-right: 3000px !important;
  margin-left: -3000px !important;
  margin-right: -3000px !important; }

.extendleft {
  padding-left: 3000px !important;
  margin-left: -3000px !important; }

.extendright {
  padding-right: 3000px !important;
  margin-right: -3000px !important; }

.element-hidden {
  display: none; }

.element-invisible, .form-type-radio input, .form-type-checkbox input {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px; }
  .element-invisible.element-focusable:active, .form-type-radio input.element-focusable:active, .form-type-checkbox input.element-focusable:active, .element-invisible.element-focusable:focus, .form-type-radio input.element-focusable:focus, .form-type-checkbox input.element-focusable:focus {
    position: static !important;
    clip: auto;
    overflow: visible;
    height: auto; }

body.admin-menu, body.adminimal-menu {
  padding-top: 29px;
  margin-top: 0 !important; }
  body.admin-menu .l-page, body.adminimal-menu .l-page {
    min-height: calc(100vh - 29px); }
  body.admin-menu #admin-menu .admin-menu-search input, body.adminimal-menu #admin-menu .admin-menu-search input {
    height: 28px; }

.region--debug:before {
  font-size: 10px;
  right: 5px;
  top: 4px;
  padding: 0px 4px; }

.omega-browser-width {
  padding: 2px 5px;
  font-size: 10px;
  background: rgba(0, 0, 0, 0.5); }
  .omega-browser-width:after {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 4px;
    padding-left: 0.25rem;
    margin-left: 4px;
    margin-left: 0.25rem; }
  @media (min-width: 20em) {
    .omega-browser-width:after {
      content: "xs"; } }
  @media (min-width: 30em) {
    .omega-browser-width:after {
      content: "sm"; } }
  @media (min-width: 48em) {
    .omega-browser-width:after {
      content: "md"; } }
  @media (min-width: 60em) {
    .omega-browser-width:after {
      content: "lg"; } }
  @media (min-width: 75em) {
    .omega-browser-width:after {
      content: "xl"; } }

.region-inner ul li.krumo-footnote:before {
  display: none; }

.page-user-register .page-title {
  display: none; }

html, html a, input, button {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, legend, h3, h4, h5, h1 a, h2 a, legend a, h3 a, h4 a, h5 a {
  color: #4d6184;
  font-family: "Lato", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, 'Helvetica', sans-serif;
  font-weight: bold; }

h1, h2, legend, h3, h4, h5 {
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0; }

@media (min-width: 60em) {
  .l-content h1, .l-content h2, .l-content legend, .l-content h3, .l-content h4, .l-content h5 {
    margin-left: 0; } }
@media (min-width: 75em) {
  .l-content h1, .l-content h2, .l-content legend, .l-content h3, .l-content h4, .l-content h5 {
    margin-left: -0; } }

h1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 33px;
  line-height: 2.0625rem; }
  @media (min-width: 30em) {
    h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 45px;
      line-height: 2.8125rem; } }
  @media (min-width: 60em) {
    .front.not-logged-in h1.page-title {
      margin-left: 0; } }
  @media (min-width: 75em) {
    .front.not-logged-in h1.page-title {
      margin-left: 0; } }

h2, legend {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  line-height: 1.875rem; }
  @media (min-width: 30em) {
    h2, legend {
      font-size: 22px;
      font-size: 1.375rem;
      line-height: 33px;
      line-height: 2.0625rem; } }

h3 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  line-height: 1.6875rem; }
  @media (min-width: 30em) {
    h3 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 30px;
      line-height: 1.875rem; } }

h2.list, h3.list {
  position: relative;
  padding-left: 32px;
  padding-left: 2rem; }
  h2.list:before, h3.list:before {
    color: #f0b600;
    content: "*";
    font-size: 36px;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: 7px;
    top: 0.4375rem; }

p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin: 0 0 24px 0;
  margin: 0 0 1.5rem 0; }

a {
  color: #4d6184;
  text-decoration: underline; }
  a:hover {
    color: #4d6184; }
  a, a:after, a:before {
    -webkit-transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
    transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }

a span.ext:before {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #ADB5BE;
  margin-left: 3px;
  margin-left: 0.2rem; }

.region-inner ul {
  padding-left: 32px;
  padding-left: 2rem; }
  .region-inner ul li {
    list-style: none;
    position: relative; }

div.description {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #ADB5BE; }

blockquote {
  border-top: 6px solid #f0b600;
  border-top: 0.375rem solid #f0b600;
  margin: 10px 0 16px 0;
  margin: 0.625rem 0 1rem 0;
  padding-top: 16px;
  padding-top: 1rem; }

blockquote, blockquote p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 34px;
  line-height: 2.125rem;
  font-style: italic; }

blockquote p {
  margin: 0; }

.btn, .form-submit {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  text-decoration: none !important; }
  .btn:last-child, .form-submit:last-child {
    margin-right: 0; }
  .btn-small {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 27px;
    line-height: 1.6875rem;
    padding: 0 8px;
    padding: 0 0.5rem; }
  .btn-medium, .form-submit {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 21px;
    line-height: 1.3125rem;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem; }
  .btn-large {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 33px;
    line-height: 2.0625rem;
    border-radius: 8px;
    padding: 8px 24px;
    padding: 0.5rem 1.5rem; }
  .btn-primary, .form-submit {
    color: #ffffff;
    background-color: #4d6184; }
    .btn-primary:hover, .form-submit:hover {
      color: #ffffff;
      background-color: #40506d; }
    .btn-primary:active, .form-submit:active, .btn-primary:focus, .form-submit:focus {
      outline: 0;
      box-shadow: 0 0 2px 1px rgba(49, 61, 84, 0.5); }
    .btn-primary, .form-submit, .btn-primary:hover, .form-submit:hover, .btn-primary:active, .form-submit:active, .btn-primary:focus, .form-submit:focus {
      -webkit-transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }
  .btn-secondary {
    color: #ffffff;
    background-color: #282828; }
    .btn-secondary:hover {
      color: #ffffff;
      background-color: #161616; }
    .btn-secondary:active, .btn-secondary:focus {
      outline: 0;
      box-shadow: 0 0 2px 1px rgba(2, 2, 2, 0.5); }
    .btn-secondary, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
      -webkit-transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }
  .btn-light {
    color: #282828;
    background-color: #E9E8E9; }
    .btn-light:hover {
      color: #282828;
      background-color: #d8d6d8; }
    .btn-light:active, .btn-light:focus {
      outline: 0;
      box-shadow: 0 0 2px 1px rgba(196, 193, 196, 0.5); }
    .btn-light, .btn-light:hover, .btn-light:active, .btn-light:focus {
      -webkit-transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }
  .btn-dark {
    color: #ffffff;
    background-color: #1E3A40; }
    .btn-dark:hover {
      color: #ffffff;
      background-color: #132428; }
    .btn-dark:active, .btn-dark:focus {
      outline: 0;
      box-shadow: 0 0 2px 1px rgba(6, 11, 12, 0.5); }
    .btn-dark, .btn-dark:hover, .btn-dark:active, .btn-dark:focus {
      -webkit-transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
      transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, background-color cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, border cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s; }

.btn-share {
  background-position: right 8px center;
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  padding-right: 56px;
  padding-right: 3.5rem; }

.btn-share-twitter {
  background-image: url(../images/twitter.png); }

.btn-share-facebook {
  background-image: url(../images/facebook.png); }

.form-type-radios:nth-child(even) {
  background-color: #8db9c5; }

.form-type-radios:nth-child(odd) {
  background-color: #b3cfd6; }

.form-type-radios {
  padding: 16px;
  padding: 1rem; }

.form-radios {
  margin-top: 6px;
  margin-top: 0.4rem; }

.form-item {
  position: relative;
  margin-bottom: 0px;
  margin-bottom: 0rem; }
  .form-item .form-item {
    position: initial; }
  .form-item .description {
    margin-top: 8px;
    margin-top: 0.5rem; }

.form-required {
  color: #99042e; }

.form-disabled {
  opacity: 0.5; }
  .form-disabled input {
    cursor: not-allowed; }
    .form-disabled input:active, .form-disabled input:focus, .form-disabled input:hover {
      border-color: #E9E8E9;
      box-shadow: none; }

.grippie {
  display: none; }

.form-item label {
  display: inline;
  font-weight: normal; }

label.option {
  display: block; }

@media (min-width: 30em) {
  form .label-inline, form .webform-container-inline {
    letter-spacing: -4px;
    letter-spacing: -0.25rem; }
    form .label-inline > *, form .webform-container-inline > * {
      letter-spacing: 0; }
    form .label-inline label, form .webform-container-inline label {
      width: 192px;
      width: 12rem;
      display: inline-block; }
    form .label-inline input, form .webform-container-inline input {
      vertical-align: top; }
    form .label-inline .description, form .webform-container-inline .description {
      margin-left: 192px;
      margin-left: 12rem; }
    form .label-inline .form-textarea-wrapper, form .webform-container-inline .form-textarea-wrapper {
      display: inline-block; }
    form .label-inline.form-type-textarea label, form .webform-container-inline.form-type-textarea label {
      vertical-align: top; } }

input, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E9E8E9;
  color: #4d6184;
  font-style: italic;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  width: 100%; }
  input:hover, textarea:hover {
    outline: none;
    border-color: #c7c1b8; }
  input:active, input:focus, textarea:active, textarea:focus {
    outline: none;
    border-color: #ADB5BE; }
  input.error, textarea.error {
    border: 1px solid #99042e; }
    input.error.form-radio + label::before, textarea.error.form-radio + label::before {
      border-color: #99042e; }

input, select {
  font-size: 16px;
  font-size: 1rem; }

textarea {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem; }

input[type="file"] {
  line-height: 1;
  vertical-align: top;
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  font-size: 11px;
  font-size: 0.6875rem; }
  input[type="file"] + button {
    padding: 15px;
    padding: 0.9375rem;
    border-radius: 0 4px 4px 0;
    line-height: 1;
    font-size: 14px;
    font-size: 0.875rem; }

input[type="image"] {
  vertical-align: middle; }

.form-checkboxes .form-item, .form-radios .form-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
  margin-right: 1.25rem; }

.form-type-radio input:focus + label:before, .form-type-radio input:hover + label:before, .form-type-checkbox input:focus + label:before, .form-type-checkbox input:hover + label:before {
  border-color: #c7c1b8; }
.form-type-radio label, .form-type-checkbox label {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative; }
  .form-type-radio label:before, .form-type-checkbox label:before {
    background-color: #ffffff;
    border: 1px solid #E9E8E9;
    content: "";
    display: inline-block;
    height: 18px;
    height: 1.125rem;
    left: 0;
    position: absolute;
    top: 4px;
    top: 0.25rem;
    width: 18px;
    width: 1.125rem; }

.form-type-radio label:before {
  border-radius: 50%; }
.form-type-radio input:checked + label:before {
  background-image: url(../images/sprite.png);
  background-position: 1px 1px;
  background-repeat: no-repeat;
  background-size: auto; }
  html.svg .form-type-radio input:checked + label:before {
    background-image: url(../images/sprite.svg); }

.form-type-checkbox label:before {
  border-radius: 0.125rem; }
.form-type-checkbox input:checked + label:before {
  background-image: url(../images/sprite.png);
  background-position: 1px -15px;
  background-repeat: no-repeat;
  background-size: auto; }
  html.svg .form-type-checkbox input:checked + label:before {
    background-image: url(../images/sprite.svg); }

.form-select-wrapper {
  background: #f4f2f1 url("../images/sprite.png") 97% -39px no-repeat;
  background-size: auto;
  border-radius: 4px;
  border: 1px solid #E9E8E9;
  cursor: pointer;
  display: block; }
  .form-select-wrapper:hover {
    border-color: #c7c1b8;
    outline: none; }
  .form-select-wrapper:active, .form-select-wrapper:focus {
    border-color: #ADB5BE;
    outline: none; }
  .form-select-wrapper.error {
    border: 1px solid #99042e; }
  html.svg .form-select-wrapper {
    background-image: url("../images/sprite.svg"); }
  .form-select-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border-radius: 0px;
    border: 0 none;
    color: #4d6184;
    cursor: pointer;
    font-style: italic;
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    width: 100%; }
    .form-select-wrapper select:active, .form-select-wrapper select:focus {
      outline: 0; }
    .form-select-wrapper select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }
    .form-select-wrapper select::-ms-expand {
      display: none; }

.form-type-date .form-item {
  display: inline; }
.form-type-date input[type="image"] {
  background: transparent;
  border: none; }

.form-type-webform-time .form-type-select {
  display: inline; }

.form-actions {
  border-top: solid 1px #E9E8E9;
  padding-top: 8px;
  padding-top: 0.5rem;
  text-align: right; }

@media (max-width: 30em) {
  .form-submit {
    display: block;
    width: 100%; } }

legend {
  padding: 0;
  position: relative; }
  legend:before {
    background-color: #f0b600;
    content: "";
    display: block;
    height: 3px;
    height: 0.1875rem;
    left: -24px;
    left: -1.5rem;
    position: absolute;
    top: -8px;
    top: -0.5rem;
    width: 48px;
    width: 3rem; }

fieldset {
  border: 0;
  padding: 0; }
  html.js fieldset.collapsible .fieldset-legend {
    padding-left: 0;
    background: none; }
    html.js fieldset.collapsible .fieldset-legend:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #000000;
      margin-right: 4px;
      margin-right: 0.25rem; }

#ui-datepicker-div {
  background-color: #f4f2f1;
  border-radius: 4px;
  border: 1px solid #ADB5BE;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  padding: 8px;
  padding: 0.5rem; }
  #ui-datepicker-div table {
    background-color: #ffffff;
    margin-bottom: 0; }
    #ui-datepicker-div table td {
      min-width: 32px;
      min-width: 2rem; }
  #ui-datepicker-div a {
    cursor: pointer; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: none; }
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  width: 49%; }
.ui-datepicker select.ui-datepicker-year {
  margin-left: 2%; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

img {
  max-width: 100%;
  height: auto; }

@media (min-width: 30em) {
  .ds-center.ds-twocol .ds-first {
    width: 48.99329%;
    float: left;
    margin-right: 2.01342%; }
  .ds-center.ds-twocol .ds-second {
    width: 48.99329%;
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  .ds-center.ds-twocol .ds-first {
    width: 49.33333%;
    float: left;
    margin-right: 1.33333%; }
  .ds-center.ds-twocol .ds-second {
    width: 49.33333%;
    float: right;
    margin-right: 0; } }

.ds-center.ds-twocol-auto-fill {
  display: table;
  width: 100%; }
  .ds-center.ds-twocol-auto-fill .ds-first, .ds-center.ds-twocol-auto-fill .ds-second {
    display: table-cell;
    vertical-align: top; }
  .ds-center.ds-twocol-auto-fill .ds-second {
    width: 100%; }

@media (min-width: 30em) {
  body.sidebar-second .ds-center.ds-twocol .ds-first, body.sidebar-first .ds-center.ds-twocol .ds-first {
    width: 47.94521%;
    float: left;
    margin-right: 4.10959%; }
  body.sidebar-second .ds-center.ds-twocol .ds-second, body.sidebar-first .ds-center.ds-twocol .ds-second {
    width: 47.94521%;
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  body.sidebar-second .ds-center.ds-twocol .ds-first, body.sidebar-first .ds-center.ds-twocol .ds-first {
    width: 43.45238%;
    float: left;
    margin-right: 1.78571%; }
  body.sidebar-second .ds-center.ds-twocol .ds-second, body.sidebar-first .ds-center.ds-twocol .ds-second {
    width: 43.45238%;
    float: right;
    margin-right: 0; } }

.view .views-row {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

@media (min-width: 60em) {
  .view-id-user_questionnaires .view-content {
    margin-left: -14.61538% !important; } }
@media (min-width: 75em) {
  .view-id-user_questionnaires .view-content {
    margin-left: -17.11712% !important; } }

.block--block-6 ul li, .block--block-5 ul li {
  list-style: disc; }

.panel-row {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.panel-pane {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #E9E8E9;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem; }
  .panel-pane.view-pane, .panel-pane.pane-views {
    padding: 0; }

@media (min-width: 30em) {
  .panel-cols-2 .panel-panel {
    width: 48.99329%;
    float: left;
    margin-right: 2.01342%; }
  .panel-cols-2 .panel-panel.last {
    width: 48.99329%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-2 .panel-panel, .sidebar-second .panel-cols-2 .panel-panel, .panel-cols-2 .two-sidebars .panel-panel {
    width: 47.94521%;
    float: left;
    margin-right: 4.10959%; }
  .sidebar-first .panel-cols-2 .panel-panel.last, .sidebar-second .panel-cols-2 .panel-panel.last, .panel-cols-2 .two-sidebars .panel-panel.last {
    width: 47.94521%;
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  .panel-cols-2 .panel-panel {
    width: 49.33333%;
    float: left;
    margin-right: 1.33333%; }
  .panel-cols-2 .panel-panel.last {
    width: 49.33333%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-2 .panel-panel, .sidebar-second .panel-cols-2 .panel-panel {
    width: 43.45238%;
    float: left;
    margin-right: 1.78571%; }
  .sidebar-first .panel-cols-2 .panel-panel.last, .sidebar-second .panel-cols-2 .panel-panel.last {
    width: 43.45238%;
    float: right;
    margin-right: 0; }
  .two-sidebars .panel-cols-2 .panel-panel {
    width: 48.64865%;
    float: left;
    margin-right: 2.7027%; }
  .two-sidebars .panel-cols-2 .panel-panel.last {
    width: 48.64865%;
    float: right;
    margin-right: 0; } }

@media (min-width: 30em) {
  .panel-cols-3 .panel-panel {
    width: 23.48993%;
    float: left;
    margin-right: 2.01342%; }
  .panel-cols-3 .panel-panel.last {
    width: 23.48993%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-3 .panel-panel, .sidebar-second .panel-cols-3 .panel-panel, .panel-cols-3 .two-sidebars .panel-panel {
    width: 21.91781%;
    float: left;
    margin-right: 4.10959%; }
  .sidebar-first .panel-cols-3 .panel-panel.last, .sidebar-second .panel-cols-3 .panel-panel.last, .panel-cols-3 .two-sidebars .panel-panel.last {
    width: 21.91781%;
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  .panel-cols-3 .panel-panel {
    width: 32.44444%;
    float: left;
    margin-right: 1.33333%; }
  .panel-cols-3 .panel-panel.last {
    width: 32.44444%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-3 .panel-panel, .sidebar-second .panel-cols-3 .panel-panel {
    width: 32.14286%;
    float: left;
    margin-right: 1.78571%; }
  .sidebar-first .panel-cols-3 .panel-panel.last, .sidebar-second .panel-cols-3 .panel-panel.last {
    width: 32.14286%;
    float: right;
    margin-right: 0; }
  .two-sidebars .panel-cols-3 .panel-panel {
    width: 31.53153%;
    float: left;
    margin-right: 2.7027%; }
  .two-sidebars .panel-cols-3 .panel-panel.last {
    width: 31.53153%;
    float: right;
    margin-right: 0; } }

@media (min-width: 30em) {
  .panel-cols-4 .panel-panel {
    width: 23.48993%;
    float: left;
    margin-right: 2.01342%; }
  .panel-cols-4 .panel-panel.last {
    width: 23.48993%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-4 .panel-panel, .sidebar-second .panel-cols-4 .panel-panel, .panel-cols-4 .two-sidebars .panel-panel {
    width: 21.91781%;
    float: left;
    margin-right: 4.10959%; }
  .sidebar-first .panel-cols-4 .panel-panel.last, .sidebar-second .panel-cols-4 .panel-panel.last, .panel-cols-4 .two-sidebars .panel-panel.last {
    width: 21.91781%;
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  .panel-cols-4 .panel-panel {
    width: 24%;
    float: left;
    margin-right: 1.33333%; }
  .panel-cols-4 .panel-panel.last {
    width: 24%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-4 .panel-panel, .sidebar-second .panel-cols-4 .panel-panel {
    width: 20.83333%;
    float: left;
    margin-right: 1.78571%; }
  .sidebar-first .panel-cols-4 .panel-panel.last, .sidebar-second .panel-cols-4 .panel-panel.last {
    width: 20.83333%;
    float: right;
    margin-right: 0; }
  .two-sidebars .panel-cols-4 .panel-panel {
    width: 14.41441%;
    float: left;
    margin-right: 2.7027%; }
  .two-sidebars .panel-cols-4 .panel-panel.last {
    width: 14.41441%;
    float: right;
    margin-right: 0; } }

@media (min-width: 30em) {
  .panel-cols-5 .panel-panel {
    width: 10.73826%;
    float: left;
    margin-right: 2.01342%; }
  .panel-cols-5 .panel-panel.last {
    width: 10.73826%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-5 .panel-panel, .sidebar-second .panel-cols-5 .panel-panel, .panel-cols-5 .two-sidebars .panel-panel {
    width: -4.10959%;
    float: left;
    margin-right: 4.10959%; }
  .sidebar-first .panel-cols-5 .panel-panel.last, .sidebar-second .panel-cols-5 .panel-panel.last, .panel-cols-5 .two-sidebars .panel-panel.last {
    width: -4.10959%;
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  .panel-cols-5 .panel-panel {
    width: 15.55556%;
    float: left;
    margin-right: 1.33333%; }
  .panel-cols-5 .panel-panel.last {
    width: 15.55556%;
    float: right;
    margin-right: 0; }
  .sidebar-first .panel-cols-5 .panel-panel, .sidebar-second .panel-cols-5 .panel-panel {
    width: 9.52381%;
    float: left;
    margin-right: 1.78571%; }
  .sidebar-first .panel-cols-5 .panel-panel.last, .sidebar-second .panel-cols-5 .panel-panel.last {
    width: 9.52381%;
    float: right;
    margin-right: 0; }
  .two-sidebars .panel-cols-5 .panel-panel {
    width: 14.41441%;
    float: left;
    margin-right: 2.7027%; }
  .two-sidebars .panel-cols-5 .panel-panel.last {
    width: 14.41441%;
    float: right;
    margin-right: 0; } }

@media (min-width: 30em) {
  .panel-cols-2.panel-cols-sidebar .panel-panel {
    width: 48.99329%;
    float: left;
    margin-right: 2.01342%; }
  .panel-cols-2.panel-cols-sidebar .panel-panel.sidebar {
    width: 48.99329%;
    float: left;
    margin-right: 2.01342%; }
  .panel-cols-2.panel-cols-sidebar .panel-panel.last {
    float: right;
    margin-right: 0; } }
@media (min-width: 60em) {
  .panel-cols-2.panel-cols-sidebar .panel-panel {
    width: 74.66667%;
    float: left;
    margin-right: 1.33333%; }
  .panel-cols-2.panel-cols-sidebar .panel-panel.sidebar {
    width: 24%;
    float: left;
    margin-right: 1.33333%; }
  .panel-cols-2.panel-cols-sidebar .panel-panel.last {
    float: right;
    margin-right: 0; } }
.panel-cols-2.panel-cols-sidebar .panel-cols-1 .panel-panel {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.l-browsehappy {
  background: #4d6184;
  color: #ffffff;
  padding: 16px;
  padding: 1rem;
  text-align: center; }
  .l-browsehappy a {
    color: #E9E8E9; }
  .l-browsehappy p, .l-browsehappy .region-inner {
    margin-bottom: 0 !important; }
  .l-browsehappy span.ext {
    display: none; }
  .l-browsehappy .browsehappy-close {
    cursor: pointer;
    margin-left: 16px;
    margin-left: 1rem; }
    .l-browsehappy .browsehappy-close:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1; }

ul.tabs {
  border-color: #282828;
  border-bottom-width: 0;
  padding-left: 0; }
  @media (min-width: 60em) {
    ul.tabs {
      border-bottom-width: 1px; } }
  ul.tabs li {
    margin-top: 1px;
    width: 90%; }
    @media (min-width: 60em) {
      ul.tabs li {
        margin-right: 6px;
        margin-right: 0.4rem;
        margin-top: 6px;
        margin-top: 0.4rem;
        width: auto; } }
    ul.tabs li.active {
      width: 100%; }
      @media (min-width: 60em) {
        ul.tabs li.active {
          width: auto; } }
    ul.tabs li:before {
      display: none; }
    ul.tabs li a {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 21px;
      line-height: 1.3125rem;
      background-color: #4d6184;
      border-radius: 0 0.25rem 0.25rem 0;
      color: #ffffff;
      padding: 4px 8px;
      padding: 0.25rem 0.5rem; }
      @media (min-width: 60em) {
        ul.tabs li a {
          border-radius: 0.25rem 0.25rem 0 0; } }
      ul.tabs li a:hover {
        background-color: #445574; }
      ul.tabs li a.active {
        background-color: #273244;
        color: #ffffff; }

ul.pager {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  left: 50%; }
  ul.pager .pager__item {
    display: block;
    float: left;
    margin: 0 8px 0 0;
    margin: 0 0.5rem 0 0;
    padding: 8px;
    padding: 0.5rem;
    position: relative;
    right: 50%; }

table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  margin: 0 0 16px 0;
  margin: 0 0 1rem 0;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word; }
  @media (max-width: 30em) {
    table {
      font-size: 12px;
      font-size: 0.8rem; } }

thead {
  background-color: #ccc; }

table td, table th {
  padding: 4px;
  padding: 0.25rem;
  vertical-align: top; }

tr.even {
  background-color: rgba(238, 238, 238, 0.5); }

tr.odd {
  background-color: rgba(221, 221, 221, 0.5); }

td.active {
  background-color: rgba(208, 208, 208, 0.5); }

.messages {
  background-image: none;
  border: 0 none;
  margin: 16px 0;
  margin: 1rem 0;
  padding: 16px 16px 16px 48px;
  padding: 1rem 1rem 1rem 3rem;
  position: relative; }
  .messages--status {
    border-left: 5px solid #86a10b;
    background-color: rgba(134, 161, 11, 0.5); }
    .messages--status:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #728909; }
  .messages--warning {
    border-left: 5px solid #e16c07;
    background-color: rgba(225, 108, 7, 0.5); }
    .messages--warning:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #c86006; }
  .messages--error {
    border-left: 5px solid #99042e;
    background-color: rgba(153, 4, 46, 0.5); }
    .messages--error:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #67031f; }
  .messages--status:before, .messages--warning:before, .messages--error:before {
    bottom: 0;
    font-size: 24px;
    font-size: 1.5rem;
    height: 24px;
    height: 1.5rem;
    left: 8px;
    left: 0.5rem;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px;
    width: 1.5rem; }
  .messages li {
    list-style: square; }

html.js input.form-autocomplete, html.js input.throbbing {
  background: 0 none; }

.ajax-progress {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
  bottom: -16px;
  bottom: -1rem;
  left: -16px;
  left: -1rem;
  padding: 16px;
  padding: 1rem;
  position: absolute;
  right: -16px;
  right: -1rem;
  text-align: center;
  top: -16px;
  top: -1rem;
  z-index: 1; }

.ajax-progress .throbber {
  -webkit-animation: throbber 0.2s infinite linear;
  animation: throbber 0.2s infinite linear;
  background-image: none;
  border-bottom: 4px solid rgba(255, 255, 255, 0.75);
  border-left: 0;
  border-radius: 50%;
  border-right: 3px solid rgba(255, 255, 255, 0.5);
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  display: block;
  float: none;
  height: 24px;
  height: 1.5rem;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 24px;
  width: 1.5rem; }

@-webkit-keyframes throbber {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes throbber {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.ajax-progress .message {
  color: #ffffff;
  margin: 8px;
  margin: 0.5rem;
  padding-left: 0;
  text-shadow: 0 0 16px #000000;
  text-shadow: 0 0 1rem #000000; }

.pager .throbber {
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 8px;
  margin-right: 0.5rem; }

nav ul.menu {
  margin: 0;
  padding: 0; }
  nav ul.menu li.leaf {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    float: left;
    margin-right: 16px;
    margin-right: 1rem; }

.mobile-menu-toggle {
  position: relative; }
  .mobile-menu-toggle h2 {
    margin-bottom: 0; }
  .mobile-menu-toggle .toggle-anchor {
    background-color: #4d6184;
    border-radius: 0.25rem;
    display: block;
    height: 32px;
    height: 2rem;
    position: absolute;
    right: 16px;
    right: 1rem;
    text-align: center;
    text-decoration: none;
    top: 8px;
    top: 0.5rem;
    width: 48px;
    width: 3rem;
    z-index: 51;
    font-size: 0; }
    .mobile-menu-toggle .toggle-anchor:before {
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 16px;
      font-size: 1rem;
      color: #ffffff;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 36px;
      line-height: 2.25rem; }

nav.mobile-menu-toggle--visible h2.block__title {
  display: block; }
nav.mobile-menu-toggle--visible ul.menu li.leaf {
  float: none; }

nav.mobile-menu-toggle--hidden h2.block__title {
  display: none; }

nav.submenu ul.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  float: none; }
  nav.submenu ul.menu li a {
    background: #282828;
    border-bottom: solid 1px #E9E8E9;
    display: block;
    padding: 16px;
    padding: 1rem; }
    nav.submenu ul.menu li a.active {
      color: #ffffff;
      background: #4d6184; }
      nav.submenu ul.menu li a.active:hover {
        color: #ffffff; }
    nav.submenu ul.menu li a:hover {
      color: #4d6184; }
  nav.submenu ul.menu li.last a {
    border-bottom: none; }
  nav.submenu ul.menu li.collapsed a {
    background-image: url('../images/submenu-bg.png');
    background-position: right 15px;
    background-repeat: no-repeat;
    padding-right: 48px;
    padding-right: 3rem; }
    nav.submenu ul.menu li.collapsed a:hover {
      background-position: right -65px; }
  nav.submenu ul.menu li.expanded a {
    background-image: url('../images/submenu-bg.png');
    background-position: right -105px;
    background-repeat: no-repeat;
    padding-right: 32px;
    padding-right: 2rem; }
    nav.submenu ul.menu li.expanded a.active-trail {
      background-position: right -145px; }
      nav.submenu ul.menu li.expanded a.active-trail:hover {
        background-position: right -305px; }
    nav.submenu ul.menu li.expanded a.active {
      background-position: right -225px; }
      nav.submenu ul.menu li.expanded a.active:hover {
        background-position: right -225px; }
nav.submenu ul.menu ul {
  border-bottom: solid 1px #E9E8E9; }
  nav.submenu ul.menu ul li a {
    background-image: none !important;
    background: #282828;
    padding-left: 32px;
    padding-left: 2rem;
    padding-right: 16px;
    padding-right: 1rem; }

.l-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  background: -webkit-linear-gradient(#4d6184, #ffffff, #ffffff);
  background: linear-gradient(#4d6184, #ffffff, #ffffff); }

.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto; }

.region-inner-main {
  padding-top: 32px;
  padding-top: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem; }

.region-inner-browsehappy, .region-inner-toolbar, .region-inner-header, .region-inner-navigation, .region-inner-top, .region-inner-main, .region-inner-bottom, .region-inner-footer {
  max-width: 1200px;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
  background-color: #f3f3f5; }
  .region-inner-browsehappy:after, .region-inner-toolbar:after, .region-inner-header:after, .region-inner-navigation:after, .region-inner-top:after, .region-inner-main:after, .region-inner-bottom:after, .region-inner-footer:after {
    content: " ";
    display: block;
    clear: both; }

.l-region--highlighted, .l-region--help, .l-region--sidebar-first, .l-region--sidebar-second {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.l-content .region-inner, .l-feed-icons {
  clear: both; }

@media (min-width: 48em) {
  .l-content {
    width: 66.07143%;
    float: right;
    margin-right: 0; }
    .front.not-logged-in .l-content {
      width: 49.33333%;
      float: left;
      margin-right: 1.33333%;
      margin-left: 26.0274%;
      padding: 0; }
  .l-region--sidebar-first, .region-inner-main > .l-branding {
    width: 32.14286%;
    float: left;
    margin-right: 1.78571%; }
    .front.not-logged-in .l-region--sidebar-first, .front.not-logged-in .region-inner-main > .l-branding {
      margin-left: 11.30952%; }
  .region-inner-bottom > div {
    padding-left: 22.61905%;
    padding-right: 11.30952%; } }

@media (min-width: 60em) {
  .l-content {
    width: 74.66667%;
    float: right;
    margin-right: 0;
    padding-left: 8.44444%;
    padding-right: 8.44444%; }
    .front.not-logged-in .l-content {
      width: 49.33333%;
      float: left;
      margin-right: 1.33333%;
      margin-left: 26.0274%;
      padding: 0; }
  .l-region--sidebar-first, .region-inner-main > .l-branding {
    width: 24%;
    float: left;
    margin-right: 1.33333%; }
    .front.not-logged-in .l-region--sidebar-first, .front.not-logged-in .region-inner-main > .l-branding {
      margin-left: 8.44444%; }
  .region-inner-bottom > div {
    padding-left: 25.33333%;
    padding-right: 16.88889%; } }

@media (min-width: 75em) {
  .l-content {
    width: 74.66667%;
    float: right;
    margin-right: 0;
    padding-left: 8.44444%;
    padding-right: 16.88889%; }
    .front.not-logged-in .l-content {
      width: 49.33333%;
      float: left;
      margin-right: 1.33333%;
      margin-left: 26.0274%;
      padding: 0; }
  .l-region--sidebar-first, .region-inner-main > .l-branding {
    width: 24%;
    float: left;
    margin-right: 1.33333%; }
    .front.not-logged-in .l-region--sidebar-first, .front.not-logged-in .region-inner-main > .l-branding {
      margin-left: 8.44444%; }
  .region-inner-bottom > div {
    padding-left: 33.77778%;
    padding-right: 25.33333%; } }

.front .region-inner-main, .results .region-inner-main {
  background-image: url("../images/shutterstock2.png");
  background-size: cover;
  background-repeat: no-repeat; }

.l-branding {
  margin-top: 32px;
  margin-top: 2rem; }
  @media (min-width: 20em) {
    .l-branding .logo {
      height: 50px;
      border: none; } }
  @media (min-width: 48em) {
    .l-branding .logo {
      width: 288px; } }
  @media (max-width: 30em) {
    .l-branding {
      margin-top: 16px;
      margin-top: 1rem; } }
  @media (min-width: 48em) {
    .front.not-logged-in .l-branding {
      margin-top: 72px;
      margin-top: 4.5rem; } }
  .l-branding .site-name {
    text-indent: -9999px; }
    .l-branding .site-name a {
      display: block;
      min-height: 122px; }
      @media (max-width: 30em) {
        .l-branding .site-name a {
          height: 45px;
          max-width: 271px;
          min-height: auto; } }
      @media (max-width: 48em) {
        .l-branding .site-name a {
          background-position: left; } }

.bottom-background .l-footer {
  background-color: #4d6184;
  background-image: url("../images/bg-bottom.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #ffffff; }
.bottom-background .l-region--bottom h1, .bottom-background .l-region--bottom h2, .bottom-background .l-region--bottom legend, .bottom-background .l-region--bottom h3, .bottom-background .l-region--bottom h4, .bottom-background .l-region--bottom h5 {
  color: #ffffff; }
.bottom-background .l-region--footer {
  background-color: #ffffff;
  background-image: url("../images/bg-bottom.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #282828; }

.region-inner-bottom {
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 96px;
  padding-top: 6rem; }
  @media (min-width: 48em) {
    .region-inner-bottom h1, .region-inner-bottom h2, .region-inner-bottom legend, .region-inner-bottom h3, .region-inner-bottom h4, .region-inner-bottom h5 {
      margin-left: -11.30952%; } }
  @media (min-width: 60em) {
    .region-inner-bottom h1, .region-inner-bottom h2, .region-inner-bottom legend, .region-inner-bottom h3, .region-inner-bottom h4, .region-inner-bottom h5 {
      margin-left: -14.61538%; } }
  @media (min-width: 75em) {
    .region-inner-bottom h1, .region-inner-bottom h2, .region-inner-bottom legend, .region-inner-bottom h3, .region-inner-bottom h4, .region-inner-bottom h5 {
      margin-left: -20.65217%; } }
  @media (min-width: 48em) {
    .region-inner-bottom blockquote {
      width: 54.7619%;
      float: left;
      margin-right: 1.78571%;
      margin-bottom: 0;
      margin-left: -11.30952%;
      margin-right: 0; }
      .region-inner-bottom blockquote + p {
        width: 66.07143%;
        float: right;
        margin-right: 0;
        margin-right: -11.30952%; }
        .region-inner-bottom blockquote + p + p {
          clear: both; } }
  @media (min-width: 60em) {
    .region-inner-bottom blockquote {
      width: 56.15385%;
      float: left;
      margin-right: 2.30769%;
      margin-left: -14.61538%;
      margin-right: 0; }
      .region-inner-bottom blockquote + p {
        width: 70.76923%;
        float: right;
        margin-right: 0;
        margin-right: -14.61538%; } }
  @media (min-width: 75em) {
    .region-inner-bottom blockquote {
      width: 58.69565%;
      float: left;
      margin-right: 3.26087%;
      margin-left: -20.65217%;
      margin-right: 0; }
      .region-inner-bottom blockquote + p {
        width: 79.34783%;
        float: right;
        margin-right: 0;
        margin-right: -20.65217%; } }

.l-region--footer {
  overflow: hidden; }

.footer--bg {
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 36px;
  margin: 24px;
  margin: 1.5rem; }

.block--block-10 p, .block--block-11 p {
  text-align: center;
  font-size: 16px;
  font-size: 1rem; }

.block--user .user-login-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.l-region--toolbar {
  background-color: #ffffff; }
  .l-region--toolbar .btn, .l-region--toolbar .form-submit {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 32px;
    margin-right: 2rem; }
  .l-region--toolbar .back-to-overview {
    padding: 16px 0;
    padding: 1rem 0;
    background-color: #3a4964; }
    .l-region--toolbar .back-to-overview a.btn, .l-region--toolbar .back-to-overview a.form-submit {
      border: 1px solid #ffffff; }
  .l-region--toolbar .region-inner-toolbar {
    position: relative;
    background-color: transparent; }

.front .back-to-overview .btn, .front .back-to-overview .form-submit {
  display: none; }

.block--locale-language {
  padding: 4px 16px 4px 0;
  padding: 0.25rem 1rem 0.25rem 0;
  z-index: 10;
  display: inline-block;
  float: left;
  text-align: center; }
  .block--locale-language ul, .block--locale-language ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
    padding: 5px 0;
    padding: 0.3125rem 0;
    z-index: 11; }
  .block--locale-language ul li {
    margin-right: 4px;
    text-align: center;
    display: block;
    padding: 0;
    float: left; }
    .block--locale-language ul li a {
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 22px;
      line-height: 1.375rem;
      text-transform: uppercase;
      text-decoration: none;
      color: #666666;
      width: 25px;
      width: 1.6rem;
      height: 22px;
      height: 1.375rem;
      display: block;
      background: #cccccc;
      border: 1px solid #333333;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: 300;
      padding: 0 0 3px 0; }
      .block--locale-language ul li a.active {
        color: #ffffff;
        background: #666666;
        border: 1px solid #333333; }

#federal-header-wrapper {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0 -16px 4px -16px;
  margin: 0 -1rem 0.3rem -1rem; }
  #federal-header-wrapper a, #federal-header-wrapper p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem; }
  #federal-header-wrapper #federal-header-link {
    text-align: right;
    padding-left: 16px;
    padding-left: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 18px;
    line-height: 1.125rem; }
    @media (min-width: 30em) {
      #federal-header-wrapper #federal-header-link {
        text-align: right; } }
    #federal-header-wrapper #federal-header-link span.ext {
      display: none; }

.back-to-overview-title a {
  color: #ffffff;
  text-decoration: none; }

@media (max-width: 48em) {
  .page-questionnaire .page-title {
    display: none; } }

.question-info {
  position: relative; }
  .question-info:hover .question-info--content, .question-info:focus .question-info--content, .question-info:active .question-info--content {
    opacity: 1;
    visibility: visible; }

.question-info--content {
  background-color: #f4f2f1;
  border-radius: 4px;
  border: 1px solid #E9E8E9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
  color: #282828;
  left: -8px;
  left: -0.5rem;
  opacity: 0;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: -8px;
  right: -0.5rem;
  top: 100%;
  -webkit-transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  visibility: hidden;
  z-index: 1; }
  .question-info--content p:last-child {
    margin-bottom: 0; }

.form-item label {
  position: relative; }
.form-item .icon-info {
  color: #4d6184;
  cursor: pointer;
  display: inline;
  outline: 0;
  vertical-align: sub; }
  .form-item .icon-info:hover + .question-info .question-info--content, .form-item .icon-info:focus + .question-info .question-info--content, .form-item .icon-info:active + .question-info .question-info--content {
    opacity: 1;
    visibility: visible; }

.questionnaire--results {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  background-color: #4d6184;
  border-radius: 8px;
  color: #ffffff;
  font-weight: bold;
  padding: 48px 16px 48px 16px;
  padding: 3rem 1rem 3rem 1rem;
  text-align: center; }

.graphs-container {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-top: 32px;
  margin-top: 2rem; }
  @media (min-width: 60em) {
    .graphs-container {
      margin-left: -58.5%;
      width: 173%; } }
  @media (min-width: 75em) {
    .graphs-container {
      margin-left: -68.5%;
      width: 203%; } }

.questionnaire--graph {
  height: 400px;
  width: 100%; }
  @media (max-width: 60em) {
    .questionnaire--graph {
      margin-bottom: 16px;
      margin-bottom: 1rem; } }
  @media (min-width: 60em) {
    .questionnaire--graph {
      float: left;
      margin-right: 2%;
      width: 49%; }
      .questionnaire--graph:last-child {
        margin-right: 0; } }

@media (min-width: 60em) {
  .questionnaire--shares {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; } }
.questionnaire--shares .btn-share {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 33px;
  line-height: 2.0625rem;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: normal;
  margin-right: 0; }
  @media (min-width: 60em) {
    .questionnaire--shares .btn-share {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-right: 8px;
      margin-right: 0.5rem; }
      .questionnaire--shares .btn-share:last-child {
        margin-right: 0; } }

.questionnaire--tips {
  border-top: solid 1px #E9E8E9;
  padding-top: 20px;
  padding-top: 1.25rem; }
  .questionnaire--tips li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }

.message-below-charts {
  margin-left: 0; }
  @media (max-width: 30em) {
    .message-below-charts {
      margin-left: 0; } }

.fido-questionnaire-questions {
  width: 100%; }

.pagination {
  counter-reset: pagination-counter;
  margin-top: 0;
  padding: 0 22% 0 0; }
  @media (max-width: 48em) {
    .pagination {
      margin-bottom: 0;
      margin-left: -16px;
      margin-left: -1rem;
      margin-right: -16px;
      margin-right: -1rem;
      padding: 0; } }
  .pagination li {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    list-style: none;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    position: relative;
    text-align: right; }
    @media (max-width: 48em) {
      .pagination li {
        height: 0;
        margin: 0;
        visibility: hidden; } }
    .pagination li:after {
      background-color: #3A4964;
      border-radius: 50%;
      color: #ffffff;
      content: counter(pagination-counter);
      counter-increment: pagination-counter;
      display: block;
      height: 28px;
      height: 1.75rem;
      line-height: 28px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 28px;
      width: 1.75rem; }
  .pagination .pagination__prev {
    font-weight: 600;
    opacity: inherit;
    color: #7685A0; }
    .pagination .pagination__prev:after {
      background-color: #7685A0; }
    .pagination .pagination__prev:before {
      background-color: #7685A0;
      bottom: -32px;
      bottom: -2rem;
      content: '';
      display: block;
      position: absolute;
      right: 12px;
      right: 0.75rem;
      top: 0;
      width: 4px;
      width: 0.25rem; }
    .pagination .pagination__prev:after {
      background-colror: #7685A0; }
  .pagination .pagination__active {
    color: #3A4964;
    opacity: inherit; }
    @media (max-width: 48em) {
      .pagination .pagination__active {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 33px;
        line-height: 2.0625rem;
        background-color: #3A4964;
        color: #ffffff;
        display: block;
        height: auto;
        padding: 8px 16px 8px 60px;
        padding: 0.5rem 1rem 0.5rem 3.75rem;
        text-align: left;
        visibility: visible; } }
    .pagination .pagination__active:before {
      display: none; }
    .pagination .pagination__active:after {
      background-color: #3A4964; }
      @media (max-width: 48em) {
        .pagination .pagination__active:after {
          background-color: #ffffff;
          color: #282828;
          left: 16px;
          left: 1rem;
          margin-top: -14px;
          margin-top: -0.875rem;
          right: auto;
          top: 50%; } }


/*# sourceMappingURL=balance.css.map */
