@import url(https://use.typekit.net/mgn2cpw.css);/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
button,
.button {
  display: table;
  padding: 1rem 1.5rem;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  letter-spacing: 1.2px;
  line-height: inherit;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #001e3f;
  color: inherit;
}

button:hover,
.button:hover {
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

button:focus,
.button:focus {
  outline: 0;
}

button.primary,
.button.primary {
  background: #001e3f;
  color: #ffffff;
}

button.border,
.button.border {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #001e3f;
          box-shadow: inset 0 0 0 1px #001e3f;
  border: none;
  color: #001e3f;
}

button.border:hover,
.button.border:hover {
  background: #001e3f;
  color: #ffffff;
}

button.submit-button,
.button.submit-button {
  display: block;
  background: #b9cb16 url("/img/submit-btn.png") no-repeat center right;
  margin: 2em auto 0;
  padding: 1.25rem 4.75em 1rem 1.75em;
  border: 0 none;
  text-transform: uppercase;
  font-size: 135%;
  font-weight: 600;
  letter-spacing: 2px;
  color: #ffffff;
}

@media (max-width: 600px) {
  button.submit-button,
  .button.submit-button {
    font-size: 95%;
    width: 100%;
    padding: 1.25rem 6.75em 1rem 1.75em;
  }
}

button.continue,
.button.continue {
  position: relative;
  background: #b9cb16;
}

button.continue:before,
.button.continue:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f1ef90;
  width: 2.5em;
}

button.continue:after,
.button.continue:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent url("/img/arrow-right.svg") no-repeat center center;
  width: 2.5em;
}

form .full {
  display: inline-block;
  width: 100%;
}

form .half {
  float: left;
  width: 50%;
  padding: 0 0.5em;
}

form .half:nth-of-type(2n) {
  padding-right: 0;
}

form .half:nth-of-type(2n+1) {
  padding-left: 0;
}

form .half.offset-right {
  margin-right: 50%;
}

form .half.offset-left {
  margin-left: 50%;
}

@media (max-width: 767px) {
  form .half {
    float: left;
    width: 100%;
    padding: 0;
  }
}

label {
  color: #ffffff;
  font-size: 1.5em;
  display: table;
  padding-top: 1em;
}

label + input,
label + textarea,
label + select {
  margin-top: 0.5em !important;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  float: left;
  display: block;
  width: 100%;
  height: auto;
  padding: 1.35rem 1.25rem;
  clear: left;
  outline: none;
  resize: vertical;
  background: #ffffff;
  border: none;
  border-radius: 0;
  color: #212121;
  font-family: 12px/1.5 "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: initial;
}

select {
  float: left;
  display: block;
  background: #ffffff url("/img/arrow.gif") no-repeat;
  background-position: right 0.75em top 50%;
  width: 100%;
  height: auto;
  padding: 1.35rem 1.25rem;
  padding-right: 2em;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  clear: left;
  border: none;
  border-radius: 0;
  color: #212121;
  font-family: 12px/1.5 "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  line-height: initial;
}

.checkbox {
  position: absolute;
  left: -9999px;
}

.checkbox + label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 1em;
  padding: 0;
}

.checkbox + label:before {
  content: '';
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border: 1px solid #b9cb16;
  background: #ffffff;
}

.checkbox:hover + label:before {
  background: #b9cb16;
}

.checkbox:focus + label:before {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.checkbox:checked + label:before {
  background: #b9cb16;
}

.checkbox:disabled + label {
  color: #ffffff;
  cursor: auto;
}

.checkbox:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}

.checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 11px;
  background: #ffffff;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
          box-shadow: 2px 0 0 #ffffff, 4px 0 0 #ffffff, 4px -2px 0 #ffffff, 4px -4px 0 #ffffff, 4px -6px 0 #ffffff, 4px -8px 0 #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  padding-top: 0;
  cursor: pointer;
  line-height: 20px;
  display: table;
  margin: 1em 0;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #b9cb16;
  border-radius: 100%;
  background: #ffffff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #b9cb16;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.message {
  padding: 0.75em 0;
  text-align: center;
  clear: both;
}

.message p {
  margin: 0 auto;
  font-size: 16px;
}

.message.negative {
  background: #e64747;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.message.negative p {
  margin: 0;
}

.message.positive,
.message.success {
  background: #0ab04b;
  color: #ffffff;
}

span.error {
  float: left;
  display: block;
  width: 100%;
  margin: 0.5em 0 0 0;
  color: #e64747;
}

span.error:empty {
  display: none;
}

p.error {
  text-align: center;
  color: #e64747;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
  font: 12px/1.5 "proxima-nova", Helvetica, Arial, sans-serif;
  color: #212121;
  letter-spacing: 0.03em;
}

body *,
html * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  min-height: calc(100vh - 279px);
  padding: 2em 0;
}

@media (max-width: 480px) {
  main {
    min-height: calc(100vh - 228px);
  }
}

.text-error {
  text-align: center;
  width: 100%;
  padding: 0.5em;
}

.fr-file {
  display: inline-block;
  font-style: normal;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 0.6px;
}

.fr-file:before {
  background-image: url(/img/download.svg);
  background-size: 30px 30px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  padding-right: 1em;
  vertical-align: middle;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .container {
    padding: 0 1.5em;
  }
}

.heading {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.2em 0;
}

h1 {
  font-weight: normal;
  font-size: 400%;
}

h2 {
  font-weight: normal;
  font-size: 300%;
}

@media (max-width: 480px) {
  h2 {
    font-size: 200%;
  }
}

h3 {
  font-weight: normal;
  font-size: 260%;
}

h4 {
  font-weight: normal;
  font-size: 220%;
}

h5 {
  font-weight: normal;
  font-size: 150%;
}

h6 {
  font-weight: normal;
  font-size: 120%;
}

p {
  margin-bottom: 1em;
  font-size: 170%;
  line-height: 1.4;
}

th,
td,
li {
  font-size: 170%;
  line-height: 1.4;
}

ol {
  padding-left: 1.5em;
}

ol li {
  line-height: 1.75em;
  margin: 0.5em 0;
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
}

a:hover {
  color: #b9cb16;
}

hr {
  background-color: #ffffff;
  max-width: 1000px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border: 0 none;
}

.go-back {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  padding-left: 40px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.go-back:hover {
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.go-back span {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.go-back .arrow-left {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

header {
  position: relative;
  width: 100%;
  background: #001e3f;
  padding: 2em 0;
  color: #ffffff;
}

header img {
  width: 180px;
  height: 82px;
}

header .user-name {
  display: inline-block;
  float: right;
  font-size: 16px;
  margin-top: 2.5em;
  clear: both;
}

header .logout {
  display: inline-block;
  float: right;
  clear: both;
}

header .logout span:nth-child(1) {
  width: 1.8em;
  height: 1.8em;
  background-image: url("/img/logout.svg");
  background-size: 1.8em 1.8em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

header .logout span:nth-child(2) {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
}

@media (max-width: 480px) {
  header .user-name {
    font-size: 11px;
    margin-top: 1.2em;
  }

  header .logout {
    font-size: 10px;
  }

  header img {
    width: 94px;
    height: 43px;
  }
}

.dashboard {
  display: inline-block;
  width: 100%;
  background: #001e3f;
  padding: 3em;
  margin: 2em 0;
  color: #ffffff;
}

@media (max-width: 480px) {
  .dashboard {
    padding: 2em;
    margin: 0;
  }
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table thead {
  display: none;
}

.responsive-table tr {
  display: block;
  border-bottom: 1px solid #ffffff;
  margin-top: 1em;
}

.responsive-table th {
  text-align: left;
}

.responsive-table td {
  display: block;
  padding-left: 36%;
  margin-bottom: 0.5em;
}

.responsive-table td:before {
  content: attr(data-label);
  display: inline-block;
  width: 55%;
  margin-left: -55%;
  color: #ffffff;
  font-weight: bold;
}

.responsive-table td div {
  display: inline-block;
  vertical-align: top;
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .responsive-table thead {
    display: table-header-group;
  }

  .responsive-table tr {
    display: table-row;
    padding: 0;
  }

  .responsive-table td {
    display: table-cell;
    padding: 0.2em;
  }

  .responsive-table td:before {
    display: none;
  }

  .responsive-table th,
  .responsive-table td {
    padding: 1em 0.5em;
  }

  .responsive-table td div {
    margin-left: 0;
  }
}

.responsive-table .centre-words {
  text-align: center;
}

img.view-report {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0;
}

@media screen and (max-width: 480px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  .flex .close-tab {
    margin-bottom: 0.5em;
  }
}

.add-new {
  font-size: 16px;
}

.close-tab {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.create-new {
  font-size: 16px;
  display: inline-block;
  margin: 1em 0;
}

.section-heading {
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 480px) {
  .small {
    font-size: 0.9em;
  }

  .small:before {
    font-size: 20px;
  }
}

ul.no-bullets {
  padding: 0;
}

ul.no-bullets li {
  list-style-type: none;
}

.standard-table {
  border: 1px solid;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0.87em;
}

.standard-table tr {
  border: 1px solid;
}

.standard-table tr td {
  padding: 1.1em;
  text-align: left;
  color: #fff;
  font-size: 17px;
}

.standard-table tr td.empty-activities {
  font-weight: 500;
  font-size: 1.2em;
}

.standard-table tr td.indexicons {
  text-align: right;
}

.standard-table tr th {
  color: #fff;
  padding: 1.5em;
  text-align: left;
  font-size: 17px;
}

.standard-table tr .view-report-btn {
  display: inline-block;
}

.standard-table tr .view-report-btn .view-report {
  width: 35px;
  height: 35px;
}

.standard-table tr .view-report-btn:hover .view-report circle {
  fill: #fff;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#login .form-link,
#password-reset .form-link {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 1.5em;
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 480px) {
  #login .form-link,
  #password-reset .form-link {
    float: none;
    display: block;
  }
}

#login .dashboard,
#password-reset .dashboard {
  max-width: 450px;
  display: block;
  margin: 2em auto;
}

#password-reset .form-link {
  float: none;
  display: block;
  text-align: center;
  margin-top: 1em;
}

#password-reset h4 {
  color: #ffffff;
  display: inline-block;
  margin-top: 1em;
}

#password-reset .notes {
  color: #ffffff;
  margin: 0;
  font-size: 1.3em;
}

footer {
  color: #ffffff;
  background: #001e3f;
  padding: 2em 0;
  text-align: center;
}

footer ul {
  padding: 0;
  margin: 0;
}

footer ul li {
  list-style-type: none;
  line-height: 1.75em;
  font-size: 14px;
}

footer a {
  color: #ffffff;
}

@media (max-width: 480px) {
  footer ul li {
    font-size: 12px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.overlay:after {
  content: '';
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/img/loading.gif);
  background-size: 50px 50px;
  background-position: center center;
  background-repeat: no-repeat;
}

.overlay.show {
  display: initial;
}

.el-form-item__label {
  font-size: initial;
  color: #ffffff;
  margin-bottom: 0.5em;
}

.el-form-item {
  margin-top: 1em;
}

.el-input input {
  float: none;
}

.el-select {
  width: 100%;
}

.el-form--label-top .el-form-item__label {
  padding: 0;
}

.el-input--medium .el-input__inner,
.el-form-item__content,
.el-form-item--medium .el-form-item__content,
.el-form-item--medium .el-form-item__label {
  height: initial;
  line-height: initial;
}

.el-button,
.el-button--medium {
  line-height: initial;
  border-radius: 0;
}

.el-input-number.is-controls-right[class*=medium] [class*=decrease],
.el-input-number.is-controls-right[class*=medium] [class*=increase] {
  line-height: 28px;
}

.el-input-number--medium {
  width: 100%;
}

