@import url(https://fast.fonts.net/lt/1.css?apiType=css&c=72d232e5-9345-4b45-a272-8d097f219807&fontids=5616722,5618550,5618554,5628611,5628617);
/*!
Theme Name: 	RHRAC
Version: 		1.0
Author: 		Stomp
*/
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flat-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flat-menu li {
  float: left;
}
.transition {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(153, 153, 153, 0.1);
          box-shadow: 0 2px 8px 0 rgba(153, 153, 153, 0.1);
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.results-container {
  margin-top: 55px;
}
@media only screen and (max-width: 990px) {
  .results-container {
    margin-top: 0;
  }
}
.results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 20px;
}
@media only screen and (max-width: 990px) {
  .results {
    max-width: 780px;
    margin: 0 auto;
    display: block;
  }
}
.results h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}
.results .filters {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 380px;
}
@media only screen and (max-width: 1200px) {
  .results .filters {
    max-width: 320px;
  }
}
@media only screen and (max-width: 990px) {
  .results .filters {
    max-width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}
.results .filters .inner {
  background-color: #E5E5E5;
  padding: 45px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .results .filters .inner {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .results .filters .inner {
    padding: 15px 20px;
  }
}
.results .filters h3 {
  font-size: 25px;
  line-height: 35px;
}
.results .filters h3 span {
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 990px) {
  .results .filters h3 span {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .results .filters h3 {
    font-size: 17px;
    line-height: 23px;
  }
}
.results .filters .filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
}
.results .filters .filters-header span {
  color: #214099;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
.results .filters .filters-header .toggle-filters {
  display: none;
}
@media only screen and (max-width: 990px) {
  .results .filters .filters-header .toggle-filters {
    display: block;
  }
}
.results .filters .filters-header .toggle-filters span.hide {
  display: none;
}
@media only screen and (max-width: 990px) {
  .results .filters .filters-body {
    display: none;
    margin-top: 20px;
  }
  .results .filters .filters-body.show {
    display: block;
  }
}
.results .filters .filters-body .facetwp-counter {
  color: #666;
}
.results .filters .filters-body .facetwp-expand {
  position: absolute;
  top: 0;
  right: 0;
}
.results .filters .filters-body .facet-section {
  border-bottom: 1px solid #CCC;
}
.results .filters .filters-body .facet-section:last-of-type {
  border: 0;
}
.results .filters .filters-body .facet-section p {
  font-size: 15px;
  line-height: 21px;
  text-transform: uppercase;
  font-weight: 600;
}
.results .cases {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: -55px;
}
@media only screen and (max-width: 990px) {
  .results .cases {
    top: 0;
  }
}
.results .case {
  background-color: #FFF;
  margin-bottom: 20px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .results .case {
    padding: 20px;
  }
}
.results .case a {
  color: #000;
  text-decoration: none;
}
.results .case a:hover {
  text-decoration: underline;
}
.results .case .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 80px;
}
@media only screen and (max-width: 767px) {
  .results .case .detail {
    display: block;
  }
}
.results .case .detail .main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.results .case .detail .main h2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 33px;
}
@media only screen and (max-width: 767px) {
  .results .case .detail .main h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.results .case .detail .main p {
  font-size: 16px;
  line-height: 23px;
  overflow-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.results .case .detail .main .read-more-link {
  color: #772b8b;
  font-weight: 700;
}
.results .case .detail .meta {
  width: 170px;
}
.results .case .detail .meta p {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.results .case .detail .meta p.title {
  margin-bottom: 5px;
  font-weight: 400;
}
.results .case .detail .meta p.key-judgement {
  color: #772b8b;
}
@media only screen and (max-width: 767px) {
  .results .case .detail .meta {
    width: 100%;
  }
}
.results .case .search-terms {
  margin-top: 20px;
  padding-top: 20px;
  color: #772b8b;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  border-top: 1px solid #EEE;
}
.results .case .search-terms p {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .results .case .search-terms {
    padding-top: 0;
    line-height: 23px;
  }
}
.results .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.results .pager [type="number"] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  border-radius: 0;
  color: #000 !important;
  width: 75px;
  font-size: 16px;
  padding: 15px;
}
.results .go-to-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.results .go-to-page button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  border-radius: 0;
  background: #214099;
  color: #FFFFFF !important;
  font-size: 16px;
  padding: 15px;
}
.results .facetwp-pager {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .results .facetwp-pager {
    margin-top: 20px;
  }
}
.results .facetwp-pager a {
  display: inline-block;
  background-color: #FFF;
  padding: 6px 12px;
}
.results .facetwp-pager a:hover {
  background-color: #009DBD;
  color: #FFF;
}
.google-search {
  margin-bottom: 40px;
}
.google-search .gsc-control-cse {
  margin-top: 10px;
  display: none;
}
.custom-loader {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 20px;
}
.facet-section {
  font-size: 15px;
  line-height: 20px;
  margin: 22.5px 0;
}
@media only screen and (max-width: 990px) {
  .facet-section {
    margin-top: 0;
  }
}
.facet-section p,
.facet-section label {
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0 15px 0;
}
.facet-section .facetwp-type-slider {
  margin-top: 20px;
}
.facet-section .facetwp-type-slider .noUi-target {
  background: transparent;
  border: 0;
}
.facet-section .facetwp-type-slider .noUi-connect {
  background-color: #214099;
  height: 2px;
  top: 5px;
}
.facet-section .facetwp-radio,
.facet-section .facetwp-checkbox {
  position: relative;
  line-height: 22px;
  padding-left: 30px;
  padding-right: 24px;
  background: url(img/checkbox.png) 0% 0 no-repeat;
  background-size: 22px;
  margin-bottom: 12px;
}
.facet-section .facetwp-checkbox > * {
  max-width: 100px;
}
.facet-section .facetwp-radio.checked,
.facet-section .facetwp-checkbox.checked {
  font-weight: bold;
  background-image: url(img/checked.png);
}
.facet-section .fs-wrap.single {
  width: 100%;
}
.facet-section .fs-dropdown {
  width: 300px;
}
.facet-section .fs-dropdown .fs-search {
  font-size: 16px;
  padding: 10px!important;
}
.facet-section .fs-dropdown .fs-option {
  padding: 10px;
}
.facet-section select,
.facet-section .fs-label-wrap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  border-radius: 0;
  color: #000 !important;
  background: #FFF url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 10px top 55%;
  width: 100%;
  font-size: 16px;
  padding: 15px;
}
.facet-section .fs-label-wrap {
  background: #FFF;
  padding: 10px;
}
.facet-section .fs-arrow {
  right: 15px;
}
.facet-section .fs-label-wrap .fs-label {
  color: #000;
}
.facet-section .fs-dropdown {
  color: #000;
}
.facetwp-selections {
  padding: 0;
  margin: 0;
}
.facetwp-selections ul {
  margin: 10px 0 30px 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  .facetwp-selections ul {
    margin-bottom: 0;
  }
}
.facetwp-selections ul li {
  padding: 6px 7px;
  font-size: 14px;
  line-height: 19px;
  display: inline-block;
  background-color: #FFF;
  color: #000;
  margin-bottom: 15px / 2;
  margin-right: 15px / 2;
}
.facetwp-selections ul li .facetwp-selection-label {
  display: none;
}
.facetwp-selections ul li .facetwp-selection-value {
  margin-right: 3px;
  margin-left: 3px;
}
.facetwp-selections button {
  background-color: transparent;
}
.facetwp-reset {
  display: none;
  border: 0;
  padding: 0;
  margin: 15px 0;
  background-color: transparent;
  font-size: 16px;
  text-decoration: underline;
}
.results-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  gap: 15px;
}
.results-header .facetwp-count {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.results-header .facetwp-count .facetwp-counts {
  display: inline;
}
.results-header .facetwp-count span {
  text-transform: lowercase;
}
.results-header .facetwp-sort {
  text-align: right;
  color: #000 !important;
}
.results-header .facetwp-sort a {
  color: #000;
}
.results-header .facetwp-sort .facetwp-facet,
.results-header .facetwp-per-page .facetwp-facet {
  margin-bottom: 0 !important;
}
.results-header .facetwp-sort select,
.results-header .facetwp-per-page select {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  color: #000 !important;
  background: transparent url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 5px top 55%;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 30px 10px 10px;
}
.facetwp-facet-judicial-body > .facetwp-checkbox {
  margin-top: 20px;
  font-weight: 600;
}
.search-container {
  max-width: 780px;
  margin: 0 auto;
}
.search-container h1 span {
  font-weight: 300;
}
.search-container .search-form {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .search-container .search-form {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}
.search-container .search-form label {
  width: 75%;
}
.search-container .search-form label .search-field {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  border-radius: 0;
  color: #000 !important;
  font-size: 16px;
  padding: 15px;
}
.search-container .search-form .search-submit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #FFF;
  border: 0;
  font-size: 18px;
  background-color: #772b8b;
}
.search-container .search-form .search-submit:hover {
  cursor: pointer;
}
.search-container .cases {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .search-container .search-terms {
    padding-top: 20px!important;
  }
}
.search-container .search-terms .button {
  margin-right: 30px;
}
.search-container .search-terms a:not(.button) {
  color: #772b8b;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}
.search-container .search-terms a:not(.button) i {
  margin-right: 3px;
}
.search-container .search-terms a:not(.button):hover {
  text-decoration: none;
  border-bottom-color: #772b8b;
}
.search-container .nav-links {
  text-align: center;
  margin-top: 40px;
}
.search-container .nav-links .page-numbers {
  text-decoration: none;
  display: inline-block;
  background-color: #FFF;
  padding: 6px 12px;
}
.search-container .nav-links a.page-numbers:hover {
  background-color: #009DBD;
  color: #FFF;
}
.home-search {
  padding-bottom: 30px;
}
.home-search a {
  color: #772b8b;
  text-decoration: none;
}
.home-search a i {
  margin-right: 3px;
}
.home-search .search-container {
  margin: 0;
  display: none;
}
.home-search .search-container form {
  margin-top: 10px;
}
.content {
  max-width: 780px;
  margin: 0 auto;
}
.content.left {
  margin: 0;
}
.content > * {
  margin-bottom: 30px;
}
.content h1 {
  margin-bottom: 5rem!important;
}
.content h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 15px;
}
.content h3 {
  font-size: 2.5rem;
  line-height: 3.3rem;
  margin-bottom: 10px;
}
.content h4 {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 5px;
}
.content h5 {
  font-size: 1.5rem;
  line-height: 1.9rem;
  margin-bottom: 0;
}
.content.full {
  max-width: 1920px;
}
.content hr {
  margin: 40px 0;
  height: 0;
  border-top: 1px solid #ccc;
}
.content img {
  width: 100%;
  height: auto;
}
.content .wp-block-image {
  padding: 0;
  margin: 30px 0;
}
.content .resources {
  margin-top: 60px;
}
.content .resources .header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .resources .header select {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  border-radius: 0;
  background: #FFF url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 10px top 55%;
  width: 100%;
  min-width: 200px;
  font-size: 16px;
  padding: 15px 35px 15px 15px;
}
.content .resources .resource .tab {
  display: none;
}
.content .resources .resource .tab:first-of-type {
  display: block;
}
.content .resources .resource object {
  border-radius: 10px;
  margin: 20px 0;
  width: 100%;
  height: 1160px;
}
@media only screen and (max-width: 767px) {
  .content .resources .resource object {
    display: none;
  }
}
.single-case h1 {
  text-align: left;
}
.single-case .key-judgement {
  margin: -30px 0 0 0;
  font-size: 16px;
  color: #772b8b;
}
.single-case .search-terms {
  color: #772b8b;
  font-size: 16px;
  line-height: 21px;
}
.single-case .theme-terms {
  color: #214099;
  font-size: 16px;
  line-height: 21px;
}
.single-case .inner {
  padding: 60px;
  background-color: #FFF;
  margin: 20px 0;
}
@media only screen and (max-width: 767px) {
  .single-case .inner {
    padding: 30px;
  }
}
.single-case .inner h2 {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 0;
}
.single-case .inner p {
  margin: 10px 0;
}
.single-case .inner .stat {
  margin-bottom: 20px;
}
.single-case .inner .stat p {
  margin: 3px 0;
}
@media only screen and (min-width: 767px) {
  .single-case .inner .stat.no-margin-bottom-desktop {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .single-case .inner .stat.no-margin-bottom-mobile {
    margin-bottom: 0;
  }
}
.single-case .inner ul.links {
  margin: 5px 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}
.single-case .inner ul.links i {
  margin-right: 6px;
  text-decoration: none;
}
.has-edld-light-grey-color {
  color: #efefef;
}
.has-edld-light-grey-background-color {
  background-color: #efefef;
}
.has-edld-purple-color {
  color: #762e88;
}
.has-edld-purple-background-color {
  background-color: #762e88;
}
.has-edld-blue-color {
  color: #214099;
}
.has-edld-blue-background-color {
  background-color: #214099;
}
.has-edld-black-color {
  color: #000000;
}
.has-edld-black-background-color {
  background-color: #000000;
}
.has-edld-white-color {
  color: #ffffff;
}
.has-edld-white-background-color {
  background-color: #ffffff;
}
.site-foot {
  background-color: #214099;
  padding: 40px 0;
}
.site-foot .wrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 600px) {
  .site-foot .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.site-foot .wrapper p,
.site-foot .wrapper ul {
  font-size: 15px;
  line-height: 20px;
  color: #FFF;
}
.site-foot ul {
  padding-left: 0;
}
.site-foot ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .site-foot ul li {
    display: block;
    margin-bottom: 5px;
  }
}
.site-foot ul a {
  color: #FFF;
}
.site-foot .site-foot-logo {
  width: 200px;
  height: auto;
  display: block;
  margin-bottom: 25px;
}
.site-head {
  padding: 16px 20px;
  background: #009DBD;
  background: -webkit-gradient(linear, left top, right top, from(#214099), to(#772b8b));
  background: linear-gradient(90deg, #214099, #772b8b);
  font-size: 16px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .site-head {
    padding: 8px 20px;
  }
}
.site-head .site-head-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 990px) {
  .site-head .site-head-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-head .site-head-inner a {
  color: #FFF;
}
.site-head .site-head-inner .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-head .site-head-inner .logo h1 {
  width: 284px;
  height: 72px;
  background: url('img/logo.png');
  background-size: 100%;
  text-indent: -9999px;
  color: #FFF;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 990px) {
  .site-head .site-head-inner .logo h1 {
    width: 213px;
    height: 54px;
  }
}
.site-head .site-head-inner .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .site-head .site-head-inner .navigation {
    display: none;
  }
}
.site-head .site-head-inner .translation {
  margin: 0 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.site-head .site-head-inner .translation select {
  font-size: 15px;
  color: #FFF;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: transparent url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;
  background-position: right 5px top 55%;
  width: 100%;
  padding: 10px 25px 10px 10px;
}
.site-head .site-head-inner .translation select option {
  color: black;
}
.site-head .site-head-inner .main-site-link a {
  text-decoration: none;
  font-size: 15px;
}
.site-head .site-head-inner .main-site-link a i {
  font-size: 14px;
  margin-left: 3px;
}
.site-head .site-head-inner .mobile-menu-button {
  color: #FFF;
  font-size: 2rem;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-head .site-head-inner .mobile-menu-button {
    display: block;
  }
}
.site-head .site-head-inner ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 1px;
}
.site-head .site-head-inner ul.menu li {
  list-style-type: none;
  margin-left: 30px;
}
.site-head .site-head-inner ul.menu li:first-of-type {
  margin-left: 0;
}
.site-head .site-head-inner ul.menu li a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
}
.site-head .site-head-inner ul.menu li a:hover {
  border-bottom-color: #FFF;
  text-decoration: none;
}
.site-head .site-head-inner ul.menu li.current-menu-item a {
  border-bottom-color: #FFF;
}
.site-title {
  border-top: 1px solid #CCC;
  background-color: #214099;
  padding: 20px;
  text-align: center;
  color: #FFF;
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 990px) {
  .site-title {
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .site-title {
    font-size: 1.7rem;
    line-height: 2.4rem;
    padding: 7px 20px;
  }
}
.page-template-template-full-width .site-content {
  margin: 0;
}
/*! Pushy - v1.3.0 - 2019-6-25
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 400px;
  max-width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #191918;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}
.pushy ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.pushy ul li.current-menu-item a {
  color: #009DBD;
}
.pushy a {
  display: block;
  color: #b3b3b1;
  font-size: 20px;
  padding: 7px 0;
  text-decoration: none;
}
.pushy a:hover {
  color: #009DBD;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-content {
  padding: 20px;
  visibility: hidden;
}
.pushy-content .mobile-menu-button {
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}
.pushy-content .mobile-menu-button i {
  position: relative;
  top: 1px;
  margin-left: 3px;
  color: #009DBD;
}
.pushy-content select {
  font-size: 15px;
  color: #FFF;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  display: block;
  margin: 20px auto;
  background: #009DBD url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>") no-repeat;
  background-position: right 5px top 55%;
  padding: 10px 30px 10px 10px;
}
.pushy-content .add-organisation {
  margin-top: 30px;
  text-align: center;
}
.pushy-content .add-organisation i {
  font-size: 15px;
  margin-left: 4px;
}
/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
}
.pushy-right {
  -webkit-transform: translate3d(400px, 0, 0);
  transform: translate3d(400px, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-400px, 0, 0);
  transform: translate3d(-400px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}
/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99), -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu > ul {
  padding-left: 15px;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu > ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  color: #b3b3b1;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
}
.pushy-submenu button:hover {
  color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: url("../img/arrow.svg") no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;
}
.pushy-submenu-open {
  /* Submenu Icon */
}
.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
@font-face {
  font-family: "Trade Gothic Next LT W01 Bold";
  src: url("css/fonts/ec10339d-18e7-4c13-9a86-00306eb3d186.woff2") format("woff2"), url("css/fonts/98aa2c71-be1a-4f71-87b3-8867283a25b7.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic Next LT W01 Rg";
  src: url("css/fonts/376eee11-9a10-4bc6-a111-8ab1e673bb6b.woff2") format("woff2"), url("css/fonts/c702ae07-0339-4b2c-86b6-94ecb316d6d0.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic Next LT W01 Itali";
  src: url("css/fonts/e4ab637e-0525-4580-b988-b533bf0d6b24.woff2") format("woff2"), url("css/fonts/f8de229e-9129-404a-a4ca-82dd30257d13.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic Next LT W01 Cond";
  src: url("css/fonts/9c631b0e-d01a-4c9f-a09a-ef1f976b1530.woff2") format("woff2"), url("css/fonts/9d2b200d-dbcb-4b29-9bb7-0da4818a5a05.woff") format("woff");
}
@font-face {
  font-family: "Trade Gothic Next LT W01 Bd Cn";
  src: url("css/fonts/44873ff2-7c09-4145-8135-0358bbc27875.woff2") format("woff2"), url("css/fonts/e50244b4-dd8b-4e3f-91b6-7974f2c999d6.woff") format("woff");
}
html {
  -webkit-text-size-adjust: none;
  font-size: 62.5%;
  line-height: 1.4rem;
}
body {
  color: #000;
  background-color: #EFEFEF;
  margin: 0;
  font-size: 1.7rem;
  line-height: 2.5rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-family: 'Trade Gothic Next LT W01 Rg', sans-serif;
}
.site-container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.site-content {
  margin: 80px 0;
}
@media only screen and (max-width: 990px) {
  .site-content {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-content {
    margin: 20px 0;
  }
}
.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
  color: #000;
}
h1 {
  font-size: 3.6rem;
  line-height: 4.5rem;
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
    line-height: 3.8rem;
  }
}
h2 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
h3 {
  font-size: 3.5rem;
  line-height: 4.5rem;
}
h4 {
  font-size: 3rem;
  line-height: 4rem;
}
h5 {
  font-size: 2.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
}
a {
  color: #214099;
}
a:hover,
a:focus {
  text-decoration: none;
}
.button {
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  background-color: #772b8b;
  padding: 8px 30px;
  color: #FFF !important;
}
.button:hover,
.button:focus {
  text-decoration: none!important;
  background-color: #2a52c3;
}
.button i {
  margin-right: 3px;
  font-size: 16px;
}
.is-hidden,
.screen-reader-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

