@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*----------------------------------------------------------------------------*\
    #SETTINGS
    
    Globally-available variables, settings & config switches.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #GLOBAL VARIABLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #COLOUR VARIABLES
\*----------------------------------------------------------------------------*/
.caa-grey-lt-bg {
  background-color: #f2f2f2; }

.caa-blue-bg {
  background-color: #1c2869; }

.caa-blue-lt-bg {
  background-color: #00b3dd; }

.caa-yellow-bg {
  background-color: #ffdb05; }

/* Color blocks for Tutorial AIS */
.white-block, .yellow-block, .pink-block, .mauve-block, .green-block {
  padding: 0.125rem 0.25rem; }

.white-block {
  border: 1px solid #b2b2b2; }

.yellow-block {
  background-color: #ffdd00; }

.pink-block {
  background-color: #fbbdc7; }

.mauve-block {
  color: #fff;
  background-color: #673ab7; }

.green-block {
  background-color: #63f463; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "\2014   "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #1779ba;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #767676;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #0a0a0a; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #0a0a0a; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #767676;
          color: #767676; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

/*!---------------------------------------------------------------------------*\
    
    #YOUR PROJECT NAME
    
    - Version:      1.0
    - Author:       YOUR NAME
    - Site:         http://YOUR_SITE
    - Copyright:    2016, YOUR COMPANY
    – License:      YOUR LICENSE
    
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #FUNCTIONS
    
    Globally-available functions.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #AN EMPTY FUNCTION FILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #MIXINS
    
    Globally-available mixins.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #AN EMPTY MIXIN FILE
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #GENERIC
    
    Ground-zero styles. Low-specificity, far-reaching.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #KEYFRAMES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #FONT DECLARATIONS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #SHARED ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #ELEMENTS
    
    Last layer for type selectors (h1-h6, a).
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #DOCUMENT ELEMENT STYLES
\*----------------------------------------------------------------------------*/
html {
  margin-top: 0 !important;
  height: 100%; }

body {
  color: #1c2869;
  font-size: 100%;
  font-family: "Univers LT W01 55 Roman", Arial, Helvetica, sans-serif;
  /*	For sticky footer */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  /*	end for sticky footer */ }

/*----------------------------------------------------------------------------*\
    #FORM ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #INTERACTIVE ELEMENT RESETS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #LINK ELEMENT STYLES
\*----------------------------------------------------------------------------*/
a {
  color: #0b7bbb;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px; }

a[target="_blank"]:after,
a[target="new"]:after {
  font-family: 'FontAwesome';
  content: " \F08E";
  opacity: 0.66; }

/*----------------------------------------------------------------------------*\
    #LIST ELEMENT STYLES
\*----------------------------------------------------------------------------*/
li {
  margin-bottom: 0.5rem; }
  li ul {
    margin-top: 0.25rem; }
    li ul li {
      margin-bottom: 0.25rem; }

.no-bullets {
  list-style: none;
  margin-left: 0; }

/*----------------------------------------------------------------------------*\
    #IMAGE & SVG ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #BLOCKQUOTE AND CITE ELEMENT STYLES
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #TYPE ELEMENT STYLES
\*----------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-family: "Univers LT W01 45 Light", Arial, Helvetica, sans-serif; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.5rem; }

h4, .h4 {
  font-size: 1.125rem; }

.wp-block-image figcaption {
  font-size: 85%; }

.wp-block-image.caption-top {
  position: relative;
  margin-top: 2rem; }
  .wp-block-image.caption-top figcaption {
    position: absolute;
    top: -2rem; }

/*----------------------------------------------------------------------------*\
    #BUTTON STYLES
\*----------------------------------------------------------------------------*/
button,
.button,
.app-head .button,
#timeNag a,
.wp-block-button .wp-block-button__link {
  color: #1c2869;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.75rem 1rem;
  background-color: #ffdb05;
  margin: 1rem 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  button:after,
  .button:after,
  .app-head .button:after,
  #timeNag a:after,
  .wp-block-button .wp-block-button__link:after {
    display: inline-block;
    content: '\F054';
    font-family: fontawesome;
    color: #1c2869;
    margin-left: 0.325rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  button.read-more__open:after,
  .button.read-more__open:after,
  .app-head .button.read-more__open:after,
  #timeNag a.read-more__open:after,
  .wp-block-button .wp-block-button__link.read-more__open:after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  button:hover,
  .button:hover,
  .app-head .button:hover,
  #timeNag a:hover,
  .wp-block-button .wp-block-button__link:hover {
    color: #fff;
    background-color: #1c2869; }
    button:hover:after,
    .button:hover:after,
    .app-head .button:hover:after,
    #timeNag a:hover:after,
    .wp-block-button .wp-block-button__link:hover:after {
      color: #fff; }
  button__prev,
  .button__prev,
  .app-head .button__prev,
  #timeNag a__prev,
  .wp-block-button .wp-block-button__link__prev {
    margin-right: 0.5rem; }
    button__prev:after,
    .button__prev:after,
    .app-head .button__prev:after,
    #timeNag a__prev:after,
    .wp-block-button .wp-block-button__link__prev:after {
      content: '';
      margin-left: 0; }
    button__prev:before,
    .button__prev:before,
    .app-head .button__prev:before,
    #timeNag a__prev:before,
    .wp-block-button .wp-block-button__link__prev:before {
      content: '\F053';
      font-family: fontawesome;
      color: #1c2869;
      margin-right: 0.325rem; }
    button__prev:hover:before,
    .button__prev:hover:before,
    .app-head .button__prev:hover:before,
    #timeNag a__prev:hover:before,
    .wp-block-button .wp-block-button__link__prev:hover:before {
      color: #fff; }
  button.blue,
  .button.blue,
  .app-head .button.blue,
  #timeNag a.blue,
  .wp-block-button .wp-block-button__link.blue {
    color: #fff;
    background-color: #1c2869; }
    button.blue:after,
    .button.blue:after,
    .app-head .button.blue:after,
    #timeNag a.blue:after,
    .wp-block-button .wp-block-button__link.blue:after {
      color: #fff; }
    button.blue:hover,
    .button.blue:hover,
    .app-head .button.blue:hover,
    #timeNag a.blue:hover,
    .wp-block-button .wp-block-button__link.blue:hover {
      color: #1c2869;
      background-color: #ffdb05; }
      button.blue:hover:after,
      .button.blue:hover:after,
      .app-head .button.blue:hover:after,
      #timeNag a.blue:hover:after,
      .wp-block-button .wp-block-button__link.blue:hover:after {
        color: #1c2869; }

.wp-block-button.blue .wp-block-button__link {
  color: #fff;
  background-color: #1c2869; }
  .wp-block-button.blue .wp-block-button__link:after {
    color: #fff; }
  .wp-block-button.blue .wp-block-button__link:hover {
    color: #1c2869;
    background-color: #ffdb05; }
    .wp-block-button.blue .wp-block-button__link:hover:after {
      color: #1c2869; }

/*----------------------------------------------------------------------------*\
    TABLE ELEMENT RESETS
\*----------------------------------------------------------------------------*/
figure.red-green__columns tr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff; }
  figure.red-green__columns tr th:nth-child(odd) {
    color: #fff;
    background-color: #f62121; }
  figure.red-green__columns tr th:nth-child(even) {
    color: #fff;
    background-color: #30d130; }
  figure.red-green__columns tr td:nth-child(odd) {
    color: #000;
    background-color: #fb9c9c; }
  figure.red-green__columns tr td:nth-child(even) {
    color: #000;
    background-color: #98e898; }

/*----------------------------------------------------------------------------*\
    #OBJECTS
    
    Design Patterns. Layout. No cosmetics. Start using agnostic classes only.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #APP WRAPPER
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #COMPONENTS AND BLOCKS
    
    Designed pieces of UI. Only using classes. More explicit naming.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #APP HEADER
\*----------------------------------------------------------------------------*/
#wpadminbar {
  -webkit-transform: translateY(-99%);
      -ms-transform: translateY(-99%);
          transform: translateY(-99%);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
  #wpadminbar:hover {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  @media screen and (max-width: 767px) {
    #wpadminbar {
      display: none; } }

.app-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 15rem;
  margin: 0 auto;
  background-color: #84bdf4;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .app-head a {
    color: #1c2869;
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }
  body.home .app-head {
    height: 21.5rem; }
  .app-head .masthead {
    position: relative;
    height: 6rem; }
    .app-head .masthead > div {
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .app-head .header-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.66+0,0.11+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.66)), to(rgba(255, 255, 255, 0.11)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.11) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.66) 0%, rgba(255, 255, 255, 0.11) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8ffffff', endColorstr='#1cffffff',GradientType=1 );
    /* IE6-9 */ }
  .app-head .logo-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 220px;
    min-width: 200px; }
    .app-head .logo-panel a.logo img,
    .app-head .logo-panel a.logo svg {
      width: 100%;
      height: auto; }
  .app-head .header-image {
    position: absolute;
    width: 100vw;
    height: 100%; }
    .app-head .header-image .grid-container {
      height: 100%; }
    .app-head .header-image__inner {
      position: absolute;
      bottom: 0;
      right: 10%;
      width: calc( 15rem * 0.75); }
  body.home .app-head .header-image__inner {
    width: initial;
    height: 15rem; }
  .app-head .page-title {
    position: relative;
    height: 6.5rem;
    margin-top: calc( ( 15rem - ( 6rem + 6.5rem ) ) - 1rem); }
    .app-head .page-title h1 {
      line-height: 1;
      margin: 0; }

/*----------------------------------------------------------------------------*\
    #APP MAIN
\*----------------------------------------------------------------------------*/
.app-main {
  margin-top: calc( 15rem + 2rem + 2rem);
  /*	For stikcy footer */
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  /*	end for sticky footer */ }
  body.home .app-main {
    margin-top: calc( 21.5rem + 2rem); }
  .app-main .boxed-dig {
    padding: 0.75rem 0.75rem 0;
    border: 1px solid #929292;
    margin-bottom: 1rem; }

/*----------------------------------------------------------------------------*\
    #APP FOOTER
\*----------------------------------------------------------------------------*/
.app-foot {
  color: #fff;
  padding: 2.5rem 0;
  background-color: #333333;
  /*	For stikcy footer */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  /*	end for sticky footer */ }
  .app-foot .footer-menu ul {
    list-style: none;
    margin: 0 0 0 -0.25rem; }
    .app-foot .footer-menu ul li {
      font-size: 90%; }
      .app-foot .footer-menu ul li a {
        color: #fff;
        padding: 0.125rem 0.25rem;
        -webkit-text-decoration-color: #b2b2b2;
                text-decoration-color: #b2b2b2;
        text-underline-offset: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .app-foot .footer-menu ul li a:hover {
          color: #000;
          background-color: #f2f2f2; }
  .app-foot .footer-info p {
    font-size: 90%; }
    .app-foot .footer-info p a {
      color: #fff;
      padding: 0.125rem 0.25rem;
      margin-left: -0.25rem;
      -webkit-text-decoration-color: #b2b2b2;
              text-decoration-color: #b2b2b2;
      text-underline-offset: 3px;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .app-foot .footer-info p a:hover {
        color: #000;
        background-color: #f2f2f2; }
  .app-foot .footer-logo img, .app-foot .footer-logo svg {
    height: 5rem; }
  .app-foot .footer-social a {
    display: inline-block;
    margin-right: 0.5rem; }
    .app-foot .footer-social a i, .app-foot .footer-social a svg {
      color: #929292;
      font-size: 2rem;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .app-foot .footer-social a i:hover, .app-foot .footer-social a svg:hover {
        color: #fff; }
    .app-foot .footer-social a:after {
      content: ''; }
  .app-foot .footer-copyright {
    padding-top: 1rem;
    border-top: 1px solid #929292;
    margin-top: 2rem; }
    .app-foot .footer-copyright p {
      font-size: 90%; }
      .app-foot .footer-copyright p a {
        color: #fff;
        padding: 0.125rem 0.25rem;
        -webkit-text-decoration-color: #b2b2b2;
                text-decoration-color: #b2b2b2;
        text-underline-offset: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .app-foot .footer-copyright p a:hover {
          color: #000;
          background-color: #f2f2f2; }
      .app-foot .footer-copyright p .credits a {
        padding: 0;
        text-underline-offset: 3px;
        -webkit-text-decoration-color: #929292;
                text-decoration-color: #929292; }
        .app-foot .footer-copyright p .credits a:hover {
          color: #fff;
          background-color: initial; }
        .app-foot .footer-copyright p .credits a:after {
          content: ''; }

/*----------------------------------------------------------------------------*\
    #NAV MENUS
\*----------------------------------------------------------------------------*/
.app-head ul {
  list-style: none;
  text-align: right; }
  .app-head ul li {
    display: inline-block; }
    .app-head ul li a {
      color: #1c2869;
      padding: 0.5rem;
      border-bottom: 3px solid transparent;
      -webkit-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .app-head ul li a:hover {
        border-bottom: 3px solid #ffdb05; }

/*----------------------------------------------------------------------------*\
    #BLOCK RELATED
\*----------------------------------------------------------------------------*/
.full-width,
.alignfull,
.align-full {
  margin: 0 calc( ( -100vw + 100% ) / 2); }

.fullwidth, full-width {
  width: 100vw; }

.full-width-block {
  padding-top: 1.5rem;
  margin: 0 calc( ( -100vw + 100% ) / 2); }
  .full-width-block .clipboard-blue:before {
    /*	content: '';
		background-image: url('/app/themes/infringe/images/icon-clipboard-blue.svg');
		background-size: 1rem 1rem;
		width: 1rem;
		height: 1rem; */
    font-family: fontawesome;
    font-weight: 400;
    content: '\F05A';
    margin-right: 0.425rem;
    /*	content: url('/app/themes/infringe/images/icon-clipboard-blue.svg');
		width: 1rem;
		height: 1rem; */ }

.link-panel-block {
  color: #fff; }
  .link-panel-block .link-panel {
    padding: 2.5rem 1rem 2rem; }
    .link-panel-block .link-panel h3 {
      font-family: "Univers LT W01 55 Roman", Arial, Helvetica, sans-serif; }
    .link-panel-block .link-panel img, .link-panel-block .link-panel svg {
      width: 4rem;
      height: auto;
      max-height: 4.5rem; }
    .link-panel-block .link-panel__corner {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 6rem;
      height: 6rem;
      border-bottom: solid 3rem #ffdb05;
      border-right: solid 3rem #ffdb05;
      border-top: solid 3rem transparent;
      border-left: solid 3rem transparent; }
      .link-panel-block .link-panel__corner svg {
        width: 1.75rem;
        color: #1c2869;
        position: absolute;
        right: -2rem;
        bottom: -2rem; }
  .link-panel-block a {
    color: #fff;
    text-decoration: none; }

/*----------------------------------------------------------------------------*\
    #BREADCRUMB STYLES
\*----------------------------------------------------------------------------*/
.breadcrumbs {
  position: fixed;
  top: 15rem;
  left: 0;
  right: 0;
  width: 100vw;
  height: 2rem;
  padding: 0.25rem;
  background-color: #f2f2f2;
  margin: 0 auto; }
  .breadcrumbs p {
    font-size: 0.9rem;
    margin: 0; }

/*----------------------------------------------------------------------------*\
    #TUTORIAL STYLES
\*----------------------------------------------------------------------------*/
body.single-tutorial h2, body.single-tutorial .h2 {
  font-size: 2.25rem; }
  body.single-tutorial h2 img.icon-left, body.single-tutorial h2 svg.icon-left, body.single-tutorial .h2 img.icon-left, body.single-tutorial .h2 svg.icon-left {
    width: 2.5rem;
    margin-top: -0.325rem;
    margin-left: -3rem;
    margin-right: 0.5rem; }

body.single-tutorial li.active {
  font-family: "Univers LT W01 65 Bold", Arial, Helvetica, sans-serif;
  color: #00b3dd; }
  body.single-tutorial li.active:before {
    content: '\F054';
    font-family: fontawesome;
    color: #00b3dd; }

.sidebar {
  padding: 0.5rem 0.75rem;
  background-color: #fff; }
  .sidebar h4 {
    font-family: "Univers LT W01 55 Roman", Arial, Helvetica, sans-serif; }
  .sidebar ul {
    list-style: none;
    margin-left: 0; }
    .sidebar ul li {
      font-family: "Univers LT W01 45 Light", Arial, Helvetica, sans-serif;
      padding: 0.125rem 0;
      margin-bottom: 0;
      border-bottom: 1px solid #b2b2b2; }
      .sidebar ul li:first-child {
        border-top: 1px solid #b2b2b2; }
      .sidebar ul li a {
        color: #1c2869;
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent;
        -webkit-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
        .sidebar ul li a:hover {
          color: #0b7bbb; }

/*----------------------------------------------------------------------------*\
    #THE TEST STYLES
\*----------------------------------------------------------------------------*/
h2 img.icon-left {
  width: 2.5rem;
  margin-top: -0.325rem;
  margin-left: -3rem;
  margin-right: 0.5rem; }

#timerDiv {
  color: #fff !important;
  padding: 0.25rem 0.5rem;
  background-color: #00b3dd; }

.question-content {
  font-size: 1.2rem; }

.question-choices label {
  font-size: 1rem;
  margin-right: 0; }

h2.watupro-category-header:before {
  background: url("/app/themes/infringe/images/icon-clipboard-circle-blue.svg");
  width: 2rem;
  height: 2rem;
  margin-left: -2rem;
  margin-right: 2.5rem; }

/*----------------------------------------------------------------------------*\
    #NEXT STEPS STYLES
\*----------------------------------------------------------------------------*/
.next-steps-block svg {
  width: 3rem;
  margin-bottom: 0.5rem; }

/*----------------------------------------------------------------------------*\
    #READ MORE STYLES
\*----------------------------------------------------------------------------*/
.read-more__content {
  max-height: 1px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .read-more__content.read-more__open {
    max-height: 1000px; }

.example {
  background-color: red; }

/*----------------------------------------------------------------------------*\
    #HELPERS
    
    Overrides, helpers, utilities. Only affect one item at a time.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #SPACING HELPERS
\*----------------------------------------------------------------------------*/
.mg-0 {
  margin: 0; }

.mg-t-0dot5 {
  margin-top: 0.5rem; }

.mg-b-0dot5 {
  margin-bottom: 0.5rem; }

.mg-h-0dot5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.mg-v-0 {
  margin-top: 0rem;
  margin-bottom: 0rem; }

.mg-t-0 {
  margin-top: 0rem; }

.mg-b-0 {
  margin-bottom: 0rem; }

.mg-l-0 {
  margin-left: 0rem; }

.pd-0 {
  padding: 0rem; }

.pd-v-0 {
  padding-top: 0rem;
  padding-bottom: 0rem; }

.pd-h-0 {
  padding-left: 0rem;
  padding-right: 0rem; }

.pd-t-0 {
  padding-top: 0rem; }

.pd-b-0 {
  padding-bottom: 0rem; }

.mg-v-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.mg-t-1 {
  margin-top: 1rem; }

.mg-b-1 {
  margin-bottom: 1rem; }

.mg-l-1 {
  margin-left: 1rem; }

.pd-1 {
  padding: 1rem; }

.pd-v-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.pd-h-1 {
  padding-left: 1rem;
  padding-right: 1rem; }

.pd-t-1 {
  padding-top: 1rem; }

.pd-b-1 {
  padding-bottom: 1rem; }

.mg-v-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mg-t-2 {
  margin-top: 2rem; }

.mg-b-2 {
  margin-bottom: 2rem; }

.mg-l-2 {
  margin-left: 2rem; }

.pd-2 {
  padding: 2rem; }

.pd-v-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.pd-h-2 {
  padding-left: 2rem;
  padding-right: 2rem; }

.pd-t-2 {
  padding-top: 2rem; }

.pd-b-2 {
  padding-bottom: 2rem; }

.mg-v-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.mg-t-3 {
  margin-top: 3rem; }

.mg-b-3 {
  margin-bottom: 3rem; }

.mg-l-3 {
  margin-left: 3rem; }

.pd-3 {
  padding: 3rem; }

.pd-v-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.pd-h-3 {
  padding-left: 3rem;
  padding-right: 3rem; }

.pd-t-3 {
  padding-top: 3rem; }

.pd-b-3 {
  padding-bottom: 3rem; }

.mg-v-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.mg-t-4 {
  margin-top: 4rem; }

.mg-b-4 {
  margin-bottom: 4rem; }

.mg-l-4 {
  margin-left: 4rem; }

.pd-4 {
  padding: 4rem; }

.pd-v-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.pd-h-4 {
  padding-left: 4rem;
  padding-right: 4rem; }

.pd-t-4 {
  padding-top: 4rem; }

.pd-b-4 {
  padding-bottom: 4rem; }

.mg-v-5 {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.mg-t-5 {
  margin-top: 5rem; }

.mg-b-5 {
  margin-bottom: 5rem; }

.mg-l-5 {
  margin-left: 5rem; }

.pd-5 {
  padding: 5rem; }

.pd-v-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.pd-h-5 {
  padding-left: 5rem;
  padding-right: 5rem; }

.pd-t-5 {
  padding-top: 5rem; }

.pd-b-5 {
  padding-bottom: 5rem; }

.mg-v-6 {
  margin-top: 6rem;
  margin-bottom: 6rem; }

.mg-t-6 {
  margin-top: 6rem; }

.mg-b-6 {
  margin-bottom: 6rem; }

.mg-l-6 {
  margin-left: 6rem; }

.pd-6 {
  padding: 6rem; }

.pd-v-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }

.pd-h-6 {
  padding-left: 6rem;
  padding-right: 6rem; }

.pd-t-6 {
  padding-top: 6rem; }

.pd-b-6 {
  padding-bottom: 6rem; }

.mg-v-7 {
  margin-top: 7rem;
  margin-bottom: 7rem; }

.mg-t-7 {
  margin-top: 7rem; }

.mg-b-7 {
  margin-bottom: 7rem; }

.mg-l-7 {
  margin-left: 7rem; }

.pd-7 {
  padding: 7rem; }

.pd-v-7 {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.pd-h-7 {
  padding-left: 7rem;
  padding-right: 7rem; }

.pd-t-7 {
  padding-top: 7rem; }

.pd-b-7 {
  padding-bottom: 7rem; }

.mg-v-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

.mg-t-8 {
  margin-top: 8rem; }

.mg-b-8 {
  margin-bottom: 8rem; }

.mg-l-8 {
  margin-left: 8rem; }

.pd-8 {
  padding: 8rem; }

.pd-v-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.pd-h-8 {
  padding-left: 8rem;
  padding-right: 8rem; }

.pd-t-8 {
  padding-top: 8rem; }

.pd-b-8 {
  padding-bottom: 8rem; }

.mg-v-9 {
  margin-top: 9rem;
  margin-bottom: 9rem; }

.mg-t-9 {
  margin-top: 9rem; }

.mg-b-9 {
  margin-bottom: 9rem; }

.mg-l-9 {
  margin-left: 9rem; }

.pd-9 {
  padding: 9rem; }

.pd-v-9 {
  padding-top: 9rem;
  padding-bottom: 9rem; }

.pd-h-9 {
  padding-left: 9rem;
  padding-right: 9rem; }

.pd-t-9 {
  padding-top: 9rem; }

.pd-b-9 {
  padding-bottom: 9rem; }

.mg-v-10 {
  margin-top: 10rem;
  margin-bottom: 10rem; }

.mg-t-10 {
  margin-top: 10rem; }

.mg-b-10 {
  margin-bottom: 10rem; }

.mg-l-10 {
  margin-left: 10rem; }

.pd-10 {
  padding: 10rem; }

.pd-v-10 {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.pd-h-10 {
  padding-left: 10rem;
  padding-right: 10rem; }

.pd-t-10 {
  padding-top: 10rem; }

.pd-b-10 {
  padding-bottom: 10rem; }

.pd-b-0dot5 {
  padding-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  .medium-mg-0 {
    margin: 0; }
  .medium-mg-v-0 {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .medium-mg-t-0 {
    margin-top: 0rem; }
  .medium-mg-b-0 {
    margin-bottom: 0rem; }
  .medium-mg-l-0 {
    margin-left: 0rem; }
  .medium-pd-0 {
    padding: 0rem; }
  .medium-pd-v-0 {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .medium-pd-h-0 {
    padding-left: 0rem;
    padding-right: 0rem; }
  .medium-pd-t-0 {
    padding-top: 0rem; }
  .medium-pd-b-0 {
    padding-bottom: 0rem; }
  .medium-mg-v-1 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .medium-mg-t-1 {
    margin-top: 1rem; }
  .medium-mg-b-1 {
    margin-bottom: 1rem; }
  .medium-mg-l-1 {
    margin-left: 1rem; }
  .medium-pd-1 {
    padding: 1rem; }
  .medium-pd-v-1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .medium-pd-h-1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .medium-pd-t-1 {
    padding-top: 1rem; }
  .medium-pd-b-1 {
    padding-bottom: 1rem; }
  .medium-mg-v-2 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .medium-mg-t-2 {
    margin-top: 2rem; }
  .medium-mg-b-2 {
    margin-bottom: 2rem; }
  .medium-mg-l-2 {
    margin-left: 2rem; }
  .medium-pd-2 {
    padding: 2rem; }
  .medium-pd-v-2 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .medium-pd-h-2 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .medium-pd-t-2 {
    padding-top: 2rem; }
  .medium-pd-b-2 {
    padding-bottom: 2rem; }
  .medium-mg-v-3 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .medium-mg-t-3 {
    margin-top: 3rem; }
  .medium-mg-b-3 {
    margin-bottom: 3rem; }
  .medium-mg-l-3 {
    margin-left: 3rem; }
  .medium-pd-3 {
    padding: 3rem; }
  .medium-pd-v-3 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .medium-pd-h-3 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .medium-pd-t-3 {
    padding-top: 3rem; }
  .medium-pd-b-3 {
    padding-bottom: 3rem; }
  .medium-mg-v-4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .medium-mg-t-4 {
    margin-top: 4rem; }
  .medium-mg-b-4 {
    margin-bottom: 4rem; }
  .medium-mg-l-4 {
    margin-left: 4rem; }
  .medium-pd-4 {
    padding: 4rem; }
  .medium-pd-v-4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .medium-pd-h-4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .medium-pd-t-4 {
    padding-top: 4rem; }
  .medium-pd-b-4 {
    padding-bottom: 4rem; }
  .medium-mg-v-5 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .medium-mg-t-5 {
    margin-top: 5rem; }
  .medium-mg-b-5 {
    margin-bottom: 5rem; }
  .medium-mg-l-5 {
    margin-left: 5rem; }
  .medium-pd-5 {
    padding: 5rem; }
  .medium-pd-v-5 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .medium-pd-h-5 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .medium-pd-t-5 {
    padding-top: 5rem; }
  .medium-pd-b-5 {
    padding-bottom: 5rem; }
  .medium-mg-v-6 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .medium-mg-t-6 {
    margin-top: 6rem; }
  .medium-mg-b-6 {
    margin-bottom: 6rem; }
  .medium-mg-l-6 {
    margin-left: 6rem; }
  .medium-pd-6 {
    padding: 6rem; }
  .medium-pd-v-6 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .medium-pd-h-6 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .medium-pd-t-6 {
    padding-top: 6rem; }
  .medium-pd-b-6 {
    padding-bottom: 6rem; }
  .medium-mg-v-7 {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .medium-mg-t-7 {
    margin-top: 7rem; }
  .medium-mg-b-7 {
    margin-bottom: 7rem; }
  .medium-mg-l-7 {
    margin-left: 7rem; }
  .medium-pd-7 {
    padding: 7rem; }
  .medium-pd-v-7 {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .medium-pd-h-7 {
    padding-left: 7rem;
    padding-right: 7rem; }
  .medium-pd-t-7 {
    padding-top: 7rem; }
  .medium-pd-b-7 {
    padding-bottom: 7rem; }
  .medium-mg-v-8 {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .medium-mg-t-8 {
    margin-top: 8rem; }
  .medium-mg-b-8 {
    margin-bottom: 8rem; }
  .medium-mg-l-8 {
    margin-left: 8rem; }
  .medium-pd-8 {
    padding: 8rem; }
  .medium-pd-v-8 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .medium-pd-h-8 {
    padding-left: 8rem;
    padding-right: 8rem; }
  .medium-pd-t-8 {
    padding-top: 8rem; }
  .medium-pd-b-8 {
    padding-bottom: 8rem; }
  .medium-mg-v-9 {
    margin-top: 9rem;
    margin-bottom: 9rem; }
  .medium-mg-t-9 {
    margin-top: 9rem; }
  .medium-mg-b-9 {
    margin-bottom: 9rem; }
  .medium-mg-l-9 {
    margin-left: 9rem; }
  .medium-pd-9 {
    padding: 9rem; }
  .medium-pd-v-9 {
    padding-top: 9rem;
    padding-bottom: 9rem; }
  .medium-pd-h-9 {
    padding-left: 9rem;
    padding-right: 9rem; }
  .medium-pd-t-9 {
    padding-top: 9rem; }
  .medium-pd-b-9 {
    padding-bottom: 9rem; }
  .medium-mg-v-10 {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .medium-mg-t-10 {
    margin-top: 10rem; }
  .medium-mg-b-10 {
    margin-bottom: 10rem; }
  .medium-mg-l-10 {
    margin-left: 10rem; }
  .medium-pd-10 {
    padding: 10rem; }
  .medium-pd-v-10 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .medium-pd-h-10 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .medium-pd-t-10 {
    padding-top: 10rem; }
  .medium-pd-b-10 {
    padding-bottom: 10rem; } }

@media print, screen and (min-width: 64em) {
  .large-mg-0 {
    margin: 0; }
  .large-mg-v-0 {
    margin-top: 0rem;
    margin-bottom: 0rem; }
  .large-mg-t-0 {
    margin-top: 0rem; }
  .large-mg-b-0 {
    margin-bottom: 0rem; }
  .large-pd-0 {
    padding: 0rem; }
  .large-pd-v-0 {
    padding-top: 0rem;
    padding-bottom: 0rem; }
  .large-pd-h-0 {
    padding-left: 0rem;
    padding-right: 0rem; }
  .large-pd-t-0 {
    padding-top: 0rem; }
  .large-pd-b-0 {
    padding-bottom: 0rem; }
  .large-mg-v-1 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .large-mg-t-1 {
    margin-top: 1rem; }
  .large-mg-b-1 {
    margin-bottom: 1rem; }
  .large-pd-1 {
    padding: 1rem; }
  .large-pd-v-1 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .large-pd-h-1 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .large-pd-t-1 {
    padding-top: 1rem; }
  .large-pd-b-1 {
    padding-bottom: 1rem; }
  .large-mg-v-2 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .large-mg-t-2 {
    margin-top: 2rem; }
  .large-mg-b-2 {
    margin-bottom: 2rem; }
  .large-pd-2 {
    padding: 2rem; }
  .large-pd-v-2 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .large-pd-h-2 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .large-pd-t-2 {
    padding-top: 2rem; }
  .large-pd-b-2 {
    padding-bottom: 2rem; }
  .large-mg-v-3 {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .large-mg-t-3 {
    margin-top: 3rem; }
  .large-mg-b-3 {
    margin-bottom: 3rem; }
  .large-pd-3 {
    padding: 3rem; }
  .large-pd-v-3 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .large-pd-h-3 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .large-pd-t-3 {
    padding-top: 3rem; }
  .large-pd-b-3 {
    padding-bottom: 3rem; }
  .large-mg-v-4 {
    margin-top: 4rem;
    margin-bottom: 4rem; }
  .large-mg-t-4 {
    margin-top: 4rem; }
  .large-mg-b-4 {
    margin-bottom: 4rem; }
  .large-pd-4 {
    padding: 4rem; }
  .large-pd-v-4 {
    padding-top: 4rem;
    padding-bottom: 4rem; }
  .large-pd-h-4 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .large-pd-t-4 {
    padding-top: 4rem; }
  .large-pd-b-4 {
    padding-bottom: 4rem; }
  .large-mg-v-5 {
    margin-top: 5rem;
    margin-bottom: 5rem; }
  .large-mg-t-5 {
    margin-top: 5rem; }
  .large-mg-b-5 {
    margin-bottom: 5rem; }
  .large-pd-5 {
    padding: 5rem; }
  .large-pd-v-5 {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .large-pd-h-5 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .large-pd-t-5 {
    padding-top: 5rem; }
  .large-pd-b-5 {
    padding-bottom: 5rem; }
  .large-mg-v-6 {
    margin-top: 6rem;
    margin-bottom: 6rem; }
  .large-mg-t-6 {
    margin-top: 6rem; }
  .large-mg-b-6 {
    margin-bottom: 6rem; }
  .large-pd-6 {
    padding: 6rem; }
  .large-pd-v-6 {
    padding-top: 6rem;
    padding-bottom: 6rem; }
  .large-pd-h-6 {
    padding-left: 6rem;
    padding-right: 6rem; }
  .large-pd-t-6 {
    padding-top: 6rem; }
  .large-pd-b-6 {
    padding-bottom: 6rem; }
  .large-mg-v-7 {
    margin-top: 7rem;
    margin-bottom: 7rem; }
  .large-mg-t-7 {
    margin-top: 7rem; }
  .large-mg-b-7 {
    margin-bottom: 7rem; }
  .large-pd-7 {
    padding: 7rem; }
  .large-pd-v-7 {
    padding-top: 7rem;
    padding-bottom: 7rem; }
  .large-pd-h-7 {
    padding-left: 7rem;
    padding-right: 7rem; }
  .large-pd-t-7 {
    padding-top: 7rem; }
  .large-pd-b-7 {
    padding-bottom: 7rem; }
  .large-mg-v-8 {
    margin-top: 8rem;
    margin-bottom: 8rem; }
  .large-mg-t-8 {
    margin-top: 8rem; }
  .large-mg-b-8 {
    margin-bottom: 8rem; }
  .large-pd-8 {
    padding: 8rem; }
  .large-pd-v-8 {
    padding-top: 8rem;
    padding-bottom: 8rem; }
  .large-pd-h-8 {
    padding-left: 8rem;
    padding-right: 8rem; }
  .large-pd-t-8 {
    padding-top: 8rem; }
  .large-pd-b-8 {
    padding-bottom: 8rem; }
  .large-mg-v-9 {
    margin-top: 9rem;
    margin-bottom: 9rem; }
  .large-mg-t-9 {
    margin-top: 9rem; }
  .large-mg-b-9 {
    margin-bottom: 9rem; }
  .large-pd-9 {
    padding: 9rem; }
  .large-pd-v-9 {
    padding-top: 9rem;
    padding-bottom: 9rem; }
  .large-pd-h-9 {
    padding-left: 9rem;
    padding-right: 9rem; }
  .large-pd-t-9 {
    padding-top: 9rem; }
  .large-pd-b-9 {
    padding-bottom: 9rem; }
  .large-mg-v-10 {
    margin-top: 10rem;
    margin-bottom: 10rem; }
  .large-mg-t-10 {
    margin-top: 10rem; }
  .large-mg-b-10 {
    margin-bottom: 10rem; }
  .large-pd-10 {
    padding: 10rem; }
  .large-pd-v-10 {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .large-pd-h-10 {
    padding-left: 10rem;
    padding-right: 10rem; }
  .large-pd-t-10 {
    padding-top: 10rem; }
  .large-pd-b-10 {
    padding-bottom: 10rem; } }

.mg-t-0 {
  margin-top: 0 !important; }

.mg-v-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mg-b-0 {
  margin-bottom: 0 !important; }

/*----------------------------------------------------------------------------*\
    #DISPLAY HELPERS
\*----------------------------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.relative,
.pos-rel,
.posrel {
  position: relative; }

.fixed,
.posfixed,
.pos-fixed {
  position: fixed; }

.hidden {
  display: none; }

.display-block {
  display: block !important; }

.overflow-hidden {
  overflow: hidden; }

.rotate-z-45 {
  -webkit-transform: rotateZ(45deg);
      -ms-transform: rotate(45deg);
          transform: rotateZ(45deg); }

/*----------------------------------------------------------------------------*\
    #OVERRIDES
    
    Overrides, helpers, utilities. Only affect one item at a time.
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #VALIDATION HELPERS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    #VISIBILITY TRUMPS
\*----------------------------------------------------------------------------*/
.login__form-title {
  padding: 0 24px;
  font-weight: normal; }

#login {
  width: 90%;
  max-width: 1100px; }
  #login h1 {
    padding: 0 24px;
    text-align: left; }
    #login h1 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-left: 0;
      margin-right: 0;
      padding-left: 100px;
      background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1OCA1OCI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzFjMjk2OTsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMjksNThBMjksMjksMCwxLDEsNTgsMjksMjksMjksMCwwLDEsMjksNThaTTI5LDJBMjcsMjcsMCwxLDAsNTYsMjksMjcsMjcsMCwwLDAsMjksMloiLz4KICA8Zz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI0Mi44IDQ2LjUgMTUuMiA0Ni41IDE1LjIgMTMuNTUgMjYuOTkgMTMuNTUgMjYuOTkgMTUuNTUgMTcuMiAxNS41NSAxNy4yIDQ0LjUgNDAuOCA0NC41IDQwLjggMTUuNTUgMzEuMTcgMTUuNTUgMzEuMTcgMTMuNTUgNDIuOCAxMy41NSA0Mi44IDQ2LjUiLz4KICAgIDxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMjAuNjEiIHk9IjI2LjA3IiB3aWR0aD0iOC4zNSIgaGVpZ2h0PSIyIi8+CiAgICA8cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzQuMTkgMzAuNjEgMzEuMDQgMjcuODIgMzIuMzcgMjYuMzIgMzMuODEgMjcuNiAzNi4xNyAyNC4xNCAzNy44MiAyNS4yNyAzNC4xOSAzMC42MSIvPgogICAgPHJlY3QgY2xhc3M9ImNscy0xIiB4PSIyMC42NSIgeT0iMzUuMjEiIHdpZHRoPSI4LjM1IiBoZWlnaHQ9IjIiLz4KICAgIDxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIzNC4yMyAzOS43NCAzMS4wOCAzNi45NiAzMi40MSAzNS40NiAzMy44NSAzNi43NCAzNi4yMSAzMy4yOCAzNy44NiAzNC40MSAzNC4yMyAzOS43NCIvPgogICAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzIuMTcsMTQuNTloLTJhMS4wOSwxLjA5LDAsMCwwLTIuMTgsMEgyNmEzLjA5LDMuMDksMCwwLDEsNi4xOCwwWiIvPgogICAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjM1IDE4Ljc4IDIzIDE4Ljc4IDIzIDEzLjU1IDI2Ljk5IDEzLjU1IDI2Ljk5IDE1LjU1IDI1IDE1LjU1IDI1IDE2Ljc4IDMzIDE2Ljc4IDMzIDE1LjU1IDMxLjE3IDE1LjU1IDMxLjE3IDEzLjU1IDM1IDEzLjU1IDM1IDE4Ljc4Ii8+CiAgPC9nPgo8L3N2Zz4K);
      background-size: 83px 83px;
      background-position: left center;
      background-repeat: no-repeat;
      height: auto;
      min-height: 83px;
      width: 100%;
      max-width: 450px;
      text-indent: inherit;
      font-size: 1.75rem;
      color: #1c2869; }
      #login h1 a span.bold {
        font-weight: bold; }
  #login .button-primary,
  #login .wp-generate-pw {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #1c2869; }
    [data-whatinput='mouse'] #login .button-primary, [data-whatinput='mouse']
    #login .wp-generate-pw {
      outline: 0; }
    #login .button-primary:after,
    #login .wp-generate-pw:after {
      color: #fff; }
    #login .button-primary:hover,
    #login .wp-generate-pw:hover {
      color: #1c2869;
      background-color: #ffdb05; }
      #login .button-primary:hover:after,
      #login .wp-generate-pw:hover:after {
        color: #1c2869; }
  #login #wp-submit {
    float: none; }
  #login .button.wp-hide-pw::after {
    content: none; }
  #login .forgetmenot {
    float: none;
    margin-bottom: 20px; }
    #login .forgetmenot #rememberme {
      position: relative;
      width: 28px;
      height: 28px;
      margin-right: 8px;
      border-radius: 0; }
      #login .forgetmenot #rememberme:checked::before {
        width: 28px;
        height: 28px;
        margin: -2px 0 0 -4px; }
      #login .forgetmenot #rememberme:focus {
        border-color: gold;
        outline-color: gold; }
  #login form {
    border: none;
    padding-bottom: 5px;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #login #nav .wp-login-lost-password,
  #login #nav .wp-login-log-in {
    font-size: 1rem;
    color: #0b7bbb;
    text-decoration: underline; }
  #login .message,
  #login .notice {
    margin-left: 24px;
    margin-right: 24px; }

.login .language-switcher select {
  width: auto;
  height: auto; }

.login__form-footer-notice {
  padding: 12px 24px;
  margin-bottom: 24px;
  background-color: #f2f2f2; }

.login__form-description {
  margin: 24px 0;
  padding: 0 24px; }
