/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Fri Sep 09 2016 16:14:29 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

input[type=text]:focus + .sq-form-question-title,
input[type=tel]:focus + .sq-form-question-title,
input[type=email]:focus + .sq-form-question-title,
textarea:focus + .sq-form-question-title, .has-val input[type=text] + .sq-form-question-title, .has-val
input[type=tel] + .sq-form-question-title, .has-val
input[type=email] + .sq-form-question-title, .has-val
textarea + .sq-form-question-title {
  opacity: 0;
  visibility: hidden;
}

.sq-form-question-title {
  opacity: 1;
  visibility: visible;
}

ul, .c-tab__menu-list, .c-panel__list, .slick-dots, .nav__list, .p-sharethis__list, .p-fmenus ul, .p-privacy__menus-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li, .c-tab__menu-list li, .c-panel__list li, .slick-dots li, .nav__list li, .p-sharethis__list li, .p-fmenus ul li, .p-privacy__menus-list li {
  margin-bottom: 0;
}

ul > li, .c-tab__menu-list > li, .c-panel__list > li, .slick-dots > li, .nav__list > li, .p-sharethis__list > li, .p-fmenus ul > li, .p-privacy__menus-list > li {
  margin-left: 0;
}

ul > li::before, .c-tab__menu-list > li::before, .c-panel__list > li::before, .slick-dots > li::before, .nav__list > li::before, .p-sharethis__list > li::before, .p-fmenus ul > li::before, .p-privacy__menus-list > li::before {
  display: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.o-container, .o-inner, .p-banner__container, .s-featured-article__heading {
  margin-left: 15px;
  margin-right: 15px;
  max-width: 1240px;
}

@media screen and (min-width: 77.5em) {
  .o-container, .o-inner, .p-banner__container, .s-featured-article__heading {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.e-select__btn, .c-btn, .sq-form-submit {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  /*border-bottom: 1px dotted;*/
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin: 1em 1em 1em 0;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin: 1em 0 1em 1em;
}

img.center {
  margin: 1em auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #bfd3fa;
  text-shadow: none;
}

::selection {
  background: #bfd3fa;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/*
--------------------
Modules
--------------------
*/
/*
--------------------
Site Styles
@author: Ryan Yu - Lead Frontend Developer <ryu@squiz.net>
--------------------
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-family: "Open Sans", sans-serif;
}

h1,
.e-h1 {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 600;
  line-height: 1.2;
}

h2,
.e-h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
}

h3,
.e-h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
}

h4,
.e-h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

h5,
.e-h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75;
}

h6,
.e-h6 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
}

p {
  font-weight: 300;
  line-height: 1.6;
}

hr {
  background-color: #cdcdcd;
  border: 0;
  height: 4px;
  margin: 40px 0;
}

a {
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

.e-link {
  text-decoration: none;
}

.e-link:hover {
  text-decoration: none !important;
}

.e-link__icon {
  display: inline-block;
  position: relative;
  top: 3px;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover .e-link__icon {
  transform: translateX(5px);
}

.e-link--white {
  color: #fff;
}

.e-link--left {
  position: relative;
}

.e-link--left > span:first-of-type {
  padding-left: 27px;
}

.e-link--left .e-link__icon {
  left: 0;
  position: absolute;
  top: 1px;
}

.e-link--left:hover .e-link__icon {
  transform: translateX(-5px);
}

.o-content img {
  max-width: 40%;
}

ul,
ol {
  margin-bottom: 40px;
}

li {
  font-weight: 300;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ul > li {
  margin-left: 40px;
  position: relative;
}

ul > li::before {
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  left: -17px;
  position: absolute;
  top: 9px;
  width: 6px;
}

li ul,
li ol {
  margin-bottom: 0;
  margin-top: 10px;
}

form {
  font-size: 14px;
  font-size: 0.875rem;
}

.sq-form-question-title {
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.js .sq-form-question-title {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #131313;
  cursor: text;
  font-weight: 300;
  left: 10px;
  margin: 10px 0 0;
  position: absolute;
  top: 0;
}

@media screen and (min-width: 47.5em) {
  .s-home__about-right .sq-form-question-title {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.sq-form-question {
  position: relative;
}

.js .sq-form-question {
  margin-top: 10px;
}

.js .sq-form-question:first-of-type {
  margin-top: 0;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  background-color: #fbfbfb;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  width: 100%;
}

select {
  padding: 10px;
  width: 100%;
}

.sq-form-question-title {
  display: block;
  margin-bottom: 5px;
  margin-top: 20px;
}

.sq-form-error {
  color: #c54516;
  margin-top: 5px !important;
}

.sq-form-submit {
  color: #fff !important;
  margin-top: 20px;
  width: 100%;
}

.js .sq-form-question-select .sq-form-question-title,
.js .sq-form-question-select .sq-form-question-answer {
  display: none;
}

.e-select {
  position: relative;
}

.e-select__btn {
  font-size: 15px;
  font-size: 0.9375rem;
  background-color: #fbfbfb !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: #131313 !important;
  display: block !important;
  font-weight: 300;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  text-align: left !important;
  width: 100%;
}

.e-select__btn:hover {
  background-color: #c8c8c8 !important;
}

.is-select-active .e-select__btn {
  background-color: #c8c8c8 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.e-select__default {
  border-right: 1px solid #e1e1e1 !important;
  display: inline-block;
  float: left;
  padding: 10px;
  width: calc(100% - 40px);
}

@media screen and (min-width: 47.5em) {
  .s-home__about-right .e-select__default {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.e-select__btn-icon {
  display: block;
  float: right;
  transform: translateY(-50%) scale(0.6) !important;
  width: 15px !important;
}

.e-select__list {
  border: 1px solid #e1e1e1;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 100;
}

.e-select__item {
  background-color: #fbfbfb;
  border-top: 1px solid #f4f4f4;
  border-radius: 0;
  cursor: pointer;
  padding: 10px;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.e-select__item:hover {
  background-color: #e2e2e2;
}

.e-select__item.is-selected {
  background-color: #e2e2e2;
}

.table__wrapper {
  margin: 40px 0;
  width: 100%;
}

.table__inner {
  border: 1px solid #ccc;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
}

table {
  margin: 40px 0;
}

.table__inner table {
  margin: 0;
}

table caption {
  margin-bottom: 10px;
}

caption.table__caption {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

th,
td {
  border-left: 1px solid transparent;
  min-width: 250px;
  padding: 17px 20px;
  text-align: left;
  vertical-align: top;
}

th:first-of-type,
td:first-of-type {
  border: 0;
}

td {
  border-left: 1px solid #ccc;
  background-color: #fff;
  font-weight: 300;
}

td:first-of-type {
  font-weight: 600;
}

tr:nth-child(odd) td {
  background-color: #f4f4f4;
}

@media screen and (min-width: 77.5em) {
  .o-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .o-layout:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.o-col-2 .o-layout {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 47.5em) {
  .o-col-2 .o-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .o-col-2 .o-layout:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 77.5em) {
  .o-col-2-left .o-content {
    width: 67.88991%;
    float: left;
    margin-right: 0.91743%;
  }
}

.o-content > p:first-child,
.o-content > ul:first-child {
  margin-top: 20px;
}

.o-col-2 .o-content {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 47.5em) {
  .o-col-2 .o-content {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 62.02532%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media screen and (min-width: 77.5em) {
  .o-col-2 .o-content {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media screen and (min-width: 77.5em) {
  .o-col-2-left .o-aside {
    width: 26.6055%;
    float: right;
    margin-right: 0;
  }
}

.o-col-2 .o-aside {
  margin-top: 20px;
}

@media screen and (min-width: 47.5em) {
  .o-col-2 .o-aside {
    width: 30.37975%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .o-col-2 .o-aside {
    width: 49.36709%;
    float: right;
    margin-right: 0;
  }
}

body::after {
  content: 'mq-small';
  display: none;
}

@media screen and (min-width: 47.5em) {
  body::after {
    content: 'mq-medium';
  }
}

@media screen and (min-width: 77.5em) {
  body::after {
    content: 'mq-wide';
  }
}

.o-page-wrapper {
  overflow: hidden;
  max-width: 100vw;
  min-height: 100vh;
  position: relative;
}

.o-page-container {
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.is-mobile-menu-opened .o-page-container {
  transform: translateX(calc(-100% + 70px));
}

@media screen and (min-width: 28.125em) {
  .is-mobile-menu-opened .o-page-container {
    transform: translateX(-393px);
  }
}

@media screen and (min-width: 77.5em) {
  .is-mobile-menu-opened .o-page-container {
    transform: translateX(0);
  }
}

.o-col-1-full .o-container {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  padding: 0 !important;
}

.o-content {
  /*padding-bottom: 20px;*/
  padding-top: 15px;
}

@media screen and (min-width: 77.5em) {
  .o-content {
    padding-bottom: 40px;
    padding-top: 20px;
  }
}

.o-col-2 .o-content {
  padding-top: 0;
}

.c-icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em;
}

.c-icon--small-extra {
  font-size: 11px;
  font-size: 0.6875rem;
}

.c-icon--small {
  font-size: 16px;
  font-size: 1rem;
}

.c-icon--medium {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-icon--medium-large {
  font-size: 34px;
  font-size: 2.125rem;
}

.c-icon--large-small {
  font-size: 40px;
  font-size: 2.5rem;
}

.c-icon--large {
  font-size: 50px;
  font-size: 3.125rem;
}

.c-icon--white {
  color: #fff;
}

.c-icon--gray {
  color: #b2b2b2;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

a:hover .c-icon--gray {
  color: #fff;
}

.c-icon--external {
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.c-icon-chevron {
  height: 11px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.c-icon-chevron::before, .c-icon-chevron::after {
  content: '';
  height: 13px;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 3px;
}

.c-icon-chevron::before {
  left: 0;
  transform: rotate(-42deg);
}

.c-icon-chevron::after {
  left: 7px;
  transform: rotate(42deg);
}

.c-icon-chevron.c-icon-chevron--reverse::before {
  left: 7px !important;
  transform: rotate(42deg) translateX(0) translateY(0) !important;
}

.c-icon-chevron.c-icon-chevron--reverse::after {
  left: 0 !important;
  transform: rotate(-42deg) translateX(0) translatey(0) !important;
}

.is-select-active .c-icon-chevron.c-icon-chevron--reverse::before {
  transform: rotate(42deg) translateX(-8px) translateY(7px) !important;
}

.is-select-active .c-icon-chevron.c-icon-chevron--reverse::after {
  transform: rotate(-42deg) translateX(3px) translatey(3px) !important;
}

.is-active .c-icon-chevron::before {
  transform: rotate(-42deg) translateX(3px) translatey(3px);
}

.is-active .c-icon-chevron::after {
  transform: rotate(42deg) translateX(-8px) translateY(7px);
}

.c-icon-chevron--primary-color::before, .c-icon-chevron--primary-color::after {
  background-color: #487a99;
}

.c-icon-chevron--white::before, .c-icon-chevron--white::after {
  background-color: #fff;
}

.e-select__btn, .c-btn, .sq-form-submit {
  font-size: 16px;
  font-size: 1rem;
  background-color: transparent;
  border: 3px solid transparent;
  border-radius: .25em;
  color: #00f;
  display: inline-block;
  line-height: normal;
  padding: 0.625em 2.2em;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 1ms, top 1ms;
}

.c-btn--secondary-color.c-btn--3d {
  position: relative;
}

.c-btn--secondary-color.c-btn--3d:hover {
  top: 2px;
}

.c-btn--secondary-color.c-btn--3d:active {
  top: 4px;
}

.c-btn--orange.c-btn--3d {
  position: relative;
}

.c-btn--orange.c-btn--3d:hover {
  top: 2px;
}

.c-btn--orange.c-btn--3d:active {
  top: 4px;
}

.c-btn--large {
  font-size: 23px;
  font-size: 1.4375rem;
}

.c-btn--small {
  font-size: 14px;
  font-size: 0.875rem;
}

.c-btn--full {
  width: 100%;
}

.c-btn--flat {
  border-radius: 0;
}

.c-btn--round {
  border-radius: 2em;
}

.c-btn--ajax {
  position: relative;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-btn--ajax span {
  transition: opacity .2s;
}

.c-btn--ajax.is-loading-ready {
  background-color: transparent;
  border: 6px solid transparent;
  padding: 0;
}

.c-btn--ajax.is-loading-ready span {
  opacity: 0;
}

.c-btn--ajax.is-loading-ready:hover {
  background-color: transparent !important;
}

.c-btn--ajax.is-loading-ready.is-loading:after {
  animation: btn-ajax 1.1s infinite linear;
  background-color: transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-radius: 50%;
  content: '';
  height: 80px;
  left: -6px;
  padding: 0px;
  position: absolute;
  top: -6px;
  width: 80px;
}

@-webkit-keyframes btn-ajax {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes btn-ajax {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.c-doc {
  background-color: #f4f4f4;
  border-radius: 5px;
  color: #353535;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 5px 0;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

@media screen and (min-width: 47.5em) {
  .c-doc {
    width: auto;
  }
}

.c-doc:hover {
  background-color: #dbdbdb;
}

.c-doc__container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-doc__icon {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  min-width: 45px;
  width: 45px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-doc__details {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 16px;
}

.c-doc__icon-download-arrow {
  transform: translateY(-100px);
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-doc:hover .c-doc__icon-download-arrow {
  transform: translateY(0);
}

.c-doc__icon-link {
  transform: scale(0.8);
  transform-origin: center;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-doc:hover .c-doc__icon-link {
  transform: scale(1);
}

.c-doc--full {
  display: block;
}

.c-fullimg {
  line-height: 0;
  position: relative;
  width: 100%;
}

.c-fullimg::before {
  background-image: linear-gradient(to bottom, transparent 40%, #000);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-fullimg__img {
  object-fit: cover;
  height: 157px;
  max-width: 100% !important;
  width: 100%;
}

@media screen and (min-width: 31.25em) {
  .c-fullimg__img {
    height: 250px;
  }
}

@media screen and (min-width: 47.5em) {
  .c-fullimg__img {
    height: 390px;
  }
}

.c-fullimg__caption {
  font-size: 14px;
  font-size: 0.875rem;
  bottom: 0;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: right;
}

@media screen and (min-width: 31.25em) {
  .c-fullimg__caption {
    padding-left: 42px;
  }
}

@media screen and (min-width: 47.5em) {
  .c-fullimg__caption {
    padding: 25px 25px 25px 42px;
  }
}

.c-fullimg__caption::before {
  background-image: url("/App_Asset/Private/PhysicalFiles/df761696-fd81-4fb9-a62c-0161c1ea45ba.svg");
  content: '';
  display: none;
  height: 15px;
  margin-left: -30px;
  position: absolute;
  width: 19px;
}

@media screen and (min-width: 31.25em) {
  .c-fullimg__caption::before {
    display: inline-block;
  }
}

.c-social {
  display: inline-block;
  line-height: 0;
  margin-right: 5px;
  overflow: hidden;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-social svg {
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-social--small {
  padding: 8px;
}

.c-social--border {
  background-color: transparent;
  border: 1px solid transparent;
}

.c-social--round {
  border-radius: 50%;
}

.sq-form-required-field-note, .c-alert {
  line-height: 1.6;
  padding: 20px 20px 20px 0;
}

.c-alert h3 {
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
}

.c-alert p:last-of-type {
  margin-bottom: 0px;
}

.c-accordion {
  margin: 40px 0;
}

.c-accordion__heading {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  position: relative;
}

.c-accordion__heading-btn {
  color: #353535;
  display: block;
  padding: 16px 30px;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

.c-accordion__heading-btn:hover {
  background-color: #e1e1e1;
}

.c-accordion__icon {
  display: none;
}

.c-accordion__content {
  padding: 0 30px 25px;
}

.js .c-accordion__box:not(.is-init) .c-accordion__content {
  display: none;
}

.js .c-accordion__box.is-active .c-accordion__content {
  display: block;
}

.c-accordion__content > h1:first-child,
.c-accordion__content > h2:first-child,
.c-accordion__content > h3:first-child,
.c-accordion__content > h4:first-child,
.c-accordion__content > h5:first-child,
.c-accordion__content > h6:first-child,
.c-accordion__content > p:first-child {
  margin-top: 0;
}

.c-accordion__content > h1:last-child,
.c-accordion__content > h2:last-child,
.c-accordion__content > h3:last-child,
.c-accordion__content > h4:last-child,
.c-accordion__content > h5:last-child,
.c-accordion__content > h6:last-child,
.c-accordion__content > p:last-child {
  margin-bottom: 0;
}

.c-accordion--bg {
  border-top: 1px solid #e1e1e1;
}

.c-accordion--bg .c-accordion__box {
  background-color: #f4f4f4;
  border-bottom: 1px solid #e1e1e1;
}

.c-accordion--border {
  border-top: 1px solid #e1e1e1;
}

.c-accordion--border .c-accordion__box {
  border-bottom: 1px solid #e1e1e1;
}

.c-accordion--disable .c-accordion__heading-btn:hover {
  background-color: transparent !important;
  text-decoration: underline;
}

.c-accordion--theme-1 {
  border-top: 2px solid #c1c1c1;
}

.c-accordion--theme-1 .c-accordion__box {
  border-bottom: 2px solid #c1c1c1;
}

.c-accordion--theme-1 .c-accordion__heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-accordion--theme-1 .c-accordion__icon {
  border: 1px solid #353535;
  display: block;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  z-index: -1;
}

.c-accordion--theme-1 .c-accordion__icon::before, .c-accordion--theme-1 .c-accordion__icon::after {
  background-color: #5a5a5a;
  content: '';
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.c-accordion--theme-1 .c-accordion__icon::before {
  height: 13px;
  left: 11px;
  top: 5px;
  width: 1px;
}

.c-accordion--theme-1 .c-accordion__icon::after {
  height: 1px;
  left: 5px;
  top: 11px;
  width: 13px;
}

.c-accordion--theme-1 .is-active .c-accordion__icon::before {
  transform: rotate(-90deg) !important;
}

.c-accordion--theme-1 .is-active .c-accordion__icon::after {
  transform: rotate(-180deg) !important;
}

.c-accordion--theme-1 .c-accordion__heading-btn {
  font-weight: 600;
  padding: 11px 45px;
}

.c-accordion--theme-1 .c-accordion__heading-btn:hover {
  background-color: transparent;
}

.no-touch .c-accordion--theme-1 .c-accordion__heading-btn:hover + .c-accordion__icon::before, .no-touch .c-accordion--theme-1 .c-accordion__heading-btn:hover + .c-accordion__icon::after {
  transform: rotate(-45deg);
}

.c-accordion--theme-1 .is-active .c-accordion__heading-btn {
  color: #353535 !important;
}

.c-accordion--theme-1 .c-accordion__content {
  padding: 11px 45px;
}

.c-accordion--theme-1 .c-accordion__content > h1:first-child,
.c-accordion--theme-1 .c-accordion__content > h2:first-child,
.c-accordion--theme-1 .c-accordion__content > h3:first-child,
.c-accordion--theme-1 .c-accordion__content > h4:first-child,
.c-accordion--theme-1 .c-accordion__content > h5:first-child,
.c-accordion--theme-1 .c-accordion__content > h6:first-child,
.c-accordion--theme-1 .c-accordion__content > p:first-child {
  margin-top: 0;
}

.c-accordion--theme-1 .c-accordion__content > h1:last-child,
.c-accordion--theme-1 .c-accordion__content > h2:last-child,
.c-accordion--theme-1 .c-accordion__content > h3:last-child,
.c-accordion--theme-1 .c-accordion__content > h4:last-child,
.c-accordion--theme-1 .c-accordion__content > h5:last-child,
.c-accordion--theme-1 .c-accordion__content > h6:last-child,
.c-accordion--theme-1 .c-accordion__content > p:last-child {
  margin-bottom: 10px;
}

@media screen and (min-width: 47.5em) {
  .c-accordion--theme-1 .c-accordion__content > h1:last-child,
  .c-accordion--theme-1 .c-accordion__content > h2:last-child,
  .c-accordion--theme-1 .c-accordion__content > h3:last-child,
  .c-accordion--theme-1 .c-accordion__content > h4:last-child,
  .c-accordion--theme-1 .c-accordion__content > h5:last-child,
  .c-accordion--theme-1 .c-accordion__content > h6:last-child,
  .c-accordion--theme-1 .c-accordion__content > p:last-child {
    margin-bottom: 22px;
  }
}

.c-accordion--theme-2 .c-accordion__box {
  border: 1px solid transparent;
  margin-bottom: 10px;
  transition: border 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .c-accordion--theme-2 .c-accordion__box {
    margin-bottom: 0;
  }
}

.c-accordion--theme-2 .c-accordion__heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.c-accordion--theme-2 .c-accordion__heading-btn {
  background-color: #f4f4f4;
  color: #1a1d20;
  font-weight: 600;
  line-height: 1.3;
  padding: 15px 52px 18px 30px;
}

.c-accordion--theme-2 .is-active .c-accordion__heading-btn {
  background-color: transparent;
  color: #1a1d20 !important;
}

.c-accordion--theme-2 .c-accordion__icon {
  display: block;
}

.c-accordion--theme-2 .c-accordion__content > h1,
.c-accordion--theme-2 .c-accordion__content > h2,
.c-accordion--theme-2 .c-accordion__content > h3,
.c-accordion--theme-2 .c-accordion__content > h4,
.c-accordion--theme-2 .c-accordion__content > h5,
.c-accordion--theme-2 .c-accordion__content > h6 {
  margin: 0;
}

.c-accordion--theme-2 .c-accordion__content > h1:first-child,
.c-accordion--theme-2 .c-accordion__content > h2:first-child,
.c-accordion--theme-2 .c-accordion__content > h3:first-child,
.c-accordion--theme-2 .c-accordion__content > h4:first-child,
.c-accordion--theme-2 .c-accordion__content > h5:first-child,
.c-accordion--theme-2 .c-accordion__content > h6:first-child {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
}

.c-tab__menu-list {
  display: none;
}

@media screen and (min-width: 47.5em) {
  .c-tab__menu-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.c-tab__menu-item {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  margin-right: 10px;
  max-width: 190px;
  transition: border 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .c-tab__menu-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.c-tab__menu-item::after {
  background-color: transparent;
  bottom: -1px;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  width: 100%;
}

.c-tab__menu-item.is-active {
  background-color: transparent;
  color: #353535;
  position: relative;
}

.c-tab__menu-item.is-active::after {
  background-color: #fff;
}

@media screen and (min-width: 47.5em) {
  .js .c-accordion--theme-2.c-accordion--tab .c-accordion__wrapper {
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
  }
  .js .c-accordion--theme-2.c-accordion--tab .c-accordion__box {
    border: 0;
  }
  .js .c-accordion--theme-2.c-accordion--tab .c-accordion__wrapper .c-accordion__heading {
    display: none !important;
    visibility: hidden;
  }
  .js .c-accordion--theme-2.c-accordion--tab .c-accordion__content {
    padding: 30px 0;
  }
  .js .c-accordion--theme-2.c-accordion--tab .c-accordion__heading-btn {
    padding: 15px;
  }
  .c-tab__menu-item.is-active .js .c-accordion--theme-2.c-accordion--tab .c-accordion__heading-btn {
    color: #353535 !important;
  }
}

.c-panel {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 77.5em) {
  .c-panel {
    margin-bottom: 40px;
  }
}

.o-col-2 .c-panel {
  padding-top: 0 !important;
}

@media screen and (min-width: 47.5em) {
  .o-col-2 .c-panel {
    margin-top: -85px;
  }
}

.c-panel__heading {
  font-size: 14px;
  font-size: 0.875rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  margin: 0;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
  transition: border-radius 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .c-panel__heading {
    font-size: 15px;
    font-size: 0.9375rem;
    display: inline-block;
    padding: 5px 30px;
  }
}

.c-panel--large .c-panel__heading {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0;
}

@media screen and (min-width: 47.5em) {
  .c-panel--large .c-panel__heading {
    width: 100%;
  }
}

.js .c-panel--large .c-panel__heading {
  border-radius: 5px;
}

.s-panel--home .c-panel__heading {
  padding: 5px 25px;
}

@media screen and (min-width: 47.5em) {
  .s-panel--home .c-panel__heading {
    padding: 5px 17px;
  }
}

.is-active .c-panel__heading {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.c-panel__btn {
  color: #fff;
  display: block;
  padding: 12px 52px 12px 20px;
  text-decoration: none;
}

@media screen and (min-width: 47.5em) {
  .c-panel__btn {
    cursor: default;
    padding: 15px 20px;
  }
  .o-aside .c-panel__btn {
    padding: 15px 30px;
  }
}

.c-panel__box {
  background-color: #f4f4f4;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #353535;
  display: block;
  padding: 20px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .c-panel__box {
    border-top-right-radius: 5px;
    padding: 30px;
  }
  .s-panel__tools .c-panel__box {
    padding: 18px 30px;
  }
}

.js .c-panel--large .c-panel__box {
  display: none;
}

.c-panel--transparent .c-panel__box {
  background-color: rgba(244, 244, 244, 0.8);
}

.c-panel--readmore .c-panel__box {
  padding-bottom: 57px;
}

.s-panel--home .c-panel__box {
  padding: 18px 25px;
}

@media screen and (min-width: 47.5em) {
  .s-panel--home .c-panel__box {
    padding: 11px 17px;
  }
}

@media screen and (min-width: 47.5em) {
  .s-home__about-right .c-panel__box {
    padding: 15px;
  }
}

.c-panel__box p {
  margin: 0 0 5px;
}

.c-panel__box a {
  text-decoration: none;
}

.c-panel__box a:hover {
  text-decoration: underline;
}

.c-panel__box a:hover + span {
  transform: translateX(5px);
}

.c-panel__box strong {
  font-weight: 400;
}

a.c-panel__box:hover {
  background-color: #e2e2e2;
}

@media screen and (min-width: 47.5em) {
  .c-panel-icon {
    display: none;
  }
}

.c-panel__readmore {
  bottom: 18px;
  position: absolute;
}

@media screen and (min-width: 47.5em) {
  .c-panel__readmore {
    margin-top: 10px !important;
  }
}

.c-panel__readmore-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .c-panel__topicon {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c-panel__subheading {
  font-size: 25px;
  font-size: 1.5625rem;
  margin: 10px 0 0;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .c-panel__subheading {
    margin-bottom: 10px;
  }
}

.c-panel__item {
  border-top: 1px solid #dfdfdf;
  padding: 13px 0;
}

.c-panel__item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.c-panel__item:last-of-type {
  padding-bottom: 0;
}

.c-panel__item a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #353535;
  margin-left: 5px;
  padding-top: 4px;
}

.c-panel__item svg {
  position: relative;
  top: 4px;
}

@media screen and (min-width: 47.5em) {
  .c-panel__item svg {
    top: 2px;
  }
}

.slick-dots {
  margin-top: 3px;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.slick-dots button {
  background-color: #828282;
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 7px;
  line-height: 0;
  padding: 0;
  text-indent: -1000000px;
  width: 7px;
}

.p-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
}

@media screen and (min-width: 77.5em) {
  .p-header {
    padding: 25px 20px;
  }
}

.p-header__box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-header__btn {
  position: relative;
  width: 55px;
}

@media screen and (min-width: 77.5em) {
  .p-header__btn {
    width: auto;
  }
}

.p-header__logo {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 15px;
  margin-right: auto;
  margin-top: 9px;
  max-width: 160px;
}

@media screen and (min-width: 77.5em) {
  .p-header__logo {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0;
    margin-left: 0;
    max-height: 64px;
    max-width: none;
  }
}

.p-header__call {
  border-left: 1px solid #d9d9d9;
}

@media screen and (min-width: 77.5em) {
  .p-header__call {
    border: 0;
  }
}

.p-header__email {
  display: none;
}

@media screen and (min-width: 77.5em) {
  .p-header__email {
    display: flex;
  }
}

.p-header__link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 77.5em) {
  .p-header__link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 0 30px;
    position: relative;
    width: auto;
  }
}

.p-header__call .p-header__link {
  border-right: 1px solid #d9d9d9;
}

@media screen and (min-width: 77.5em) {
  .p-header__icon {
    padding-right: 15px;
  }
}

.p-header__icon-inner {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 77.5em) {
  .p-header__icon-inner {
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

@media screen and (min-width: 77.5em) {
  .p-header__call .p-header__link:hover .p-header__icon-inner {
    transform: rotate(10deg);
  }
}

.p-header__email .p-header__link:hover .p-header__icon-inner {
  transform: translateX(5px);
}

@media screen and (min-width: 77.5em) {
  .p-icon--large {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-header__email .p-icon--large {
  font-size: 42px;
  font-size: 2.625rem;
}

@media screen and (min-width: 77.5em) {
  .p-header__menu {
    display: none;
  }
}

.p-header__menu-wrapper {
  height: 23px;
  width: 30px;
}

.p-header__menu-bar {
  height: 3px;
  position: absolute;
  width: 30px;
}

.p-header__menu-top {
  top: 0;
}

.p-header__menu-middle {
  top: 10px;
}

.p-header__menu-bottom {
  top: 20px;
}

.p-header__login {
  display: none;
}

@media screen and (min-width: 77.5em) {
  .p-header__login {
    display: flex;
    padding-left: 30px;
  }
}

.p-header__content {
  display: none;
}

@media screen and (min-width: 77.5em) {
  .p-header__content {
    display: block;
  }
}

.p-header__content p {
  margin: 0;
}

.p-header__title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #747474;
  line-height: 1.1;
  text-transform: uppercase;
}

.p-header__num {
  font-size: 18px;
  font-size: 1.125rem;
  color: #131313;
  font-weight: 600;
  line-height: 1.1;
}

.p-hero {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 445px;
  position: relative;
}

@media screen and (min-width: 47.5em) {
  .p-hero {
    background-size: cover;
  }
}

@media screen and (min-width: 47.5em) {
  .p-hero__container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-hero__container:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.p-hero__grid {
  position: relative;
}

@media screen and (min-width: 47.5em) {
  .p-hero__grid {
    width: 30.37975%;
    float: right;
    margin-right: 0;
    padding-top: 114px;
  }
}

@media screen and (min-width: 77.5em) {
  .p-hero__grid {
    width: 24.05063%;
    float: right;
    margin-right: 0;
    padding-top: 100px;
  }
}

.p-hero__grid:first-of-type {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 381px;
  min-height: 381px;
  margin-bottom: 30px;
}

@media screen and (min-width: 47.5em) {
  .p-hero__grid:first-of-type {
    width: 68.35443%;
    float: left;
    margin-right: 1.26582%;
    display: block;
    padding-top: 85px;
  }
}

@media screen and (min-width: 77.5em) {
  .p-hero__grid:first-of-type {
    width: 74.68354%;
    float: left;
    margin-right: 1.26582%;
    padding-top: 62px;
  }
}

.p-hero__heading {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 23px;
  width: 70%;
}

@media screen and (min-width: 47.5em) {
  .p-hero__heading {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.3;
    margin-bottom: 43px;
  }
}

@media screen and (min-width: 77.5em) {
  .p-hero__heading {
    width: 400px;
  }
}

.nav {
  height: 100%;
  left: 100%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 77.5em) {
  .nav {
    height: auto;
    left: 0;
    min-height: 0;
    position: relative;
    width: auto;
  }
}

@media screen and (min-width: 77.5em) {
  .nav__list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.nav__link {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 18px 20px;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 77.5em) {
  .nav__link {
    padding: 24px 30px;
  }
}

.nav__link:hover, .nav__link:focus {
  background-color: #41617b;
}

@media screen and (min-width: 77.5em) {
  .nav__link:hover, .nav__link:focus {
    background-color: transparent;
  }
}

.nav__txt {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 77.5em) {
  .nav__txt::after {
    background-color: #fff;
    bottom: -6px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .nav__link:hover .nav__txt::after {
    width: 100%;
  }
}

header > .p-banner,
.o-aside .p-banner {
  padding: 30px 0;
}

@media screen and (min-width: 77.5em) {
  header > .p-banner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.p-banner__heading {
  line-height: 1.15;
  margin: 0;
}

.p-banner__desc {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 20px;
}

@media screen and (min-width: 77.5em) {
  .p-banner__desc {
    margin-top: 10px;
  }
}

.p-banner__container {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 77.5em) {
  .p-banner__container {
    margin-left: auto;
    margin-right: auto;
  }
}

.p-banner__wrapper {
  padding: 30px 0 17px;
}

@media screen and (min-width: 47.5em) {
  .p-banner__wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 77.5em) {
  .p-banner__wrapper {
    padding: 52px 0;
  }
}

@media screen and (min-width: 47.5em) {
  .p-banner__box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    width: 50%;
  }
  .p-banner__box:first-of-type {
    padding-left: 0;
    padding-right: 10px;
  }
}

.p-banner__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  margin: 0 15px;
  padding: 25px;
}

@media screen and (min-width: 47.5em) {
  .p-banner__inner {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: 0;
  }
  .p-banner__box:first-of-type .p-banner__inner {
    margin-left: 15px;
    margin-right: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .p-banner__inner {
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
  }
  .p-banner__box:first-of-type .p-banner__inner {
    margin-left: 0;
    margin-right: 10px;
  }
}

.p-banner__link {
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-banner__icon {
  background-repeat: no-repeat;
  height: 44px;
  text-indent: -1000000px;
}

.p-banner__icon--pig {
  background-image: url("/App_Asset/Private/PhysicalFiles/5fee36e2-4eeb-43d5-8fcb-03ed56b7eb8c.svg");
}

@media screen and (min-width: 77.5em) {
  .p-banner__icon--pig {
    background-size: 57px;
  }
}

.p-banner__icon--protect {
  background-image: url("/App_Asset/Private/PhysicalFiles/0eabc330-48e7-4ca0-9127-64fba035edfd.svg");
}

@media screen and (min-width: 77.5em) {
  .p-banner__icon--protect {
    background-size: 52px;
  }
}

@media screen and (min-width: 77.5em) {
  .p-banner__icon {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-position: 50% 40px;
    height: 130px;
    width: 130px;
  }
}

.p-banner__content {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #fff;
  font-weight: 300;
  margin: 18px 0;
}

@media screen and (min-width: 77.5em) {
  .p-banner__content {
    width: calc(100% - 150px);
  }
}

@media screen and (min-width: 77.5em) {
  .p-banner__inner-top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-banner__inner-bottom {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: auto;
}

.p-banner__readmore {
  position: relative;
}

.o-aside .p-banner {
  display: none;
}

@media screen and (min-width: 77.5em) {
  .o-aside .p-banner {
    display: block;
  }
}

.o-aside .p-banner__container {
  padding: 0 !important;
}

.o-aside .p-banner__wrapper {
  padding: 0;
}

.o-aside .p-banner__box {
  padding-right: 0 !important;
  width: 100%;
}

.o-aside .p-banner__inner {
  margin-right: 0 !important;
  padding-top: 20px;
}

.o-aside .p-banner__inner-top {
  display: block;
}

.o-aside .p-banner__icon {
  background-position: 0;
  background-size: 48px;
  height: 46px;
  width: 57px;
}

.o-aside .p-banner__content {
  width: 100%;
}

.p-profile {
  margin: 40px 0;
}

@media screen and (min-width: 47.5em) {
  .p-profile {
    margin: 70px 0;
  }
}

.p-profile__wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-profile__img {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-right: 20px;
  max-height: 100px;
  max-width: 80px;
  min-height: 100px;
  min-width: 80px;
}

@media screen and (min-width: 47.5em) {
  .p-profile__img {
    margin-right: 32px;
    max-height: 250px;
    max-width: 200px;
    min-height: 250px;
    min-width: 200px;
  }
}

.p-profile__img-src {
  height: 100px;
  max-width: 100% !important;
  object-fit: cover;
}

@media screen and (min-width: 47.5em) {
  .p-profile__img-src {
    height: 250px;
  }
}

.p-profile__name {
  font-size: 23px;
  font-size: 1.4375rem;
  margin-bottom: 5px;
  margin-top: 0;
}

@media screen and (min-width: 47.5em) {
  .p-profile__info {
    float: left;
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 47.5em) {
  .p-profile__social {
    float: right;
    margin-top: 13px;
  }
}

.p-profile__pos {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 0;
}

.p-profile__content {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.p-profile__details {
  border-top: 1px solid transparent;
  margin-top: 15px;
}

@media screen and (min-width: 47.5em) {
  .p-profile__details {
    clear: both;
  }
}

.p-profile__desc {
  margin-top: 10px;
}

@media screen and (min-width: 47.5em) {
  .p-card {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .p-card.p-card--vertical {
    display: block;
  }
}

.p-card__box {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}

.p-card__box:last-of-type {
  border: 0;
}

@media screen and (min-width: 47.5em) {
  .p-card__box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border: 0;
    padding: 12px;
    transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 33.333333%;
  }
  .p-card__box:hover {
    background-color: #efefef;
  }
  .p-card--transparent .p-card__box:hover {
    background-color: transparent;
  }
  .p-sidemenu .p-card__box {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 0;
    padding: 30px 0 30px 30px;
  }
  .p-sidemenu .p-card__box:first-of-type {
    border: 0;
    padding-top: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .p-card__box {
    width: 25%;
  }
  .p-card--vertical .p-card__box {
    width: 100%;
  }
}

.p-card__inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 47.5em) {
  .p-card__inner {
    display: block;
    padding-bottom: 29px;
    position: relative;
    width: 100%;
  }
}

.p-card__img-wrapper {
  margin-right: 12px;
  max-height: 50px;
  max-width: 80px;
  min-height: 50px;
  min-width: 80px;
  overflow: hidden;
}

@media screen and (min-width: 47.5em) {
  .p-card__img-wrapper {
    margin-right: 0;
    max-height: 148px;
    max-width: 100%;
    min-height: 148px;
    min-width: 100%;
  }
}

@media screen and (min-width: 77.5em) {
  .p-card__img-wrapper {
    margin-right: 0;
    max-height: 175px;
    min-height: 175px;
  }
}

.p-card__img {
  height: 50px;
  max-width: 100% !important;
  min-width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 47.5em) {
  .p-card__img {
    height: 148px;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  }
  .p-card__box:hover .p-card__img {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 77.5em) {
  .p-card__img {
    height: 175px;
  }
}

.p-card__heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1a1d20;
  font-weight: 600;
  margin: 0;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 47.5em) {
  .p-card__heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 13px;
  }
  .p-card__heading:first-child {
    margin-top: 0;
  }
}

.p-card__content {
  color: #353535;
  display: none;
}

@media screen and (min-width: 47.5em) {
  .p-card__content {
    display: block;
    line-height: 1.6;
  }
}

.p-card__readmore {
  display: none;
  margin-bottom: 0;
}

@media screen and (min-width: 47.5em) {
  .p-card__readmore {
    bottom: 0;
    display: block;
    position: absolute;
  }
}

.p-info > div:first-of-type {
  border-bottom: 1px solid #c1c1c1;
}

.p-info > div {
  padding: 20px 0;
}

.p-author {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3a3a3a;
  font-style: italic;
}

.p-author__by {
  font-weight: 600;
}

.p-author__name {
  font-weight: 600;
}

.p-sharethis {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-info > .p-sharethis {
  padding: 10px 0;
}

.p-sharethis__heading {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #494949;
  margin: 0;
  text-transform: uppercase;
}

.p-sharethis__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sharethis__item {
  margin-left: 3px !important;
}

.o-aside > div:first-child {
  padding-top: 42px;
}

.p-sidemenu {
  display: none;
  border-left: 1px solid #e1e1e1;
  padding-bottom: 50px;
}

@media screen and (min-width: 77.5em) {
  .p-sidemenu {
    display: block;
  }
}

.p-sidemenu .c-accordion {
  margin: 0;
}

.p-sidemenu__heading {
  font-size: 23px;
  font-size: 1.4375rem;
  margin: 0;
  padding-bottom: 15px;
  padding-left: 29px;
}

.p-sidemenu__list {
  margin-bottom: 0;
}

.p-sidemenu__item {
  margin-bottom: 16px;
  margin-left: 0;
  position: relative;
}

.p-sidemenu__item:last-of-type {
  margin-bottom: 0;
}

.p-sidemenu__item::before {
  display: none;
}

.p-sidemenu__icon {
  display: inline-block;
  left: -8px;
  position: absolute;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-sidemenu__item:not(.is-current) .p-sidemenu__link:hover + .p-sidemenu__icon {
  transform: translateX(5px);
}

.p-sidemenu__link {
  color: #353535;
  font-weight: 400;
  margin-left: 20px;
  text-decoration: none;
  transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.p-sidemenu .c-accordion__heading-btn:hover {
  text-decoration: none;
}

.p-googlemap > div {
  max-height: 400px;
  min-height: 200px;
  height: 52vw;
  width: 100%;
}

.p-findmore {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 35px 40px;
  text-align: center;
}

@media screen and (min-width: 47.5em) {
  .p-findmore {
    padding: 18px 0;
  }
}

.p-findmore.e-link--back {
  font-size: 16px;
  font-size: 1rem;
  padding: 19px 0px;
  text-align: left;
}

@media screen and (min-width: 47.5em) {
  .p-findmore__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.o-col-1-full .p-findmore__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

@media screen and (min-width: 47.5em) {
  .p-findmore__content {
    margin-right: 40px;
    text-align: left;
  }
}

.p-findmore__btn {
  border: 1px solid #fff !important;
  font-weight: 300;
  margin-top: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
}

@media screen and (min-width: 47.5em) {
  .p-findmore__btn {
    margin-top: 0;
    min-width: 175px;
  }
}

.p-fmenus {
  font-size: 14px;
  font-size: 0.875rem;
  color: #c3c3c3;
  font-weight: 300;
  padding: 23px 0 50px;
}

@media screen and (min-width: 47.5em) {
  .p-fmenus {
    padding: 55px 0 40px;
  }
}

.p-fmenus a:not(.p-fmenus__social-link) {
  color: #c3c3c3;
}

.p-fmenus strong {
  color: #fff;
}

@media screen and (min-width: 47.5em) {
  .p-fmenus__list {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .p-fmenus__list:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.o-col-1-full .p-fmenus__list {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-fmenus__item {
  display: none;
}

@media screen and (min-width: 47.5em) {
  .p-fmenus__item {
    width: 49.36709%;
    float: left;
    margin-right: 1.26582%;
    display: block;
    margin-bottom: 24px !important;
  }
  .p-fmenus__item:nth-child(even) {
    width: 49.36709%;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .p-fmenus__item {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .p-fmenus__item:nth-child(2) {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
  .p-fmenus__item:nth-child(4) {
    width: 24.05063%;
    float: right;
    margin-right: 0;
  }
}

.p-fmenus__contact {
  display: block;
  line-height: 1.7;
}

.p-fmenus__heading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

@media screen and (min-width: 47.5em) {
  .p-fmenus__heading {
    font-size: 16px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
  }
  .p-fmenus__contact .p-fmenus__heading {
    margin-bottom: 13px;
  }
}

@media screen and (min-width: 47.5em) {
  .p-fmenus__subitem {
    margin-bottom: 22px !important;
  }
}

.p-fmenus__link {
  text-decoration: none;
}

.p-fmenus__link:hover {
  text-decoration: underline;
}

.p-fmenus__social-list {
  margin-top: 30px !important;
  overflow: hidden;
}

.p-fmenus__social-list li {
  float: left;
  margin-right: 30px;
}

.p-privacy {
  padding-bottom: 40px;
}

.footer-logo {
    width: 450px;
}

@media screen and (min-width: 47.5em) {
  .p-privacy {
    padding-bottom: 24px;
  }
}

@media screen and (min-width: 47.5em) {
  .p-privacy__container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.o-col-1-full .p-privacy__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-privacy__menus-list {
  margin-top: 17px;
  overflow: hidden;
}

@media screen and (min-width: 47.5em) {
  .p-privacy__menus-list {
    margin-top: 27px;
  }
}

@media screen and (min-width: 77.5em) {
  .p-privacy__menus-list {
    margin-top: 37px;
  }
}

.p-privacy__menus-item {
  float: left;
  margin-bottom: 5px;
}

.p-privacy__menus-item:nth-child(3) {
  clear: left;
}

@media screen and (min-width: 47.5em) {
  .p-privacy__menus-item:nth-child(3) {
    clear: none;
  }
}

.p-privacy__menus-link {
  border-left: 1px solid #131313;
  color: #131313;
  padding: 0 10px;
  text-decoration: none;
}

@media screen and (min-width: 77.5em) {
  .p-privacy__menus-link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-privacy__menus-link:hover {
  text-decoration: underline;
}

.p-privacy__menus-item:first-of-type .p-privacy__menus-link {
  border: 0;
  padding-left: 0;
}

.p-privacy__menus-item:nth-child(3) .p-privacy__menus-link {
  border: 0;
  padding-left: 0;
}

@media screen and (min-width: 47.5em) {
  .p-privacy__menus-item:nth-child(3) .p-privacy__menus-link {
    border-left: 1px solid #131313;
    padding: 0 10px;
  }
}

.p-privacy__info {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
  font-weight: 300;
  margin-top: 7px;
}

.p-privacy__logo {
  margin-top: 20px;
}

@media screen and (min-width: 47.5em) {
  .p-privacy__logo {
    margin-left: 50px;
  }
}

@media screen and (min-width: 50em) {
  .p-privacy__logo {
    margin-left: 50px;
    margin-top: 0;
    min-width: 140px;
  }
}

.s-hero {
  padding: 0 15px 1px;
}

@media screen and (min-width: 77.5em) {
  .s-hero {
    height: 494px;
    min-height: 445px;
    padding: 0 15px 1px;
  }
}

.s-hero::before {
  background-image: linear-gradient(to bottom, transparent 0, #000);
  content: '';
  display: block;
  height: 445px;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 47.5em) {
  .s-hero::before {
    height: 100%;
  }
}

@media screen and (min-width: 47.5em) {
  .s-panel--home .c-panel__item {
    padding: 7px 0;
    display: flex;
  }
}

@media screen and (min-width: 77.5em) {
  .s-panel--home .c-panel__item {
    padding: 13px 0;
  }
}

.s-home__about {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (min-width: 47.5em) {
  .s-home__about {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .s-home__about:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.s-home__about-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (min-width: 47.5em) {
  .s-home__about-left {
    width: 68.35443%;
    float: left;
    margin-right: 1.26582%;
    padding-right: 20px;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__about-left {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 74.68354%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__about-title {
    max-width: 240px;
    min-width: 240px;
    padding-right: 105px;
  }
}

.s-home__about-heading {
  font-weight: 600;
  margin: 2px 0;
}

@media screen and (min-width: 47.5em) {
  .s-home__about-heading {
    margin-top: 7px;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__about-heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__about-content {
    padding-right: 70px;
  }
}

.s-home__about-subheading {
  margin: 8px 0 0;
}

@media screen and (min-width: 47.5em) {
  .s-home__about-right {
    width: 30.37975%;
    float: right;
    margin-right: 0;
    display: block;
    margin-top: -80px;
    padding-top: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__about-right {
    width: 24.05063%;
    float: right;
    margin-right: 0;
    margin-top: -85px;
  }
}

.s-home__services {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.s-home__services-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 50%;
}

@media screen and (min-width: 47.5em) {
  .s-home__services-grid {
    width: 25%;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__services-grid {
    width: 20%;
  }
}

.s-home__services-grid:first-of-type {
  width: 100%;
}

@media screen and (min-width: 77.5em) {
  .s-home__services-grid:first-of-type {
    width: 20%;
  }
}

.s-home__services-inner {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.s-home__services-grid:first-of-type .s-home__services-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

@media screen and (min-width: 77.5em) {
  .s-home__services-grid:first-of-type .s-home__services-inner {
    border-bottom: 2px solid #fff;
    display: block;
    padding: 60px 30px 30px;
  }
}

.s-home__services-grid:nth-child(n+2) .s-home__services-inner {
  border-bottom: 2px solid #fff;
}

.s-home__services-grid:nth-child(even) .s-home__services-inner {
  border-right: 2px solid #fff;
}

@media screen and (min-width: 47.5em) {
  .s-home__services-grid:nth-child(3) .s-home__services-inner {
    border-right: 2px solid #fff;
  }
}

.s-home__services-heading {
  color: #fff;
  font-weight: 600;
  margin: 15px 0;
}

@media screen and (min-width: 77.5em) {
  .s-home__services-heading {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__services-heading {
    width: 70%;
  }
}

.s-home__services-inner .c-panel__box {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
}

@media screen and (min-width: 47.5em) {
  .s-home__services-inner .c-panel__box {
    padding: 15px 15px 47px;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__services-inner .c-panel__box {
    padding: 30px 30px 60px;
  }
}

.s-home__services-inner .c-panel__content {
  display: none;
}

@media screen and (min-width: 77.5em) {
  .s-home__services-inner .c-panel__content {
    display: block;
  }
}

.s-home__services-inner .c-panel__subheading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 19px;
}

.s-home__services-inner .c-panel__readmore {
  margin-top: 10px;
}

.s-home__articles {
  margin-bottom: 20px;
  margin-top: 30px;
}

@media screen and (min-width: 77.5em) {
  .s-home__articles {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .s-home__articles:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__articles-left {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__articles-right {
    width: 81.01266%;
    float: right;
    margin-right: 0;
  }
}

.s-home__articles-heading {
  font-weight: 600;
}

@media screen and (min-width: 77.5em) {
  .s-home__articles-heading {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 10px;
  }
}

@media screen and (min-width: 47.5em) {
  .s-home__articles-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__articles-title {
    display: block;
  }
}

@media screen and (min-width: 77.5em) {
  .s-home__articles-content .p-card__box {
    width: 33.33333%;
  }
}

.s-articlelisting__btn-wrapper {
  text-align: center;
}

.s-articlelisting__btn {
  width: 100%;
}

@media screen and (min-width: 47.5em) {
  .s-articlelisting__btn {
    display: inline-block;
    width: auto;
  }
}

@media screen and (min-width: 47.5em) {
  .s-featured-article {
    display: none !important;
  }
}

@media screen and (min-width: 77.5em) {
  .s-featured-article {
    display: block !important;
  }
}

@media screen and (min-width: 77.5em) {
  .s-featured-article__heading {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-top: 0;
    padding-left: 30px !important;
    padding-right: 0 !important;
    text-transform: uppercase;
  }
}

.s-contact__heading {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
  margin: 0;
}

@media screen and (min-width: 47.5em) {
  .s-contact__heading {
    margin-top: 30px;
  }
}

.s-contact {
  margin-top: 20px;
}

.s-contact:first-of-type {
  margin-top: 0;
}

.s-contact h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}

.s-contact p {
  margin: 0;
}

.s-contact__sidebar {
  min-width: 234px;
}

@media screen and (min-width: 77.5em) {
  .s-contact__frm .sq-form-unattached {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 77.5em) {
  .s-contact__frm .sq-form-question {
    width: 100%;
  }
}

@media screen and (min-width: 77.5em) {
  .js .s-contact__frm .sq-form-question {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

@media screen and (min-width: 77.5em) {
  .s-contact__frm .sq-form-question-text,
  .s-contact__frm .sq-form-question-email-address {
    width: 49%;
  }
  .s-contact__frm .sq-form-question-text:last-child,
  .s-contact__frm .sq-form-question-email-address:last-child {
    width: 100%;
  }
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
}

.compat-object-fit img {
  opacity: 0;
}

.t-bg--black {
  background-color: #1f252b;
}

.t-bg--dark {
  background-color: #efefef;
}

/* Alternative Tabs CSS */
      div.tab {
          overflow: hidden;
          border: 1px solid #ccc;
          display: flex;
          flex-wrap: wrap;
        }

        div.tab button {
          font-family: "Open Sans", sans-serif;
          border: none;
          outline: none;
          cursor: pointer;
          padding: 17px 46px;
          border: 0;
          border-left: 1px solid #3c4045;
          border-bottom: 1px solid #3c4045;
          font-size: 15px;
          flex: 1 1 auto;
          align-items: center;
          justify-items: center;
        }

        div.tab button i{
          font-size:65px;
          margin: 0 0 15px;
        }
/*        div.tab button:nth-child(1) i,div.tab button:nth-child(3) i {
          margin-top:21px;
        }*/
        div.tab button:hover {
          background-color: #000;
        }

        div.tab button.active {
          background-color: #000;
        }
        .services div.tab  button{
          width:14.28%;
        }
        .tab .tablinks {
          padding-left: 15px;
          padding-right: 15px;
        }

        .tablinks {
          min-height: 183px;
          width: 20%;
        }
        .hometab {
          min-height: 105px;
          width: 20%;
        }

        .hometabcontent {
          min-height: 350px !important;
          padding : 0px !important;
          background-color: white !important;
        }

        .tabcontent {
          display: none;
          padding: 26px 40px;
          border-top: none;
          background-color: #f1f1f1;
          min-height: 395px;
          height: 100%;
        }
        .tabcontent iframe{
          max-width:50%;
        }
        .tabcontent .left-side{
          max-width:50%;
          float:left;
          padding-right: 30px;
        }
        .tabcontent .left-side.centered{
          max-width:50%;
          float:none;
          padding-right: 30px;
          margin:0 auto;
        }
        .tabcontent .right-block{
          max-width:50%;
          float:left;
        }
        .tabcontent .right-block img{
          max-width:100%;
        }
        @media(max-width:980px){
          .tabcontent iframe, .tabcontent .right-block{
            max-width:100%;
          }
          .tabcontent .left-side{
            max-width:100%;
            padding-right: 0;
          }
        }
        .tabcontent:after{
          content:'';
          clear: both;
          display: table;
        }
        .services.blue div.tab{
          background: #425968;
        }
        .services.blue div.tab button{
          background: #425968;
        }
        .services.blue div.tab button.active, .services.blue div.tab button:hover{
          background: #283741;
        }
        .services{
          margin-bottom:40px;
          margin-top:40px;
        }
        .text-right{
          text-align: right;
        }
        @media(max-width:992px){
          .services div.tab button{
            width:20%;
          }
        }
        @media(max-width:768px){
          div.tab button i {
            margin:0!important;
            font-size: 30px;
          }
          .services div.tab button {
            min-height: 80px;
            padding: 5px;
            width: 16.6666%;
          }
          .services div.tab button div{
            display: none;
          }
          .tabcontent .left-side.centered{
            max-width:100%;
          }
          .tabcontent h3.text-right{
            text-align: left;
          }
        }
        @media(max-width:570px){

          .services{
            margin:0 -15px;
          }
          .tabcontent {
            padding:15px!important;
          }
        }
/*# sourceMappingURL=main.css.map */

/* Fix for SDNSW-2022*/
.p-header__login {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  margin-top:15px;
}

.c-btn--ajax.is-loading-ready {
  background-color: transparent;
  border: 6px solid transparent;
  padding: 0;
  position:absolute;
  left: -9999px;
  top: -9999px;
}


/*** COVID-19 ***/

.covid-19-msg {
    background-color: #fff084;
}

.covid-content {
    max-width: 1240px;
    padding: 10px 20px;
    margin: auto;
}

.covid-19-msg .title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.covid-19-msg p {
    font-size: 14px;
    margin: 0;
}