@charset "UTF-8";
/* This reset is loosely derived from HTML5 boilerplate
for more information visit http://html5boilerplate.com/ */
/* Every browser has its own default ‘user agent’ stylesheet, that it uses to make unstyled websites appear more legible.
Using a CSS Reset, CSS authors can force every browser to have all its styles reset to null, thus avoiding cross-browser differences as much as possible.
From the consistent base that you’ve set up via your reset, you can then go on to re-style your document,
safe in the knowledge that the browsers’ differences in their default rendering of HTML can’t touch you! */
html,
body,
div,
span,
object,
h1,
iframe,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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

html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
}

.clear:before,
.clear:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

input[type=radio],
input.radio {
  vertical-align: text-bottom;
}

input[type=checkbox],
input.checkbox,
.checkboxes input {
  vertical-align: bottom;
}

.ie7 input[type=checkbox],
.ie7 input.checkbox,
.ie7 .checkboxes input {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label,
input[type=button],
input[type=submit],
input[type=image],
button,
.btn {
  cursor: pointer;
}

button,
input,
select,
textarea {
  margin: 0;
}

/* .checkbox, .radio {float:left; width:13px; height:13px; margin-right:6px; padding:0;} */
button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.invisible {
  visibility: hidden;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}

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

.content ul,
.content ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

ul li {
  list-style-type: none;
}

nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

strong,
b,
th {
  font-weight: bold;
}

html {
  font-size: 14px;
  line-height: 1.4;
}
@media (min-width: 960px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-size: 1.6rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
h1 {
  font-weight: 700;
}
@media (min-width: 960px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 1.4rem;
  line-height: 2.3rem;
  margin-top: 2rem;
  margin-bottom: 0.7rem;
}
h2 {
  font-weight: 700;
}
@media (min-width: 960px) {
  h2 {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
}

h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
h3 {
  font-weight: 700;
}
@media (min-width: 960px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.4rem;
  margin-top: 2rem;
}
h4 {
  font-weight: 600;
}
@media (min-width: 960px) {
  h4 {
    font-size: 1.25rem;
    margin-top: 3.5rem;
  }
}

h5 {
  font-size: 1rem;
}
h5 {
  font-weight: 700;
}
@media (min-width: 960px) {
  h5 {
    font-size: 1.1rem;
  }
}

h6 {
  font-size: 1rem;
}
h6 {
  font-weight: 400;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

p {
  margin-bottom: 0.7rem;
  line-height: 1.75;
}

a {
  color: #22394e;
}

a[target=_blank]:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

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

#MemberLoginForm_LoginForm {
  width: 320px;
  max-width: 90%;
  margin: 0 auto;
}
#MemberLoginForm_LoginForm .field {
  margin: 1.5rem 0;
}
#MemberLoginForm_LoginForm .field.checkbox {
  display: flex;
  align-items: center;
}
#MemberLoginForm_LoginForm .field.checkbox input {
  margin-right: 0.5rem;
}
#MemberLoginForm_LoginForm #ForgotPassword {
  margin-top: 1rem;
}

.element > .divider {
  border-bottom: 1px solid #efefef;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .element > .divider {
    margin-top: 3.5em;
  }
}

#menu-toggle {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#menu-toggle:checked + header {
  height: 100vh;
}
@media (min-width: 960px) {
  #menu-toggle:checked + header {
    height: auto;
  }
}

.menu_toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 960px) {
  .menu_toggle {
    display: none;
  }
}
.menu_toggle path {
  stroke: #22394e;
  fill: #22394e;
}
.menu_toggle:before, .menu_toggle:after {
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  background-color: #ffffff;
}
.menu_wrapper {
  height: 0;
  overflow: hidden;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 1920px) {
  .menu_wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 960px) {
  .menu_wrapper {
    height: auto;
    padding: 2rem 0 0;
    border-style: none;
    overflow: initial;
    flex: 1;
    flex-basis: 100%;
  }
  .hide-nav .menu_wrapper {
    display: none;
  }
}
#menu-toggle:checked + header .menu_wrapper {
  height: auto;
  border-top: 2px solid #efefef;
  overflow-y: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 960px) {
  #menu-toggle:checked + header .menu_wrapper {
    padding: 2rem 0 0;
    border-style: none;
    overflow: visible;
  }
}
@media (min-width: 960px) {
  .menu .menu_items {
    display: flex;
    width: 100%;
  }
}
.menu .menu_items .menu_item {
  position: relative;
  overflow: hidden;
  background-color: #fafafa;
  margin: 0 0 0.4rem;
  flex-shrink: 0.5;
  flex-grow: 1;
  flex-basis: auto;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item {
    margin: 0 3px 3px 0;
    overflow: visible;
  }
}
.menu .menu_items .menu_item:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item:last-child {
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.menu .menu_items .menu_item .menu_item-title {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.menu .menu_items .menu_item.current .menu_item-link, .menu .menu_items .menu_item.section .menu_item-link {
  color: #ffffff;
}
.menu .menu_items .menu_item.current .menu_item-link, .menu .menu_items .menu_item.section .menu_item-link {
  font-weight: 700;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item.current .menu_item-link, .menu .menu_items .menu_item.section .menu_item-link {
    color: #22394e;
  }
  .menu .menu_items .menu_item.current .menu_item-link, .menu .menu_items .menu_item.section .menu_item-link {
    font-weight: 400;
  }
}
.menu .menu_items .menu_item.current .menu_item-link:before, .menu .menu_items .menu_item.section .menu_item-link:before {
  height: 100%;
  width: 100%;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item.current .menu_item-link:before, .menu .menu_items .menu_item.section .menu_item-link:before {
    height: 10px;
  }
}
.menu .menu_items .menu_item.current .secondary-toggle-indicator, .menu .menu_items .menu_item.section .secondary-toggle-indicator {
  background-image: url(/_resources/themes/wairc/images/icon-quicklink-arrow-inverted.svg);
}
.menu .menu_items .menu_item .menu_item-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 3.2rem;
  padding-left: 2rem;
  align-items: center;
  color: #22394e;
  text-decoration: none;
}
.menu .menu_items .menu_item .menu_item-link:before {
  background-color: #315372;
}
.menu .menu_items .menu_item .menu_item-link ~ .secondary {
  border-left: 5px solid #315372;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #315372;
    box-shadow: 0 2px 6px rgba(49, 83, 114, 0.6);
    min-width: 100%;
  }
}
.menu .menu_items .menu_item .menu_item-link {
  font-style: normal;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link {
    padding: 0 0.5rem;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    height: 4rem;
    transition: color 200ms;
  }
}
@media (min-width: 1280px) {
  .menu .menu_items .menu_item .menu_item-link {
    font-size: 1.2rem;
    height: 4.6rem;
  }
}
.menu .menu_items .menu_item .menu_item-link:before {
  display: block;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 100%;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link:before {
    width: 100%;
    height: 0;
    transition: height 150ms ease-out;
  }
}
.menu .menu_items .menu_item .menu_item-link.blue-dianne:before {
  background-color: #315372;
}
.menu .menu_items .menu_item .menu_item-link.blue-dianne ~ .secondary {
  border-left: 5px solid #315372;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link.blue-dianne ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #315372;
    box-shadow: 0 2px 6px rgba(49, 83, 114, 0.6);
    min-width: 100%;
  }
}
.menu .menu_items .menu_item .menu_item-link.sea-green:before {
  background-color: #2e845f;
}
.menu .menu_items .menu_item .menu_item-link.sea-green ~ .secondary {
  border-left: 5px solid #2e845f;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link.sea-green ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #2e845f;
    box-shadow: 0 2px 6px rgba(46, 132, 95, 0.6);
    min-width: 100%;
  }
}
.menu .menu_items .menu_item .menu_item-link.lochinvar:before {
  background-color: #278082;
}
.menu .menu_items .menu_item .menu_item-link.lochinvar ~ .secondary {
  border-left: 5px solid #278082;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link.lochinvar ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #278082;
    box-shadow: 0 2px 6px rgba(39, 128, 130, 0.6);
    min-width: 100%;
  }
}
.menu .menu_items .menu_item .menu_item-link.green-pea:before {
  background-color: #1e6466;
}
.menu .menu_items .menu_item .menu_item-link.green-pea ~ .secondary {
  border-left: 5px solid #1e6466;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link.green-pea ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #1e6466;
    box-shadow: 0 2px 6px rgba(30, 100, 102, 0.6);
    min-width: 100%;
  }
}
.menu .menu_items .menu_item .menu_item-link.voodoo:before {
  background-color: #624a7c;
}
.menu .menu_items .menu_item .menu_item-link.voodoo ~ .secondary {
  border-left: 5px solid #624a7c;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link.voodoo ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #624a7c;
    box-shadow: 0 2px 6px rgba(98, 74, 124, 0.6);
    min-width: 100%;
  }
}
.menu .menu_items .menu_item .menu_item-link.east-bay:before {
  background-color: #41477f;
}
.menu .menu_items .menu_item .menu_item-link.east-bay ~ .secondary {
  border-left: 5px solid #41477f;
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .menu_item-link.east-bay ~ .secondary {
    border-left-style: none;
    border-bottom: 4px solid #41477f;
    box-shadow: 0 2px 6px rgba(65, 71, 127, 0.6);
    min-width: 100%;
  }
}

.menu .menu_items .menu_item .secondary-toggle {
  position: absolute;
  visibility: hidden;
}
.menu .menu_items .menu_item .secondary-toggle:checked ~ .secondary-toggle-indicator {
  transform: rotate(90deg) rotateY(180deg);
}
.menu .menu_items .menu_item .secondary-toggle:checked ~ .secondary {
  display: block;
  z-index: 10;
}
@media screen and (max-width: 959px) {
  .menu .menu_items .menu_item .secondary-toggle:checked ~ .secondary {
    position: relative !important;
    transform: none !important;
  }
}
@media (min-width: 960px) {
  .menu .menu_items .menu_item .secondary-toggle:checked ~ .menu_item-link {
    color: #ffffff;
  }
}
.menu .menu_items .menu_item .secondary-toggle:checked ~ .menu_item-link:before {
  height: 100%;
}

.secondary-toggle-indicator {
  position: absolute;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent url(/_resources/themes/wairc/images/icon-quicklink-arrow.svg) no-repeat center center;
  background-size: 1.5rem 1.5rem;
  transform: rotate(90deg);
}
@media (min-width: 960px) {
  .secondary-toggle-indicator {
    display: none;
  }
}
.secondary-toggle-indicator + ul.secondary {
  display: none;
}
@media (min-width: 960px) {
  .secondary-toggle-indicator + ul.secondary {
    z-index: 1;
    width: auto;
    padding: 1rem;
    background-color: #fafafa;
    box-shadow: 0 1px 1px rgba(34, 57, 78, 0.1);
  }
}
.secondary-toggle-indicator + ul.secondary li:first-child a {
  padding-top: 1rem;
}
.secondary-toggle-indicator + ul.secondary li:last-child a {
  padding-bottom: 1rem;
}
.secondary-toggle-indicator + ul.secondary li a {
  display: block;
  padding: 0.5rem 2rem;
  text-decoration: none;
}
@media (min-width: 960px) {
  .secondary-toggle-indicator + ul.secondary li a {
    white-space: nowrap;
    font-size: 1rem;
    padding: 0.3rem 0.5rem 0.3rem;
  }
  .secondary-toggle-indicator + ul.secondary li a:first-child, .secondary-toggle-indicator + ul.secondary li a:last-child {
    padding: 0.3rem 0.5rem 0.3rem;
  }
}
.secondary-toggle-indicator + ul.secondary li a:before {
  content: none;
}
.no-touchevents .secondary-toggle-indicator + ul.secondary li a:hover {
  background-color: #efefef;
}

.element > .divider {
  border-bottom: 1px solid #efefef;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .element > .divider {
    margin-top: 3.5em;
  }
}

.searchform {
  display: flex;
  height: 0;
  flex-direction: column;
  overflow: hidden;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 1920px) {
  .searchform {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 960px) {
  .searchform {
    flex-direction: row;
    justify-content: flex-end;
    height: auto;
    padding: 0;
    overflow: visible;
  }
}
#menu-toggle:checked ~ header .searchform {
  display: flex;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 960px) {
  #menu-toggle:checked ~ header .searchform {
    padding: 0;
  }
}
.searchform .sources {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .searchform .sources {
    padding: 0 0 0 5px;
  }
}
.searchform .source {
  display: flex;
  margin-right: 1rem;
}
@media (min-width: 1280px) {
  .searchform .source {
    margin-right: 1.4rem;
  }
}
.searchform_keyword:placeholder-shown + .search_icon {
  display: block;
}
.searchform_keyword-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0;
}
@media (min-width: 960px) {
  .searchform_keyword-wrapper {
    width: calc(100vw - 52rem);
    max-width: 18rem;
  }
}
.searchform_icon {
  z-index: 1;
  position: absolute;
  display: none;
  width: 17px;
  height: 17px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.searchform_icon path,
.searchform_icon circle {
  stroke: #22394e;
  stroke-width: 2px;
}

.site-search {
  width: 100%;
  max-width: 280px;
}
.site-search input {
  padding-left: 2rem;
  background: transparent url(/_resources/themes/wairc/images/icon-search.svg) no-repeat left center;
  background-size: 1.5rem;
}

.search-inpput {
  padding-right: 2rem;
  background: transparent url(/_resources/themes/wairc/images/icon-search.svg) no-repeat right center;
  background-size: 1.5rem;
}

.search-results_query {
  font-size: 1.1em;
  margin: 2.5rem -6.25vw 1.5rem;
  padding: 1rem 6.25vw;
  background-color: #fafafa;
}
.search-results_query {
  font-weight: 600;
}
@media (min-width: 640px) {
  .search-results_query {
    font-size: 1.2em;
  }
}
@media (min-width: 960px) {
  .search-results_query {
    font-size: 1.3em;
    margin: 2.5rem 0 1.5rem;
    padding: 1rem;
  }
}
.search-results_list .search-result_title {
  margin-top: 0;
}
.search-results_list .search-result_description {
  margin: 0;
  min-height: 1rem;
  border-left: 4px solid #efefef;
  padding-left: 0.5rem;
}
.search-results_list .search-result_description .no-description {
  color: #d8d8d8;
}
.search-results_list .search-result_meta {
  font-style: italic;
  opacity: 0.7;
  font-size: 0.9rem;
}
@media (min-width: 960px) {
  .search-results_list .search-result_meta {
    font-size: 0.8rem;
  }
}
.main .search-results_list .search-result {
  padding: 0.5rem 0;
}
.main .search-results_list .search-result:before {
  content: none;
}

form {
  font-weight: 400;
}
form {
  font-style: normal;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--text-color);
  -webkit-box-shadow: 0 0 0px 1000px var(--background-color) inset;
  box-shadow: 0 0 0px 1000px var(--background-color) inset;
}

*:focus {
  outline: none;
  box-shadow: 0 0 4px var(-#22394e), inset 0 0 4px var(-#22394e);
  box-shadow: 0 0 4px var(--focus-color), inset 0 0 4px var(--focus-color);
}

.dark input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.dark input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.dark input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.dark input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.dark input::placeholder {
  color: white;
}

input[type=text], input[type=email], input[type=password], input[type=search] {
  width: 100%;
  height: 2.5rem;
  font-size: 1rem;
  color: #22394e;
  color: var(--text-color);
  background-color: transparent;
  border-style: none;
  border-bottom: 2px dotted #22394e;
  border-bottom: 2px dotted var(--text-color);
  font-family: Montserrat, sans-serif;
}
input[type=text], input[type=email], input[type=password], input[type=search] {
  font-weight: 300;
}
header input[type=text], header input[type=email], header input[type=password], header input[type=search] {
  height: 3rem;
  padding: 0 1.3rem;
  border: 1px solid #d8d8d8;
}
header input[type=text], header input[type=email], header input[type=password], header input[type=search] {
  font-weight: 600;
}
input[type=date] {
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.1rem;
  height: 2.5rem;
  font-size: 1rem;
  color: #22394e;
  color: var(--text-color);
  background-color: transparent;
  border: 2px dotted #22394e;
  border-color: var(--text-color);
  padding-left: 1em;
}
input[type=radio].radio {
  position: absolute;
  opacity: 0;
}
input[type=radio].radio + label {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}
input[type=radio].radio + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 0.7rem;
  background-color: #d8d8d8;
  border-radius: 50%;
  border: 0px solid #d8d8d8;
  transition: background-color 200ms, border-color 200ms, border-width 200ms;
}
@media (min-width: 960px) {
  input[type=radio].radio + label:before {
    width: 24px;
    height: 24px;
  }
}
input[type=radio].radio:checked + label:before {
  background-color: #ffffff;
  border: 5px solid #22394e;
  border: 5px solid var(--text-color);
}
@media (min-width: 960px) {
  input[type=radio].radio:checked + label:before {
    border-width: 6px;
  }
}
input[type=radio].radio:focus + label:before {
  outline: none;
  box-shadow: 0 0 4px var(-#22394e), inset 0 0 4px var(-#22394e);
  box-shadow: 0 0 4px var(--focus-color), inset 0 0 4px var(--focus-color);
}

input[type=submit],
button,
.button {
  height: 3.2rem;
  line-height: 3rem;
  padding: 0 2rem 0 1rem;
  color: #22394e;
  color: var(--text-color);
  border: 2px solid #22394e;
  border: 2px solid var(--text-color);
  font-size: 0.9rem;
  background: transparent url(/_resources/themes/wairc/images/icon-button-arrow.svg) no-repeat right 0.75rem top 51%;
  background-size: 0.5rem 0.75rem;
  display: inline-block;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 100ms, color 100ms;
}
input[type=submit],
button,
.button {
  font-weight: 700;
}
input[type=submit],
button,
.button {
  font-style: normal;
}
.dark input[type=submit],
.dark button,
.dark .button {
  background-image: url(/_resources/themes/wairc/images/icon-button-arrow-inverted.svg);
}
input[type=submit]:hover:not([disabled]), input[type=submit]:focus:not([disabled]),
button:hover:not([disabled]),
button:focus:not([disabled]),
.button:hover:not([disabled]),
.button:focus:not([disabled]) {
  background-color: #22394e;
  background-color: var(--text-color);
  color: #ffffff;
  color: var(--background-color);
  background-image: url(/_resources/themes/wairc/images/icon-button-arrow-inverted.svg);
}
.dark input[type=submit]:hover:not([disabled]), .dark input[type=submit]:focus:not([disabled]),
.dark button:hover:not([disabled]),
.dark button:focus:not([disabled]),
.dark .button:hover:not([disabled]),
.dark .button:focus:not([disabled]) {
  background-image: url(/_resources/themes/wairc/images/icon-button-arrow.svg);
}
input[type=submit][disabled],
button[disabled],
.button[disabled] {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}

textarea {
  width: 100%;
  font-size: 1rem;
  color: #22394e;
  color: var(--text-color);
  background-color: transparent;
  border: 2px dotted #22394e;
  padding: 0.5rem;
}

.select-wrapper {
  position: relative;
  border-bottom: 2px dotted #22394e;
  border-bottom: 2px dotted var(--text-color);
  min-height: 2.5rem;
  background: transparent url(/_resources/themes/wairc/images/icon-select-arrow.svg) no-repeat right top 51%;
  background-size: 0.7rem;
  padding-right: 1rem;
}
.select-wrapper:focus-within {
  outline: none;
  box-shadow: 0 0 4px var(-#22394e), inset 0 0 4px var(-#22394e);
  box-shadow: 0 0 4px var(--focus-color), inset 0 0 4px var(--focus-color);
}
.dark .select-wrapper {
  background-image: url(/_resources/themes/wairc/images/icon-select-arrow-inverted.svg);
}
.select-wrapper select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1em;
}
.select-wrapper select option {
  font-size: 1em;
}
.select-wrapper_label {
  display: flex;
  height: 2.5rem;
  align-items: center;
  white-space: nowrap;
  padding-right: 1rem;
  font-size: 1em;
}
.select-wrapper_label {
  font-weight: 300;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  vertical-align: middle;
}

div.checkbox {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.contact-form {
  margin-top: 1rem;
}

.userform-fields label,
.userform-fields legend, #Form_doSubscribe label,
#Form_doSubscribe legend {
  font-weight: 600;
}
.userform-fields legend, #Form_doSubscribe legend {
  margin-bottom: 0.5rem;
}
.userform-fields .middleColumn, #Form_doSubscribe .middleColumn {
  margin-bottom: 2rem;
}
.userform-fields .middleColumn .FormHeading, #Form_doSubscribe .middleColumn .FormHeading {
  margin-bottom: 1rem;
}
.userform-fields .middleColumn .error.message, #Form_doSubscribe .middleColumn .error.message {
  display: block;
  font-style: italic;
  margin-top: 0.5rem;
}
.userform-fields .middleColumn .error.message:before, #Form_doSubscribe .middleColumn .error.message:before {
  content: "* ";
}
.userform-fields .field.hide, #Form_doSubscribe .field.hide {
  display: none;
}
.userform-fields .field.checkbox .middleColumn, #Form_doSubscribe .field.checkbox .middleColumn {
  display: flex;
  align-items: baseline;
}
.userform-fields .field.checkbox .middleColumn label, #Form_doSubscribe .field.checkbox .middleColumn label {
  margin-left: 0.5rem;
}
.userform-fields .field.optionset .middleColumn > div, #Form_doSubscribe .field.optionset .middleColumn > div {
  display: flex;
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.userform-fields .field.optionset .middleColumn > div label, #Form_doSubscribe .field.optionset .middleColumn > div label {
  margin-left: 0.5rem;
}
.userform-fields .requiredField > label:after, .userform-fields .requiredField > legend:after, #Form_doSubscribe .requiredField > label:after, #Form_doSubscribe .requiredField > legend:after {
  content: " *";
}
.userform-fields .textarea, #Form_doSubscribe .textarea {
  margin-top: 0.5rem;
}

.alert-success {
  background: #d1e7dd;
  padding: 1em;
  border-left: 10px solid #0f5132;
  margin-top: 1em;
  border-radius: 4px;
}

.alert-error {
  background: #f5dddf;
  padding: 1em;
  border-left: 10px solid red;
  margin-top: 1em;
  border-radius: 4px;
}

.element > .divider {
  border-bottom: 1px solid #efefef;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .element > .divider {
    margin-top: 3.5em;
  }
}

html {
  --text-color: #22394e;
  --background-color: #ffffff;
  --accent-color: #315372;
  --focus-color: #22394e;
}

.dark {
  --text-color: #ffffff;
  --background-color: #315372;
  --focus-color: #b0edfc;
}

html,
body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100vh;
  color: #22394e;
  color: var(--text-color);
}
@media (min-width: 1920px) {
  html,
  body {
    align-items: center;
  }
}
html.blue-dianne,
body.blue-dianne {
  --accent-color: #315372;
}
html.sea-green,
body.sea-green {
  --accent-color: #2e845f;
}
html.lochinvar,
body.lochinvar {
  --accent-color: #278082;
}
html.green-pea,
body.green-pea {
  --accent-color: #1e6466;
}
html.voodoo,
body.voodoo {
  --accent-color: #624a7c;
}
html.east-bay,
body.east-bay {
  --accent-color: #41477f;
}

header,
main,
footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
}

.inner {
  display: flex;
  flex-direction: column;
  flex: auto;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 1920px) {
  .inner {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.fullwidth {
  width: 100vw;
  margin-right: -6.25vw;
  margin-left: -6.25vw;
  padding-right: 6.25vw;
  padding-left: 6.25vw;
}
@media (min-width: 1920px) {
  .fullwidth {
    margin-right: calc((100vw - 1680px) / -2);
    margin-left: calc((100vw - 1680px) / -2);
    padding-right: calc((100vw - 1500px) / 2);
    padding-left: calc((100vw - 1500px) / 2);
  }
}

main {
  flex: auto;
  padding-bottom: 3rem;
  font-family: Montserrat, sans-serif;
}

.element > .divider {
  border-bottom: 1px solid #efefef;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .element > .divider {
    margin-top: 3.5em;
  }
}

#top-of-page {
  font-size: 0;
  line-height: 0;
  opacity: 0.00001;
}

@media (min-width: 960px) {
  .header {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-top: 3rem;
  }
}
@media (min-width: 960px) and (min-width: 1920px) {
  .header {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.header .menu_toggle__icon--open {
  display: none;
}
.header .menu_toggle__icon--closed {
  display: block;
}
#menu-toggle:checked + .header {
  border-bottom: 2px solid #efefef;
}
@media (min-width: 960px) {
  #menu-toggle:checked + .header {
    border-style: none;
  }
}
#menu-toggle:checked + .header .menu_toggle__icon--open {
  display: block;
}
#menu-toggle:checked + .header .menu_toggle__icon--closed {
  display: none;
}
.header_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  border-bottom: 2px solid #efefef;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 1920px) {
  .header_bar {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 960px) {
  .header_bar {
    padding: 0;
    border-style: none;
  }
}

.brand {
  display: flex;
  align-items: center;
}
.brand_crest {
  height: 60px;
  margin-right: 0.25rem;
}
@media only screen and (min-width: 400px) {
  .brand_crest {
    margin-right: 0.5rem;
  }
}
@media (min-width: 960px) {
  .brand_crest {
    height: 80px;
  }
}
.brand_title {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
  font-weight: 600;
}
.brand_title {
  font-weight: 300;
}
.brand_title {
  font-style: normal;
}
@media only screen and (min-width: 400px) {
  .brand_title {
    font-size: 1rem;
  }
}
.brand_title a {
  text-decoration: none;
}
.brand_title .line {
  display: block;
  white-space: nowrap;
}

.last-modified {
  font-size: 0.8em;
  font-style: italic;
  color: #d8d8d8;
}
@media (min-width: 640px) {
  .last-modified {
    text-align: right;
    margin: 1rem 0.5rem;
  }
}

.sitewide-disclaimer {
  font-size: 0.9rem;
}
.sitewide-disclaimer p {
  line-height: 1.4;
}

.site-links {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.site-links .link-list {
  min-width: 25%;
  padding-right: 5%;
}

.admin-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap-reverse;
}
@media (min-width: 960px) {
  .admin-links .link-list {
    margin-top: 0;
  }
}
@media (min-width: 960px) {
  .admin-links .link-list a {
    font-size: 0.875rem;
  }
}

.return-to-top {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #22394e;
  margin-bottom: 2rem;
}
.return-to-top {
  font-weight: 700;
}
.return-to-top_icon {
  width: 17px;
  height: 18px;
  margin-left: 0.7rem;
}
@media (min-width: 960px) {
  .return-to-top_icon {
    width: 24px;
    height: 22px;
  }
}
.return-to-top_icon path {
  stroke: #22394e;
  stroke-width: 3px;
}

.element > .divider {
  border-bottom: 1px solid #efefef;
  margin-top: 2em;
}
@media (min-width: 960px) {
  .element > .divider {
    margin-top: 3.5em;
  }
}

.breadcrumbs {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding: 1rem 0 0.5rem;
  border-bottom: 1px solid #efefef;
}
.breadcrumbs_wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  max-width: 1920px;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
}
@media (min-width: 1920px) {
  .breadcrumbs_wrapper {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.breadcrumbs_wrapper {
  font-weight: 400;
}
.breadcrumbs_wrapper {
  font-style: italic;
}
.breadcrumbs li {
  font-size: 0.9rem;
  white-space: nowrap;
  margin-right: 0.5rem;
  color: #22394e;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs .breadcrumb {
  text-decoration: none;
  margin-right: 0.5rem;
  color: #22394e;
}
.no-touchevents .breadcrumbs .breadcrumb:hover {
  text-decoration: underline;
}

main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul,
.mce-content-body ul {
  padding: 0;
  margin-left: 0;
}
main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul li,
.mce-content-body ul li {
  list-style-type: none;
  position: relative;
  padding-left: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0.7rem;
}
@media (min-width: 960px) {
  main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul li,
  .mce-content-body ul li {
    padding-left: 1.2rem;
    margin-bottom: 1rem;
  }
}
main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul li:before,
.mce-content-body ul li:before {
  position: absolute;
  content: "";
  display: block;
  top: 0.35rem;
  left: 0;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: #d8d8d8;
}
@media (min-width: 960px) {
  main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul li:before,
  .mce-content-body ul li:before {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.4rem;
  }
}
main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul li.quicklinks_list-header,
.mce-content-body ul li.quicklinks_list-header {
  padding-left: 0;
}
main > .inner > :not(.wairc__decisionselement):not(.wairc__documentselement):not(.search-results) ul li.quicklinks_list-header:before,
.mce-content-body ul li.quicklinks_list-header:before {
  content: none;
}

ol {
  list-style-type: decimal;
  padding-left: 1.5rem;
}
ol li {
  margin-bottom: 0.7rem;
  padding-left: 0.5rem;
}

.link-list {
  margin-bottom: 2rem;
}
@media (min-width: 960px) {
  .link-list {
    margin-top: 2rem;
  }
}
.link-list:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .link-list:last-child {
    margin-bottom: 2rem;
  }
}
.link-list li {
  margin-bottom: 0.45rem;
}
.link-list li {
  font-weight: 700;
}
@media (min-width: 960px) {
  .link-list li {
    margin-bottom: 0.7rem;
  }
}
.link-list li a {
  color: #22394e;
  text-decoration: none;
  font-size: 0.9rem;
}
.link-list li a {
  font-weight: 400;
}
.link-list li a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .link-list li a {
    font-size: 1rem;
  }
}
.link-list .link-list_header {
  margin-bottom: 0.7rem;
  white-space: nowrap;
}
.link-list--inline li {
  display: inline-block;
  margin-right: 1rem;
}

.home .dnadesign__elementalvirtual__model__elementvirtual,
.home .silverstripe__elementalbannerblock__block__bannerblock {
  display: flex;
  flex-direction: column;
  background-color: #b0edfc;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100vw;
  margin-right: -6.25vw;
  margin-left: -6.25vw;
  padding-right: 6.25vw;
  padding-left: 6.25vw;
}
@media (min-width: 1920px) {
  .home .dnadesign__elementalvirtual__model__elementvirtual,
  .home .silverstripe__elementalbannerblock__block__bannerblock {
    margin-right: calc((100vw - 1680px) / -2);
    margin-left: calc((100vw - 1680px) / -2);
    padding-right: calc((100vw - 1500px) / 2);
    padding-left: calc((100vw - 1500px) / 2);
  }
}
@media (min-width: 960px) {
  .home .dnadesign__elementalvirtual__model__elementvirtual,
  .home .silverstripe__elementalbannerblock__block__bannerblock {
    flex-direction: row;
    justify-content: center;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 1280px) {
  .home .dnadesign__elementalvirtual__model__elementvirtual,
  .home .silverstripe__elementalbannerblock__block__bannerblock {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__image,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__image {
  display: flex;
  width: 90px;
  height: 90px;
  margin-bottom: 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 960px) {
  .home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__image,
  .home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__image {
    width: 150px;
    height: 150px;
    margin-right: 80px;
    margin-bottom: 0;
    flex-basis: 150px;
  }
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__image img,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__image img {
  width: 100%;
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content {
  font-size: 1.4rem;
  text-align: center;
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content {
  font-weight: 300;
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content {
  font-style: normal;
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content p,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content p {
  line-height: 1.4;
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content strong,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content strong {
  font-weight: 400;
}
.home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content strong,
.home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content strong {
  font-style: normal;
}
@media (min-width: 960px) {
  .home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content,
  .home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content {
    max-width: 85%;
    font-size: 1.4rem;
    text-align: left;
    padding-left: 200px;
    background: transparent url(/_resources/themes/wairc/images/crest-300.png) no-repeat 0 center;
    background-size: 180px auto;
  }
}
@media (min-width: 1280px) {
  .home .dnadesign__elementalvirtual__model__elementvirtual .banner-element__content,
  .home .silverstripe__elementalbannerblock__block__bannerblock .banner-element__content {
    font-size: 1.6rem;
    padding-left: 210px;
  }
}

.homepage-quicklinks {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.homepage-quicklinks .quicklinks {
  display: flex;
  flex-direction: column;
  flex: auto;
  width: 100%;
  padding: 6.25vw;
}
@media (min-width: 640px) {
  .homepage-quicklinks .quicklinks {
    padding: 2rem;
  }
}
.homepage-quicklinks .quicklinks_list {
  flex: auto;
  padding-bottom: 1rem;
}
.homepage-quicklinks .quicklinks_list li {
  padding: 0;
}
.homepage-quicklinks .quicklinks_list li:before {
  content: none;
}
.homepage-quicklinks .quicklinks_list-header {
  display: none;
}
.homepage-quicklinks .quicklinks_list-header h4 {
  font-size: 1.1rem;
  margin-top: 0;
}
@media (min-width: 640px) {
  .homepage-quicklinks .quicklinks_list-header {
    display: block;
  }
}
.homepage-quicklinks .quicklinks_button-list {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.homepage-quicklinks .quicklinks_button-list .button:not(:last-child) {
  margin-bottom: 1rem;
}
.homepage-quicklinks .list-element__title {
  display: none;
}
@media (min-width: 640px) {
  .homepage-quicklinks .list-element__title {
    display: block;
  }
}
.homepage-quicklinks .list-element__container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fafafa;
  margin-top: 2rem;
}
@media (min-width: 640px) {
  .homepage-quicklinks .list-element__container {
    margin-top: 0;
    flex-direction: row;
  }
}
@media (min-width: 960px) {
  .homepage-quicklinks .list-element__container {
    flex-wrap: nowrap;
  }
}
.homepage-quicklinks .list-element__select {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 6.25vw 0.5rem 6.25vw;
}
@media (min-width: 640px) {
  .homepage-quicklinks .list-element__select {
    display: none;
  }
}
.homepage-quicklinks .list-element__select h4 {
  margin-right: 0.5rem;
}
.homepage-quicklinks .list-element__select .select-wrapper {
  flex: auto;
  font-size: 1.1rem;
  margin-bottom: -0.3rem;
}
.homepage-quicklinks .element {
  display: none;
  border-bottom: 4px solid #ffffff;
  flex: auto;
}
@media (min-width: 640px) {
  .homepage-quicklinks .element {
    border-right: 4px solid #ffffff;
  }
}
.homepage-quicklinks .element.active {
  display: flex;
}
.homepage-quicklinks .element:nth-child(3) {
  border-right-style: none;
}
@media (min-width: 960px) {
  .homepage-quicklinks .element:nth-child(3) {
    border-right-style: solid;
  }
}
@media (min-width: 640px) {
  .homepage-quicklinks .element:last-child {
    border-right-style: none;
  }
}
@media (min-width: 640px) {
  .homepage-quicklinks .element {
    display: flex;
    flex-basis: 50%;
  }
}

.inline-search {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 2rem;
  padding: 2rem;
  font-size: 1.2rem;
  color: #ffffff;
  color: var(--text-color);
  background-color: #22394e;
  background-color: var(--background-color);
}
@media (min-width: 1280px) {
  .inline-search {
    margin-top: 3rem;
    flex-wrap: nowrap;
  }
}
.inline-search_terms, .inline-search_source {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  margin-bottom: 2rem;
}
.inline-search_terms, .inline-search_source {
  font-weight: 600;
}
@media (min-width: 640px) {
  .inline-search_terms, .inline-search_source {
    flex-direction: row;
    white-space: nowrap;
    align-items: flex-end;
  }
}
@media (min-width: 960px) {
  .inline-search_terms, .inline-search_source {
    margin-bottom: 0;
    flex-basis: 48%;
  }
}
@media (min-width: 1280px) {
  .inline-search_terms, .inline-search_source {
    padding-right: 3rem;
  }
}
@media (min-width: 640px) {
  .inline-search input,
  .inline-search .select-wrapper {
    flex: 1;
    font-size: 1.1rem;
    margin-left: 0.5rem;
    margin-bottom: -0.5rem;
  }
}
.inline-search button {
  font-size: 1.1rem;
  line-height: 2.9rem;
  padding: 0 2.8rem 0 2rem;
}
@media (min-width: 960px) {
  .inline-search button {
    margin-top: 2rem;
  }
}
@media (min-width: 1280px) {
  .inline-search button {
    margin-top: 0;
  }
}

.fourstep {
  display: flex;
  flex-direction: column;
}
.fourstep .slider {
  position: relative;
  width: 100vw;
  width: 100vw;
  margin-right: -6.25vw;
  margin-left: -6.25vw;
}
@media (min-width: 1920px) {
  .fourstep .slider {
    margin-right: calc((100vw - 1680px) / -2);
    margin-left: calc((100vw - 1680px) / -2);
  }
}
@media (min-width: 640px) {
  .fourstep .slider {
    margin: 0;
    width: auto;
  }
}
.fourstep .frame {
  overflow: hidden;
}
.fourstep .slides {
  display: flex;
  padding: 0;
}
.fourstep li {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0 100%;
  padding: 0 2rem 1rem;
}
.fourstep .descriptions {
  color: #ffffff;
  background-color: #22394e;
  background-color: var(--accent-color);
}
.fourstep .descriptions h4 {
  margin-bottom: 1rem;
}
.fourstep .descriptions h4 span {
  white-space: nowrap;
}
.fourstep .descriptions a {
  color: currentColor;
}
.fourstep .icons {
  background-color: #efefef;
}
@media (min-width: 640px) {
  .fourstep .icons .slides {
    width: calc(100% * var(--numberOfSlides));
    transform: translateX(0) !important;
  }
}
.fourstep .icons li {
  padding: 3rem 0;
  justify-content: center;
  align-items: center;
}
@media (min-width: 640px) {
  .fourstep .icons li {
    flex: 0 0 calc(100% / var(--numberOfSlides) / var(--numberOfSlides));
  }
}
@media (min-width: 640px) {
  .fourstep .icons li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: transparent url("/_resources/themes/wairc/images/icon-next-arrow.svg") no-repeat center center;
    background-size: contain;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
  }
}
@media (min-width: 960px) {
  .fourstep .icons li:not(:last-child):after {
    width: 37px;
  }
}
.fourstep .icons li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border: 4px solid #22394e;
  border-color: var(--text-color);
  border-radius: 50%;
  transition: background-color 600ms;
  cursor: pointer;
}
@media (min-width: 640px) {
  .fourstep .icons li .icon {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 960px) {
  .fourstep .icons li .icon {
    width: 120px;
    height: 120px;
  }
}
.fourstep .icons li .icon svg {
  display: block;
  width: 50%;
  height: 50%;
}
.fourstep .icons li .icon svg path {
  transition: fill 600ms;
}
.fourstep .icons li.active .icon {
  background-color: #22394e;
  background-color: var(--accent-color);
  cursor: default;
}
.fourstep .icons li.active .icon svg path {
  fill: #ffffff;
}
.fourstep .indicator {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateX(0);
}
@media (min-width: 640px) {
  .fourstep .indicator {
    transition: transform 300ms;
    width: calc(100% / var(--numberOfSlides));
  }
}
.fourstep .indicator:before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16.5px 20px 16.5px;
  border-color: transparent transparent #22394e transparent;
  border-bottom-color: var(--accent-color);
  transform: translateY(-100%);
}
.fourstep .indicator_wrapper {
  display: flex;
  justify-content: flex-start;
  height: 0;
  background-color: #efefef;
}
.fourstep .nav {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  padding: 10px 15px;
  background: transparent url("/_resources/themes/wairc/images/icon-navigate-next.svg") no-repeat center center;
  transition: opacity 300ms;
}
@media (min-width: 640px) {
  .fourstep .nav {
    display: none;
  }
}
.fourstep .nav.prev {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) rotate(180deg);
}
.fourstep .nav.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.1;
}

.relevant-pages {
  display: flex;
  flex-direction: column;
  background-color: #22394e;
  background-color: var(--accent-color);
  margin-top: 2rem;
  padding: 6.26vw;
}
@media (min-width: 640px) {
  .relevant-pages {
    padding: 2rem;
  }
}
.relevant-pages_selector {
  margin-bottom: 2rem;
}
.relevant-pages_selector label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  --text-color: #ffffff;
  color: #ffffff;
  color: var(--text-color);
}
.relevant-pages_selector label {
  font-weight: 600;
}
@media (min-width: 640px) {
  .relevant-pages_selector label {
    font-size: 1.5rem;
  }
}
.relevant-pages_selector label .label-text {
  margin-right: 0.35rem;
}
.relevant-pages_selector label .select-wrapper_label {
  text-transform: lowercase;
}
.relevant-pages_groups {
  display: flex;
  flex-direction: column;
}
.relevant-pages_group {
  display: none;
  flex-direction: column;
}
@media (min-width: 640px) {
  .relevant-pages_group {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .relevant-pages_group {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.relevant-pages_group--active {
  display: flex;
}
.relevant-pages_item {
  display: flex;
  background-color: #efefef;
  padding: 6.26vw;
  margin-bottom: 0.5rem;
  flex-direction: column;
}
@media (min-width: 640px) {
  .relevant-pages_item {
    width: calc(50% - 0.25rem);
    padding: 2rem;
  }
}
@media (min-width: 1280px) {
  .relevant-pages_item {
    width: calc(25% - 0.375rem);
    margin-right: 0.5rem;
  }
  .relevant-pages_item:nth-child(4) {
    margin-right: 0;
  }
}
.relevant-pages_item-title {
  margin-top: 0;
  margin-bottom: 1rem;
}
.relevant-pages_item-summary {
  margin-bottom: 1.5rem;
  flex: auto;
  line-height: 1.6;
}

.content-with-aside {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .content-with-aside {
    flex-direction: row;
  }
}
.content-with-aside .main-content {
  flex: 1;
}
.content-with-aside .aside-content {
  margin-top: 2rem;
}
@media (min-width: 960px) {
  .content-with-aside .aside-content {
    width: 320px;
    flex: 0 0 320px;
    margin-left: 6.25vw;
  }
}
.content-with-aside .aside-content a {
  position: relative;
  display: block;
  padding: 1.5rem;
  padding-right: 3.5rem;
  background: transparent url(/_resources/themes/wairc/images/icon-quicklink-arrow.svg) no-repeat right 1.5rem center;
  background-size: 0.6rem 1.4rem;
  text-decoration: none;
  transition: color 100ms;
}
.content-with-aside .aside-content a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #22394e;
  background-color: var(--accent-color);
  opacity: 0.025;
  transition: opacity 100ms;
}
.no-touchevents .content-with-aside .aside-content a:hover {
  color: #ffffff;
  background-image: url(/_resources/themes/wairc/images/icon-quicklink-arrow-inverted.svg);
}
.no-touchevents .content-with-aside .aside-content a:hover:before {
  opacity: 1;
}
.content-with-aside .aside-content.themed a:before {
  background-color: var(--accent-color);
  opacity: 0.05;
}
.no-touchevents .content-with-aside .aside-content.themed:hover:before, .no-touchevents .content-with-aside .aside-content.themed:focus:before {
  opacity: 1;
}

.faqs .faq {
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .faqs .faq {
    margin-bottom: 0.5rem;
  }
}
.faqs .faq_question {
  position: relative;
  display: block;
  font-size: 1.2rem;
  background-color: #22394e;
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 1rem 3rem 1rem 1rem;
}
.faqs .faq_question {
  font-weight: 600;
}
@media (min-width: 640px) {
  .faqs .faq_question {
    font-size: 1.3rem;
    padding: 1.8rem 4rem 1.8rem 1.75rem;
  }
}
.faqs .faq_question:before {
  content: "Q.";
  display: inline-block;
  width: 2rem;
}
@media (min-width: 640px) {
  .faqs .faq_question:before {
    width: 2.25rem;
  }
}
.faqs .faq_question:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background: transparent url(/_resources/themes/wairc/images/icon-quicklink-arrow-inverted.svg) no-repeat center center;
  background-size: 0.6rem 1.4rem;
  width: 0.6rem;
  height: 1.4rem;
  transform: translateY(-50%) rotate(90deg) rotateY(360deg);
  transition: transform 200ms;
}
@media (min-width: 640px) {
  .faqs .faq_question:after {
    right: 2.5rem;
  }
}
.faqs .faq_answer {
  display: none;
  padding: 2rem 1rem 1.5rem 3.2rem;
  background-color: #fafafa;
}
@media (min-width: 640px) {
  .faqs .faq_answer {
    padding: 2rem 2rem 1.5rem 4.2rem;
  }
}
.faqs .faq_answer:before {
  content: "A.";
  position: absolute;
  font-size: 1.2rem;
  color: #22394e;
  color: var(--accent-color);
  width: 2.25rem;
  transform: translateX(-100%);
  line-height: 1.5rem;
}
.faqs .faq_answer:before {
  font-weight: 600;
}
@media (min-width: 640px) {
  .faqs .faq_answer:before {
    font-size: 1.3rem;
  }
}
.faqs .faq_toggle {
  position: absolute;
  visibility: hidden;
}
.faqs .faq_toggle:checked ~ .faq_question:after {
  transform: translateY(-50%) rotate(90deg) rotateY(180deg);
}
.faqs .faq_toggle:checked ~ .faq_answer {
  display: block;
}

.glossary {
  margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
  .glossary {
    margin-bottom: 0.5rem;
  }
}
.glossary_heading {
  position: relative;
  display: block;
  font-size: 1.2rem;
  background-color: #22394e;
  background-color: var(--accent-color);
  color: #ffffff;
  padding: 1rem 3rem 1rem 1rem;
}
.glossary_heading {
  font-weight: 600;
}
@media (min-width: 640px) {
  .glossary_heading {
    font-size: 1.3rem;
    padding: 1.8rem 4rem 1.8rem 2rem;
  }
}
.glossary_heading:after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  background: transparent url(/_resources/themes/wairc/images/icon-quicklink-arrow-inverted.svg) no-repeat center center;
  background-size: 0.6rem 1.4rem;
  width: 0.6rem;
  height: 1.4rem;
  transform: translateY(-50%) rotate(90deg) rotateY(360deg);
  transition: transform 200ms;
}
@media (min-width: 640px) {
  .glossary_heading:after {
    right: 2.5rem;
  }
}
.glossary_container {
  display: none;
  flex-direction: column;
  padding: 2rem 1rem 1.5rem 1rem;
  background-color: #fafafa;
}
@media (min-width: 640px) {
  .glossary_container {
    padding: 2rem 2rem 1.5rem 2rem;
  }
}
.glossary_container dt {
  margin-bottom: 0.25rem;
  text-transform: capitalize;
}
.glossary_container dt {
  font-weight: 600;
}
.glossary_container dd {
  margin-bottom: 1rem;
}
@media (min-width: 640px) {
  .glossary_container dd {
    margin-bottom: 1.5rem;
  }
}
.glossary_toggle {
  position: absolute;
  visibility: hidden;
}
.glossary_toggle:checked ~ .glossary_heading:after {
  transform: translateY(-50%) rotate(90deg) rotateY(180deg);
}
.glossary_toggle:checked ~ .glossary_container {
  display: flex;
}
.glossary-tag {
  border-bottom: 1px dotted currentColor;
  text-decoration: none;
  color: currentColor;
}

.tooltip {
  background-color: #ffffff;
  border: 1px solid var(--text-color);
  padding: 0.5rem 1rem;
}
.touchevents .tooltip {
  display: none;
}
.tooltip-inner {
  max-width: 300px;
  font-size: 0.9rem;
  color: var(--text-color);
}
.tooltip-inner {
  font-weight: 500;
}
.tooltip-inner:before {
  content: "Definition";
  display: block;
  font-size: 0.7rem;
  opacity: 0.4;
}
.tooltip-arrow {
  position: absolute;
  border-color: var(--text-color);
  border-style: solid;
}
.tooltip[x-placement^=top] {
  border-bottom-width: 2px;
}
.tooltip[x-placement^=top] .tooltip-arrow {
  border-width: 7px 7px 0 7px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -7px;
}
.tooltip[x-placement^=bottom] {
  border-top-width: 2px;
}
.tooltip[x-placement^=bottom] .tooltip-arrow {
  border-width: 0 7px 7px 7px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -7px;
}

.tabview_tabs {
  display: flex;
  flex-direction: column;
  width: 100vw;
  margin: 0 -6.25vw;
  border-bottom: 1px solid #efefef;
}
@media (min-width: 960px) {
  .tabview_tabs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    width: auto;
    border-bottom-style: none;
  }
  .tabview_tabs label:first-of-type {
    border-left: 1px solid #efefef;
  }
  .tabview_tabs--2 .tabview_tab {
    width: 49.5%;
  }
  .tabview_tabs--3 .tabview_tab {
    width: 33%;
  }
  .tabview_tabs--4 .tabview_tab {
    width: 24.75%;
  }
  .tabview_tabs--5 .tabview_tab {
    width: 19.8%;
  }
  .tabview_tabs--6 .tabview_tab {
    width: 16.5%;
  }
  .tabview_tabs--7 .tabview_tab {
    width: 14.1428571429%;
  }
  .tabview_tabs--8 .tabview_tab {
    width: 12.375%;
  }
  .tabview_tabs--9 .tabview_tab {
    width: 11%;
  }
  .tabview_tabs--10 .tabview_tab {
    width: 10%;
  }
}
.tabview_tab {
  position: relative;
  display: flex;
  min-height: 4.2rem;
  border-top: 1px solid #efefef;
  padding: 0.5rem 3.5rem 0.5rem 6.25vw;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.3rem;
}
.tabview .tabview_tab--home {
  order: -1;
  padding-left: calc(1rem + 6.25vw);
}
@media (min-width: 960px) {
  .tabview .tabview_tab--home {
    padding-left: 2.5rem;
  }
  .tabview .tabview_tab--home:before {
    left: 1rem;
  }
}
.tabview .tabview_tab--home:before {
  content: "";
  position: absolute;
  left: 6.25vw;
  top: 50%;
  width: 1rem;
  height: 1.5rem;
  transform: translate(-50%, -50%) rotate(180deg);
  background: transparent url("/_resources/themes/wairc/images/icon-quicklink-arrow.svg") no-repeat center center;
}
@media (min-width: 960px) {
  .tabview .tabview_tab--home:before {
    left: 1.5rem;
  }
}
.no-touchevents .tabview .tabview_tab--home:hover:before {
  background-image: url("/_resources/themes/wairc/images/icon-quicklink-arrow-inverted.svg");
}
@media (min-width: 960px) {
  .tabview_tab {
    width: 100%;
    margin: 0.25rem 0 0;
    margin-bottom: 0;
    padding: 0.5rem 1rem;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #efefef;
    border-left: 1px solid #efefef;
    font-size: 1.1rem;
  }
}
@media (min-width: 1280px) {
  .tabview_tab {
    font-size: 1.2rem;
  }
}
input + .tabview_tab:before {
  content: none;
}
input + .tabview_tab:not(.tabview_tab--home):after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 6.25vw;
  width: 1rem;
  height: 1.4rem;
  background: transparent url(/_resources/themes/wairc/images/icon-quicklink-arrow.svg) no-repeat center center;
  background-size: contain;
  backface-visibility: visible;
  transform: translateY(-50%) rotate(90deg) rotateY(1turn);
  transition: transform 200ms;
}
@media (min-width: 960px) {
  input + .tabview_tab:not(.tabview_tab--home):after {
    content: none;
  }
}
.tabview_content {
  display: none;
  flex-flow: column nowrap;
  width: 100%;
  padding: 0 6.25vw 6.25vw;
  background-color: #fafafa;
}
@media (min-width: 960px) {
  .tabview_content {
    order: 1;
    padding: 0 2rem 2rem;
    border: 1px solid #efefef;
    border-top-color: #fafafa;
  }
}
.tabview_toggle {
  position: absolute;
  visibility: hidden;
}
.tabview_toggle:checked + .tabview_tab, .no-touchevents .tabview_toggle + .tabview_tab:hover {
  background-color: #22394e;
  background-color: var(--accent-color);
  color: #ffffff;
}
.tabview_toggle:checked + .tabview_tab {
  font-weight: 600;
}
.tabview_toggle:checked + .tabview_tab:after {
  background-image: url(/_resources/themes/wairc/images/icon-quicklink-arrow-inverted.svg);
  transform: translateY(-50%) rotate(90deg) rotateY(180deg);
}
.tabview_toggle:checked + .tabview_tab + .tabview_content {
  display: flex;
}

.sitemap-element > ul {
  margin: 1rem 0;
  padding-left: 1rem;
}
.sitemap-element > ul li {
  padding-left: 1.5rem;
}
.sitemap-element > ul li {
  font-weight: 700;
}
.sitemap-element > ul li:before {
  content: "•";
  background-color: transparent;
}
.sitemap-element > ul li:last-child {
  margin-bottom: 2rem;
}
.sitemap-element > ul li ul {
  margin: 1rem 0;
}
.sitemap-element > ul li ul li {
  font-weight: 600;
}
.sitemap-element > ul li ul li li {
  font-weight: 400;
}

.feedback {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.9rem 0;
  background-color: #22394e;
  background-color: var(--accent-color);
  color: #ffffff;
  color: var(--text-color);
  line-height: 1.6;
}
@media (min-width: 960px) {
  .feedback {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
}
.feedback_thanks {
  height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: opacity 750ms;
}
.feedback_thanks--active {
  height: auto;
  padding: 2rem 0 1.75rem;
  margin: 0.5rem 0;
  opacity: 1;
}
.feedback_form {
  display: none;
  flex-direction: column;
}
.feedback_form--active {
  display: flex;
}
.feedback_form-wrapper {
  display: none;
  width: 100%;
  padding: 1rem 6.25vw 2rem;
}
.feedback_form-wrapper--active {
  display: block;
}
@media (min-width: 640px) {
  .feedback_form-wrapper {
    padding: 1rem 2rem 2rem;
  }
}
.feedback_form-label {
  font-size: 1.2rem;
}
.feedback_form-label {
  font-weight: 600;
}
.feedback_form-input {
  margin-bottom: 2rem;
}
.feedback_form-caption {
  font-size: 0.9rem;
  margin: 1rem 0 2rem;
}
.feedback_form-submit {
  font-size: 1.1rem;
}
.feedback_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.feedback_close {
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.feedback_options {
  display: flex;
  align-items: flex-end;
  margin: 0.9rem 1.5rem;
}
.feedback_options-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.feedback_options-wrapper--hidden {
  display: none;
}
.feedback_options-answers {
  display: flex;
  align-items: flex-end;
}
.feedback_options-answers a {
  margin-left: 1rem;
}
.feedback_options-report-error {
  display: inline-block;
  margin: 0.9rem 1.5rem;
}
.feedback a {
  color: #ffffff;
  color: var(--text-color);
}
.feedback h5 {
  margin-top: 1rem;
}

.blog {
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .blog {
    flex-direction: row;
  }
}
.blog-sidebar {
  margin-top: 3rem;
}
@media (min-width: 960px) {
  .blog-sidebar {
    padding-left: 2rem;
  }
}
.blog-more-news {
  font-size: 1.1rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #efefef;
}
.blog-more-news {
  font-weight: 600;
}
.blog-sidebar {
  margin-bottom: 1rem;
}
.blog__no-posts {
  margin-top: 2rem;
}

.blog-form {
  background-color: var(--accent-color);
  color: var(--text-color);
}
.blog-form fieldset {
  padding: 1.5rem 1.5rem 0.5rem;
  max-width: 100%;
}
@media (min-width: 1280px) {
  .blog-form fieldset {
    flex-direction: row;
  }
}
.blog-form fieldset .field {
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1280px) {
  .blog-form fieldset .field {
    float: left;
    width: calc(50% - 1rem);
  }
  .blog-form fieldset .field:not(:first-child) {
    margin-left: 2rem;
  }
}
.blog-form .btn-toolbar {
  padding: 0 1.5rem 1.5rem;
}

.blog-entry {
  flex-basis: 75%;
}
.blog-entry .blog-post-meta {
  font-size: 0.9rem;
  font-style: italic;
  opacity: 0.7;
}
@media (min-width: 960px) {
  .blog-entry .blog-post-meta {
    font-size: 0.8rem;
  }
}
.blog-entry .post-summary {
  padding-bottom: 2rem;
  border-bottom: 1px solid #efefef;
}
.blog-entry .post-summary:last-child {
  border-bottom-style: none;
}
.blog-entry .post-summary > .blog-entry-content *:not(:first-child) {
  display: none;
}
.blog-entry .post-summary > .blog-entry-content > *:first-child {
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: -webkit-box !important;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.blog-entry .pagination {
  background-color: #efefef;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  margin: 0 -6.25vw;
  display: flex;
}
.blog-entry .pagination {
  font-weight: 600;
}
@media (min-width: 640px) {
  .blog-entry .pagination {
    margin: 0;
  }
}
.blog-entry .pagination a {
  display: inline-block;
  text-decoration: none;
  background-color: #d8d8d8;
  padding: 0 0.5rem;
}
.blog-entry .pagination a {
  font-weight: 400;
}
@media (min-width: 960px) {
  .blog-entry .pagination a {
    padding: 0 0.75rem;
  }
}
.blog-entry .pagination span {
  display: inline-block;
  padding: 0 0.4rem;
}

.hearings_daterange {
  white-space: nowrap;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.hearings_daterange {
  font-weight: 300;
}
.hearings_daterange-picker {
  font-size: 1.1em;
  margin: 1.5rem -6.25vw;
  padding: 1rem 6.25vw;
  background-color: #fafafa;
}
.hearings_daterange-picker {
  font-weight: 600;
}
@media (min-width: 640px) {
  .hearings_daterange-picker {
    font-size: 1.2em;
  }
}
@media (min-width: 960px) {
  .hearings_daterange-picker {
    font-size: 1.3em;
    margin: 1.5rem 0;
    padding: 1rem;
  }
}
.hearings_daterange-picker a {
  font-weight: 400;
}
.hearings_day {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.hearing {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  border: 1px solid #efefef;
  border-bottom-style: none;
}
@media (min-width: 960px) {
  .hearing {
    flex-wrap: nowrap;
    padding: 1.5rem;
  }
}
.hearing:nth-child(odd) {
  background-color: #efefef;
}
.hearing_list {
  border-bottom: 1px solid #efefef;
}
.hearing_heading {
  display: flex;
  align-items: baseline;
}
@media (min-width: 960px) {
  .hearing_heading {
    flex-direction: column;
    flex-basis: 9rem;
    flex-shrink: 0;
  }
}
.hearing_body {
  width: 100%;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #efefef;
}
@media (min-width: 960px) {
  .hearing_body {
    margin: 0 1rem;
    padding: 0 1rem;
    border-left: 1px solid #efefef;
    border-top-style: none;
  }
}
.hearing_time {
  font-size: 1.5rem;
  margin-right: 0.3rem;
}
.hearing_time {
  font-weight: 700;
}
.hearing_summary {
  flex-basis: 100%;
  flex: 1;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.hearing_summary {
  font-weight: 600;
}
.hearing_application {
  font-size: 0.9em;
  margin-bottom: 1.5rem;
}
@media (min-width: 960px) {
  .hearing_application {
    margin-bottom: 0;
  }
}
@media (min-width: 960px) {
  .hearing_corams {
    flex-basis: 16rem;
    flex-shrink: 0;
  }
}
.hearings .hearing_coram {
  display: inline-block;
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .hearings .hearing_coram {
    display: block;
    font-size: 0.9rem;
    padding-left: 0.7rem;
  }
}
.hearings .hearing_coram:before {
  content: none;
}
@media (min-width: 960px) {
  .hearings .hearing_coram:before {
    content: "•";
    width: auto;
    background-color: transparent;
    color: #d8d8d8;
  }
}
.hearings .hearing_coram::after {
  content: ", ";
}
@media (min-width: 960px) {
  .hearings .hearing_coram::after {
    content: none;
  }
}
.hearings .hearing_coram:last-child:after {
  content: none;
}
@media (min-width: 960px) {
  .hearing_location {
    font-size: 0;
  }
}
@media (min-width: 960px) {
  .hearing_room {
    display: inline-block;
    font-size: 0.9rem;
    margin-top: 0.3rem;
    white-space: nowrap;
  }
}

.recent-news-plus-tribunals {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 2rem;
}
@media (min-width: 640px) {
  .recent-news-plus-tribunals {
    grid-template-columns: 2fr 1fr;
    grid-template-areas: "main sidebar";
  }
}
@media (min-width: 960px) {
  .recent-news-plus-tribunals {
    grid-template-columns: 3fr 1fr;
  }
  .recent-news-plus-tribunals h2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 640px) {
  .recent-news-plus-tribunals .recent-news {
    grid-area: main;
  }
}
.recent-news-plus-tribunals .recent-news .blog-entry {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 960px) {
  .recent-news-plus-tribunals .recent-news .blog-entry {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
  }
}
@media (min-width: 960px) {
  .recent-news-plus-tribunals .recent-news .blog-entry .post-summary {
    border-bottom-style: none;
  }
  .recent-news-plus-tribunals .recent-news .blog-entry .post-summary h3 {
    margin-top: 1rem;
  }
}
.recent-news-plus-tribunals .tribunals {
  display: grid;
  gap: 1rem;
  align-content: start;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .recent-news-plus-tribunals .tribunals {
    grid-area: sidebar;
  }
}

.decision-content * {
  box-sizing: content-box;
}

.results .select-wrapper {
  flex: auto;
  margin-left: 10px;
}
.results-filters {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: 3rem 0;
  padding: 3rem;
  font-size: 1.2rem;
  color: var(--text-color);
  background-color: var(--accent-color);
  color: var(--text-color);
}
@media (min-width: 960px) {
  .results-filters {
    flex-direction: row;
    align-items: center;
  }
}
.results-filters input[type=submit] {
  font-size: 1.1rem;
  line-height: 2.9rem;
  padding: 0 2.8rem 0 2rem;
}
.results-filters.multirow {
  flex-direction: column;
  padding: 3rem;
}
@media (min-width: 960px) {
  .results-filters.multirow {
    padding: 2rem 3rem;
  }
}
.results-filters.multirow .fieldset {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 960px) {
  .results-filters.multirow .fieldset {
    padding: 1rem 0;
    flex-direction: row;
    align-items: center;
  }
}
.results-filters.slim {
  padding: 0;
}
.results-filter {
  display: flex;
  align-items: center;
  flex: auto;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
@media (min-width: 960px) {
  .results-filter {
    width: auto;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
.results-filter:last-child {
  margin-right: 0;
}
.results-filter input {
  margin-left: 10px;
}
.results-filter.inline-list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.results-filter.inline-list li:before {
  content: none;
}
.results-filter.inline-list a {
  flex: 1;
  flex-basis: 1rem;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.25rem;
  text-decoration: none;
  background-color: #22394e;
  background-color: var(--accent-color);
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  min-width: calc(100% / (var(--numberOfItems) + 1) * 2);
}
.results-filter.inline-list a.active, .results-filter.inline-list a:hover {
  text-decoration: underline;
}
@media (min-width: 640px) {
  .results-filter.inline-list a {
    min-width: 0;
  }
  .results-filter.inline-list a:not(:last-child) {
    border-right: 1px solid #ffffff;
  }
}
.results-options {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  flex-direction: column;
}
@media (min-width: 640px) {
  .results-options {
    flex-direction: row;
  }
}
.results-option {
  margin: 0.5em 0;
  display: flex;
  align-items: center;
}
.results-sort {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .results-sort {
    margin-bottom: 0;
  }
}
.results-limits {
  display: flex;
}
.results-limits_options {
  display: flex;
  margin: 0 0.25em;
}
.results-limit {
  margin: 0 0.25em;
}
.results .result {
  padding: 20px 30px;
  background-color: #fafafa;
  margin-bottom: 30px;
  overflow: hidden;
}
.results .result_title {
  margin-top: 0;
}
.results .result_modified {
  font-size: 0.8rem;
  font-style: italic;
  opacity: 0.5;
  min-height: 1rem;
}
.results .result_scope {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
.results .result_excerpts {
  padding: 20px 0 0;
}
.results .result_excerpt {
  overflow: hidden;
}
.results .result_excerpt::before {
  content: "“…";
}
.results .result_excerpt::after {
  content: "…”";
}
.results .result .result_meta {
  margin: 0 -30px;
  padding: 20px 30px 0;
  border-top: 1px solid #d8d8d8;
}
.results_pagination {
  display: flex;
  width: 100%;
  justify-content: center;
}
.results_pagination-page {
  margin: 0 0.25em;
  padding: 0 0.25em;
}
.results_pagination-step {
  margin: 0 1em;
}
.results_pagination-step--disabled {
  opacity: 0.3;
}
.results-pager {
  display: flex;
  width: 100%;
  justify-content: center;
}
.results-pager_step {
  margin: 0 0.5rem;
}
.results-pager_link--disabled {
  opacity: 0.5;
}

.result_data {
  margin: 1rem 0;
}
.result_data .result-fields {
  display: grid;
  /* Mobile-first: stack label/value */
  grid-template-columns: 1fr;
  row-gap: 0.15rem;
  column-gap: 0;
  margin: 0 0 1rem;
  padding: 0;
}
.result_data .result-fields dt, .result_data .result-fields dd {
  margin: 0;
}
.result_data .result-fields dt {
  font-weight: bold;
  overflow-wrap: anywhere;
}
.result_data .result-fields dd {
  overflow-wrap: anywhere;
  padding-bottom: 1em;
}
.result_data .result-fields {
  /* At small and up: two-column intrinsic width labels */
}
@media (min-width: 640px) {
  .result_data .result-fields {
    grid-template-columns: max-content 1fr;
    column-gap: 0rem;
    row-gap: 0rem;
  }
  .result_data .result-fields dt {
    white-space: nowrap;
    padding-left: 14px;
    padding-top: 12px;
    padding-right: 1em;
  }
  .result_data .result-fields dd {
    padding-left: 1em;
    padding-top: 14px;
    padding-bottom: 12px;
  }
  .result_data .result-fields dt:nth-of-type(odd),
  .result_data .result-fields dt:nth-of-type(odd) + dd {
    background: #efefef;
  }
}
.result_data + .result_data {
  margin-top: 2rem;
}
.result_data > p {
  margin: 0.5rem 0;
}
.result_data > p:nth-child(odd) {
  background-color: #efefef;
  margin: 0.5rem -0.5rem;
  padding: 0.5rem 0.5rem;
}
.result_data--variation {
  padding-bottom: 2rem;
  border-bottom: 1px solid #d8d8d8;
}
.result_data--variation:last-child {
  border-bottom-style: none;
}

.result_meta {
  display: flex;
  flex: auto;
  justify-content: space-between;
  margin: 0;
  padding: 20px 0 0;
}

.decision-content {
  margin-top: 2rem;
  padding: 2rem;
  border: 1px solid #efefef;
}
.decision-content--unformatted {
  display: block;
}
@media (min-width: 640px) {
  .decision-content--unformatted {
    display: none;
  }
}
.decision-content--formatted {
  display: none;
}
@media (min-width: 640px) {
  .decision-content--formatted {
    display: block;
  }
}

.main > .inner > :not(.wairc__decisionselement) table,
.mce-content-body table {
  border: 1px solid var(--text-color);
  border-style: none none solid solid;
  border-collapse: collapse;
  width: auto !important;
  max-width: 100%;
}
.main > .inner > :not(.wairc__decisionselement) table tr:first-child td,
.mce-content-body table tr:first-child td {
  font-weight: bold;
  font-size: 1.1em;
}
.main > .inner > :not(.wairc__decisionselement) table td,
.mce-content-body table td {
  border: 1px solid var(--text-color);
  border-style: solid solid none none;
  padding: 0.5rem 1rem;
  width: auto !important;
}
.main > .inner > :not(.wairc__decisionselement) table td li,
.mce-content-body table td li {
  padding-left: 1.75rem;
}
.main > .inner > :not(.wairc__decisionselement) table td li:before,
.mce-content-body table td li:before {
  width: 1rem;
  height: 1rem;
  top: 0.25rem;
}
.main > .inner > :not(.wairc__decisionselement) table.grid,
.mce-content-body table.grid {
  border-width: 3px;
  border-color: white;
  width: 100% !important;
}
.main > .inner > :not(.wairc__decisionselement) table.grid td,
.mce-content-body table.grid td {
  border-width: 3px;
  border-color: white;
}
.main > .inner > :not(.wairc__decisionselement) table.grid td p,
.mce-content-body table.grid td p {
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
}

.view-all {
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.view-all a {
  position: relative;
  display: block;
  padding: 0.25rem 1.5rem;
}
.view-all a {
  font-weight: 600;
}
.view-all a:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url("/_resources/themes/wairc/images/icon-navigate-next.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.paginator {
  background-color: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.paginator_page-link {
  position: relative;
  display: block;
  padding: 0.25rem 1.5rem;
}
.paginator_page-link {
  font-weight: 600;
}
.paginator_page-link--previous {
  border-right: 1px solid #d8d8d8;
}
.paginator_page-link--previous:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url("/_resources/themes/wairc/images/icon-navigate-next.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
}
.paginator_page-link--next:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url("/_resources/themes/wairc/images/icon-navigate-next.svg") no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}

.main .documents_description {
  margin-bottom: 1rem;
}
.main .documents_list {
  padding-left: 0;
}
.main .documents_list-item {
  margin: 0;
  padding: 0.5rem 0;
  background-color: #ffffff;
  position: relative;
}
.main .documents_list-item:nth-child(odd) {
  background-color: #fafafa;
}
.main .documents_list-item:before {
  content: none;
}
.main .documents_list-item--empty {
  pointer-events: none;
  cursor: default;
}
.main .documents_list-item--empty label {
  opacity: 0.5;
}
.main .documents_list-item label {
  position: relative;
  display: block;
  padding-left: 2rem;
  z-index: 1;
}
.main .documents_list-item label:before {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url(/_resources/themes/wairc/images/icon-button-arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 100ms;
}
.main .documents_list-item a {
  display: block;
  word-break: break-word;
  text-decoration: none;
  padding-left: 2rem;
  padding-right: 0.5rem;
}
@media (min-width: 960px) {
  .main .documents_list-item a {
    word-break: normal;
  }
}
.main .documents_list-item a:before {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #d8d8d8;
  transform: translateY(-50%);
}
.main .documents_list-item ul {
  display: none;
  padding-left: 1.4rem;
}
@media (min-width: 960px) {
  .main .documents_list-item ul {
    padding-left: 2rem;
  }
}
.main .documents_list-item ul label {
  padding-left: 2rem;
}
.main .documents_list-item ul a:before {
  left: 0.75rem;
}
.main .documents_list-item input[type=checkbox] {
  position: absolute;
}
.main .documents_list-item input[type=checkbox]:checked ~ ul {
  display: block;
}
.main .documents_list-item input[type=checkbox]:checked ~ label:before {
  transform: translateY(-50%) rotate(90deg);
}
.main .documents_list-item input[type=checkbox]:focus ~ label {
  outline: none;
  box-shadow: 0 0 4px var(-#22394e), inset 0 0 4px var(-#22394e);
  box-shadow: 0 0 4px var(--focus-color), inset 0 0 4px var(--focus-color);
}
.main .documents_list-item .name {
  text-decoration: underline;
}
.main .documents_list-item .meta {
  display: block;
  opacity: 0.5;
  font-size: 0.8em;
}

.results-skip {
  display: flex;
  align-items: center;
}
.results-skip .select-wrapper {
  margin-right: 1rem;
}

.toggle_input {
  position: absolute;
  opacity: 0;
}
.toggle_input + .toggle_label {
  position: relative;
  display: block;
  padding-left: 1rem;
  font-weight: 600;
}
.toggle_input + .toggle_label:before {
  position: absolute;
  left: -0.5rem;
  top: 50%;
  content: "";
  width: 1rem;
  height: 1rem;
  background: transparent url(/_resources/themes/wairc/images/icon-button-arrow.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
  transition: transform 100ms;
}
.toggle_input ~ .toggle_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.toggle_input:checked + .toggle_label:before {
  transform: translateY(-50%) rotate(90deg);
}
.toggle_input:checked ~ .toggle_content {
  height: auto;
}
.toggle_input:checked ~ .toggle_content > .gazette_row,
.toggle_input:checked ~ .toggle_content > .gazette_extras .gazette_row {
  padding: 0.5rem 1rem;
}
.toggle_input:checked ~ .toggle_content.gazette_content > label {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.toggle_input:checked ~ .toggle_content.gazette_parts {
  margin-bottom: 1rem;
}
.toggle_input:checked ~ .toggle_content ~ .gazette_downloads {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.results .gazette_era.result {
  padding: 1rem;
}
.results .gazette_era.result > .gazette_volume:last-child > .gazette_downloads {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .results .gazette_era.result {
    padding: 20px 30px;
  }
}
.gazette_era {
  transition: background-color 500ms ease;
}
.gazette_era.selected {
  background-color: #b0edfc;
}
.gazette_volume {
  margin-top: -0.5rem;
  padding-top: 0.5rem;
  transition: all 500ms ease, background-color 500ms ease;
}
.gazette_volume.selected {
  background-color: #b0edfc;
  padding: 0.5rem 1rem 0;
  margin: -0.5rem -1rem 0;
}
.gazette_volume > label {
  font-size: 1.4rem;
}
.gazette_volume:not(:first-child) {
  margin-top: 0.5rem;
}
.gazette_content {
  padding-left: 1rem;
}
.gazette_content > label {
  margin-top: 0rem;
  margin-bottom: -0.5rem;
  font-size: 1.2rem;
  transition: margin 100ms ease-out;
}
.gazette_extras {
  margin-top: 1rem;
  margin-left: 0.25rem;
}
.gazette_extras h5 {
  font-size: 1.1rem;
  margin-left: 0.75rem;
  margin-bottom: 0.5rem;
  padding-top: 1rem;
}
.gazette_row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 1rem;
  transition: padding 200ms ease-out;
}
.gazette_row:nth-child(odd) {
  background-color: #efefef;
}
.gazette_row:nth-child(even) {
  border-bottom: 1px solid #efefef;
}
.gazette_row-title {
  text-decoration: none;
}
.gazette_row-title:hover {
  text-decoration: underline;
}
.gazette_pages:first-child {
  margin-top: 0.5rem;
}
.gazette_pages-label {
  flex: 1;
}
.gazette_download-link {
  font-weight: bold;
  margin-left: 1rem;
}
@media (min-width: 640px) {
  .gazette_download-link {
    margin-left: 2rem;
  }
}
.gazette_downloads {
  opacity: 0.75;
  padding-left: 1rem;
  font-size: 0.9rem;
  margin-top: 0.25rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
.gazette_downloads a {
  white-space: nowrap;
  font-weight: 500;
}
.gazette_downloads .parts {
  white-space: nowrap;
}
@media (min-width: 640px) {
  .gazette_downloads .parts {
    display: inline-block;
  }
}
.gazette_downloads .part:not(:first-child) {
  margin-left: 0.5rem;
  padding-left: 0.75rem;
  border-left: 1px solid #d8d8d8;
}
@media (min-width: 640px) {
  .gazette_downloads .part {
    margin-left: 0.5rem;
    padding-left: 0.75rem;
    border-left: 1px solid #d8d8d8;
  }
}
.gazette_subtext {
  font-size: 0.8rem;
  opacity: 0.8;
}
.gazette_ranges {
  display: block;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .gazette_ranges {
    display: inline-block;
  }
}
.gazette_date-range {
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
}
@media (min-width: 640px) {
  .gazette_date-range {
    padding-left: 0.75rem;
    margin-left: 0.5rem;
    border-left: 1px solid #d8d8d8;
  }
}
.gazette_page-range {
  font-weight: normal;
  font-size: 1rem;
  white-space: nowrap;
}

img.ss-htmleditorfield-file.image,
.banner-element__image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.skiptranslate iframe {
  display: none;
}
.skiptranslate a:after {
  display: none;
}

body {
  top: 0 !important;
}

.goog-te-combo {
  border: 1px solid #ccc;
  padding: 12px;
  font-family: Montserrat, sans-serif !important;
  background-image: url("/_resources/themes/wairc/images/icon-select-arrow.svg");
  background-position: center right 6px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-color: white;
  color: #848889;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 960px) {
  .goog-te-combo {
    padding: 6px;
  }
}

#language-translation {
  height: 0;
  overflow: hidden;
}
#language-translation #google_translate_element {
  display: inline-block;
  padding: 4px 8px;
}
#language-translation #google_translate_element .goog-te-gadget {
  max-width: 1300px;
  margin: 0 auto;
  text-align: right;
}
#language-translation #google_translate_element .goog-te-gadget > div {
  display: inline-block;
  margin-right: 1em;
}
#language-translation .goog-te-combo::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
#language-translation > span {
  font-size: 14px;
  padding-top: 18px;
}
@media (min-width: 960px) {
  #language-translation {
    height: auto;
    position: absolute;
    right: 6.25vw;
    top: 2px;
    padding: 0 8px;
    border-radius: 0 0px 4px 4px;
    background: #fafafa;
  }
}

#menu-toggle:checked ~ header #language-translation {
  display: flex;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  border-bottom: 2px solid #efefef;
}

#menu-toggle:checked ~ header #language-translation {
  display: flex;
  height: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 6.25vw;
  padding-right: 6.25vw;
  border-bottom: 2px solid #efefef;
}

/*# sourceMappingURL=style.css.map */
