﻿@charset "UTF-8";

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  /* 1 */ }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

mark {
  background-color: #ff0;
  color: #000; }

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; }

svg:not(:root) {
  overflow: hidden; }

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

figure {
  margin: 1em 40px; }

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

button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

optgroup {
  font-weight: bold; }

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

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

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

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 {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

textarea {
  overflow: auto; }

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

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

html {
  background: #cccccc;
  color: #333333;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html a {
    color: #347e77;
    outline-color: #cccccc;
    font-weight: 600;
    transition: all 300ms ease; }
  html h1,
  html h2,
  html h3,
  html h4,
  html h5,
  html h6 {
    font-weight: 600; }

body {
  margin: 0 auto;
  max-width: 1224px; }

main {
  background-color: #ffffff; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

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

textarea {
  resize: vertical; }

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

section {
  padding: 3.75rem 0; }
  @media only screen and (max-width: 40.0525em) {
    section {
      padding: 1.875rem 0; } }
  section.bg--wild-sand {
    background-color: #f4f4f4; }

aside.left-navigation {
  padding-right: 2.8125rem; }
  @media only screen and (max-width: 63.99em) {
    aside.left-navigation {
      display: none; } }
  aside.left-navigation p {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 1rem 0 0; }

aside ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0.625rem; }
  aside ul li {
    border-bottom: #cccccc 1px solid;
    background-image: url("../images/icons/chevron-right-grey.svg");
    background-repeat: no-repeat;
    background-position: center right 4px;
    background-size: 7px;
    transition: all 300ms ease; }
    aside ul li:first-child {
      border-top: #cccccc 1px solid; }
    aside ul li.active {
      background-color: #f4f4f4;
      background-image: url("../images/icons/chevron-right-green.svg");
      border-color: #347e77; }
      aside ul li.active a {
        color: #347e77; }
    aside ul li:focus, aside ul li:hover {
      background-image: url("../images/icons/chevron-right-green.svg");
      background-position: center right 14px;
      background-color: #f4f4f4; }
    aside ul li a {
      color: #666666;
      display: block;
      padding: 1rem 1.5625rem 1rem 0.3125rem;
      text-decoration: none;
      font-size: 0.9375rem;
      font-weight: 600;
      transition: all 300ms ease; }
      aside ul li a:focus, aside ul li a:hover {
        color: #347e77; }

iframe {
  min-height: 26.875rem;
  border: none; }

figure {
  margin: 0 0 0.75rem; }
  figure figcaption {
    margin: 0.75rem 0 0;
    color: #777777;
    font-style: italic; }

blockquote {
  margin: 0;
  padding: 0 2.8125rem;
  position: relative;
  display: table; }
  blockquote::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../images/icons/quote-right.png");
    background-repeat: no-repeat;
    background-position: top right;
    width: 1rem;
    height: 1rem;
    display: block; }
  blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/icons/quote-left.png");
    background-repeat: no-repeat;
    width: 1rem;
    height: 1rem;
    display: block; }

video {
  width: 100%; }

table,
td,
th {
  border: 1px solid #cccccc;
  padding: 1.125rem;
  font-weight: normal;
  text-align: left; }
  @media only screen and (max-width: 40.0525em) {
    table,
    td,
    th {
      padding: 0.625rem; } }
  table caption,
  td caption,
  th caption {
    text-align: left;
    margin-bottom: 1.875rem; }
  table thead tr,
  td thead tr,
  th thead tr {
    background-color: #f4f4f4; }

table {
  border-collapse: collapse; }

tbody tr td a + a .glyphicons {
  margin: 0 auto 0 12px; }
  @media only screen and (max-width: 40.0525em) {
    tbody tr td a + a .glyphicons {
      margin: 0 auto;
      padding-top: 1rem; } }

tbody tr td .glyphicons {
  display: inline-block;
  color: #347e77;
  font-size: 1.4375rem;
  text-align: center;
  transition: ease all 300ms; }
  tbody tr td .glyphicons:focus, tbody tr td .glyphicons:hover {
    color: #5cbcb3; }
  @media only screen and (max-width: 40.0525em) {
    tbody tr td .glyphicons {
      display: block;
      margin: 0 auto; } }
  tbody tr td .glyphicons:before {
    padding: 0; }

main .sys_logon-control {
  display:none;
}

main .sys_cms-form-control,
main .sys_logon-control,
main .form,
main form {
  width: 100%;
  margin: 0 auto; }
  main .sys_cms-form-control legend,
  main .sys_logon-control legend,
  main .form legend,
  main form legend {
    font-size: 1.125rem;
    font-weight: 600;
    color: #333333;
    padding: 1.625rem 0; }
  main .sys_cms-form-control label,
  main .sys_logon-control label,
  main .form label,
  main form label {
    font-weight: 600;
    margin-bottom: 0.625rem; }
    main .sys_cms-form-control label abbr,
    main .sys_logon-control label abbr,
    main .form label abbr,
    main form label abbr {
      text-decoration: none;
      color: #347e77; }
  main .sys_cms-form-control input,
  main .sys_cms-form-control textarea,
  main .sys_logon-control input,
  main .sys_logon-control textarea,
  main .form input,
  main .form textarea,
  main form input,
  main form textarea {
    width: 100%;
    margin-top: 0.625rem;
    margin-bottom: 1.25rem;
    border: 1px solid #cccccc;
    border-radius: 0.125rem; }
    main .sys_cms-form-control input.sys_cms-form-error,
    main .sys_cms-form-control textarea.sys_cms-form-error,
    main .sys_logon-control input.sys_cms-form-error,
    main .sys_logon-control textarea.sys_cms-form-error,
    main .form input.sys_cms-form-error,
    main .form textarea.sys_cms-form-error,
    main form input.sys_cms-form-error,
    main form textarea.sys_cms-form-error {
      border: 1px #f20814 solid; }
      main .sys_cms-form-control input.sys_cms-form-error:focus,
      main .sys_cms-form-control textarea.sys_cms-form-error:focus,
      main .sys_logon-control input.sys_cms-form-error:focus,
      main .sys_logon-control textarea.sys_cms-form-error:focus,
      main .form input.sys_cms-form-error:focus,
      main .form textarea.sys_cms-form-error:focus,
      main form input.sys_cms-form-error:focus,
      main form textarea.sys_cms-form-error:focus {
        border: 1px solid #f20814;
        box-shadow: 0 0 3px #f20814;
        outline-offset: 0;
        outline: none; }
    main .sys_cms-form-control input.valid,
    main .sys_cms-form-control textarea.valid,
    main .sys_logon-control input.valid,
    main .sys_logon-control textarea.valid,
    main .form input.valid,
    main .form textarea.valid,
    main form input.valid,
    main form textarea.valid {
      border: 1px #40b87f solid; }
      main .sys_cms-form-control input.valid:focus,
      main .sys_cms-form-control textarea.valid:focus,
      main .sys_logon-control input.valid:focus,
      main .sys_logon-control textarea.valid:focus,
      main .form input.valid:focus,
      main .form textarea.valid:focus,
      main form input.valid:focus,
      main form textarea.valid:focus {
        border: 1px solid #40b87f;
        box-shadow: 0 0 3px #40b87f;
        outline-offset: 0;
        outline: none; }
  main .sys_cms-form-control .sys_fieldcontent.error-icon::after,
  main .sys_logon-control .sys_fieldcontent.error-icon::after,
  main .form .sys_fieldcontent.error-icon::after,
  main form .sys_fieldcontent.error-icon::after {
    content: url("../images/icons/error.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right; }
  main .sys_cms-form-control .sys_fieldcontent.valid-icon::after,
  main .sys_logon-control .sys_fieldcontent.valid-icon::after,
  main .form .sys_fieldcontent.valid-icon::after,
  main form .sys_fieldcontent.valid-icon::after {
    content: url("../images/icons/active.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right; }
  main .sys_cms-form-control .active input,
  main .sys_logon-control .active input,
  main .form .active input,
  main form .active input {
    border: 1px #40b87f solid; }
    main .sys_cms-form-control .active input:focus,
    main .sys_logon-control .active input:focus,
    main .form .active input:focus,
    main form .active input:focus {
      border: 1px solid #40b87f;
      box-shadow: 0 0 3px #40b87f;
      outline-offset: 0;
      outline: none; }
  main .sys_cms-form-control .active::after,
  main .sys_logon-control .active::after,
  main .form .active::after,
  main form .active::after {
    content: url("../images/icons/active.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right; }
  main .sys_cms-form-control .error input,
  main .sys_logon-control .error input,
  main .form .error input,
  main form .error input {
    border: 1px #f20814 solid; }
    main .sys_cms-form-control .error input:focus,
    main .sys_logon-control .error input:focus,
    main .form .error input:focus,
    main form .error input:focus {
      border: 1px solid #f20814;
      box-shadow: 0 0 3px #f20814;
      outline-offset: 0;
      outline: none; }
  main .sys_cms-form-control .error::after,
  main .sys_logon-control .error::after,
  main .form .error::after,
  main form .error::after {
    content: url("../images/icons/error.png");
    position: relative;
    right: -30px;
    top: -48px;
    float: right; }
  main .sys_cms-form-control input,
  main .sys_logon-control input,
  main .form input,
  main form input {
    height: 2.3125rem;
    padding: 0.3125rem 0.625rem; }
    main .sys_cms-form-control input[type="checkbox"],
    main .sys_logon-control input[type="checkbox"],
    main .form input[type="checkbox"],
    main form input[type="checkbox"] {
      width: 0.9375rem;
      vertical-align: middle;
      margin-top: 0.9375rem; }
    main .sys_cms-form-control input[type="radio"],
    main .sys_logon-control input[type="radio"],
    main .form input[type="radio"],
    main form input[type="radio"] {
      width: 0.9375rem;
      vertical-align: middle;
      margin-top: 0.9375rem; }
      main .sys_cms-form-control input[type="radio"] span,
      main .sys_logon-control input[type="radio"] span,
      main .form input[type="radio"] span,
      main form input[type="radio"] span {
        border-radius: 0.75rem; }
  main .sys_cms-form-control textarea,
  main .sys_logon-control textarea,
  main .form textarea,
  main form textarea {
    min-height: 10rem;
    padding: 0.625rem; }
  main .sys_cms-form-control select,
  main .sys_logon-control select,
  main .form select,
  main form select {
    min-width: 19.125rem;
    padding: 0.4375rem;
    border-color: #cccccc; }
    @media only screen and (max-width: 40.0525em) {
      main .sys_cms-form-control select,
      main .sys_logon-control select,
      main .form select,
      main form select {
        min-width: 100%; } }
  main .sys_cms-form-control input[type="checkbox"]:not(old),
  main .sys_cms-form-control input[type="radio"]:not(old),
  main .sys_logon-control input[type="checkbox"]:not(old),
  main .sys_logon-control input[type="radio"]:not(old),
  main .form input[type="checkbox"]:not(old),
  main .form input[type="radio"]:not(old),
  main form input[type="checkbox"]:not(old),
  main form input[type="radio"]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0; }
  main .sys_cms-form-control input[type="checkbox"]:not(old) + label,
  main .sys_cms-form-control input[type="radio"]:not(old) + label,
  main .sys_logon-control input[type="checkbox"]:not(old) + label,
  main .sys_logon-control input[type="radio"]:not(old) + label,
  main .form input[type="checkbox"]:not(old) + label,
  main .form input[type="radio"]:not(old) + label,
  main form input[type="checkbox"]:not(old) + label,
  main form input[type="radio"]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em; }
  main .sys_cms-form-control input[type="checkbox"]:not(old) + label > span,
  main .sys_cms-form-control input[type="radio"]:not(old) + label > span,
  main .sys_logon-control input[type="checkbox"]:not(old) + label > span,
  main .sys_logon-control input[type="radio"]:not(old) + label > span,
  main .form input[type="checkbox"]:not(old) + label > span,
  main .form input[type="radio"]:not(old) + label > span,
  main form input[type="checkbox"]:not(old) + label > span,
  main form input[type="radio"]:not(old) + label > span {
    display: inline-block;
    width: 0.9375rem;
    height: 0.9375rem;
    margin: 0.3125rem;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #ffffff;
    vertical-align: bottom; }
  main .sys_cms-form-control input[type="radio"]:not(old) + label > span,
  main .sys_logon-control input[type="radio"]:not(old) + label > span,
  main .form input[type="radio"]:not(old) + label > span,
  main form input[type="radio"]:not(old) + label > span {
    border-radius: 0.4375rem; }
  main .sys_cms-form-control input[type="checkbox"]:not(old):checked + label > span:before,
  main .sys_logon-control input[type="checkbox"]:not(old):checked + label > span:before,
  main .form input[type="checkbox"]:not(old):checked + label > span:before,
  main form input[type="checkbox"]:not(old):checked + label > span:before {
    content: "✓";
    display: block;
    color: #999999;
    font-size: 0.75rem;
    line-height: 0.75rem;
    text-align: center;
    font-weight: bold; }
  main .sys_cms-form-control input[type="checkbox"]:not(old):focus + label > span,
  main .sys_logon-control input[type="checkbox"]:not(old):focus + label > span,
  main .form input[type="checkbox"]:not(old):focus + label > span,
  main form input[type="checkbox"]:not(old):focus + label > span {
    border-color: #24635d; }
  main .sys_cms-form-control input[type="radio"]:not(old):checked + label > span > span,
  main .sys_logon-control input[type="radio"]:not(old):checked + label > span > span,
  main .form input[type="radio"]:not(old):checked + label > span > span,
  main form input[type="radio"]:not(old):checked + label > span > span {
    display: block;
    width: 0.5625rem;
    height: 0.5625rem;
    margin: 0.125em;
    border: 0.0625em solid #cccccc;
    border-radius: 0.4375rem;
    background: #999999; }

  .sys_cms-form-body input.sys_large, 
  .sys_cms-form-body select.sys_large {
    width:100% !important;
    }
  .sys_sectionbreak-text {
    margin-top:15px !important;
    }
  .sys_cms-form-validationsummary {
    outline:none;
    }
  .sys_cms-form-validationsummary div {
    display:none;
    }   
  .sys_cms-form-body .sys_fieldlabel {
    font-weight:normal !important;
    } 
  .sys_form-progress {
    display:none !important;
    }    

#map-canvas {
  height: 14.0625rem;
  width: 100%;
  float: right;
  margin: 1.6875rem 0 1.875rem; }

.content section:last-child #map-canvas {
  margin-bottom: 2.5rem; }

.contact-details {
  background-color: #f4f4f4;
  padding: 1.875rem;
  margin-top: 2.5rem; }
  .contact-details h3 {
    margin-top: 0; }
  .contact-details .contact-details__address {
    margin-bottom: 0.625rem; }
    .contact-details .contact-details__address p {
      display: inline-block;
      float: left;
      margin: 0;
      min-width: 8.75rem; }
      @media only screen and (max-width: 40.0525em) {
        .contact-details .contact-details__address p {
          float: none; } }
    .contact-details .contact-details__address ul {
      float: left;
      margin-top: 0; }
      @media only screen and (max-width: 40.0525em) {
        .contact-details .contact-details__address ul {
          float: none; } }
  .contact-details ul.contact-details__contact {
    clear: both;
    word-break: break-all; }
  .contact-details ul {
    padding-left: 0;
    list-style: none; }
    .contact-details ul li span {
      width: 8.75rem;
      display: block;
      float: left; }
      @media only screen and (max-width: 40.0525em) {
        .contact-details ul li span {
          width: 100%; } }

/**
 * Heading sizes
 */
@media only screen and (min-width: 20.0625em) {
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: 1.25rem; }
  h3 {
    font-size: 1.1875rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.0625rem; }
  h6 {
    font-size: 1rem; } }

@media only screen and (min-width: 40.0625em) {
  h1 {
    font-size: 1.875rem; }
  h2 {
    font-size: 1.625rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.875rem; } }

.skip-to-content {
  display: block;
  width: 100%;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: -2.5rem;
  padding: 0 0.9375rem;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-out;
  background-color: #347e77;
  text-align: center;
  text-decoration: none; }

.skip-to-content:focus {
  margin-top: 0; }

.alert-bar {
  background-color: #f5a81c; }
  .alert-bar p {
    display: inline-block;
    width: 90%; }
  .alert-bar a {
    color: #333333;
    font-weight: 600; }
  .alert-bar .alert-bar__close {
    float: right;
    margin: 0.9375rem 0; }
/*
#cookie-bar {
  background-color: rgba(51, 51, 51, 0.85);
  height: auto;
  line-height: 1.5rem;
  color: #ffffff;
  text-align: center;
  padding: 0.1875rem 0; }
  #cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    #cookie-bar.fixed.bottom {
      bottom: 0;
      top: auto; }
  #cookie-bar p {
    display: inline-block;
    width:100%; }
    @media only screen and (max-width: 63.99em) {
      #cookie-bar p {
        text-align: left;
        width: 100%;
        float: left; } }
    #cookie-bar p a {
      margin: 0;
      padding: 0;
      text-decoration: underline; }
  #cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: .1875rem;
    text-decoration: none;
    padding: 0 .375rem;
    margin-left: .5rem; }
  #cookie-bar .cookie-bar__close {
    background-color: #347e77;
    margin-bottom: .9375rem;
    margin-left: 0;
    cursor: pointer;
    padding: .625rem .9375rem }
*/
.hidden {
  display: none !important; }

.visuallyhidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.invisible {
  visibility: hidden; }

/**
 * Clearfix
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

/**
 * Small
 */
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .hide-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .visible-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

/**
 * Medium
 */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

/**
 * Large
 */
@media only screen and (min-width: 64em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .visible-for-large-only,
  .visible-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

/**
 * X-large
 */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .show-for-large-up,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .hide-for-large-up,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .visible-for-large-up,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .hidden-for-large-up,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

/**
 * XX-large
 */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important; }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important; }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; } }

/**
 * Orientation targeting
 */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; } }

/**
 * Touch-enabled device targeting
 */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touchevents .show-for-touch {
  display: inherit !important; }

.touchevents .hide-for-touch {
  display: none !important; }

/**
 * Screen reader-specific classes
 */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

/**
 * Print visibility
 */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; } }

/**
 * Alignment classes
 */
.text-left {
  text-align: left !important; }

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

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

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

@media only screen and (max-width: 40.0525em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64em) and (max-width: 90.0525em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

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

@media only screen and (min-width: 90.0625em) and (max-width: 120.0525em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor; }

/**
 * Icons
 */
.icon-header-logo {
  font-size: 12rem; }

.icon-burder-menu {
  font-size: 0.21094rem; }

.icon-chevron-down-grey {
  font-size: 0.875rem; }

.icon-chevron-right-grey {
  font-size: 0.5rem; }

.icon-chevron-right-purple {
  font-size: 0.5rem; }

.icon-chevron-left-purple {
  font-size: 0.5rem; }

.icon-chevron-right-white {
  font-size: 0.5rem; }

.icon-chevron-left-white {
  font-size: 0.5rem; }

.icon-chevron-up-grey {
  font-size: 0.875rem; }

.icon-bar-close {
  font-size: 1.375rem; }

.icon-cookie-close {
  font-size: 1.375rem; }

.icon-close-icon {
  font-size: 1.375rem; }

.icon-footer-facebook {
  font-size: 0.17969rem; }

.icon-footer-linkedin {
  font-size: 0.17969rem; }

.icon-footer-twitter {
  font-size: 0.17969rem; }

.icon-footer-youtube {
  font-size: 0.17969rem; }

.icon-search-green {
  font-size: 0.17969rem; }

.icon-search-white {
  font-size: 1.375rem; }

.icon-subscribe {
  font-size: 1.125rem; }

.icon-widget-email {
  font-size: 0.17969rem; }

.icon-widget-facebook {
  font-size: 0.17969rem; }

.icon-widget-linkedin {
  font-size: 0.17969rem; }

.icon-widget-twitter {
  font-size: 0.17969rem; }

/**
 * Icons fallback to PNGs
 * Uses Modernizr to detect svg support .no-svg
 * Remove if your not supporting older browsers
 */
.no-svg .icon {
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0; }

.no-svg .icon-header-logo {
  width: 12rem;
  height: 12rem;
  background-image: url("../images/icons/icon-header-logo.png"); }

.no-svg .icon-burder-menu {
  width: 0.21094rem;
  height: 0.21094rem;
  background-image: url("../images/icons/icon-burder-menu.png"); }

.no-svg .icon-chevron-down-grey {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../images/icons/icon-chevron-down-grey.png"); }

.no-svg .icon-chevron-right-grey {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/icons/icon-chevron-right-grey.png"); }

.no-svg .icon-chevron-right-purple {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/icons/icon-chevron-right-purple.png"); }

.no-svg .icon-chevron-left-purple {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/icons/icon-chevron-left-purple.png"); }

.no-svg .icon-chevron-right-white {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/icons/icon-chevron-right-white.png"); }

.no-svg .icon-chevron-left-white {
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../images/icons/icon-chevron-left-white.png"); }

.no-svg .icon-chevron-up-grey {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../images/icons/icon-chevron-up-grey.png"); }

.no-svg .icon-bar-close {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../images/icons/icon-bar-close.png"); }

.no-svg .icon-cookie-close {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../images/icons/icon-cookie-close.png"); }

.no-svg .icon-close-icon {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../images/icons/icon-close-icon.png"); }

.no-svg .icon-footer-facebook {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-footer-facebook.png"); }

.no-svg .icon-footer-linkedin {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-footer-linkedin.png"); }

.no-svg .icon-footer-twitter {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-footer-twitter.png"); }

.no-svg .icon-footer-youtube {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-footer-youtube.png"); }

.no-svg .icon-search-green {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-search-green.png"); }

.no-svg .icon-search-white {
  width: 1.375rem;
  height: 1.375rem;
  background-image: url("../images/icons/icon-search-white.png"); }

.no-svg .icon-subscribe {
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../images/icons/icon-subscribe.png"); }

.no-svg .icon-widget-email {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-widget-email.png"); }

.no-svg .icon-widget-facebook {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-widget-facebook.png"); }

.no-svg .icon-widget-linkedin {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-widget-linkedin.png"); }

.no-svg .icon-widget-twitter {
  width: 0.17969rem;
  height: 0.17969rem;
  background-image: url("../images/icons/icon-widget-twitter.png"); }

header {
  background-color: #347e77; 
  }
header .header-overlay-Winter {
  background-image: url("../images/header-overlays/winter-snowflakes.png");
  background-size:cover;
  }
  @media only screen and (max-width: 63.99em) {
    header .header-overlay-Winter {
      background-image:none;
    }
  }
  @media only screen and (max-width: 40.0525em) {
    header .small-right {
      text-align: right;
      padding: 0; } }
  @media only screen and (max-width: 40.0525em) {
    header {
      min-height: 7rem; } }
  header .icon-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end; }

.header__logo-bg {
  height: 8.625rem;
  background-image: url("../images/curve.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  width: 37.5rem;
  max-width: 65.625rem;
  left: -39.625rem;
  right: 0;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 63.99em) {
    .header__logo-bg {
      height: 8.75rem;
      width: 100%;
      background-position: left;
      left: -7.25rem; } }
  @media only screen and (max-width: 40.0525em) {
    .header__logo-bg {
      height: 6.25rem;
      width: 100%;
      left: -3.125rem;
      margin-top: -0.0625rem;
      background-position: top left;
      transition: all 0.3s ease-out; } }

.icon-header-logo {
  width: 14.0375rem;
  height: 4.0625rem;
  position: relative;
  margin-top: 1.25rem; }
  @media only screen and (max-width: 40.0525em) {
    .icon-header-logo {
      width: 10.375rem;
      height: 3rem;
      padding: 0.3125rem 0 0;
      margin-top: 0; } }

.header__subscribe {
  display: block;
  text-align: right;
  margin: 1.375rem 0 0.625rem 0; }
  @media only screen and (max-width: 40.0525em) {
    .header__subscribe {
      margin: 1.6875rem 0.625rem;
      display: inline-block; } }
  .header__subscribe .header__subscribe-link {
    color: #ffffff;
    font-size: 0.875rem;
    text-decoration: none;
    padding: 0.3125rem 0 0.3125rem 1.0625rem; }
    @media only screen and (max-width: 63.99em) {
      .header__subscribe .header__subscribe-link {
        float: right;
        clear: right; } }
    .header__subscribe .header__subscribe-link svg {
      margin-bottom: 0.25rem;
      width: 1.125rem;
      height: 0.75rem; }
      .header__subscribe .header__subscribe-link svg.icon-globe {
        height: 1.125rem; }
      @media only screen and (max-width: 40.0525em) {
        .header__subscribe .header__subscribe-link svg {
          width: 1.5rem;
          height: 1rem; } }
    .header__subscribe .header__subscribe-link span {
      margin-left: 0.4375rem; }
      @media only screen and (max-width: 40.0525em) {
        .header__subscribe .header__subscribe-link span {
          display: none; } }
    .header__subscribe .header__subscribe-link:focus span,
    .header__subscribe .header__subscribe-link:hover span {
      text-decoration: underline; }

.header__search-toggle {
  display: none; }
  .header__search-toggle svg {
    margin-bottom: 0.1875rem; }
    @media only screen and (max-width: 40.0525em) {
      .header__search-toggle svg {
        width: 1.25rem;
        height: 1.25rem; } }
  @media only screen and (max-width: 40.0525em) {
    .header__search-toggle {
      display: inline-block;
      margin: 3.75rem 0.25rem 0.625rem;
      padding: 0;
      float: none; } }

.header__notice {
  color: #347e77;
  font-weight: 600;
  font-size: 9px;
  margin-top: -2px; }
  @media only screen and (min-width: 40.0625em) {
    .header__notice {
      display: block;
      margin-top: 50px;
      color: #fff;
      text-align: center;
      font-size: 20px; } }
  @media only screen and (min-width: 64em) {
    .header__notice {
      margin-top: 34px; } }

.header__menu {
  display: inline-block;
  float: right;
  margin: 1rem 0 3.125rem;
  padding: 0.3125rem 0;
  transition: ease all 300ms; }
  .header__menu:hover .header__menu-desc {
    text-decoration: underline; }
  @media only screen and (max-width: 40.0525em) {
    .header__menu {
      margin: 3.75rem 0.25rem 0.625rem;
      padding: 0;
      float: none; } }
  .header__menu a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal; }
  .header__menu .header__menu-desc {
    margin-right: 0.4375rem; }
    @media only screen and (max-width: 40.0525em) {
      .header__menu .header__menu-desc {
        display: none; } }
  .header__menu .header__menu-toggle {
    width: 1.5625rem;
    height: 1.5625rem;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    cursor: pointer;
    border-radius: 0.3125rem; }
    .header__menu .header__menu-toggle * {
      transition: 300ms ease-in-out; }
    .header__menu .header__menu-toggle span {
      display: block;
      background: #ffffff;
      border-radius: 2px; }
    @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .header__menu .header__menu-toggle {
        margin-top: -1px; } }
    .header__menu .header__menu-toggle .header__menu--hamburger {
      position: absolute;
      height: 100%;
      width: 100%; }
      .header__menu .header__menu-toggle .header__menu--hamburger span {
        width: 1.4375rem;
        height: 0.125rem;
        position: relative;
        top: 0;
        left: 0;
        margin: 0.3125rem 0; }
        .header__menu .header__menu-toggle .header__menu--hamburger span:nth-child(1) {
          transition-delay: 0.5s; }
        .header__menu .header__menu-toggle .header__menu--hamburger span:nth-child(2) {
          transition-delay: 0.625s; }
        .header__menu .header__menu-toggle .header__menu--hamburger span:nth-child(3) {
          transition-delay: 0.75s; }
    .header__menu .header__menu-toggle .header__menu--cross {
      position: absolute;
      height: 100%;
      width: 100%;
      transform: rotate(45deg); }
      .header__menu .header__menu-toggle .header__menu--cross span:nth-child(1) {
        height: 0;
        width: 0.125rem;
        position: absolute;
        top: 15%;
        left: 0.625rem;
        transition-delay: 0s; }
      .header__menu .header__menu-toggle .header__menu--cross span:nth-child(2) {
        width: 0;
        height: 0.125rem;
        position: absolute;
        left: 0;
        top: 0.9375rem;
        transition-delay: 0.25s; }
  .header__menu .header__menu-toggle.open .header__menu--hamburger span {
    width: 0; }
    .header__menu .header__menu-toggle.open .header__menu--hamburger span:nth-child(1) {
      transition-delay: 0s; }
    .header__menu .header__menu-toggle.open .header__menu--hamburger span:nth-child(2) {
      transition-delay: 0.125s; }
    .header__menu .header__menu-toggle.open .header__menu--hamburger span:nth-child(3) {
      transition-delay: 0.25s; }
  .header__menu .header__menu-toggle.open .header__menu--cross span:nth-child(1) {
    height: 95%;
    transition-delay: 0.625s; }
  .header__menu .header__menu-toggle.open .header__menu--cross span:nth-child(2) {
    width: 95%;
    transition-delay: 0.375s; }

@media only screen and (max-width: 40.0525em) {
  .header__logo {
    width: 130%; } }

@media only screen and (max-width: 63.99em) {
  .nav__item {
    position: relative;
    left: -100%; }
  .nav ul,
  .nav ul ul {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
    transform: translateX(0);
    transition: transform 0.3s;
    line-height: 0; }
    .nav ul li,
    .nav ul ul li {
      transform: translateZ(0);
      will-change: transform, opacity, text-shadow, opacity;
      transition: transform 0.3s, opacity 0.3s, text-shadow 0.3s, opacity 1.3s; }
    .nav ul a,
    .nav ul ul a {
      display: block;
      height: 3.125rem;
      line-height: 3.125rem;
      text-decoration: none;
      padding: 0 0 0 0.625rem;
      color: #ffffff;
      border-bottom: 1px #347e77 solid;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      overflow: hidden;
      font-weight: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      transform: translateZ(0);
      will-change: transform, opacity, text-shadow, opacity;
      transition: transform 0.3s, opacity 0.3s, text-shadow 0.3s, opacity 1.3s;
      width: calc(100% - 56px);
      float: left; }
      .nav ul a.mobile-submenu-chevron,
      .nav ul ul a.mobile-submenu-chevron {
        display: none;
        width: 3.5rem;
        padding-left: 0;
        border-left: 1px #347e77 solid; } }
      @media only screen and (max-width: 63.99em) and (max-width: 63.99em) {
        .nav ul a.mobile-submenu-chevron,
        .nav ul ul a.mobile-submenu-chevron {
          display: block; } }

@media only screen and (max-width: 63.99em) {
        .nav ul a.mobile-submenu-chevron span,
        .nav ul ul a.mobile-submenu-chevron span {
          border-left: none; }
      .nav ul a span,
      .nav ul ul a span {
        float: right;
        border-left: 1px #347e77 solid;
        width: 3.5rem;
        text-align: center;
        margin-right: 0; }
        .nav ul a span .icon-chevron-left-white,
        .nav ul a span .icon-chevron-right-white,
        .nav ul ul a span .icon-chevron-left-white,
        .nav ul ul a span .icon-chevron-right-white {
          font-size: 0.75rem; }
  .nav ul {
    background-color: #24635d; }
    .nav ul .see-all a {
      font-weight: 600; } }
  @media only screen and (max-width: 63.99em) and (min-width: 64em) {
    .nav ul {
      /* by default .nav ul is hidden - trick for iOS devices where you can see the navigation if you pull down */
      visibility: hidden;
      transition: visibility 0s 0.3s; }
      .nav ul.nav-is-visible {
        visibility: visible;
        transition: visibility 0s 0s; } }

@media only screen and (max-width: 63.99em) {
    .nav ul ul {
      height: 100%;
      background-color: #24635d;
      overflow-y: hidden; }
    .nav ul li.go-back a,
    .nav ul li.see-all a {
      background-image: none;
      width: 100%; }
    .nav ul li.go-back a {
      background-color: #163633; }
    .nav ul .go-back a {
      padding-left: 0; }
      .nav ul .go-back a span {
        float: left;
        border: none;
        width: 1.875rem;
        text-align: center; }
    .nav ul li.secure-heading a {
      background-image: none;
      width: 100%; }
    .nav ul li.secure-heading a {
      background-color: #163633; }
    .nav ul .secure-heading a {
      padding-left: 0.625rem; }}

@media only screen and (min-width: 64em) {
  .nav__secondary {
    display: none; } }

@media only screen and (max-width: 63.99em) {
  .desktop-menu-chevron {
    display: none; } }

.nav-container {
  background-color: #24635d; }

.nav {
  position: relative;
  z-index: 9999;
  overflow: hidden;
  display: none;
  padding: 3.125rem 0; }
  .nav.column {
    padding-right: 0; }
    @media only screen and (max-width: 63.99em) {
      .nav.column {
        padding: 0; }
      .nav-container {
        margin-top:14px; }}
    @media only screen and (max-width: 63.99em) {
      .nav.column {
        height: 100%; } }
  .nav ul {
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 64em) {
      .nav ul .see-all, .nav ul .go-back .secure-heading {
        display: none; } }

.nav__item {
  width: 33%;
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  transition: all 200ms ease-in-out; }
  @media only screen and (max-width: 63.99em) {
    .nav__item {
      width: 49%; } }
  @media only screen and (max-width: 63.99em) {
    .nav__item {
      width: 100%;
      background-position: center right 5%;
      background-size: 10px; } }
  .nav__item > a {
    display: inline-block;
    width: 85%;
    padding: 0.9375rem 1.25rem;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: normal;
    border-bottom: #347e77 1px solid;
    text-decoration: none; }
    .nav__item > a.mobile-submenu-chevron {
      display: none; }
    .nav__item > a span {
      text-align: center;
      float: left;
      width: 0.625rem;
      margin-right: 1.25rem; }
      @media only screen and (max-width: 40.0525em) {
        .nav__item > a span {
          border-left: 1px #347e77 solid;
          float: right;
          width: 3.75rem;
          margin-right: 0; } }
      .nav__item > a span .icon-chevron-right-white {
        font-size: 0.875rem; }
    @media only screen and (max-width: 63.99em) {
      .nav__item > a {
        width: 100%;
        border-bottom: 0;
        font-size: 1rem; } }
    .nav__item > a.open, .nav__item > a:focus, .nav__item > a:hover {
      background-color: #347e77; }

.sys_search-query-control {
  display: block;
  position: relative;
  width: 100%;
  /*max-width: 550px;*/
  background: #ffffff;
  border-bottom: 1px solid #edecec;
  height: 2.3125rem;
  padding: 0 2.1875rem 0 0;
  border-radius: 0.125rem;
  margin: 1rem auto 3.0625rem;
  z-index: 9999999; }
.header-overlay-Poppy .sys_search-query-control {
  width:90%; }
@media only screen and (max-width: 1024px) {
  .header-overlay-Poppy .sys_search-query-control {
    width:100%; }
}
.header-overlay-Poppy .sys_search-query-control:before {
    content: "";
    background-image: url(/site-elements/images/header-overlays/poppy.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    z-index: 999999;
    position: absolute;
    top: -28px;
    left: -30px; }

  @media only screen and (max-width: 40.0525em) {
    .sys_search-query-control {
      display: none;
      left: 0;
      float: right;
      margin: 0;
      width: 200%;
      height: 3.4375rem;
      padding: 0 3.4375rem 0 0;
      border-radius: 0; }
    .header-overlay-Poppy .sys_search-query-control:before {
      background-image: none; } }
  .sys_search-query-control.search-mobile {
    top: 15px;
    clear: both;
    width: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 40.0625em) {
      .sys_search-query-control.search-mobile {
        display: none !important; } }
  .sys_search-query-control label {
    position: absolute;
    left: -625rem;
    top: auto;
    width: 0.0625rem;
    height: 0.0625rem;
    overflow: hidden; }
  .sys_search-query-control .sys_searchbox {
    width: 100%;
    height: 2.3125rem;
    padding-left: 0.75rem; 
    }
    @media only screen and (max-width: 40.0525em) {
      .sys_search-query-control .sys_searchbox {
        height: 3.4375rem; } }
    .sys_search-query-control .sys_searchbox::-ms-clear {
      display: none; }
  .sys_search-query-control input {
    background: none;
    border: 0;
    font-size: 0.875rem;
    display: inline-block; }
    @media only screen and (max-width: 40.0525em) {
      .sys_search-query-control input {
        font-size: 1rem; } }
  .sys_search-query-control .sys_search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.1875rem;
    height: 2.3125rem;
    background-image: url("../images/icons/search-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 17px 17px;
    text-indent: -9999px;
    cursor: pointer;
    transition: opacity 0.2s; }
    @media only screen and (max-width: 40.0525em) {
      .sys_search-query-control .sys_search-button {
        height: 3.4375rem;
        width: 3.4375rem; } }
    .sys_search-query-control .sys_search-button:hover {
      opacity: 0.6; }
  .sys_search-query-control .sys_form-submit-button {
    display: inline-block;
    background-color: #347e77;
    color:#ffffff;
    min-width: 15.625rem;
    padding: .625rem 3.125rem;
    margin: .625rem 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: 0;
    border-radius: .125rem;
    transition: all 300ms ease;
    cursor: pointer; }
    @media only screen and (max-width: 40.0525em) {
      .sys_search-query-control .sys_form-submit-button {
        height: 3.4375rem;
        width: 3.4375rem; } }
    .sys_search-query-control .sys_form-submit-button:hover {
      background-color: #24635d;
      opacity: 0.6; }      

ul.searchResults {
  background-color: white;
  list-style: none;
  text-align: left;
  padding: 15px;
  margin-top: -1px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16), 0 10px 6px rgba(0, 0, 0, 0.23); }
  @media only screen and (max-width: 40.0525em) {
    ul.searchResults {
      margin-top: 0; } }
  ul.searchResults li {
    padding: 6px 0;
    margin-bottom: 5px; }

@media only screen and (max-width: 40.0525em) {
  .hero-wrapper > .column {
    padding: 0; } }

.hero-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 26rem;
  margin-top: 2.5rem; }
  @media only screen and (max-width: 40.0625em) {
    .hero-banner {
      min-height: 16rem; } }
  .hero-banner__content-wrapper {
    padding: 9.375rem 0.9375rem 0.9375rem;
    position: absolute;
    bottom: 2px;
    left: 0px; }
    @media only screen and (min-width: 40.0625em) {
      .hero-banner__content-wrapper {
        /*padding: 14.375rem 4.525rem 4.125rem;*/ 
        position: absolute;
        bottom: 50px;
        left: 60px; } }
  .hero-banner__content-card {
    color: #ffffff;
    background: #347e77;
    padding: 0.775rem 1.225rem 1.125rem;
    max-width: 30.625rem; }
    @media only screen and (max-width: 63.99em) {
      .hero-banner__content-card {
        max-width: 26rem;
      } }
    .hero-banner__content-card h1,
    .hero-banner__content-card h2 {
      font-size: 1.5625rem;
      margin: 0; }
    .hero-banner__content-card p {
      margin: 0;
      margin-top: 0.625rem;
      font-weight:normal; }

.breadcrumb {
  padding: 1rem 0; }
  @media only screen and (max-width: 40.0525em) {
    .breadcrumb {
      display: none; } }
  .breadcrumb * {
    font-size: 0.9375rem;
    color: #333333;
    font-weight: normal; }
  .breadcrumb .icon {
    font-size: 0.625rem; }

.top-tasks-wrapper.row {
  max-width: 65.3125rem; }

.top-tasks-wrapper .column {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.top-task__wrapper--more {
  display: none; }
  .top-task__wrapper--more .column {
    opacity: 0; }

.js-toptasks-toggle--less {
  display: none; }
  .js-toptasks-toggle--less.inline-block {
    display: inline-block; }

.top-task__item {
  background-color: #edecec;
  border: 1px solid #edecec;
  width: 100%;
  height: 4.375rem;
  margin: 0.625rem 0;
  transition: ease all 300ms; }
  .top-task__item:focus, .top-task__item:hover {
    background-color: #f4f4f4;
    border: 1px solid #347e77; }
  .top-task__item:focus .top-task__item__chevron,
  .top-task__item:hover .top-task__item__chevron {
    border-color: #347e77; }
  .top-task__item a {
    text-decoration: none;
    display: table;
    width: 100%;
    height: 4.375rem;
    padding: 0.75rem 4.25rem 0.75rem 1.25rem; }
  .top-task__item a:focus {
    background-color: #f4f4f4;
    outline: 1px solid #347e77; }


.btn.js-toptasks-toggle, .js-toptasks-toggle.user-primary-button, .js-toptasks-toggle.user-secondary-button {
  width: 16rem;
  border: 1px solid #666666;
  margin: 1.875rem 0 0;
  color: #666666; }
  @media only screen and (max-width: 40.0525em) {
    .btn.js-toptasks-toggle, .js-toptasks-toggle.user-primary-button, .js-toptasks-toggle.user-secondary-button {
      width: 100%;
      margin: 1.25rem 0 0; } }
  .btn.js-toptasks-toggle .icon-chevron-down-grey, .js-toptasks-toggle.user-primary-button .icon-chevron-down-grey, .js-toptasks-toggle.user-secondary-button .icon-chevron-down-grey,
  .btn.js-toptasks-toggle .icon-chevron-up-grey, .js-toptasks-toggle.user-primary-button .icon-chevron-up-grey, .js-toptasks-toggle.user-secondary-button .icon-chevron-up-grey {
    width: 0.875rem; }

.top-task__item__icon {
  font-size: 2.125rem;
  position: absolute;
  left: 0.9375rem; }

.top-task__item__text {
  display: table-cell;
  color: #333333;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  vertical-align: middle;
  line-height: 1.375rem; }

.top-task__item__chevron {
  height: 4.375rem;
  width: 4rem;
  display: block;
  position: absolute;
  top: 0.625rem;
  /*border-left: 1px solid #ffffff;*/
  margin-left: 0.3125rem;
  transition: ease all 300ms; }
  .top-task__item__chevron .icon-chevron-right-purple {
    font-size: 0.875rem;
    margin: 1.75rem 1.5rem; }

@media only screen and (min-width: 64em) {
  .top-tasks-wrapper:first-child .top-tasks__widow {
    display: none; } }

@media only screen and (max-width: 63.99em) {
  .top-task__wrapper--more .medium-6:first-child {
    display: none; } }

.card-wrapper.row {
  max-width: 65.3125rem; }

.card-wrapper .column {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.card {
  transition: all ease 300ms;
  overflow: hidden;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  text-decoration: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 999;
  height: 30rem; }
  @media only screen and (min-width: 64em) {
    .card:focus, .card:hover {
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
      .card:focus .card__img, .card:hover .card__img {
        transform: scale(1.05); } }
  .card:focus .card__link, .card:hover .card__link {
    color: #24635d; }
  
  @media only screen and (max-width: 63.99em) {
    .card {
      margin-bottom: 1.25rem; } }
  @media only screen and (max-width: 40.0525em) {
    .card {
      height: 380px; } }
  .card .card__text {
    position: relative;
    height: 51%;
    background-color: #ffffff;
    z-index: 9999;
    padding: 1.25rem; }
    .card .card__text.buttercup {
      border-top: #f5a81c solid 5px; }
    .card .card__text.blue {
      border-top: #00b6d5 solid 5px; }
    .card .card__text.pink {
      border-top: #ee2a7b solid 5px; }
    .card .card__text.ocean {
      border-top: #41beb1 solid 5px; }
    @media only screen and (max-width: 40.0525em) {
      .card .card__text {
        height: auto; } }
  .card .card__title {
    color: #333333;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5625rem;
    margin-top: 0; }
    @media only screen and (max-width: 40.0525em) {
      .card .card__title {
        margin-bottom: 0; } }
  .card .card__desc {
    color: #333333;
    line-height: 1.25rem;
    font-weight: normal;
    overflow: hidden;
    height: 6.25rem; }
    @media only screen and (max-width: 40.0525em) {
      .card .card__desc {
        height: auto; } }
  .card .card__link {
    position: absolute;
    color: #347e77;
    bottom: 0;
    width: 80%;
    border-top: 1px solid #cccccc;
    padding: 0.9375rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    text-align: right;
    background-image: url("../images/icons/chevron-right-green.svg");
    background-repeat: no-repeat;
    background-position: right 20px;
    background-size: 7px;
    left: 1.25rem; }
    @media only screen and (max-width: 40.0525em) {
      .card .card__link {
        display: none; } }
    @media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
      .card .card__link {
        position: relative;
        width: 100%;
        left: 0; } }
  .card .card__img {
    width: 100%;
    max-width: 100%;
    transition: ease all 300ms;
    flex: none; }
    @media only screen and (min-width: 64em) {
      .card .card__img {
        -webkit-backface-visibility: hidden;
        -webkit-transform: translateZ(0) scale(1, 1); } }
    @media only screen and (max-width: 40.0525em) {
      .card .card__img {
        position: relative; } }

.btn, .user-primary-button, .user-secondary-button {
  display: inline-block;
  min-width: 15.625rem;
  padding: 0.625rem 3.125rem;
  margin: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 0.125rem;
  transition: all 300ms ease;
  cursor: pointer; }
  @media only screen and (max-width: 40.0525em) {
    .btn, .user-primary-button, .user-secondary-button {
      padding: 0.625rem 1.25rem; } }
  .btn + .btn, .user-primary-button + .btn, .user-secondary-button + .btn, .btn + .user-primary-button, .user-primary-button + .user-primary-button, .user-secondary-button + .user-primary-button, .btn + .user-secondary-button, .user-primary-button + .user-secondary-button, .user-secondary-button + .user-secondary-button {
    margin-left: 1.25rem; }
  .btn .icon, .user-primary-button .icon, .user-secondary-button .icon {
    position: relative;
    left: 0.5rem;
    display: inline-block;
    width: 0.5rem;
    height: 0.8125rem;
    vertical-align: middle;
    transition: all 300ms ease; }
  .btn.btn--primary, .user-primary-button, .btn--primary.user-secondary-button {
    color: #ffffff;
    background-color: #347e77; }
    .btn.btn--primary:focus, .user-primary-button:focus, .btn--primary.user-secondary-button:focus, .btn.btn--primary:hover, .user-primary-button:hover, .btn--primary.user-secondary-button:hover {
      color: #ffffff;
      background-color: #24635d; }
      .btn.btn--primary:focus .icon, .user-primary-button:focus .icon, .btn--primary.user-secondary-button:focus .icon, .user-secondary-button.user-primary-button:focus .icon, .btn.btn--primary:hover .icon, .user-primary-button:hover .icon, .btn--primary.user-secondary-button:hover .icon, .user-secondary-button.user-primary-button:hover .icon {
        left: 0.75rem; }
    .btn.btn--primary:active, .user-primary-button:active, .btn--primary.user-secondary-button:active {
      background-color: #24635d; }
  .btn.btn--secondary, .btn--secondary.user-primary-button, .user-secondary-button {
    color: #333333;
    background-color: #cccccc; }
    .btn.btn--secondary:hover, .btn--secondary.user-primary-button:hover, .user-secondary-button:hover {
      color: #333333;
      background-color: #edecec; }
      .btn.btn--secondary:hover .icon, .btn--secondary.user-primary-button:hover .icon, .user-primary-button.user-secondary-button:hover .icon, .user-secondary-button:hover .icon {
        left: 0.75rem; }
    .btn.btn--secondary:active, .btn--secondary.user-primary-button:active, .user-secondary-button:active {
      background-color: #999999; }

.text-cta {
  text-decoration: none;
  transition: all 300ms ease; }
  .text-cta span {
    text-decoration: underline; }
  .text-cta .icon {
    width: 0.5rem;
    height: 0.8125rem;
    position: relative;
    left: 0.0625rem;
    transition: all 300ms ease; }
  .text-cta:focus .icon, .text-cta:hover .icon {
    left: 0.3125rem; }

aside .btn, aside .user-primary-button, aside .user-secondary-button {
  min-width: 100%; }

.btn.js-feedback-toggle, .js-feedback-toggle.user-primary-button, .js-feedback-toggle.user-secondary-button {
  width: 100%;
  border: 1px solid #999999;
  margin: 30px 0 0;
  color: #777777;
  border-radius: 2px 2px 0 0; }
  @media only screen and (max-width: 40.0525em) {
    .btn.js-feedback-toggle, .js-feedback-toggle.user-primary-button, .js-feedback-toggle.user-secondary-button {
      width: 100%;
      margin: 1.25rem 0 0; } }
  .btn.js-feedback-toggle .icon-chevron-down-grey, .js-feedback-toggle.user-primary-button .icon-chevron-down-grey, .js-feedback-toggle.user-secondary-button .icon-chevron-down-grey,
  .btn.js-feedback-toggle .icon-chevron-up-grey, .js-feedback-toggle.user-primary-button .icon-chevron-up-grey, .js-feedback-toggle.user-secondary-button .icon-chevron-up-grey {
    width: 0.875rem; }

.no-svg .social__share-icon.facebook {
  background-image: url("../images/icons/widget-facebook.png"); }

.no-svg .social__share-icon.twitter {
  background-image: url("../images/icons/widget-twitter.png"); }

.no-svg .social__share-icon.linkedin {
  background-image: url("../images/icons/widget-linkedin.png"); }

.no-svg .social__share-icon.email {
  background-image: url("../images/icons/widget-email.png"); }

.content .related-docs {
  margin-top: 1.875rem;
  border-top: 1px solid #cccccc; }
  .content .related-docs h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.3125rem;
    margin-top: 1.375rem; }
  .content .related-docs ul {
    margin: 0 0 1.5625rem 0;
    padding-left: 0;
    list-style: none; }
    .content .related-docs ul li {
      padding: 0.9375rem 0;
      border-bottom: 1px solid #cccccc; }
      .content .related-docs ul li:last-child {
        border-bottom: none; }
      .content .related-docs ul li a {
        color: #333333;
        text-decoration: none;
        font-weight: normal;
        line-height: 1em;
        width: 100%;
        display: table; }
        .content .related-docs ul li a span {
          display: table-cell;
          vertical-align: middle;
          width: 100%; }
        .content .related-docs ul li a:focus, .content .related-docs ul li a:hover {
          color: #24635d; }
        @media only screen and (max-width: 40.0525em) {
          .content .related-docs ul li a {
            padding: 0 1.875rem; } }
        .content .related-docs ul li a.pdf::before {
          content: url("../images/icons/pdf-icon.svg"); }
        .content .related-docs ul li a.ziparchive::before {
          content: url("../images/icons/zip-archive-icon.svg"); }          
        .content .related-docs ul li a.word::before {
          content: url("../images/icons/doc-icon.svg"); }
        .content .related-docs ul li a.csvfile::before {
          content: url("../images/icons/csv-icon.svg"); }
        .content .related-docs ul li a.mp3::before {
          content: url("../images/icons/mp3-icon.svg"); }
        .content .related-docs ul li a.excel::before {
          content: url("../images/icons/xls-icon.svg"); }
        .content .related-docs ul li a.powerpoint::before {
          content: url("../images/icons/ppt-icon.svg"); }
        .content .related-docs ul li a::before {
          margin-right: 1.25rem;
          display: inline-block;
          width: 1.5rem; }
          @media only screen and (max-width: 40.0525em) {
            .content .related-docs ul li a::before {
              margin-right: 0.625rem;
              margin-left: -1.875rem;
              float: left; } }
        .content .related-docs ul li a::after {
          content: url("../images/icons/download-icon.png");
          margin-left: 1.25rem;
          float: right; }
          @media only screen and (max-width: 40.0525em) {
            .content .related-docs ul li a::after {
              margin-right: -1.875rem;
              line-height: 0;
              margin-left: 0;
              margin-top: -0.9375rem; } }

/* Column width dependent */
.large-4 .related-docs ul li a {
  padding: 0 1.875rem; }
  .large-4 .related-docs ul li a::before {
    margin-right: 0.625rem;
    margin-left: -1.875rem;
    float: left; }
  .large-4 .related-docs ul li a::after {
    margin-right: -1.875rem;
    line-height: 0;
    margin-left: 0;
    margin-top: -0.9375rem; }

.content section p a {
  /* target what you consider to be "internal" links and undo styles */ }
  .content section p a::after {
    content: url("../images/icons/external-link.png");
    margin: 0 0.3125rem; }
  .content section p a.btn::after, .content section p a.user-primary-button::after, .content section p a.user-secondary-button::after {
    content: none; }
  .content section p a[href*="facebook"]::after, .content section p a[href*="html"]::after, .content section p a[href*="linkedin"]::after, .content section p a[href*="twitter"]::after, .content section p a[href^="#"]::after, .content section p a[href^="/"]::after, .content section p a[href^="javascript:"]::after, .content section p a[href^="mailto:"]::after {
    content: none; }

.content .related-links {
  border-top: solid 1px #cccccc; }
  .content .related-links h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    margin-top: 2.25rem; }
  .content .related-links ul {
    margin: 0 0 1.875rem 0;
    padding-left: 0;
    list-style: none; }
    .content .related-links ul li {
      padding: 0.3125rem 0; }
      .content .related-links ul li a {
        /* target what you consider to be "internal" links and undo styles */ }
        .content .related-links ul li a::after {
          /*content: url("../images/icons/external-link.png");*/
          margin: 0 0.3125rem; }
        .content .related-links ul li a[href*="facebook"]::after, .content .related-links ul li a[href*="html"]::after, .content .related-links ul li a[href*="linkedin"]::after, .content .related-links ul li a[href*="twitter"]::after, .content .related-links ul li a[href^="#"]::after, .content .related-links ul li a[href^="/"]::after, .content .related-links ul li a[href^="javascript:"]::after, .content .related-links ul li a[href^="mailto:"]::after {
          content: none; }

.listing .consultation-listing__details p {
  margin: 0.625rem; }

.listing .consultation-listing__details hr {
  margin: 0.9375rem 0; }

.listing__item .consultation-listing__details a {
  margin-bottom: 2px; }

.listing__item .consultation-listing__details p {
  margin: 2px 0; }

.staff-profile {
  background-color: #f4f4f4;
  padding: 1rem 1.25rem;
  margin: 0rem 0 1.5625rem;
  border-bottom: 5px solid #347e77; }
  .staff-profile h2 {
    margin-top: 0 !important;
    margin-bottom: 1.25rem;
    padding-bottom: 0.45rem;
    font-size: 1.325rem;
    border-bottom: 1px solid #979797; }
  .staff-profile .job-title {
    font-size: 16px;
    font-weight:550;
    color: #666666; }
  .staff-profile strong {
    font-weight: 550; }
  @media only screen and (min-width: 40.0625em) {
    .staff-profile .column:first-child {
      padding-right: 0; } }
  .staff-profile .social__share {
    text-align: right;
    margin: 1.75rem 0; }
    @media only screen and (max-width: 40.0525em) {
      .staff-profile .social__share {
        float: left;
        margin: 0; } }
  .staff-profile .staff-profile__details {
    margin: 1.25rem 0;
    padding: 0;
    color:#666666;
    list-style-type: none; }
    @media only screen and (max-width: 40.0525em) {
      .staff-profile .staff-profile__details {
        height: 100%; } }
    .staff-profile .staff-profile__details p {
      margin-top: 0;
      margin-bottom: 0.625rem; }
    .staff-profile .staff-profile__details .email a {
      color: #666666;
      text-decoration: none;
      font-weight: 400; }
    .staff-profile .staff-profile__details:last-of-type {
      margin-bottom: 0; }
  .staff-profile .staff-profile__img {
    height: 19.375rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center; }
    .staff-profile .staff-profile__img img {
      width: 100%; }
    @media only screen and (max-width: 40.0525em) {
      .staff-profile .staff-profile__img {
        margin-top: 40px; } }
  .staff-profile .staff-profile__contact {
    background-color: #f4f4f4;
    padding: 1.875rem;
    margin-top: 2.5rem; }
    .staff-profile .staff-profile__contact h3 {
      margin-top: 0; }
    .staff-profile .staff-profile__contact ul {
      padding-left: 0;
      list-style: none; }
      .staff-profile .staff-profile__contact ul li span {
        width: 8.75rem;
        display: block;
        float: left; }
        @media only screen and (max-width: 40.0525em) {
          .staff-profile .staff-profile__contact ul li span {
            width: 100%; } }
      .staff-profile .staff-profile__contact ul a {
        word-break: break-all; }
      .staff-profile .staff-profile__contact ul .staff-profile__address {
        margin-bottom: 0.625rem; }
        .staff-profile .staff-profile__contact ul .staff-profile__address span {
          height: 6.5625rem; }
        .staff-profile .staff-profile__contact ul .staff-profile__address p {
          margin-top: 0;
          margin-bottom: 0.3125rem; }

.staff-search {
  display: block;
  border-radius: 2px;
  margin: 1.6875rem 0;
  width: 100%;
  float: none;
  padding-right:0px;
  z-index: 500; }
.staff-search input {
  border: 1px solid #cccccc;
  margin-bottom:15px;
  float:left;
  border-radius: 2px;
  font-size: 100%; }
.staff-search-clear {
  clear:both;
  margin-bottom:20px }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:after, .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none; }
  .slick-next:focus:before, .slick-next:hover:before,
  .slick-prev:focus:before,
  .slick-prev:hover:before {
    opacity: 1; }
  .slick-next.slick-disabled:before,
  .slick-prev.slick-disabled:before {
    opacity: 0.25; }
  .slick-next:before,
  .slick-prev:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev .icon {
  font-size: 24px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-next .icon {
  font-size: 24px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 40px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li a {
      color: #ffffff; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus, .slick-dots li button:hover {
        outline: none; }
        .slick-dots li button:focus:before, .slick-dots li button:hover:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slider-for {
  width: 100%;
  height: 400px;
  overflow: hidden; }
  @media only screen and (max-width: 40.0525em) {
    .slider-for {
      height: auto; } }
  .slider-for .slick-active.slick-current {
    border: none; }

.slider-nav {
  width: 100%;
  height: 137px;
  margin: 60px 0;
  padding: 0;
  overflow: hidden; }
  .slider-nav .slick-slide {
    margin: 0 10px;
    position: relative; }
    .slider-nav .slick-slide img {
      width: auto;
      max-width: 155%;
      position: absolute;
      bottom: -100%;
      left: -100%;
      right: -100%;
      top: -100%;
      margin: auto; }
  .slider-nav .slick-active.slick-current {
    border: 2px solid #8d2f88; }
  .slider-nav .slick-track {
    height: 125px; }

.slider-for .slick-arrow {
  position: absolute;
  top: 95%;
  z-index: 50; }
  @media only screen and (max-width: 40.0525em) {
    .slider-for .slick-arrow {
      top: inherit;
      bottom: 0; } }
  .slider-for .slick-arrow .icon {
    font-size: 18px; }

.slider-for .slick-prev {
  left: 0;
  text-align: left;
  padding-left: 13px; }

.slider-for .slick-next {
  right: 0;
  text-align: right;
  padding-right: 30px; }

.slider-nav {
  height: 175px;
  margin: 20px 0 60px; }
  @media only screen and (max-width: 40.0525em) {
    .slider-nav {
      display: none; } }
  .slider-nav .slick-list {
    height: 175px; }
  .slider-nav .slick-track {
    position: absolute;
    bottom: 0;
    top: 50px; }
  .slider-nav .item.slick-slide {
    width: 155px !important;
    overflow: hidden; }
  .slider-nav .slick-arrow {
    position: absolute;
    top: 16px;
    z-index: 50;
    width: 30px;
    height: 30px;
    border: 1px solid purple; }
    .slider-nav .slick-arrow .icon {
      font-size: 14px; }
  .slider-nav .slick-prev {
    right: 30px;
    text-align: left;
    padding-left: 7px;
    border-right: none; }
  .slider-nav .slick-next {
    right: 0;
    text-align: right;
    padding-right: 6px; }

.slide-indicator {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 8px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  width: 100%;
  height: 40px; }

.ad-space {
  min-height: 40px;
  background-color: #edecec;
  margin-top: 10px; }
  .ad-space__title {
    font-size: 10px;
    color: #777777;
    text-align: right; }
  .ad-space__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

@media only screen and (min-width: 64em) {
  aside.search-options {
    float: right;
    padding-left: 2.8125rem; } }

hr.no-margin {
  margin: 0 0 10px; }

.searchr .listing__divider hr {
  margin-bottom: 1.5625rem;
  margin-top: 0.3125rem; }

.search-headings h1 {
  margin-bottom: 0.625rem; }

.search-headings h2 {
  margin-top: 0.625rem; }
  @media only screen and (min-width: 64em) {
    .search-headings h2 {
      margin-bottom: 0; } }

.searchr {
  padding-bottom: 2.5rem;
  padding-top: 0; }
  @media only screen and (min-width: 64em) {
    .searchr h3 {
      margin: 0.3125rem 0; } }
  .searchr > p {
    margin-top: 0; }

.filter {
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 63.99em) {
    .filter p {
      margin: 0; } }
  .filter .search-filters {
    /* fallback, js mq behaves differently in windows os */ }
    @media only screen and (max-width: 63.99em) {
      .filter .search-filters {
        margin: 0 0.625rem; } }
    @media only screen and (min-width: 64em) {
      .filter .search-filters {
        display: block !important; } }
  @media only screen and (max-width: 63.99em) {
    .filter .btn, .filter .user-primary-button, .filter .user-secondary-button {
      display: none; } }
  .filter .legend {
    display: none;
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    color: #333333;
    padding: 0.9375rem 0 0.875rem; }
    @media only screen and (min-width: 64em) {
      .filter .legend {
        display: block; } }
  .filter input.radio {
    float: left;
    visibility: hidden; }
  .filter .filter-item {
    display: block;
    line-height: 100%;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background-color: #edecec;
    border: 1px solid #edecec;
    color: #347e77;
    text-decoration: underline; }
    .filter .filter-item.filter-active, .filter .filter-item:focus, .filter .filter-item:hover {
      background-color: #ffffff;
      border: 1px solid #347e77; }
  @media only screen and (max-width: 63.99em) {
    .filter {
      border: 1px solid #cccccc;
      border-radius: 2px; } }
  .filter .filter-toggle {
    display: none; }
    @media only screen and (max-width: 63.99em) {
      .filter .filter-toggle {
        display: block;
        font-weight: bold;
        padding: 1.625rem 0;
        text-decoration: none;
        color: #333333;
        padding: 0.625rem 0.9375rem; } }
    .filter .filter-toggle span {
      display: none;
      float: right; }
      @media only screen and (max-width: 63.99em) {
        .filter .filter-toggle span {
          display: inline-block; } }
    .filter .filter-toggle:hover {
      color: #333333; }

footer {
  background-color: #347e77; }

.footer__logo {
  padding: 2.5rem 0 1.25rem;
  width: 12.0625rem; }
  @media only screen and (max-width: 40.0525em) {
    .footer__logo {
      width: 8.625rem;
      margin: 0 auto;
      padding: 1.875rem 0 1.25rem; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .svg-footer-logo {
    height: 58px; } }

.footer__links {
  padding: 0 0 2.25rem; }
.footer__links ul {
    padding: 0 0 1.25rem 0;
    margin-left: 0; }
.footer__links ul li {
    list-style-type: none;
    float: left;
    margin-left: 0; }

  @media only screen and (max-width: 40.0525em) {
    .footer__links {
      text-align: center;
      padding: 0 1.25rem 1.25rem; } }
  .footer__links * {
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0.125rem; }
    @media only screen and (max-width: 40.0525em) {
      .footer__links * {
        font-size: 1rem;
        display: block;
        line-height: 1.625rem; } 
      .footer__links ul li {
          float: none; } }
  @media only screen and (max-width: 40.0525em) {
    .footer__links span {
      display: none; } }
  .footer__links:focus,
  .footer__links a:hover {
    text-decoration: underline; }

.footer__copyright {
  float: right;
  color: #ffffff;
  font-size: 0.875rem; }
  @media only screen and (max-width: 40.0525em) {
    .footer__copyright {
      float: none;
      text-align: center; } }

/* Social share */
.footer__social-nav {
  text-align: right;
  margin: 0;
  padding: 3.125rem 0 0; }
  @media only screen and (max-width: 40.0525em) {
    .footer__social-nav {
      text-align: center;
      padding: 0; } }
  .footer__social-nav li {
    display: inline-block; }
  .footer__social-nav .footer__social-icon {
    background: rgba(255, 255, 255, 0.1);
    transition: transform ease-out 0.1s, background 0.2s; }
    .footer__social-nav .footer__social-icon::after {
      top: 0;
      left: 0;
      padding: 0;
      z-index: -1;
      box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
      opacity: 0;
      transform: scale(0.9); }
    .footer__social-nav .footer__social-icon:hover {
      background: rgba(255, 255, 255, 0.05);
      transform: scale(0.93);
      color: #ffffff; }
      .footer__social-nav .footer__social-icon:hover:after {
        animation: sonarEffect 1.3s ease-out 75ms; }

.footer__social-icon {
  display: inline-block;
  font-size: 0;
  cursor: pointer;
  margin: 0.75rem 0 0 0.4375rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-decoration: none; }
  .footer__social-icon::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box; }
  .footer__social-icon::before {
    speak: none;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased; }
  .footer__social-icon.facebook:before {
    content: url("../images/icons/footer-facebook.svg"); }
  .footer__social-icon.twitter:before {
    content: url("../images/icons/footer-twitter-green-svg.svg"); }
  .footer__social-icon.youtube:before {
    content: url("../images/icons/footer-youtube.svg"); }
  .footer__social-icon.linkedin:before {
    content: url("../images/icons/footer-linkedin.svg"); }

@keyframes sonarEffect {
  0% {
    opacity: 0.3; }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #347e77, 0 0 0 10px rgba(255, 255, 255, 0.5); }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #347e77, 0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.5);
    opacity: 0; } }

/**
 * Patterns
 * objects that have children
 */
.listing ul {
  padding-left: 0;
  list-style: none; }

.listing .listing__item p {
  font-size: 1rem;
  font-weight: normal; }

.listing .listing__item hr {
  margin: 0.9375rem 0; }

.listing .listing__item .glyphicons {
  color: #347e77; }

.listing .listing__date time {
  font-size: 0.875rem;
  text-transform: uppercase;
  background-color: #f4f4f4;
  padding: 0.1875rem 0.75rem;
  width: 6.875rem;
  display: block;
  text-align: center; }

.listing .listing__date.large-2.column {
  width: auto;
  padding-right: 0;
  padding-bottom: 0.625rem; }

.listing .listing__title {
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.625rem; }
  @media only screen and (min-width: 64em) {
    .listing .listing__title {
      margin-top: 0; } }

.listing .listing__icon {
  float: left; }

.listing .listing__divider hr,
.listing h2,
.listing p {
  margin-bottom: 0.78125rem;
  margin-top: 0; }

.column.large-6 .listing ul {
  margin: 0; }

.pagination {
  margin: 0 0 1.25rem 0;
  text-align: center; }
  .pagination ol.pagination__list {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    display: inline-block; }
    .pagination ol.pagination__list .pagination__link {
      display: inline-block;
      margin: 0 0.1875rem;
      padding: 0.3125rem 0;
      border-radius: 0.125rem;
      background-color: #edecec; }
      .pagination ol.pagination__list .pagination__link a {
        color: #777777;
        text-decoration: none;
        padding: 0.4375rem 0.75rem; }
      .pagination ol.pagination__list .pagination__link.pagination__link--divider {
        color: #777777;
        padding: 0.3125rem 0.75rem; }
    .pagination ol.pagination__list .pagination__link--active {
      padding: 0.3125rem 0;
      border-radius: 0.125rem;
      background-color: #347e77;
      font-weight: 600; }
      .pagination ol.pagination__list .pagination__link--active a {
        color: #ffffff; }

.pagination__link--divider {
  color: #777777;
  padding: 0.3125rem 0.75rem; }

.pagination__link--prev {
  margin-right: 1.25rem;
  text-decoration: none; }

.pagination__link--next {
  margin-left: 1.25rem;
  text-decoration: none; }

.pagination__link--controls .icon {
  font-size: 0.875rem; }

.form {
  background-color: #f4f4f4;
  padding: 2.5rem; }

.feedback {
  margin: 2.5rem 0; }
  .feedback p {
    margin-bottom: 0; }

.sys_cms-form-confirmation-content {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: #777777;
  padding: 10px;
  border-radius: 0 0px 2px 2px; }

.feedback__options {
  display: none; }
  .feedback__options ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .feedback__options .sys_fieldcontent label {
    font-weight: normal;
    margin-bottom: 0;
    vertical-align: middle; }
  .feedback__options .sys_legend {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }

.feedback__form {
  margin: 0;
  width: 100% !important; }
  .feedback__form .sys_radio {
    padding: 2.1875rem 0 1.25rem 2.5rem;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999; }
  .feedback__form .sys_buttons {
    height: 95px;
    padding: 0.9375rem 0;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999; }
    @media only screen and (max-width: 40.0525em) {
      .feedback__form .sys_buttons {
        height: auto; } }
    .feedback__form .sys_buttons button {
      float: right;
      margin-right: 1.875rem; }
      @media only screen and (max-width: 40.0525em) {
        .feedback__form .sys_buttons button {
          float: none;
          margin: 0 auto;
          display: block; } }
    .feedback__form .sys_buttons .feedback__more {
      margin-left: 1.875rem;
      vertical-align: -20px; }
      @media only screen and (max-width: 40.0525em) {
        .feedback__form .sys_buttons .feedback__more {
          text-align: center;
          width: auto;
          display: block;
          margin: 0.625rem 0; } }
  .feedback__form span {
    width: 33%;
    float: left;
    margin-bottom: 1.5625rem; }
    .feedback__form span:last-child {
      width: 40%; }
      @media only screen and (max-width: 40.0525em) {
        .feedback__form span:last-child {
          width: 100%; } }
    @media only screen and (max-width: 40.0525em) {
      .feedback__form span {
        width: 100%;
        float: none;
        display: block; } }
  .feedback__form input[type=radio] {
    margin-right: 1rem !important; }

.js-feedback-toggle--less {
  display: none; }

.js-feedback-toggle--less.inline-block {
  display: inline-block; }

.sys_savepasswordpanel {
  display: none; }

/**
 * Row
 */
.row {
  margin: 0 auto;
  max-width: 66.875rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.row.collapse > .column {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  margin: 0 -1.40625rem;
  max-width: none;
  width: auto; }
  .row .row:before, .row .row:after {
    content: " ";
    display: table; }
  .row .row:after {
    clear: both; }
  .row .row.collapse {
    margin: 0;
    max-width: none;
    width: auto; }
    .row .row.collapse:before, .row .row.collapse:after {
      content: " ";
      display: table; }
    .row .row.collapse:after {
      clear: both; }

/**
 * Column
 */
.column {
  position: relative;
  padding-left: 1.40625rem;
  padding-right: 1.40625rem;
  width: 100%;
  float: left; 
  word-break: break-word; }
  .column.row {
    float: none; }
.no-padding {
  padding:0; }

/**
 * Grid HTML classes
 */
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column {
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column {
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    float: left; } }

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column {
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    float: left; } }

.content {
  padding-bottom: 1.25rem;
  /* card and top tasks wrapper */
  /* larger gap */ }
  .content.row {
    max-width: 66.875rem; }
  .content .card-wrapper.row,
  .content .top-tasks-wrapper.row {
    margin: 1.875rem -0.625rem 3.125rem -0.625rem; }
    @media only screen and (max-width: 40.0525em) {
      .content .card-wrapper.row,
      .content .top-tasks-wrapper.row {
        margin: 1.5625rem -0.625rem; } }
  .content section:last-child .card-wrapper {
    margin-bottom: 2.5rem; }
  @media only screen and (min-width: 64em) {
    .content .large-9.column {
      padding-left: 0.9375rem; } }
  .content h1, .content h2 {
    margin: 0.875rem 0 0.625rem 0; }
  .content h1 + p, .content h2 + p, .content h3 + p {
    margin-top: 0; }
  .content h2 {
    margin-top: 1.875rem; }
  .content h3 {
    font-size: 1.125rem;
    margin: 1.5625rem 0 0.9375rem 0; }
  .content p .btn, .content p .user-primary-button, .content p .user-secondary-button {
    margin: 0; }
  .content section {
    padding: 0; }
    .content section a {
      color: #347e77;
      font-weight: 600;
      transition: all 300ms ease; }
      .content section a:hover {
        color: #24635d; }
      .content section a:focus {
        color: #24635d;
        outline:1px solid #333333; }        
    .content section.bg--wild-sand {
      padding: 0.3125rem 1.25rem; }
      .content section.bg--wild-sand:first-child {
        padding-top: 0; }
  .content hr {
    margin: 2.5rem 0 0;
    clear: both; }
  .content .social__share ~ hr {
    margin-top: 0; }

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
  .breadcrumb ~ .content h1,
  .breadcrumb ~ .content .social__share {
    margin-top: 0; } }

.content-filter p {
  margin: 0.625rem 0; }

.content-filter select {
  min-width: 15.625rem; }

.content-filter .btn, .content-filter .user-primary-button, .content-filter .user-secondary-button {
  margin-top: 0; }

/* general IE fixes */
/* hedaer  */
.no-svg .skip-to-content {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: -64px;
  padding: 0 15px;
  font-weight: 700;
  color: #ffffff;
  transition: all 0.3s ease-out;
  background-color: #24635d;
  text-align: center;
  text-decoration: none; }

/* skip to */
.no-svg .skip-to-content:focus {
  margin-top: 0; }

/* logo curve */
.no-svg .header__logo-bg {
  background-image: url("../images/curve.png"); }

/* logo */
.no-svg .header__logo {
  width: 192px;
  height: 57px; }
  .no-svg .header__logo .icon-header-logo {
    width: 192px;
    height: 57px;
    top: 40px; }

/* subscribe */
.no-svg .header__subscribe {
  position: relative;
  top: 20px; }

/* menu */
.no-svg .header__menu {
  margin-top: 16px; }

/* menu icons */
.header__menu--cross--fallback {
  display: none; }

.no-svg .header__menu--cross span {
  display: none; }

.no-svg .nav__item > a span .icon-chevron-right-white {
  height: 14px; }

/* quick links */
.no-svg .footer__links {
  padding-left: 0; }

.no-svg .svg-footer-logo {
  display: none; }

.svg-footer-logo--fallback {
  display: none; }

.no-svg .svg-footer-logo--fallback {
  display: block; }

/* search */
.svg-close-icon {
  display: none; }

.no-svg-close-icon {
  display: none; }

.no-svg .sys_search-query-control .sys_search-button {
  background-image: url("../images/icons/search-green.png"); }

/* content */
.no-svg .content aside li {
  background-image: url("../images/icons/icon-chevron-right-grey.png");
  background-position-x: 98%;
  background-position-y: center; }
  .no-svg .content aside li.active {
    background-image: url("../images/icons/icon-chevron-right-purple.png"); }

.no-svg .top-task__item__chevron .icon {
  height: 16px;
  width: 10px; }

.no-svg .top-task__item__chevron .icon-chevron-right-purple {
  margin: 30px 28px; }

/* related docs */
.no-svg .related-docs ul li a.pdf::before {
  content: url("../images/icons/pdf-icon.png"); }

.no-svg .related-docs ul li a.word::before {
  content: url("../images/icons/doc-icon.png"); }

.no-svg .related-docs ul li a.csvfile::before {
  content: url("../images/icons/csv-icon.png"); }

.no-svg .related-docs ul li a.mp3::before {
  content: url("../images/icons/mp3-icon.png"); }

.no-svg .related-docs ul li a.excel::before {
  content: url("../images/icons/xls-icon.png"); }

.no-svg .related-docs ul li a.powerpoint::before {
  content: url("../images/icons/ppt-icon.png"); }

/* footer__
/* socials */
.no-svg .footer__social-nav {
  padding-top: 30px; }

.no-svg .footer__social-icon.facebook:before {
  content: url("../images/icons/footer-facebook.png"); }

.no-svg .footer__social-icon.twitter:before {
  content: url("../images/icons/footer-twitter.png"); }

.no-svg .footer__social-icon.youtube:before {
  content: url("../images/icons/footer-youtube.png"); }

.no-svg .footer__social-icon.linkedin:before {
  content: url("../images/icons/footer-linkedin.png"); }

/* IE9 only */
@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .svg-footer-logo {
    width: 100%; } }

/* IE10/11 only */
@media only screen and (max-width: 63.99em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -34.375rem !important;
    height: 8.125rem; } }

@media only screen and (max-width: 53.99em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -28.125rem !important;
    height: 7.5rem; } }

@media only screen and (max-width: 48em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -18.75rem !important;
    height: 7.5rem; } }

@media only screen and (max-width: 40.0525em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -21.875rem !important;
    height: 4.6875rem; } }

@media only screen and (max-width: 36.5em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -17.1875rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 33.5em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -14.6875rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 30em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -11.25rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 28em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -9.375rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 26em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -7.5rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 24em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -6.25rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 22em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -5rem !important;
    height: 4.375rem; } }

@media only screen and (max-width: 20em) and (-ms-high-contrast: none) {
  .header__logo-bg {
    left: -3.125rem !important;
    height: 4.375rem; } }

@media all and (-ms-high-contrast: none) {
  .card__link {
    background-size: 40px !important;
    -ms-background-position-x: 168px !important; }
  aside ul li {
    background-size: 15px 13px;
    background-position-x: right; }
  *::-ms-backdrop,
  aside ul li {
    background-size: 12px 12px; }
  /* IE11 only
     *::-ms-backdrop,
  */ }

/* no JS */
/* mobile menu */
@media only screen and (min-width: 40.0625em) {
  .no-js .nav__secondary {
    display: none !important; }
  .no-js .nav ul {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
    visibility: visible;
    z-index: 2; } }

@media only screen and (min-width: 40.0625em) and (max-width: 63.99em) {
  .no-js .nav ul {
    position: absolute;
    z-index: 3;
    display: inline-block;
    top: 0;
    padding: 0; }
  .no-js .nav-is-fixed .nav ul {
    position: fixed; } }

/* main nav */
.no-js .nav {
  display: block; }

/* buttons */
.no-js section .btn, .no-js section .user-primary-button, .no-js section .user-secondary-button {
  display: block;
  max-width: 275px; }

/**
 * Users
 * specific stuff for Contensis users
 */
/*
################
  Create/edit CTA's
################
*/
/*
################
  Add only changes you want to apply in the content section
################
*/
.content {
  /* Float image in content right */ }
  .content figure.float-image-right {
    float: right;
    margin: 10px;
    max-width: 260px; }
    @media only screen and (max-width: 40.0525em) {
      .content figure.float-image-right {
        max-width: 100%;
        margin: 0; } }
  .content .float-image-right img {
    margin: 10px; }
    @media only screen and (max-width: 40.0525em) {
      .content .float-image-right img {
        margin: 10px 0; } }
  .content .float-image-right figcaption {
    text-align: right;
    margin: 0; }
    @media only screen and (max-width: 40.0525em) {
      .content .float-image-right figcaption {
        text-align: left;
        margin-bottom: 20px; } }
  .content img.float-image-right {
    float: right;
    margin: 0.3125rem 0 1.25rem 1.25rem; }
    @media only screen and (max-width: 40.0525em) {
      .content img.float-image-right {
        display: block;
        float: none;
        margin: 10px auto; } }

.sys_cms-form-body li .sys_fieldlabel,
.sys_cms-form-body li .sys_legend,
.sys_cms-form-body li input,
.sys_cms-form-body li label,
.sys_cms-form-body li select,
.sys_cms-form-body li textarea {
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 1.5 !important;
  font-size: 16px !important; }

.sys_cms-form-control button {
  display: inline-block;
  color: #333333;
  background-color: #cccccc;
  min-width: 15.625rem;
  padding: 0.625rem 3.125rem;
  margin: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0;
  border-radius: 0.125rem;
  transition: all 300ms ease;
  cursor: pointer; }
  @media only screen and (max-width: 40.0525em) {
    .sys_cms-form-control button {
      padding: 0.625rem 1.25rem; } }
  .sys_cms-form-control button:focus, .sys_cms-form-control button:hover {
    color: #333333;
    background-color: #edecec; }
  .sys_cms-form-control button.sys_form-submit {
    color: #ffffff;
    background-color: #347e77;
    background-image: url(../images/icons/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 75px;
    background-position-y: 16px;
    background-size: 8px; }
    .sys_cms-form-control button.sys_form-submit:focus, .sys_cms-form-control button.sys_form-submit:hover {
      color: #ffffff;
      background-color: #5cbcb3;
      background-position: center right 70px;
      background-position-y: 16px; }
  .sys_cms-form-control button + .sys_cms-form-control button {
    margin-left: 1.25rem; }

.no-svg .sys_cms-form-control button.sys_form-submit {
  background-image: url(../images/icons/chevron-right-white.png); }

.sys_cms-form-item input,
.sys_cms-form-item label {
  margin-left: 0 !important;
  opacity: 1 !important; }

.sys_theme-simple.sys_formrendercontrol-themed {
  background-color: #f4f4f4 !important;
  padding: 20px 40px 0 !important;
  margin: 15px 0 !important; }
  @media only screen and (max-width: 40.0525em) {
    .sys_theme-simple.sys_formrendercontrol-themed {
      padding: 20px 15px 0 !important; } }

input.sys_medium.formsuploader {
  height: 100%;
  padding: 3px !important; }

.sys_cms-form-body .sys_sidebyside span {
  padding-right: 15px !important; }

.sys_cms-form-body .sys_sectionbreak-header {
  font-weight: 600 !important;
  font-size: 20px !important; }

.sys_cms-form-body .sys_sectionbreak-text {
  font-size: 16px !important; }

.sys_cms-form-body .sys_time select {
  margin-left: 20px !important;
  margin-top: 5px !important; }

.sys_cms-form-body .sys_time .sys_timesubelement {
  width: 90px !important;
  margin: 0 auto !important;
  text-align: center !important; }

@media only screen and (max-width: 40.0525em) {
  .sys_cms-form-body input {
    width: 100% !important; } }

.sys_cms-form-body input[type=checkbox], .sys_cms-form-body input[type=radio] {
  width: 2em !important; }

@media only screen and (max-width: 40.0525em) {
  .sys_cms-form-body .sys_sidebyside span {
    display: block; } }

.feedback__form input[type=radio] {
  width: 1em !important;
  height: auto; }

.sys_login-button {
  color: #ffffff;
  background-color: #347e77;
  transition: ease all 300ms;
  display: inline-block;
  min-width: 15.625rem;
  padding: 0.625rem 3.125rem;
  margin: 0.625rem 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border: 0 !important;
  border-radius: 0.125rem !important;
  transition: all 300ms ease !important;
  cursor: pointer; }
  @media only screen and (max-width: 40.0525em) {
    .sys_login-button {
      padding: 0.625rem 1.25rem; } }
  .sys_login-button:focus, .sys_login-button:hover {
    color: #ffffff;
    background-color: #24635d; }
    .sys_login-button:focus .icon, .sys_login-button:hover .icon {
      left: 0.75rem; }
  .sys_login-button:active {
    background-color: #24635d; }

.filter .btn, .filter .user-primary-button, .filter .user-secondary-button {
  color: #ffffff;
  background-color: #347e77;
  background-image: url(../images/icons/chevron-right-white.svg);
  background-repeat: no-repeat;
  background-position: center right 70px;
  background-position-y: 16px;
  background-size: 8px; }
  .filter .btn:focus, .filter .user-primary-button:focus, .filter .user-secondary-button:focus, .filter .btn:hover, .filter .user-primary-button:hover, .filter .user-secondary-button:hover {
    color: #ffffff;
    background-color: #5cbcb3;
    background-position: center right 65px;
    background-position-y: 16px; }

.no-svg .filter .btn, .no-svg .filter .user-primary-button, .no-svg .filter .user-secondary-button {
  background-image: url(../images/icons/chevron-right-white.png); }

main .sys_logon-control {
  width: 100%;
  margin-top: 30px; }
  main .sys_logon-control input {
    width: 300px;
    height: 44px; }
  main .sys_logon-control label {
    display: block;
    margin-bottom: 0; }
  main .sys_logon-control .sys_login-button {
    display: block;
    background-image: url(../images/icons/chevron-right-white.svg);
    background-repeat: no-repeat;
    background-position: center right 105px;
    background-position-y: 16px;
    background-size: 8px; }
    main .sys_logon-control .sys_login-button:focus, main .sys_logon-control .sys_login-button:hover {
      background-color: #5cbcb3;
      background-position: center right 100px;
      background-position-y: 16px; }

.sys_pagebreak button {
  background-image: url(../images/icons/chevron-right-grey.svg);
  background-repeat: no-repeat;
  background-position: center right 60px;
  background-position-y: 14px;
  background-size: 8px; }
  .sys_pagebreak button:focus, .sys_pagebreak button:hover {
    background-position: center right 55px;
    background-position-y: 14px; }

.banner-message {
  width:100%;
  padding:5px 2%;
  background-color:#F5A81C;
  text-align:center;
  }
.banner-message p {
  color:#333333;
  font-size:18px;
  font-weight:600;
  }
.banner-message a:link,
.banner-message a:visited {
  color:#333333;
  text-decoration:underline;
  }
.banner-message a:active,
.banner-message a:hover {
  color:#333333;
  text-decoration:none;
  }