.table {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

    .table:not(:last-child) {
        margin-bottom: 1em;
    }

@media (min-width:30em) {
    .table:not(:last-child) {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .table:not(:last-child) {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .table:not(:last-child) {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .table:not(:last-child) {
        margin-bottom: 2em;
    }
}

@media (min-width:60em) {
    .table.table--with-borders .table__item {
        margin-right: -1px;
        border-right: 1px solid #70787a;
    }
}

@media (min-width:60em) {
    .table__row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

@media (min-width:60em) {
    .table.table--with-borders .table__item {
        margin-top: -1px;
        border: 1px solid #dee2e5;
    }
}

.table__row.table__row--header {
    display: none;
    color: #007c75;
    font-weight: 600;
}

@media (min-width:60em) {
    .table__row.table__row--header {
        display: -ms-flexbox;
        display: flex;
    }
}

.table__row.table__row--negative {
    background-color: #2a0247 !important;
    color: #fff;
}

    .table__row.table__row--negative svg path {
        color: currentColor;
    }

.table.table--with-borders .table__row.table__row--negative .table__item {
    border-color: #2a0247 !important;
}

.table__item {
    display: block;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding: 1em;
}

@media (min-width:30em) {
    .table__item {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .table__item {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .table__item {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .table__item {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .table__item {
        padding-left: 1.25em;
    }
}

@media (min-width:50em) {
    .table__item {
        padding-left: 1.5em;
    }
}

@media (min-width:60em) {
    .table__item {
        padding-left: 1.75em;
    }
}

@media (min-width:80em) {
    .table__item {
        padding-left: 2em;
    }
}

@media (min-width:30em) {
    .table__item {
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width:60em) {
    .table__item {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }
}

.table__item:before {
    content: attr(data-header);
    display: none;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 1em;
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .table__item:before {
        width: 7em;
        -ms-flex: 0 0 7em;
        flex: 0 0 7em;
    }
}

@media (min-width:50em) {
    .table__item:before {
        width: 10em;
        -ms-flex: 0 0 10em;
        flex: 0 0 10em;
    }
}

.table__row--header ~ .table__row > .table__item:before {
    display: block;
}

@media (min-width:60em) {
    .table__row--header ~ .table__row > .table__item:before {
        display: none;
    }
}

html:not(.js) .table__row--header ~ .table__row > .table__item:before {
    display: none;
}

.table__button {
    padding: 1em 0;
    border-top: 1px solid #dee2e5;
}

@media (min-width:60em) {
    .table__button {
        display: none !important;
    }
}

.table__button .toggle-button__item {
    margin: 0 1em;
}

@media (min-width:60em) {
    .table__item.table__item--large {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (min-width:80em) {
    .table__item.table__item--large {
        -ms-flex-positive: 2;
        flex-grow: 2;
    }
}

@media (min-width:60em) {
    .table__item.table__item--width-6 {
        -ms-flex: 0 0 6em;
        flex: 0 0 6em;
    }
}

@media (min-width:60em) {
    .table__item.table__item--width-15 {
        -ms-flex: 0 0 15em;
        flex: 0 0 15em;
    }
}

.table__content {
    width: 100%;
    font-size: 1em;
}

    .table__content h3 {
        font-size: 1.25em;
    }

@media (min-width:30em) {
    .table__content h3 {
        font-size: 1em;
    }
}

.table__mobile-header {
    display: none;
}

.modal {
    padding: 1em;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
}

@media (min-width:30em) {
    .modal {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .modal {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .modal {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .modal {
        padding: 2em;
    }
}

.modal.modal--hero {
    background-color: #18262c;
    color: #fff;
    text-align: center;
    width: 100%;
}

@media (min-width:30em) {
    .modal.modal--hero {
        width: 22.5em;
    }
}

@media (min-width:80em) {
    .modal.modal--hero {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.modal.modal--hero h3 {
    padding-bottom: 1em;
    border-bottom: 2px solid #2c3a40;
}

.modal.modal--hero .button {
    position: static;
    margin-top: 1em;
    display: inline-block;
    background-color: #fff;
    color: #007c75;
    transition: color .2s cubic-bezier(.19,1,.22,1),background-color .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    .modal.modal--hero .button {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .modal.modal--hero .button {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .modal.modal--hero .button {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .modal.modal--hero .button {
        margin-top: 2em;
    }
}

html:not(.is-touch) .modal.modal--hero .button:active, html:not(.is-touch) .modal.modal--hero .button:focus, html:not(.is-touch) .modal.modal--hero .button:hover {
    background-color: #007c75;
    color: #fff;
}

.field__field_subpages {
    padding-top: 1em;
}

    .field__field_subpages .field__field_title {
        font-size: 1.25em;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 1em;
    }

@media (min-width:30em) {
    .field__field_subpages .field__field_title {
        font-size: 1.3625em;
    }
}

@media (min-width:50em) {
    .field__field_subpages .field__field_title {
        font-size: 1.475em;
    }
}

@media (min-width:60em) {
    .field__field_subpages .field__field_title {
        font-size: 1.5875em;
    }
}

@media (min-width:80em) {
    .field__field_subpages .field__field_title {
        font-size: 1.7em;
    }
}

@media (min-width:30em) {
    .field__field_subpages .field__field_title {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    .field__field_subpages .field__field_title {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    .field__field_subpages .field__field_title {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    .field__field_subpages .field__field_title {
        line-height: 1.25;
    }
}

.prev-next {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dee2e5;
    padding-top: 1em;
    margin-top: 1em;
}

@media (min-width:30em) {
    .prev-next {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .prev-next {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .prev-next {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .prev-next {
        padding-top: 2em;
    }
}

@media (min-width:30em) {
    .prev-next {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .prev-next {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .prev-next {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .prev-next {
        margin-top: 2em;
    }
}

@media print {
    .prev-next {
        display: none;
    }
}

.prev-next .prev {
    margin-right: auto;
    padding: .5em;
    max-width: 40%;
    color: #00938c;
}

@media (min-width:30em) {
    .prev-next .prev {
        padding: .625em;
    }
}

@media (min-width:50em) {
    .prev-next .prev {
        padding: .75em;
    }
}

@media (min-width:60em) {
    .prev-next .prev {
        padding: .875em;
    }
}

@media (min-width:80em) {
    .prev-next .prev {
        padding: 1em;
    }
}

html:not(.is-touch) .prev-next .prev:active, html:not(.is-touch) .prev-next .prev:focus, html:not(.is-touch) .prev-next .prev:hover {
    color: #00b2a9;
}

.prev-next .next {
    margin-left: auto;
    padding: .5em;
    max-width: 40%;
    text-align: right;
    color: #00938c;
}

@media (min-width:30em) {
    .prev-next .next {
        padding: .625em;
    }
}

@media (min-width:50em) {
    .prev-next .next {
        padding: .75em;
    }
}

@media (min-width:60em) {
    .prev-next .next {
        padding: .875em;
    }
}

@media (min-width:80em) {
    .prev-next .next {
        padding: 1em;
    }
}

html:not(.is-touch) .prev-next .next:active, html:not(.is-touch) .prev-next .next:focus, html:not(.is-touch) .prev-next .next:hover {
    color: #00b2a9;
}

.prev-next .direction {
    background-size: 1em auto;
    background-repeat: no-repeat;
    font-size: 1em;
    font-weight: 600;
}

@media (min-width:30em) {
    .prev-next .direction {
        font-size: 1.0375em;
    }
}

@media (min-width:50em) {
    .prev-next .direction {
        font-size: 1.075em;
    }
}

@media (min-width:60em) {
    .prev-next .direction {
        font-size: 1.1125em;
    }
}

@media (min-width:80em) {
    .prev-next .direction {
        font-size: 1.15em;
    }
}

.prev-next .next .direction {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='15' viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath d='M15.754 6.369H0v2.234h15.755l-4.805 4.805 1.565 1.565L20 7.487 12.515 0 10.95 1.565l4.804 4.804z' fill='%2300A39B' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 100% 50%;
    padding-right: 1.5em;
}

.prev-next .prev .direction {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='15' viewBox='0 0 20 15' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ECombined Shape Copy%3C/title%3E%3Cpath d='M4.246 8.604H20V6.37H4.245L9.05 1.565 7.485 0 0 7.486l7.485 7.487 1.565-1.565-4.804-4.804z' fill='%2300A39B' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 0 50%;
    padding-left: 1.5em;
}

html:not(.is-touch) .prev-next .next:active .title, html:not(.is-touch) .prev-next .next:focus .title, html:not(.is-touch) .prev-next .next:hover .title, html:not(.is-touch) .prev-next .prev:active .title, html:not(.is-touch) .prev-next .prev:focus .title, html:not(.is-touch) .prev-next .prev:hover .title {
    text-decoration: underline;
}

.prev-next .title {
    margin-top: .5em;
}

.message-list {
    color: #fff;
    z-index: 200;
    position: relative;
}

html:not(.is-touch) .message-list a:active, html:not(.is-touch) .message-list a:focus, html:not(.is-touch) .message-list a:hover {
    text-decoration: underline;
}

.message-list__item {
    position: relative;
    padding: 1em 3em;
    background-color: #fff;
    color: #000;
    border-radius: .2em;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
    overflow: hidden;
}

@media (min-width:30em) {
    .message-list__item {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .message-list__item {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .message-list__item {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .message-list__item {
        padding-top: 2em;
    }
}

@media (min-width:30em) {
    .message-list__item {
        padding-right: 3.5em;
    }
}

@media (min-width:50em) {
    .message-list__item {
        padding-right: 4em;
    }
}

@media (min-width:60em) {
    .message-list__item {
        padding-right: 4.5em;
    }
}

@media (min-width:80em) {
    .message-list__item {
        padding-right: 5em;
    }
}

@media (min-width:30em) {
    .message-list__item {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .message-list__item {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .message-list__item {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .message-list__item {
        padding-bottom: 2em;
    }
}

@media (min-width:30em) {
    .message-list__item {
        padding-left: 3.5em;
    }
}

@media (min-width:50em) {
    .message-list__item {
        padding-left: 4em;
    }
}

@media (min-width:60em) {
    .message-list__item {
        padding-left: 4.5em;
    }
}

@media (min-width:80em) {
    .message-list__item {
        padding-left: 5em;
    }
}

.theme--service.theme--fhrs .message-list__item {
    margin: 1em 1.25em;
}

@media (min-width:30em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-right: 2.1875em;
    }
}

@media (min-width:50em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-right: 3.125em;
    }
}

@media (min-width:60em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-right: 4.0625em;
    }
}

@media (min-width:80em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-right: 5em;
    }
}

@media (min-width:30em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-bottom: 2em;
    }
}

@media (min-width:30em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-left: 2.1875em;
    }
}

@media (min-width:50em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-left: 3.125em;
    }
}

@media (min-width:60em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-left: 4.0625em;
    }
}

@media (min-width:80em) {
    .theme--service.theme--fhrs .message-list__item {
        margin-left: 5em;
    }
}

.message-list__item:not(:last-child) {
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .message-list__item:not(:last-child) {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .message-list__item:not(:last-child) {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .message-list__item:not(:last-child) {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .message-list__item:not(:last-child) {
        margin-bottom: 2em;
    }
}

.message-list__item:last-child {
    margin-bottom: 2em;
}

@media (min-width:30em) {
    .message-list__item:last-child {
        margin-bottom: 2.5em;
    }
}

@media (min-width:50em) {
    .message-list__item:last-child {
        margin-bottom: 3em;
    }
}

@media (min-width:60em) {
    .message-list__item:last-child {
        margin-bottom: 3.5em;
    }
}

@media (min-width:80em) {
    .message-list__item:last-child {
        margin-bottom: 4em;
    }
}

.message-list__item:before {
    content: "";
    display: block;
    width: 1.3em;
    height: 1.3em;
    position: absolute;
    top: 1em;
    left: 1em;
    background-size: 1.3em;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

@media (min-width:30em) {
    .message-list__item:before {
        width: 1.35em;
    }
}

@media (min-width:50em) {
    .message-list__item:before {
        width: 1.4em;
    }
}

@media (min-width:60em) {
    .message-list__item:before {
        width: 1.45em;
    }
}

@media (min-width:80em) {
    .message-list__item:before {
        width: 1.5em;
    }
}

@media (min-width:30em) {
    .message-list__item:before {
        height: 1.35em;
    }
}

@media (min-width:50em) {
    .message-list__item:before {
        height: 1.4em;
    }
}

@media (min-width:60em) {
    .message-list__item:before {
        height: 1.45em;
    }
}

@media (min-width:80em) {
    .message-list__item:before {
        height: 1.5em;
    }
}

@media (min-width:30em) {
    .message-list__item:before {
        top: 1.25em;
    }
}

@media (min-width:50em) {
    .message-list__item:before {
        top: 1.5em;
    }
}

@media (min-width:60em) {
    .message-list__item:before {
        top: 1.75em;
    }
}

@media (min-width:80em) {
    .message-list__item:before {
        top: 2em;
    }
}

@media (min-width:30em) {
    .message-list__item:before {
        left: 1.25em;
    }
}

@media (min-width:50em) {
    .message-list__item:before {
        left: 1.5em;
    }
}

@media (min-width:60em) {
    .message-list__item:before {
        left: 1.75em;
    }
}

@media (min-width:80em) {
    .message-list__item:before {
        left: 2em;
    }
}

@media (min-width:30em) {
    .message-list__item:before {
        background-size: 1.35em;
    }
}

@media (min-width:50em) {
    .message-list__item:before {
        background-size: 1.4em;
    }
}

@media (min-width:60em) {
    .message-list__item:before {
        background-size: 1.45em;
    }
}

@media (min-width:80em) {
    .message-list__item:before {
        background-size: 1.5em;
    }
}

.message-list__item--status:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2373b355'%3E%3Cpath d='M6.464 13.676a.502.502 0 0 1-.707 0L.797 8.721a.502.502 0 0 1 0-.707l1.405-1.407a.5.5 0 0 1 .707 0l2.849 2.848a.504.504 0 0 0 .707 0l6.629-6.626a.502.502 0 0 1 .707 0l1.404 1.404a.504.504 0 0 1 0 .707l-8.741 8.736z'/%3E%3C/svg%3E");
}

.message-list__item--warning:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e29700'%3E%3Cpath d='M14.66 12.316L9.344 1.683c-.738-1.476-1.946-1.476-2.685 0L1.342 12.316C.604 13.793 1.35 15 3 15h10.002c1.65 0 2.396-1.207 1.658-2.684zM7 4h2.002v5H7V4zm2.252 8.615a.627.627 0 0 1-.625.625h-1.25a.627.627 0 0 1-.626-.625v-1.239c0-.344.281-.625.626-.625h1.25c.344 0 .625.281.625.625v1.239z'/%3E%3C/svg%3E");
}

.message-list__item--error:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23e32700'%3E%3Cpath d='M8.002 1a7 7 0 1 0 0 14 7 7 0 0 0 0-14zm4.025 9.284c.062.063.1.149.1.239a.34.34 0 0 1-.1.24l-1.262 1.262a.34.34 0 0 1-.48 0L8.002 9.742l-2.286 2.283a.34.34 0 0 1-.48 0l-1.261-1.262a.336.336 0 0 1 0-.478L6.258 8 3.975 5.716a.34.34 0 0 1 0-.48l1.262-1.262a.34.34 0 0 1 .48 0l2.285 2.284 2.283-2.284a.34.34 0 0 1 .48 0l1.262 1.262c.062.063.1.149.1.24a.345.345 0 0 1-.1.24L9.744 8l2.283 2.284z'/%3E%3C/svg%3E");
}

.message-list__item:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    bottom: -1px;
    width: 5px;
    background-color: #70787a;
}

.message-list__item--status:after {
    background-color: #77b259;
}

.message-list__item--warning:after {
    background-color: #e09600;
}

.message-list__item--error:after {
    background-color: #e62600;
}

.message-list__item .backtrace {
    background-color: #f0f3f5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 522.468 522.469'%3E%3Cg fill='%23FFF'%3E%3Cpath d='M325.762 70.513l-17.706-4.854c-2.279-.76-4.524-.521-6.707.715-2.19 1.237-3.669 3.094-4.429 5.568L190.426 440.53c-.76 2.475-.522 4.809.715 6.995 1.237 2.19 3.09 3.665 5.568 4.425l17.701 4.856c2.284.766 4.521.526 6.71-.712 2.19-1.243 3.666-3.094 4.425-5.564L332.042 81.936c.759-2.474.523-4.808-.716-6.999-1.238-2.19-3.089-3.665-5.564-4.424zM166.167 142.465c0-2.474-.953-4.665-2.856-6.567l-14.277-14.276c-1.903-1.903-4.093-2.857-6.567-2.857s-4.665.955-6.567 2.857L2.856 254.666C.95 256.569 0 258.759 0 261.233s.953 4.664 2.856 6.566l133.043 133.044c1.902 1.906 4.089 2.854 6.567 2.854s4.665-.951 6.567-2.854l14.277-14.268c1.903-1.902 2.856-4.093 2.856-6.57 0-2.471-.953-4.661-2.856-6.563L51.107 261.233l112.204-112.201c1.906-1.902 2.856-4.093 2.856-6.567zM519.614 254.663L386.567 121.619c-1.902-1.902-4.093-2.857-6.563-2.857-2.478 0-4.661.955-6.57 2.857l-14.271 14.275c-1.902 1.903-2.851 4.09-2.851 6.567s.948 4.665 2.851 6.567l112.206 112.204-112.206 112.21c-1.902 1.902-2.851 4.093-2.851 6.563 0 2.478.948 4.668 2.851 6.57l14.271 14.268c1.909 1.906 4.093 2.854 6.57 2.854 2.471 0 4.661-.951 6.563-2.854L519.614 267.8c1.903-1.902 2.854-4.096 2.854-6.57 0-2.475-.951-4.665-2.854-6.567z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 8em auto;
    background-position: right 2em bottom 2em;
    background-repeat: no-repeat;
    padding: 1em;
}

.fsa-team-finder .form-intro {
    margin-bottom: 2em;
}

.fsa-team-finder .authority {
    margin-top: 2em;
}

@media (min-width:60em) {
    .fsa-team-finder .form-item-query {
        width: 50%;
        max-width: 400px;
    }
}

.phase-banner {
    padding: 10px 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .phase-banner .phase-tag {
        display: inline-block;
        margin: 0 8px 0 0;
        padding: 2px 5px;
        font-weight: 700;
        line-height: 1.14em;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff;
        background-color: #005ea5;
    }

    .phase-banner span {
        display: table-cell;
        vertical-align: baseline;
    }

    .phase-banner p {
        font-size: 16px;
        line-height: 1.25;
    }

    .phase-banner a {
        text-decoration: underline;
    }

html:not(.is-touch) .phase-banner a:active, html:not(.is-touch) .phase-banner a:focus, html:not(.is-touch) .phase-banner a:hover {
    color: #005e59;
}

.profile-manage-form {
    margin-bottom: 2.2em;
}

    .profile-manage-form legend, .user-registration-form legend {
        font-family: Fira Sans,sans-serif;
        font-weight: 700;
        font-size: 1.25em;
        line-height: 1.2;
        padding-bottom: .5em;
        border-bottom: 1px solid #dee2e5;
        margin-bottom: 1em;
    }

@media (min-width:30em) {
    .profile-manage-form legend, .user-registration-form legend {
        font-size: 1.3625em;
    }
}

@media (min-width:50em) {
    .profile-manage-form legend, .user-registration-form legend {
        font-size: 1.475em;
    }
}

@media (min-width:60em) {
    .profile-manage-form legend, .user-registration-form legend {
        font-size: 1.5875em;
    }
}

@media (min-width:80em) {
    .profile-manage-form legend, .user-registration-form legend {
        font-size: 1.7em;
    }
}

@media (min-width:30em) {
    .profile-manage-form legend, .user-registration-form legend {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    .profile-manage-form legend, .user-registration-form legend {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    .profile-manage-form legend, .user-registration-form legend {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    .profile-manage-form legend, .user-registration-form legend {
        line-height: 1.25;
    }
}

.profile-manage-form p, .user-registration-form p {
    font-size: 1.125em;
    line-height: 1.3;
}

@media (min-width:30em) {
    .profile-manage-form p, .user-registration-form p {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    .profile-manage-form p, .user-registration-form p {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    .profile-manage-form p, .user-registration-form p {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    .profile-manage-form p, .user-registration-form p {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    .profile-manage-form p, .user-registration-form p {
        line-height: 1.325;
    }
}

@media (min-width:50em) {
    .profile-manage-form p, .user-registration-form p {
        line-height: 1.35;
    }
}

@media (min-width:60em) {
    .profile-manage-form p, .user-registration-form p {
        line-height: 1.375;
    }
}

@media (min-width:80em) {
    .profile-manage-form p, .user-registration-form p {
        line-height: 1.4;
    }
}

.profile-manage-form .fieldset-wrapper, .user-registration-form .fieldset-wrapper {
    margin-bottom: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:30em) {
    .profile-manage-form .fieldset-wrapper, .user-registration-form .fieldset-wrapper {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .profile-manage-form .fieldset-wrapper, .user-registration-form .fieldset-wrapper {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .profile-manage-form .fieldset-wrapper, .user-registration-form .fieldset-wrapper {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .profile-manage-form .fieldset-wrapper, .user-registration-form .fieldset-wrapper {
        margin-bottom: 2em;
    }
}

.profile-manage-form .fieldset-wrapper > :first-child, .user-registration-form .fieldset-wrapper > :first-child {
    -ms-flex-order: 100;
    order: 100;
}

.profile-manage-form .description, .user-registration-form .description {
    -ms-flex-order: 1;
    order: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.profile-manage-form #edit-new-password--description, .user-registration-form #edit-new-password--description {
    text-transform: none;
    font-weight: 400;
}

.profile-manage-form a, .user-registration-form a {
    text-transform: none;
    text-decoration: underline;
}

.profile-manage-form .g-recaptcha, .user-registration-form .g-recaptcha {
    margin-bottom: 2em;
}

.profile-manage-form label, .user-registration-form label {
    display: block;
    margin-bottom: .5em;
}

.profile-manage-form .js-form-type-radio {
    margin-bottom: 0 !important;
}

.profile-manage-form .form-wrapper, .user-registration-form .form-wrapper {
    padding-top: 1em;
}

@media (min-width:30em) {
    .profile-manage-form .form-wrapper, .user-registration-form .form-wrapper {
        padding-top: 1em;
    }
}

@media (min-width:50em) {
    .profile-manage-form .form-wrapper, .user-registration-form .form-wrapper {
        padding-top: 1em;
    }
}

@media (min-width:60em) {
    .profile-manage-form .form-wrapper, .user-registration-form .form-wrapper {
        padding-top: 1em;
    }
}

@media (min-width:80em) {
    .profile-manage-form .form-wrapper, .user-registration-form .form-wrapper {
        padding-top: 1em;
    }
}

.profile-manage-form .form-actions, .user-registration-form .form-actions {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .profile-manage-form .form-actions .button.black.left, .user-registration-form .form-actions .button.black.left {
        -ms-flex-order: -1;
        order: -1;
        background-color: #000;
    }

    .profile-manage-form .form-actions .form-submit, .user-registration-form .form-actions .form-submit {
        margin-left: auto;
    }

html:not(.is-touch) .profile-manage-form .form-actions .button.black.left:active, html:not(.is-touch) .profile-manage-form .form-actions .button.black.left:focus, html:not(.is-touch) .profile-manage-form .form-actions .button.black.left:hover, html:not(.is-touch) .user-registration-form .form-actions .button.black.left:active, html:not(.is-touch) .user-registration-form .form-actions .button.black.left:focus, html:not(.is-touch) .user-registration-form .form-actions .button.black.left:hover {
    color: #fff;
}

.secondary-navigation > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

    .secondary-navigation > ul > li {
        list-style: none;
        padding: 1em;
    }

        .secondary-navigation > ul > li > a {
            font-size: .8em;
            font-weight: 600;
        }

@media (min-width:80em) {
    .secondary-navigation > ul > li > a {
        font-size: .9em;
    }
}

.secondary-navigation > ul > li > a.is-active, html:not(.is-touch) .secondary-navigation > ul > li > a:active, html:not(.is-touch) .secondary-navigation > ul > li > a:focus, html:not(.is-touch) .secondary-navigation > ul > li > a:hover {
    color: #000;
}

.toggle-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #00938c;
    border-radius: 0;
}

.toggle-button--open-background.is-open {
    background-color: #00938c !important;
    color: #fff;
}

.toggle-button__item {
    text-align: left;
    padding: 0 1em;
}

.toggle-button__item--align-right {
    margin-left: auto !important;
    text-align: center;
}

.toggle-button__item--presentation-icon {
    position: relative;
    width: 1em;
    height: 1em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

    .toggle-button__item--presentation-icon svg path {
        fill: currentColor;
    }

.toggle-button__item--icon {
    position: relative;
    width: .5em;
    height: .5em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

html:not(.js) .toggle-button__item--icon {
    display: none;
}

.toggle-button__item--align-right + .toggle-button__item--icon {
    margin-left: 0 !important;
}

.toggle-button.is-open .toggle-button__item--icon {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.toggle-button__item--icon svg path {
    fill: currentColor;
}

.toggle-button__item--icon .toggle-button__fallback-icon {
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='31' height='41' viewBox='0 0 31 41' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Econtact-arrow-icon%3C/title%3E%3Cg fill-rule='nonzero' fill='%23007C75'%3E%3Cpath d='M14.036.5v34.597H18.5V.5z'/%3E%3Cpath d='M.588 25.626L3.714 22.5l11.83 11.832L27.374 22.5l3.126 3.126L15.544 40.58z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.toggle-button__item--width-2 {
    width: 2em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.toggle-button__item--width-3 {
    width: 3em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.toggle-content.is-dynamic {
    overflow: hidden;
    max-height: 0;
    min-height: 0;
    padding: 0 1px !important;
    transition: max-height .7s cubic-bezier(.19,1,.22,1),min-height .7s cubic-bezier(.19,1,.22,1);
}

    .toggle-content.is-dynamic.is-open {
        max-height: 70px;
        min-height: 70px;
    }

html:not(.is-modern) .toggle-content.is-dynamic.is-open {
    display: block;
    max-height: none;
    min-height: 0;
}

.toggle-content.is-popup {
    position: absolute;
    top: -7777px;
    top: -100vh;
    left: 0;
    right: 0;
}

    .toggle-content.is-popup.is-open {
        top: 100%;
    }

.container {
    margin: 0 auto;
    max-width: 80em;
}

    .container.container--content {
        margin: 0 auto;
        max-width: 47em;
        padding-right: 1em;
        padding-left: 1em;
    }

@media (min-width:80em) {
    .container.container--content {
        padding-right: 0;
        padding-left: 0;
    }
}

.container.container--small {
    max-width: 39em;
}

.container.container--side-navigation {
    max-width: 30em;
}

.layout {
    background-color: #f0f3f5;
}

@media (min-width:60em) {
    .layout {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

@media (min-width:80em) {
    .layout {
        padding-right: 4em;
        padding-left: 4em;
    }
}

.layout--main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
}

.layout__container {
    position: relative;
    margin: 0 auto;
    max-width: 80em;
    background-color: #fff;
}

.layout__container--main {
    width: 100%;
}

@media (min-width:60em) {
    .layout__container--main {
        display: -ms-flexbox;
        display: flex;
    }
}

.theme--news-alerts .layout__container--main {
    padding-top: 0;
}

.layout__sidebar {
    position: relative;
    z-index: 10;
}

@media (min-width:60em) {
    .layout__sidebar {
        position: absolute;
        top: 0;
        left: 0;
        width: 18em;
        height: 100vh;
        overflow: auto;
    }
}

@media (min-width:80em) {
    .layout__sidebar {
        width: 22em;
    }
}

@media (min-width:60em) {
    .layout__sidebar.is-sticky {
        position: fixed;
        left: 2.5em;
    }
}

@media (min-width:80em) {
    .layout__sidebar.is-sticky {
        left: 4em;
    }
}

@media (min-width:100em) {
    .layout__sidebar.is-sticky {
        left: calc(50% - 40em);
    }
}

@media (min-width:60em) {
    .layout__sidebar.is-bottom {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
    }
}

@media (min-width:60em) {
    .theme--search .layout__sidebar {
        width: 20em;
    }
}

@media (min-width:80em) {
    .theme--search .layout__sidebar {
        width: 23em;
    }
}

.layout__sidebar.layout__sidebar--secondary {
    left: auto;
}

@media (min-width:60em) {
    .layout__sidebar.layout__sidebar--secondary {
        right: 0;
        padding-top: 0;
    }

        .layout__sidebar.layout__sidebar--secondary:before {
            content: "";
            position: absolute;
            top: 2%;
            height: 96%;
            border-left: 1px solid #dee2e5;
        }
}

@media (min-width:80em) {
    .layout__sidebar.layout__sidebar--secondary {
        right: 5em;
        padding-top: 2em;
    }
}

@media (min-width:100em) {
    .layout__sidebar.layout__sidebar--secondary {
        right: 10em;
    }
}

@media (min-width:60em) {
    .layout__sidebar.layout__sidebar--secondary.is-sticky {
        position: fixed;
        left: auto;
        right: 2.5em;
    }
}

@media (min-width:80em) {
    .layout__sidebar.layout__sidebar--secondary.is-sticky {
        left: auto;
        right: 9em;
    }
}

@media (min-width:100em) {
    .layout__sidebar.layout__sidebar--secondary.is-sticky {
        left: auto;
        right: calc(50% - 30em);
    }
}

@media (min-width:60em) {
    .layout__sidebar.layout__sidebar--secondary.is-bottom {
        position: absolute;
        top: auto;
        left: auto;
        right: 0;
    }
}

@media (min-width:80em) {
    .layout__sidebar.layout__sidebar--secondary.is-bottom {
        right: 5em;
    }
}

@media (min-width:100em) {
    .layout__sidebar.layout__sidebar--secondary.is-bottom {
        right: 10em;
    }
}

.layout__sidebar #block-new-user-link h2 {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    font-size: 1.8em;
    line-height: 1.2;
    font-family: Fira Sans,sans-serif;
    font-weight: 700;
    text-transform: none;
}

@media (min-width:30em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.4;
    }
}

@media (min-width:30em) {
    .layout__sidebar #block-new-user-link h2 {
        font-size: 1.85em;
    }
}

@media (min-width:50em) {
    .layout__sidebar #block-new-user-link h2 {
        font-size: 1.9em;
    }
}

@media (min-width:60em) {
    .layout__sidebar #block-new-user-link h2 {
        font-size: 1.95em;
    }
}

@media (min-width:80em) {
    .layout__sidebar #block-new-user-link h2 {
        font-size: 2em;
    }
}

@media (min-width:30em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.175;
    }
}

@media (min-width:50em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.15;
    }
}

@media (min-width:60em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.125;
    }
}

@media (min-width:80em) {
    .layout__sidebar #block-new-user-link h2 {
        line-height: 1.1;
    }
}

.layout__content {
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    z-index: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (min-width:30em) {
    .layout__content {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .layout__content {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .layout__content {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .layout__content {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .layout__content {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .layout__content {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .layout__content {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .layout__content {
        padding-left: 4em;
    }
}

@media print {
    .layout__content {
        margin: 0 auto;
    }
}

.layout--with-sidebar .layout__content {
    padding-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    z-index: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (min-width:30em) {
    .layout--with-sidebar .layout__content {
        padding-bottom: 1.5em;
    }
}

@media (min-width:50em) {
    .layout--with-sidebar .layout__content {
        padding-bottom: 2em;
    }
}

@media (min-width:60em) {
    .layout--with-sidebar .layout__content {
        padding-bottom: 2.5em;
    }
}

@media (min-width:80em) {
    .layout--with-sidebar .layout__content {
        padding-bottom: 3em;
    }
}

@media (min-width:30em) {
    .layout--with-sidebar .layout__content {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .layout--with-sidebar .layout__content {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .layout--with-sidebar .layout__content {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .layout--with-sidebar .layout__content {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .layout--with-sidebar .layout__content {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .layout--with-sidebar .layout__content {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .layout--with-sidebar .layout__content {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .layout--with-sidebar .layout__content {
        padding-left: 4em;
    }
}

@media (min-width:60em) {
    .layout--with-sidebar .layout__content {
        margin-left: 18em;
        padding-left: 0;
        min-height: 100vh;
    }
}

@media (min-width:80em) {
    .layout--with-sidebar .layout__content {
        margin-left: 22em;
    }
}

@media (min-width:60em) {
    .theme--search .layout--with-sidebar .layout__content {
        margin-left: 20em;
    }
}

@media (min-width:80em) {
    .theme--search .layout--with-sidebar .layout__content {
        margin-left: 23em;
    }
}

body:not(.theme--service):not(.theme--lander) .layout.layout--with-no-sidebar .layout__content {
    max-width: 47em;
    width: 100%;
    margin: 0 auto;
}

.theme--consultation .layout--with-sidebar .layout__content, .theme--news-alerts .layout--with-sidebar .layout__content, .theme--page:not(.theme--service) .layout--with-sidebar .layout__content, .theme--research_project .layout--with-sidebar .layout__content, .theme--subscribe .layout--with-sidebar .layout__content, .theme--term .layout--with-sidebar .layout__content {
    max-width: 47em;
}

.layout--with-secondary-sidebar .layout__content {
    max-width: none !important;
}

@media (min-width:60em) {
    .layout--with-secondary-sidebar .layout__content {
        margin-left: 0 !important;
        padding-left: 2em;
        padding-top: 2em;
        margin-right: 18em;
        padding-right: 1.5em;
    }
}

@media (min-width:80em) {
    .layout--with-secondary-sidebar .layout__content {
        padding-left: 5em;
        padding-right: 4em;
        padding-top: 4em;
        margin-right: 27em;
    }
}

@media (min-width:100em) {
    .layout--with-secondary-sidebar .layout__content {
        padding-left: 10em;
        margin-right: 32em;
    }
}

.layout__content--main {
    padding-top: 1em;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media (min-width:30em) {
    .layout__content--main {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .layout__content--main {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .layout__content--main {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .layout__content--main {
        padding-top: 2em;
    }
}

.theme--fhrs .layout__content--main, .theme--lander .layout__content--main {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
}

.theme--help-centre .layout__content--main {
    max-width: 55em;
    margin: 0 auto;
}

.theme--search .layout__content--main {
    padding-top: 1em;
    padding-right: 1em;
    max-width: 51em !important;
    width: 100%;
}

@media (min-width:30em) {
    .theme--search .layout__content--main {
        padding-top: 1.5em;
    }
}

@media (min-width:50em) {
    .theme--search .layout__content--main {
        padding-top: 2em;
    }
}

@media (min-width:60em) {
    .theme--search .layout__content--main {
        padding-top: 2.5em;
    }
}

@media (min-width:80em) {
    .theme--search .layout__content--main {
        padding-top: 3em;
    }
}

@media (min-width:30em) {
    .theme--search .layout__content--main {
        padding-right: 1.5em;
    }
}

@media (min-width:50em) {
    .theme--search .layout__content--main {
        padding-right: 2em;
    }
}

@media (min-width:60em) {
    .theme--search .layout__content--main {
        padding-right: 2.5em;
    }
}

@media (min-width:80em) {
    .theme--search .layout__content--main {
        padding-right: 3em;
    }
}

.overflow-x-auto {
    overflow-x: auto;
}

.field-body, .field__field_document, .field__field_team_contacts {
    margin-bottom: 2em;
}

@media (min-width:30em) {
    .field-body, .field__field_document, .field__field_team_contacts {
        margin-bottom: 2.5em;
    }
}

@media (min-width:50em) {
    .field-body, .field__field_document, .field__field_team_contacts {
        margin-bottom: 3em;
    }
}

@media (min-width:60em) {
    .field-body, .field__field_document, .field__field_team_contacts {
        margin-bottom: 3.5em;
    }
}

@media (min-width:80em) {
    .field-body, .field__field_document, .field__field_team_contacts {
        margin-bottom: 4em;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: Fira Sans,sans-serif;
    font-weight: 700;
    margin-top: 1.6em;
    margin-bottom: .8em;
}

    h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
        margin-top: 0;
    }

    h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0;
    }

h1 {
    font-size: 2.2em;
    line-height: 1.2;
    color: #007c75;
}

@media (min-width:30em) {
    h1 {
        font-size: 2.4em;
    }
}

@media (min-width:50em) {
    h1 {
        font-size: 2.6em;
    }
}

@media (min-width:60em) {
    h1 {
        font-size: 2.8em;
    }
}

@media (min-width:80em) {
    h1 {
        font-size: 3em;
    }
}

@media (min-width:30em) {
    h1 {
        line-height: 1.175;
    }
}

@media (min-width:50em) {
    h1 {
        line-height: 1.15;
    }
}

@media (min-width:60em) {
    h1 {
        line-height: 1.125;
    }
}

@media (min-width:80em) {
    h1 {
        line-height: 1.1;
    }
}

.block-page-title h1 {
    margin-top: 0;
}

h2 {
    font-size: 1.8em;
    line-height: 1.2;
}

@media (min-width:30em) {
    h2 {
        font-size: 1.85em;
    }
}

@media (min-width:50em) {
    h2 {
        font-size: 1.9em;
    }
}

@media (min-width:60em) {
    h2 {
        font-size: 1.95em;
    }
}

@media (min-width:80em) {
    h2 {
        font-size: 2em;
    }
}

@media (min-width:30em) {
    h2 {
        line-height: 1.175;
    }
}

@media (min-width:50em) {
    h2 {
        line-height: 1.15;
    }
}

@media (min-width:60em) {
    h2 {
        line-height: 1.125;
    }
}

@media (min-width:80em) {
    h2 {
        line-height: 1.1;
    }
}

h2.small {
    font-size: 1.8em;
    line-height: 1.2;
    color: inherit;
}

@media (min-width:30em) {
    h2.small {
        font-size: 1.85em;
    }
}

@media (min-width:50em) {
    h2.small {
        font-size: 1.9em;
    }
}

@media (min-width:60em) {
    h2.small {
        font-size: 1.95em;
    }
}

@media (min-width:80em) {
    h2.small {
        font-size: 2em;
    }
}

@media (min-width:30em) {
    h2.small {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    h2.small {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    h2.small {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    h2.small {
        line-height: 1.25;
    }
}

h3 {
    font-size: 1.25em;
    line-height: 1.2;
}

@media (min-width:30em) {
    h3 {
        font-size: 1.3625em;
    }
}

@media (min-width:50em) {
    h3 {
        font-size: 1.475em;
    }
}

@media (min-width:60em) {
    h3 {
        font-size: 1.5875em;
    }
}

@media (min-width:80em) {
    h3 {
        font-size: 1.7em;
    }
}

@media (min-width:30em) {
    h3 {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    h3 {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    h3 {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    h3 {
        line-height: 1.25;
    }
}

h4 {
    font-size: 1.125em;
    line-height: 1.2;
}

@media (min-width:30em) {
    h4 {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    h4 {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    h4 {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    h4 {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    h4 {
        line-height: 1.1925;
    }
}

@media (min-width:50em) {
    h4 {
        line-height: 1.185;
    }
}

@media (min-width:60em) {
    h4 {
        line-height: 1.1775;
    }
}

@media (min-width:80em) {
    h4 {
        line-height: 1.17;
    }
}

h5 {
    line-height: 1.2;
    font-size: 1em;
}

@media (min-width:30em) {
    h5 {
        line-height: 1.20625;
    }
}

@media (min-width:50em) {
    h5 {
        line-height: 1.2125;
    }
}

@media (min-width:60em) {
    h5 {
        line-height: 1.21875;
    }
}

@media (min-width:80em) {
    h5 {
        line-height: 1.225;
    }
}

h6 {
    line-height: 1;
    font-size: .889em;
}

@media (min-width:30em) {
    h6 {
        line-height: 1.03125;
    }
}

@media (min-width:50em) {
    h6 {
        line-height: 1.0625;
    }
}

@media (min-width:60em) {
    h6 {
        line-height: 1.09375;
    }
}

@media (min-width:80em) {
    h6 {
        line-height: 1.125;
    }
}

h1.heading.heading--background, h2.heading.heading--background, h3.heading.heading--background, h4.heading.heading--background, h5.heading.heading--background, h6.heading.heading--background {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    background-color: #2a0247;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 1em;
}

@media (min-width:30em) {
    h1.heading.heading--background, h2.heading.heading--background, h3.heading.heading--background, h4.heading.heading--background, h5.heading.heading--background, h6.heading.heading--background {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    h1.heading.heading--background, h2.heading.heading--background, h3.heading.heading--background, h4.heading.heading--background, h5.heading.heading--background, h6.heading.heading--background {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    h1.heading.heading--background, h2.heading.heading--background, h3.heading.heading--background, h4.heading.heading--background, h5.heading.heading--background, h6.heading.heading--background {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    h1.heading.heading--background, h2.heading.heading--background, h3.heading.heading--background, h4.heading.heading--background, h5.heading.heading--background, h6.heading.heading--background {
        line-height: 1.4;
    }
}

h1.heading.heading--small, h2.heading.heading--small, h3.heading.heading--small, h4.heading.heading--small, h5.heading.heading--small, h6.heading.heading--small {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .02em;
}

@media (min-width:30em) {
    h1.heading.heading--small, h2.heading.heading--small, h3.heading.heading--small, h4.heading.heading--small, h5.heading.heading--small, h6.heading.heading--small {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    h1.heading.heading--small, h2.heading.heading--small, h3.heading.heading--small, h4.heading.heading--small, h5.heading.heading--small, h6.heading.heading--small {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    h1.heading.heading--small, h2.heading.heading--small, h3.heading.heading--small, h4.heading.heading--small, h5.heading.heading--small, h6.heading.heading--small {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    h1.heading.heading--small, h2.heading.heading--small, h3.heading.heading--small, h4.heading.heading--small, h5.heading.heading--small, h6.heading.heading--small {
        line-height: 1.4;
    }
}

.page-title {
    color: #00938c;
}

div.page-title {
    padding-bottom: 1em;
}

@media (min-width:30em) {
    div.page-title {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    div.page-title {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    div.page-title {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    div.page-title {
        padding-bottom: 2em;
    }
}

.theme--help-centre .block-page-title {
    margin-bottom: 1em;
}

b, strong {
    font-weight: 700;
}

.light {
    color: #70787a;
    font-size: .8889em;
}

p {
    margin-bottom: 1.2em;
}

    p:first-child {
        margin-top: 0;
    }

    p:last-child {
        margin-bottom: 0;
    }

    p.lead {
        font-size: 1.125em;
        line-height: 1.3;
    }

@media (min-width:30em) {
    p.lead {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    p.lead {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    p.lead {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    p.lead {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    p.lead {
        line-height: 1.325;
    }
}

@media (min-width:50em) {
    p.lead {
        line-height: 1.35;
    }
}

@media (min-width:60em) {
    p.lead {
        line-height: 1.375;
    }
}

@media (min-width:80em) {
    p.lead {
        line-height: 1.4;
    }
}

p.light {
    color: #70787a;
}

.field__field_intro {
    font-size: 1.125em;
    line-height: 1.3;
    padding-bottom: 0 !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

@media (min-width:30em) {
    .field__field_intro {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    .field__field_intro {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    .field__field_intro {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    .field__field_intro {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    .field__field_intro {
        line-height: 1.325;
    }
}

@media (min-width:50em) {
    .field__field_intro {
        line-height: 1.35;
    }
}

@media (min-width:60em) {
    .field__field_intro {
        line-height: 1.375;
    }
}

@media (min-width:80em) {
    .field__field_intro {
        line-height: 1.4;
    }
}

.item .field__field_intro {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin-top: 0 !important;
    margin-bottom: 1em !important;
}

@media (min-width:30em) {
    .item .field__field_intro {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .item .field__field_intro {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .item .field__field_intro {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .item .field__field_intro {
        line-height: 1.4;
    }
}

.reset-font-style {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
}

@media (min-width:30em) {
    .reset-font-style {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .reset-font-style {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .reset-font-style {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .reset-font-style {
        line-height: 1.4;
    }
}

a {
    color: #007c75;
    text-decoration: none;
}

.underlineLinks a:link {
    text-decoration: underline !important;
}

    a.back {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M3.588 5.746H26V4.254H3.587l4.06-3.209L6.326 0 0 5l6.325 5 1.323-1.045z' fill-rule='nonzero' fill='%23007C75'/%3E%3C/svg%3E");
        background-position: left 0 top 50%;
        background-size: 1em auto;
        background-repeat: no-repeat;
        padding-left: 1.5em;
        font-weight: 600;
    }

html:not(.is-touch) a.back:active, html:not(.is-touch) a.back:focus, html:not(.is-touch) a.back:hover {
    text-decoration: underline;
}

a.ext {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='12' viewBox='0 0 12 12' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eexternal-link-icon%3C/title%3E%3Cg fill='%23007C75' fill-rule='evenodd'%3E%3Cpath d='M0 2v10h10V6H9v5H1V3h5V2z'/%3E%3Cpath d='M7 0v1h3.293L3.5 7.793l.706.707L11 1.706V5h1V0z'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right 0 top 50%;
    background-position: right 0 top calc(50% - .15em);
    background-size: .65em auto;
    background-repeat: no-repeat;
    padding-right: .8em;
}

a span.ext, a span.mailto {
    display: none;
}

@media print {
    a span.ext, a span.mailto {
        display: none;
        padding: 0;
    }
}

img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    height: auto;
}

svg {
    width: 100%;
    height: 100%;
}

button {
    font-size: 1em;
    border: 0;
    background-color: transparent;
}

pre {
    overflow-x: auto;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
}

@media (min-width:30em) {
    table {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    table {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    table {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    table {
        margin-bottom: 2em;
    }
}

table td, table th {
    border: 1px solid #dee2e5;
    text-align: left;
    padding: 1em;
}

table thead {
    background-color: #2a0247 !important;
    color: #fff;
}

    table thead td, table thead th {
        border: 1px solid #2a0247;
    }

table caption:not(:last-child) {
    font-weight: 800;
    padding: 1em;
    border-bottom: 0;
    text-align: left;
    font-size: 1.33em;
}

@media (min-width: 80em) {
    table caption:not(:last-child) {
        font-size: 1.33em;
    }
}

.field__body a, .ratings__content a {
    text-decoration: underline;
}

html:not(.is-touch) .field__body a:active, html:not(.is-touch) .field__body a:focus, html:not(.is-touch) .field__body a:hover, html:not(.is-touch) .ratings__content a:active, html:not(.is-touch) .ratings__content a:focus, html:not(.is-touch) .ratings__content a:hover {
    color: #005e59;
}

.field__body ol, .ratings__content ol {
    padding-left: 1em;
}

    .field__body ol li:not(:last-child), .ratings__content ol li:not(:last-child) {
        margin-bottom: 0;
    }

.field__body ul, .ratings__content ul {
    padding-left: 0;
}

    .field__body ul li, .ratings__content ul li {
        padding-left: 1.3em;
        position: relative;
        list-style: none;
    }

@media (min-width:30em) {
    .field__body ul li, .ratings__content ul li {
        padding-left: 1.35em;
    }
}

@media (min-width:50em) {
    .field__body ul li, .ratings__content ul li {
        padding-left: 1.4em;
    }
}

@media (min-width:60em) {
    .field__body ul li, .ratings__content ul li {
        padding-left: 1.45em;
    }
}

@media (min-width:80em) {
    .field__body ul li, .ratings__content ul li {
        padding-left: 1.5em;
    }
}

@media print {
    .field__body ul li, .ratings__content ul li {
        list-style: circle;
        padding-left: 0;
        margin-left: 1.5em;
    }
}

.field__body ul li:not(:last-child), .ratings__content ul li:not(:last-child) {
    margin-bottom: 0;
}

.field__body ul li:after, .ratings__content ul li:after {
    width: 1.3em;
    height: 1.3em;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: .07em;
    border-radius: 50%;
    background-color: #00938c;
    -ms-transform: scale(.3333);
    transform: scale(.3333);
    box-shadow: inset 0 0 0 2px #00938c;
}

@media (min-width:30em) {
    .field__body ul li:after, .ratings__content ul li:after {
        width: 1.35em;
    }
}

@media (min-width:50em) {
    .field__body ul li:after, .ratings__content ul li:after {
        width: 1.4em;
    }
}

@media (min-width:60em) {
    .field__body ul li:after, .ratings__content ul li:after {
        width: 1.45em;
    }
}

@media (min-width:80em) {
    .field__body ul li:after, .ratings__content ul li:after {
        width: 1.5em;
    }
}

@media (min-width:30em) {
    .field__body ul li:after, .ratings__content ul li:after {
        height: 1.35em;
    }
}

@media (min-width:50em) {
    .field__body ul li:after, .ratings__content ul li:after {
        height: 1.4em;
    }
}

@media (min-width:60em) {
    .field__body ul li:after, .ratings__content ul li:after {
        height: 1.45em;
    }
}

@media (min-width:80em) {
    .field__body ul li:after, .ratings__content ul li:after {
        height: 1.5em;
    }
}

.field__body h3, .ratings__content h3 {
    font-size: 1.125em;
    line-height: 1.2;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .field__body h3, .ratings__content h3 {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    .field__body h3, .ratings__content h3 {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    .field__body h3, .ratings__content h3 {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    .field__body h3, .ratings__content h3 {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    .field__body h3, .ratings__content h3 {
        line-height: 1.1925;
    }
}

@media (min-width:50em) {
    .field__body h3, .ratings__content h3 {
        line-height: 1.185;
    }
}

@media (min-width:60em) {
    .field__body h3, .ratings__content h3 {
        line-height: 1.1775;
    }
}

@media (min-width:80em) {
    .field__body h3, .ratings__content h3 {
        line-height: 1.17;
    }
}

figure {
    margin: 0;
}

    figure:after {
        content: "";
        display: table;
        clear: both;
    }

    figure > figcaption {
        font-size: 1em;
        margin-bottom: 1.5em;
        margin: 0;
        padding: 0;
        position: relative;
        color: #70787a;
        margin-top: 1em;
        padding-top: .25em;
        padding-left: 1em;
        padding-bottom: .25em;
    }

@media (min-width:30em) {
    figure > figcaption {
        font-size: .975em;
    }
}

@media (min-width:50em) {
    figure > figcaption {
        font-size: .95em;
    }
}

@media (min-width:60em) {
    figure > figcaption {
        font-size: .925em;
    }
}

@media (min-width:80em) {
    figure > figcaption {
        font-size: .9em;
    }
}

@media (min-width:30em) {
    figure > figcaption {
        margin-bottom: 1.625em;
    }
}

@media (min-width:50em) {
    figure > figcaption {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    figure > figcaption {
        margin-bottom: 1.875em;
    }
}

@media (min-width:80em) {
    figure > figcaption {
        margin-bottom: 2em;
    }
}

figure > figcaption:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background-color: #dee2e5;
}

blockquote {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-left: 2em;
    margin: 0;
    padding: 0;
    position: relative;
    margin-right: 1em;
}

@media (min-width:30em) {
    blockquote {
        margin-top: 1.625em;
    }
}

@media (min-width:50em) {
    blockquote {
        margin-top: 1.75em;
    }
}

@media (min-width:60em) {
    blockquote {
        margin-top: 1.875em;
    }
}

@media (min-width:80em) {
    blockquote {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    blockquote {
        margin-bottom: 1.625em;
    }
}

@media (min-width:50em) {
    blockquote {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    blockquote {
        margin-bottom: 1.875em;
    }
}

@media (min-width:80em) {
    blockquote {
        margin-bottom: 2em;
    }
}

@media (min-width:30em) {
    blockquote {
        padding-left: 1.5em;
    }
}

@media (min-width:50em) {
    blockquote {
        padding-left: 1em;
    }
}

@media (min-width:60em) {
    blockquote {
        padding-left: .5em;
    }
}

@media (min-width:80em) {
    blockquote {
        padding-left: 0;
    }
}

blockquote:after {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #6cb33d;
}

@media (min-width:30em) {
    blockquote:after {
        left: -.5em;
    }
}

@media (min-width:50em) {
    blockquote:after {
        left: -1em;
    }
}

@media (min-width:60em) {
    blockquote:after {
        left: -1.5em;
    }
}

@media (min-width:80em) {
    blockquote:after {
        left: -2em;
    }
}

.important {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #f0f3f5;
    border: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .important {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .important {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .important {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .important {
        padding: 2em;
    }
}

@media (min-width:30em) {
    .important {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .important {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .important {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .important {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    .important {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .important {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .important {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .important {
        margin-bottom: 2em;
    }
}

.important .important {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
}

.explanation .important {
    margin-top: 0;
    border-top: none;
}

.important .video-embed-field-responsive-video {
    margin-left: 0;
    margin-right: 0;
}

.important .embedded-entity img {
    margin-left: 0;
    width: 100%;
}

.explanation {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    position: relative;
    background-color: #f0f3f5;
    border: 1px solid #dee2e5;
    border-top: 4px solid #6cb33d;
}

@media (min-width:30em) {
    .explanation {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .explanation {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .explanation {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .explanation {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    .explanation {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .explanation {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .explanation {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .explanation {
        margin-bottom: 2em;
    }
}

@media (min-width:30em) {
    .explanation {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .explanation {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .explanation {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .explanation {
        padding: 2em;
    }
}

.explanation__title {
    padding: 1em 1rem;
    margin-top: -1em !important;
    margin-top: calc(-1em - 4px) !important;
    margin-left: -1em !important;
    margin-left: calc(-1em - 1px) !important;
    margin-right: -1em !important;
    margin-right: calc(-1em - 1px) !important;
    background-color: #00938c;
    border-bottom: 4px solid #6cb33d;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .explanation__title {
        padding-right: 1.25rem;
    }
}

@media (min-width:50em) {
    .explanation__title {
        padding-right: 1.5rem;
    }
}

@media (min-width:60em) {
    .explanation__title {
        padding-right: 1.75rem;
    }
}

@media (min-width:80em) {
    .explanation__title {
        padding-right: 2rem;
    }
}

@media (min-width:30em) {
    .explanation__title {
        padding-left: 1.25rem;
    }
}

@media (min-width:50em) {
    .explanation__title {
        padding-left: 1.5rem;
    }
}

@media (min-width:60em) {
    .explanation__title {
        padding-left: 1.75rem;
    }
}

@media (min-width:80em) {
    .explanation__title {
        padding-left: 2rem;
    }
}

@media (min-width:30em) {
    .explanation__title {
        margin-top: -1.25em !important;
        margin-top: calc(-1.25em - 4px) !important;
        margin-left: -1.25em !important;
        margin-left: calc(-1.25em - 1px) !important;
        margin-right: -1.25em !important;
        margin-right: calc(-1.25em - 1px) !important;
    }
}

@media (min-width:50em) {
    .explanation__title {
        margin-top: -1.5em !important;
        margin-top: calc(-1.5em - 4px) !important;
        margin-left: -1.5em !important;
        margin-left: calc(-1.5em - 1px) !important;
        margin-right: -1.5em !important;
        margin-right: calc(-1.5em - 1px) !important;
    }
}

@media (min-width:60em) {
    .explanation__title {
        margin-top: -1.75em !important;
        margin-top: calc(-1.75em - 4px) !important;
        margin-left: -1.75em !important;
        margin-left: calc(-1.75em - 1px) !important;
        margin-right: -1.75em !important;
        margin-right: calc(-1.75em - 1px) !important;
    }
}

@media (min-width:80em) {
    .explanation__title {
        margin-top: -2em !important;
        margin-top: calc(-2em - 4px) !important;
        margin-left: -2 !important;
        margin-left: calc(-2em - 1px) !important;
        margin-right: -2em !important;
        margin-right: calc(-2em - 1px) !important;
    }
}

.explanation__content {
    margin-right: -1em;
    margin-bottom: -1em;
    margin-left: -1em;
    border: 0;
}

@media (min-width:30em) {
    .explanation__content {
        margin-right: -1.25em;
    }
}

@media (min-width:50em) {
    .explanation__content {
        margin-right: -1.5em;
    }
}

@media (min-width:60em) {
    .explanation__content {
        margin-right: -1.75em;
    }
}

@media (min-width:80em) {
    .explanation__content {
        margin-right: -2em;
    }
}

@media (min-width:30em) {
    .explanation__content {
        margin-bottom: -1.25em;
    }
}

@media (min-width:50em) {
    .explanation__content {
        margin-bottom: -1.5em;
    }
}

@media (min-width:60em) {
    .explanation__content {
        margin-bottom: -1.75em;
    }
}

@media (min-width:80em) {
    .explanation__content {
        margin-bottom: -2em;
    }
}

@media (min-width:30em) {
    .explanation__content {
        margin-left: -1.25em;
    }
}

@media (min-width:50em) {
    .explanation__content {
        margin-left: -1.5em;
    }
}

@media (min-width:60em) {
    .explanation__content {
        margin-left: -1.75em;
    }
}

@media (min-width:80em) {
    .explanation__content {
        margin-left: -2em;
    }
}

.regional-variation {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
    background-color: #f0f3f5;
    border: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .regional-variation {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .regional-variation {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .regional-variation {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .regional-variation {
        padding: 2em;
    }
}

@media (min-width:30em) {
    .regional-variation {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .regional-variation {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .regional-variation {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .regional-variation {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    .regional-variation {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .regional-variation {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .regional-variation {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .regional-variation {
        margin-bottom: 2em;
    }
}

.important .regional-variation {
    background-color: #fff;
}

.regional-variation .field {
    margin-bottom: .5em !important;
}

.block-page-title .regional-variation, .regional-variation .field__field_nation {
    margin-bottom: 1em;
    position: relative;
    background-color: transparent;
    font-weight: 600;
    padding: 0;
    padding-bottom: .5em;
    border: 0;
    margin-top: 0;
}

@media (min-width:30em) {
    .block-page-title .regional-variation, .regional-variation .field__field_nation {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .block-page-title .regional-variation, .regional-variation .field__field_nation {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .block-page-title .regional-variation, .regional-variation .field__field_nation {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .block-page-title .regional-variation, .regional-variation .field__field_nation {
        margin-bottom: 2em;
    }
}

.regional-variation .field__field_nation {
    padding-bottom: 0;
    font-size: 1em;
    font-weight: 500;
}

.regional-variation:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -5px;
    bottom: -1px;
    width: 5px;
    background-color: #70787a;
}

.block-page-title .regional-variation:after {
    content: "";
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    height: 5px;
    width: auto;
}

.regional-variation.media-document {
    padding-top: 1em;
    padding-bottom: 1em;
}

.regional-variation.regional-variation--england:after {
    background-color: #e31837;
}

.regional-variation.regional-variation--wales:after {
    background-color: #007c75;
}

.regional-variation.regional-variation--northern-ireland:after {
    background-color: #ffb200;
}

.regional-variation__heading {
    padding-bottom: .5em;
    margin-left: 5px;
}

.regional-variation__content {
    margin-left: 5px;
}

.regional-variation--alternative {
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.content-toolbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 1em;
    margin: 1em -.5em 1.5em;
}

@media (min-width:30em) {
    .content-toolbar {
        margin-bottom: 1.875em;
    }
}

@media (min-width:50em) {
    .content-toolbar {
        margin-bottom: 2.25em;
    }
}

@media (min-width:60em) {
    .content-toolbar {
        margin-bottom: 2.625em;
    }
}

@media (min-width:80em) {
    .content-toolbar {
        margin-bottom: 3em;
    }
}

@media (min-width:50em) {
    .content-toolbar {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

@media (min-width:60em) {
    .content-toolbar {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (min-width:80em) {
    .content-toolbar {
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.content-toolbar:before {
    content: "";
    background-color: #f0f3f5;
    display: block;
    position: absolute;
    top: 0;
    left: .5em;
    right: .5em;
    height: 1px;
}

.content-toolbar .field {
    margin-bottom: 0 !important;
}

.content-toolbar .label__inline:after {
    content: ":";
}

.content-toolbar__item {
    margin-left: .5rem;
    margin-right: .5rem;
    font-size: .8889em;
}

    .content-toolbar__item .addtoany_share_save, .content-toolbar__item > a, .content-toolbar__item > button {
        position: relative;
        display: block;
        font-family: Open Sans,sans-serif;
        font-size: 1em !important;
        font-weight: 600;
        text-align: left;
        padding: .5em;
        padding-left: 2.5em;
        color: #007c75;
    }

        .content-toolbar__item .addtoany_share_save:before, .content-toolbar__item > a:before, .content-toolbar__item > button:before {
            content: "";
            background-position: left 50% top 50%;
            background-size: 2em auto;
            background-repeat: no-repeat;
            background-color: #007c75;
            display: block;
            width: 2em;
            height: 2em;
            position: absolute;
            top: 50%;
            left: 0;
            border-radius: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

html:not(.is-touch) .content-toolbar__item .addtoany_share_save:active, html:not(.is-touch) .content-toolbar__item .addtoany_share_save:focus, html:not(.is-touch) .content-toolbar__item .addtoany_share_save:hover, html:not(.is-touch) .content-toolbar__item > a:active, html:not(.is-touch) .content-toolbar__item > a:focus, html:not(.is-touch) .content-toolbar__item > a:hover, html:not(.is-touch) .content-toolbar__item > button:active, html:not(.is-touch) .content-toolbar__item > button:focus, html:not(.is-touch) .content-toolbar__item > button:hover {
    cursor: pointer;
    text-decoration: underline;
}

.content-toolbar__item.content-toolbar__item--date {
    margin-right: auto;
    color: #70787a;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 1em;
}

@media (min-width:50em) {
    .content-toolbar__item.content-toolbar__item--date {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0;
    }
}

@media (min-width:60em) {
    .content-toolbar__item.content-toolbar__item--date {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 1em;
    }
}

@media (min-width:80em) {
    .content-toolbar__item.content-toolbar__item--date {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0;
    }
}

.content-toolbar__item.content-toolbar__item--pdf a:before, .content-toolbar__item.content-toolbar__item--pdf button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Edownload-icon%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23007C75' cx='15' cy='15' r='15'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M20.183 12.483a1.013 1.013 0 0 1 1.414 0 .971.971 0 0 1 0 1.39l-5.89 5.79a1.012 1.012 0 0 1-1.414 0 .97.97 0 0 1 0-1.39l5.89-5.79z'/%3E%3Cpath d='M8.403 13.872a.971.971 0 0 1 0-1.39 1.012 1.012 0 0 1 1.413 0l5.89 5.79a.97.97 0 0 1 0 1.39 1.013 1.013 0 0 1-1.414 0l-5.89-5.79zM20.746 21.035c.553 0 1 .44 1 .983a.992.992 0 0 1-1 .982H9.253a.99.99 0 0 1-.999-.982c0-.543.448-.983 1-.983h11.492z'/%3E%3Cpath d='M14 7.982A.99.99 0 0 1 15 7c.551 0 1 .44 1 .982v10.985a.991.991 0 0 1-1 .983c-.552 0-1-.44-1-.983V7.982z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.content-toolbar__item.content-toolbar__item--print a:before, .content-toolbar__item.content-toolbar__item--print button:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eprint-icon%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23007C75' cx='15' cy='15' r='15'/%3E%3Cpath d='M20.92 11.96H8.44A1.44 1.44 0 0 0 7 13.4v5.28c0 .795.645 1.44 1.44 1.44h.96v1.44c0 .795.645 1.44 1.44 1.44h7.68a1.44 1.44 0 0 0 1.44-1.44v-1.44h.96a1.44 1.44 0 0 0 1.44-1.44V13.4a1.44 1.44 0 0 0-1.44-1.44zm-2.88 9.12h-6.72v-3.36h6.72v3.36zM19 10.52h-8.64V9.08c0-.795.645-1.44 1.44-1.44h5.76c.795 0 1.44.645 1.44 1.44v1.44z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.content-toolbar__item.content-toolbar__item--share .addtoany_share_save:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Eshare-icon%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 15C0 6.716 6.716 0 15 0c8.284 0 15 6.716 15 15 0 8.284-6.716 15-15 15-8.284 0-15-6.716-15-15z' fill='%23007C75'/%3E%3Cpath d='M18.255 17.485c-.824 0-1.578.366-2.059.96l-3.889-2.494c.114-.298.183-.618.183-.961 0-.252-.045-.504-.114-.732l3.958-2.542a2.752 2.752 0 0 0 1.92.778A2.754 2.754 0 0 0 21 9.747 2.754 2.754 0 0 0 18.255 7a2.754 2.754 0 0 0-2.745 2.747c0 .275.045.527.114.778l-3.934 2.518a2.73 2.73 0 0 0-1.945-.801A2.754 2.754 0 0 0 7 14.989a2.754 2.754 0 0 0 2.745 2.747c.663 0 1.282-.252 1.761-.641l4.05 2.609c-.046.183-.046.367-.046.549A2.754 2.754 0 0 0 18.255 23 2.754 2.754 0 0 0 21 20.253c0-1.51-1.236-2.769-2.745-2.769z' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.content-toolbar__item.content-toolbar__item--share .addtoany_share_save img, .content-toolbar__item.content-toolbar__item--share .addtoany_share_save span {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px !important;
    width: 1px !important;
    word-wrap: normal;
}

.a2a_menu a {
    font-weight: 600;
}

    .a2a_menu a:focus, .a2a_menu a:hover {
        text-decoration: underline !important;
    }

.a2a_menu .a2a_wide a {
    border-style: solid;
}

.block-page-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
}

    .block-page-title .content-label {
        -ms-flex-order: -1;
        order: -1;
    }

.content-label {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .02em;
    margin-bottom: .25em;
}

    .content-label > .field {
        margin-bottom: 0 !important;
    }

.content-type--news {
    color: #8c0178;
}

.content-type--consultation {
    color: #007fb2;
}

.content-type--alert {
    color: #e31837;
}

.content-metadata {
    font-size: .8889em;
    font-weight: 600;
}

    .content-metadata .field {
        margin-bottom: 0 !important;
    }

        .content-metadata .field:not(:last-child) {
            margin-bottom: .5rem !important;
        }

        .content-metadata .field.field__field_status {
            padding-bottom: .75rem;
            border-bottom: 1px solid #dee2e5;
        }

            .content-metadata .field.field__field_status:not(:last-child) {
                margin-bottom: .75rem !important;
            }

    .content-metadata .label__inline {
        font-weight: 400;
    }

        .content-metadata .label__inline:after {
            content: ":";
        }

    .content-metadata a {
        text-decoration: underline;
    }

html:not(.is-touch) .content-metadata a:active, html:not(.is-touch) .content-metadata a:focus, html:not(.is-touch) .content-metadata a:hover {
    color: #00938c;
}

.field__field_document {
    padding: 1em 1.25em;
    background-color: #f0f3f5;
    border: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .field__field_document {
        padding-right: 1.4375em;
    }
}

@media (min-width:50em) {
    .field__field_document {
        padding-right: 1.625em;
    }
}

@media (min-width:60em) {
    .field__field_document {
        padding-right: 1.8125em;
    }
}

@media (min-width:80em) {
    .field__field_document {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .field__field_document {
        padding-left: 1.4375em;
    }
}

@media (min-width:50em) {
    .field__field_document {
        padding-left: 1.625em;
    }
}

@media (min-width:60em) {
    .field__field_document {
        padding-left: 1.8125em;
    }
}

@media (min-width:80em) {
    .field__field_document {
        padding-left: 2em;
    }
}

.field__field_document .field__field_document {
    padding: 1em 1em 1em 0;
    border: 0;
    margin-bottom: 0;
}

.regional-variation .field__field_document {
    border: 1px solid transparent;
    padding: 0;
}

.field__field_document .field {
    margin-bottom: 0 !important;
}

.field__field_document h1, .field__field_document h2, .field__field_document h3, .field__field_document h4, .field__field_document h5, .field__field_document h6 {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 700;
}

@media (min-width:30em) {
    .field__field_document h1, .field__field_document h2, .field__field_document h3, .field__field_document h4, .field__field_document h5, .field__field_document h6 {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .field__field_document h1, .field__field_document h2, .field__field_document h3, .field__field_document h4, .field__field_document h5, .field__field_document h6 {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .field__field_document h1, .field__field_document h2, .field__field_document h3, .field__field_document h4, .field__field_document h5, .field__field_document h6 {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .field__field_document h1, .field__field_document h2, .field__field_document h3, .field__field_document h4, .field__field_document h5, .field__field_document h6 {
        line-height: 1.4;
    }
}

.field__field_document a {
    color: #000;
    text-decoration: underline;
    background: none;
    padding: 0;
}

html:not(.is-touch) .field__field_document a:active, html:not(.is-touch) .field__field_document a:focus, html:not(.is-touch) .field__field_document a:hover {
    color: #00938c;
}

.field__field_document > * {
    padding-left: 3.5em;
    position: relative;
}

.field__field_document > :before {
    content: "File";
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.5em;
    height: 1.5em;
    font-size: .7em;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.field__field_document > .field__field_alert_relatedmedia__item:before, .field__field_document > .file__type_application-pdf:before {
    content: "PDF";
    background-color: #a91f2d;
}

.field__field_document > .file__type_application-msword:before {
    content: "Word";
    background-color: #2c5798;
}

.field__field_document > .file__type_application-vndopenxmlformats-officedocumentspreadsheetmlsheet:before {
    content: "Excel";
    background-color: #227346;
}

.document-reference > .field__field_document > * {
    padding-left: 0;
    position: static;
}

.document-reference > .field__field_document > :before {
    display: none;
}

.field__field_team_contact .label__visually_hidden, .field__field_team_contacts .label__visually_hidden {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
    font-size: 1.25em;
    line-height: 1.2;
}

@media (min-width:30em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        font-size: 1.3625em;
    }
}

@media (min-width:50em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        font-size: 1.475em;
    }
}

@media (min-width:60em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        font-size: 1.5875em;
    }
}

@media (min-width:80em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        font-size: 1.7em;
    }
}

@media (min-width:30em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    .field__field_team_contact .field__field_team_contacts__heading, .field__field_team_contacts .field__field_team_contacts__heading {
        line-height: 1.25;
    }
}

.field__field_team_contact .field, .field__field_team_contacts .field {
    margin-bottom: 0 !important;
}

.field__field_team_contact .field__field_team_contacts__item, .field__field_team_contact .paragraph--type-team-contact, .field__field_team_contacts .field__field_team_contacts__item, .field__field_team_contacts .paragraph--type-team-contact {
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .field__field_team_contact .field__field_team_contacts__item, .field__field_team_contacts .field__field_team_contacts__item {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_team_contact .field__field_team_contacts__item, .field__field_team_contacts .field__field_team_contacts__item {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_team_contact .field__field_team_contacts__item, .field__field_team_contacts .field__field_team_contacts__item {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_team_contact .field__field_team_contacts__item, .field__field_team_contacts .field__field_team_contacts__item {
        margin-bottom: 2em;
    }
}

.field__field_team_contact .field__field_team_contacts__item h2, .field__field_team_contacts .field__field_team_contacts__item h2 {
    line-height: 1.2;
    font-size: 1em;
    font-family: Open Sans,sans-serif;
}

@media (min-width:30em) {
    .field__field_team_contact .field__field_team_contacts__item h2, .field__field_team_contacts .field__field_team_contacts__item h2 {
        line-height: 1.20625;
    }
}

@media (min-width:50em) {
    .field__field_team_contact .field__field_team_contacts__item h2, .field__field_team_contacts .field__field_team_contacts__item h2 {
        line-height: 1.2125;
    }
}

@media (min-width:60em) {
    .field__field_team_contact .field__field_team_contacts__item h2, .field__field_team_contacts .field__field_team_contacts__item h2 {
        line-height: 1.21875;
    }
}

@media (min-width:80em) {
    .field__field_team_contact .field__field_team_contacts__item h2, .field__field_team_contacts .field__field_team_contacts__item h2 {
        line-height: 1.225;
    }
}

.field__field_team_contact .field__field_team_contacts__item h2 > a, .field__field_team_contacts .field__field_team_contacts__item h2 > a {
    color: #000;
    text-decoration: none;
}

html:not(.is-touch) .field__field_team_contact .field__field_team_contacts__item h2 > a:active, html:not(.is-touch) .field__field_team_contact .field__field_team_contacts__item h2 > a:focus, html:not(.is-touch) .field__field_team_contact .field__field_team_contacts__item h2 > a:hover, html:not(.is-touch) .field__field_team_contacts .field__field_team_contacts__item h2 > a:active, html:not(.is-touch) .field__field_team_contacts .field__field_team_contacts__item h2 > a:focus, html:not(.is-touch) .field__field_team_contacts .field__field_team_contacts__item h2 > a:hover {
    color: #007c75;
    text-decoration: underline;
}

.field__field_team_contact .field__field_team_contacts__item h2.field__field_team_contact__heading, .field__field_team_contacts .field__field_team_contacts__item h2.field__field_team_contact__heading {
    display: none;
}

.field__field_team_contact .field__field_team_contacts__item a, .field__field_team_contacts .field__field_team_contacts__item a {
    text-decoration: underline;
}

html:not(.is-touch) .field__field_team_contact .field__field_team_contacts__item a:active, html:not(.is-touch) .field__field_team_contact .field__field_team_contacts__item a:focus, html:not(.is-touch) .field__field_team_contact .field__field_team_contacts__item a:hover, html:not(.is-touch) .field__field_team_contacts .field__field_team_contacts__item a:active, html:not(.is-touch) .field__field_team_contacts .field__field_team_contacts__item a:focus, html:not(.is-touch) .field__field_team_contacts .field__field_team_contacts__item a:hover {
    color: #007c75;
}

.field__field_team_contact .field__field_team_contacts__item .field, .field__field_team_contacts .field__field_team_contacts__item .field {
    margin-bottom: .5em;
}

.field__field_team_contact .field__field_team_contacts__item .label__inline:after, .field__field_team_contacts .field__field_team_contacts__item .label__inline:after {
    content: ": ";
}

.field__field_team_contact .field__field_team_contacts__item .label__inline + *, .field__field_team_contacts .field__field_team_contacts__item .label__inline + * {
    display: inline-block;
}

.embedded-entity {
    margin-top: 1em;
    margin-bottom: 1em;
    position: relative;
}

@media (min-width:30em) {
    .embedded-entity {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .embedded-entity {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .embedded-entity {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .embedded-entity {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    .embedded-entity {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .embedded-entity {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .embedded-entity {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .embedded-entity {
        margin-bottom: 2em;
    }
}

.embedded-entity img {
    width: 100%;
    max-width: none;
}

.embedded-entity .media .field.field__field_document {
    margin-bottom: .5em !important;
}

.video-embed-field-responsive-video {
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (min-width:30em) {
    .video-embed-field-responsive-video {
        margin-top: 2.5em;
    }
}

@media (min-width:50em) {
    .video-embed-field-responsive-video {
        margin-top: 3em;
    }
}

@media (min-width:60em) {
    .video-embed-field-responsive-video {
        margin-top: 3.5em;
    }
}

@media (min-width:80em) {
    .video-embed-field-responsive-video {
        margin-top: 4em;
    }
}

@media (min-width:30em) {
    .video-embed-field-responsive-video {
        margin-bottom: 2.5em;
    }
}

@media (min-width:50em) {
    .video-embed-field-responsive-video {
        margin-bottom: 3em;
    }
}

@media (min-width:60em) {
    .video-embed-field-responsive-video {
        margin-bottom: 3.5em;
    }
}

@media (min-width:80em) {
    .video-embed-field-responsive-video {
        margin-bottom: 4em;
    }
}

@media (min-width:850em) {
    .video-embed-field-responsive-video {
        margin-right: -13em;
    }
}

.cms-toolbar {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width:30em) {
    .cms-toolbar {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .cms-toolbar {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .cms-toolbar {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .cms-toolbar {
        padding-top: 2em;
    }
}

@media (min-width:30em) {
    .cms-toolbar {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .cms-toolbar {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .cms-toolbar {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .cms-toolbar {
        padding-bottom: 2em;
    }
}

@media print {
    .cms-toolbar {
        display: none;
    }
}

.cms-toolbar > ul {
    margin: 0;
    padding: 0;
}

    .cms-toolbar > ul > li {
        list-style: none;
        margin: .5em;
        display: inline-block;
    }

        .cms-toolbar > ul > li > a {
            display: inline-block;
            font-family: Open Sans,sans-serif;
            letter-spacing: .02em;
            background-color: #007c75;
            color: #fff;
            border: 0;
            border-radius: 2em;
            padding: .6em 2.5em;
            box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
            cursor: pointer;
            text-decoration: none !important;
            transition: background-color .2s cubic-bezier(.19,1,.22,1);
        }

html:not(.is-touch) .cms-toolbar > ul > li > a:active, html:not(.is-touch) .cms-toolbar > ul > li > a:focus, html:not(.is-touch) .cms-toolbar > ul > li > a:hover {
    text-decoration: none;
    background-color: #005e59;
}

.svg {
    position: relative;
}

    .svg svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
    }

        .svg svg.icon > g > rect {
            fill: none !important;
        }

.field__field_alert_modified .field__field_alert_modified__heading {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.error-message {
    position: relative;
    min-height: 20em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

.error-message__image {
    width: 12em;
    height: auto;
}

.error-message__image--401, .error-message__image--403 {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: .5;
}

.error-message__image--404 {
    margin-top: 2em;
}

.error-message__content {
    position: relative;
    z-index: 20;
    text-align: center;
}

.error-message__heading {
    margin-bottom: 0;
}

.error-message__paragraph {
    font-weight: 600;
}

    .error-message__paragraph a {
        text-decoration: underline;
    }

.subpages:not(:first-child) {
    margin-top: 1.5em;
}

@media (min-width:30em) {
    .subpages:not(:first-child) {
        margin-top: 2.125em;
    }
}

@media (min-width:50em) {
    .subpages:not(:first-child) {
        margin-top: 2.75em;
    }
}

@media (min-width:60em) {
    .subpages:not(:first-child) {
        margin-top: 3.375em;
    }
}

@media (min-width:80em) {
    .subpages:not(:first-child) {
        margin-top: 4em;
    }
}

.subpages > ol, .subpages > ul {
    margin: 0;
    padding: 0;
    padding-top: 1em;
}

    .subpages > ol li, .subpages > ul li {
        list-style: none;
        margin-bottom: 1em;
    }

    .subpages > ol html:not(.is-touch) a:active, .subpages > ol html:not(.is-touch) a:focus, .subpages > ol html:not(.is-touch) a:hover, .subpages > ul html:not(.is-touch) a:active, .subpages > ul html:not(.is-touch) a:focus, .subpages > ul html:not(.is-touch) a:hover {
        color: #00b2a9;
        text-decoration: underline;
    }

    .subpages > ol ol, .subpages > ul ol {
        padding-left: 1em;
    }

        .subpages > ol ol a, .subpages > ul ol a {
            color: #000;
        }

.cc_banner-wrapper {
    position: fixed !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    height: auto !important;
    animation: none !important;
}

.cc_banner {
    background-color: #007c75 !important;
    color: #fff !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    border: none !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.cc_message {
    margin-top: .5em !important;
    margin-bottom: .5em !important;
}

.cc_more_info {
    color: #fff !important;
}

.cc_more_info, html:not(.is-touch) .cc_more_info:active, html:not(.is-touch) .cc_more_info:focus, html:not(.is-touch) .cc_more_info:hover {
    text-decoration: underline;
}

.cc_btn {
    -ms-flex-order: 100;
    order: 100;
    background-color: #fff !important;
    color: #007c75 !important;
    border-radius: 2em !important;
    padding: .35em 2.5em !important;
    margin-top: .5em !important;
    margin-bottom: .5em !important;
}

html:not(.is-touch) .cc_btn:active, html:not(.is-touch) .cc_btn:focus, html:not(.is-touch) .cc_btn:hover {
    color: #005e59 !important;
}

.off-canvas {
    left: -999rem;
    position: absolute;
    top: -999rem;
}

.off-canvas--focusable:focus {
    left: 0;
    top: 0;
}

.skip-to-content {
    background: #fff;
    padding: 1rem;
    z-index: 9999;
}

.button, .field__field_link a {
    display: inline-block;
    font-family: Open Sans,sans-serif;
    letter-spacing: .02em;
    background-color: #007c75;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.7;
    text-decoration: none;
    border: 0;
    border-radius: 2em;
    padding: .6em 2.5em;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color .2s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    .button, .field__field_link a {
        line-height: 1.675;
    }
}

@media (min-width:50em) {
    .button, .field__field_link a {
        line-height: 1.65;
    }
}

@media (min-width:60em) {
    .button, .field__field_link a {
        line-height: 1.625;
    }
}

@media (min-width:80em) {
    .button, .field__field_link a {
        line-height: 1.6;
    }
}

.button.button--profile-manage, .field__field_link a.button--profile-manage {
    margin-bottom: .85em;
}

.button:disabled, .field__field_link a:disabled {
    opacity: 1%;
}

.button.red, .field__field_link a.red {
    background-color: rgba(227,24,55,.8);
}

.button.invisible, .field__field_link a.invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

html:not(.is-touch) .button:active, html:not(.is-touch) .button:focus, html:not(.is-touch) .button:hover, html:not(.is-touch) .field__field_link a:active, html:not(.is-touch) .field__field_link a:focus, html:not(.is-touch) .field__field_link a:hover {
    text-decoration: none;
    background-color: #005e59;
}

@media (min-width:60em) {
    .button, .field__field_link a {
        font-size: 1em;
    }
}

.button:focus svg path {
    fill: #000;
}

.button--with-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .555em 2.5em;
}

.button--small {
    padding: .5em 1em;
}

    .button--small.button--with-icon .button__icon {
        width: 1em;
        height: 1em;
    }

.button--light {
    background-color: #fff;
    color: #00938c;
    box-shadow: 0 0 0 1px #dee2e5;
}

html:not(.is-touch) .button--light:active, html:not(.is-touch) .button--light:focus, html:not(.is-touch) .button--light:hover {
    background-color: #00938c;
    box-shadow: 0 0 0 2px #00938c;
    color: #fff;
}

.button--mobile-light {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    padding: 2em;
}

@media (min-width:50em) {
    .button--mobile-light {
        background-color: #00938c;
        color: #fff;
        box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
        padding: .6em 2.5em;
    }
}

@media (min-width:50em) {
    .button--mobile-light.button--with-icon {
        padding: .555em 2.5em;
    }
}

html:not(.is-touch) .button--mobile-light:active, html:not(.is-touch) .button--mobile-light:focus, html:not(.is-touch) .button--mobile-light:hover {
    background-color: transparent;
}

@media (min-width:50em) {
    html:not(.is-touch) .button--mobile-light:active, html:not(.is-touch) .button--mobile-light:focus, html:not(.is-touch) .button--mobile-light:hover {
        background-color: #00b2a9;
    }
}

.button__icon {
    width: 1.25em;
    height: 1.25em;
}

    .button__icon + * {
        margin-left: .5em;
    }

    .button__icon path {
        fill: #fff;
    }

.button--mobile-light path {
    fill: #00938c;
}

@media (min-width:50em) {
    .button--mobile-light path {
        fill: #fff;
    }
}

.call-to-action {
    display: inline-block;
    padding: .5em 2.5em;
    padding-left: 1.5em;
    position: relative;
}

    .call-to-action:before {
        content: "";
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='41' height='30' viewBox='0 0 41 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Econtact-arrow%3C/title%3E%3Cg fill='%23007C75' fill-rule='evenodd'%3E%3Cpath d='M0 16.464h34.597V12H0z'/%3E%3Cpath d='M25.126 29.912L22 26.786l11.832-11.83L22 3.126 25.126 0 40.08 14.956z'/%3E%3C/g%3E%3C/svg%3E");
        background-size: 1em auto;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1em;
        display: block;
    }

.form-item:not(.js-form-type-checkbox) {
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 2em;
}

.form-actions {
    padding-top: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:30em) {
    .form-actions {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .form-actions {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .form-actions {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .form-actions {
        padding-top: 2em;
    }
}

.footer-top .form-actions {
    padding-top: 0 !important;
}

.form-actions .button {
    margin: .5em;
}

.form-actions .form-submit.button.button--primary {
    -ms-flex-order: 100;
    order: 100;
    padding-right: 2em;
    padding-left: 2em;
}

@media (min-width:30em) {
    .form-actions .form-submit.button.button--primary {
        padding-right: 2.5em;
    }
}

@media (min-width:50em) {
    .form-actions .form-submit.button.button--primary {
        padding-right: 3em;
    }
}

@media (min-width:60em) {
    .form-actions .form-submit.button.button--primary {
        padding-right: 3.5em;
    }
}

@media (min-width:80em) {
    .form-actions .form-submit.button.button--primary {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .form-actions .form-submit.button.button--primary {
        padding-left: 2.5em;
    }
}

@media (min-width:50em) {
    .form-actions .form-submit.button.button--primary {
        padding-left: 3em;
    }
}

@media (min-width:60em) {
    .form-actions .form-submit.button.button--primary {
        padding-left: 3.5em;
    }
}

@media (min-width:80em) {
    .form-actions .form-submit.button.button--primary {
        padding-left: 4em;
    }
}

label {
    font-size: .8em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: .5em;
    display: block;
}

fieldset {
    border: 0;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width:30em) {
    fieldset {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    fieldset {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    fieldset {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    fieldset {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    fieldset {
        margin-bottom: 1.375em;
    }
}

@media (min-width:50em) {
    fieldset {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    fieldset {
        margin-bottom: 2.125em;
    }
}

@media (min-width:80em) {
    fieldset {
        margin-bottom: 2.5em;
    }
}

fieldset legend {
    margin-bottom: .5em;
    display: block;
    width: 100%;
    overflow: auto;
}

.fieldset-legend {
    font-weight: 700;
}

.toggle-fieldset {
    margin-bottom: 0 !important;
}

.toggle-fieldset__button {
    margin-bottom: 0;
    padding: 1em;
    border-bottom: 1px solid #000;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='4' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Enav-arrow%3C/title%3E%3Cpath d='M3.5 4a.489.489 0 0 1-.347-.144L.144.84A.492.492 0 0 1 .837.144L3.5 2.814 6.163.144a.492.492 0 0 1 .693.696L3.847 3.856A.489.489 0 0 1 3.5 4z' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: right 1em top 50%;
    background-repeat: no-repeat;
    background-size: .5em auto;
    padding-right: 2.5em;
    transition: border-color .2s cubic-bezier(.19,1,.22,1) .2s;
}

    .toggle-fieldset__button .fieldset-legend {
        font-weight: 400;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        color: #007c75;
        cursor: pointer;
        transition: color .2s cubic-bezier(.19,1,.22,1);
    }

    .toggle-fieldset__button.is-open {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='4' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Enav-arrow%3C/title%3E%3Cpath d='M3.5 4a.489.489 0 0 1-.347-.144L.144.84A.492.492 0 0 1 .837.144L3.5 2.814 6.163.144a.492.492 0 0 1 .693.696L3.847 3.856A.489.489 0 0 1 3.5 4z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
        border-bottom: 1px solid transparent;
        transition: border-color .2s cubic-bezier(.19,1,.22,1);
    }

        .toggle-fieldset__button.is-open .fieldset-legend {
            font-weight: 700;
            color: #000;
            transition: color .2s cubic-bezier(.19,1,.22,1);
        }

.toggle-fieldset__content {
    box-shadow: inset 0 -1px 0 0 transparent;
    transition: max-height .7s cubic-bezier(.19,1,.22,1),min-height .7s cubic-bezier(.19,1,.22,1),box-shadow .2s cubic-bezier(.19,1,.22,1) .5s;
}

    .toggle-fieldset__content.is-open {
        box-shadow: inset 0 -1px 0 0 #000;
        transition: max-height .7s cubic-bezier(.19,1,.22,1),min-height .7s cubic-bezier(.19,1,.22,1),box-shadow .2s cubic-bezier(.19,1,.22,1);
    }

    .toggle-fieldset__content > * {
        padding: 0 1em;
    }

    .toggle-fieldset__content > :first-child {
        padding-top: 1em;
    }

    .toggle-fieldset__content > :last-child {
        padding-bottom: 1em;
    }

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, select, textarea {
    font-family: Open Sans,sans-serif;
    display: block;
    max-width: 100%;
    width: auto;
    font-size: 1.1em;
    line-height: 1.7;
    padding: .5em 1em;
    border-radius: 0;
    background-color: #fff;
    border: 0;
    box-shadow: 0 0 0 1px #000;
    transition: background-color .2s cubic-bezier(.19,1,.22,1),box-shadow .2s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    input, select, textarea {
        line-height: 1.675;
    }
}

@media (min-width:50em) {
    input, select, textarea {
        line-height: 1.65;
    }
}

@media (min-width:60em) {
    input, select, textarea {
        line-height: 1.625;
    }
}

@media (min-width:80em) {
    input, select, textarea {
        line-height: 1.6;
    }
}

@media (min-width:60em) {
    input, select, textarea {
        font-size: 1em;
    }
}

input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=number]) {
    width: 100%;
}

input.date {
    max-width: 16em;
}

input:-moz-placeholder, input:-ms-input-placeholder, input::-moz-placeholder, input::-webkit-input-placeholder {
    color: #000;
}

select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='4' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Enav-arrow%3C/title%3E%3Cpath d='M3.5 4a.489.489 0 0 1-.347-.144L.144.84A.492.492 0 0 1 .837.144L3.5 2.814 6.163.144a.492.492 0 0 1 .693.696L3.847 3.856A.489.489 0 0 1 3.5 4z' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 90% 50%;
    background-position: calc(100% - 1em) 50%;
    background-size: .75em auto;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding-right: 3em;
    background-color: #fff;
}

    select::-ms-expand {
        display: none;
    }

textarea {
    width: 100%;
    height: 9em;
    max-height: 20em;
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px !important;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox]:focus + label, input[type=radio]:focus + label {
        box-shadow: inset 0 0 0 1px #00938c;
    }

    input[type=checkbox] + label, input[type=radio] + label {
        position: relative;
        text-transform: none;
        font-size: 1em;
        font-weight: 400;
        padding-left: 2em;
        padding-left: 38px;
        padding-top: .3em;
        padding-top: .7em;
        padding-bottom: .7em;
        margin-bottom: 0;
    }

@media (min-width:30em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-top: .575em;
    }
}

@media (min-width:50em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-top: .45em;
    }
}

@media (min-width:60em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-top: .325em;
    }
}

@media (min-width:80em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-top: .2em;
    }
}

@media (min-width:30em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-bottom: .575em;
    }
}

@media (min-width:50em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-bottom: .45em;
    }
}

@media (min-width:60em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-bottom: .325em;
    }
}

@media (min-width:80em) {
    input[type=checkbox] + label, input[type=radio] + label {
        padding-bottom: .2em;
    }
}

input[type=checkbox] + label:after, input[type=checkbox] + label:before, input[type=radio] + label:after, input[type=radio] + label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input[type=radio] + label:before {
    border-radius: 1em;
    box-shadow: inset 0 0 0 1px currentColor;
}

input[type=radio] + label:after {
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #00938c;
    opacity: 0;
}

input[type=radio]:checked + label {
    font-weight: 600;
}

    input[type=radio]:checked + label:after {
        background-color: #fff;
        box-shadow: inset 0 0 0 6px #00938c;
        opacity: 1;
    }

input[type=checkbox] + label:before {
    box-shadow: inset 0 0 0 1px currentColor;
}

input[type=checkbox] + label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.234 0L4.642 6.119 1.576 3.402 0 5.336l3.95 3.49.873.774.797-.863L12 1.755z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 70% 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
}

input[type=checkbox]:checked + label {
    font-weight: 600;
}

    input[type=checkbox]:checked + label:before {
        box-shadow: inset 0 0 0 1em #00938c;
    }

    input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

.input-group {
    display: -ms-flexbox;
    display: flex;
}

    .input-group > * {
        border-radius: 0;
    }

    .input-group > :first-child {
        border-top-left-radius: 100px;
        border-bottom-left-radius: 100px;
    }

    .input-group > :last-child {
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    .input-group > input, .input-group > select {
        background-color: #f0f3f5;
        box-shadow: 0 0 0 1px #dee2e5;
        padding: .6em 2em;
    }

    .input-group > .button {
        border-radius: 0;
        box-shadow: 0 0 0 1px #007c75;
    }

html:not(.is-touch) .input-group > .button:active, html:not(.is-touch) .input-group > .button:focus, html:not(.is-touch) .input-group > .button:hover {
    box-shadow: 0 0 0 1px #00b2a9;
}

.input-group > .button:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.input-group > .button:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.send-password-email-form input[type=password], .send-password-email-form input[type=text], .user-login-form input[type=password], .user-login-form input[type=text] {
    background-color: #f0f3f5;
    width: 100%;
}

html:not(.is-touch) .send-password-email-form input[type=password]:active, html:not(.is-touch) .send-password-email-form input[type=password]:focus, html:not(.is-touch) .send-password-email-form input[type=password]:hover, html:not(.is-touch) .send-password-email-form input[type=text]:active, html:not(.is-touch) .send-password-email-form input[type=text]:focus, html:not(.is-touch) .send-password-email-form input[type=text]:hover, html:not(.is-touch) .user-login-form input[type=password]:active, html:not(.is-touch) .user-login-form input[type=password]:focus, html:not(.is-touch) .user-login-form input[type=password]:hover, html:not(.is-touch) .user-login-form input[type=text]:active, html:not(.is-touch) .user-login-form input[type=text]:focus, html:not(.is-touch) .user-login-form input[type=text]:hover {
    background-color: #fff;
}

.password-confirm {
    color: #70787a;
    padding: .5em 0;
}

    .password-confirm .ok {
        font-weight: 600;
        color: #007c75;
    }

    .password-confirm .error {
        font-weight: 600;
        color: #e31837;
    }

.webform__container {
    max-width: 80em;
}

.webform .webform-progress__status {
    text-align: left;
    color: #70787a;
}

.webform-progress .webform-progress-tracker .progress-step .progress-marker {
    background-color: #18262c;
    color: #18262c;
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.webform-progress .webform-progress-tracker .progress-step.is-active .progress-marker {
    background-color: #00938c;
    color: #fff;
    width: 28px;
    height: 28px;
    margin-top: 0;
}

.webform-progress .webform-progress-tracker .progress-step.is-complete:hover .progress-marker {
    background-color: #18262c;
}

.webform-progress .webform-progress-tracker .progress-step .progress-text {
    color: #18262c;
    font-weight: 400;
    text-transform: uppercase;
    font-size: .8em;
}

.webform-progress .webform-progress-tracker .progress-step.is-active .progress-text {
    color: #00938c;
}

.webform-progress .webform-progress-tracker .progress-step:not(:last-child):after {
    background-color: #18262c;
    z-index: 1;
}

.contact-message-feedback-form input:not([type=submit]), .contact-message-feedback-form select, .contact-message-feedback-form textarea {
    background-color: #f0f3f5;
}

html:not(.is-touch) .contact-message-feedback-form input:not([type=submit]):active, html:not(.is-touch) .contact-message-feedback-form input:not([type=submit]):focus, html:not(.is-touch) .contact-message-feedback-form input:not([type=submit]):hover, html:not(.is-touch) .contact-message-feedback-form select:active, html:not(.is-touch) .contact-message-feedback-form select:focus, html:not(.is-touch) .contact-message-feedback-form select:hover, html:not(.is-touch) .contact-message-feedback-form textarea:active, html:not(.is-touch) .contact-message-feedback-form textarea:focus, html:not(.is-touch) .contact-message-feedback-form textarea:hover {
    background-color: #fff;
}

.webform .fieldset-legend, .webform label {
    font-family: Fira Sans,sans-serif;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    display: block;
    margin-bottom: .5em;
    text-transform: none;
}

@media (min-width:30em) {
    .webform .fieldset-legend, .webform label {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    .webform .fieldset-legend, .webform label {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    .webform .fieldset-legend, .webform label {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    .webform .fieldset-legend, .webform label {
        line-height: 1.25;
    }
}

.webform .fieldset-legend {
    width: 100%;
}

.webform input:not([type=submit]), .webform select, .webform textarea {
    background-color: #f0f3f5;
}

html:not(.is-touch) .webform input:not([type=submit]):active, html:not(.is-touch) .webform input:not([type=submit]):focus, html:not(.is-touch) .webform input:not([type=submit]):hover, html:not(.is-touch) .webform select:active, html:not(.is-touch) .webform select:focus, html:not(.is-touch) .webform select:hover, html:not(.is-touch) .webform textarea:active, html:not(.is-touch) .webform textarea:focus, html:not(.is-touch) .webform textarea:hover {
    background-color: #fff;
}

.webform input:not([type=submit]) {
    width: 100%;
}

.webform input[type=checkbox] + label, .webform input[type=radio] + label {
    font-weight: 400;
}

.webform .description {
    margin-bottom: .5em;
}

.webform input + .description {
    padding-top: .5em;
    font-size: .8889em;
    color: #70787a;
}

.webform .form-item, .webform fieldset {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .webform .form-item, .webform fieldset {
        margin-bottom: 1.125em;
    }
}

@media (min-width:50em) {
    .webform .form-item, .webform fieldset {
        margin-bottom: 1.25em;
    }
}

@media (min-width:60em) {
    .webform .form-item, .webform fieldset {
        margin-bottom: 1.375em;
    }
}

@media (min-width:80em) {
    .webform .form-item, .webform fieldset {
        margin-bottom: 1.5em;
    }
}

.webform .form-item.js-form-type-gds-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -1.5em;
    margin-left: -1.5em;
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date {
        margin-right: -1.625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date {
        margin-right: -1.75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date {
        margin-right: -1.875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date {
        margin-right: -2em;
    }
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date {
        margin-left: -1.625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date {
        margin-left: -1.75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date {
        margin-left: -1.875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date {
        margin-left: -2em;
    }
}

.webform .form-item.js-form-type-gds-date > label {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-right: 1.625rem;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-right: 1.75rem;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-right: 1.875rem;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-right: 2rem;
    }
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-left: 1.625rem;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-left: 1.75rem;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-left: 1.875rem;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > label {
        padding-left: 2rem;
    }
}

.webform .form-item.js-form-type-gds-date > .description {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-right: 1.625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-right: 1.75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-right: 1.875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-left: 1.625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-left: 1.75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-left: 1.875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > .description {
        padding-left: 2em;
    }
}

.webform .form-item.js-form-type-gds-date > .form-item {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-top: 1em;
    margin-bottom: .5em;
    padding-right: 1.5em;
    padding-left: 1.5em;
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-top: 2em;
    }
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-bottom: .625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-bottom: .75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-bottom: .875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        margin-bottom: 1em;
    }
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-right: 1.625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-right: 1.75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-right: 1.875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-left: 1.625em;
    }
}

@media (min-width:50em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-left: 1.75em;
    }
}

@media (min-width:60em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-left: 1.875em;
    }
}

@media (min-width:80em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        padding-left: 2em;
    }
}

@media (min-width:20em) {
    .webform .form-item.js-form-type-gds-date > .form-item {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }
}

.webform .form-item.js-form-type-gds-date > .form-item input {
    width: 100%;
}

.webform .form-item.form-item-date input, .webform .form-item.js-form-type-date input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='21' viewBox='0 0 18 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.02 20.957h13.96c1.11 0 2.02-.907 2.02-2.015V4.862c0-1.109-.91-2.016-2.02-2.016h-2.17v-.882c0-.553-.455-1.007-1.01-1.007-.556 0-1.01.454-1.01 1.007v.882H6.21v-.882c0-.553-.454-1.007-1.01-1.007-.555 0-1.01.454-1.01 1.007v.882H2.02C.91 2.846 0 3.753 0 4.861v14.056a2.03 2.03 0 0 0 2.02 2.04zm0-2.015v-8.515h13.96v8.489H2.02v.026zm2.17-14.08v1.385c0 .554.456 1.007 1.01 1.007.556 0 1.01-.453 1.01-1.007V4.86h5.604v1.386c0 .554.455 1.007 1.01 1.007.555 0 1.01-.453 1.01-1.007V4.86h2.171v3.552H2.021V4.86h2.17z' fill='%2300A39B' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 90% 50%;
    background-position: calc(100% - 1em) 50%;
    background-repeat: no-repeat;
}

.webform .form-checkboxes .form-item, .webform .form-item.form-item-radios, .webform .form-item.js-form-type-radio {
    margin-top: 0;
    margin-bottom: .5em;
}

.webform .intl-tel-input {
    display: block;
}

    .webform .intl-tel-input input[type=tel] {
        padding-left: 60px;
    }

        .webform .intl-tel-input input[type=tel] .selected-flag {
            background-color: #fff;
            box-shadow: inset -1px 0 0 0 #000;
        }

.webform .form-actions {
    display: block;
}

    .webform .form-actions:after {
        content: "";
        clear: both;
        display: table;
    }

    .webform .form-actions .webform-button--previous {
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='14' viewBox='0 0 22 14' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPage 1%3C/title%3E%3Cpath d='M8.214.289a.945.945 0 0 1 .293.675.945.945 0 0 1-.293.675l-4.45 4.385h17.258c.538 0 .978.434.978.964s-.44.964-.978.964H3.764l4.449 4.385a.95.95 0 0 1 0 1.374.983.983 0 0 1-1.394 0L0 6.988l6.82-6.7a.986.986 0 0 1 1.394 0z' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-position: left 0 top 50%;
        background-size: 1em auto;
        background-repeat: no-repeat;
        padding-left: 1.5em;
        color: #00938c;
        box-shadow: none;
    }

        .webform .form-actions .webform-button--previous:hover {
            background-color: transparent;
            color: #007c75;
        }

    .webform .form-actions .webform-button--next {
        float: right;
    }

.webform .toggle-button {
    background-color: #fff;
    padding: 1em;
    color: #00938c;
    font-weight: 600;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
}

@media (min-width:30em) {
    .webform .toggle-button {
        padding-top: 1.0625em;
    }
}

@media (min-width:50em) {
    .webform .toggle-button {
        padding-top: 1.125em;
    }
}

@media (min-width:60em) {
    .webform .toggle-button {
        padding-top: 1.1875em;
    }
}

@media (min-width:80em) {
    .webform .toggle-button {
        padding-top: 1.25em;
    }
}

@media (min-width:30em) {
    .webform .toggle-button {
        padding-bottom: 1.0625em;
    }
}

@media (min-width:50em) {
    .webform .toggle-button {
        padding-bottom: 1.125em;
    }
}

@media (min-width:60em) {
    .webform .toggle-button {
        padding-bottom: 1.1875em;
    }
}

@media (min-width:80em) {
    .webform .toggle-button {
        padding-bottom: 1.25em;
    }
}

@media (min-width:30em) {
    .webform .toggle-button {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .webform .toggle-button {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .webform .toggle-button {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .webform .toggle-button {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .webform .toggle-button {
        padding-left: 1.25em;
    }
}

@media (min-width:50em) {
    .webform .toggle-button {
        padding-left: 1.5em;
    }
}

@media (min-width:60em) {
    .webform .toggle-button {
        padding-left: 1.75em;
    }
}

@media (min-width:80em) {
    .webform .toggle-button {
        padding-left: 2em;
    }
}

.webform .toggle-button__item {
    padding-right: 1em;
}

.webform .toggle-button.is-open {
    background-color: #00938c;
    color: #fff;
}

.webform .toggle-button__item--icon {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    background-color: #00938c;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
}

.webform .toggle-button.is-open .toggle-button__item--icon {
    box-shadow: none;
    background-color: #fff;
}

.webform .toggle-button__item--icon svg {
    -ms-transform: translateY(-50%) translateX(-50%) scale(.3);
    transform: translateY(-50%) translateX(-50%) scale(.3);
}

.webform .toggle-button__item--icon path {
    color: #fff;
}

.webform .toggle-button.is-open .toggle-button__item--icon path {
    color: #00938c;
}

.webform .toggle-content {
    background-color: #fff;
    padding: 1em;
    font-weight: 400;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
}

@media (min-width:30em) {
    .webform .toggle-content {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .webform .toggle-content {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .webform .toggle-content {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .webform .toggle-content {
        padding: 2em;
    }
}

.webform .toggle-content > * {
    padding-right: 1em;
    padding-left: 1em;
}

@media (min-width:30em) {
    .webform .toggle-content > * {
        padding-right: 1.5em;
    }
}

@media (min-width:50em) {
    .webform .toggle-content > * {
        padding-right: 2em;
    }
}

@media (min-width:60em) {
    .webform .toggle-content > * {
        padding-right: 2.5em;
    }
}

@media (min-width:80em) {
    .webform .toggle-content > * {
        padding-right: 3em;
    }
}

@media (min-width:30em) {
    .webform .toggle-content > * {
        padding-left: 1.5em;
    }
}

@media (min-width:50em) {
    .webform .toggle-content > * {
        padding-left: 2em;
    }
}

@media (min-width:60em) {
    .webform .toggle-content > * {
        padding-left: 2.5em;
    }
}

@media (min-width:80em) {
    .webform .toggle-content > * {
        padding-left: 3em;
    }
}

.webform .toggle-content > :first-child {
    padding-top: 1em;
}

@media (min-width:30em) {
    .webform .toggle-content > :first-child {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .webform .toggle-content > :first-child {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .webform .toggle-content > :first-child {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .webform .toggle-content > :first-child {
        padding-top: 2em;
    }
}

.webform-preview {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media (min-width:30em) {
    .webform-preview {
        margin-top: 2.125em;
    }
}

@media (min-width:50em) {
    .webform-preview {
        margin-top: 2.75em;
    }
}

@media (min-width:60em) {
    .webform-preview {
        margin-top: 3.375em;
    }
}

@media (min-width:80em) {
    .webform-preview {
        margin-top: 4em;
    }
}

@media (min-width:30em) {
    .webform-preview {
        margin-bottom: 1.625em;
    }
}

@media (min-width:50em) {
    .webform-preview {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    .webform-preview {
        margin-bottom: 1.875em;
    }
}

@media (min-width:80em) {
    .webform-preview {
        margin-bottom: 2em;
    }
}

.webform-preview .fieldset-legend, .webform-preview label {
    font-size: 1em;
    line-height: 1.2;
    font-weight: 700;
    color: inherit;
    display: block;
    margin-bottom: .5em;
}

.webform-preview .form-item, .webform-preview fieldset {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}

.webform-preview details {
    padding-top: 1.5em;
}

@media (min-width:30em) {
    .webform-preview details {
        padding-top: 1.625em;
    }
}

@media (min-width:50em) {
    .webform-preview details {
        padding-top: 1.75em;
    }
}

@media (min-width:60em) {
    .webform-preview details {
        padding-top: 1.875em;
    }
}

@media (min-width:80em) {
    .webform-preview details {
        padding-top: 2em;
    }
}

.webform-preview summary {
    font-size: 1.2em;
    line-height: 1.2;
    font-weight: 700;
    color: #007c75;
    cursor: pointer;
}

html:not(.is-touch) .webform-preview summary:active, html:not(.is-touch) .webform-preview summary:focus, html:not(.is-touch) .webform-preview summary:hover {
    color: #005e59;
    text-decoration: underline;
}

.webform-confirmation {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .webform-confirmation {
        margin-top: 2.125em;
    }
}

@media (min-width:50em) {
    .webform-confirmation {
        margin-top: 2.75em;
    }
}

@media (min-width:60em) {
    .webform-confirmation {
        margin-top: 3.375em;
    }
}

@media (min-width:80em) {
    .webform-confirmation {
        margin-top: 4em;
    }
}

@media (min-width:30em) {
    .webform-confirmation {
        margin-bottom: 1.625em;
    }
}

@media (min-width:50em) {
    .webform-confirmation {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    .webform-confirmation {
        margin-bottom: 1.875em;
    }
}

@media (min-width:80em) {
    .webform-confirmation {
        margin-bottom: 2em;
    }
}

@media (min-width:30em) {
    .webform-confirmation {
        padding-top: 1.625em;
    }
}

@media (min-width:50em) {
    .webform-confirmation {
        padding-top: 1.75em;
    }
}

@media (min-width:60em) {
    .webform-confirmation {
        padding-top: 1.875em;
    }
}

@media (min-width:80em) {
    .webform-confirmation {
        padding-top: 2em;
    }
}

.webform-submission-page-feedback-form {
    padding: 1em 0;
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form {
        padding: 0;
    }
}

.webform-submission-page-feedback-form input[type=radio] + label {
    color: #005e59;
    text-decoration: underline;
    padding: 0;
    padding-top: .5em;
    padding-bottom: .25em;
    cursor: pointer;
}

@media (min-width:30em) {
    .webform-submission-page-feedback-form input[type=radio] + label {
        padding: 0;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form input[type=radio] + label {
        padding: .5em 0;
    }
}

.webform-submission-page-feedback-form input[type=radio] + label:after, .webform-submission-page-feedback-form input[type=radio] + label:before {
    display: none;
}

html:not(.is-touch) .webform-submission-page-feedback-form input[type=radio] + label:active, html:not(.is-touch) .webform-submission-page-feedback-form input[type=radio] + label:focus, html:not(.is-touch) .webform-submission-page-feedback-form input[type=radio] + label:hover {
    color: #007c75;
}

.webform-submission-page-feedback-form button.close-feedback, .webform-submission-page-feedback-form button.open-feedback {
    color: #005e59;
    text-decoration: underline;
    cursor: pointer;
}

html:not(.is-touch) .webform-submission-page-feedback-form button.close-feedback:active, html:not(.is-touch) .webform-submission-page-feedback-form button.close-feedback:focus, html:not(.is-touch) .webform-submission-page-feedback-form button.close-feedback:hover, html:not(.is-touch) .webform-submission-page-feedback-form button.open-feedback:active, html:not(.is-touch) .webform-submission-page-feedback-form button.open-feedback:focus, html:not(.is-touch) .webform-submission-page-feedback-form button.open-feedback:hover {
    color: #007c75;
}

.webform-submission-page-feedback-form button.close-feedback {
    position: absolute;
    top: 1em;
    right: 0;
}

@media (min-width:30em) {
    .webform-submission-page-feedback-form button.close-feedback {
        top: 1.5em;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form button.close-feedback {
        top: 2em;
    }
}

@media (min-width:60em) {
    .webform-submission-page-feedback-form button.close-feedback {
        top: 2.5em;
    }
}

@media (min-width:80em) {
    .webform-submission-page-feedback-form button.close-feedback {
        top: 3em;
    }
}

.webform-submission-page-feedback-form fieldset.feedback_wrapper {
    position: relative;
    margin-top: 0;
}

    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        padding-top: 1em;
        font-size: 1.125em;
        line-height: 1.2;
        padding-right: 4em;
    }

@media (min-width:30em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        padding-top: 2em;
    }
}

@media (min-width:30em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        line-height: 1.1925;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        line-height: 1.185;
    }
}

@media (min-width:60em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        line-height: 1.1775;
    }
}

@media (min-width:80em) {
    .webform-submission-page-feedback-form fieldset.feedback_wrapper .fieldset-legend {
        line-height: 1.17;
    }
}

.webform-submission-page-feedback-form fieldset.feedback_wrapper > .fieldset-wrapper {
    max-width: 33em;
}

    .webform-submission-page-feedback-form fieldset.feedback_wrapper > .fieldset-wrapper > .form-item:first-child {
        margin-top: 0;
    }

.webform-submission-page-feedback-form .form-actions {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        margin: 0;
        margin-bottom: 2em;
        padding-right: 1em;
        padding-left: 1em;
    }

@media (min-width:30em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-left: 1.25em;
    }
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-left: 1.5em;
    }
}

@media (min-width:60em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-left: 1.75em;
    }
}

@media (min-width:80em) {
    .webform-submission-page-feedback-form .form-actions .form-submit.button.button--primary {
        padding-left: 2em;
    }
}

.webform-submission-page-feedback-form .webform-confirmation {
    margin: 0;
    padding: 0;
}

    .webform-submission-page-feedback-form .webform-confirmation .webform-confirmation__message {
        margin-bottom: 0;
        padding: 1em 0;
        font-weight: 600;
    }

.webform-submission-page-feedback-form .fieldgroup {
    border: 0;
    padding: .01em 0 0;
    margin: 0;
    min-width: 0;
    overflow: auto;
}

    .webform-submission-page-feedback-form .fieldgroup > legend {
        display: inline-block;
        width: auto;
        float: left;
        padding: 0;
        margin-bottom: 0;
    }

@media (min-width:50em) {
    .webform-submission-page-feedback-form .fieldgroup > legend {
        padding: 1em 0;
    }
}

.webform-submission-page-feedback-form .fieldgroup > legend > .fieldset-legend {
    margin-bottom: 0;
    font-weight: 600;
    padding-top: .25em;
    margin-right: 1em;
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form .fieldgroup > legend > .fieldset-legend {
        padding-top: 0;
    }
}

.webform-submission-page-feedback-form .fieldgroup > .fieldset-wrapper {
    display: inline-block;
    width: 100%;
    float: none;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .webform-submission-page-feedback-form .fieldgroup > .fieldset-wrapper {
        width: auto;
        float: left;
    }
}

.webform-submission-page-feedback-form .fieldgroup > .fieldset-wrapper > .fieldset-legend {
    margin-bottom: 0;
}

.webform-submission-page-feedback-form .fieldgroup > .fieldset-wrapper > * {
    margin-top: 0;
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form .fieldgroup > .fieldset-wrapper > * {
        margin-top: .4em;
    }
}

.webform-submission-page-feedback-form .fieldgroup > button.open-feedback {
    width: 100%;
    display: inline-block;
    float: none;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

@media (min-width:50em) {
    .webform-submission-page-feedback-form .fieldgroup > button.open-feedback {
        width: auto;
        float: right;
        padding: 1em 0;
    }
}

.webform-submission-page-feedback-form .fieldgroup:after {
    content: "";
    clear: both;
    display: table;
}

.user-login-form a {
    text-decoration: underline;
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #dee2e5;
}

html:not(.is-touch) .user-login-form a:active, html:not(.is-touch) .user-login-form a:focus, html:not(.is-touch) .user-login-form a:hover {
    color: #005e59;
}

.user-login-form .description {
    padding-top: .5em;
    font-size: .8889em;
    color: #70787a;
}

.js-form-item .with-prefix {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .js-form-item .with-prefix .field-prefix {
        padding-right: .5rem;
    }

    .js-form-item .with-prefix input {
        min-width: 0;
    }

#block-user-satisfaction-form {
    border-top: 1px solid #dee2e5;
    margin-top: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
}

@media (min-width:30em) {
    #block-user-satisfaction-form {
        margin-top: 2.25em;
    }
}

@media (min-width:50em) {
    #block-user-satisfaction-form {
        margin-top: 2.5em;
    }
}

@media (min-width:60em) {
    #block-user-satisfaction-form {
        margin-top: 2.75em;
    }
}

@media (min-width:80em) {
    #block-user-satisfaction-form {
        margin-top: 3em;
    }
}

@media (min-width:30em) {
    #block-user-satisfaction-form {
        padding-top: 2.25em;
    }
}

@media (min-width:50em) {
    #block-user-satisfaction-form {
        padding-top: 2.5em;
    }
}

@media (min-width:60em) {
    #block-user-satisfaction-form {
        padding-top: 2.75em;
    }
}

@media (min-width:80em) {
    #block-user-satisfaction-form {
        padding-top: 3em;
    }
}

@media (min-width:30em) {
    #block-user-satisfaction-form {
        padding-bottom: 2.25em;
    }
}

@media (min-width:50em) {
    #block-user-satisfaction-form {
        padding-bottom: 2.5em;
    }
}

@media (min-width:60em) {
    #block-user-satisfaction-form {
        padding-bottom: 2.75em;
    }
}

@media (min-width:80em) {
    #block-user-satisfaction-form {
        padding-bottom: 3em;
    }
}

#block-user-satisfaction-form .webform-confirmation {
    border: none;
}

#block-user-satisfaction-form button.close-satisfaction-form {
    float: right;
    -ms-transform: translateY(-2.75em);
    transform: translateY(-2.75em);
    color: #007c75;
    cursor: pointer;
    text-decoration: underline;
}

#block-user-satisfaction-form button.open-satisfaction-form {
    color: #007c75;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M22.412 4.254H0v1.492h22.413l-4.06 3.209L19.674 10 26 5l-6.325-5-1.323 1.045 4.06 3.209z' fill='%23007C75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left 0 top 50%;
    background-size: 1em auto;
    background-repeat: no-repeat;
    padding-left: 1.5em;
    cursor: pointer;
}

#block-user-satisfaction-form.form-visible button.open-satisfaction-form {
    font-size: 1.25em;
    line-height: 1.2;
    font-family: Fira Sans,sans-serif;
    font-weight: 700;
    color: #000;
    background-image: none;
    padding-left: 0;
    cursor: auto;
}

@media (min-width:30em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        font-size: 1.3625em;
    }
}

@media (min-width:50em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        font-size: 1.475em;
    }
}

@media (min-width:60em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        font-size: 1.5875em;
    }
}

@media (min-width:80em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        font-size: 1.7em;
    }
}

@media (min-width:30em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    #block-user-satisfaction-form.form-visible button.open-satisfaction-form {
        line-height: 1.25;
    }
}

.copy-link__link {
    position: relative;
    display: block;
    margin: 1em .5em 1em 1em;
    padding-right: 25px;
}

    .copy-link__link:after {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: 50%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23007C75' d='M10.234 0L4.642 6.119 1.576 3.402 0 5.336l3.95 3.49.873.774.797-.863L12 1.755z' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-size: 70% 70%;
        background-position: 50%;
        background-repeat: no-repeat;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        transition: opacity 1s;
    }

    .copy-link__link.link__success:after {
        opacity: 1;
        transition: opacity .1s;
    }

.header:not(.profile) {
    position: relative;
    z-index: 30;
}

@media print {
    .header:not(.profile) {
        display: none;
    }
}

.header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .header__content {
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (min-width:50em) {
    .header__content {
        padding: 1em 2.5em;
        border-bottom: 0;
    }
}

@media (min-width:60em) {
    .header__content {
        padding-right: 3.25em;
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .header__content {
        padding-right: 4em;
        padding-left: 4em;
    }
}

@media (min-width:50em) {
    .header__content > :last-child {
        margin-left: auto;
    }
}

.header__menu-button {
    padding: 1.75em;
}

@media (min-width:50em) {
    .header__menu-button {
        display: none;
    }
}

.header__menu-button .svg {
    width: 2em;
    height: 2em;
}

@media (min-width:50em) {
    .header__menu-button .svg {
        display: none;
    }
}

.header__menu-button .svg path {
    fill: #00938c;
}

.header__menu-button--navigation {
    margin-bottom: auto;
}

    .header__menu-button--navigation .svg path {
        fill: #fff;
    }

.header__logo .svg {
    width: 5.5em;
    height: 2em;
}

@media (min-width:20em) {
    .header__logo .svg {
        width: 7.5em;
        height: 5em;
    }
}

@media (min-width:50em) {
    .header__logo .svg {
        width: 7em;
        height: 3em;
    }
}

.topbar-wrapper {
    position: relative;
    z-index: 30;
}

.header__topbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #bfc1c3;
    font-size: 1em;
}

@media (min-width:50em) {
    .header__topbar {
        font-size: .8999em;
    }
}

.header__region {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__topbar .header__region {
    display: none;
}

@media (min-width:50em) {
    .header__topbar .header__region {
        display: -ms-flexbox;
        display: flex;
    }
}

.header__region h2 {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.header__region ul.links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 600;
    margin: 0;
    padding-left: 1em;
}

    .header__region ul.links li {
        list-style: none;
    }

@media (min-width:50em) {
    .header__region ul.links li:not(:last-child):after {
        content: "|";
        margin: 0 .25em;
        color: #dee2e5;
    }
}

@media (min-width:50em) {
    .header__region ul.links li a {
        padding: .5em .75em;
        color: #007c75;
    }
}

.header__region ul.links li a.is-active {
    color: #000;
    font-weight: 400;
}

@media (min-width:50em) {
    html:not(.is-touch) .header__region ul.links li a:active, html:not(.is-touch) .header__region ul.links li a:focus, html:not(.is-touch) .header__region ul.links li a:hover {
        color: #005e59;
        text-decoration: underline;
    }
}

.header__region ul.links li .language-link.language-link--disabled {
    font-weight: 400;
    opacity: .5;
    cursor: default;
}

    .header__region ul.links li .language-link.language-link--disabled:focus, .header__region ul.links li .language-link.language-link--disabled:hover {
        text-decoration: none;
    }

.header__region #block-myprofile {
    position: relative;
}

    .header__region #block-myprofile h2 {
        font-family: Open Sans,sans-serif;
        font-size: 1em;
        line-height: 1.4em;
        font-weight: 600;
        margin-bottom: 0;
        cursor: pointer;
    }

    .header__region #block-myprofile > ul {
        display: none;
        background-color: #fff;
        position: absolute;
        z-index: 30;
        top: 200%;
        right: 0;
        margin: 0;
        padding: 0;
        box-shadow: 0 0 0 1px #dee2e5,0 0 2em 0 rgba(0,0,0,.1);
        transition: box-shadow .7s cubic-bezier(.19,1,.22,1);
    }

@media (min-width:50em) {
    .header__region #block-myprofile > ul {
        width: 14em;
    }
}

html:not(.js) .header__region #block-myprofile > ul {
    display: block;
    font-size: .8em;
}

@media (min-width:80em) {
    html:not(.js) .header__region #block-myprofile > ul {
        font-size: 1em;
    }
}

.header__region #block-myprofile > ul:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -.25em;
    right: 2em;
    width: 2em;
    height: 2em;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #dee2e5;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header__region #block-myprofile > ul.is-open {
    display: block;
}

    .header__region #block-myprofile > ul.is-open:active, .header__region #block-myprofile > ul.is-open:focus, .header__region #block-myprofile > ul.is-open:hover {
        box-shadow: 0 0 0 1px #dee2e5,0 1em 3em 0 rgba(0,0,0,.1);
    }

.header__region #block-myprofile > ul > li {
    list-style: none;
}

    .header__region #block-myprofile > ul > li > a {
        position: relative;
        z-index: 10;
        display: block;
        background-color: #fff;
        padding: 1em 1.5em;
        transition: box-shadow .7s cubic-bezier(.19,1,.22,1),background-color .7s cubic-bezier(.19,1,.22,1),color .2s cubic-bezier(.19,1,.22,1);
    }

    .header__region #block-myprofile > ul > li:not(:last-child) > a {
        border-bottom: 1px solid #dee2e5;
    }

    .header__region #block-myprofile > ul > li:last-child > a {
        background-color: #f0f3f5;
        color: #70787a;
    }

html:not(.is-touch) .header__region #block-myprofile > ul > li > a:active, html:not(.is-touch) .header__region #block-myprofile > ul > li > a:focus, html:not(.is-touch) .header__region #block-myprofile > ul > li > a:hover {
    background-color: #007c75;
    color: #fff;
}

.navigation-wrapper {
    position: absolute;
    z-index: 30;
    top: 0;
    right: 0;
    left: 0;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    padding-top: 0;
    box-shadow: none;
    transition: box-shadow .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:50em) {
    .navigation-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        height: auto;
        -ms-transform: none;
        transform: none;
        min-height: 2.6em;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0;
        transition: none;
        box-shadow: none;
        display: block;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width:80em) {
    .navigation-wrapper {
        min-height: 3em;
    }
}

.navigation-wrapper.is-open {
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
}

@media (min-width:50em) {
    .navigation-wrapper.is-open {
        -ms-transform: none;
        transform: none;
        box-shadow: none;
    }
}

.navigation-wrapper.has-open-submenu .navigation-wrapper__content {
    overflow: hidden;
}

.toolbar-vertical .navigation-wrapper {
    height: calc(100vh - 39px);
}

@media (min-width:50em) {
    .toolbar-vertical .navigation-wrapper {
        height: auto;
    }
}

.navigation-wrapper__container {
    margin: 0;
    max-width: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

@media (min-width:50em) {
    .navigation-wrapper__container {
        background-color: #2a0247;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row;
        overflow: visible;
        height: auto;
        margin: 0 auto;
        max-width: 80em;
    }
}

.navigation-wrapper__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width:50em) {
    .navigation-wrapper__content:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: #dee2e5;
        transition: opacity .12s ease-in-out,transform .12s ease-in-out;
    }
}

.navigation-wrapper__main {
    position: relative;
    z-index: 20;
    margin-top: 6em;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width:50em) {
    .navigation-wrapper__main {
        background-color: #2a0247;
        overflow: visible;
        padding-bottom: 0;
        margin-top: 0;
    }
}

@media (min-width:50em) {
    .navigation-wrapper__main > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.navigation-mobile-header {
    background-color: #2a0247;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 6em;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    box-shadow: inset 0 -3px #6cb33d;
}

@media (min-width:50em) {
    .navigation-mobile-header {
        display: none;
    }
}

.navigation-mobile-header__button {
    padding: 1.75em;
}

    .navigation-mobile-header__button .svg {
        width: 1.5em;
        height: 1.5em;
    }

        .navigation-mobile-header__button .svg path, .navigation-mobile-header__button .svg rect {
            fill: #fff;
        }

.navigation-mobile-header__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (min-width:50em) {
    .navigation-mobile-header__content {
        display: none;
    }
}

.navigation-mobile-footer {
    background-color: #2a0247;
    position: relative;
    z-index: 10;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width:50em) {
    .navigation-mobile-footer {
        display: none;
    }
}

.navigation-mobile-footer .header__region {
    background-color: #fff;
}

    .navigation-mobile-footer .header__region ul.links {
        padding: .75em 1.75em;
        padding-bottom: 1.5em;
    }

        .navigation-mobile-footer .header__region ul.links li:not(:last-child) {
            margin-right: 1em;
        }

            .navigation-mobile-footer .header__region ul.links li:not(:last-child):after {
                color: #007c75;
            }

        .navigation-mobile-footer .header__region ul.links li a {
            display: block;
            padding: .25em;
            color: #007c75;
        }

            .navigation-mobile-footer .header__region ul.links li a.is-active {
                color: #000;
                font-weight: 400;
                border-bottom: 3px solid #6cb33d;
            }

.navigation-mobile-footer .footer__links {
    text-align: left;
    padding: 0;
}

    .navigation-mobile-footer .footer__links > ul {
        padding: 1em 0;
    }

        .navigation-mobile-footer .footer__links > ul > li {
            display: block;
            margin: 0;
        }

            .navigation-mobile-footer .footer__links > ul > li > a {
                padding: .5em 2.5em;
                color: #fff;
                display: block;
                text-transform: none;
                text-decoration: underline;
            }

.navigation-mobile-footer__content p {
    padding: .75em 2.5em;
    padding-top: 1.75em;
    border-top: 1px solid #dee2e5;
}

.navigation-mobile-footer__content .social-media__list {
    text-align: center;
}

.navigation {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.navigation__header {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #dee2e5;
}

@media (min-width:50em) {
    .navigation__header {
        display: none;
        padding: 0;
        margin: 2em 0;
        border-right: 1px solid #dee2e5;
    }
}

.navigation__menu.navigation__menu--level-2 > .navigation__header {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-2 > .navigation__header {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        margin: 2em 0;
        display: none;
    }
}

.navigation__back-link {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='14' viewBox='0 0 22 14' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPage 1%3C/title%3E%3Cpath d='M8.214.289a.945.945 0 0 1 .293.675.945.945 0 0 1-.293.675l-4.45 4.385h17.258c.538 0 .978.434.978.964s-.44.964-.978.964H3.764l4.449 4.385a.95.95 0 0 1 0 1.374.983.983 0 0 1-1.394 0L0 6.988l6.82-6.7a.986.986 0 0 1 1.394 0z' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left 50% top 50%;
    background-size: 1.25em auto;
    background-repeat: no-repeat;
    width: 2em;
    height: 2em;
    cursor: pointer;
    padding: 2.5em;
}

@media (min-width:50em) {
    .navigation__back-link {
        display: none;
    }
}

.navigation__item {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .navigation__item.navigation__item--heading {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        font-size: 1em;
        font-weight: 400;
        font-family: Open Sans,sans-serif;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        border-right: 0 !important;
    }

@media (min-width:50em) {
    .navigation__item.navigation__item--heading {
        margin: 0 !important;
        text-transform: none;
    }
}

.navigation__item.navigation__item--heading > a.navigation__link {
    border-bottom: 0 !important;
    color: #00938c;
}

    .navigation__item.navigation__item--heading > a.navigation__link:hover {
        color: #007c75;
        text-decoration: underline;
    }

.navigation__link {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    font-family: Open Sans,sans-serif;
    width: 100%;
    text-align: left;
}

.navigation__item.has-child > .navigation__link {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='8' viewBox='0 0 5 8' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Enav-arrow-icon%3C/title%3E%3Cpath d='M4.5 4a.489.489 0 0 1-.144.347L1.34 7.356a.492.492 0 0 1-.696-.693L3.314 4 .644 1.337A.492.492 0 0 1 1.34.644l3.016 3.009A.489.489 0 0 1 4.5 4z' fill-rule='nonzero' fill='%23007C75'/%3E%3C/svg%3E");
    background-position: right 1em top 50%;
    background-repeat: no-repeat;
    background-size: .5em auto;
}

@media (min-width:50em) {
    .navigation__item.has-child > .navigation__link {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='7' height='4' viewBox='0 0 7 4' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Enav-arrow%3C/title%3E%3Cpath d='M3.5 4a.489.489 0 0 1-.347-.144L.144.84A.492.492 0 0 1 .837.144L3.5 2.814 6.163.144a.492.492 0 0 1 .693.696L3.847 3.856A.489.489 0 0 1 3.5 4z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-position: right 1em top 50%;
        background-repeat: no-repeat;
        background-size: .5em auto;
        padding-right: 2em;
    }
}

.navigation__menu.navigation__menu--level-1 {
    margin: 0;
    padding: 0;
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1 {
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        list-style: none;
        margin-bottom: 0;
        text-align: left;
    }
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1:first-child {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-left: 1em;
    }
}

@media (min-width:60em) {
    .navigation__item.navigation__item--level-1:first-child {
        padding-left: 2em;
    }
}

@media (min-width:60em) {
    .navigation__item.navigation__item--level-1:last-child {
        padding-right: 1em;
    }
}

@media (min-width:80em) {
    .navigation__item.navigation__item--level-1:last-child {
        padding-right: 3.5em;
    }
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1.has-child:after {
        content: "";
        position: absolute;
        z-index: -1;
        top: -7777px;
        left: 0;
        right: 0;
        height: 300vh;
        background-color: #000;
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: opacity .7s cubic-bezier(.19,1,.22,1),top 0s step-end .2s;
    }
}

@media (min-width:50em) {
    html:not(.js) .navigation__item.navigation__item--level-1.has-child:active:after, html:not(.js) .navigation__item.navigation__item--level-1.has-child:focus:after, html:not(.js) .navigation__item.navigation__item--level-1.has-child:hover:after {
        top: 100%;
        opacity: .4;
        transition: opacity .7s cubic-bezier(.19,1,.22,1) .05s,top 0s step-end .05s;
    }
}

.navigation__link.navigation__link--level-1 {
    display: block;
    padding: .75em 1.75em;
    text-align: left;
    font-weight: 600;
    text-transform: none;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: box-shadow .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:50em) {
    .navigation__link.navigation__link--level-1 {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 1em;
        text-align: left;
        font-size: .8999em;
        font-weight: 400;
        color: #fff;
        background-color: transparent;
        text-transform: uppercase;
        border-radius: 0;
        margin-top: 0;
        -ms-transform: translateX(0);
        transform: translateX(0);
        box-shadow: none;
        text-decoration: none !important;
    }
}

.navigation__item.active-trail:not(:first-child) > .navigation__link.navigation__link--level-1, .navigation__link.navigation__link--level-1.is-open, html:not(.is-touch) .navigation__item:not(:first-child):active > .navigation__link.navigation__link--level-1, html:not(.is-touch) .navigation__item:not(:first-child):focus > .navigation__link.navigation__link--level-1, html:not(.is-touch) .navigation__item:not(:first-child):hover > .navigation__link.navigation__link--level-1, html:not(.is-touch) .navigation__link.navigation__link--level-1:active, html:not(.is-touch) .navigation__link.navigation__link--level-1:focus, html:not(.is-touch) .navigation__link.navigation__link--level-1:hover {
    color: #000;
    background-color: #f0f3f5;
    box-shadow: inset .5em 0 0 0 #007c75;
}

@media (min-width:50em) {
    .navigation__item.active-trail:not(:first-child) > .navigation__link.navigation__link--level-1, .navigation__link.navigation__link--level-1.is-open, html:not(.is-touch) .navigation__item:not(:first-child):active > .navigation__link.navigation__link--level-1, html:not(.is-touch) .navigation__item:not(:first-child):focus > .navigation__link.navigation__link--level-1, html:not(.is-touch) .navigation__item:not(:first-child):hover > .navigation__link.navigation__link--level-1, html:not(.is-touch) .navigation__link.navigation__link--level-1:active, html:not(.is-touch) .navigation__link.navigation__link--level-1:focus, html:not(.is-touch) .navigation__link.navigation__link--level-1:hover {
        background-color: #49176d;
        box-shadow: none;
        color: #fff;
        transition: opacity .2s cubic-bezier(.19,1,.22,1),transform .2s cubic-bezier(.19,1,.22,1);
    }
}

@media (min-width:50em) {
    .navigation__item.active-trail:not(:first-child) > .navigation__link.navigation__link--level-1:before, .navigation__link.navigation__link--level-1.is-open:before, html:not(.is-touch) .navigation__item:not(:first-child):active > .navigation__link.navigation__link--level-1:before, html:not(.is-touch) .navigation__item:not(:first-child):focus > .navigation__link.navigation__link--level-1:before, html:not(.is-touch) .navigation__item:not(:first-child):hover > .navigation__link.navigation__link--level-1:before, html:not(.is-touch) .navigation__link.navigation__link--level-1:active:before, html:not(.is-touch) .navigation__link.navigation__link--level-1:focus:before, html:not(.is-touch) .navigation__link.navigation__link--level-1:hover:before {
        background-color: #2a0247 !important;
    }
}

.navigation-wrapper.is-open .navigation__link.navigation__link--level-1 {
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: box-shadow .7s cubic-bezier(.19,1,.22,1),transform .6s cubic-bezier(.19,1,.22,1) .1s;
}

.navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1 {
    color: #00938c;
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1 {
        color: transparent;
        position: relative;
        width: 4em;
    }
}

@media (min-width:60em) {
    .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1 {
        width: 6em;
    }
}

html:not(.is-touch) .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:active, html:not(.is-touch) .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:focus, html:not(.is-touch) .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:hover {
    color: #000;
}

@media (min-width:50em) {
    html:not(.is-touch) .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:active, html:not(.is-touch) .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:focus, html:not(.is-touch) .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:hover {
        color: transparent;
    }
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1:first-child > .navigation__link.navigation__link--level-1:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Ehome-icon%3C/title%3E%3Cpath d='M9 0L0 6.585V18h6.075v-4.61c0-1.58 1.304-2.853 2.925-2.853 1.62 0 2.925 1.272 2.925 2.853V18H18V6.585L9 0z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-size: 1em 1em;
        background-repeat: no-repeat;
    }
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1:not(:last-child) > .navigation__link.navigation__link--level-1:before {
        content: "";
        position: absolute;
        top: .5em;
        bottom: .5em;
        right: 0;
        width: 1px;
        background-color: #49176d;
    }
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-1.menu-item--active-trail > .navigation__link.navigation__link--level-1:after, .navigation__item.navigation__item--level-1 > .navigation__link.navigation__link--level-1.is-active:after {
        content: "";
        position: absolute;
        right: .5em;
        left: .5em;
        bottom: .5em;
        height: 5px;
        background-color: #6cb33d;
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        transition: opacity .12s ease-in-out,transform .12s ease-in-out;
    }
}

@media (min-width:50em) {
    .navigation__expand-button.navigation__expand-button--level-1 {
        display: none;
    }
}

.navigation__menu.navigation__menu--level-2 {
    padding: 0;
    position: fixed;
    top: -7777px;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-transform: translateX(2em);
    transform: translateX(2em);
    transition: transform .7s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1),top 0s step-end .2s;
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-2 {
        position: absolute;
        background-color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        opacity: 0;
        padding-bottom: 2em;
        -ms-transform: translateY(-.25em);
        transform: translateY(-.25em);
    }
}

@media (min-width:60em) {
    .navigation__menu.navigation__menu--level-2 {
        width: 100%;
    }
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-2:after {
        background: #000;
        content: "";
        height: 300vh;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 100%;
        transition: opacity .7s cubic-bezier(.19,1,.22,1),top 0s step-end .2s;
        width: 100%;
        z-index: -1;
    }
}

.navigation__menu.navigation__menu--level-2.is-open {
    background-color: #fff;
    z-index: 10;
    top: 6em;
    bottom: 0;
    opacity: 1;
    overflow: auto;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform .7s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1),top 0s step-end 0s;
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-2.is-open {
        top: 100%;
        bottom: auto;
        height: auto;
        overflow: visible;
    }
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-2.is-open:after {
        opacity: .4;
        transition: opacity .7s cubic-bezier(.19,1,.22,1) .05s,top 0s step-end .05s;
    }
}

@media (min-width:50em) {
    .navigation__item:hover > .navigation__menu.navigation__menu--level-2 {
        top: 100%;
        height: auto;
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: transform .7s cubic-bezier(.19,1,.22,1) .2s,opacity .7s cubic-bezier(.19,1,.22,1) .2s,top 0s step-end .2s;
    }
}

.navigation__item.navigation__item--level-2 {
    list-style: none;
}

@media (min-width:50em) {
    .navigation__item.navigation__item--level-2 {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 2em;
        margin: 2em 0;
        margin-bottom: 0;
        box-shadow: 1px 0 0 0 #dee2e5;
    }
}

@media (min-width:60em) {
    .navigation__item.navigation__item--level-2 {
        -ms-flex: 0 1 33.333%;
        flex: 0 1 33.333%;
        -ms-flex: 0 1 33.33333%;
        flex: 0 1 33.33333%;
    }
}

@media (min-width:80em) {
    .navigation__item.navigation__item--level-2 {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}

.navigation__link.navigation__link--level-2 {
    line-height: 1.7;
    display: block;
    padding: .75em 1.75em;
    color: #007c75;
    font-weight: 600;
    text-transform: none;
    transition: box-shadow .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    .navigation__link.navigation__link--level-2 {
        line-height: 1.675;
    }
}

@media (min-width:50em) {
    .navigation__link.navigation__link--level-2 {
        line-height: 1.65;
    }
}

@media (min-width:60em) {
    .navigation__link.navigation__link--level-2 {
        line-height: 1.625;
    }
}

@media (min-width:80em) {
    .navigation__link.navigation__link--level-2 {
        line-height: 1.6;
    }
}

@media (min-width:50em) {
    .navigation__link.navigation__link--level-2 {
        padding: 1em 0;
        padding-top: 0;
        display: block;
        color: #000;
    }
}

html:not(.is-touch) a.navigation__link.navigation__link--level-2:active, html:not(.is-touch) a.navigation__link.navigation__link--level-2:focus, html:not(.is-touch) a.navigation__link.navigation__link--level-2:hover {
    color: #000;
    text-decoration: underline;
}

html:not(.is-touch) button.navigation__link.navigation__link--level-2:active, html:not(.is-touch) button.navigation__link.navigation__link--level-2:focus, html:not(.is-touch) button.navigation__link.navigation__link--level-2:hover {
    color: #000;
    background-color: #f0f3f5;
    box-shadow: inset .5em 0 0 0 #007c75;
    text-decoration: none;
}

@media (min-width:50em) {
    html:not(.is-touch) button.navigation__link.navigation__link--level-2:active, html:not(.is-touch) button.navigation__link.navigation__link--level-2:focus, html:not(.is-touch) button.navigation__link.navigation__link--level-2:hover {
        color: #000;
        background-color: transparent;
        box-shadow: none;
    }
}

html:not(.is-touch) button.navigation__link.navigation__link--level-2[role=heading]:active, html:not(.is-touch) button.navigation__link.navigation__link--level-2[role=heading]:focus, html:not(.is-touch) button.navigation__link.navigation__link--level-2[role=heading]:hover {
    outline: none;
}

html:not(.is-touch) .navigation__header .navigation__link.navigation__link--level-2:active, html:not(.is-touch) .navigation__header .navigation__link.navigation__link--level-2:focus, html:not(.is-touch) .navigation__header .navigation__link.navigation__link--level-2:hover {
    color: #005e59;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

.navigation__heading.navigation__heading--level-2 {
    display: none;
}

@media (min-width:50em) {
    .navigation__heading.navigation__heading--level-2 {
        display: inline;
    }
}

.navigation__menu.navigation__menu--level-3 {
    padding: 0;
    position: absolute;
    top: -7777px;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-transform: translateX(2em);
    transform: translateX(2em);
    transition: transform .7s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1),top 0s step-end .2s;
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-3 {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        opacity: 1;
        -ms-transform: none;
        transform: none;
        transition: none;
    }
}

.navigation__menu.navigation__menu--level-3.is-open {
    background-color: #fff;
    z-index: 10;
    top: 0;
    bottom: 0;
    overflow: auto;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: transform .7s cubic-bezier(.19,1,.22,1),opacity .7s cubic-bezier(.19,1,.22,1),top 0s step-end 0s;
}

@media (min-width:50em) {
    .navigation__menu.navigation__menu--level-3.is-open {
        top: auto;
        bottom: 0;
        height: auto;
        overflow: visible;
    }
}

.navigation__link.navigation__link--level-3 {
    line-height: 1.7;
    display: block;
    padding: .75em 1.75em;
    color: #007c75;
    font-weight: 600;
    text-transform: none;
    transition: box-shadow .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    .navigation__link.navigation__link--level-3 {
        line-height: 1.675;
    }
}

@media (min-width:50em) {
    .navigation__link.navigation__link--level-3 {
        line-height: 1.65;
    }
}

@media (min-width:60em) {
    .navigation__link.navigation__link--level-3 {
        line-height: 1.625;
    }
}

@media (min-width:80em) {
    .navigation__link.navigation__link--level-3 {
        line-height: 1.6;
    }
}

html:not(.is-touch) .navigation__link.navigation__link--level-3:active, html:not(.is-touch) .navigation__link.navigation__link--level-3:focus, html:not(.is-touch) .navigation__link.navigation__link--level-3:hover {
    color: #000;
    background-color: #f0f3f5;
    box-shadow: inset .5em 0 0 0 #007c75;
    text-decoration: none;
}

@media (min-width:50em) {
    html:not(.is-touch) .navigation__link.navigation__link--level-3:active, html:not(.is-touch) .navigation__link.navigation__link--level-3:focus, html:not(.is-touch) .navigation__link.navigation__link--level-3:hover {
        color: #005e59;
        background-color: transparent;
        box-shadow: none;
        text-decoration: underline;
    }
}

@media (min-width:50em) {
    .navigation__link.navigation__link--level-3 {
        text-transform: none;
        font-weight: 400;
        position: relative;
        padding: .25em 1em;
        display: block;
    }
}

@media (min-width:50em) {
    .navigation__link.navigation__link--level-3:before {
        content: "\BB";
        position: absolute;
        top: .15em;
        left: 0;
    }
}

html:not(.is-touch) .navigation__header .navigation__link.navigation__link--level-3:active, html:not(.is-touch) .navigation__header .navigation__link.navigation__link--level-3:focus, html:not(.is-touch) .navigation__header .navigation__link.navigation__link--level-3:hover {
    color: #005e59;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline;
}

.menu-utility-wrapper {
    display: block;
    position: absolute;
    top: 6em;
    right: 0;
    left: 0;
    height: 6em;
}

@media (min-width:50em) {
    .menu-utility-wrapper {
        display: block;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        height: auto;
    }
}

@media (min-width:50em) {
    .navigation-wrapper .menu-utility-wrapper {
        display: none;
    }
}

.header .menu-utility-wrapper {
    display: none;
}

@media (min-width:50em) {
    .header .menu-utility-wrapper {
        display: block;
    }
}

.menu-utility-wrapper h3 {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.menu-utility {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1em;
    font-weight: 600;
    padding: 0 1.75em;
    padding-top: .75em;
    margin: 0;
}

@media (min-width:50em) {
    .menu-utility {
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 0;
        font-size: .8889em;
    }
}

.header .menu-utility {
    display: none;
}

@media (min-width:50em) {
    .header .menu-utility {
        display: -ms-flexbox;
        display: flex;
    }
}

.menu-utility > li {
    list-style: none;
    margin-bottom: 1em;
}

@media (min-width:50em) {
    .menu-utility > li {
        margin-bottom: 0;
    }
}

.menu-utility > li > a {
    padding: .5em 1em;
    padding-left: 2em;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
}

.menu-utility > li:last-child > a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Efhrs-search-icon-header%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%232A0247' cx='15' cy='15' r='15'/%3E%3Cpath d='M14.125 17.5a4.374 4.374 0 1 1 0-8.75 4.374 4.374 0 1 1 0 8.75m7.618 2.006l-2.717-2.718a6.09 6.09 0 0 0 1.224-3.663 6.125 6.125 0 1 0-6.125 6.125 6.089 6.089 0 0 0 3.663-1.224l2.718 2.717a.874.874 0 1 0 1.237-1.237' fill='%23FFF'/%3E%3C/g%3E%3C/svg%3E");
}

.menu-utility > li:first-child > a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Econtact-icon-header%3C/title%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%232A0247' cx='15' cy='15' r='15'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M16.63 7l3.92 2.263-6.21 10.756-3.92-2.263zM10 23l3.9-2.274-3.818-2.274z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

html:not(.is-touch) .menu-utility > li > a:active, html:not(.is-touch) .menu-utility > li > a:focus, html:not(.is-touch) .menu-utility > li > a:hover {
    text-decoration: underline;
}

.tab-row {
    margin-right: -1em;
    margin-left: -1em;
    background-color: #f0f3f5;
    box-shadow: inset 0 -.1em 0 0 #dee2e5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:30em) {
    .tab-row {
        margin-right: -1.75em;
    }
}

@media (min-width:50em) {
    .tab-row {
        margin-right: -2.5em;
    }
}

@media (min-width:60em) {
    .tab-row {
        margin-right: -3.25em;
    }
}

@media (min-width:80em) {
    .tab-row {
        margin-right: -4em;
    }
}

@media (min-width:30em) {
    .tab-row {
        margin-left: -1.75em;
    }
}

@media (min-width:50em) {
    .tab-row {
        margin-left: -2.5em;
    }
}

@media (min-width:60em) {
    .tab-row {
        margin-left: -3.25em;
    }
}

@media (min-width:80em) {
    .tab-row {
        margin-left: -4em;
    }
}

.tab-row > ul {
    padding-right: 1em;
    padding-left: 1em;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
    overflow-x: scroll;
    max-width: 51em;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width:30em) {
    .tab-row > ul {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .tab-row > ul {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .tab-row > ul {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .tab-row > ul {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .tab-row > ul {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .tab-row > ul {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .tab-row > ul {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .tab-row > ul {
        padding-left: 4em;
    }
}

@media (min-width:60em) {
    .tab-row > ul {
        overflow-x: visible;
    }
}

.tab-row > ul li {
    list-style: none;
    font-weight: 600;
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width:60em) {
    .tab-row > ul li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.tab-row > ul li a, .tab-row > ul li span {
    display: block;
    padding: .5em;
    padding-bottom: 1em;
    text-align: center;
    box-shadow: inset 0 -.2em 0 0 transparent;
}

.tab-row > ul li a {
    transition: color .7s cubic-bezier(.19,1,.22,1),box-shadow .7s cubic-bezier(.19,1,.22,1);
}

html:not(.is-touch) .tab-row > ul li a:active, html:not(.is-touch) .tab-row > ul li a:focus, html:not(.is-touch) .tab-row > ul li a:hover {
    box-shadow: inset 0 -.2em 0 0 #007c75;
}

.tab-row > ul li a.is-active {
    color: #000;
    box-shadow: inset 0 -.2em 0 0 #000;
}

html:not(.is-touch) .tab-row > ul li a.is-active:active, html:not(.is-touch) .tab-row > ul li a.is-active:focus, html:not(.is-touch) .tab-row > ul li a.is-active:hover {
    color: #007c75;
    box-shadow: inset 0 -.2em 0 0 #007c75;
    text-decoration: none;
}

.tab-row.tab-row--capitalize {
    text-transform: uppercase;
}

.sub-navigation {
    margin-left: -1em;
    margin-right: -1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .sub-navigation {
        margin-left: -1.75em;
        margin-right: -1.75em;
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .sub-navigation {
        margin-left: -2.5em;
        margin-right: -2.5em;
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .sub-navigation {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -3.5em;
        -ms-transform: translateY(-3.5em);
        transform: translateY(-3.5em);
        border-bottom: none;
        padding-bottom: 0;
    }
}

.sub-navigation ul {
    margin: 0;
    padding: 0;
}

.sub-navigation li {
    list-style: none;
}

.sub-navigation a {
    transition: background-color .2s cubic-bezier(.19,1,.22,1),color .2s cubic-bezier(.19,1,.22,1),border-color .2s cubic-bezier(.19,1,.22,1);
}

.sub-navigation > .menu {
    position: relative;
}

@media (min-width:60em) {
    .sub-navigation > .menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 55em;
        margin: 0 auto;
        padding-right: 3.25em;
        padding-left: 3.25em;
        padding-bottom: 8em;
    }
}

@media (min-width:80em) {
    .sub-navigation > .menu {
        padding-right: 4em;
        padding-left: 4em;
    }
}

.sub-navigation > .menu > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

    .sub-navigation > .menu > li > a {
        font-size: 1rem;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        width: 50%;
        box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
        z-index: 10;
        font-weight: 600;
        padding: .75em 1em;
        padding: calc(.75em + 8px) 1em;
        display: block;
        background-color: #fff;
        text-align: center;
    }

@media (min-width:30em) {
    .sub-navigation > .menu > li > a {
        font-size: 1.25rem;
    }
}

@media (min-width:50em) {
    .sub-navigation > .menu > li > a {
        font-size: 1.5rem;
    }
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > a {
        font-size: 1.75rem;
    }
}

@media (min-width:80em) {
    .sub-navigation > .menu > li > a {
        font-size: 2rem;
    }
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > a {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 1em 2em;
    }
}

.sub-navigation > .menu > li:first-child > a {
    position: absolute;
    top: 0;
    right: 50%;
    left: 0;
}

@media (min-width:60em) {
    .sub-navigation > .menu > li:first-child > a {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
}

.sub-navigation > .menu > li:last-child > a {
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
}

@media (min-width:60em) {
    .sub-navigation > .menu > li:last-child > a {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
}

.sub-navigation > .menu > li.menu-item--active-trail > a, .sub-navigation > .menu > li > a.is-active {
    z-index: 1;
}

html:not(.is-touch) .sub-navigation > .menu > li:not(.menu-item--active-trail) > a:not(.is-open):active, html:not(.is-touch) .sub-navigation > .menu > li:not(.menu-item--active-trail) > a:not(.is-open):focus, html:not(.is-touch) .sub-navigation > .menu > li:not(.menu-item--active-trail) > a:not(.is-open):hover {
    color: #2a0247;
}

.sub-navigation > .menu > li.menu-item--active-trail > a:not(.is-closed), .sub-navigation > .menu > li > a.is-active:not(.is-closed), .sub-navigation > .menu > li > a.is-open:not(.is-closed) {
    position: relative;
    background-color: #2a0247;
    color: #fff;
}

.sub-navigation > .menu > li > a:before {
    right: 1.5rem;
    left: 1.5rem;
    bottom: .75rem;
    content: "";
    position: absolute;
    height: 4px;
    background-color: #6cb33d;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: opacity .12s ease-in-out,transform .12s ease-in-out;
}

@media (min-width:30em) {
    .sub-navigation > .menu > li > a:before {
        right: 2rem;
    }
}

@media (min-width:50em) {
    .sub-navigation > .menu > li > a:before {
        right: 2.5rem;
    }
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > a:before {
        right: 3rem;
    }
}

@media (min-width:80em) {
    .sub-navigation > .menu > li > a:before {
        right: 3.5rem;
    }
}

@media (min-width:30em) {
    .sub-navigation > .menu > li > a:before {
        left: 2rem;
    }
}

@media (min-width:50em) {
    .sub-navigation > .menu > li > a:before {
        left: 2.5rem;
    }
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > a:before {
        left: 3rem;
    }
}

@media (min-width:80em) {
    .sub-navigation > .menu > li > a:before {
        left: 3.5rem;
    }
}

@media (min-width:30em) {
    .sub-navigation > .menu > li > a:before {
        bottom: 1rem;
    }
}

@media (min-width:50em) {
    .sub-navigation > .menu > li > a:before {
        bottom: 1.25rem;
    }
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > a:before {
        bottom: 1.5rem;
    }
}

@media (min-width:80em) {
    .sub-navigation > .menu > li > a:before {
        bottom: 1.75rem;
    }
}

.sub-navigation > .menu > li > a:after {
    content: "";
    border: .4em solid transparent;
    border-top-color: transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

.sub-navigation > .menu > li.menu-item--active-trail > a:not(.is-closed):after, .sub-navigation > .menu > li > a.is-active:not(.is-closed):after, .sub-navigation > .menu > li > a.is-open:not(.is-closed):after {
    border-top-color: #2a0247;
    -ms-transform: translateX(-50%) translateY(94%);
    transform: translateX(-50%) translateY(94%);
}

.sub-navigation > .menu > li.menu-item--active-trail > a:not(.is-closed):before, .sub-navigation > .menu > li > a.is-active:not(.is-closed):before, .sub-navigation > .menu > li > a.is-open:not(.is-closed):before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    transition: opacity .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
}

.sub-navigation > .menu > li > .menu {
    padding-top: 1em;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > .menu {
        position: absolute;
        right: 0;
        left: 0;
        padding-top: 2em;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.sub-navigation > .menu > li.menu-item--active-trail > .menu, .sub-navigation > .menu > li > .menu.is-open {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width:60em) {
    .sub-navigation > .menu > li.menu-item--active-trail > .menu, .sub-navigation > .menu > li > .menu.is-open {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.sub-navigation > .menu > li > .menu.is-closed {
    display: none;
}

.sub-navigation > .menu > li > .menu > li {
    position: relative;
    margin-bottom: .5em;
}

    .sub-navigation > .menu > li > .menu > li:last-child {
        margin-bottom: 0;
    }

@media (min-width:60em) {
    .sub-navigation > .menu > li > .menu > li {
        margin: 0 .25em;
        margin-bottom: 0;
    }
}

.sub-navigation > .menu > li > .menu > li:not(.menu-item--active-trail) {
    overflow: hidden;
}

.sub-navigation > .menu > li > .menu > li > a {
    position: relative;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    padding: .75em 1em;
    background-color: #fff;
    color: #007c75;
    border: 4px solid #dee2e5;
    z-index: 10;
    transition: background-color .7s cubic-bezier(.19,1,.22,1),border-color .7s cubic-bezier(.19,1,.22,1);
}

html:not(.is-touch) .sub-navigation > .menu > li > .menu > li > a:active, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li > a:focus, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li > a:hover {
    border-color: #007c75;
}

@media (min-width:60em) {
    .sub-navigation > .menu > li > .menu > li > a {
        padding: 1em;
    }
}

.sub-navigation > .menu > li > .menu > li.menu-item--active-trail > a, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li.menu-item--active-trail > a:active, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li.menu-item--active-trail > a:focus, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li.menu-item--active-trail > a:hover {
    border-color: #2a0247;
    background-color: #2a0247;
    color: #fff;
}

html:not(.is-touch) .sub-navigation > .menu > li > .menu > li > a:not(.is-active):active, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li > a:not(.is-active):focus, html:not(.is-touch) .sub-navigation > .menu > li > .menu > li > a:not(.is-active):hover {
    color: #007c75;
}

.sub-navigation > .menu > li > .menu > li > a.is-active {
    background-color: #2a0247;
    border-color: #2a0247;
    color: #fff;
}

    .sub-navigation > .menu > li > .menu > li > a.is-active:after {
        display: none;
    }

@media (min-width:60em) {
    .sub-navigation > .menu > li > .menu > li > a.is-active:after {
        content: "";
        border: .7em solid transparent;
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        border-top-color: #2a0247;
        -ms-transform: translateX(-50%) translateY(100%);
        transform: translateX(-50%) translateY(100%);
    }
}

.ratings {
    position: relative;
    margin: 0;
    max-width: none;
}

.ratings-results__table--wrapper {
    width: 100%;
}

@media (min-width:60em) {
    .ratings {
        padding-right: 0;
        padding-left: 0;
    }
}

.theme--search .ratings {
    margin-right: -1em;
    margin-left: -1em;
}

@media (min-width:30em) {
    .theme--search .ratings {
        margin-right: -1.5em;
    }
}

@media (min-width:50em) {
    .theme--search .ratings {
        margin-right: -2em;
    }
}

@media (min-width:60em) {
    .theme--search .ratings {
        margin-right: -2.5em;
    }
}

@media (min-width:80em) {
    .theme--search .ratings {
        margin-right: -3em;
    }
}

@media (min-width:30em) {
    .theme--search .ratings {
        margin-left: -1.75em;
    }
}

@media (min-width:50em) {
    .theme--search .ratings {
        margin-left: -2.5em;
    }
}

@media (min-width:60em) {
    .theme--search .ratings {
        margin-left: -3.25em;
    }
}

@media (min-width:80em) {
    .theme--search .ratings {
        margin-left: -4em;
    }
}

@media (min-width:60em) {
    .theme--search .ratings {
        margin: 0;
    }
}

.ratings__container {
    max-width: 55em;
    margin: 0 auto;
}

.ratings__search-expand-button {
    width: 100%;
    padding: 1em;
    text-transform: uppercase;
}

@media (min-width:60em) {
    .ratings__search-expand-button {
        display: none;
    }
}

.ratings__search-expand-button svg path {
    fill: currentColor;
}

.ratings__search {
    padding: 1em;
    position: relative;
    z-index: 10;
    text-align: center;
}

@media (min-width:30em) {
    .ratings__search {
        padding-top: 1.75em;
    }
}

@media (min-width:50em) {
    .ratings__search {
        padding-top: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__search {
        padding-top: 3.25em;
    }
}

@media (min-width:80em) {
    .ratings__search {
        padding-top: 4em;
    }
}

@media (min-width:30em) {
    .ratings__search {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .ratings__search {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__search {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .ratings__search {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .ratings__search {
        padding-bottom: 1.75em;
    }
}

@media (min-width:50em) {
    .ratings__search {
        padding-bottom: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__search {
        padding-bottom: 3.25em;
    }
}

@media (min-width:80em) {
    .ratings__search {
        padding-bottom: 4em;
    }
}

@media (min-width:30em) {
    .ratings__search {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .ratings__search {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__search {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .ratings__search {
        padding-left: 4em;
    }
}

.ratings__search .container {
    max-width: 34em;
}

.ratings__search label, .ratings__search legend {
    display: block;
    text-align: left;
    font-size: 1em;
    text-transform: none;
    margin-bottom: .5em;
}

.ratings__search legend {
    margin-bottom: 1em;
}

.ratings__search label.option {
    text-transform: capitalize;
}

.ratings__search input:not([type=submit]), .ratings__search select {
    text-align: left;
    width: 100%;
    margin-bottom: 1em;
}

.ratings__search .fsa-rating-search-main label {
    font-size: 1.2em;
    text-align: center;
}

@media (min-width:30em) {
    .ratings__search .fsa-rating-search-main label {
        font-size: 1.2375em;
    }
}

@media (min-width:50em) {
    .ratings__search .fsa-rating-search-main label {
        font-size: 1.275em;
    }
}

@media (min-width:60em) {
    .ratings__search .fsa-rating-search-main label {
        font-size: 1.3125em;
    }
}

@media (min-width:80em) {
    .ratings__search .fsa-rating-search-main label {
        font-size: 1.35em;
    }
}

.ratings__search .fsa-rating-search-main input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23848B8E' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left 1em top 50%;
    background-repeat: no-repeat;
    padding-left: 3em;
}

html:not(.is-touch) .ratings__search .fsa-rating-search-main input:active, html:not(.is-touch) .ratings__search .fsa-rating-search-main input:focus, html:not(.is-touch) .ratings__search .fsa-rating-search-main input:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.ratings__search .form-actions {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.ratings__search .fieldgroup {
    margin-top: 2em;
    padding-bottom: 2em;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

@media (min-width:60em) {
    .ratings__search .fieldgroup {
        width: 49%;
    }
}

@media (min-width:60em) {
    .ratings__search .fieldgroup:nth-child(odd) {
        padding-right: 1em;
    }
}

@media (min-width:60em) {
    .ratings__search .fieldgroup:nth-child(2n) {
        padding-left: 1em;
    }
}

.ratings__search .form-item {
    margin-bottom: 0;
    text-align: left;
}

    .ratings__search .form-item.js-form-type-select {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

@media (min-width:60em) {
    .ratings__search .form-item.js-form-type-select {
        width: 49%;
    }
}

@media (min-width:60em) {
    .ratings__search .form-item.js-form-type-select:nth-child(odd) {
        padding-right: 1em;
    }
}

@media (min-width:60em) {
    .ratings__search .form-item.js-form-type-select:nth-child(2n) {
        padding-left: 1em;
    }
}

.ratings__search .ratings__advanced-search-button {
    padding: 1em 0;
    margin-bottom: 1em;
    color: #007c75;
    text-decoration: underline;
    transition: color .2s cubic-bezier(.19,1,.22,1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .ratings__search .ratings__advanced-search-button:not(.is-open) {
        box-shadow: 0 1px 0 0 #dee2e5;
    }

html:not(.is-touch) .ratings__search .ratings__advanced-search-button:active, html:not(.is-touch) .ratings__search .ratings__advanced-search-button:focus, html:not(.is-touch) .ratings__search .ratings__advanced-search-button:hover {
    color: #00938c;
}

@media (min-width:60em) {
    .ratings__search .ratings__advanced-search-button-icon {
        margin-left: 1em !important;
    }
}

.ratings__search .ratings__advanced-search-content {
    margin-bottom: 1em;
    box-shadow: 0 1px 0 0 #dee2e5;
}

.ratings__header {
    padding-bottom: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

@media (min-width:30em) {
    .ratings__header {
        padding-bottom: 1.875em;
    }
}

@media (min-width:50em) {
    .ratings__header {
        padding-bottom: 2.25em;
    }
}

@media (min-width:60em) {
    .ratings__header {
        padding-bottom: 2.625em;
    }
}

@media (min-width:80em) {
    .ratings__header {
        padding-bottom: 3em;
    }
}

@media (min-width:60em) {
    .ratings__header {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ratings__header.rating__header--back-link a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='14' viewBox='0 0 22 14' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPage 1%3C/title%3E%3Cpath d='M8.214.289a.945.945 0 0 1 .293.675.945.945 0 0 1-.293.675l-4.45 4.385h17.258c.538 0 .978.434.978.964s-.44.964-.978.964H3.764l4.449 4.385a.95.95 0 0 1 0 1.374.983.983 0 0 1-1.394 0L0 6.988l6.82-6.7a.986.986 0 0 1 1.394 0z' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left 0 top 50%;
    background-size: 1em auto;
    background-repeat: no-repeat;
    padding-left: 1.5em;
}

.ratings__toolbar {
    padding-right: 1em;
    padding-left: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 1.5em 1em 1em;
}

@media (min-width:30em) {
    .ratings__toolbar {
        padding-top: 1.875em;
    }
}

@media (min-width:50em) {
    .ratings__toolbar {
        padding-top: 2.25em;
    }
}

@media (min-width:60em) {
    .ratings__toolbar {
        padding-top: 2.625em;
    }
}

@media (min-width:80em) {
    .ratings__toolbar {
        padding-top: 3em;
    }
}

@media (min-width:30em) {
    .ratings__toolbar {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .ratings__toolbar {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .ratings__toolbar {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .ratings__toolbar {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .ratings__toolbar {
        padding-bottom: 1.125em;
    }
}

@media (min-width:50em) {
    .ratings__toolbar {
        padding-bottom: 1.25em;
    }
}

@media (min-width:60em) {
    .ratings__toolbar {
        padding-bottom: 1.375em;
    }
}

@media (min-width:80em) {
    .ratings__toolbar {
        padding-bottom: 1.5em;
    }
}

@media (min-width:30em) {
    .ratings__toolbar {
        padding-left: 1.25em;
    }
}

@media (min-width:50em) {
    .ratings__toolbar {
        padding-left: 1.5em;
    }
}

@media (min-width:60em) {
    .ratings__toolbar {
        padding-left: 1.75em;
    }
}

@media (min-width:80em) {
    .ratings__toolbar {
        padding-left: 2em;
    }
}

@media (min-width:60em) {
    .ratings__toolbar {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ratings__sort-form {
    margin: 0;
    padding-right: 0;
}

@media (min-width:60em) {
    .ratings__sort-form {
        margin-left: auto;
    }
}

.ratings__sort-form .form-item {
    margin-bottom: 0;
}

    .ratings__sort-form .form-item label {
        font-size: 1em;
        font-weight: 700;
        text-transform: none;
        display: block;
        margin: 0;
        margin-bottom: .5em;
    }

@media (min-width:60em) {
    .ratings__sort-form .form-item label {
        font-weight: 600;
    }
}

@media (min-width:80em) {
    .ratings__sort-form .form-item label {
        display: inline-block;
        margin: 0 1em;
    }
}

.ratings__sort-form .form-item select {
    display: block;
    margin: 0;
    width: 100%;
}

@media (min-width:50em) {
    .ratings__sort-form .form-item select {
        width: auto;
    }
}

@media (min-width:80em) {
    .ratings__sort-form .form-item select {
        display: inline-block;
        margin-left: 1em;
    }
}

.ratings__hits-total {
    margin-right: 1em;
    font-family: Fira Sans,sans-serif;
    font-size: 1.5em;
    margin-bottom: 1em;
    font-weight: 700;
}

@media (min-width:30em) {
    .ratings__hits-total {
        margin-right: 1.25em;
    }
}

@media (min-width:50em) {
    .ratings__hits-total {
        margin-right: 1.5em;
    }
}

@media (min-width:60em) {
    .ratings__hits-total {
        margin-right: 1.75em;
    }
}

@media (min-width:80em) {
    .ratings__hits-total {
        margin-right: 2em;
    }
}

@media (min-width:60em) {
    .ratings__hits-total {
        font-weight: 500;
        margin-bottom: 0;
    }
}

.ratings__sort-results select {
    width: 15em;
}

.ratings__content {
    padding-bottom: 2em;
    padding-right: 1em;
    padding-left: 1em;
    position: relative;
    background-color: #fff;
    z-index: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 100vh;
}

@media (min-width:30em) {
    .ratings__content {
        padding-bottom: 2.25em;
    }
}

@media (min-width:50em) {
    .ratings__content {
        padding-bottom: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__content {
        padding-bottom: 2.75em;
    }
}

@media (min-width:80em) {
    .ratings__content {
        padding-bottom: 3em;
    }
}

@media (min-width:30em) {
    .ratings__content {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .ratings__content {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__content {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .ratings__content {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .ratings__content {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .ratings__content {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__content {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .ratings__content {
        padding-left: 4em;
    }
}

.ratings__content.ratings__content--frontpage {
    padding-top: 2em;
}

@media (min-width:30em) {
    .ratings__content.ratings__content--frontpage {
        padding-top: 2.25em;
    }
}

@media (min-width:50em) {
    .ratings__content.ratings__content--frontpage {
        padding-top: 2.5em;
    }
}

@media (min-width:60em) {
    .ratings__content.ratings__content--frontpage {
        padding-top: 2.75em;
    }
}

@media (min-width:80em) {
    .ratings__content.ratings__content--frontpage {
        padding-top: 3em;
    }
}

.ratings__content.ratings__content--listing {
    padding: 0 !important;
}

.ratings__content h1 {
    color: #00938c;
}

html:not(.is-touch) .ratings__content a:active, html:not(.is-touch) .ratings__content a:focus, html:not(.is-touch) .ratings__content a:hover {
    color: #005e59;
}

.ratingvalue {
    text-decoration: none;
}

    .ratingvalue .numeric {
        font-family: Open Sans,sans-serif;
        font-size: 1.25em;
        font-weight: 600;
        line-height: 32px;
        color: #000;
        border-radius: 50%;
        background-color: #6cb33d;
        border: 2px solid #000;
        width: 35px;
        height: 35px;
        display: block;
        text-align: center;
        overflow: hidden;
    }

    .ratings__badge .ratingvalue, .ratingvalue .description {
        display: none;
    }

@media (min-width:60em) {
    .ratings__badge .ratingvalue {
        display: block;
    }
}

@media (min-width:80em) {
    .ratings__badge .ratingvalue {
        display: none;
    }
}

.ratings__mobile-rating-value {
    padding-left: 1em;
}

    .ratings__mobile-rating-value .svg {
        border-radius: 50%;
        background-color: #6cb33d;
        border: 2px solid #000;
        width: 35px;
        height: 35px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .ratings__mobile-rating-value .svg.awaitinginspection {
            background-color: #000;
        }

        .ratings__mobile-rating-value .svg svg {
            width: 20px;
            height: 20px;
        }

    .ratings__mobile-rating-value .badge {
        padding-top: .25em;
        width: 5em;
    }

@media (min-width:30em) {
    .ratings__mobile-rating-value .badge {
        width: 7.5em;
    }
}

@media (min-width:50em) {
    .ratings__mobile-rating-value .badge {
        width: 10em;
    }
}

.ratings__badge img {
    border-radius: .2em;
    max-width: 100%;
}

@media (min-width:30em) {
    .ratings__badge img {
        max-width: 120%;
    }
}

.ratings__table > div:nth-child(4n+2) {
    background-color: #f0f3f5;
}

@media (min-width:60em) {
    .ratings__table > div:nth-child(4n+2) {
        background-color: transparent;
    }
}

.ratings__table > div:nth-child(4n+1) {
    background-color: transparent;
}

@media (min-width:60em) {
    .ratings__table > div:nth-child(4n+1) {
        background-color: #f0f3f5;
    }
}

.ratings__table.ratings__table--more-items > div {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: column nowrap !important;
    flex-flow: column nowrap !important;
}

.ratings__mobile-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .ratings__mobile-item.is-open {
        background-color: #00938c !important;
        color: #fff !important;
    }

    .ratings__mobile-item a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .ratings__mobile-item a p {
            text-decoration: none;
        }

    .ratings__mobile-item.is-open a {
        color: #fff !important;
    }

.ratings__mobile-link {
    text-decoration: none !important;
}

.ratings__mobile-name {
    padding: 0 1em;
}

    .ratings__mobile-name h3 {
        font-family: Open Sans,sans-serif;
        margin-bottom: .5em;
        text-decoration: underline;
    }

    .ratings__mobile-name p {
        color: #000;
    }

.ratings__mobile-item.is-open .ratings__mobile-name p {
    color: #fff !important;
}

.ratings__toggle-button {
    padding: 1em 1.2em;
    border-radius: 0;
    border-left: 1px solid #dee2e5;
}

.ratings__mobile-item.is-open .ratings__toggle-button {
    border-left: 1px solid #007c75;
}

.ratings__toggle-button .svg {
    position: relative;
    width: 11px;
    height: 6px;
}

    .ratings__toggle-button .svg path {
        fill: #007c75 !important;
    }

.ratings__mobile-item.is-open .ratings__toggle-button .svg path {
    fill: #fff !important;
}

.ratings__footer {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

    .ratings__footer .hits-shown, .ratings__footer .hits-total {
        font-weight: 700;
    }

        .ratings__footer .hits-shown > div, .ratings__footer .hits-total > div {
            display: inline !important;
        }

    .ratings__footer .button {
        margin-top: 1em;
        margin: 0 auto;
    }

@media (min-width:30em) {
    .ratings__footer .button {
        margin-top: 1.25em;
    }
}

@media (min-width:50em) {
    .ratings__footer .button {
        margin-top: 1.5em;
    }
}

@media (min-width:60em) {
    .ratings__footer .button {
        margin-top: 1.75em;
    }
}

@media (min-width:80em) {
    .ratings__footer .button {
        margin-top: 2em;
    }
}

.ratings-meanings__row {
    background-color: #fff;
    margin-bottom: .5em;
    -ms-flex-flow: column;
    flex-flow: column;
}

@media (min-width:30em) {
    .ratings-meanings__row {
        -ms-flex-flow: row;
        flex-flow: row;
    }
}

.ratings-meanings__table {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
}

@media (min-width:60em) {
    .ratings-meanings__table {
        margin-right: -2em;
        margin-left: -2em;
    }
}

@media (min-width:80em) {
    .ratings-meanings__table {
        margin-right: -5em;
        margin-left: -5em;
    }
}

@media (min-width:30em) {
    .ratings-meanings__item:last-child {
        box-shadow: -.1em 0 0 0 #f0f3f5;
    }
}

.ratings-meanings__item--score {
    background-color: #00938c;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: .5em;
}

@media (min-width:30em) {
    .ratings-meanings__item--score {
        -ms-flex: 0 0 6em;
        flex: 0 0 6em;
    }
}

@media (min-width:30em) {
    .ratings-meanings__item--badge {
        -ms-flex: 0 0 10em;
        flex: 0 0 10em;
    }
}

@media (min-width:50em) {
    .ratings-meanings__item--badge {
        -ms-flex: 0 0 15em;
        flex: 0 0 15em;
    }
}

.ratings-meanings__content--highlight {
    font-family: Fira Sans,sans-serif;
    font-size: 2.5em;
    font-weight: 700;
}

.establishment .field {
    margin-bottom: 0 !important;
}

.establishment__container {
    max-width: 55em;
    margin: 0 auto;
}

.establishment__meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:60em) {
    .establishment__meta {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.establishment__title {
    margin-top: 0;
}

.establishment__rating {
    margin-right: 1em;
    padding-right: 1em;
    background-color: #f0f3f5;
    margin-bottom: 2em;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width:30em) {
    .establishment__rating {
        margin-right: 1.25em;
    }
}

@media (min-width:50em) {
    .establishment__rating {
        margin-right: 1.5em;
    }
}

@media (min-width:60em) {
    .establishment__rating {
        margin-right: 1.75em;
    }
}

@media (min-width:80em) {
    .establishment__rating {
        margin-right: 2em;
    }
}

@media (min-width:30em) {
    .establishment__rating {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .establishment__rating {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .establishment__rating {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .establishment__rating {
        padding-right: 2em;
    }
}

@media (min-width:60em) {
    .establishment__rating {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        border-right: 0;
    }
}

@media (min-width:80em) {
    .establishment__rating {
        -ms-flex: 1 1 20em;
        flex: 1 1 20em;
        border-right: 1px solid #dee2e5;
    }
}

.establishment__rating img {
    border: 1px solid #dee2e5;
    border-radius: .2em;
}

.establishment__rating ul {
    padding-left: 0;
}

.establishment__rating li {
    list-style: none;
}

.establishment__rating a {
    padding: .5em 0;
    display: block;
}

.establishment__content {
    margin-bottom: 2em;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width:60em) {
    .establishment__content {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
}

.establishment__content h4 {
    font-size: 1em;
    margin-bottom: .5em;
}

.establishment__button {
    background-color: #007c75;
    color: #fff;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    transition: background-color .2s cubic-bezier(.19,1,.22,1);
}

    .establishment__button.is-open {
        background-color: #2a0247;
    }

.establishment__map-element {
    position: relative;
    height: 400px;
}

    .establishment__map-element > * {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.establishment__table {
    font-size: .8em;
    clear: both;
    margin-top: 2em;
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .establishment__table {
        font-size: .85em;
    }
}

@media (min-width:50em) {
    .establishment__table {
        font-size: .9em;
    }
}

@media (min-width:60em) {
    .establishment__table {
        font-size: .95em;
    }
}

@media (min-width:80em) {
    .establishment__table {
        font-size: 1em;
    }
}

.establishment__score {
    padding: .5em;
    color: #000;
    background-color: #f0f3f5;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.establishment__table-button.is-open {
    background-color: #2a0247;
    color: #fff;
}

    .establishment__table-button.is-open .establishment__score {
        background-color: hsla(0,0%,100%,.30000000000000004);
        color: #fff;
    }

.establishment__authority-label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: .5em;
}

@media (min-width:60em) {
    .establishment__authority-label {
        width: 10em;
    }
}

.establishment__authority-content {
    display: inline-block;
    word-break: break-word;
}

.hero-wrapper__content {
    padding-left: 0;
    padding-right: 0;
}

.hero {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

@media print {
    .hero {
        background-color: transparent;
    }
}

.hero.hero--with-content:before {
    content: "";
    background-color: #007c75;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.theme--term .hero.hero--with-content:before {
    background-color: #f0f3f5;
}

.hero__region {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
    width: 100%;
    max-width: 50em;
    min-height: 18em;
    margin: 0 auto;
    padding-top: 1em;
    padding-bottom: 2.5em;
}

@media (min-width:60em) {
    .hero__region {
        min-height: 28em;
    }
}

.theme--frontpage .hero__region {
    min-height: 22em;
}

@media (min-width:60em) {
    .theme--frontpage .hero__region {
        min-height: 39em;
        padding-bottom: 7em;
    }
}

.theme--fhrs .hero__region, .theme--help .hero__region {
    padding-bottom: 1em;
}

@media (min-width:60em) {
    .theme--fhrs .hero__region, .theme--help .hero__region {
        padding-bottom: 7em;
    }
}

.theme--help .hero__region {
    padding-top: 1em;
}

@media (min-width:60em) {
    .theme--help .hero__region {
        padding-top: 4em;
        min-height: 23em;
    }
}

.theme--search .hero__region {
    padding: 2em 1em;
    max-width: 47em;
    min-height: 14em;
}

@media (min-width:30em) {
    .theme--search .hero__region {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .theme--search .hero__region {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .theme--search .hero__region {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .theme--search .hero__region {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .theme--search .hero__region {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .theme--search .hero__region {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .theme--search .hero__region {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .theme--search .hero__region {
        padding-left: 4em;
    }
}

@media (min-width:60em) {
    .theme--search .hero__region {
        padding-top: 4em;
        padding-bottom: 2em;
    }
}

.theme--term .hero__region {
    padding: 5.5em 1em 2em;
    max-width: 47em;
    min-height: 14em;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width:30em) {
    .theme--term .hero__region {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .theme--term .hero__region {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .theme--term .hero__region {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .theme--term .hero__region {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .theme--term .hero__region {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .theme--term .hero__region {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .theme--term .hero__region {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .theme--term .hero__region {
        padding-left: 4em;
    }
}

.theme--news-alerts .hero.hero--with-content .hero__region {
    padding-top: 4em;
}

.hero__region a {
    color: #fff;
}

@media print {
    .hero__region a {
        background-color: #000;
    }
}

.hero__region p {
    font-size: 1em;
    padding-right: 1em;
    padding-left: 1em;
    margin-top: 0;
}

@media (min-width:30em) {
    .hero__region p {
        font-size: 1.075em;
    }
}

@media (min-width:50em) {
    .hero__region p {
        font-size: 1.15em;
    }
}

@media (min-width:60em) {
    .hero__region p {
        font-size: 1.225em;
    }
}

@media (min-width:80em) {
    .hero__region p {
        font-size: 1.3em;
    }
}

.hero__region p:empty {
    display: none;
}

.hero__title {
    text-align: center;
}

.theme--search .hero__title h1, .theme--search .hero__title h2, .theme--search .hero__title h3, .theme--search .hero__title h4, .theme--search .hero__title h5, .theme--search .hero__title h6 {
    margin-bottom: 0;
}

@media (min-width:50em) {
    .theme--search .hero__title h1, .theme--search .hero__title h2, .theme--search .hero__title h3, .theme--search .hero__title h4, .theme--search .hero__title h5, .theme--search .hero__title h6 {
        margin-bottom: .8em;
    }
}

@media (min-width:60em) {
    .theme--term .hero__title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
}

.theme--term .hero__title h1 {
    padding: 0;
}

.hero__content h2, .hero__heading, .hero__title h1 {
    font-size: 2.2em;
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: .8em;
    padding-right: 1em;
    padding-left: 1em;
}

@media (min-width:30em) {
    .hero__content h2, .hero__heading, .hero__title h1 {
        font-size: 2.625em;
    }
}

@media (min-width:50em) {
    .hero__content h2, .hero__heading, .hero__title h1 {
        font-size: 3.05em;
    }
}

@media (min-width:60em) {
    .hero__content h2, .hero__heading, .hero__title h1 {
        font-size: 3.475em;
    }
}

@media (min-width:80em) {
    .hero__content h2, .hero__heading, .hero__title h1 {
        font-size: 3.9em;
    }
}

.hero__content h2:after, .hero__heading:after, .hero__title h1:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -.5em;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
    background-size: 20px 15px;
    width: 80%;
    height: 10px;
    display: block;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.theme--search .hero__content h2:after, .theme--search .hero__heading:after, .theme--search .hero__title h1:after, .theme--term .hero__content h2:after, .theme--term .hero__heading:after, .theme--term .hero__title h1:after {
    display: none;
}

.theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
    font-size: 1.8em;
    line-height: 1.2;
    color: #007c75;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        font-size: 1.85em;
    }
}

@media (min-width:50em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        font-size: 1.9em;
    }
}

@media (min-width:60em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        font-size: 1.95em;
    }
}

@media (min-width:80em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        font-size: 2em;
    }
}

@media (min-width:30em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        line-height: 1.175;
    }
}

@media (min-width:50em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        line-height: 1.15;
    }
}

@media (min-width:60em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        line-height: 1.125;
    }
}

@media (min-width:80em) {
    .theme--term .hero__content h2, .theme--term .hero__heading, .theme--term .hero__title h1 {
        line-height: 1.1;
    }
}

.hero__background {
    position: absolute !important;
    z-index: 1 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

    .hero__background.hero__background--image {
        background-size: cover;
        background-position: 50% 50%;
    }

        .hero__background.hero__background--image:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: block;
            background-color: #000;
            opacity: .45;
        }

    .hero__background.hero__background--pattern {
        background-image: url(/themes/custom/fsa/src/img/background/pattern.svg);
        background-size: 1024px 426.6666666px;
        background-position: 50% 50%;
        background-repeat: repeat;
        opacity: .1;
    }

@media (min-width:60em) {
    .hero__background.hero__background--pattern {
        background-size: 1440px 600px;
    }
}

@media (min-width:80em) {
    .hero__background.hero__background--pattern {
        background-size: 1920px 800px;
    }
}

.theme--term .hero__background.hero__background--pattern {
    display: none;
}

.hero__background.hero__background--pattern .svg {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .1;
}

    .hero__background.hero__background--pattern .svg svg {
        width: 100%;
        height: auto;
    }

.hero__content {
    text-align: center;
    width: 100%;
}

.hero--with-content .hero__content {
    text-shadow: 0 0 20px rgba(0,0,0,.3);
}

.hero__cta {
    padding-top: 1em;
    text-align: center;
}

@media (min-width:30em) {
    .hero__cta {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .hero__cta {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .hero__cta {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .hero__cta {
        padding-top: 2em;
    }
}

.hero__cta .button {
    display: inline-block;
    background-color: #fff;
    color: #007c75;
    transition: box-shadow .2s cubic-bezier(.19,1,.22,1);
}

html:not(.is-touch) .hero__cta .button:active, html:not(.is-touch) .hero__cta .button:focus, html:not(.is-touch) .hero__cta .button:hover {
    background-color: #fff;
    color: #007c75;
    box-shadow: 0 1em 3em 0 rgba(0,0,0,.1);
}

.hero__secondary-navigation {
    padding-right: 1em;
    padding-left: 1em;
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:30em) {
    .hero__secondary-navigation {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .hero__secondary-navigation {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .hero__secondary-navigation {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .hero__secondary-navigation {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .hero__secondary-navigation {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .hero__secondary-navigation {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .hero__secondary-navigation {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .hero__secondary-navigation {
        padding-left: 4em;
    }
}

.hero:not(.hero--with-content) .hero__secondary-navigation {
    border-bottom: 1px solid #dee2e5;
}

.hero.hero--with-content .hero__secondary-navigation {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    color: #fff;
}

.theme--term .hero.hero--with-content .hero__secondary-navigation {
    background-color: #fff;
}

.breadcrumb {
    position: relative;
    z-index: 20;
    padding-top: 1em;
    padding-bottom: 1em;
    display: none;
}

@media (min-width:60em) {
    .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

@media (min-width:80em) {
    .breadcrumb {
        min-height: 3.5em;
    }
}

@media (min-width:60em) {
    .hero.hero--with-content .breadcrumb {
        border-bottom: 0;
    }
}

.breadcrumb__item {
    margin: .5em;
    position: relative;
    font-weight: 400;
    text-align: left;
    padding-right: 1.5em;
    color: #000;
}

@media (min-width:30em) {
    .breadcrumb__item {
        margin: .375em;
    }
}

@media (min-width:50em) {
    .breadcrumb__item {
        margin: .25em;
    }
}

@media (min-width:60em) {
    .breadcrumb__item {
        margin: .125em;
    }
}

@media (min-width:80em) {
    .breadcrumb__item {
        margin: 0;
    }
}

@media (min-width:50em) {
    .breadcrumb__item {
        font-size: .8em;
        text-align: center;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width:80em) {
    .breadcrumb__item {
        font-size: .9em;
        text-align: left;
        display: inline-block;
    }
}

.hero.hero--with-content .breadcrumb__item {
    color: #fff;
}

.theme--term .hero.hero--with-content .breadcrumb__item {
    color: #000;
}

.breadcrumb__item:not(:last-child):after {
    content: "";
    position: absolute;
    top: .3em;
    right: .55em;
    bottom: .25em;
    width: 1px;
    text-align: center;
    background-color: #000;
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}

.hero.hero--with-content .breadcrumb__item:not(:last-child):after {
    background-color: #fff;
}

.theme--term .hero.hero--with-content .breadcrumb__item:not(:last-child):after {
    background-color: #dee2e5;
}

.breadcrumb__link {
    text-decoration: underline;
    color: #007c75;
}

.hero.hero--with-content .breadcrumb__link {
    color: #fff;
}

.theme--term .hero.hero--with-content .breadcrumb__link {
    color: #007c75;
}

html:not(.is-touch) .breadcrumb__link:active, html:not(.is-touch) .breadcrumb__link:focus, html:not(.is-touch) .breadcrumb__link:hover {
    text-decoration: underline;
}

.manage-subcriptions {
    padding-top: 1em;
    padding-bottom: 1em;
    margin: 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width:60em) {
    .manage-subcriptions {
        margin: 0;
    }
}

.manage-subcriptions a {
    position: relative;
    color: #fff;
    font-size: .8889em;
    text-decoration: underline;
}

.hero:not(.hero--with-content) .manage-subcriptions a {
    color: #007c75;
}

.manage-subcriptions a.gear {
    padding-left: 2.25em;
}

    .manage-subcriptions a.gear:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.75em;
        height: 1.75em;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Emanage-icon%3C/title%3E%3Cpath fill='%23007c75' d='M12 17.83A5.83 5.83 0 1 1 17.83 12 5.83 5.83 0 0 1 12 17.83zM24 14v-4a.65.65 0 0 0-.65-.65h-1.72a10 10 0 0 0-.93-2.26l1.21-1.21a.65.65 0 0 0 0-.93l-2.85-2.86a.65.65 0 0 0-.93 0l-1.2 1.21a9.89 9.89 0 0 0-2.26-.93V.65A.65.65 0 0 0 14 0h-4a.65.65 0 0 0-.65.65v1.72a10 10 0 0 0-2.26.93L5.86 2.09a.65.65 0 0 0-.93 0L2.09 4.94a.65.65 0 0 0 0 .93L3.3 7.08a9.89 9.89 0 0 0-.93 2.26H.65A.65.65 0 0 0 0 10v4a.65.65 0 0 0 .65.66h1.72a10 10 0 0 0 .93 2.26l-1.21 1.22a.65.65 0 0 0 0 .93l2.85 2.85a.65.65 0 0 0 .93 0l1.2-1.22a9.89 9.89 0 0 0 2.26.93v1.72A.66.66 0 0 0 10 24h4a.65.65 0 0 0 .66-.65v-1.72a10 10 0 0 0 2.26-.93l1.21 1.21a.65.65 0 0 0 .93 0l2.85-2.85a.65.65 0 0 0 0-.93l-1.21-1.2a9.89 9.89 0 0 0 .93-2.26h1.72A.65.65 0 0 0 24 14z'/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-size: 60% auto;
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50%;
    }

.hero:not(.hero--with-content) .manage-subcriptions a.gear:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ctitle%3Emanage-icon%3C/title%3E%3Cpath fill='%23fff' d='M12 17.83A5.83 5.83 0 1 1 17.83 12 5.83 5.83 0 0 1 12 17.83zM24 14v-4a.65.65 0 0 0-.65-.65h-1.72a10 10 0 0 0-.93-2.26l1.21-1.21a.65.65 0 0 0 0-.93l-2.85-2.86a.65.65 0 0 0-.93 0l-1.2 1.21a9.89 9.89 0 0 0-2.26-.93V.65A.65.65 0 0 0 14 0h-4a.65.65 0 0 0-.65.65v1.72a10 10 0 0 0-2.26.93L5.86 2.09a.65.65 0 0 0-.93 0L2.09 4.94a.65.65 0 0 0 0 .93L3.3 7.08a9.89 9.89 0 0 0-.93 2.26H.65A.65.65 0 0 0 0 10v4a.65.65 0 0 0 .65.66h1.72a10 10 0 0 0 .93 2.26l-1.21 1.22a.65.65 0 0 0 0 .93l2.85 2.85a.65.65 0 0 0 .93 0l1.2-1.22a9.89 9.89 0 0 0 2.26.93v1.72A.66.66 0 0 0 10 24h4a.65.65 0 0 0 .66-.65v-1.72a10 10 0 0 0 2.26-.93l1.21 1.21a.65.65 0 0 0 .93 0l2.85-2.85a.65.65 0 0 0 0-.93l-1.21-1.2a9.89 9.89 0 0 0 .93-2.26h1.72A.65.65 0 0 0 24 14z'/%3E%3C/svg%3E");
    background-color: #007c75;
}

@media (min-width:80em) {
    .manage-subcriptions a {
        font-size: .9em;
    }
}

html:not(.is-touch) .manage-subcriptions a:active, html:not(.is-touch) .manage-subcriptions a:focus, html:not(.is-touch) .manage-subcriptions a:hover {
    text-decoration: underline;
}

.peek {
    padding: 1em;
    background-color: #f0f3f5;
    border-top: 4px solid #6cb33d;
}

@media (min-width:30em) {
    .peek {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .peek {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .peek {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .peek {
        padding: 2em;
    }
}

@media (min-width:60em) {
    .peek {
        margin-bottom: -5em;
        -ms-transform: translateY(-5em);
        transform: translateY(-5em);
    }
}

.peek > h2 {
    position: relative;
    display: inline-block;
    text-align: center;
}

    .peek > h2:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -.5em;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23DEE2E5'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-size: 20px 15px;
        width: 80%;
        height: 10px;
        display: block;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

body.has-cms-toolbar .peek {
    margin-bottom: 0;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.establishment .peek {
    padding: 0;
}

.peek__container {
    max-width: 39em;
    margin: 0 auto;
}

.establishment .peek__container {
    padding: 1em;
}

@media (min-width:30em) {
    .establishment .peek__container {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .establishment .peek__container {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .establishment .peek__container {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .establishment .peek__container {
        padding: 2em;
    }
}

.parallax {
    will-change: transform;
}

.listing {
    padding-bottom: 1em;
    position: relative;
}

@media (min-width:30em) {
    .listing {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .listing {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .listing {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .listing {
        padding-bottom: 2em;
    }
}

.listing.ratings .views-row:nth-child(odd) {
    background-color: transparent;
}

.listing.ratings .views-row:nth-child(2n) {
    background-color: #f0f3f5;
}

.listing.listing--box {
    padding-top: 1em;
}

@media (min-width:30em) {
    .listing.listing--box {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .listing.listing--box {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .listing.listing--box {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .listing.listing--box {
        padding-top: 2em;
    }
}

.listing.listing--box .views-row-wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.5em;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .listing.listing--box .views-row-wrapper > .views-row {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        border-bottom: none !important;
    }

@media (min-width:30em) {
    .listing.listing--box .views-row-wrapper > .views-row {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media (min-width:60em) {
    .listing.listing--box .views-row-wrapper > .views-row {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    }
}

.listing.listing--box .views-row-wrapper > .views-row > * {
    display: block;
    height: 100%;
    padding: .5em;
}

    .listing.listing--box .views-row-wrapper > .views-row > * > * {
        display: block;
        height: 100%;
    }

.listing.listing--with-bg {
    position: relative;
    background-color: #f0f3f5;
}

    .listing.listing--with-bg:before {
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 50%;
        bottom: 0;
        width: 100vw;
        background-color: #f0f3f5;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .listing.listing--with-bg > * {
        position: relative;
        z-index: 10;
    }

.listing .views-row-wrapper > .views-row:not(:last-child) {
    border-bottom: 2px solid #f0f3f5;
}

.field__field_lander_row__item .listing {
    padding-bottom: 0;
}

.listing__header {
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .listing__header {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .listing__header {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .listing__header {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .listing__header {
        margin-bottom: 2em;
    }
}

.listing .item {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width:30em) {
    .listing .item {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .listing .item {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .listing .item {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .listing .item {
        padding-top: 2em;
    }
}

@media (min-width:30em) {
    .listing .item {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .listing .item {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .listing .item {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .listing .item {
        padding-bottom: 2em;
    }
}

.listing .item:not(:last-child) {
    border-bottom: 2px solid #f0f3f5;
}

@media (min-width:60em) {
    .listing .item.item--has-meta {
        display: -ms-flexbox;
        display: flex;
    }
}

.listing--with-bg .item {
    background-color: #fff;
}

.listing--box .item {
    padding: 1em !important;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0;
}

    .listing--box .item > * {
        margin-top: 0;
        margin-bottom: .8em;
    }

    .listing--box .item > :last-child {
        margin-top: auto;
        margin-bottom: 0;
    }

.views-row:first-child .item {
    padding-top: 0;
}

.item__meta {
    -ms-flex: 0 0 10em;
    flex: 0 0 10em;
    -ms-flex-order: -1;
    order: -1;
    font-size: .8889em;
}

.listing .item__meta {
    margin-bottom: 1em;
}

@media (min-width:50em) {
    .listing .item__meta {
        margin-bottom: 0;
    }
}

.listing .item__tag {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width:60em) {
    .listing .item__tag {
        margin-bottom: .5em;
    }
}

.listing .item__tag > .field {
    margin-bottom: 0 !important;
}

.listing .item__date {
    color: #70787a;
    margin-bottom: .5em;
}

    .listing .item__date .label__inline {
        position: absolute !important;
        clip: rect(1px,1px,1px,1px);
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal;
    }

.listing .item__type {
    text-transform: uppercase;
    color: #e31837;
}

.listing .item__content h1, .listing .item__content h2, .listing .item__content h3, .listing .item__content h4, .listing .item__content h5, .listing .item__content h6 {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .listing .item__content h1, .listing .item__content h2, .listing .item__content h3, .listing .item__content h4, .listing .item__content h5, .listing .item__content h6 {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .listing .item__content h1, .listing .item__content h2, .listing .item__content h3, .listing .item__content h4, .listing .item__content h5, .listing .item__content h6 {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .listing .item__content h1, .listing .item__content h2, .listing .item__content h3, .listing .item__content h4, .listing .item__content h5, .listing .item__content h6 {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .listing .item__content h1, .listing .item__content h2, .listing .item__content h3, .listing .item__content h4, .listing .item__content h5, .listing .item__content h6 {
        line-height: 1.4;
    }
}

@media (min-width:60em) {
    .listing .item__content h1, .listing .item__content h2, .listing .item__content h3, .listing .item__content h4, .listing .item__content h5, .listing .item__content h6 {
        margin-bottom: .8em;
    }
}

.listing .item__content .field__field_update_date {
    display: none;
}

.listing .item__content .field__title {
    display: block;
    margin-bottom: .5em;
}

.listing .item__content .field__body, .listing .item__content .field__field_alert_description, .listing .item__content .field__field_intro {
    display: none;
}

@media (min-width:60em) {
    .listing .item__content .field__body, .listing .item__content .field__field_alert_description, .listing .item__content .field__field_intro {
        display: block;
    }
}

@media (min-width:60em) {
    .listing .item--has-meta .item__content {
        padding-left: 2em;
    }
}

.item.item--term h4, .item__heading {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 600;
}

@media (min-width:30em) {
    .item.item--term h4, .item__heading {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .item.item--term h4, .item__heading {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .item.item--term h4, .item__heading {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .item.item--term h4, .item__heading {
        line-height: 1.4;
    }
}

.item.item--term h4 {
    margin-bottom: .5em;
}

.listing .more-link {
    padding-top: 1em;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    text-align: center;
}

@media (min-width:30em) {
    .listing .more-link {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .listing .more-link {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .listing .more-link {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .listing .more-link {
        padding-top: 2em;
    }
}

.listing .more-link a {
    display: inline-block;
    font-family: Open Sans,sans-serif;
    letter-spacing: .02em;
    background-color: #007c75;
    color: #fff;
    border: 0;
    border-radius: 2em;
    padding: .6em 2.5em;
    box-shadow: 0 0 2em 0 rgba(0,0,0,.1);
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color .2s cubic-bezier(.19,1,.22,1);
}

html:not(.is-touch) .listing .more-link a:active, html:not(.is-touch) .listing .more-link a:focus, html:not(.is-touch) .listing .more-link a:hover {
    text-decoration: none;
    background-color: #005e59;
}

.layout__sidebar .arrow-back {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='14' viewBox='0 0 22 14' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPage 1%3C/title%3E%3Cpath d='M8.214.289a.945.945 0 0 1 .293.675.945.945 0 0 1-.293.675l-4.45 4.385h17.258c.538 0 .978.434.978.964s-.44.964-.978.964H3.764l4.449 4.385a.95.95 0 0 1 0 1.374.983.983 0 0 1-1.394 0L0 6.988l6.82-6.7a.986.986 0 0 1 1.394 0z' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left 0 top 50%;
    background-size: 1em auto;
    background-repeat: no-repeat;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 600;
    padding: 1em;
    padding-left: 1.5em;
    display: block;
    border-top: 1px solid #dee2e5;
}

@media (min-width:60em) {
    .layout__sidebar .arrow-back {
        border-top: 0;
    }
}

.layout__content--main h1 > .field, .layout__content--main h2 > .field, .layout__content--main h3 > .field, .layout__content--main h4 > .field, .layout__content--main h5 > .field, .layout__content--main h6 > .field {
    margin-bottom: 0;
}

.layout__content--main h1 {
    font-size: 1.8em;
    line-height: 1.2;
    color: #007c75;
}

@media (min-width:30em) {
    .layout__content--main h1 {
        font-size: 1.85em;
    }
}

@media (min-width:50em) {
    .layout__content--main h1 {
        font-size: 1.9em;
    }
}

@media (min-width:60em) {
    .layout__content--main h1 {
        font-size: 1.95em;
    }
}

@media (min-width:80em) {
    .layout__content--main h1 {
        font-size: 2em;
    }
}

@media (min-width:30em) {
    .layout__content--main h1 {
        line-height: 1.2125;
    }
}

@media (min-width:50em) {
    .layout__content--main h1 {
        line-height: 1.225;
    }
}

@media (min-width:60em) {
    .layout__content--main h1 {
        line-height: 1.2375;
    }
}

@media (min-width:80em) {
    .layout__content--main h1 {
        line-height: 1.25;
    }
}

.layout__content--main .field {
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .layout__content--main .field {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .layout__content--main .field {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .layout__content--main .field {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .layout__content--main .field {
        margin-bottom: 2em;
    }
}

.layout__content--main .field__subscribe_alerts a {
    margin-top: 1em;
    display: inline-block;
}

@media (min-width:30em) {
    .layout__content--main .field__subscribe_alerts a {
        margin-top: 1.5em;
    }
}

@media (min-width:50em) {
    .layout__content--main .field__subscribe_alerts a {
        margin-top: 2em;
    }
}

@media (min-width:60em) {
    .layout__content--main .field__subscribe_alerts a {
        margin-top: 2.5em;
    }
}

@media (min-width:80em) {
    .layout__content--main .field__subscribe_alerts a {
        margin-top: 3em;
    }
}

.layout__content--main .field__field_alert_type .field__field_alert_type__heading {
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

.link-to-archieve {
    position: absolute;
    right: 10px;
    display: inline-block;
    text-align: right;
}

@media (max-width:30em) {
    .link-to-archieve {
        position: relative;
        display: block;
        text-align: left;
        padding-left: 10px;
    }
}

.link-to-archieve span {
    display: block;
}

@media (max-width:30em) {
    .link-to-archieve span {
        display: inline-block;
    }
}

.link-to-archieve a {
    display: block;
    text-decoration: underline;
}

@media (max-width:30em) {
    .link-to-archieve a {
        display: inline-block;
    }
}

.search-result-page-count {
    color: #70787a;
}

.social-media {
    padding: 1em 0;
    text-align: center;
}

@media (min-width:60em) {
    .social-media {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0;
        margin-left: auto;
        text-align: left;
    }
}

.social-media__link {
    display: inline-block;
    padding: .25em;
}

    .social-media__link .svg {
        width: 3em;
        height: 3em;
    }

@media (min-width:30em) {
    .social-media__link .svg {
        width: 2.8em;
    }
}

@media (min-width:50em) {
    .social-media__link .svg {
        width: 2.6em;
    }
}

@media (min-width:60em) {
    .social-media__link .svg {
        width: 2.4em;
    }
}

@media (min-width:80em) {
    .social-media__link .svg {
        width: 2.2em;
    }
}

@media (min-width:30em) {
    .social-media__link .svg {
        height: 2.8em;
    }
}

@media (min-width:50em) {
    .social-media__link .svg {
        height: 2.6em;
    }
}

@media (min-width:60em) {
    .social-media__link .svg {
        height: 2.4em;
    }
}

@media (min-width:80em) {
    .social-media__link .svg {
        height: 2.2em;
    }
}

.social-media__link .svg path {
    fill: #fff !important;
}

.social-media__link.ext {
    background: none;
    padding: .25em;
}

.social-media__link:active .svg path, .social-media__link:focus .svg path, .social-media__link:hover .svg path {
    transition: fill .2s cubic-bezier(.19,1,.22,1);
}

.footer-top-wrapper {
    position: relative;
    z-index: 20;
}

.footer-top-wrapper__container {
    background-color: #dee2e5;
}

.footer-wrapper {
    position: relative;
    z-index: 20;
    color: #fff;
}

.footer-wrapper__content {
    border-top: .5em solid #6cb33d;
    background-color: #2a0247;
}

.footer {
    padding-top: 1em;
    padding-bottom: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:30em) {
    .footer {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .footer {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .footer {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .footer {
        padding-top: 2em;
    }
}

@media (min-width:30em) {
    .footer {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .footer {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .footer {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .footer {
        padding-bottom: 2em;
    }
}

@media (min-width:60em) {
    .footer {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.footer__logo .svg {
    width: 10em;
    height: 6em;
}

.footer__content {
    padding: 1em;
    text-align: center;
}

@media (min-width:30em) {
    .footer__content {
        padding: 1.25em;
    }
}

@media (min-width:50em) {
    .footer__content {
        padding: 1.5em;
    }
}

@media (min-width:60em) {
    .footer__content {
        padding: 1.75em;
    }
}

@media (min-width:80em) {
    .footer__content {
        padding: 2em;
    }
}

.footer__paragraph {
    font-size: .8889em;
    padding: 1em 0;
    margin: 0;
}

@media (min-width:60em) {
    .footer__paragraph {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media print {
    .footer__links {
        display: none;
    }
}

.footer__links > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

@media (min-width:50em) {
    .footer__links > ul {
        margin: 0 -.5em;
    }
}

@media (min-width:60em) {
    .footer__links > ul {
        text-align: left;
        max-width: 34em;
    }
}

.footer__links > ul > li {
    display: block;
    margin: 0 .5em;
}

@media (min-width:60em) {
    .footer__links > ul > li {
        display: inline-block;
    }
}

.footer__links > ul > li > a {
    display: block;
    padding: .5em 0;
    font-size: .8889em;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
    -ms-transform: translateX(0);
    transform: translateX(0);
    box-shadow: none;
    text-decoration: underline;
}

@media (min-width:60em) {
    .footer__links > ul > li > a {
        text-decoration: none;
    }
}

html:not(.is-touch) .footer__links > ul > li > a:active, html:not(.is-touch) .footer__links > ul > li > a:focus, html:not(.is-touch) .footer__links > ul > li > a:hover {
    background-color: transparent;
    box-shadow: none !important;
    text-decoration: underline;
}

.sidebar {
    padding: 2em 1em 1em;
}

@media (min-width:30em) {
    .sidebar {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .sidebar {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .sidebar {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .sidebar {
        padding-left: 4em;
    }
}

@media (min-width:30em) {
    .sidebar {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .sidebar {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .sidebar {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .sidebar {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .sidebar {
        padding-bottom: 1.5em;
    }
}

@media (min-width:50em) {
    .sidebar {
        padding-bottom: 2em;
    }
}

@media (min-width:60em) {
    .sidebar {
        padding-bottom: 2.5em;
    }
}

@media (min-width:80em) {
    .sidebar {
        padding-bottom: 3em;
    }
}

.theme--news-alerts .sidebar {
    background-color: transparent;
}

.theme--search .sidebar {
    padding: 0;
}

@media (min-width:60em) {
    .theme--search .sidebar {
        padding: 2.5em;
    }
}

@media (min-width:80em) {
    .theme--search .sidebar {
        padding: 3em;
    }
}

@media (min-width:60em) {
    .layout__sidebar--secondary .sidebar {
        padding-left: 1.5em;
    }
}

@media (min-width:80em) {
    .layout__sidebar--secondary .sidebar {
        padding-left: 4em;
    }
}

.sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@media (min-width:30em) {
    .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .sidebar h1, .sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
        line-height: 1.4;
    }
}

.sidebar__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

@media (min-width:60em) {
    .sidebar__header {
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: transparent;
    }
}

.sidebar__home-link {
    padding: 1em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:30em) {
    .sidebar__home-link {
        padding: 1.375em;
    }
}

@media (min-width:50em) {
    .sidebar__home-link {
        padding: 1.75em;
    }
}

@media (min-width:60em) {
    .sidebar__home-link {
        padding: 2.125em;
    }
}

@media (min-width:80em) {
    .sidebar__home-link {
        padding: 2.5em;
    }
}

.sidebar__icon {
    width: 3em;
    height: 3em;
    margin-right: 1em;
    display: none;
}

@media (min-width:60em) {
    .sidebar__icon {
        display: block;
    }
}

.sidebar__return-link {
    padding: 1em;
}

@media (min-width:30em) {
    .sidebar__return-link {
        padding: 1.375em;
    }
}

@media (min-width:50em) {
    .sidebar__return-link {
        padding: 1.75em;
    }
}

@media (min-width:60em) {
    .sidebar__return-link {
        padding: 2.125em;
    }
}

@media (min-width:80em) {
    .sidebar__return-link {
        padding: 2.5em;
    }
}

@media (min-width:60em) {
    .sidebar__return-link {
        display: none;
    }
}

.sidebar__spacer {
    padding: 1em;
}

@media (min-width:30em) {
    .sidebar__spacer {
        padding: 1.375em;
    }
}

@media (min-width:50em) {
    .sidebar__spacer {
        padding: 1.75em;
    }
}

@media (min-width:60em) {
    .sidebar__spacer {
        padding: 2.125em;
    }
}

@media (min-width:80em) {
    .sidebar__spacer {
        padding: 2.5em;
    }
}

@media (min-width:60em) {
    .sidebar__spacer {
        display: none;
    }
}

.sidebar__return-icon, .sidebar__spacer {
    width: 1em;
    height: 1em;
}

.sidebar__return-icon {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sidebar__heading {
    margin-top: 0;
    margin-bottom: 0;
    color: #00938c;
}

.field__field_lander_row {
    margin-bottom: 0 !important;
}

.field__field_lander_row__item {
    padding: 1.5em 1em 1em;
}

@media (min-width:30em) {
    .field__field_lander_row__item {
        padding-top: 1.875em;
    }
}

@media (min-width:50em) {
    .field__field_lander_row__item {
        padding-top: 2.25em;
    }
}

@media (min-width:60em) {
    .field__field_lander_row__item {
        padding-top: 2.625em;
    }
}

@media (min-width:80em) {
    .field__field_lander_row__item {
        padding-top: 3em;
    }
}

@media (min-width:30em) {
    .field__field_lander_row__item {
        padding-right: 1.75em;
    }
}

@media (min-width:50em) {
    .field__field_lander_row__item {
        padding-right: 2.5em;
    }
}

@media (min-width:60em) {
    .field__field_lander_row__item {
        padding-right: 3.25em;
    }
}

@media (min-width:80em) {
    .field__field_lander_row__item {
        padding-right: 4em;
    }
}

@media (min-width:30em) {
    .field__field_lander_row__item {
        padding-left: 1.75em;
    }
}

@media (min-width:50em) {
    .field__field_lander_row__item {
        padding-left: 2.5em;
    }
}

@media (min-width:60em) {
    .field__field_lander_row__item {
        padding-left: 3.25em;
    }
}

@media (min-width:80em) {
    .field__field_lander_row__item {
        padding-left: 4em;
    }
}

.field__field_lander_row__item:last-child {
    padding-bottom: 0;
}

.theme--news-alerts .field__field_lander_row__item.field__field_lander_row__item--odd {
    background-color: transparent;
}

.layout--with-sidebar .field__field_lander_row__item {
    padding-top: 1em;
    max-width: 47em;
}

@media (min-width:30em) {
    .layout--with-sidebar .field__field_lander_row__item {
        padding-top: 1.25em;
    }
}

@media (min-width:50em) {
    .layout--with-sidebar .field__field_lander_row__item {
        padding-top: 1.5em;
    }
}

@media (min-width:60em) {
    .layout--with-sidebar .field__field_lander_row__item {
        padding-top: 1.75em;
    }
}

@media (min-width:80em) {
    .layout--with-sidebar .field__field_lander_row__item {
        padding-top: 2em;
    }
}

@media (min-width:60em) {
    .layout--with-sidebar .field__field_lander_row__item {
        padding-left: 0;
    }
}

.theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
    margin-bottom: 1em;
    padding: 1.5em 1em 1em;
    background-color: #fff;
    border-top: 4px solid #6cb33d;
}

@media (min-width:30em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-bottom: 1.75em;
    }
}

@media (min-width:50em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-bottom: 2.5em;
    }
}

@media (min-width:60em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-bottom: 3.25em;
    }
}

@media (min-width:80em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-bottom: 4em;
    }
}

@media (min-width:30em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-top: 1.875em;
    }
}

@media (min-width:50em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-top: 2.25em;
    }
}

@media (min-width:60em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-top: 2.625em;
    }
}

@media (min-width:80em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-top: 3em;
    }
}

@media (min-width:30em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-right: 1.5em;
    }
}

@media (min-width:50em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-right: 2em;
    }
}

@media (min-width:60em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-right: 2.5em;
    }
}

@media (min-width:80em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-right: 3em;
    }
}

@media (min-width:30em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-bottom: 2em;
    }
}

@media (min-width:30em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-left: 1.5em;
    }
}

@media (min-width:50em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-left: 2em;
    }
}

@media (min-width:60em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-left: 2.5em;
    }
}

@media (min-width:80em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        padding-left: 3em;
    }
}

@media (min-width:60em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-bottom: -4em;
        -ms-transform: translateY(-5em);
        transform: translateY(-5em);
        margin-right: 3em;
        margin-left: 3em;
        box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    }
}

@media (min-width:80em) {
    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-right: 4em;
        margin-left: 4em;
    }
}

.theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child > h2 {
    position: relative;
    display: inline-block;
    text-align: center;
}

    .theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child > h2:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -.5em;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23DEE2E5'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-size: 20px 15px;
        width: 80%;
        height: 10px;
        display: block;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

@media (min-width:60em) {
    body.has-cms-toolbar.theme--frontpage .field__field_lander_row > .field__field_lander_row__item:first-child {
        margin-bottom: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.field__field_lander_row__item .field__field_title__item, .field__field_lander_row__item .field__field_topic_cloud__heading, .views-element-container > h2 {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1.5em;
}

    .field__field_lander_row__item .field__field_title__item:after, .field__field_lander_row__item .field__field_topic_cloud__heading:after, .views-element-container > h2:after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -.75em;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='4' fill='%23DEE2E5'/%3E%3C/svg%3E");
        background-repeat: repeat-x;
        background-size: 15px 15px;
        width: 3.5em;
        height: 10px;
        display: block;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.field__field_lander_row__item .paragraph--type-code-block .field__field_intro {
    margin-bottom: 1em;
    text-align: center;
    max-width: 47em;
    margin: 0 auto;
}

@media (min-width:30em) {
    .field__field_lander_row__item .paragraph--type-code-block .field__field_intro {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_lander_row__item .paragraph--type-code-block .field__field_intro {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_lander_row__item .paragraph--type-code-block .field__field_intro {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_lander_row__item .paragraph--type-code-block .field__field_intro {
        margin-bottom: 2em;
    }
}

.field__field_lander_row__item .paragraph--type-code-block .field__field_link {
    text-align: center;
}

    .field__field_lander_row__item .paragraph--type-code-block .field__field_link a {
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M22.412 4.254H0v1.492h22.413l-4.06 3.209L19.674 10 26 5l-6.325-5-1.323 1.045 4.06 3.209z' fill='%23007C75' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-position: left 0 top 50%;
        background-size: 1em auto;
        background-repeat: no-repeat;
        color: #00938c;
        padding-left: 1.5em;
        margin: 0 auto;
        font-weight: 600;
        box-shadow: none;
    }

html:not(.is-touch) .field__field_lander_row__item .paragraph--type-code-block .field__field_link a:active, html:not(.is-touch) .field__field_lander_row__item .paragraph--type-code-block .field__field_link a:focus, html:not(.is-touch) .field__field_lander_row__item .paragraph--type-code-block .field__field_link a:hover {
    background-color: transparent;
    text-decoration: underline !important;
}

.promo-listing-wrapper > footer {
    padding-top: 1em;
    text-align: center;
}

.promo-listing, .promo-listing-wrapper > .views-row-wrapper {
    margin-bottom: -1em !important;
}

@media (min-width:80em) {
    .promo-listing, .promo-listing-wrapper > .views-row-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

body:not(.theme--lander) .promo-listing, body:not(.theme--lander) .promo-listing-wrapper > .views-row-wrapper {
    padding-bottom: 2em;
}

@media (min-width:30em) {
    body:not(.theme--lander) .promo-listing, body:not(.theme--lander) .promo-listing-wrapper > .views-row-wrapper {
        padding-bottom: 2.25em;
    }
}

@media (min-width:50em) {
    body:not(.theme--lander) .promo-listing, body:not(.theme--lander) .promo-listing-wrapper > .views-row-wrapper {
        padding-bottom: 2.5em;
    }
}

@media (min-width:60em) {
    body:not(.theme--lander) .promo-listing, body:not(.theme--lander) .promo-listing-wrapper > .views-row-wrapper {
        padding-bottom: 2.75em;
    }
}

@media (min-width:80em) {
    body:not(.theme--lander) .promo-listing, body:not(.theme--lander) .promo-listing-wrapper > .views-row-wrapper {
        padding-bottom: 3em;
    }
}

.promo-listing-wrapper > .views-row-wrapper > .views-row, .promo-listing__item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    margin-bottom: 1em;
}

@media (min-width:60em) {
    .promo-listing-wrapper > .views-row-wrapper > .views-row, .promo-listing__item {
        margin-bottom: 0;
    }
}

.promo-listing-wrapper > .views-row-wrapper > .views-row > *, .promo-listing__item > * {
    height: 100%;
}

@media (min-width:60em) {
    .promo-listing-wrapper > .views-row-wrapper > .views-row > *, .promo-listing__item > * {
        padding: 1em;
    }
}

.promo-listing-wrapper > .views-row-wrapper > .views-row .label__above, .promo-listing__item .label__above {
    display: none;
}

.promo-listing-wrapper > .views-row-wrapper > .views-row {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

@media (min-width:60em) {
    .promo-wrapper {
        padding: 1em;
    }
}

@media (min-width:60em) {
    .promo-wrapper.promo-wrapper--full-height {
        height: 100%;
    }
}

.field__field_content_promo__item, .promo {
    background-color: #fafcfd;
    border: 4px solid #dee2e5;
    position: relative;
    height: 100%;
    padding-bottom: 1em;
    transition: border-color .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:80em) {
    .field__field_content_promo__item, .promo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        background-position: right 2em bottom 2em;
    }
}

.field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
    padding-right: 1em;
    padding-left: 1em;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-left: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-left: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-left: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_link_list, .promo .field__field_link_list {
        padding-left: 2em;
    }
}

.field__field_content_promo__item .field__field_link_list__item a, .promo .field__field_link_list__item a {
    position: relative;
    margin-left: 2em;
    display: block;
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_link_list__item a, .promo .field__field_link_list__item a {
        margin-bottom: .5em;
    }
}

.field__field_content_promo__item .field__field_link_list__item a:before, .promo .field__field_link_list__item a:before {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M22.412 4.254H0v1.492h22.413l-4.06 3.209L19.674 10 26 5l-6.325-5-1.323 1.045 4.06 3.209z' fill='%23007C75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: -2em;
    display: block;
    width: 1.5em;
    height: 1.5em;
}

html:not(.is-touch) .field__field_content_promo__item .field__field_link_list__item a:active, html:not(.is-touch) .field__field_content_promo__item .field__field_link_list__item a:focus, html:not(.is-touch) .field__field_content_promo__item .field__field_link_list__item a:hover, html:not(.is-touch) .promo .field__field_link_list__item a:active, html:not(.is-touch) .promo .field__field_link_list__item a:focus, html:not(.is-touch) .promo .field__field_link_list__item a:hover {
    text-decoration: underline;
}

html:not(.is-touch) .field__field_content_promo__item:active, html:not(.is-touch) .field__field_content_promo__item:focus, html:not(.is-touch) .field__field_content_promo__item:hover, html:not(.is-touch) .promo:active, html:not(.is-touch) .promo:focus, html:not(.is-touch) .promo:hover {
    background-color: #fff;
}

    html:not(.is-touch) .field__field_content_promo__item:active .alert__type_badge:before, html:not(.is-touch) .field__field_content_promo__item:focus .alert__type_badge:before, html:not(.is-touch) .field__field_content_promo__item:hover .alert__type_badge:before, html:not(.is-touch) .promo:active .alert__type_badge:before, html:not(.is-touch) .promo:focus .alert__type_badge:before, html:not(.is-touch) .promo:hover .alert__type_badge:before {
        -ms-transform: scaleX(1);
        transform: scaleX(1);
    }

a.field__field_content_promo__item, a.promo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M22.412 4.254H0v1.492h22.413l-4.06 3.209L19.674 10 26 5l-6.325-5-1.323 1.045 4.06 3.209z' fill='%23007C75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.5em auto;
    background-position: right 1em bottom 1.25em;
}

html:not(.is-touch) a.field__field_content_promo__item:active, html:not(.is-touch) a.field__field_content_promo__item:focus, html:not(.is-touch) a.field__field_content_promo__item:hover, html:not(.is-touch) a.promo:active, html:not(.is-touch) a.promo:focus, html:not(.is-touch) a.promo:hover {
    border-color: #007c75;
}

@media (min-width:80em) {
    .promo {
        height: 100%;
    }
}

@media (min-width:80em) {
    .promo > :last-child:not(:only-child) {
        margin-top: auto;
    }
}

.promo--related {
    margin: 0;
}

.promo--inline-content {
    background: none;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 1em;
    margin-bottom: 1em;
}

    .promo--inline-content .field {
        margin-bottom: 0 !important;
    }

a.promo--inline-content {
    background-image: none;
}

.promo--light {
    background-color: #fff;
    border: 0;
}

@media (min-width:60em) {
    .promo--light {
        margin: 0;
    }
}

.promo--light h1, .promo--light h2, .promo--light h3, .promo--light h4, .promo--light h5, .promo--light h6 {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    color: #000;
    margin-top: 0;
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .promo--light h1, .promo--light h2, .promo--light h3, .promo--light h4, .promo--light h5, .promo--light h6 {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .promo--light h1, .promo--light h2, .promo--light h3, .promo--light h4, .promo--light h5, .promo--light h6 {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .promo--light h1, .promo--light h2, .promo--light h3, .promo--light h4, .promo--light h5, .promo--light h6 {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .promo--light h1, .promo--light h2, .promo--light h3, .promo--light h4, .promo--light h5, .promo--light h6 {
        line-height: 1.4;
    }
}

.promo--light h1 a, .promo--light h2 a, .promo--light h3 a, .promo--light h4 a, .promo--light h5 a, .promo--light h6 a {
    color: #000;
}

.field__field_large_promo {
    margin-right: -1em;
    margin-left: -1em;
    margin-bottom: 0 !important;
}

@media (min-width:30em) {
    .field__field_large_promo {
        margin-right: -1.75em;
    }
}

@media (min-width:50em) {
    .field__field_large_promo {
        margin-right: -2.5em;
    }
}

@media (min-width:60em) {
    .field__field_large_promo {
        margin-right: -3.25em;
    }
}

@media (min-width:80em) {
    .field__field_large_promo {
        margin-right: -4em;
    }
}

@media (min-width:30em) {
    .field__field_large_promo {
        margin-left: -1.75em;
    }
}

@media (min-width:50em) {
    .field__field_large_promo {
        margin-left: -2.5em;
    }
}

@media (min-width:60em) {
    .field__field_large_promo {
        margin-left: -3.25em;
    }
}

@media (min-width:80em) {
    .field__field_large_promo {
        margin-left: -4em;
    }
}

@media (min-width:60em) {
    .field__field_large_promo .promo__content {
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        min-height: 30em;
        height: 50vh;
    }
}

.field__field_large_promo .promo__content .field__field_link {
    text-align: center;
}

@media (min-width:60em) {
    .field__field_large_promo .promo__content .field__field_link {
        text-align: left;
    }
}

.field__field_large_promo .promo__content .field__field_link a {
    display: inline-block;
    text-align: center;
}

.field__field_large_promo .field__field_title {
    margin-bottom: 1em;
}

.field__field_large_promo .field__field_intro {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
}

@media (min-width:30em) {
    .field__field_large_promo .field__field_intro {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .field__field_large_promo .field__field_intro {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .field__field_large_promo .field__field_intro {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .field__field_large_promo .field__field_intro {
        line-height: 1.4;
    }
}

.field__field_large_promo__item {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

@media (min-width:60em) {
    .field__field_large_promo__item {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.promo__icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 3.5em;
    height: 3.5em;
    border-radius: 20em;
    background-color: #007c75;
}

@media (min-width:30em) {
    .promo__icon {
        width: 4.5em;
        height: 4.5em;
    }
}

@media (min-width:60em) {
    .promo__icon {
        width: 5em;
        height: 5em;
    }
}

.promo__icon .svg {
    width: 3.5em;
    height: 3.5em;
    -ms-transform: scale(.75);
    transform: scale(.75);
}

@media (min-width:30em) {
    .promo__icon .svg {
        width: 4.5em;
        height: 4.5em;
    }
}

@media (min-width:60em) {
    .promo__icon .svg {
        width: 5em;
        height: 5em;
    }
}

.promo__icon .svg svg {
    -ms-transform: translateY(-50%) translateX(-50%) scale(.9);
    transform: translateY(-50%) translateX(-50%) scale(.9);
}

.promo__icon .svg path {
    fill: #fff;
}

.promo__icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 20em;
    -ms-transform: translateY(-50%) translateX(-50%) scale(.75);
    transform: translateY(-50%) translateX(-50%) scale(.75);
}

.promo__background-image {
    background-position: 50% 50%;
    background-size: cover;
}

.field__field_content_promo__item .promo__background-image, .promo .promo__background-image {
    height: 12em;
}

.field__field_large_promo .promo__background-image {
    height: 15em;
}

@media (min-width:30em) {
    .field__field_large_promo .promo__background-image {
        height: 30em;
    }
}

@media (min-width:60em) {
    .field__field_large_promo .promo__background-image {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        min-height: 30em;
        height: 50vh;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item--odd .promo__background-image {
        -ms-flex-order: 100;
        order: 100;
    }
}

.promo__content {
    color: #000;
}

.promo--inline-content .promo__content {
    margin-top: 0 !important;
    padding: 0;
}

html:not(.is-touch) .promo:active .promo__content, html:not(.is-touch) .promo:focus .promo__content, html:not(.is-touch) .promo:hover .promo__content {
    text-decoration: underline;
}

html:not(.is-touch) .promo--inline-content:active .promo__content, html:not(.is-touch) .promo--inline-content:focus .promo__content, html:not(.is-touch) .promo--inline-content:hover .promo__content, html:not(.is-touch) .promo--related:active .promo__content, html:not(.is-touch) .promo--related:focus .promo__content, html:not(.is-touch) .promo--related:hover .promo__content {
    text-decoration: none;
}

.field__field_large_promo__item--even .promo__content {
    background-color: #2a0247;
    color: #fff;
}

.promo__type > .field {
    position: relative;
    color: #70787a;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding-top: .25em;
    margin-bottom: .15em;
}

@media (min-width:60em) {
    .promo__type > .field {
        padding-top: 1em;
        margin-bottom: 1em;
    }
}

.promo__type > .field:before {
    content: "";
    position: absolute;
    top: -.3em;
    left: 0;
    right: auto;
    width: 6em;
    height: .3em;
    display: block;
    background-color: #70787a;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    transition: transform .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:80em) {
    .promo__type > .field:before {
        right: 0;
        width: auto;
        -ms-transform: scaleX(.5);
        transform: scaleX(.5);
    }
}

.promo__type > .field.field__field_news_type {
    color: #8c0178;
}

    .promo__type > .field.field__field_news_type:before {
        background-color: #8c0178;
    }

.promo__type > .field.field__field_consultations_type {
    color: #007fb2;
}

    .promo__type > .field.field__field_consultations_type:before {
        background-color: #007fb2;
    }

.promo__type > .field.field__field_alert_type {
    color: #e31837;
}

    .promo__type > .field.field__field_alert_type:before {
        background-color: #e31837;
    }

.promo:active .promo__type > .field:before, .promo:focus .promo__type > .field:before, .promo:hover .promo__type > .field:before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.promo--light .promo__heading {
    font-family: Fira Sans,sans-serif !important;
    font-weight: 700 !important;
    color: #007c75;
}

.promo--inline-content .promo__heading {
    color: #007c75;
}

.field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
    padding: 1rem 1rem .5rem;
    font-size: 1.125em;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-top: 1.25rem;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-top: 1.5rem;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-top: 1.75rem;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-top: 2rem;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-right: 1.25rem;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-right: 1.5rem;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-right: 1.75rem;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-right: 2rem;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-left: 1.25rem;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-left: 1.5rem;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-left: 1.75rem;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-left: 2rem;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-bottom: .625rem;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-bottom: .75rem;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-bottom: .875rem;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        padding-bottom: 1rem;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        font-size: 1.17625em;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        font-size: 1.2275em;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        font-size: 1.27875em;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        font-size: 1.33em;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        line-height: 1.1925;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        line-height: 1.185;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        line-height: 1.1775;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_title, .field__field_content_promo__item .promo__heading, .promo .field__field_title, .promo .promo__heading {
        line-height: 1.17;
    }
}

.field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-top: 2.25rem;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-top: 2.5rem;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-top: 2.75rem;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-top: 3rem;
    }
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-right: 2rem;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-right: 3rem;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-right: 4rem;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-right: 5rem;
    }
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-left: 2rem;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-left: 3rem;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-left: 4rem;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_title, .field__field_large_promo__item .promo__heading {
        padding-left: 5rem;
    }
}

.promo--inline-content .field__field_title, .promo--inline-content .promo__heading {
    padding-top: 0;
    padding-bottom: .5em;
}

html:not(.is-touch) .promo--related:active .field__field_title, html:not(.is-touch) .promo--related:active .promo__heading, html:not(.is-touch) .promo--related:focus .field__field_title, html:not(.is-touch) .promo--related:focus .promo__heading, html:not(.is-touch) .promo--related:hover .field__field_title, html:not(.is-touch) .promo--related:hover .promo__heading {
    text-decoration: underline;
}

.field__field_alert_modified, .promo__date {
    color: #70787a;
    font-size: .8889em;
    margin-bottom: 0 !important;
}

    .field__field_alert_modified > span, .promo__date > span {
        display: inline-block;
        margin-bottom: 0 !important;
    }

a.field__field_content_promo__item .field__field_alert_modified, a.field__field_content_promo__item .promo__date, a.promo .field__field_alert_modified, a.promo .promo__date {
    padding-right: 4em;
}

.field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1rem;
    margin-top: 0 !important;
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        line-height: 1.4;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-right: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-right: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-right: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-right: 2em;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-left: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-left: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-left: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-left: 2em;
    }
}

@media (min-width:30em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-bottom: 1.25rem;
    }
}

@media (min-width:50em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-bottom: 1.5rem;
    }
}

@media (min-width:60em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-bottom: 1.75rem;
    }
}

@media (min-width:80em) {
    .field__field_content_promo__item .field__field_intro, .field__field_content_promo__item .promo__intro, .promo .field__field_intro, .promo .promo__intro {
        padding-bottom: 2rem;
    }
}

.field__field_content_promo__item .field__field_intro .field__field_intro, .field__field_content_promo__item .promo__intro .field__field_intro, .promo .field__field_intro .field__field_intro, .promo .promo__intro .field__field_intro {
    padding: 0;
}

.field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1rem !important;
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-right: 2em;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-right: 3em;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-right: 4em;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-right: 5em;
    }
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-left: 2em;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-left: 3em;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-left: 4em;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-left: 5em;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_intro, .field__field_large_promo__item .promo__intro {
        padding-bottom: 2rem !important;
    }
}

.promo--inline-content .field__field_intro, .promo--inline-content .promo__intro {
    padding-bottom: 0;
    display: none;
}

@media (min-width:60em) {
    .promo--inline-content .field__field_intro, .promo--inline-content .promo__intro {
        display: block;
    }
}

.field__field_large_promo__item .field__field_link {
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_link {
        padding-right: 2rem;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_link {
        padding-right: 3rem;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_link {
        padding-right: 4rem;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_link {
        padding-right: 5rem;
    }
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_link {
        padding-left: 2rem;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_link {
        padding-left: 3rem;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_link {
        padding-left: 4rem;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_link {
        padding-left: 5rem;
    }
}

@media (min-width:30em) {
    .field__field_large_promo__item .field__field_link {
        padding-bottom: 2.25rem;
    }
}

@media (min-width:50em) {
    .field__field_large_promo__item .field__field_link {
        padding-bottom: 2.5rem;
    }
}

@media (min-width:60em) {
    .field__field_large_promo__item .field__field_link {
        padding-bottom: 2.75rem;
    }
}

@media (min-width:80em) {
    .field__field_large_promo__item .field__field_link {
        padding-bottom: 3rem;
    }
}

.field__field_large_promo__item--even .field__field_link a {
    background-color: #fff;
    color: #007c75;
}

html:not(.is-touch) .field__field_large_promo__item--even .field__field_link a:active, html:not(.is-touch) .field__field_large_promo__item--even .field__field_link a:focus, html:not(.is-touch) .field__field_large_promo__item--even .field__field_link a:hover {
    background-color: #007c75;
    color: #fff;
}

.promo__read-more {
    margin-top: 0 !important;
    margin-left: auto;
    padding: 1em;
}

    .promo__read-more .svg {
        width: 2em;
        height: 2em;
    }

.field__field_icon_link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

@media (min-width:80em) {
    .field__field_icon_link {
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.field__field_icon_link .field__field_icon_link__item {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    padding: 1em;
    margin-bottom: 1em;
}

@media (min-width:30em) {
    .field__field_icon_link .field__field_icon_link__item {
        -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
    }
}

@media (min-width:60em) {
    .field__field_icon_link .field__field_icon_link__item {
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
    }
}

@media (min-width:80em) {
    .field__field_icon_link .field__field_icon_link__item {
        -ms-flex: 0 1 13%;
        flex: 0 1 13%;
    }
}

.field__field_icon_link .field__field_icon_link__item a {
    border: 0 !important;
    text-align: center;
    font-weight: 600;
    font-size: .8999em;
    color: #18262c;
}

html:not(.is-touch) .field__field_icon_link .field__field_icon_link__item a:active, html:not(.is-touch) .field__field_icon_link .field__field_icon_link__item a:focus, html:not(.is-touch) .field__field_icon_link .field__field_icon_link__item a:hover {
    color: #007c75;
    text-decoration: underline;
}

.field__field_icon_link .field__field_icon_link__item .field__field_icon {
    margin-bottom: .5em;
}

@media (min-width:60em) {
    .field__field_icon_link .field__field_icon_link__item .field__field_icon {
        margin-bottom: 1.5em;
    }
}

.field__field_icon_link .svg {
    width: 5em;
    height: 5em;
    background-color: #007c75;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1em;
    transition: background-color .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    .field__field_icon_link .svg {
        width: 5.5em;
    }
}

@media (min-width:50em) {
    .field__field_icon_link .svg {
        width: 6em;
    }
}

@media (min-width:60em) {
    .field__field_icon_link .svg {
        width: 6.5em;
    }
}

@media (min-width:80em) {
    .field__field_icon_link .svg {
        width: 7em;
    }
}

@media (min-width:30em) {
    .field__field_icon_link .svg {
        height: 5.5em;
    }
}

@media (min-width:50em) {
    .field__field_icon_link .svg {
        height: 6em;
    }
}

@media (min-width:60em) {
    .field__field_icon_link .svg {
        height: 6.5em;
    }
}

@media (min-width:80em) {
    .field__field_icon_link .svg {
        height: 7em;
    }
}

html:not(.is-touch) .field__field_icon_link .svg:active, html:not(.is-touch) .field__field_icon_link .svg:focus, html:not(.is-touch) .field__field_icon_link .svg:hover {
    background-color: #005e59;
}

.field__field_icon_link .svg svg {
    -ms-transform: translateY(-50%) translateX(-50%) scale(.6);
    transform: translateY(-50%) translateX(-50%) scale(.6);
}

    .field__field_icon_link .svg svg path {
        fill: #fff;
    }

.field__field_topic_cloud {
    margin-bottom: 0 !important;
}

    .field__field_topic_cloud > div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: -1em;
    }

@media (min-width:30em) {
    .field__field_topic_cloud > div {
        margin-left: -1.125em;
    }
}

@media (min-width:50em) {
    .field__field_topic_cloud > div {
        margin-left: -1.25em;
    }
}

@media (min-width:60em) {
    .field__field_topic_cloud > div {
        margin-left: -1.375em;
    }
}

@media (min-width:80em) {
    .field__field_topic_cloud > div {
        margin-left: -1.5em;
    }
}

@media (min-width:30em) {
    .field__field_topic_cloud > div {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.field__field_topic_cloud__item {
    margin-left: 1em;
    margin-bottom: 1em;
    -ms-flex: 1 1 1;
    flex: 1 1 1;
}

@media (min-width:30em) {
    .field__field_topic_cloud__item {
        margin-left: 1.125em;
    }
}

@media (min-width:50em) {
    .field__field_topic_cloud__item {
        margin-left: 1.25em;
    }
}

@media (min-width:60em) {
    .field__field_topic_cloud__item {
        margin-left: 1.375em;
    }
}

@media (min-width:80em) {
    .field__field_topic_cloud__item {
        margin-left: 1.5em;
    }
}

@media (min-width:30em) {
    .field__field_topic_cloud__item {
        margin-bottom: 1.125em;
    }
}

@media (min-width:50em) {
    .field__field_topic_cloud__item {
        margin-bottom: 1.25em;
    }
}

@media (min-width:60em) {
    .field__field_topic_cloud__item {
        margin-bottom: 1.375em;
    }
}

@media (min-width:80em) {
    .field__field_topic_cloud__item {
        margin-bottom: 1.5em;
    }
}

@media (min-width:30em) {
    .field__field_topic_cloud__item {
        width: calc(50% - 1.5em);
        max-width: none;
        min-width: 0;
    }
}

@media (min-width:50em) {
    .field__field_topic_cloud__item {
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        max-width: 30em;
        max-width: calc(16.6% - 1.5em);
        min-width: 11em;
    }
}

.field__field_topic_cloud__item a {
    padding: .75em 1em;
    background-color: #007c75;
    color: #fff;
    font-weight: 400;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: box-shadow .7s cubic-bezier(.19,1,.22,1);
}

html:not(.is-touch) .field__field_topic_cloud__item a:active, html:not(.is-touch) .field__field_topic_cloud__item a:focus, html:not(.is-touch) .field__field_topic_cloud__item a:hover {
    background-color: #005e59;
}

.field__field_subject_listing__item:not(:last-child) {
    margin-bottom: 1em;
    border-bottom: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .field__field_subject_listing__item:not(:last-child) {
        margin-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .field__field_subject_listing__item:not(:last-child) {
        margin-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .field__field_subject_listing__item:not(:last-child) {
        margin-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .field__field_subject_listing__item:not(:last-child) {
        margin-bottom: 2em;
    }
}

.field__field_subject_listing__item .field__field_title {
    font-size: 1.8em;
    line-height: 1.2;
    margin-bottom: .5em;
}

@media (min-width:30em) {
    .field__field_subject_listing__item .field__field_title {
        font-size: 1.85em;
    }
}

@media (min-width:50em) {
    .field__field_subject_listing__item .field__field_title {
        font-size: 1.9em;
    }
}

@media (min-width:60em) {
    .field__field_subject_listing__item .field__field_title {
        font-size: 1.95em;
    }
}

@media (min-width:80em) {
    .field__field_subject_listing__item .field__field_title {
        font-size: 2em;
    }
}

@media (min-width:30em) {
    .field__field_subject_listing__item .field__field_title {
        line-height: 1.175;
    }
}

@media (min-width:50em) {
    .field__field_subject_listing__item .field__field_title {
        line-height: 1.15;
    }
}

@media (min-width:60em) {
    .field__field_subject_listing__item .field__field_title {
        line-height: 1.125;
    }
}

@media (min-width:80em) {
    .field__field_subject_listing__item .field__field_title {
        line-height: 1.1;
    }
}

.field__field_subject_listing__item .field__field_intro {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
}

@media (min-width:30em) {
    .field__field_subject_listing__item .field__field_intro {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .field__field_subject_listing__item .field__field_intro {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .field__field_subject_listing__item .field__field_intro {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .field__field_subject_listing__item .field__field_intro {
        line-height: 1.4;
    }
}

.field__field_subject_listing__item .field__field_link_list__heading {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 700;
}

@media (min-width:30em) {
    .field__field_subject_listing__item .field__field_link_list__heading {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .field__field_subject_listing__item .field__field_link_list__heading {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .field__field_subject_listing__item .field__field_link_list__heading {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .field__field_subject_listing__item .field__field_link_list__heading {
        line-height: 1.4;
    }
}

.field__field_subject_listing__item .field__field_link_list__item a {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M22.412 4.254H0v1.492h22.413l-4.06 3.209L19.674 10 26 5l-6.325-5-1.323 1.045 4.06 3.209z' fill='%23007C75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: left 0 top 50%;
    background-size: 1.5em auto;
    background-repeat: no-repeat;
    padding-left: 2em;
    font-weight: 600;
    display: block;
}

@media (min-width:50em) {
    .field__field_subject_listing__item .field__field_link_list__item a {
        margin-bottom: .5em;
    }
}

html:not(.is-touch) .field__field_subject_listing__item .field__field_link_list__item a:active, html:not(.is-touch) .field__field_subject_listing__item .field__field_link_list__item a:focus, html:not(.is-touch) .field__field_subject_listing__item .field__field_link_list__item a:hover {
    text-decoration: underline;
}

.pager {
    max-width: 55em;
    margin: 0 auto;
}

@media (min-width:60em) {
    .pager {
        display: -ms-flexbox;
        display: flex;
    }
}

.pager__items {
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (min-width:60em) {
    .pager__items {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-left: auto;
    }
}

.pager__item {
    list-style: none;
    margin: 0 .25em;
}

    .pager__item, .pager__item a {
        display: block;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .pager__item a {
            width: 2em;
            height: 2em;
            text-align: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

html:not(.is-touch) .pager__item a:active, html:not(.is-touch) .pager__item a:focus, html:not(.is-touch) .pager__item a:hover {
    text-decoration: underline;
}

.pager__item.is-active a {
    background-color: #007c75;
    color: #fff;
    border-radius: 2em;
}

.pager__item.pager__item--ellipsis {
    width: 2em;
    text-align: center;
}

.pager__item.pager__item--first a, .pager__item.pager__item--last a, .pager__item.pager__item--next a, .pager__item.pager__item--previous a {
    display: block;
    width: auto;
    height: auto;
}

.infobox {
    padding: 1em;
    background-color: #f0f3f5;
    border: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .infobox {
        padding: 1.125em;
    }
}

@media (min-width:50em) {
    .infobox {
        padding: 1.25em;
    }
}

@media (min-width:60em) {
    .infobox {
        padding: 1.375em;
    }
}

@media (min-width:80em) {
    .infobox {
        padding: 1.5em;
    }
}

.infobox h2 {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    margin: -1em;
    margin-bottom: 1.5em;
    padding: 1em;
    padding-bottom: .75em;
    background-color: #2a0247;
    color: #fff;
    font-weight: 600;
}

@media (min-width:30em) {
    .infobox h2 {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .infobox h2 {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .infobox h2 {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .infobox h2 {
        line-height: 1.4;
    }
}

@media (min-width:30em) {
    .infobox h2 {
        margin: -1.125em;
    }
}

@media (min-width:50em) {
    .infobox h2 {
        margin: -1.25em;
    }
}

@media (min-width:60em) {
    .infobox h2 {
        margin: -1.375em;
    }
}

@media (min-width:80em) {
    .infobox h2 {
        margin: -1.5em;
    }
}

@media (min-width:30em) {
    .infobox h2 {
        margin-bottom: 1.625em;
    }
}

@media (min-width:50em) {
    .infobox h2 {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    .infobox h2 {
        margin-bottom: 1.875em;
    }
}

@media (min-width:80em) {
    .infobox h2 {
        margin-bottom: 2em;
    }
}

@media (min-width:30em) {
    .infobox h2 {
        padding: 1.125em;
    }
}

@media (min-width:50em) {
    .infobox h2 {
        padding: 1.25em;
    }
}

@media (min-width:60em) {
    .infobox h2 {
        padding: 1.375em;
    }
}

@media (min-width:80em) {
    .infobox h2 {
        padding: 1.5em;
    }
}

@media (min-width:30em) {
    .infobox h2 {
        padding-bottom: .875em;
    }
}

@media (min-width:50em) {
    .infobox h2 {
        padding-bottom: 1em;
    }
}

@media (min-width:60em) {
    .infobox h2 {
        padding-bottom: 1.125em;
    }
}

@media (min-width:80em) {
    .infobox h2 {
        padding-bottom: 1.25em;
    }
}

.infobox ul {
    padding: 0;
}

.infobox li {
    padding-top: .7em;
    padding-bottom: .7em;
    position: relative;
    list-style: none;
    padding-left: 2em;
    padding-left: 38px;
    margin-bottom: 0;
}

@media (min-width:30em) {
    .infobox li {
        padding-top: .575em;
    }
}

@media (min-width:50em) {
    .infobox li {
        padding-top: .45em;
    }
}

@media (min-width:60em) {
    .infobox li {
        padding-top: .325em;
    }
}

@media (min-width:80em) {
    .infobox li {
        padding-top: .2em;
    }
}

@media (min-width:30em) {
    .infobox li {
        padding-bottom: .575em;
    }
}

@media (min-width:50em) {
    .infobox li {
        padding-bottom: .45em;
    }
}

@media (min-width:60em) {
    .infobox li {
        padding-bottom: .325em;
    }
}

@media (min-width:80em) {
    .infobox li {
        padding-bottom: .2em;
    }
}

.infobox li:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23007C75' d='M10.234 0L4.642 6.119 1.576 3.402 0 5.336l3.95 3.49.873.774.797-.863L12 1.755z' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-size: 70% 70%;
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.my-profile__header > ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

    .my-profile__header > ul:before {
        content: "";
        background-color: #f0f3f5;
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 100vw;
        display: block;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .my-profile__header > ul > li {
        position: relative;
        z-index: 10;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .my-profile__header > ul > li > a {
            position: relative;
            padding: 1em 1.5em;
            display: block;
        }

            .my-profile__header > ul > li > a:after {
                content: "";
                position: absolute;
                right: 0;
                left: 0;
                bottom: 0;
                height: 5px;
                background-color: #00938c;
                -ms-transform-origin: 50% 100%;
                transform-origin: 50% 100%;
                opacity: 0;
                -ms-transform: scaleY(0);
                transform: scaleY(0);
                transition: opacity .12s ease-in-out,transform .12s ease-in-out;
            }

            .my-profile__header > ul > li > a.is-active:after, html:not(.is-touch) .my-profile__header > ul > li > a:active:after, html:not(.is-touch) .my-profile__header > ul > li > a:focus:after, html:not(.is-touch) .my-profile__header > ul > li > a:hover:after {
                opacity: 1;
                -ms-transform: scaleY(1);
                transform: scaleY(1);
            }

.header.profile {
    margin-top: 1em;
}

@media (min-width:30em) {
    .header.profile {
        margin-top: 1.5em;
    }
}

@media (min-width:50em) {
    .header.profile {
        margin-top: 2em;
    }
}

@media (min-width:60em) {
    .header.profile {
        margin-top: 2.5em;
    }
}

@media (min-width:80em) {
    .header.profile {
        margin-top: 3em;
    }
}

.profile__header {
    margin-bottom: 1.5em;
    position: relative;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:30em) {
    .profile__header {
        margin-bottom: 1.625em;
    }
}

@media (min-width:50em) {
    .profile__header {
        margin-bottom: 1.75em;
    }
}

@media (min-width:60em) {
    .profile__header {
        margin-bottom: 1.875em;
    }
}

@media (min-width:80em) {
    .profile__header {
        margin-bottom: 2em;
    }
}

.profile__heading {
    margin: 0;
}

.profile__logout {
    position: relative;
    margin-left: auto;
    font-weight: 600;
    padding-left: 2.25em;
}

    .profile__logout:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.5em;
        height: 1.5em;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='10' viewBox='0 0 26 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Earrow green%3C/title%3E%3Cpath d='M22.412 4.254H0v1.492h22.413l-4.06 3.209L19.674 10 26 5l-6.325-5-1.323 1.045 4.06 3.209z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-position: 50% 50%;
        background-size: 70% auto;
        background-repeat: no-repeat;
        background-color: #007c75;
        border-radius: 50%;
    }

html:not(.is-touch) .profile__logout:active, html:not(.is-touch) .profile__logout:focus, html:not(.is-touch) .profile__logout:hover {
    text-decoration: underline;
}

.profile-manager .toggle-button, .user-registration-form .toggle-button {
    padding: 0;
    border: .2em solid #dee2e5;
    font-weight: 600;
    border-bottom: 0;
}

@media (min-width:30em) {
    .profile-manager .toggle-button, .user-registration-form .toggle-button {
        padding: .125em;
    }
}

@media (min-width:50em) {
    .profile-manager .toggle-button, .user-registration-form .toggle-button {
        padding: .25em;
    }
}

@media (min-width:60em) {
    .profile-manager .toggle-button, .user-registration-form .toggle-button {
        padding: .375em;
    }
}

@media (min-width:80em) {
    .profile-manager .toggle-button, .user-registration-form .toggle-button {
        padding: .5em;
    }
}

.profile-manager .toggle-button.is-open, .user-registration-form .toggle-button.is-open {
    border-color: #000;
    color: #000;
}

.profile-manager .toggle-button > *, .user-registration-form .toggle-button > * {
    font-size: 1em;
}

@media (min-width:30em) {
    .profile-manager .toggle-button > *, .user-registration-form .toggle-button > * {
        font-size: 1.0625em;
    }
}

@media (min-width:50em) {
    .profile-manager .toggle-button > *, .user-registration-form .toggle-button > * {
        font-size: 1.125em;
    }
}

@media (min-width:60em) {
    .profile-manager .toggle-button > *, .user-registration-form .toggle-button > * {
        font-size: 1.1875em;
    }
}

@media (min-width:80em) {
    .profile-manager .toggle-button > *, .user-registration-form .toggle-button > * {
        font-size: 1.25em;
    }
}

.profile-manager .toggle-content, .user-registration-form .toggle-content {
    border: .2em solid #dee2e5;
    border-top: 0;
    margin-bottom: .5em;
}

    .profile-manager .toggle-content.is-open, .user-registration-form .toggle-content.is-open {
        border-color: #000;
    }

    .profile-manager .toggle-content > *, .user-registration-form .toggle-content > * {
        padding: 1em;
        margin: 0;
    }

@media (min-width:30em) {
    .profile-manager .toggle-content > *, .user-registration-form .toggle-content > * {
        padding: 1.125em;
    }
}

@media (min-width:50em) {
    .profile-manager .toggle-content > *, .user-registration-form .toggle-content > * {
        padding: 1.25em;
    }
}

@media (min-width:60em) {
    .profile-manager .toggle-content > *, .user-registration-form .toggle-content > * {
        padding: 1.375em;
    }
}

@media (min-width:80em) {
    .profile-manager .toggle-content > *, .user-registration-form .toggle-content > * {
        padding: 1.5em;
    }
}

.profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
    font-size: 1.25em;
    margin-top: 1.5em;
    padding-bottom: .5em;
    border-bottom: .1em solid #f0f3f5;
}

@media (min-width:30em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        font-size: 1.3125em;
    }
}

@media (min-width:50em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        font-size: 1.375em;
    }
}

@media (min-width:60em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        font-size: 1.4375em;
    }
}

@media (min-width:80em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        font-size: 1.5em;
    }
}

@media (min-width:30em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        margin-top: 1.625em;
    }
}

@media (min-width:50em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        margin-top: 1.75em;
    }
}

@media (min-width:60em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        margin-top: 1.875em;
    }
}

@media (min-width:80em) {
    .profile-manager .toggle-content h3, .user-registration-form .toggle-content h3 {
        margin-top: 2em;
    }
}

.profile-manager .toggle-button__item.toggle-button__item--icon, .user-registration-form .toggle-button__item.toggle-button__item--icon {
    margin-left: auto;
    padding-right: 2em;
}

.profile-manager .form-item.js-form-type-radio, .user-registration-form .form-item.js-form-type-radio {
    margin-bottom: 0;
}

.search-keyword, .views-result-total {
    margin-right: -1rem;
    margin-left: -1rem;
    background-color: #f0f3f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em;
}

@media (min-width:30em) {
    .search-keyword, .views-result-total {
        margin-right: -1.75rem;
    }
}

@media (min-width:50em) {
    .search-keyword, .views-result-total {
        margin-right: -2.5rem;
    }
}

@media (min-width:60em) {
    .search-keyword, .views-result-total {
        margin-right: -3.25rem;
    }
}

@media (min-width:80em) {
    .search-keyword, .views-result-total {
        margin-right: -4rem;
    }
}

@media (min-width:30em) {
    .search-keyword, .views-result-total {
        margin-left: -1.75rem;
    }
}

@media (min-width:50em) {
    .search-keyword, .views-result-total {
        margin-left: -2.5rem;
    }
}

@media (min-width:60em) {
    .search-keyword, .views-result-total {
        margin-left: -3.25rem;
    }
}

@media (min-width:80em) {
    .search-keyword, .views-result-total {
        margin-left: -4rem;
    }
}

#block-search-global-keyword button.search {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23848B8E' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;
    background-color: #fff;
    box-shadow: none;
    height: 2.2em;
    cursor: pointer;
    border-radius: 0;
    margin-right: 4px;
    padding: 0;
    width: 3em;
    text-indent: -9999px;
    float: right;
    -ms-transform: translateY(-2.4em);
    transform: translateY(-2.4em);
}

@media (min-width:60em) {
    #block-search-global-keyword button.search {
        -ms-transform: translateY(-4.4em);
        transform: translateY(-4.4em);
    }
}

#block-search-global-keyword button.search:hover {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat 50%;
    background-color: #fff;
}

.views-result-total {
    font-size: 1.25em;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    text-align: center;
    font-family: Fira Sans,sans-serif;
    color: #2a0247;
    padding-bottom: .5rem;
}

@media (min-width:30em) {
    .views-result-total {
        font-size: 1.375em;
    }
}

@media (min-width:50em) {
    .views-result-total {
        font-size: 1.5em;
    }
}

@media (min-width:60em) {
    .views-result-total {
        font-size: 1.625em;
    }
}

@media (min-width:80em) {
    .views-result-total {
        font-size: 1.75em;
    }
}

.views-result-total__number {
    font-weight: 700;
    margin-right: .25em;
    margin-left: .25em;
}

    .views-result-total__number:first-child {
        margin-left: 0;
    }

.views-result-total__keyword {
    font-weight: 700;
    margin-left: .25em;
}

    .views-result-total__keyword:before {
        content: '"';
        margin-right: .05em;
    }

    .views-result-total__keyword:after {
        content: '"';
        margin-left: .25em;
    }

.search-keyword input {
    width: 100%;
    padding-right: 4em;
}

@media (min-width:60em) {
    .search-keyword input {
        width: 35em;
    }
}

.search-keyword .form-item {
    margin-bottom: 0;
}

@media (min-width:60em) {
    .search-keyword .form-item {
        margin-bottom: 2em;
    }
}

.search-block {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: .8889em;
}

    .search-block h2 {
        position: absolute !important;
        clip: rect(1px,1px,1px,1px);
        overflow: hidden;
        height: 1px;
        width: 1px;
        word-wrap: normal;
    }

    .search-block .field, .search-block .form-item {
        margin-bottom: 0 !important;
    }

    .search-block > form {
        display: -ms-flexbox;
        display: flex;
    }

        .search-block > form > * {
            border-radius: 0;
        }

        .search-block > form > :first-child .button, .search-block > form > :first-child input, .search-block > form > :first-child select {
            border-top-left-radius: 100px;
            border-bottom-left-radius: 100px;
        }

        .search-block > form > :last-child .button, .search-block > form > :last-child input, .search-block > form > :last-child select {
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
        }

        .search-block > form label {
            position: absolute !important;
            clip: rect(1px,1px,1px,1px);
            overflow: hidden;
            height: 1px;
            width: 1px;
            word-wrap: normal;
        }

        .search-block > form input:not([type=submit]), .search-block > form select {
            display: none;
            background-image: none;
            background-color: #f0f3f5;
            box-shadow: 0 0 0 1px #dee2e5;
            padding: .6em 2em;
        }

@media (min-width:60em) {
    .search-block > form input:not([type=submit]), .search-block > form select {
        display: block;
        width: 12em !important;
    }
}

@media (min-width:80em) {
    .search-block > form input:not([type=submit]), .search-block > form select {
        width: 20em !important;
    }
}

html:not(.is-touch) .search-block > form input:not([type=submit]):active, html:not(.is-touch) .search-block > form input:not([type=submit]):focus, html:not(.is-touch) .search-block > form input:not([type=submit]):hover, html:not(.is-touch) .search-block > form select:active, html:not(.is-touch) .search-block > form select:focus, html:not(.is-touch) .search-block > form select:hover {
    background-color: #fff;
    background-image: none;
}

.search-block > form .button {
    position: relative;
    background-color: transparent;
    width: 3.75em;
    height: 3.75em;
    border-radius: 0;
    color: transparent;
    overflow: hidden;
    border: 0;
    box-shadow: none;
}

@media (min-width:50em) {
    .search-block > form .button {
        padding-right: 1.5em;
        padding-left: 1.5em;
        color: transparent;
        width: 3em;
        height: 3em;
        background-color: #007c75;
        box-shadow: 0 0 0 1px #007c75;
    }
}

@media (min-width:60em) {
    .search-block > form .button {
        height: auto;
    }
}

html:not(.is-touch) .search-block > form .button:active, html:not(.is-touch) .search-block > form .button:focus, html:not(.is-touch) .search-block > form .button:hover {
    background-color: transparent;
    color: transparent;
}

@media (min-width:50em) {
    html:not(.is-touch) .search-block > form .button:active, html:not(.is-touch) .search-block > form .button:focus, html:not(.is-touch) .search-block > form .button:hover {
        text-decoration: none;
        background-color: #005e59;
        box-shadow: 0 0 0 1px #005e59;
    }
}

.navigation-mobile-header .search-block > form .button, html:not(.is-touch) .navigation-mobile-header .search-block > form .button:active, html:not(.is-touch) .navigation-mobile-header .search-block > form .button:focus, html:not(.is-touch) .navigation-mobile-header .search-block > form .button:hover {
    color: #2a0247;
}

.search-block > form .button:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23007c75' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: 50% 50%;
    background-size: 1.5em 1.5em;
    background-repeat: no-repeat;
}

@media (min-width:50em) {
    .search-block > form .button:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-size: 1em 1em;
    }
}

.navigation-mobile-header .search-block > form .button:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Esearch-icon-header%3C/title%3E%3Cpath d='M7.875 13.5A5.624 5.624 0 0 1 2.25 7.875 5.624 5.624 0 0 1 7.875 2.25 5.624 5.624 0 0 1 13.5 7.875 5.624 5.624 0 0 1 7.875 13.5m9.795 2.58l-3.494-3.495a7.831 7.831 0 0 0 1.574-4.71 7.875 7.875 0 1 0-7.875 7.875c1.768 0 3.396-.59 4.71-1.574l3.494 3.494a1.124 1.124 0 1 0 1.591-1.59' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.search-block > form .button:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media (min-width:60em) {
    .search-block > form .button:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.search-block > form .button:last-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

@media (min-width:60em) {
    .search-block > form .button:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.search__sidebar-header {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    background-color: #2a0247;
    background-image: none;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 1em;
    transition: backround-color .7s cubic-bezier(.19,1,.22,1);
}

@media (min-width:30em) {
    .search__sidebar-header {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .search__sidebar-header {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .search__sidebar-header {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .search__sidebar-header {
        line-height: 1.4;
    }
}

.search__sidebar-header .heading, .search__sidebar-heading {
    text-transform: none;
}

.topics {
    padding-bottom: 1em;
}

@media (min-width:30em) {
    .topics {
        padding-bottom: 1.25em;
    }
}

@media (min-width:50em) {
    .topics {
        padding-bottom: 1.5em;
    }
}

@media (min-width:60em) {
    .topics {
        padding-bottom: 1.75em;
    }
}

@media (min-width:80em) {
    .topics {
        padding-bottom: 2em;
    }
}

.topics__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
}

@media (min-width:60em) {
    .topics__header {
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }
}

.topics__letter {
    list-style: none;
    padding: .5em;
}

    .topics__letter a {
        display: block;
        margin: -.5em;
        padding: .5em;
    }

@media (min-width:60em) {
    .topics__letter a {
        margin: -.5em;
        padding: .5em;
    }
}

.topics__content {
    padding-top: 1em;
}

@media (min-width:30em) {
    .topics__content {
        padding-top: 1.5em;
    }
}

@media (min-width:50em) {
    .topics__content {
        padding-top: 2em;
    }
}

@media (min-width:60em) {
    .topics__content {
        padding-top: 2.5em;
    }
}

@media (min-width:80em) {
    .topics__content {
        padding-top: 3em;
    }
}

.topics__content h1, .topics__content h2, .topics__content h3, .topics__content h4, .topics__content h5, .topics__content h6 {
    padding-bottom: .25rem;
    border-bottom: 1px solid #dee2e5;
}

@media (min-width:30em) {
    .topics__content h1, .topics__content h2, .topics__content h3, .topics__content h4, .topics__content h5, .topics__content h6 {
        padding-bottom: .3125rem;
    }
}

@media (min-width:50em) {
    .topics__content h1, .topics__content h2, .topics__content h3, .topics__content h4, .topics__content h5, .topics__content h6 {
        padding-bottom: .375rem;
    }
}

@media (min-width:60em) {
    .topics__content h1, .topics__content h2, .topics__content h3, .topics__content h4, .topics__content h5, .topics__content h6 {
        padding-bottom: .4375rem;
    }
}

@media (min-width:80em) {
    .topics__content h1, .topics__content h2, .topics__content h3, .topics__content h4, .topics__content h5, .topics__content h6 {
        padding-bottom: .5rem;
    }
}

.topics__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 -1em;
}

    .topics__list li {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        list-style: none;
        padding: 1em;
    }

@media (min-width:60em) {
    .topics__list li {
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
    }
}

.toc__heading {
    font-family: Open Sans,sans-serif;
    letter-spacing: 0;
    font-size: 1em;
    line-height: 1.6;
    font-weight: 400;
    text-transform: none;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

@media (min-width:30em) {
    .toc__heading {
        line-height: 1.55;
    }
}

@media (min-width:50em) {
    .toc__heading {
        line-height: 1.5;
    }
}

@media (min-width:60em) {
    .toc__heading {
        line-height: 1.45;
    }
}

@media (min-width:80em) {
    .toc__heading {
        line-height: 1.4;
    }
}

.toc__list {
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

@media (min-width:60em) {
    .toc__list {
        display: block;
        padding-top: 1em;
    }
}

.toc__list li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

@media (min-width:60em) {
    .toc__list li {
        margin-bottom: 1em;
    }
}

.toc__list a {
    display: block;
    color: #00938c;
    padding: .25em 0;
}

html:not(.is-touch) .toc__list a:active, html:not(.is-touch) .toc__list a:focus, html:not(.is-touch) .toc__list a:hover {
    color: #005e59;
    text-decoration: underline;
}

@media (min-width:60em) {
    .toc__list a {
        padding: 0;
        position: relative;
        display: block;
        font-weight: 400;
        text-decoration: underline;
    }
}

@media (min-width:60em) {
    .toc__list a, .toc__list a:before {
        transition: transform .12s ease-in-out;
    }

        .toc__list a:before {
            content: "";
            background-color: #6cb33d;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            width: 5px;
            -ms-transform: scaleX(0) translateX(-1em);
            transform: scaleX(0) translateX(-1em);
        }
}

@media (min-width:60em) {
    .toc__list a:focus {
        color: #000 !important;
        font-weight: 600;
        -ms-transform: translateX(.5em);
        transform: translateX(.5em);
        text-decoration: none !important;
        transition: color .7s cubic-bezier(.19,1,.22,1),transform .7s cubic-bezier(.19,1,.22,1);
    }
}

@media (min-width:60em) {
    .toc__list a:focus:before {
        -ms-transform: scaleX(1) translateX(-.5em);
        transform: scaleX(1) translateX(-.5em);
        transition: transform .7s cubic-bezier(.19,1,.22,1);
    }
}

.toc__list a.is-active {
    font-weight: 700;
}

.toc-filter .back-to-top {
    display: none;
}

* {
    box-sizing: border-box;
}

html {
    font-family: Open Sans,sans-serif;
    font-size: 112.5%;
    letter-spacing: .015em;
    font-size: 100%;
    line-height: 1.7;
}

@media (min-width:30em) {
    html {
        font-size: 103.125%;
    }
}

@media (min-width:50em) {
    html {
        font-size: 106.25%;
    }
}

@media (min-width:60em) {
    html {
        font-size: 109.375%;
    }
}

@media (min-width:80em) {
    html {
        font-size: 112.5%;
    }
}

@media (min-width:30em) {
    html {
        line-height: 1.675;
    }
}

@media (min-width:50em) {
    html {
        line-height: 1.65;
    }
}

@media (min-width:60em) {
    html {
        line-height: 1.625;
    }
}

@media (min-width:80em) {
    html {
        line-height: 1.6;
    }
}

html.is-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

@media (min-width:50em) {
    html.is-fixed {
        position: static;
        right: auto;
        left: auto;
        top: auto;
        bottom: auto;
    }
}

body {
    margin: 0;
}

@media (min-width:60em) {
    body {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
    }
}

body:after {
    content: "xs";
    position: absolute !important;
    clip: rect(1px,1px,1px,1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
    word-wrap: normal;
}

@media (min-width:50em) {
    body:after {
        content: "sm";
    }
}

@media (min-width:60em) {
    body:after {
        content: "md";
    }
}

.site {
    transition: transform .7s cubic-bezier(.19,1,.22,1);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    min-height: 100vh;
}

@media (min-width:50em) {
    .site {
        overflow: hidden;
        transition: none;
    }
}

.site.is-moved {
    -ms-transform: translate(20%);
    transform: translate(20%);
}

@media (min-width:50em) {
    .site.is-moved {
        -ms-transform: none;
        transform: none;
    }
}

.skip-to-content-link {
    left: 40%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}

.v1_api_banner {
    background-color: #fdb913;
    max-width: 80em;
    margin: 0 auto;
    padding: 15px 80px;   
}

.v1_api_banner_wrapper {
    background-color: #f0f3f5
}

.v1_banner_text {
    color: black;
    font-size: 16px;
    font-size: 1rem;
    text-decoration: underline;
    margin-bottom: 20px
}

.v1_banner_warning_image {
    height: 1.5em;
    padding-right: 1em
}

@media (min-width: 60em) {
    .v1_api_banner_wrapper {
        padding-right: 2.5em;
        padding-left: 2.5em;
    }
}

@media (min-width: 80em) {
    .v1_api_banner_wrapper {
        padding-right: 4em;
        padding-left: 4em;
    }
}