/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 06 April 2020 22:57:09
*/


/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Wed Apr 24 2019 10:33:26 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.breadcrumbs__list, .sq-accordion > ul, .panel ul, #summary.alert ul, .select__list, .pagination, .c-tab__list, .topmenu__list, .mainmenu__list, .submenu__list, .social__list, .footermenu__list, .footermenu__links, .ftsecondary__list, .layout-right ul, .toc__list, .search-suggestion__list, .promo__pagination, .promo__content, .slick-dots, .resources__results-filters__list, .resources__filters-panel ul, .resources__search-results,
.news__search-results, .sq-form-section ul, .news .article-list, .news .sq-form-question-answer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix, .resources__filters-panel {
  *zoom: 1;
}

.clearfix:before, .resources__filters-panel:before, .clearfix:after, .resources__filters-panel:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, .resources__filters-panel:after {
  clear: both;
}

.caption, .content table caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 5px;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

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

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

[hidden] {
  display: none;
}

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

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

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

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 48.063em) {
  .mobile-only {
    display: block !important;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

iframe {
  width: 100%;
  border: none;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

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

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.center {
  text-align: center;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/* Styles for feedback widget */
.fm-feedback-button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
}

#onegov-feedback-assist-modal #fba-modal-open .fba-form-elements .fba-span-maxlength {
  color: #767676 !important;
}

/* {visibility: visible;} was causing these to show always */
.fm-feedback-buttons.fm-close-mobile-feedback-buttons {
  display: none;
}

/* enabled permanently visible browser scrollbar in IE as widget was disappearing behind the bar */
@-ms-viewport {
  width: auto !important;
}

/* end of code for Feedback widget */
/* slide slide iframe styles */
.slick-slide iframe {
  width: 100%;
  border: none;
}

/* ADDED for CAPTCHA FORM */
#sq_normal_captcha > .img__wrapper {
  width: 100%;
  display: block;
  margin-top: 0;
}

#sq_normal_captcha > .img__wrapper > #sq_security_key {
  min-width: 15%;
  max-width: 20%;
  margin-bottom: 23px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*
--------------------
Components
--------------------
*/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*
  Copyright (C) Hoefler & Co.
  This software is the property of Hoefler & Co. (H&Co).
  Your right to access and use this software is subject to the
  applicable License Agreement, or Terms of Service, that exists
  between you and H&Co. If no such agreement exists, you may not
  access or use this software for any purpose.
  This software may only be hosted at the locations specified in
  the applicable License Agreement or Terms of Service, and only
  for the purposes expressly set forth therein. You may not copy,
  modify, convert, create derivative works from or distribute this
  software in any way, or make it accessible to any third party,
  without first obtaining the written permission of H&Co.
  For more information, please visit us at http://typography.com.
*/
@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0004/478516/GothamSSm-XLight_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0005/478517/GothamSSm-XLight_Web.woff?v=0.1.1") format("woff");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0006/478518/GothamSSm-XLightItalic_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0007/478519/GothamSSm-XLightItalic_Web.woff?v=0.1.1") format("woff");
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0003/478524/GothamSSm-Light_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0004/478525/GothamSSm-Light_Web.woff?v=0.1.1") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0005/478526/GothamSSm-LightItalic_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0006/478527/GothamSSm-LightItalic_Web.woff?v=0.1.1") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0007/478528/GothamSSm-Book_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0008/478529/GothamSSm-Book_Web.woff?v=0.1.1") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0009/478530/GothamSSm-BookItalic_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0010/478531/GothamSSm-BookItalic_Web.woff?v=0.1.1") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0008/478520/GothamSSm-Medium_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0009/478521/GothamSSm-Medium_Web.woff?v=0.1.1") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0010/478522/GothamSSm-MediumItalic_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0011/478523/GothamSSm-MediumItalic_Web.woff?v=0.1.1") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0011/478532/GothamSSm-Bold_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0003/478533/GothamSSm-Bold_Web.woff?v=0.1.1") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0004/478534/GothamSSm-BoldItalic_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0005/478535/GothamSSm-BoldItalic_Web.woff?v=0.1.1") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0007/478537/GothamSSm-Black_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0008/478538/GothamSSm-Black_Web.woff?v=0.1.1") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("/__data/assets/file/0009/478539/GothamSSm-BlackItalic_Web.woff2?v=0.1.1") format("woff2"), url("/__data/assets/file/0010/478540/GothamSSm-BlackItalic_Web.woff?v=0.1.1") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'ClarendonBT-Light';
  src: url("/__data/assets/file/0005/85406/ClarendonBT-Light.woff2?v=0.2.1") format("woff2"), url("/__data/assets/file/0007/85399/ClarendonBT-Light.woff?v=0.2.1") format("woff");
}

body {
  font-family: 'HCo Gotham SSm';
  font-weight: 400;
}

h1,
.h1 {
  font-size: 26px;
  font-size: 1.625rem;
  font-family: 'Clarendon-text-pro';
  font-weight: 400;
}

@media screen and (min-width: 63.75em) {
  h1,
  .h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

.merit-review h1, .merit-review
.h1 {
  margin-left: 0.9375rem;
  margin-bottom: 1.1875rem;
}

@media screen and (min-width: 48.125em) {
  .merit-review h1, .merit-review
  .h1 {
    font-size: 2.25rem;
    margin-bottom: 0.9375rem;
    margin-left: 0;
    margin-top: 2.8125rem;
  }
}

h2,
.h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Clarendon-text-pro';
  font-weight: 400;
}

@media screen and (min-width: 63.75em) {
  h2,
  .h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'ClarendonBT-Light';
  font-weight: 400;
}

@media screen and (min-width: 63.75em) {
  h3,
  .h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h4,
.h4 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: 'ClarendonBT-Light';
  font-weight: 400;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'ClarendonBT-Light';
  font-weight: 400;
}

h6,
.h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
}

p {
  font-weight: 400;
  line-height: 2;
}

p strong {
  font-weight: 700;
}

a {
  color: #467082;
}

a:hover {
  text-decoration: none;
}

a.link-bold {
  font-weight: 700;
}

.content strong {
  font-weight: 700;

}

/*Change made for SDNSW-5072 */
.content table strong {
  font-weight: 700;
}

blockquote {
  font-size: 20px;
  font-size: 1.25rem;
  color: #467082;
  font-family: 'Clarendon-text-pro';
  font-style: italic;
  margin: 0;
}

blockquote::before {
  content: '" ';
  margin-right: -0.3125rem;
}

blockquote::after {
  content: ' "';
  margin-left: -0.3125rem;
}

.font-blue {
  color: #467082;
}

.content ul:not(.list-normal) {
  margin: 0;
  padding: 0;
}

.long-page .content ul {
  padding: 0 0 0 20px;
}

.content ol:not(.list-normal) {
  margin: 0;
  padding: 0;
}

.content li {
  margin-bottom: 10px;
  margin-left: 20px;
}

.merit-review .content li {
  margin-left: 0;
}

.list-normal {
  padding-left: 20px;
}

.list-normal li {
  margin-bottom: 10px;
}

.article-list__img {
  height: 90px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  width: 120px;
}

.icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

.icon-small-extra {
  font-size: 12px;
  font-size: 0.75rem;
}

.icon-small {
  font-size: 16px;
  font-size: 1rem;
}

.icon-small-large {
  font-size: 25px;
  font-size: 1.5625rem;
}

.icon-medium {
  font-size: 30px;
  font-size: 1.875rem;
}

.merit-review .icon-medium {
  font-size: 34px;
  font-size: 2.125rem;
}

.icon-large {
  font-size: 50px;
  font-size: 3.125rem;
}

.icon-large-extra {
  font-size: 80px;
  font-size: 5rem;
}

.icon-large-extra-2 {
  font-size: 99.2px;
  font-size: 6.2rem;
}

.icon-black {
  color: #000;
}

.icon-white {
  color: #fff;
}

.icon-green {
  color: #467082;
}

.icon-external {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.icon-plus {
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}

@media screen and (min-width: 48.125em) {
  .icon-plus {
    display: none;
  }
}

.icon-plus div {
  background-color: #fff;
  position: absolute;
}

.icon-plus-h {
  height: 6px;
  top: 50%;
  margin-top: -3px;
  width: 26px;
}

.icon-plus-v {
  height: 26px;
  left: 50%;
  margin-left: -3px;
  width: 6px;
}

.rss-feed {
  float: right;
  display: block;
  margin: -53px 0 0;
  width: 30px;
  height: 30px;
  background-image: url("/__data/assets/image/0005/164957/spritesheet.png?v=0.0.2");
  background-repeat: no-repeat;
  background-position: -150px -50px;
  border-bottom: 0;
  transition: opacity 0.2s;
  position: relative;
  z-index: 5;
}

.rss-feed:focus, .rss-feed:hover {
  background-position: 0 -240px;
}

.results__panel .icon {
  height: 1.5rem;
  opacity: 0.25;
  width: 1.5rem;
}

.results__panel .icon__list-view {
  width: 1.8125rem;
}

.btn {
  background-color: transparent;
  font-weight: 400;
  border: 0;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
}

.btn:hover {
  text-decoration: none;
}

.btn-inverted.btn-green, .content--resources .btn--copy-link,
.content--resources .btn--email-link {
  background-color: #467082;
  color: #fff;
}

.btn-inverted:hover, .content--resources .btn--copy-link:hover,
.content--resources .btn--email-link:hover {
  background-color: #fff;
  color: #467082;
}

.btn-small, .content--resources .btn--copy-link,
.content--resources .btn--email-link {
  font-size: 11px;
  font-size: 0.6875rem;
}

.btn-normal {
  text-align: center;
  text-transform: uppercase;
}

.btn-small, .content--resources .btn--copy-link,
.content--resources .btn--email-link {
  font-size: 13.6px;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1.1875em 1.75em;
}

.btn-margin {
  margin: 20px 0 30px 0;
}

.btn-white {
  border: 4px solid #fff;
  color: #fff;
}

.btn-green, .content--resources .btn--copy-link,
.content--resources .btn--email-link {
  border: 4px solid #467082;
  color: #467082;
}

.btn-green.btn-inverted, .content--resources .btn--copy-link,
.content--resources .btn--email-link {
  background-color: #467082;
  color: #fff;
}

.btn-gotham-bold {
  font-weight: 700;
}

.btn-uppercase {
  text-transform: uppercase;
}

.btn-hover-effect {
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.btn-hover-effect:hover.btn-white {
  background-color: #fff;
  color: #467082;
}

.btn-hover-effect:hover.btn-green, .content--resources .btn-hover-effect.btn--copy-link:hover,
.content--resources .btn-hover-effect.btn--email-link:hover {
  background-color: #467082;
  color: #fff;
}

.btn-hover-effect.btn-inverted:hover.btn-green, .content--resources .btn-hover-effect.btn--copy-link:hover,
.content--resources .btn-hover-effect.btn--email-link:hover {
  background-color: #fff;
  color: #467082;
}

input[type="submit"].sq-form-submit {
  background-color: transparent;
  font-weight: 400;
  border: 0;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
  border: 4px solid #467082;
  color: #467082;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 20px;
  padding: 10px 28px;
}

input[type="submit"].sq-form-submit:hover {
  background-color: #467082;
  color: #fff;
  text-decoration: none;
}

.progressbar__container {
  background-color: #dedede;
  height: 76px;
  margin: 20px 0;
  position: relative;
  width: 100%;
}

.progressbar {
  font-size: 0;
  height: 76px;
  position: absolute;
  width: 100%;
}

.lt-ie10 .progressbar {
  position: relative;
}

.progressbar__ie9 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.breadcrumbs__list {
  font-size: 14px;
  font-size: 0.875rem;
  overflow: hidden;
}

.breadcrumbs__list li {
  float: left;
}

.breadcrumbs__list a {
  color: #546f82;
}

.merit-review .breadcrumbs__list {
  display: none;
}

.merit-review .breadcrumbs__list li:last-of-type a {
  font-weight: bold;
}

@media screen and (min-width: 48.125em) {
  .merit-review .breadcrumbs__list {
    display: block;
    font-size: 0.75rem;
  }
  .merit-review .breadcrumbs__list svg {
    color: #979797;
    font-size: 0.625rem;
  }
}

.breadcrumbs__inside {
  display: inline-block;
  margin: 0 10px;
  transform: rotate(90deg);
}

.accordion {
  clear: both;
}

.accordion__box {
  background-color: #f7f7f7;
  margin-bottom: 1px;
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.accordion__box.is-accordion-active {
  background-color: #e1e9ed;
}

.accordion__box .accordion__box {
  border: 1px solid #467082;
  background-color: #f7f7f7;
}

.accordion__heading {
  margin: 0;
}

.accordion__btn {
  font-size: 16px;
  font-size: 1rem;
  color: #222;
  display: block;
  font-weight: 700;
  padding: 15px;
  text-decoration: none;
}

@media screen and (min-width: 48.125em) {
  .accordion__btn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.accordion table {
  min-width: auto;
}

.accordion__content div {
  overflow: hidden;
}

.accordion__content {
  font-weight: 400;
  padding: 0 15px 15px;
}

@media screen and (min-width: 48.125em) {
  .accordion__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.accordion__icon-wrapper {
  display: block;
  height: 12px;
  line-height: 0;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: 12px;
}

@media screen and (min-width: 48.125em) {
  .accordion__icon-wrapper {
    right: 40px;
  }
}

.is-accordion-active .accordion__icon-wrapper {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.sq-accordion {
  overflow: hidden;
  position: relative;
}

.sq-accordion > ul {
  display: block;
  position: relative;
  z-index: 1;
}

.sq-accordion::before {
  background-color: #f4f4f4;
  content: '';
  display: block;
  height: 2000px;
  left: 0;
  position: absolute;
  top: 65px;
  width: 100%;
  z-index: 0;
}

.js-enabled .sq-accordion > ul li {
  margin-bottom: 0;
}

.js-enabled .sq-accordion__box {
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 63.75em) {
  .js-enabled .sq-accordion__box {
    border-bottom: 0;
  }
}

.js-enabled .sq-accordion__heading {
  margin: 0;
  position: relative;
}

@media screen and (min-width: 63.75em) {
  .js-enabled .sq-accordion__heading {
    display: none;
  }
}

.js-enabled .sq-accordion__heading a {
  font-size: 16px;
  font-size: 1rem;
  background-color: #467082;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 20px 14px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.js-enabled .sq-accordion__heading a:hover {
  background-color: #3d6271;
}

.js-enabled .is-active .sq-accordion__heading a {
  background-color: transparent;
  color: #000;
}

.js-enabled .is-active .sq-accordion__heading a:hover {
  background-color: #e7e7e7;
}

.js-enabled .sq-accordion__icon-wrapper {
  display: block;
  line-height: 0;
  margin-top: -6px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.js-enabled .is-active .sq-accordion__icon-wrapper {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.js-enabled .is-active .sq-accordion__icon {
  color: #467082;
}

.js-enabled .sq-accordion__content {
  padding: 0.625em 0.9375em;
}

.js-enabled .sq-accordion__content > p:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 48.125em) {
  .js-enabled .sq-accordion__content {
    padding: 26px 40px 5px 23px;
  }
}

.js-enabled .sq-accordion__tab-titles {
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 63.75em) {
  .js-enabled .sq-accordion__tab-titles {
    display: table;
    width: 100%;
  }
  .js-enabled .sq-accordion__tab-titles > li {
    display: table-cell;
    float: none;
    text-align: center;
  }
}

.js-enabled .sq-accordion__tab-btn {
  background-color: #467082;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 22px 50px;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

:not(:first-child) .js-enabled .sq-accordion__tab-btn {
  border-left: 1px solid #fff;
}

.js-enabled .sq-accordion__tab-btn:hover {
  background-color: #3d6271;
}

.js-enabled .is-active .sq-accordion__tab-btn {
  background-color: #f4f4f4;
  color: #000;
}

.js-enabled .is-active .sq-accordion__tab-btn:hover {
  background-color: #e7e7e7;
}

@media screen and (max-width: 40em) {
  .accordion__content .image-container-right ~ div,
  .accordion__content .image-container-left ~ div {
    clear: both;
  }
}

.video__wrapper {
  height: 0;
  margin-bottom: 60px;
  padding-bottom: 56.26%;
  /* 16:9 */
  position: relative;
}

.video__wrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  border: none;
}

.video__wrapper .caption {
  display: block;
  padding-top: 56%;
  position: relative;
}

@media screen and (min-width: 47.813em) {
  .content .img__wrapper {
    float: left;
    margin-right: 20px;
    margin-top: 0.5em;
    width: 50%;
  }
}

.content img {
  min-width: 100%;
}

.accordion .img__wrapper {
  width: 100%;
}

.accordion img {
  min-width: 0;
  height: auto;
}

.table__wrapper {
  max-width: 100%;
  overflow-x: auto;
}

.table__caption {
  display: block;
  margin-bottom: 10px;
}

.content table {
  max-width: 100%;
}

.content table caption {
  margin-bottom: 10px;
}

.content table th {
  background-color: #467082;
  color: #fff;
  font-weight: 700;
  padding: 20px;
  white-space: normal;
}

.content table td {
  font-weight: 400;
  padding: 20px;
  vertical-align: top;
}

.content table tr:nth-child(even) td {
  background-color: #e1e9ed;
}

.content table tbody tr {
  /*background: #f1f8fe;*/
  border-bottom: 1px solid #467082;
}

.panel, #summary.alert {
  background-color: #f7f7f7;
  border: 1px solid #b6b6b6;
  font-weight: 400;
  line-height: 2;
  padding: 13px;
}

.panel.panel-no-border, #summary.alert.panel-no-border {
  border: 0;
}

.panel li, #summary.alert li {
  line-height: 1.5;
}

.panel h2, #summary.alert h2 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 7px;
}

.panel p, #summary.alert p {
  margin: 13px 0 0;
}

.panel p:first-of-type, #summary.alert p:first-of-type {
  margin-top: 0;
}

.panel a, #summary.alert a {
  text-decoration: none;
}

.panel a:hover, #summary.alert a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 56.25em) {
  .panel, #summary.alert {
    padding: 13px 23px;
  }
}

.panel-alert, #summary.alert {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff4f4;
  border-color: #c26464;
}

.panel__left {
  min-width: 60px;
  padding-right: 20px;
}

.panel__right {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.content .panel__icon {
  margin-top: 10px;
  min-width: 0;
  width: 40px;
}

.panel-alert .panel__heading {
  font-size: 16px;
  font-size: 1rem;
  color: #400707;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}

.panel-alert .panel__content {
  font-size: 14px;
  font-size: 0.875rem;
  color: #400707;
}

.form__box {
  margin-bottom: 10px;
}

.form__label, .sq-form-question-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.filters input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.filters input[type="checkbox"]:checked + label:before {
  border: 1px solid #467082;
}

.filters input[type="checkbox"]:checked + label:after {
  background-color: #467082;
}

.filters input[type="checkbox"]:disabled + label:before {
  opacity: 0.5;
}

.filters input[type="checkbox"]:disabled + label:after {
  opacity: 0.5;
}

.filters input[type="checkbox"] + label {
  position: relative;
  padding: 0.375rem 0 0.3125rem 1.6875rem;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
}

.filters input[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5625rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  border: 1px solid #467082;
}

.filters input[type="checkbox"] + label:after {
  content: '';
  left: 0.375rem;
  top: 0.9375rem;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.form__heading {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
}

.form__ele {
  background-color: #f7f7f7;
  float: left;
  height: 20px;
  margin-right: 10px;
  position: relative;
  width: 20px;
  border: 1px solid #467082;
}

.form__radio .form__ele {
  border-radius: 50%;
}

input[type=checkbox]:checked + .form__ele.form__ele--small::after,
input[type=radio]:checked + .form__ele.form__ele--small::after {
  transform: scale(0.65);
}

.form__ele::after {
  background-color: #467082;
  content: '';
  height: 12px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 12px;
}

.form__radio .form__ele::after {
  border-radius: 50%;
}

input[type=checkbox]:checked + .form__ele::after,
input[type=radio]:checked + .form__ele::after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.form__radio .form__input,
.form__checkbox .form__input {
  opacity: 0;
}

.form__input.error {
  outline: 1px solid #c26464;
}

.content input[type=text], .content input[type=email], .content input[type=tel], .content input[type=number] {
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  padding: 15px;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .content input[type=text], .content input[type=email], .content input[type=tel], .content input[type=number] {
    max-width: 560px;
  }
}

.content textarea {
  background-color: #f7f7f7;
  border: 1px solid #dadada;
  height: 140px;
  padding: 15px;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .content textarea {
    max-width: 560px;
  }
}

.select__wrapper li, .select__default {
  background-color: #f7f7f7;
  border: 1px solid #dadada;
}

.select__wrapper {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .select__wrapper {
    min-width: 560px;
    width: auto;
  }
}

.select__wrapper li {
  border-bottom: 0;
  margin-bottom: 0;
}

.select__wrapper li:last-of-type {
  border-bottom: 1px solid #dadada;
}

.select__wrapper a {
  display: block;
  padding: 15px;
  color: #2E586A;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.select__wrapper a:hover {
  background-color: #e1e9ed;
}

.select__default {
  padding: 15px 40px 15px 15px;
  position: relative;
}

.select__icon-wrapper {
  line-height: 0;
  margin-top: -6px;
  position: absolute;
  right: 15px;
  top: 50%;
}

.select__list li {
  margin-bottom: 0 !important;
}

.js-enabled .select__list {
  display: none;
}

.form__btn {
  margin-top: 20px;
  padding: 10px 28px;
}

form .req {
  color: #c26464;
}

form .error {
  font-size: 16px;
  font-size: 1rem;
  color: #c26464;
  display: block;
  margin-top: 10px;
}

.hidden-form-container {
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  max-height: 400px;
  overflow: hidden;
  padding-bottom: 1.25em;
}

.hidden-form-container:not(.is-active) {
  -webkit-transition: max-height 0.5s ease;
  -moz-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  max-height: 0.0625em;
}

.consultation-submission__page h2 {
  margin-top: 2em;
  color: #fff;
  background: #CF4520;
  font-size: 1.5em;
  padding: 5px 10px;
}

.consultation-submission__page ul.possible-options__list {
  list-style: none;
}

.consultation-submission__page ol.possible-options__list {
  list-style-position: inside;
  padding-left: 0;
}

.consultation-submission__page .answer {
  display: block;
  width: 100%;
  max-width: 100%;
  border: 2px solid #CF4520;
  padding-left: 10px;
  padding-right: 10px;
  background: #F1F4FF;
  min-height: 2.25em;
}

footer.consultation-submission__footer {
  font-size: 12.8px;
  font-size: 0.8rem;
  display: none;
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

footer.consultation-submission__footer p {
  line-height: 1.25em;
}

footer.consultation-submission__footer .right-side {
  position: absolute;
  right: 0;
  bottom: 0;
}

.is-sticky-menu footer.consultation-submission__footer .right-side .logo--home {
  display: block;
}

.userpath__box.box-orange.consultation__box {
  margin-bottom: 90px;
}

.userpath__box.box-orange.consultation__box > div {
  padding: 1.875em 1.875em 3.125em 1.875em;
}

.userpath__box.box-orange.consultation__box:after {
  border-width: 70px 103px 0 0;
  bottom: -70px;
  right: 75px;
  left: auto;
}

.userpath__box.box-orange.consultation__box h1 {
  max-width: 410px;
}

.userpath__box.box-orange.consultation__box .logo--home {
  visibility: hidden;
  display: block;
  float: right;
  margin-top: 10px;
}

.is-sticky-menu .userpath__box.box-orange.consultation__box .logo--home {
  display: block;
}

fieldset,
fieldset.sq-form-section {
  border: 0;
  margin: 0;
  padding: 0;
}

.sq-form-question-title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 700;
  font-weight: 400;
}

legend.sq-form-section-title {
  border: 0;
  padding: 20px 0;
  font-size: 2rem;
  font-weight: 700;
}

.sq-form-error {
  color: red;
}

.sq-form-question-datetime label {
  display: block;
}

.sq-form-errors-message {
  background-color: #fff4f4;
  border: 1px solid #c26464;
  color: #400707;
  display: inline-block;
  margin: 0;
  padding: 10px;
}

.box {
  padding: 15px;
}

.box-green {
  background-color: #007A33;
}

.box-blue {
  background-color: #00629B;
}

.box-red {
  background-color: #a6093d;
}

.box-yellow {
  background-color: #956C58;
}

.box-purple {
  background-color: #8C4799;
}

.box-orange {
  background-color: #CF4520;
}

/* Pagination */
/* Base */
.pagination li {
  display: inline-block;
}

.pagination .pagination__nav {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #467082;
  color: #fff;
  display: block;
  height: 3.125em;
  position: relative;
  width: 3.125em;
}

.pagination .pagination__nav svg {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.pagination .pagination__nav.nav--previous {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pagination li {
  background-color: #4F758B;
  color: #fff;
  height: 3.125em;
  margin: 0.25em 0;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: top;
  width: 3.125em;
}

.pagination li a {
  color: #fff;
  line-height: 3.125em;
  padding: 0;
  display: block;
}

.pagination li.is-current {
  background-color: #467082;
}

.pagination li.is-current a {
  text-decoration: underline;
}

.pagination li:not(.is-current):hover {
  background-color: #97b1c0;
}

.pagination li:not(.is-current):hover a {
  text-decoration: none;
}

.pagination.centered {
  margin: 0 auto;
  text-align: center;
}

.pagination__indicator {
  color: #467082;
  margin-top: 0.625em;
}

.loader {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #467082;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  display: none;
}

.loader,
.loader::after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.p-info-panel {
  width: 100%;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 63.75em) {
  .p-info-panel {
    max-width: 34.5rem;
    width: 48.75%;
  }
}

.p-info-panel::before {
  background-color: #fff;
  bottom: 0;
  content: '';
  height: 1.375rem;
  position: absolute;
  width: 1.375rem;
  z-index: 1000;
}

@media screen and (min-width: 63.75em) {
  .p-info-panel::before {
    height: 2.0625rem;
    width: 2.0625rem;
  }
}

.p-info-panel::after {
  border-bottom: 1.375rem solid #fff;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 63.75em) {
  .p-info-panel::after {
    border-bottom: 2.0625rem solid #fff;
  }
}

.p-info-panel:nth-child(odd)::after {
  border-left: 1.375rem solid transparent;
  left: 1.4375rem;
}

@media screen and (min-width: 63.75em) {
  .p-info-panel:nth-child(odd)::after {
    border-left: 2.0625rem solid transparent;
    left: 2.125rem;
  }
}

@media screen and (min-width: 48.125em) {
  .p-info-panel:nth-child(odd) {
    margin-right: 0.625rem;
  }
}

@media screen and (min-width: 48.125em) {
  .p-info-panel:nth-child(even) {
    margin-left: 0.625rem;
  }
}

.p-info-panel:nth-child(even)::before {
  right: 0;
}

.p-info-panel:nth-child(even)::after {
  border-right: 1.375rem solid transparent;
  right: 1.4375rem;
}

@media screen and (min-width: 63.75em) {
  .p-info-panel:nth-child(even)::after {
    border-right: 2.0625rem solid transparent;
    right: 2.125rem;
  }
}

@media screen and (min-width: 48.125em) {
  .p-info-panel:nth-child(even) {
    margin-left: 0.625rem;
  }
}

.p-info-panel__link {
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  height: 18.25rem;
  overflow: hidden;
  padding: 1.6875rem;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 48.125em) {
  .p-info-panel__link {
    height: 20rem;
  }
}

@media screen and (min-width: 63.75em) {
  .p-info-panel__link {
    padding: 2.5rem;
  }
}

.p-info-panel__link::before {
  background-color: #000;
  content: '';
  height: 100%;
  left: 0;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

.no-touch .p-info-panel__link:hover::before {
  background-color: #2E586A;
}

.p-info-panel:nth-child(odd) .p-info-panel__link {
  background-image: url("https://www.sira.nsw.gov.au/__data/assets/image/0006/315816/disputes-tile-01.png");
}

.p-info-panel:nth-child(even) .p-info-panel__link {
  background-image: url("https://www.sira.nsw.gov.au/__data/assets/image/0008/315818/disputes-tile-02.png");
}

.p-info-panel__inner {
  bottom: 3.125rem;
  color: #fff;
  position: absolute;
}

@media screen and (min-width: 48.125em) {
  .p-info-panel__inner {
    bottom: 0;
    transform: translateY(100%) translateY(-145px);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 82.5em) {
  .p-info-panel__inner {
    transform: translateY(100%) translateY(-170px);
  }
}

@media screen and (min-width: 48.125em) {
  .no-touch .p-info-panel__link:hover .p-info-panel__inner {
    transform: translateY(-27px);
  }
}

@media screen and (min-width: 63.75em) {
  .no-touch .p-info-panel__link:hover .p-info-panel__inner {
    transform: translateY(-47px);
  }
}

@media screen and (min-width: 48.125em) {
  .p-info-panel:nth-child(even) .p-info-panel__inner {
    text-align: right;
  }
}

.p-info-panel__heading {
  font-size: 2.0625rem;
  line-height: 1.05;
  margin: 0;
}

@media screen and (min-width: 48.125em) {
  .p-info-panel__heading {
    height: 5rem;
    -webkit-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    max-height: 5rem;
  }
}

@media screen and (min-width: 82.5em) {
  .p-info-panel__heading {
    height: 6.5625rem;
    font-size: 3.125rem;
    margin: 0 -1.875rem 0 0;
    max-height: 6.5625rem;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 48.125em) {
  .p-info-panel:nth-child(even) .p-info-panel__heading {
    margin: 0 -1rem 0 0;
    text-align: right;
  }
}

.p-info-panel__intro {
  display: none;
}

@media screen and (min-width: 48.125em) {
  .p-info-panel__intro {
    display: block;
    line-height: 1.5;
    margin-top: 2.8125rem;
    opacity: 0;
    position: relative;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
  }
  .p-info-panel:nth-child(even) .p-info-panel__intro {
    right: 0;
  }
}

@media screen and (min-width: 48.125em) {
  .p-info-panel__intro::before {
    background-color: #fff;
    content: '';
    height: 0.4375rem;
    position: absolute;
    top: -1.6875rem;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 0;
  }
  .p-info-panel:nth-child(even) .p-info-panel__intro::before {
    right: 0;
  }
}

@media screen and (min-width: 48.125em) {
  .no-touch .p-info-panel__link:hover .p-info-panel__intro::before {
    width: 7.375rem;
  }
}

@media screen and (min-width: 48.125em) {
  .no-touch .p-info-panel__link:hover .p-info-panel__intro {
    opacity: 1;
    visibility: visible;
  }
}

body::before {
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

body.is-infopanel-active {
  overflow: hidden;
}

body.is-infopanel-active::before {
  background-color: rgba(0, 0, 0, 0.65);
  content: '';
  height: 100vh;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease;
  visibility: visible;
  width: 100vw;
  z-index: 10;
}

.p-info-section {
  background-color: #fff;
  height: 100vh;
  left: 0;
  max-width: 63.125rem;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 100%;
  z-index: 10000;
}

.p-info-section:nth-child(2) {
  left: auto;
  right: 0;
  transform: translateX(100%);
}

.p-info-section.is-active {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

.p-info-section h1 {
  font-size: 2.5rem;
}

.p-info-section__container {
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 2.0625rem;
}

.p-info-section__backto {
  display: flex;
  justify-content: flex-end;
  z-index: 12;
}

@media screen and (min-width: 63.75em) {
  .p-info-section__backto {
    right: -0.625rem;
    position: absolute;
    top: 1.25rem;
  }
  .p-info-section:nth-child(2) .p-info-section__backto {
    left: -0.625rem;
    right: auto;
  }
}

.p-info-section__btn {
  background-color: #ebebeb;
  padding: 0.75rem 1.25rem;
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-info-section__btn:hover {
  background-color: #dedede;
}

.p-info-section__btn-txt {
  display: inline-block;
  margin-right: 0.625rem;
  position: relative;
  top: -0.125rem;
}

.p-info-section__btn-icon {
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-info-section__btn:hover .p-info-section__btn-icon {
  transform: rotate(180deg);
}

@media screen and (min-width: 63.75em) {
  .p-info-section__content {
    margin-top: 4.8125rem;
  }
}

.p-info-section__content-description {
  font-size: 1.375rem;
  line-height: 2rem;
}

@media screen and (min-width: 48.125em) {
  .c-tab__list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.c-tab__item {
  margin-bottom: 1.875rem !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

@media screen and (min-width: 48.125em) {
  .c-tab__item {
    max-width: 29.5rem;
    width: calc(50% - 30px);
    padding: 0 0 0 20px;
  }
  .c-tab__item:nth-child(odd) {
    margin-right: 0.9375rem;
  }
  .c-tab__item:nth-child(even) {
    margin-left: 0.9375rem;
    padding: 0 0 0 1.25rem !important;
  }
}

.c-tab__item:before {
  display: none !important;
}

.c-tab__link {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 8.375rem;
  justify-content: flex-end;
  padding: 1.25rem 1.875rem;
  text-decoration: none;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.no-touch .c-tab__link:hover {
  background-color: #e1e9ed;
}

.c-tab__link.is-tab-active {
  background-color: #e1e9ed;
}

@media screen and (max-width: 40em) {
  .c-tab__link {
    height: auto;
    padding: 1.25rem 1.2rem;
  }
}

.js .c-tab__section {
  display: none;
}

.c-tab__section.is-tab-active {
  display: block;
}

.c-tab__txt {
  color: #363636;
  font-size: 1.125rem;
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .c-tab__txt {
    font-size: 1.25rem;
  }
}

.c-tab__date {
  color: #000;
  font-family: 'Clarendon-text-pro';
  font-size: 1.5rem;
  width: 100%;
}

/*
--------------------
Layout
--------------------
*/
body::after {
  content: 'mq-small';
  display: none;
}

@media screen and (min-width: 48.125em) {
  body::after {
    content: 'mq-medium';
  }
}

@media screen and (min-width: 63.75em) {
  body::after {
    content: 'mq-large';
  }
}

.header-logo-print {
  display: none;
}

#page-wrapper {
  overflow: hidden;
}

.container, .consultation article > header {
  margin: 0 9px;
}

@media screen and (min-width: 48.125em) {
  .container, .consultation article > header {
    margin: 0 20px;
  }
}

@media screen and (min-width: 82.5em) {
  .container, .consultation article > header {
    margin: 0 auto;
    max-width: 1280px;
  }
}

.skip-links__link {
  color: #507a8c;
}

@media screen and (min-width: 48.125em) {
  .is-sticky-menu .main {
    margin-top: 155px;
  }
}

.main__inner {
  margin-top: 37px;
}

@media screen and (min-width: 48.125em) {
  .main__inner {
    margin-top: 0;
  }
}

.lt-ie10 .main__inner {
  margin-bottom: 40px;
  overflow: hidden;
}

body.inside .content {
  padding-bottom: 45px;
}

@media screen and (min-width: 63.75em) {
  body.inside .content {
    padding-bottom: 0;
    margin-bottom: 90px;
  }
}

.grid-bg {
  background-color: #f4f4f4;
}

@media screen and (min-width: 63.75em) {
  .col-2-left .layout-left {
    float: left;
    width: 25.6%;
  }
  .col-2-left.long-page .layout-left {
    float: right;
    width: 73.4%;
  }
  .col-2-left .layout-right {
    float: right;
    padding-left: 0;
    margin-right: 0;
    width: 73.4%;
  }
}

@media screen and (min-width: 63.75em) {
  .col-2-right .layout-left {
    float: left;
    padding-left: 0;
    width: 73.4%;
  }
  .col-2-right .layout-right {
    float: right;
    padding-left: 2%;
    width: 23.5%;
    margin-right: 0;
  }
}

.ajax-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
}

.footer {
  z-index: 3;
  position: relative;
}

/*
---------------------------------
19. Funnelback Autocomplete
---------------------------------
*/
.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  padding: 0;
  list-style: none;
  background: #ffffff;
  border: 1px solid #B7C9D3;
  z-index: 40000 !important;
}

.ui-autocomplete#ui-id-2 {
  border: 1px solid #B7C9D3;
}

.ui-menu-item {
  display: block;
  border-width: 0 1px 1px;
}

#ui-id-2 .ui-menu-item {
  border-bottom: 1px solid #B7C9D3;
}

.ui-menu-item a, .ui-menu-item a:visited {
  cursor: pointer;
  display: block;
  padding: 7px 18px;
  border: none;
  transition: background-color 0.3s;
}

.ui-menu-item a:hover, .ui-menu-item a:focus, .ui-menu-item a.ui-state-focus, .ui-menu-item a:visited:hover, .ui-menu-item a:visited:focus, .ui-menu-item a:visited.ui-state-focus {
  background-color: #467082;
  color: #ffffff;
}

.ui-menu-item a:hover h2, .ui-menu-item a:focus h2, .ui-menu-item a.ui-state-focus h2, .ui-menu-item a:visited:hover h2, .ui-menu-item a:visited:focus h2, .ui-menu-item a:visited.ui-state-focus h2 {
  color: #fff;
}

#ui-id-2 .ui-menu-item a, #ui-id-2 .ui-menu-item a:visited {
  padding: 7px 16px;
}

header {
  display: block;
  position: relative;
  z-index: 5;
}

.merit-review main.main header {
  z-index: 0;
}

.home header {
  background-color: #5b5b5b;
  background-position: center center;
  background-size: cover;
}

body:not(.home) header {
  background-image: none !important;
}

header::before {
  background-color: rgba(0, 0, 0, 0.65);
  content: '';
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 10;
}

.is-submenu-active header::before {
  opacity: 1;
  visibility: visible;
}

.long-page .article__print-heading, .detailed-guide .article__print-heading, .default-resources-library .article__print-heading {
  display: none;
}

.topmenu {
  background-color: #467082;
  display: none;
  position: relative;
  z-index: 14;
}

@media screen and (min-width: 48.125em) {
  .topmenu {
    display: block;
  }
}

.lt-ie10 .topmenu {
  overflow: hidden;
}

.topmenu__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
}

.no-flexbox .topmenu__list,
.no-flexboxlegacy .topmenu__list {
  line-height: 50px;
  text-align: right;
}

.no-flexbox .topmenu__list li,
.no-flexboxlegacy .topmenu__list li {
  display: inline-block;
  vertical-align: middle;
}

.topmenu__list a,
.topmenu__list .topmenu__languages {
  font-size: 12px;
  font-size: 0.75rem;
  border-left: 1px solid #fff;
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin-left: 10px;
  padding-left: 10px;
  text-decoration: none;
}

.topmenu__list a:hover,
.topmenu__list .topmenu__languages:hover {
  text-decoration: underline;
}

.topmenu__list li:first-of-type a {
  border: 0;
}

.topmenu__list .topmenu__languages {
  padding-left: 0;
  text-align: center;
}

.topmenu__list .topmenu__languages a {
  padding-left: 0;
}

.lt-ie10 .topmenu__list .topmenu__languages {
  border-left: 0;
  padding-left: 10px;
}

.topmenu__list .icon {
  transform: translateY(-2px);
}

.lt-ie10 .topmenu__list {
  float: right;
  height: auto;
  margin: 20px 0;
}

.lt-ie10 .topmenu__list > li {
  float: left;
}

.topmenu__livechat {
  display: none;
}

.topmenu__language-slider {
  width: 95px;
}

.topmenu__language-slider a {
  text-align: center;
}

.lt-ie10 .topmenu__language-slider {
  border-left: 1px solid #fff;
  position: relative;
  top: 0;
}

.search-box__inner::before, .search-box__input {
  font-size: 26px;
  font-size: 1.625rem;
  color: #2E586A;
  font-family: 'ClarendonBT-Light';
}

.mainmenu {
  display: block;
  position: relative;
  z-index: 15;
}

.mainmenu::after {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  background: rgba(0, 0, 0, 0.65);
  content: '';
  display: block;
  height: 100%;
  min-height: 2000px;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  z-index: 0;
}

.is-search-box-show .mainmenu::after {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 48.125em) {
  .mainmenu {
    padding: 36px 0;
  }
  .is-sticky-menu .mainmenu {
    padding: 0;
  }
  .mainmenu::after {
    content: none;
  }
}

@media screen and (max-width: 48.063em) {
  .mainmenu {
    background: #fff;
  }
}

.onlineform .mainmenu {
  padding: 0;
}

.mainmenu__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 48.063em) {
  .mainmenu__container {
    margin: 0;
  }
}

@media screen and (min-width: 48.125em) {
  .is-sticky-menu .mainmenu__container {
    background: #fff;
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.65);
    margin: 0;
    max-width: none;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .is-sticky-menu .mainmenu__container.menu-fixed {
    position: fixed;
  }
}

@media screen and (min-width: 63.75em) {
  .mainmenu__container {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.lt-ie10 .mainmenu__container > div,
.lt-ie10 .mainmenu__container > nav {
  float: left;
}

.logo {
  margin-left: 9px;
  margin-top: 13px;
  width: 192px;
}

@media screen and (min-width: 48.125em) {
  .logo {
    margin-left: 0;
    margin-right: 24px;
    margin-top: 0;
    min-width: 165px;
  }
  .is-sticky-menu .logo {
    display: none;
  }
  .home .logo {
    display: none;
  }
}

@media screen and (min-width: 63.75em) {
  .is-sticky-menu .logo {
    display: block;
    width: 154px;
  }
}

.logo img {
  width: auto;
}

.lt-ie10 .logo {
  width: 220px;
}

.lt-ie10 .logo > a {
  float: left;
}

.logo--home {
  display: none;
  min-width: 212px;
  padding-right: 20px;
}

@media screen and (min-width: 48.125em) {
  .home .logo--home {
    display: block;
  }
}

.is-sticky-menu .logo--home {
  display: none;
}

.logo--home .logo-sira {
  margin-left: 5px;
  border-left: 1px solid #fff;
  padding-left: 5px;
}

.logo-nsw,
.logo-sira {
  display: block;
  float: left;
  line-height: 1;
}

.lt-ie10 .logo-nsw {
  margin: 10px 0;
  width: 50px;
}

.logo-nsw img {
  margin-top: -3px;
}

.lt-ie10 .logo-sira {
  margin-top: 15px;
  width: 140px;
}

.is-sticky-menu.lt-ie10 .logo-sira {
  margin-top: 25px;
  width: 100px;
}

.logo-sira {
  border-left: 1px solid #fff;
  margin-left: 3px;
  /*padding-left: 5px;*/
}

.mainmenu__box {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: none;
}

.home .mainmenu__box {
  display: block;
  width: 100%;
}

.home.lt-ie10 .mainmenu__box {
  width: auto;
}

@media screen and (min-width: 48.125em) {
  .mainmenu__box {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 63.75em) {
  .mainmenu__box {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    position: relative;
    top: 9px;
  }
}

.no-flexbox .mainmenu__box,
.no-flexboxlegacy .mainmenu__box {
  top: 0;
}

.lt-ie10 .mainmenu__box {
  margin-top: 15px;
}

.mainmenu__list .mainmenu__home {
  display: none;
  margin-right: 0;
  margin-top: 9px;
  padding-top: 6px;
  width: 55px;
}

@media screen and (min-width: 48.125em) {
  .is-sticky-menu .mainmenu__list .mainmenu__home {
    display: block;
  }
}

@media screen and (min-width: 63.75em) {
  .is-sticky-menu .mainmenu__list .mainmenu__home {
    display: none;
  }
}

.mainmenu__list .mainmenu__home svg {
  color: #467082;
  transition: color 0.3s ease;
}

.is-sticky-menu .mainmenu__list .mainmenu__home a {
  padding: 10px;
  transition: background-color 0.3s ease;
}

.is-sticky-menu .mainmenu__list .mainmenu__home a:hover {
  background-color: #467082;
}

.is-sticky-menu .mainmenu__list .mainmenu__home a:hover svg {
  color: #fff;
}

.mainmenu__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.home .mainmenu__list {
  display: block;
}

@media screen and (min-width: 48.125em) {
  .home .mainmenu__list {
    display: flex;
  }
}

@media screen and (max-width: 48.063em) {
  .mainmenu__list {
    padding-bottom: 30px;
  }
}

.no-flexbox .mainmenu__list,
.no-flexboxlegacy .mainmenu__list {
  text-align: right;
}

.no-flexbox .mainmenu__list > li,
.no-flexboxlegacy .mainmenu__list > li {
  display: inline-block;
  vertical-align: middle;
}

.no-flexbox .mainmenu__list > li a div,
.no-flexboxlegacy .mainmenu__list > li a div {
  display: table-cell;
  max-width: 150px;
  vertical-align: middle;
}

.no-flexbox .mainmenu__list li.mainmenu__home,
.no-flexboxlegacy .mainmenu__list li.mainmenu__home {
  display: none;
}

@media screen and (min-width: 78.75em) {
  .no-flexbox .mainmenu__list .is-sticky-menu li.mainmenu__home,
  .no-flexboxlegacy .mainmenu__list .is-sticky-menu li.mainmenu__home {
    display: inline-block;
  }
}

.no-flexbox .is-sticky-menu .mainmenu__list li a div,
.no-flexboxlegacy .is-sticky-menu .mainmenu__list li a div {
  max-width: none;
}

.mainmenu__list > li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

@media screen and (min-width: 48.125em) {
  .mainmenu__list > li {
    width: 14.285714%;
  }
}

@media screen and (min-width: 78.75em) {
  .mainmenu__list > li {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto;
  }
}

.mainmenu__list > li.is-active a {
  z-index: 10;
}

.mainmenu__list > li.is-active a::after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.home .mainmenu__list > li.is-active > a div {
  background-color: #467082;
}

.lt-ie10 .mainmenu__list > li {
  float: left;
}

.mainmenu__list > li > a {
  font-size: 10px;
  font-size: 0.625rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  padding: 0 0 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.home .mainmenu__list > li > a {
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .home .mainmenu__list > li > a {
    padding: 0 0 15px;
  }
}

@media screen and (min-width: 48.125em) {
  .mainmenu__list > li > a {
    width: 100%;
  }
  .is-sticky-menu .mainmenu__list > li > a {
    padding-top: 15px;
  }
}

@media screen and (min-width: 63.75em) {
  .is-sticky-menu .mainmenu__list > li > a {
    padding-bottom: 25px;
    padding-top: 4px;
  }
  .no-flexbox .is-sticky-menu .mainmenu__list > li > a,
  .no-flexboxlegacy .is-sticky-menu .mainmenu__list > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

@media screen and (min-width: 82.5em) {
  .mainmenu__list > li > a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.mainmenu__list > li > a::after {
  border-style: solid;
  border-width: 15px 26px 0 0;
  border-color: #467082 transparent transparent;
  content: '';
  height: 0;
  display: none;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: 50px;
  opacity: 0;
  -webkit-transform: translateY(-26px);
  transform: translateY(-26px);
  transition: opacity 0.5s ease;
  visibility: hidden;
  z-index: 0;
}

@media screen and (min-width: 48.125em) {
  .is-sticky-menu .mainmenu__list > li > a::after {
    top: 60px;
  }
}

@media screen and (min-width: 63.75em) {
  .is-sticky-menu .mainmenu__list > li > a::after {
    top: 54px;
  }
}

.lt-ie10 .mainmenu__list > li > a::after {
  display: none;
}

.mainmenu__list > li > a div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #546f82;
  height: 50px;
  max-height: 50px;
  padding: 10px;
  transition: all 0.5s ease;
  width: 100%;
}

.home .mainmenu__list > li > a div {
  font-size: 16px;
  font-size: 1rem;
  background-color: #fff;
  color: #467082;
  display: block;
  font-weight: 500;
  height: auto;
  padding: 9px 10px;
  text-align: left;
  text-transform: uppercase;
}

@media screen and (min-width: 48.125em) {
  .home .mainmenu__list > li > a div {
    font-size: 11px;
    font-size: 0.6875rem;
    background-color: transparent;
    color: #fff;
    display: flex;
    height: 50px;
    padding: 10px;
    text-align: center;
  }
}

@media screen and (min-width: 48.125em) {
  .is-sticky-menu.home .mainmenu__list > li > a div,
  .is-sticky-menu .home .mainmenu__list > li > a div {
    color: #467082;
  }
  .is-sticky-menu.home .mainmenu__list > li > a div:hover,
  .is-sticky-menu .home .mainmenu__list > li > a div:hover {
    color: #fff;
  }
}

.mainmenu__list li.has-submenus > a::after {
  display: block;
}

.lt-ie10 .mainmenu__list li.has-submenus > a::after {
  display: none;
}

.mainmenu__list .is-current > a > div,
.mainmenu__list .is-active > a > div {
  background-color: #467082;
  color: #fff;
}

.lt-ie10 .mainmenu__list > li > a > div {
  height: auto;
}

body {
  /*
  &::before {
    background-color: transparent;
    content: '';
    height: 100vh;
    opacity: 0;
    position: fixed;
    -webkit-transition: all $transition-ease-slow;
    transition: all $transition-ease-slow;
    visibility: hidden;
    width: 100vw;
    z-index: 0;
  }
  */
}

.submenu__layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 5px;
  position: absolute;
  top: 65px;
  width: 550px;
  left: 0;
  opacity: 0;
  transform: translateY(-20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1), z-index 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  z-index: 0;
}

.submenu__layout.hide {
  display: none !important;
}

.is-active .submenu__layout {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  z-index: 20;
}

@media screen and (min-width: 48.125em) {
  .is-sticky-menu .submenu__layout {
    top: 75px;
  }
}

@media screen and (min-width: 63.75em) {
  .is-sticky-menu .submenu__layout {
    top: 65px;
  }
}

.home .submenu__layout {
  display: none;
}

@media screen and (min-width: 48.125em) {
  .home .submenu__layout {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.lt-ie10 .submenu__layout {
  display: table;
  padding-top: 0;
  top: 35px;
}

.lt-ie10 .submenu__layout > div {
  display: table-cell;
}

.submenu-container {
  padding: 20px;
}

.submenu__list li {
  margin-top: 15px;
}

.submenu__list li:first-of-type {
  margin-top: 0;
}

.submenu__list a {
  color: #546f82;
  text-decoration: none;
}

.submenu__list a:hover {
  text-decoration: underline;
}

.submenu__left {
  width: 45.4347%;
  float: left;
  margin-right: 0.03638%;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #fff;
  color: #546f82;
  font-weight: 400;
  padding: 20px;
  text-align: left;
}

.lt-ie10 .submenu__left {
  float: none;
  vertical-align: top;
}

.submenu__right {
  width: 54.52892%;
  float: left;
  margin-right: 0.03638%;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #467082;
  color: #fff;
}

.lt-ie10 .submenu__right {
  float: none;
}

.submenu__hero {
  display: block;
}

.submenu__desc {
  font-family: 'clarendon-text-pro', sans-serif;
  padding-top: 0;
}

.submenu__info {
  font-weight: 400;
}

.search {
  background-color: #b7c9d3;
  line-height: 1;
  margin-left: auto;
  z-index: 5;
}

@media screen and (min-width: 48.125em) {
  .search {
    background-color: transparent;
    min-width: 30px;
  }
  .is-sticky-menu .search {
    display: none;
  }
}

@media screen and (min-width: 63.75em) {
  .home .search, .search-page .search {
    display: none;
  }
}

.search__link {
  color: #fff;
  display: block;
  height: 80px;
  padding: 20px;
  position: relative;
  width: 80px;
}

.search__link::after {
  border-style: solid;
  border-width: 15px 26px 0 0;
  border-color: #b7c9d3 transparent transparent;
  content: '';
  height: 0;
  bottom: 0;
  left: 20px;
  position: absolute;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0s;
  width: 0;
}

.is-search-box-show .search__link::after {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  transition-delay: .3s;
}

.lt-ie10 .search__link::after {
  bottom: -15px;
}

@media screen and (min-width: 48.125em) {
  .search__link::after {
    display: none;
  }
}

@media screen and (min-width: 48.125em) {
  .search__link {
    height: 30px;
    padding: 0;
    width: 30px;
  }
}

.lt-ie10 .search__link {
  margin-top: 25px;
}

.search-box {
  background-color: #b7c9d3;
  bottom: -50px;
  display: block;
  top: auto;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 8;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: .3s;
  visibility: hidden;
}

@media screen and (min-width: 63.75em) {
  .search-box {
    left: auto;
    right: 0;
    width: 310px;
  }
}

@media screen and (max-width: 48.063em) {
  .search-box {
    bottom: auto;
    top: 110px;
  }
}

.is-search-box-show .search-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s;
  visibility: visible;
}

.is-search-box-show .search-box::before {
  -webkit-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 48.125em) {
  .is-search-box-show .search-box {
    bottom: -25px;
    top: auto;
  }
  .is-search-box-show .search-box::before {
    content: none;
  }
}

@media screen and (min-width: 63.75em) {
  .is-search-box-show .search-box {
    bottom: -60px;
    top: auto;
  }
}

@media screen and (max-width: 48.063em) {
  .is-search-box-show .search-box {
    bottom: auto;
    top: 110px;
  }
}

.search-box::after {
  border-style: solid;
  border-width: 0 0 15px 26px;
  border-color: transparent transparent #b7c9d3;
  content: '';
  height: 0;
  position: absolute;
  right: 20px;
  top: -15px;
}

@media screen and (min-width: 63.75em) {
  .search-box::after {
    right: 20px;
  }
}

@media screen and (max-width: 48.063em) {
  .search-box::after {
    right: 60px;
  }
}

.is-search-box-show .search-box::after {
  -webkit-transform: translateY(0);
}

@media screen and (min-width: 48.125em) {
  .is-search-box-show .search-box::after {
    right: 20px;
  }
  .is-search-box-show .search-box::after::before {
    content: none;
  }
}

.lt-ie10 .search-box {
  bottom: -130px;
  left: auto;
  right: 100px;
}

.lt-ie10.is-sticky-menu .search-box {
  display: none;
}

.search-box__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box__inner::before {
  content: attr(data-placeholder);
  left: 20px;
  position: absolute;
  top: 20px;
}

@media screen and (min-width: 63.75em) {
  .search-box__inner::before {
    top: 10px;
  }
}

.search-box__inner.is-active::before {
  display: none;
}

.search-box__input {
  background-color: transparent;
  border: 0;
  padding: 20px 10px;
  padding-left: 30px;
  width: 100%;
  z-index: 100;
}

@media screen and (min-width: 63.75em) {
  .search-box__input {
    padding: 10px;
    padding-left: 20px;
  }
}

.lt-ie10 .search-box__input {
  width: 200px;
}

.search-box__btn {
  padding: 0.9375em;
}

@media screen and (min-width: 63.75em) {
  .search-box__btn {
    padding: 0.625em;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .search-box__btn {
    padding-right: 20px;
  }
}

.search__icon-wrapper {
  position: absolute;
}

.search__icon-search {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: visible;
}

.is-search-box-show .search__icon-search {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
}

.search__icon-close {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
}

.is-search-box-show .search__icon-close {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.search__icon {
  font-size: 40px;
  font-size: 2.5rem;
  color: #2E586A;
}

.is-search-box-show .search__icon {
  stroke: #2E586A;
}

.home .search__icon {
  color: #2E586A;
}

@media screen and (min-width: 48.125em) {
  .search__icon {
    font-size: 30px;
    font-size: 1.875rem;
    color: #467082;
  }
  .is-search-box-show .search__icon {
    stroke: #467082;
  }
  .home .search__icon {
    color: #fff;
  }
  .home.is-search-box-show .search__icon {
    stroke: #fff;
  }
}

.search-box__icon {
  color: #2E586A;
}

@media screen and (min-width: 63.75em) {
  .search-box__icon {
    font-size: 32px;
    font-size: 2rem;
  }
}

.social__inner {
  background-color: #212121;
  color: #fff;
  font-weight: 700;
  padding: 20px 0;
  text-transform: uppercase;
}

.social--consultations .social__inner {
  background-color: transparent;
  color: #000;
  padding: 50px 0 30px 0;
}

.social__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 48.125em) {
  .social__list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .social--consultations .social__list {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social__list li {
  margin: 0 5px;
}

.social__list li:first-of-type {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 17px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .social__list li:first-of-type {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-bottom: 0;
    margin-right: 22px;
    width: auto;
  }
  .social--consultations .social__list li:first-of-type {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 17px;
    text-align: left;
    width: 100%;
  }
}

.social__list a svg {
  -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.social__list a:hover svg {
  color: #5b5b5b;
}

.lt-ie10 .social__list {
  display: table;
  margin: 0 auto;
}

.lt-ie10 .social__list > li {
  display: table-cell;
  padding: 0 5px;
  vertical-align: middle;
}

.lt-ie10 .social--consultations .social__list > li:first-of-type {
  display: block;
  margin-top: 20px;
}

.footermenu__inner {
  background-color: #5c4a56;
  padding: 10px 0;
}

.footermenu__list {
  color: #fff;
}

@media screen and (min-width: 48.125em) {
  .footermenu__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 63.75em) {
  .footermenu__list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footermenu__list > li {
  padding: 20px 0;
}

@media screen and (min-width: 48.125em) {
  .footermenu__list > li {
    padding: 20px 10px;
    width: 50%;
  }
}

@media screen and (min-width: 63.75em) {
  .footermenu__list > li {
    padding: 50px 10px;
    width: 25%;
  }
}

.lt-ie10 .footermenu__list {
  display: table;
  width: 100%;
}

.lt-ie10 .footermenu__list > li {
  display: table-cell;
}

.footermenu__title {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-family: 'Clarendon-text-pro';
  display: block;
  position: relative;
  text-decoration: none;
}

.footermenu__title svg {
  position: absolute;
  right: 0;
  top: 5px;
}

.footermenu__links {
  font-weight: 400;
}

.footermenu__links li {
  margin-top: 10px;
}

.footermenu__links a {
  color: #bfc7d3;
  text-decoration: none;
}

.footermenu__links a:hover {
  text-decoration: underline;
}

.footermenu__list .icon-external {
  color: #fff;
}

.ftsecondary {
  background-color: #212121;
  color: #fff;
  font-weight: 500;
}

@media screen and (min-width: 63.75em) {
  .ftsecondary {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 82.5em) {
  .ftsecondary {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.ftsecondary__inner {
  overflow: hidden;
}

@media screen and (min-width: 63.75em) {
  .ftsecondary__menus {
    text-align: center;
  }
}

@media screen and (min-width: 82.5em) {
  .ftsecondary__menus {
    float: left;
  }
}

.ftsecondary__list {
  padding: 25px 0;
  text-align: center;
}

@media screen and (min-width: 63.75em) {
  .ftsecondary__list {
    display: inline-block;
  }
}

.ftsecondary__list li {
  margin-top: 10px;
}

.ftsecondary__list li:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 63.75em) {
  .ftsecondary__list li {
    float: left;
    margin-top: 0;
  }
  .ftsecondary__list li:first-of-type a {
    border-left: 0;
  }
}

.ftsecondary__list a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 63.75em) {
  .ftsecondary__list a {
    border-left: 1px solid #fff;
    padding: 0 10px;
  }
}

.ftsecondary__list a:hover {
  text-decoration: underline;
}

.ftsecondary__info {
  border-top: 1px solid #5b5b5b;
}

@media screen and (min-width: 82.5em) {
  .ftsecondary__info {
    border-top: 0;
    float: right;
  }
}

.ftsecondary__info-content {
  padding: 25px;
  text-align: center;
}

@media screen and (min-width: 82.5em) {
  .ftsecondary__info-content {
    padding-right: 0;
  }
}

.layout-right {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  padding-bottom: 57px;
}

.layout-right section {
  margin-top: 30px;
}

.layout-right section:first-of-type {
  margin-top: 0;
}

.layout-right h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.layout-right ul li {
  margin-bottom: 8px;
}

.layout-right > li {
  margin-bottom: 10px;
}

.layout-right a {
  text-decoration: none;
}

.layout-right a:hover {
  text-decoration: underline;
}

.layout-right small {
  color: #467082;
  font-weight: 700;
}

.sidebar__share {
  text-align: center;
}

@media screen and (min-width: 48.125em) {
  .sidebar__share {
    overflow: hidden;
    text-align: left;
  }
}

.sidebar__share li {
  display: inline-block;
  margin-left: 7px;
}

@media screen and (min-width: 48.125em) {
  .sidebar__share li {
    float: left;
  }
  .sidebar__share li:first-of-type {
    margin-left: 0;
  }
}

.sidebar__share a {
  -webkit-transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.sidebar__share a:hover svg {
  color: #5b5b5b;
}

/*
--------------------
Pages
--------------------
*/
.article__heading {
  margin-bottom: 0;
}

.article__summary {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-family: 'ClarendonBT-Light';
  line-height: 1.5;
  margin: 0;
  color: #4F758B;
}

@media screen and (min-width: 63.75em) {
  .article__summary {
    font-size: 28px;
    font-size: 1.75rem;
    margin-top: 15px;
  }
}

.article__info {
  font-weight: 400;
  margin-top: 0;
}

.landing .article__info {
  display: none;
}

.article__cate {
  display: inline-block;
  border-left: 1px solid #000;
  line-height: 1;
  margin-left: 5px;
  padding-left: 10px;
}

.tooltip {
  display: inline-block;
  position: relative;
  margin-left: 2px;
}

.tooltip:hover .tooltip__text {
  opacity: 1;
  visibility: visible;
}

.tooltip__text {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #fff;
  color: #467082;
  border: 1px solid #467082;
  left: -13px;
  min-width: 150px;
  opacity: 0;
  padding: 6px 8px 3px 8px;
  position: absolute;
  top: 30px;
  visibility: hidden;
}

.tooltip__text::before {
  border-bottom: 8px solid #467082;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  content: '';
  display: block;
  height: 16px;
  left: 12px;
  position: absolute;
  top: -16px;
  width: 16px;
}

.tooltip__text::after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: '';
  display: block;
  height: 12px;
  left: 14px;
  position: absolute;
  top: -12px;
  width: 12px;
}

@media screen and (min-width: 48.125em) {
  .tooltip__text {
    min-width: 200px;
  }
}

@media screen and (min-width: 63.75em) {
  .tooltip__text {
    min-width: 300px;
  }
}

.col-2-left.long-page .layout-left.toc-hidden {
  width: 100%;
}

.lhs-toc {
  display: none;
  position: relative;
}

@media screen and (min-width: 63.75em) {
  .lhs-toc {
    display: block;
  }
  .lhs-toc.toc-hidden {
    display: none;
  }
  .long-page .lhs-toc {
    left: auto !important;
    padding-right: 20px;
    position: absolute;
    top: 50px !important;
    width: 23.5%;
    overflow-y: scroll;
  }
  .long-page.is-sticky-menu .lhs-toc {
    left: auto !important;
    position: fixed !important;
    background: #fff;
  }
}

@media screen and (min-width: 82.5em) {
  .long-page .lhs-toc {
    width: 300px;
  }
}

@media screen and (min-width: 63.75em) {
  .rhs-toc {
    display: none;
  }
}

.toc {
  position: static;
  top: auto;
  width: 100%;
}

.toc-helper h3 {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.toc-helper ul {
  padding: 0;
  overflow: hidden;
}

.toc__list .toc__item,
.toc__list .toc__sub-item,
.toc__list .toc__sub-sub-item {
  padding: 8px 0;
}

.toc__list .toc__item a,
.toc__list .toc__sub-item a,
.toc__list .toc__sub-sub-item a {
  text-decoration: none;
}

.toc__list .toc__item.is-current > a,
.toc__list .toc__sub-item.is-current > a,
.toc__list .toc__sub-sub-item.is-current > a {
  font-weight: bold;
  text-decoration: underline;
}

.toc__list .toc__item.is-current .toc__sub-item a,
.toc__list .toc__sub-item.is-current .toc__sub-item a,
.toc__list .toc__sub-sub-item.is-current .toc__sub-item a {
  font-weight: normal;
  text-decoration: none;
}

.lhs-toc__switch {
  display: none;
  left: 300px;
  position: absolute;
  top: 314px;
  width: 25px;
  height: 25px;
  background: #467082;
  text-indent: -999em;
  cursor: pointer;
  background-image: url("/__data/assets/file/0008/100070/spritesheet.svg?v=0.2.1");
  background-position: -193px -244px;
  background-repeat: no-repeat;
  background-size: 400px 750px;
}

@media screen and (min-width: 63.75em) {
  .lhs-toc__switch {
    display: block;
  }
}

.layout-left.toc-hidden .lhs-toc__switch {
  left: 0px;
  background-position: -241px -244px;
}

@media screen and (min-width: 63.75em) {
  .long-page .layout-left {
    padding-left: 35px;
  }
}

.sq-form-question ul li {
  list-style: none;
}

/*--- 7.1 Unordered/Ordered Lists ---*/
/*--- 7.1 Unordered/Ordered Lists ---*/
.main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list),
.main-content ol,
.sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list),
.sq-accordion__content ol {
  display: block;
  margin: 20px 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  line-height: 1.2;
}

.main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) li, .main-content ol ul:not(.landing-list) li, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) li,
.sq-accordion__content ol ul:not(.landing-list) li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}

.main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) li:before, .main-content ol ul:not(.landing-list) li:before, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) li:before, .sq-accordion__content ol ul:not(.landing-list) li:before {
  display: inline-block;
  margin: 0 15px 0 -20px;
  content: '';
  width: 5px;
  height: 5px;
  background: #467082;
  vertical-align: middle;
}

.main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) li li:before, .main-content ol ul:not(.landing-list) li li:before, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) li li:before, .sq-accordion__content ol ul:not(.landing-list) li li:before {
  background: #7d7d7d;
}

.main-content ol, .main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol, .sq-accordion__content ol, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol {
  counter-reset: foo;
}

.main-content ol li, .main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol li, .sq-accordion__content ol li, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol li {
  margin: 0 0 16px;
  padding: 0 0 0 20px;
}

.main-content ol li:before, .main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol li:before, .sq-accordion__content ol li:before, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol li:before {
  content: counter(foo) ".";
  counter-increment: foo;
  width: auto;
  height: auto;
  background: none;
  margin: 0 10px 0 -20px;
  font-weight: 600;
}

.main-content ol li ol li:before, .main-content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol li ol li:before, .sq-accordion__content ol li ol li:before, .sq-accordion__content ul:not(.landing-list):not(.page-links):not(.select__list):not(.sq-form-page-list):not(.listing):not(.submission-listing):not(.form-list) ol li ol li:before {
  content: counter(foo, lower-alpha) ".";
  counter-increment: foo;
}

.main-content ol.lower_alpha > li:before, .sq-accordion__content ol.lower_alpha > li:before {
  content: counter(foo, lower-alpha) ".";
  counter-increment: foo;
}

.main-content ol.lower_roman > li:before, .sq-accordion__content ol.lower_roman > li:before {
  content: counter(foo, lower-roman) ".";
  counter-increment: foo;
}

/*--- 7.2 Image Containers ---*/
.image-container,
.image-container-left,
.image-container-right {
  display: block;
}

.image-container p,
.image-container span,
.image-container-left p,
.image-container-left span,
.image-container-right p,
.image-container-right span {
  display: block;
  margin: 12px 0;
  clear: both;
  font-weight: 300;
}

.image-container-left {
  float: left;
}

@media screen and (min-width: 63.75em) {
  .image-container-left {
    float: left;
    max-width: 45%;
    padding: 0 40px 20px 0;
  }
  .image-container-left + .image-container-left + p,
  .image-container-left + .image-container-left + h2,
  .image-container-left + .image-container-left + h3,
  .image-container-left + .image-container-left + h4,
  .image-container-left + .image-container-left + h5,
  .image-container-left + .image-container-left + h6,
  .image-container-left + .image-container-left + ul,
  .image-container-left + .image-container-left + ol,
  .image-container-left + .image-container-left + table,
  .image-container-left + .image-container-left + form,
  .image-container-left + .image-container-left + div {
    clear: both;
  }
  .lt-ie9 .image-container-left {
    max-width: 43%;
  }
}

@media screen and (min-width: 63.75em) {
  .image-container-right {
    float: right;
    max-width: 45%;
    padding: 0 0 20px 40px;
  }
}

.lt-ie9 .image-container-right {
  max-width: 43%;
}

@media screen and (max-width: 40em) {
  .image-container-right {
    float: right;
  }
}

.image-container img,
.image-container-left img,
.image-container-right img {
  display: block;
  margin: 0;
}

.image-container img {
  min-width: 0;
}

/*--- 7.5 Listings ---*/
.content .listing__item {
  display: block;
  margin: 0;
  padding: 0;
}

.content .listing__item:before {
  content: none;
}

.landing .content {
  overflow: auto;
}

.listing__link,
.listing__link:visited {
  display: block;
  padding: 16px 0;
  text-decoration: none;
  color: #262626;
  font-weight: 400;
  position: relative;
  border-bottom: 0;
}

.listing__link:hover, .listing__link:focus,
.listing__link:visited:hover,
.listing__link:visited:focus {
  background: #f1f8fe;
  border-bottom: 0;
}

.pdf .listing__link,
.excel .listing__link,
.doc .listing__link,
.file .listing__link, .pdf
.listing__link:visited,
.excel
.listing__link:visited,
.doc
.listing__link:visited,
.file
.listing__link:visited {
  padding: 16px 0 16px 32px;
}

.pdf .listing__link::before,
.excel .listing__link::before,
.doc .listing__link::before,
.file .listing__link::before, .pdf
.listing__link:visited::before,
.excel
.listing__link:visited::before,
.doc
.listing__link:visited::before,
.file
.listing__link:visited::before {
  content: '';
  background-image: url("/__data/assets/file/0008/100070/spritesheet.svg?v=0.2.1");
  background-repeat: no-repeat;
  background-position: -150px -100px;
  width: 22px;
  height: 28px;
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  background-size: 400px 750px;
}

.no-svg .pdf .listing__link::before, .no-svg
.excel .listing__link::before, .no-svg
.doc .listing__link::before, .no-svg
.file .listing__link::before, .no-svg .pdf
.listing__link:visited::before, .no-svg
.excel
.listing__link:visited::before, .no-svg
.doc
.listing__link:visited::before, .no-svg
.file
.listing__link:visited::before {
  background-image: url("/__data/assets/image/0005/164957/spritesheet.png?v=0.0.2");
}

.excel .listing__link::before, .excel
.listing__link:visited::before {
  background-image: url("/__data/assets/file/0008/100070/spritesheet.svg?v=0.2.1");
  background-repeat: no-repeat;
  background-position: -200px -100px;
  background-size: 400px 750px;
}

.no-svg .excel .listing__link::before, .no-svg .excel
.listing__link:visited::before {
  background-image: url("/__data/assets/image/0005/164957/spritesheet.png?v=0.0.2");
}

.doc .listing__link::before, .doc
.listing__link:visited::before {
  background-image: url("/__data/assets/file/0008/100070/spritesheet.svg?v=0.2.1");
  background-repeat: no-repeat;
  background-position: -250px -100px;
  background-size: 400px 750px;
}

.no-svg .doc .listing__link::before, .no-svg .doc
.listing__link:visited::before {
  background-image: url("/__data/assets/image/0005/164957/spritesheet.png?v=0.0.2");
}

.file .listing__link::before, .file
.listing__link:visited::before {
  background-image: url("/__data/assets/file/0008/100070/spritesheet.svg?v=0.2.1");
  background-repeat: no-repeat;
  background-position: -300px -100px;
  background-size: 400px 750px;
}

.no-svg .file .listing__link::before, .no-svg .file
.listing__link:visited::before {
  background-image: url("/__data/assets/image/0005/164957/spritesheet.png?v=0.0.2");
}

@media screen and (min-width: 63.75em) {
  .listing__link,
  .listing__link:visited {
    transition: background-color 0.3s;
    padding: 16px 42px;
  }
  .pdf .listing__link,
  .excel .listing__link,
  .doc .listing__link,
  .file .listing__link, .pdf
  .listing__link:visited,
  .excel
  .listing__link:visited,
  .doc
  .listing__link:visited,
  .file
  .listing__link:visited {
    padding: 16px 42px;
  }
  .pdf .listing__link:before,
  .excel .listing__link:before,
  .doc .listing__link:before,
  .file .listing__link:before, .pdf
  .listing__link:visited:before,
  .excel
  .listing__link:visited:before,
  .doc
  .listing__link:visited:before,
  .file
  .listing__link:visited:before {
    left: 10px;
  }
  .listing__link:hover, .listing__link:focus,
  .listing__link:visited:hover,
  .listing__link:visited:focus {
    background: #f1f8fe;
    border-bottom: 0;
  }
}

.listing__heading {
  color: #467082;
  font-weight: 600;
  font-size: 1.2em;
  border-bottom: 1px solid #a8bad8;
  margin: 0 0 12px;
}

.listing__keywords {
  margin: 12px 0 0;
  line-height: 1.6;
}

.listing__keyword {
  color: #467082;
  line-height: 1.6;
}

.listing__text {
  margin: 10px 0 14px;
  line-height: 1.4;
}

.listing__support {
  display: block;
  margin: 14px 0 0;
}

.link-listing__size {
  display: block;
  color: #467082;
  font-size: 0.85em;
  line-height: 1;
}

/*--- 7.14 Guide Links ---*/
.guide-links {
  display: inline-block;
  margin: 25px 0 40px;
}

.guide-links h2 {
  margin-top: 0;
  font-size: 1.4rem;
}

.guide-links .guide-links__list {
  margin: 0;
  overflow: hidden;
  padding-left: 0;
}

.guide-links .guide-links__item.current {
  font-weight: bold;
  background-color: #f4f4f4;
}

@media screen and (min-width: 63.75em) {
  .guide-links {
    margin: 35px 0 75px;
  }
}

.guide-links .guide-links__item {
  padding: 8px 20px 8px 40px;
  margin-bottom: 0;
  list-style-position: inside;
}

@media screen and (min-width: 63.75em) {
  .guide-links .guide-links__item {
    width: 45%;
    display: inline-block;
  }
}

@media screen and (min-width: 63.75em) {
  .detailed-guide-2-col .guide-links {
    margin: 25px 0 75px;
    width: 30%;
  }
}

@media screen and (min-width: 63.75em) {
  .detailed-guide-2-col .guide-links .guide-links__item {
    width: 90%;
  }
  .detailed-guide-2-col .guide-links .guide-links__item:before {
    margin-left: -29px;
  }
}

@media screen and (min-width: 63.75em) {
  .detailed-guide-2-col .guide-content {
    float: right;
    width: 70%;
  }
  .detailed-guide-2-col .guide-content .page-links {
    margin-bottom: 20px;
  }
}

/*- Form links-*/
.content ul.sq-form-page-list,
ul.sq-form-page-list {
  margin: 0;
  overflow: hidden;
  margin: 25px 0 40px;
}

.content ul.sq-form-page-list li,
ul.sq-form-page-list li {
  font-weight: 700;
  display: inline-block;
  padding: 8px 40px 8px 40px;
  margin-bottom: 0;
}

@media screen and (min-width: 63.75em) {
  .content ul.sq-form-page-list li,
  ul.sq-form-page-list li {
    float: left;
  }
}

.sq-form-current-page-number {
  font-weight: bold;
  background-color: #f4f4f4;
}

/*--- 7.15 Page Links ---*/
.page-links,
.main-content .page-links {
  display: block;
  width: 100%;
  overflow: hidden;
  margin: 50px 0 0;
}

@media screen and (min-width: 63.75em) {
  .page-links,
  .main-content .page-links {
    margin: 100px 0 0;
  }
}

.page-links .page-links__item,
.main-content .page-links .page-links__item {
  display: block;
  float: right;
  padding: 0;
}

.page-links .page-links__item:first-child,
.main-content .page-links .page-links__item:first-child {
  float: left;
}

.page-links .page-links__text,
.main-content .page-links .page-links__text {
  display: none;
  font-weight: 300;
  font-weight: 400;
}

@media screen and (min-width: 63.75em) {
  .page-links .page-links__text,
  .main-content .page-links .page-links__text {
    display: inline-block;
  }
  .page-links .page-links__text:before,
  .main-content .page-links .page-links__text:before {
    content: ':';
    float: left;
    font-weight: 600;
    margin: 0 5px 0 -3px;
  }
}

/*--- 7.16 Back To Top ---*/
.back-to-top {
  display: none;
  height: 60px;
  width: 100%;
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 20px 0 0;
}

@media screen and (min-width: 63.75em) {
  .back-to-top {
    padding: 0;
    height: 50px;
  }
}

@media screen and (min-width: 63.75em) {
  .back-to-top__inner {
    width: 100%;
    max-width: 1172px;
    margin: 0 auto;
    overflow: hidden;
  }
}

.back-to-top__anchor {
  width: 100%;
  height: 40px;
  padding: 12px 0 0;
  background: #467082;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9em;
  min-width: 125px;
  text-align: center;
  display: block;
}

@media screen and (min-width: 63.75em) {
  .back-to-top__anchor {
    float: right;
    width: auto;
    padding: 10px 0 0;
    margin: 5px 0;
    border: 1px solid #467082;
    transition: background-color 0.3s;
  }
  .back-to-top__anchor:hover {
    background-color: #ffffff;
    color: #467082;
  }
}

.landing-list {
  list-style-type: none;
  padding: 0 0 80px 0 !important;
}

.landing-list li {
  width: 80%;
}

@media screen and (max-width: 48.063em) {
  .landing-list li {
    width: 100%;
  }
}

.landing-list li a {
  text-decoration: none;
  margin-top: 1.4em;
  display: block;
}

.landing-list li a:hover h2 {
  border-bottom: 2px solid #467082;
}

.landing-list li h2 {
  border-bottom: 2px solid #b7c9d3;
  transition: border-color 0.2s;
  display: inline;
}

.landing-list li p.landing-list__content {
  margin-top: 1.4em;
}

.landing-list.columned li {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width: 47.813em) {
  .landing-list.columned {
    margin-left: -30px !important;
  }
  .landing-list.columned li {
    padding-left: 30px;
    width: 49%;
  }
}

@media screen and (min-width: 56.25em) {
  .landing-list.columned {
    margin-left: -50px !important;
  }
  .landing-list.columned li {
    padding-left: 50px;
    width: 33%;
  }
}

/*
.landing {
  .content > p:first-of-type,
  .content > div:first-of-type p {
    font-weight: 600;
  }
}
*/
.slick-prev, .slick-next, .slick-dots button {
  background-color: #fff;
  border: 0;
  height: 40px;
  position: relative;
  text-indent: -1000000px;
  width: 40px;
}

.slick-prev::after, .slick-next::after {
  background-image: url("/__data/assets/file/0009/85374/arrow-up.svg?v=0.2.1");
  background-size: 16px;
  content: '';
  height: 16px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 16px;
}

@media screen and (min-width: 63.75em) {
  .home .sitesearch {
    margin-top: 0;
  }
}

@media screen and (min-width: 63.75em) and (min-width: 63.75em) {
  .home .header__banner {
    padding-bottom: 104px;
  }
}

@media screen and (min-width: 63.75em) {
  .home .header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    background: white;
    height: 40px;
    content: "";
  }
  .home .header-helper {
    height: 40px;
    background: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    border-left: solid 80px transparent;
    border-bottom: solid 40px white;
  }
}

.main {
  display: block;
  position: relative;
  z-index: 3;
}

.header__banner {
  padding: 20px 10px 32px;
}

.header__banner h1 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #fff;
  line-height: 1.2;
  margin: 0;
}

.header__banner p {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-family: 'ClarendonBT-Light';
  line-height: 1.5;
  margin-top: 0;
}

.header__banner a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .header__banner {
    max-width: 715px;
    padding-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 80%;
  }
  .header__banner h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
  .header__banner p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .header__banner a {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: left;
    width: auto;
  }
}

.sitesearch {
  background-color: #f7f7f7;
  display: none;
  margin-top: 40px;
  padding: 20px 0;
}

@media screen and (min-width: 63.75em) {
  .sitesearch {
    display: block;
  }
}

.sitesearch__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #4F758B;
  position: relative;
}

.sitesearch__inner::before {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  content: attr(data-placeholder);
  font-family: 'Clarendon-text-pro';
  left: 20px;
  line-height: 1;
  position: absolute;
  top: 29px;
}

.sitesearch__inner.is-active::before {
  display: none;
}

.sitesearch__input {
  font-size: 32px;
  font-size: 2rem;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: transparent;
  border: 0;
  color: #fff;
  font-family: 'Clarendon-text-pro';
  margin-right: 84px;
  padding: 21px 20px;
  z-index: 100;
}

.sitesearch__btn {
  padding: 18px;
  position: absolute;
  right: 0;
  top: 0;
}

.search-suggestion {
  background-color: #f7f7f7;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.search-suggestion__list {
  padding: 0 20px;
}

.search-suggestion__link {
  border-bottom: 1px solid #bfc7d3;
  display: block;
  padding: 15px 0;
  text-decoration: none;
}

.search-suggestion__heading {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000;
  font-family: 'Clarendon-text-pro';
  line-height: 1.5;
  margin: 0;
}

.search-suggestion__content {
  line-height: 1.5;
  margin: 0;
}

.userpath__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.userpath__inner:after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (min-width: 48.125em) {
  .userpath__inner {
    padding: 40px 0;
  }
}

.userpath__box {
  margin-bottom: 30px;
  padding: 0;
  position: relative;
}

@media screen and (min-width: 63.75em) {
  .userpath__box {
    margin-bottom: 70px;
  }
  .userpath__box:nth-child(3n+1), .userpath__box:nth-child(1) {
    width: 32.07547%;
    float: left;
    margin-right: 1.88679%;
  }
  .userpath__box:nth-child(3n+2), .userpath__box:nth-child(3) {
    width: 32.07547%;
    float: left;
    margin-right: 1.88679%;
  }
  .userpath__box:nth-child(3n) {
    width: 32.07547%;
    float: right;
    margin-right: 0;
  }
}

.userpath__box a {
  color: #fff;
  display: block;
  padding: 20px 20px 50px;
  text-decoration: none;
  height: 100%;
}

.userpath__box a:hover h2 {
  border-bottom: 1px solid white;
  transition: border-color 0.2s;
  display: inline;
}

.userpath__box h2 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 48.125em) {
  .userpath__box h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.userpath__box p {
  font-weight: 400;
  display: none;
}

@media screen and (min-width: 63.75em) {
  .userpath__box p {
    display: block;
  }
}

.userpath__box::after {
  bottom: -22px;
  right: 50px;
  position: absolute;
}

@media screen and (min-width: 63.75em) {
  .userpath__box::after {
    bottom: -34px;
  }
}

.userpath__box.box-green::after {
  border-style: solid;
  border-width: 23px 33px 0 0;
  border-color: #007A33 transparent transparent;
  content: '';
  height: 0;
}

@media screen and (min-width: 63.75em) {
  .userpath__box.box-green::after {
    border-style: solid;
    border-width: 35px 64px 0 0;
    border-color: #007A33 transparent transparent;
    content: '';
    height: 0;
  }
}

.userpath__box.box-blue::after {
  border-style: solid;
  border-width: 23px 33px 0 0;
  border-color: #00629B transparent transparent;
  content: '';
  height: 0;
}

@media screen and (min-width: 63.75em) {
  .userpath__box.box-blue::after {
    border-style: solid;
    border-width: 35px 64px 0 0;
    border-color: #00629B transparent transparent;
    content: '';
    height: 0;
  }
}

.userpath__box.box-red::after {
  border-style: solid;
  border-width: 23px 33px 0 0;
  border-color: #a6093d transparent transparent;
  content: '';
  height: 0;
}

@media screen and (min-width: 63.75em) {
  .userpath__box.box-red::after {
    border-style: solid;
    border-width: 35px 64px 0 0;
    border-color: #a6093d transparent transparent;
    content: '';
    height: 0;
  }
}

.userpath__box.box-yellow::after {
  border-style: solid;
  border-width: 23px 33px 0 0;
  border-color: #956C58 transparent transparent;
  content: '';
  height: 0;
}

@media screen and (min-width: 63.75em) {
  .userpath__box.box-yellow::after {
    border-style: solid;
    border-width: 35px 64px 0 0;
    border-color: #956C58 transparent transparent;
    content: '';
    height: 0;
  }
}

.userpath__box.box-purple::after {
  border-style: solid;
  border-width: 23px 33px 0 0;
  border-color: #8C4799 transparent transparent;
  content: '';
  height: 0;
}

@media screen and (min-width: 63.75em) {
  .userpath__box.box-purple::after {
    border-style: solid;
    border-width: 35px 64px 0 0;
    border-color: #8C4799 transparent transparent;
    content: '';
    height: 0;
  }
}

.userpath__box.box-orange::after {
  border-style: solid;
  border-width: 23px 33px 0 0;
  border-color: #CF4520 transparent transparent;
  content: '';
  height: 0;
}

@media screen and (min-width: 63.75em) {
  .userpath__box.box-orange::after {
    border-style: solid;
    border-width: 35px 64px 0 0;
    border-color: #CF4520 transparent transparent;
    content: '';
    height: 0;
  }
}

.promo {
  background-color: #467082;
}

.promo__heading {
  font-size: 26px;
  font-size: 1.625rem;
  color: #fff;
  font-family: 'Clarendon-text-pro';
  padding-top: 25px;
  text-align: center;
}

@media screen and (min-width: 56.25em) {
  .promo__heading {
    font-size: 36px;
    font-size: 2.25rem;
    padding-top: 40px;
  }
}

.promo__pagination {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.lt-ie10 .promo__pagination {
  display: table;
  margin: 0 auto 30px;
}

.lt-ie10 .promo__pagination > li {
  display: table-cell;
}

.promo__item {
  margin: 0 6px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 56.25em) {
  .promo__item {
    margin: 0 10px;
  }
}

.promo__item .promo-icon {
  -webkit-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1), color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  border: 3px solid #fff;
  border-radius: 50%;
}

@media screen and (min-width: 56.25em) {
  .promo__item .promo-icon {
    border: 4px solid #fff;
  }
}

.promo__item a:focus {
  outline: 0;
}

.promo__item.is-promo-active .promo-icon,
.promo__item a:focus .promo-icon,
.promo__item a:hover .promo-icon {
  background-color: #fff;
  color: #467082;
}

.promo__item:hover {
  opacity: 1;
}

.promo__item.is-promo-active {
  opacity: 1;
}

@media screen and (min-width: 56.25em) {
  .promo__item svg {
    font-size: 80px;
    font-size: 5rem;
  }
}

.lt-ie10 .promo__item {
  padding: 0 10px;
}

.promo__container {
  margin: 0;
}

@media screen and (min-width: 68.75em) {
  .promo__container {
    margin: 0 auto;
  }
}

.promo__content-item {
  display: none;
  overflow: auto;
  min-height: 400px;
}

.promo__content-item.is-promo-active {
  display: block;
}

.promo__slick > div {
  padding: 0 20px;
}

.promo__slick article {
  background-color: #507f8f;
  padding: 10px;
}

@media screen and (min-width: 56.25em) {
  .promo__slick article {
    background-color: transparent;
    padding: 0;
  }
}

.promo__slick header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

@media screen and (min-width: 56.25em) {
  .promo__slick header {
    display: block;
  }
}

.promo__slick section img {
  display: block;
  margin: 15px auto 0 auto;
}

.promo__slick section p {
  color: #fff;
  margin-top: 0;
  padding: 5px 0;
}

.promo__slick section a {
  color: #fff;
}

.promo__slick-a {
  text-decoration: none;
}

.promo__slick-inner {
  padding: 0 5px;
}

@media screen and (min-width: 48.125em) {
  .promo__slick-inner {
    padding: 0 10px;
  }
}

.promo__slick-icon {
  margin-right: 12px;
}

.promo__slick-date {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 56.25em) {
  .promo__slick-date {
    margin-top: 14px;
  }
}

.promo__slick-date time {
  border-right: 2px solid;
  padding-right: 1em;
  margin-right: 1em;
}

#promo-media .promo__slick-date time {
  border-right: 2px solid;
  padding-right: 1em;
  margin-right: 1em;
}

#promo-new .promo__slick-date time {
  border-right: 2px solid;
  padding-right: 1em;
  margin-right: 1em;
}

#promo-news .promo__slick-date time {
  border-right: 2px solid;
  padding-right: 1em;
  margin-right: 1em;
}

.promo__slick-heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  margin-top: 0.5em;
}

@media screen and (min-width: 56.25em) {
  .promo__slick-heading {
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}

.promo__link {
  margin-bottom: 40px;
  margin-top: 80px;
  text-align: center;
}

@media screen and (min-width: 56.25em) {
  .promo__link {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 20px;
  }
}

.slick-prev {
  bottom: -60px;
  left: 50%;
  margin-left: -140px;
  position: absolute;
}

.slick-prev::after {
  transform: rotate(-90deg);
}

.slick-next {
  left: 50%;
  margin-left: 100px;
  margin-top: 20px;
  position: absolute;
}

.slick-next::after {
  transform: rotate(90deg);
}

.slick-dots {
  left: 50%;
  margin-left: -90px;
  margin-top: 20px;
  position: absolute;
}

.slick-dots li {
  float: left;
  margin: 0 10px;
}

.slick-dots .slick-active button::after {
  background-color: #467082;
  content: '';
  height: 24px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 24px;
}

.content--resource-filters {
  display: none;
}

@media screen and (min-width: 63.75em) {
  .content--resource-filters {
    display: block;
  }
}

.content--resources {
  font-weight: 400;
}

.content--resources p, .content--resources a, .content--resources i, .content--resources li, .content--resources label, .content--resources h3, .content--resources h4, .content--resources strong {
  font-weight: 400;
}

.content--resources strong {
  font-weight: 600;
}

.content--resources .btn--clear {
  float: left;
  font-weight: 600;
  line-height: 3.75em;
  margin-left: 1.25em;
  text-decoration: underline;
}

.content--resources .btn--clear::after {
  content: '';
  clear: both;
}

.content--resources .btn--close {
  background-color: transparent;
  background-image: url("/__data/assets/file/0008/85382/close-button.svg?v=0.2.1");
  background-repeat: no-repeat;
  background-size: auto;
  border: none;
  color: #4F758B;
  display: block;
  height: 1.25em;
  margin-top: -0.5em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0.9375em;
  width: 1.25em;
}

.content--resources .btn--copy-link,
.content--resources .btn--email-link {
  color: #fff;
  padding: 7px 22px;
}

.no-js .content--resources .btn--copy-link {
  display: none;
}

.content--resources .btn--copy-link.is-copied {
  background-color: #b7c9d3;
  color: #467082;
}

.content--resources .sitesearch {
  display: block;
  margin-top: 1.25em;
}

.content--resources .sitesearch__inner {
  position: relative;
}

.content--resources .sitesearch__inner::after {
  border-style: solid;
  border-width: 0 0 23px 33px;
  border-color: transparent transparent #4F758B;
  content: '';
  height: 0;
  left: 50%;
  margin-left: -2.03125em;
  position: absolute;
  top: -1.25em;
}

.content--resources .sitesearch__inner.no-arrow::after {
  display: none;
}

.content--resources .search-suggestion {
  display: none;
}

.userpath__box.box--heading {
  float: none;
  font-family: 'Clarendon-text-pro';
  margin: 1.25em 0;
  width: 100%;
  color: white;
}

.userpath__box.box--heading a {
  padding: 0.625em 0.9375em;
}

.userpath__box.box--heading:not(.resources--box) h1 {
  font-size: 26px;
  font-size: 1.625rem;
}

.userpath__box.box--heading h1 {
  margin: 0 0 0.1875em 0;
}

.userpath__box.box--heading p {
  font-size: 26px;
  font-size: 1.625rem;
  display: block;
  font-family: 'Clarendon-text-pro';
  line-height: 1.25;
  margin-top: 0;
}

.userpath__box.box--heading::after {
  bottom: -1.25em;
  left: 50%;
  margin-left: 0;
  right: auto;
}

@media screen and (min-width: 48.125em) {
  .userpath__box.box--heading a,
  .userpath__box.box--heading > div {
    color: white;
    padding: 1.875em 1.875em 3.125em 1.875em;
  }
  .userpath__box.box--heading p {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 1.5;
  }
}

.filters--mobile {
  margin-bottom: 1.25em;
}

.filters--mobile h2 {
  display: none;
}

.filters--mobile .accordion__btn {
  color: #467082;
}

@media screen and (min-width: 63.75em) {
  .filters--mobile {
    display: none;
  }
}

.filters--desktop {
  display: none;
}

@media screen and (min-width: 63.75em) {
  .filters--desktop {
    display: block;
  }
}

.resources__results-filters h2 {
  margin: 16px 0 15px 0;
}

.resources__results-filters h5,
.resources__results-filters .form__label {
  font-weight: 400;
}

.resources__results-filters h5 {
  margin-bottom: 0.75em;
  margin-top: 0;
}

.resources__filters-panel {
  margin-bottom: 0.9375em;
}

.resources__filters-panel ul {
  float: left;
}

.resources__filters-panel ul h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

.resources__filters-panel ul > li {
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  -moz-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  background-color: #f4f4f4;
  color: #4F758B;
  display: inline-block;
  font-weight: 600;
  opacity: 1;
  margin: 0.25em 0.5em 0.25em 0;
  padding: 0.625em 2.5em 0.625em 0.9375em;
  position: relative;
}

.resources__filters-panel ul > li.is-transitioning {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.resources__filters-panel ul > li a {
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

.resources__filters-panel ul > li:hover {
  background-color: #bac8d4;
}

.resources__filters-panel ul > li:hover a {
  color: #2E586A;
}

@media screen and (min-width: 48.125em) {
  .resources__filters-panel ul h2 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  .resources__filters-panel ul > li {
    min-width: 12.5em;
    padding: 0.9375em 2.8125em 0.9375em 1.375em;
  }
}

.resources__filters-panel.panel--interactive {
  display: none;
}

.resources__filters-panel:not(.panel--interactive) {
  padding-bottom: 12.5em;
}

.sitesearch--sortable {
  margin-bottom: 0.9375em;
  position: relative;
}

.sitesearch--sortable .sitesearch__inner {
  width: 100%;
}

.sitesearch--sortable .resources__sort {
  width: 50%;
  z-index: 1000;
}

.sitesearch--sortable .resources__sort h3 {
  font-size: 14.4px;
  font-size: 0.9rem;
}

.merit-review .sitesearch--sortable .resources__sort h3 {
  font-size: 0.6875rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
  margin-top: 1.0625rem;
}

.sitesearch--sortable .resources__sort h3, .sitesearch--sortable .resources__sort label {
  color: #4F758B;
  display: block;
  width: 100%;
}

.sitesearch--sortable .resources__sort svg {
  color: #fff;
}

.merit-review .sitesearch--sortable .resources__sort svg, .sitesearch--sortable .resources__sort svg.merit-review__filter-icon {
  font-size: 0.625rem;
}

.sitesearch--sortable .resources__sort .select__wrapper {
  min-width: 0;
  width: 100%;
}

.sitesearch--sortable .resources__sort .select__wrapper a {
  color: #2E586A;
}

.sitesearch--sortable .resources__sort .select__default {
  background-color: #4F758B;
  border-color: #4F758B;
  color: #fff;
}

.merit-review .sitesearch--sortable .resources__sort .select__default {
  padding-bottom: 0.8125rem;
  padding-left: 0.8125rem;
  padding-top: 0.8125rem;
}

@media screen and (min-width: 48.125em) {
  .sitesearch--sortable .sitesearch__inner {
    width: 80%;
  }
  .merit-review .sitesearch--sortable .sitesearch__inner {
    width: 78%;
  }
  .sitesearch--sortable .resources__sort {
    bottom: 0.625em;
    padding-left: 1.25em;
    position: absolute;
    right: 1.25em;
    width: 20%;
  }
}

@media screen and (min-width: 82.5em) {
  .sitesearch--sortable {
    padding: 1.25em;
  }
}

@media screen and (max-width: 48.063em) {
  .sitesearch--sortable {
    background-color: transparent;
    padding: 20px 0 0 0;
  }
  .sitesearch--sortable .sitesearch__input-wrapper {
    padding: 1.25em 0.9375em;
    background-color: #f7f7f7;
  }
  .sitesearch--sortable form > .container {
    margin: 0;
  }
  .sitesearch--sortable .resources__sort {
    width: 100%;
  }
  .sitesearch--sortable .resources__sort h3 {
    font-weight: 600;
  }
}

.resources__search-filters h2 {
  text-align: center;
}

@media screen and (min-width: 48.125em) {
  .resources__search-filters h2 {
    text-align: left;
  }
}

.resources__search-results > li,
.news__search-results > li {
  padding-bottom: 1.5625em;
}

.resources__search-results .breadcrumbs__list li:last-child,
.news__search-results .breadcrumbs__list li:last-child {
  font-weight: 700;
}

.resources__search-results .icon-external,
.news__search-results .icon-external {
  display: none;
}

.resources__search-results .search-result__date,
.resources__search-results .search-result__type,
.news__search-results .search-result__date,
.news__search-results .search-result__type {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #467082;
  display: inline-block;
  font-weight: 600;
  line-height: .9;
  margin: 0.625em 0 1.0625em 0;
  padding-right: 1.25em;
}

.resources__search-results .search-result__date,
.news__search-results .search-result__date {
  border-right: 2px solid #467082;
  padding-right: 1.5em;
  margin-right: 1em;
}

.resources__search-results .search-result__type,
.news__search-results .search-result__type {
  border: 0;
}

.resources__search-results .btn,
.news__search-results .btn {
  margin-right: 0.9375em;
  margin-top: 0.625em;
}

.resources__search-results h4,
.news__search-results h4 {
  color: #467082;
  font-weight: 400;
  margin-bottom: 0.3125em;
}

.resources__search-results p,
.news__search-results p {
  margin: 0;
}

.news__search-results h4 {
  font-weight: 600;
}

.resources__search-results h4 {
  font-weight: 400;
}

.resources__overlay {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: none;
  height: 100%;
  min-height: 3000px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media screen and (max-width: 48.063em) {
  .consultations > div {
    margin: 0;
  }
}

.consultations__subheading {
  text-align: center;
}

@media screen and (min-width: 48.125em) {
  .consultations__subheading {
    text-align: left;
  }
}

.submissions {
  margin-top: 37px;
}

@media screen and (min-width: 68.75em) {
  .submissions__box {
    background-color: #f7f7f7 !important;
    padding-top: 25px;
  }
}

table.submission-listing td:first-of-type {
  font-weight: 400;
}

table.submission-listing th {
  text-align: left;
}

.submissions__section {
  margin-top: 50px;
}

.submissions__section:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 68.75em) {
  .submissions__section {
    width: 28.57143%;
    float: left;
    margin-right: 7.14286%;
    margin-right: 26px;
    margin-top: 0;
  }
  .submissions__section:last-of-type {
    margin-right: 0;
  }
}

.content .submissions__section .img__wrapper {
  float: none;
}

@media screen and (min-width: 82.5em) {
  .submissions__heading {
    max-width: 1280px;
    margin: 0 auto;
  }
}

.submissions__btn {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Clarendon-text-pro';
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 48.125em) {
  .submissions__btn {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 68.75em) {
  .submissions__btn {
    font-size: 32px;
    font-size: 2rem;
  }
}

@media screen and (min-width: 82.5em) {
  .submissions__btn {
    padding-left: 0;
    padding-right: 0;
  }
}

.submissions__content {
  padding-bottom: 60px;
}

@media screen and (min-width: 48.125em) {
  .submissions__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 68.75em) {
  .submissions__content {
    display: block !important;
  }
}

@media screen and (min-width: 82.5em) {
  .submissions__content {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}

.submissions__icon-wrapper {
  top: 27px;
}

@media screen and (min-width: 48.125em) {
  .submissions__icon-wrapper {
    right: 20px;
  }
}

@media screen and (min-width: 68.75em) {
  .submissions__icon-wrapper {
    display: none;
  }
}

.submissions__img {
  display: block;
  margin: 10px 0 30px;
}

.content .submissions__img {
  min-width: 0;
}

@media screen and (min-width: 68.75em) {
  .submissions__img {
    height: 110px;
  }
}

.submissions__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.submissions__text {
  margin: 0;
}

.consultations .img__wrapper {
  float: none;
  height: 55px;
  max-height: 55px;
}

.consultations--completed .consultations {
  margin-bottom: 57px;
}

.consultations--completed .consultations__container {
  margin: 0;
}

@media screen and (min-width: 68.75em) {
  .consultations__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .consultations--completed .consultations__container {
    display: block;
  }
}

.consultations__heading {
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 56.25em) {
  .consultations__heading {
    font-size: 32px;
    font-size: 2rem;
  }
}

.consultations--completed .consultations__heading {
  padding: 38px 0 0;
}

.consultations__link {
  color: #1c1c1c;
  display: block;
  font-weight: 400;
  margin-top: 37px;
  padding: 15px 0;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.consultations__link:first-of-type {
  margin-top: 0;
}

.consultations--completed .consultations__link {
  padding: 10px;
}

.consultations--completed .consultations__link time {
  display: block;
}

@media screen and (min-width: 68.75em) {
  .consultations--completed .consultations__link {
    display: inline-block;
    padding: 15px;
    width: 33%;
    margin-top: 0;
  }
  .consultations--completed .consultations__link:last-of-type {
    margin-right: 0;
  }
}

.consultations__link > div {
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.consultations__link:hover {
  background-color: #e1e9ed;
}

.consultations__link:hover .icon-green {
  color: #2E586A;
}

.consultations__link:hover .consultations__title {
  color: #2E586A;
}

.consultations__link:hover .consultations__graph-heading {
  color: #2E586A;
}

.content .consultations__img {
  min-width: 0;
}

.consultations__img--87663 {
  width: 39px !important;
}

.consultations__img--87662 {
  width: 71px !important;
}

.consultations__title {
  font-size: 16px;
  font-size: 1rem;
  color: #467082;
  font-weight: 700;
  margin-top: 20px;
}

.consultations__graph--standalone {
  padding-bottom: 20px;
}

@media screen and (min-width: 48.125em) {
  .consultations__graph-top,
  .consultations__graph-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 48.125em) {
  .consultations__graph-bottom > div {
    margin: 0;
  }
  .consultations__graph-bottom > div > div:first-of-type {
    display: inline-block;
  }
}

.consultations__graph-heading {
  font-size: 16px;
  font-size: 1rem;
  color: #467082;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (min-width: 48.125em) {
  .consultations__graph-heading {
    margin: 0;
  }
}

.consultations__graph-started {
  margin: 10px 0;
}

.consultations__right {
  display: none;
}

@media screen and (min-width: 68.75em) {
  .consultations__right {
    display: block;
    margin-left: 22px;
    min-width: 405px;
    position: relative;
  }
}

@media screen and (min-width: 68.75em) {
  .consultations__right-img {
    background-color: #445e6d;
    background-size: cover;
    height: 89%;
    position: absolute;
    width: 100%;
  }
  .consultations--completed .consultations__right-img {
    height: 190px;
    margin-bottom: 20px;
    position: relative;
    background-position-y: 50%;
  }
}

.consultations--completed {
  padding-bottom: 30px;
}

.consultations-section {
  margin-bottom: 20px;
}

@media screen and (min-width: 63.75em) {
  .consultations-section .sq-accordion__content p {
    margin-top: 0;
  }
}

body.inside .ajax-form-container > .content {
  margin-bottom: 30px;
}

.sq-form-section {
  margin: 20px;
}

.sq-form-question {
  margin-bottom: 20px;
}

.onlineform .main__inner > .container, .onlineform .consultation article.main__inner > header, .consultation .onlineform article.main__inner > header {
  margin: 0 10px;
}

.onlineform .layout-left > header {
  margin-left: 0;
}

.content--news {
  padding-bottom: 5em;
}

.content--news .filters--mobile {
  margin-top: 1.25em;
}

.news__search-results .search-result__type {
  border-left: none;
  padding-left: 0;
}

.news__results-filters__list {
  list-style-type: none;
}

.news article {
  position: relative;
}

.news .content {
  min-height: 500px;
}

@media screen and (min-width: 63.75em) {
  .news .content > form {
    margin-left: 350px;
  }
}

.news .article__heading {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (min-width: 63.75em) {
  .news .article__heading {
    margin-left: 350px;
  }
}

.news .article-list__content {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}

.news .article-list__content:hover {
  text-decoration: underline;
}

.news .article-list__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  font-weight: 600;
}

.news .article-list__meta {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

@media screen and (min-width: 63.75em) {
  .news .rhs-content {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.news .article-list__desc {
  color: #000;
}

.news .article-filter {
  display: none;
}

@media screen and (min-width: 63.75em) {
  .news .article-filter {
    display: block;
  }
}

.news .article-filter__header {
  font-size: 28px;
  font-size: 1.75rem;
  margin-top: 0;
}

.news .article-list + nav .pagination__item {
  padding: 14px 0;
}

.news .article-filter__content {
  border: 0;
  padding: 0;
}

.news .sq-form-question-title {
  font-weight: 700;
  font-weight: 600;
  margin-bottom: 10px;
}

.news .sq-form-question-answer {
  margin-bottom: 20px;
}

.news .sq-form-question-answer li {
  margin-bottom: 5px;
}

.news .rhs-content .sq-form-control input[type="submit"] {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  padding: 15px 40px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  text-transform: uppercase;
  border: 4px solid #467082;
  color: #467082;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
}

.news .rhs-content .sq-form-control input[type="submit"]:hover {
  text-decoration: none;
}

.news .rhs-content .sq-form-control input[type="submit"]:hover {
  background-color: #467082;
  color: #fff;
}

#queries_news_type_query_posted + ul input[type="checkbox"] {
  display: none;
}

.news__pagination {
  margin-bottom: 30px;
  text-align: center;
}

.news__pagination .pagination li {
  padding: 0 !important;
  transition: background-color 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.news__pagination .pagination li:hover {
  background-color: #467082;
}

.news__pagination .pagination li a,
.news__pagination .pagination li.current span {
  display: block;
  line-height: 1.4em;
  padding: 14px 0;
  text-decoration: none;
}

.news__pagination .pagination li.current span {
  background-color: #467082;
}

@media screen and (max-width: 40em) {
  .s-disputes-panel h1.p-info-panel__heading {
    font-size: 2.1rem;
  }
}

@media screen and (min-width: 48.125em) {
  .s-disputes-panel {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.merit-review__main-wrapper {
  margin-bottom: 3.4375rem;
}

@media screen and (min-width: 48.125em) {
  .merit-review__main-wrapper {
    margin-bottom: 6.25rem;
  }
}

@media screen and (min-width: 82.5em) {
  .merit-review__main-wrapper {
    width: 78.75rem;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review__content-container {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .no-js .merit-review__content-container,
  .no-flexbox .merit-review__content-container {
    display: table;
  }
  .flexbox .merit-review__content-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

/*
--------------------
Custom
--------------------
*/
.frm-providertype input[type="radio"] {
  float: none;
  height: auto;
  left: 0;
  padding: 0;
  position: relative;
  width: auto;
}

.frm-providertype > div > label {
  float: left;
  margin-right: 10px;
  margin-top: 0;
}

.webservice_results .header:last-child {
  width: 160px;
}

.table-header-width-fix .header:last-child {
  width: auto;
}

.table-header-width-fix .col1,
.table-header-width-fix .col3 {
  width: 15% !important;
}

.table-header-width-fix .col2 {
  width: 20% !important;
}

.table-header-width-fix .col2 a {
  word-break: break-word !important;
}

@media only screen and (min-width: 60em) {
  .main-content label, .main-content .sq-form-question-title {
    margin: 40px 0 14px;
  }
}

/* Module: S */
.merit-review .pagination {
  justify-content: center;
  max-width: 18.75rem;
}

.no-js .merit-review .pagination,
.no-flexbox .merit-review .pagination {
  display: table;
}

.flexbox .merit-review .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width: 48.125em) {
  .merit-review .pagination {
    max-width: 21.875rem;
  }
}

.merit-review .pagination__container {
  display: none;
  width: 100%;
}

.merit-review .pagination__container .pagination {
  margin: auto;
}

.merit-review .pagination__container--short {
  display: block;
}

.merit-review .pagination__nav.nav--prev {
  transform: rotate(-90deg);
}

.merit-review .pagination__nav .icon {
  font-size: 0.625rem;
}

.merit-review .pagination li {
  background-color: #e2e9ee;
  color: #467082;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.merit-review .pagination li.is-current, .merit-review .pagination li.nav--next, .merit-review .pagination li.nav--prev {
  background-color: #467082;
}

.merit-review .pagination li.is-current a, .merit-review .pagination li.nav--next a, .merit-review .pagination li.nav--prev a {
  color: #f4f4f4;
  font-weight: 700;
}

.merit-review .pagination li.nav--next {
  margin-right: 0;
}

.merit-review .pagination li.nav--prev {
  margin-left: 0;
}

.merit-review .pagination li.is-current a {
  pointer-events: none;
}

.merit-review .pagination li a {
  color: #467082;
  text-decoration: none;
}

@media screen and (min-width: 48.125em) {
  .merit-review .pagination__container {
    display: block;
  }
  .merit-review .pagination__container--short {
    display: none;
  }
}

.merit-review .btt--wrapper {
  display: none;
  text-align: center;
  margin-top: 1.25rem;
}

/* Module: S */
.merit-review .ajax-overlay::after {
  content: '';
  display: block;
  position: fixed;
  z-index: 10;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background: transparent url(/__data/assets/image/0003/429015/merit-review-loading.gif?v=0.0.2) no-repeat center center;
  background-size: contain;
}

@media screen and (min-width: 48.125em) {
  .merit-review .active-filters {
    width: 100%;
  }
}

.merit-review .active-filters ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.merit-review .active-filters ul li {
  display: inline-block;
  padding: 0;
  margin-bottom: 0.5rem;
  margin-left: 0;
  margin-right: 0.3125rem;
  position: relative;
}

.merit-review .active-filters ul li:nth-last-child(2) {
  margin-bottom: 1.25rem;
}

.merit-review .active-filters ul li:last-of-type {
  background: transparent;
  margin-bottom: 1.3125rem;
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

.merit-review .active-filters ul li a {
  color: #467082;
  font-weight: 700;
  font-weight: bold;
  text-decoration: none;
}

.merit-review .active-filters ul li a div {
  background-color: #e5f1ea;
  padding: 0.9375rem 4.25rem 1rem 1.4375rem;
}

.merit-review .active-filters ul li a:not(.filter-clear):focus, .merit-review .active-filters ul li a:not(.filter-clear):hover {
  color: #e5f1ea;
}

.merit-review .active-filters ul li a:not(.filter-clear):focus div, .merit-review .active-filters ul li a:not(.filter-clear):hover div {
  background-color: #467082;
}

.merit-review .active-filters ul li a:not(.filter-clear):focus svg.icon-green, .merit-review .active-filters ul li a:not(.filter-clear):hover svg.icon-green {
  color: #e5f1ea;
}

.merit-review .active-filters ul li a.filter-clear:focus, .merit-review .active-filters ul li a.filter-clear:hover {
  color: #5c6578;
}

.merit-review .active-filters ul li svg {
  bottom: 0;
  font-size: 1.3125rem;
  margin: auto;
  right: 1.375rem;
  top: 0;
  pointer-events: none;
  position: absolute;
}

@media screen and (min-width: 48.125em) {
  .merit-review .active-filters ul li {
    margin-right: 0.9375rem;
  }
  .merit-review .active-filters ul li:nth-last-of-type(2) {
    margin-bottom: 0rem;
    margin-right: 1.875rem;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review .active-filters ul {
    margin-bottom: 0.9375rem;
  }
}

.merit-review .filter-clear {
  color: #546f82;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.merit-review .sitesearch {
  background-color: #fff;
}

.merit-review .sitesearch .sitesearch__inner:before {
  font-family: 'ClarendonBT-light';
}

.merit-review .sitesearch .resources__sort {
  bottom: -0.625rem;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 48.125em) {
  .merit-review .sitesearch .resources__sort {
    width: 18.5%;
  }
}

@media screen and (min-width: 82.5em) {
  .merit-review .sitesearch .resources__sort {
    width: 9.6875rem;
  }
}

.merit-review .sitesearch__btn {
  padding: 0.875rem;
}

@media screen and (min-width: 48.125em) {
  .merit-review .sitesearch__btn {
    bottom: 0;
  }
  .merit-review .sitesearch__btn svg {
    font-size: 3.125rem;
  }
}

.merit-review .sitesearch__input {
  font-size: 1.375rem;
  padding: 0.625rem 1.25rem;
}

@media screen and (min-width: 48.125em) {
  .merit-review .sitesearch__input {
    font-size: 2.25rem;
  }
}

.merit-review .sitesearch__input-wrapper {
  padding: 0;
}

.merit-review .sitesearch__inner {
  height: 4.125rem;
}

.merit-review .sitesearch__inner::after {
  display: none;
}

.merit-review .sitesearch__inner::before {
  font-size: 1.375rem;
  left: 0.9375rem;
  top: 1.5rem;
}

@media screen and (min-width: 48.125em) {
  .merit-review .sitesearch__inner::before {
    font-size: 2.25rem;
    left: 2rem;
    line-height: 1.22;
    top: 1.1875rem;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review .sitesearch__inner {
    height: 5.375rem;
  }
}

.merit-review .sitesearch--sortable {
  margin-top: 0;
  padding: 0;
}

@media screen and (min-width: 82.5em) {
  .merit-review .sitesearch--sortable .sitesearch__inner {
    margin-right: 1.0625rem;
    width: 66.6875rem;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review .sitesearch {
    margin-bottom: 2.25rem;
  }
}

.merit-review .filter__accordion {
  background-color: #e5f1ea;
  border: #e5f1ea;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  padding: 0.875rem 2.5rem 0.875rem 0.9375rem;
  position: relative;
  width: 100%;
}

.merit-review .filter__accordion .filter__icon {
  color: #467082;
  font-size: 0.625rem;
}

.merit-review .filter__accordion .filter__icon-wrapper {
  line-height: 0;
  margin-top: -0.375rem;
  position: absolute;
  right: 1.25rem;
  top: 50%;
}

@media screen and (min-width: 48.125em) {
  .merit-review .filter__accordion .filter__icon-wrapper {
    right: 1.4375rem;
  }
  .merit-review .filter__accordion .filter__icon-wrapper .icon {
    font-size: 1rem;
  }
}

.merit-review .filter__accordion h2 {
  color: #467082;
  font-size: 1rem;
  margin: 0;
}

.merit-review .filter__accordion.desktop {
  display: none;
}

.merit-review .filter__accordion--clarendon h2,
.merit-review .filter__accordion--clarendon h3 {
  font-family: "ClarendonBT-light";
}

@media screen and (min-width: 48.125em) {
  .merit-review .filter__accordion {
    padding: 1rem 2.8125rem 1rem 1.5625rem;
  }
}

.merit-review .filter__bubble {
  height: 5.125rem;
  margin-bottom: 0.3125rem;
  position: relative;
}

.merit-review .filter__bubble h2 {
  bottom: 0;
  color: #f4f4f4;
  font-family: 'ClarendonBT-light';
  font-size: 1.125rem;
  height: 1.8125rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -0.625rem;
  width: 5.3125rem;
}

.merit-review .filter__bubble .bubble-svg {
  bottom: 0;
  color: #467082;
  height: 5.125rem;
  margin: auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.merit-review .filter__checkbox {
  background-color: #fff;
  display: block;
  float: left;
  height: 1.25rem;
  margin-right: 1rem;
  position: relative;
  width: 1.25rem;
}

.merit-review .filter__checkbox::after {
  content: "";
  background-color: #467082;
  height: 0.625rem;
  left: 0.3125rem;
  opacity: 0;
  position: absolute;
  top: 0.3125rem;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 0.625rem;
}

.merit-review .filter__container {
  position: relative;
}

.merit-review .filter__container h3 {
  color: #467082;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1.5625rem;
  margin-top: 0;
}

.merit-review .filter__container .filter__accordion h3 {
  font-weight: 700;
  margin: 0;
}

.merit-review .filter__container.mobile {
  display: block;
}

.merit-review .filter__container.desktop {
  display: none;
  margin-right: 2%;
  width: 28%;
}

@media screen and (min-width: 63.75em) {
  .merit-review .filter__container.desktop {
    width: 23%;
  }
}

@media screen and (min-width: 82.5em) {
  .merit-review .filter__container.desktop {
    margin-right: 1.3125rem;
    width: 18.6875rem;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review .filter__container.mobile {
    display: none;
  }
  .merit-review .filter__container.desktop {
    display: block;
  }
}

.merit-review .filter__list {
  background-color: #e5f1ea;
  margin-bottom: 0.75rem;
  overflow: hidden;
  padding: 0 1.25rem 0 0.9375rem;
  transition: height 0.5s;
}

.merit-review .filter__list.open {
  transition: height 0.5s;
}

@media screen and (min-width: 48.125em) {
  .merit-review .filter__list.open {
    transition: height 0.3s;
  }
}

.merit-review .filter__list h3 {
  font-weight: 700;
}

.merit-review .filter__list ul {
  list-style-type: none;
  margin-top: 0.4375rem;
  margin-bottom: 2.8125rem;
  overflow: hidden;
  padding: 0;
}

.merit-review .filter__list ul:last-of-type {
  margin-bottom: 0;
}

.merit-review .filter__list ul li {
  margin: 0 0 0.9375rem;
  line-height: 0;
}

.merit-review .filter__list ul li label {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.36;
  text-decoration: none;
}

.merit-review .filter__list ul li label a {
  color: #1c1c1c;
  text-decoration: none;
}

.merit-review .filter__list ul li label a:focus, .merit-review .filter__list ul li label a:hover {
  text-decoration: underline;
}

.merit-review .filter__list ul li label input {
  display: none;
}

.merit-review .filter__list ul li label input[type=checkbox]:checked + .filter__checkbox::after {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.merit-review .filter__list ul li label input[type=checkbox]:checked ~ a {
  font-weight: bold;
}

.merit-review .filter__list ul li label.selected {
  font-weight: bold;
}

.merit-review .filter__list ul li label.selected::before {
  background-color: #467082;
}

@media screen and (min-width: 48.125em) {
  .merit-review .filter__list {
    padding-left: 1.5625rem;
  }
  .merit-review .filter__list li {
    margin-top: 0.625rem;
  }
  .merit-review .filter__list li:last-of-type {
    margin-bottom: 1.625rem;
  }
}

.merit-review__query {
  font-weight: bold;
}

body.is-submenu-active .merit-review__main-wrapper form {
  background-color: rgba(0, 0, 0, 0.65);
  transition: background-color 0.5s ease;
}

/* Module: S */
.merit-review .merit-review__results-container {
  list-style-type: none;
  margin-bottom: 3.4375rem;
  margin-top: 0;
  padding: 0;
}

.merit-review .merit-review__results-container h2 {
  font-weight: 700;
}

.merit-review .merit-review__results-container, .merit-review .merit-review__results-container.column {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-js .merit-review .merit-review__results-container,
.no-flexbox .merit-review .merit-review__results-container, .no-js .merit-review .merit-review__results-container.column,
.no-flexbox .merit-review .merit-review__results-container.column {
  display: table;
}

.flexbox .merit-review .merit-review__results-container, .flexbox .merit-review .merit-review__results-container.column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width: 48.125em) {
  .merit-review .merit-review__results-container.list {
    display: block;
  }
  .merit-review .merit-review__results-container.list .result {
    border-top: 1px solid #c4c4c4;
    padding-top: 1.25rem;
    width: 100%;
  }
  .merit-review .merit-review__results-container.list .result h2 {
    font-size: 0.75rem;
    height: 2.4375rem;
    line-height: 3.3;
  }
  .merit-review .merit-review__results-container.list .result .link-container {
    bottom: 0;
  }
  .merit-review .merit-review__results-container.list .result__content {
    background-color: transparent;
    min-height: 0;
    padding: 0.75rem 0 2.4375rem 0;
  }
  .merit-review .merit-review__results-container.list .result__content a {
    font-size: 1.125rem;
    margin: 0.3125rem 1.0625rem 0.3125rem 0;
  }
  .merit-review .merit-review__results-container.list .result__header {
    display: inline-block;
    text-transform: uppercase;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.9375rem 0 2.5625rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon {
    height: 1.375rem;
    margin-right: 0.5rem;
    left: 0.75rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon-review {
    width: 1.375rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon-misc {
    width: 1.25rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon-claim {
    width: 1.4375rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon-notable {
    width: 1.1875rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon-injury {
    left: 0.5rem;
    width: 1.875rem;
  }
  .merit-review .merit-review__results-container.list .result__header .icon-scales {
    left: 0.3125rem;
    width: 2.0625rem;
  }
  .merit-review .merit-review__results-container.list .result__summary {
    display: none;
  }
  .merit-review .merit-review__results-container.list .result__summary--list-view {
    display: block;
  }
}

.merit-review .results-header {
  margin: 0;
}

.merit-review .results__panel {
  justify-content: space-between;
  margin-bottom: 1.1875rem;
}

.no-js .merit-review .results__panel,
.no-flexbox .merit-review .results__panel {
  display: table;
}

.flexbox .merit-review .results__panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (min-width: 48.125em) {
  .merit-review .results__panel {
    margin-bottom: 0.875rem;
  }
}

.merit-review .results__widget {
  display: none;
}

.merit-review .results__widget button.btn {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.merit-review .results__widget button.btn .icon {
  position: relative;
  z-index: -1;
}

.merit-review .results__widget button.btn__column-view {
  margin-right: 0.75rem;
}

.merit-review .results__widget button.btn.selected .icon {
  color: #467082;
  opacity: 1;
}

.merit-review .results__widget button.btn:not(.selected):hover .icon, .merit-review .results__widget button.btn:not(.selected):focus .icon {
  color: #467082;
  cursor: pointer;
  opacity: 0.75;
}

.merit-review .results__widget span {
  font-family: 'ClarendonBT-light';
  font-size: 1rem;
  margin-right: 0.875rem;
  vertical-align: top;
}

@media screen and (min-width: 48.125em) {
  .merit-review .results__widget {
    display: inline-block;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review .results__wrapper {
    width: 70%;
  }
}

@media screen and (min-width: 63.75em) {
  .merit-review .results__wrapper {
    width: 75%;
  }
}

@media screen and (min-width: 82.5em) {
  .merit-review .results__wrapper {
    width: 58.75rem;
  }
}

.merit-review .result {
  margin-bottom: 1.75rem;
  width: 100%;
}

.merit-review .result:last-of-type {
  margin: 0;
}

@media screen and (min-width: 48.125em) {
  .merit-review .result:last-of-type {
    margin-bottom: 1.75rem;
  }
}

.merit-review .result__content {
  background-color: #f4f4f4;
  height: 82%;
  min-height: 18rem;
  padding: 1.0625rem 1.875rem 1.875rem 1.4375rem;
  position: relative;
}

.merit-review .result__content a {
  color: #467082;
  font-weight: 700;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 0.3125rem;
  text-decoration: none;
}

.merit-review .result__content a:hover, .merit-review .result__content a:focus {
  text-decoration: underline;
}

.merit-review .result__content time {
  color: #467082;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 2.29;
}

.merit-review .result__content p {
  color: #1c1c1c;
  font-size: 0.875rem;
  line-height: 1.76;
  margin: 0 0 2.125rem;
  max-height: 7.8125rem;
  overflow: hidden;
}

.merit-review .result__content .result__date {
  margin: 0.4375rem 0 0.1875rem;
}

.merit-review .result__content .result__summary--list-view {
  display: none;
}

.merit-review .result__content a + .result__summary,
.merit-review .result__content a + .result__summary + .result__summary--list-view {
  margin-top: 0.6875rem;
}

.merit-review .result__content .link-container {
  bottom: 1.5625rem;
  display: block;
  position: absolute;
}

.merit-review .result__content .link-container * {
  color: #66435a;
}

.merit-review .result__content .link-container .icon {
  margin-right: 0.4375rem;
}

.merit-review .result__content .link-container .icon-link {
  height: 1.0625rem;
  width: 1.0625rem;
}

.merit-review .result__content .link-container .icon-email {
  height: 0.8125rem;
  width: 1rem;
}

.merit-review .result__content .link-container a {
  margin-right: 1rem;
}

.merit-review .result__content .link-container span {
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 2.29;
}

.merit-review .result__header {
  background-color: #5c6578;
  display: block;
  padding: 0.6875rem 1.875rem 0.5625rem 4.375rem;
  position: relative;
}

.no-js .merit-review .result__header,
.no-flexbox .merit-review .result__header {
  display: table;
}

.flexbox .merit-review .result__header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.merit-review .result__header h2 {
  color: #f4f4f4;
  font-size: 1.25rem;
  height: 2.75rem;
  line-height: 2.2;
  margin: 0;
}

.merit-review .result__header .icon {
  bottom: 0;
  color: #f4f4f4;
  fill: #f4f4f4;
  height: 2rem;
  left: 1.875rem;
  margin: auto;
  position: absolute;
  top: 0;
}

.merit-review .result__header .icon-review {
  width: 2rem;
}

.merit-review .result__header .icon-misc {
  width: 1.8125rem;
}

.merit-review .result__header .icon-claim {
  width: 2.0625rem;
}

.merit-review .result__header .icon-notable {
  width: 1.65625rem;
}

.merit-review .result__header .icon-injury {
  width: 1.875rem;
}

.merit-review .result__header .icon-scales {
  width: 2.0625rem;
}

@media screen and (min-width: 48.125em) {
  .merit-review .result, .merit-review .result:last-of-type {
    margin-bottom: 1.25rem;
  }
  .merit-review .result__content {
    padding-left: 1.8125rem;
    padding-right: 1.0625rem;
  }
}

@media screen and (min-width: 48.125em) {
  .merit-review .result {
    width: 100%;
  }
}

@media screen and (min-width: 63.75em) {
  .merit-review .result {
    width: 48%;
  }
  .merit-review .result:nth-child(2n-1) {
    margin-right: auto;
  }
}

@media screen and (min-width: 82.5em) {
  .merit-review .result {
    margin-right: 1.3125rem;
    width: 18.6875rem;
  }
  .merit-review .result:nth-child(3n) {
    margin-right: 0 !important;
  }
  .merit-review .result:nth-child(2n-1) {
    margin-right: 1.3125rem;
  }
}

.merit-review .no-results {
  text-align: center;
}

/* Module: S */
.t-bg--pure-black {
  background-color: #000;
}

.t-bg--black {
  background-color: #393939;
}

.t-bg--almost-black {
  background-color: #393939;
}

.t-bg--black-12 {
  background-color: rgba(0, 0, 0, 0.12);
}

.t-bg--azure {
  background-color: #009ee0;
}

.t-bg--azure-two {
  background-color: #09a2e2;
}

.t-bg--azure-three {
  background-color: #03a0e1;
}

.t-bg--baby-blue {
  background-color: #a8e4ff;
}

.t-bg--marine-blue {
  background-color: #00335c;
}

.t-bg--dark-sky-blue {
  background-color: #1ea3e1;
}

.t-bg--dark-sky-blue-two {
  background-color: #3ba6de;
}

.t-bg--dark-sky-blue-three {
  background-color: #2aa4e0;
}

.t-bg--light-blue {
  background-color: #7ed5f9;
}

.t-bg--marine {
  background-color: #02345b;
}

.t-bg--marine-blue {
  background-color: #00335c;
}

.t-bg--marine-blue-two {
  background-color: #00345d;
}

.t-bg--navy-blue {
  background-color: #001b50;
}

.t-bg--ugly-blue {
  background-color: #32657c;
}

.t-bg--blue-67 {
  background-color: rgba(80, 206, 249, 0.67);
}

.t-bg--nasty-green {
  background-color: #78a243;
}

.t-bg--turtle-green {
  background-color: #354422;
}

.t-bg--green-67 {
  background-color: rgba(211, 249, 80, 0.67);
}

.t-bg--boulder {
  background-color: #7b7b7b;
}

.t-bg--brownish-grey {
  background-color: #666;
}

.t-bg--brownish-grey-two {
  background-color: #606060;
}

.t-bg--greyish {
  background-color: #a7a7a7;
}

.t-bg--greyish-brown {
  background-color: #494949;
}

.t-bg--warm-grey {
  background-color: #7a7a7a;
}

.t-bg--orange-67 {
  background-color: rgba(249, 159, 80, 0.67);
}

.t-bg--hot-pink {
  background-color: #f10082;
}

.t-bg--strong-pink {
  background-color: #f20e89;
}

.t-bg--boston-university-red {
  background-color: #c00;
}

.t-bg--scarlet {
  background-color: #d10003;
}

.t-bg--white-pure {
  background-color: #fff;
}

.t-bg--white {
  background-color: #f4f4f4;
}

.t-bg--white-two {
  background-color: #e4e4e4;
}

.t-bg--white-three {
  background-color: #fff;
}

.t-bg--white-five {
  background-color: #d8d8d8;
}

.t-bg--fluorescent-orange {
  background-color: #ffbe00;
}

.t-bg--marigold {
  background-color: #ffbc00;
}

.t-bg--blue {
  background-color: #009ee0;
}

.t-bg--green {
  background-color: #78a243;
}

.t-bg--light-grey {
  background-color: #f4f4f4;
}

.t-bg--navy {
  background-color: #00345d;
}

.t-bg--orange {
  background-color: rgba(249, 159, 80, 0.67);
}

.t-bg--pink {
  background-color: #f20e89;
}

.t-bg--red {
  background-color: #d10003;
}

.t-bg--yellow {
  background-color: #ffbc00;
}

.t-bg--primary-color {
  background-color: #001b50;
}

.t-bg--secondary-color {
  background-color: #ffbc00;
}

.t-bg--tertiary-color {
  background-color: #a7a7a7;
}

/* Module: S */
.c-btn {
  background-color: #001b50;
  border-color: #001b50;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
  -webkit-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s, color 0.3s ease 0s;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0.625rem;
  -moz-border-radius: 0.625rem;
  border-radius: 0.625rem;
  border: 0.1875rem solid transparent;
  display: inline-block;
  margin: 0 1.25rem 1.25rem 0;
  position: relative;
  text-decoration: none;
}

.c-btn:hover {
  background-color: #002979;
  border-color: #002979;
  text-decoration: none !important;
}

.c-btn.c-btn--border:hover {
  color: #001b50;
}

.c-btn.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #001b50;
  color: #001b50;
}

.c-btn.c-btn--border-inverse:hover {
  background-color: #001b50;
  color: #f4f4f4;
}

.c-btn.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
  position: relative;
}

.c-btn.c-btn--3d:hover {
  background-color: #001b50;
  border-color: #001b50;
  box-shadow: 0 0.125rem #000613;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #001b50;
}

.c-btn.c-btn--3d:active {
  box-shadow: 0 0 #000613;
  top: 0.25rem;
}

.c-btn.c-btn--disabled {
  cursor: default;
}

.c-btn.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
}

.c-btn--primary {
  background-color: #001b50;
  border-color: #001b50;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--primary:hover {
  background-color: #002979;
  border-color: #002979;
  text-decoration: none !important;
}

.c-btn--primary.c-btn--border:hover {
  color: #001b50;
}

.c-btn--primary.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #001b50;
  color: #001b50;
}

.c-btn--primary.c-btn--border-inverse:hover {
  background-color: #001b50;
  color: #f4f4f4;
}

.c-btn--primary.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
  position: relative;
}

.c-btn--primary.c-btn--3d:hover {
  background-color: #001b50;
  border-color: #001b50;
  box-shadow: 0 0.125rem #000613;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--primary.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #001b50;
}

.c-btn--primary.c-btn--3d:active {
  box-shadow: 0 0 #000613;
  top: 0.25rem;
}

.c-btn--primary.c-btn--disabled {
  cursor: default;
}

.c-btn--primary.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--primary.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #000613;
}

.c-btn--secondary {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--secondary:hover {
  background-color: #ffc729;
  border-color: #ffc729;
  text-decoration: none !important;
}

.c-btn--secondary.c-btn--border:hover {
  color: #ffbc00;
}

.c-btn--secondary.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #ffbc00;
  color: #ffbc00;
}

.c-btn--secondary.c-btn--border-inverse:hover {
  background-color: #ffbc00;
  color: #f4f4f4;
}

.c-btn--secondary.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
  position: relative;
}

.c-btn--secondary.c-btn--3d:hover {
  background-color: #ffbc00;
  border-color: #ffbc00;
  box-shadow: 0 0.125rem #c28f00;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--secondary.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #ffbc00;
}

.c-btn--secondary.c-btn--3d:active {
  box-shadow: 0 0 #c28f00;
  top: 0.25rem;
}

.c-btn--secondary.c-btn--disabled {
  cursor: default;
}

.c-btn--secondary.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--secondary.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--secondary.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
}

.c-btn--ter {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--ter:hover {
  background-color: #ffc729;
  border-color: #ffc729;
  text-decoration: none !important;
}

.c-btn--ter.c-btn--border:hover {
  color: #ffbc00;
}

.c-btn--ter.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #ffbc00;
  color: #ffbc00;
}

.c-btn--ter.c-btn--border-inverse:hover {
  background-color: #ffbc00;
  color: #f4f4f4;
}

.c-btn--ter.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
  position: relative;
}

.c-btn--ter.c-btn--3d:hover {
  background-color: #ffbc00;
  border-color: #ffbc00;
  box-shadow: 0 0.125rem #c28f00;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--ter.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #ffbc00;
}

.c-btn--ter.c-btn--3d:active {
  box-shadow: 0 0 #c28f00;
  top: 0.25rem;
}

.c-btn--ter.c-btn--disabled {
  cursor: default;
}

.c-btn--ter.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--ter.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--ter.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
}

.c-btn--warning {
  background-color: #ffbc00;
  border-color: #ffbc00;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--warning:hover {
  background-color: #ffc729;
  border-color: #ffc729;
  text-decoration: none !important;
}

.c-btn--warning.c-btn--border:hover {
  color: #ffbc00;
}

.c-btn--warning.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #ffbc00;
  color: #ffbc00;
}

.c-btn--warning.c-btn--border-inverse:hover {
  background-color: #ffbc00;
  color: #f4f4f4;
}

.c-btn--warning.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
  position: relative;
}

.c-btn--warning.c-btn--3d:hover {
  background-color: #ffbc00;
  border-color: #ffbc00;
  box-shadow: 0 0.125rem #c28f00;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--warning.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #ffbc00;
}

.c-btn--warning.c-btn--3d:active {
  box-shadow: 0 0 #c28f00;
  top: 0.25rem;
}

.c-btn--warning.c-btn--disabled {
  cursor: default;
}

.c-btn--warning.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--warning.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #c28f00;
}

.c-btn--danger {
  background-color: #d10003;
  border-color: #d10003;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--danger:hover {
  background-color: #fa0004;
  border-color: #fa0004;
  text-decoration: none !important;
}

.c-btn--danger.c-btn--border:hover {
  color: #d10003;
}

.c-btn--danger.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #d10003;
  color: #d10003;
}

.c-btn--danger.c-btn--border-inverse:hover {
  background-color: #d10003;
  color: #f4f4f4;
}

.c-btn--danger.c-btn--3d {
  box-shadow: 0 0.25rem #940002;
  position: relative;
}

.c-btn--danger.c-btn--3d:hover {
  background-color: #d10003;
  border-color: #d10003;
  box-shadow: 0 0.125rem #940002;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--danger.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #d10003;
}

.c-btn--danger.c-btn--3d:active {
  box-shadow: 0 0 #940002;
  top: 0.25rem;
}

.c-btn--danger.c-btn--disabled {
  cursor: default;
}

.c-btn--danger.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--danger.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #940002;
}

.c-btn--success {
  background-color: #78a243;
  border-color: #78a243;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--success:hover {
  background-color: #8dba54;
  border-color: #8dba54;
  text-decoration: none !important;
}

.c-btn--success.c-btn--border:hover {
  color: #78a243;
}

.c-btn--success.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #78a243;
  color: #78a243;
}

.c-btn--success.c-btn--border-inverse:hover {
  background-color: #78a243;
  color: #f4f4f4;
}

.c-btn--success.c-btn--3d {
  box-shadow: 0 0.25rem #587830;
  position: relative;
}

.c-btn--success.c-btn--3d:hover {
  background-color: #78a243;
  border-color: #78a243;
  box-shadow: 0 0.125rem #587830;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--success.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #78a243;
}

.c-btn--success.c-btn--3d:active {
  box-shadow: 0 0 #587830;
  top: 0.25rem;
}

.c-btn--success.c-btn--disabled {
  cursor: default;
}

.c-btn--success.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--success.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--success.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #587830;
}

.c-btn--info {
  background-color: #02345b;
  border-color: #02345b;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--info:hover {
  background-color: #024b84;
  border-color: #024b84;
  text-decoration: none !important;
}

.c-btn--info.c-btn--border:hover {
  color: #02345b;
}

.c-btn--info.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #02345b;
  color: #02345b;
}

.c-btn--info.c-btn--border-inverse:hover {
  background-color: #02345b;
  color: #f4f4f4;
}

.c-btn--info.c-btn--3d {
  box-shadow: 0 0.25rem #01121f;
  position: relative;
}

.c-btn--info.c-btn--3d:hover {
  background-color: #02345b;
  border-color: #02345b;
  box-shadow: 0 0.125rem #01121f;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--info.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #02345b;
}

.c-btn--info.c-btn--3d:active {
  box-shadow: 0 0 #01121f;
  top: 0.25rem;
}

.c-btn--info.c-btn--disabled {
  cursor: default;
}

.c-btn--info.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--info.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--info.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #01121f;
}

.c-btn--disabled {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  color: #f4f4f4;
  padding: 0.625rem 0.75rem;
}

.c-btn--disabled:hover {
  background-color: #bcbbbb;
  border-color: #bcbbbb;
  text-decoration: none !important;
}

.c-btn--disabled.c-btn--border:hover {
  color: #a7a7a7;
}

.c-btn--disabled.c-btn--border-inverse {
  background-color: #f4f4f4;
  border-color: #a7a7a7;
  color: #a7a7a7;
}

.c-btn--disabled.c-btn--border-inverse:hover {
  background-color: #a7a7a7;
  color: #f4f4f4;
}

.c-btn--disabled.c-btn--3d {
  box-shadow: 0 0.25rem #8a8787;
  position: relative;
}

.c-btn--disabled.c-btn--3d:hover {
  background-color: #a7a7a7;
  border-color: #a7a7a7;
  box-shadow: 0 0.125rem #8a8787;
  color: #f4f4f4;
  top: 0.125rem;
}

.c-btn--disabled.c-btn--3d.c-btn--3d.c-btn--border-inverse:hover {
  background-color: #f4f4f4;
  color: #a7a7a7;
}

.c-btn--disabled.c-btn--3d:active {
  box-shadow: 0 0 #8a8787;
  top: 0.25rem;
}

.c-btn--disabled.c-btn--disabled {
  cursor: default;
}

.c-btn--disabled.c-btn--disabled:hover {
  background-color: #a7a7a7 !important;
  border-color: #a7a7a7;
  color: #f4f4f4 !important;
  top: auto;
}

.c-btn--disabled.c-btn--disabled:hover.c-btn--border-inverse {
  background-color: #f4f4f4 !important;
  color: #a7a7a7 !important;
}

.c-btn--disabled.c-btn--disabled:hover.c-btn--3d {
  box-shadow: 0 0.25rem #8a8787;
}

.c-btn--border:hover {
  background-color: #f4f4f4;
}

.c-btn--lg {
  padding: 0.75rem 1.25rem;
}

.c-btn--sm {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.5rem 0.625rem;
}

.c-btn--round {
  -webkit-border-radius: 2.5rem;
  -moz-border-radius: 2.5rem;
  border-radius: 2.5rem;
}

.c-btn--flat {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media (min-width: 37.5em) {
  /*
--------------------
Modules
--------------------
*/
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
}

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