@import url(https://fonts.googleapis.com/css?family=Poppins:700);
@import url(https://fonts.googleapis.com/css?family=Nunito+Sans:400,400i,800,800i);
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* ============================================================================= 
   Reset
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1.618em;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 24px;
  margin: 24px 0;
  margin-left: 10px;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text dl {
  padding: 0;
}
.rich-text dt,
.rich-text dd {
  display: block;
  margin: 0;
}
.rich-text dt {
  font-weight: bold;
  font-size: 110%;
}
.rich-text dd {
  margin-bottom: 12px;
}
.rich-text .table-wrapper {
  margin: 24px 0;
  overflow-x: auto;
}
.rich-text .table-wrapper table {
  font-size: 0.8em;
  line-height: 1.5;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.rich-text .table-wrapper caption {
  text-align: left;
}
.rich-text .table-wrapper td,
.rich-text .table-wrapper th {
  padding: 12px;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}
.rich-text .table-wrapper th {
  background: #fcfcfc;
  font-weight: bold;
}
.rich-text legend {
  font-weight: bold;
}
.rich-text sup {
  vertical-align: super;
  font-size: 50%;
}
.rich-text sub {
  vertical-align: sub;
  font-size: 50%;
}
.rich-text pre {
  font-family: monospace;
  clear: left;
  border: 1px solid #e6e6e6;
  padding: 24px;
  font-size: 80%;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
small {
  font-size: 60%;
}
.captionImage,
.media {
  max-width: 100%;
}
.captionImage iframe,
.media iframe {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .captionImage iframe,
  .media iframe {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
/* ============================================================================= 
   Videos
   ========================================================================== */
.video-wrapper {
  position: relative;
  max-width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .video-wrapper iframe {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
/* ==================================================================================================================== 
  Phosphor Grid
  ==================================================================================================================== */
.container {
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media handheld, only screen and (max-width: 600px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.container.full-width {
  padding: 0;
}
.container.full-width .row {
  max-width: 100%;
}
.row {
  max-width: 1000px;
  margin: 0 auto;
  zoom: 1;
}
.row:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol {
  margin-right: 0.95%;
  margin-left: 0.95%;
  float: left;
  min-height: 1px;
}
.onecol.single,
.twocol.single,
.threecol.single,
.fourcol.single,
.fivecol.single,
.sixcol.single,
.sevencol.single,
.eightcol.single,
.ninecol.single,
.tencol.single,
.elevencol.single {
  float: none;
  margin: 0 auto;
}
.onecolumn,
.twocolumn,
.threecolumn,
.fourcolumn,
.fivecolumn,
.sixcolumn,
.sevencolumn,
.eightcolumn,
.ninecolumn,
.tencolumn,
.elevencolumn,
.twelvecolumn {
  margin-right: 0;
  margin-left: 0;
  float: left;
  min-height: 1px;
}
.onecolumn.single,
.twocolumn.single,
.threecolumn.single,
.fourcolumn.single,
.fivecolumn.single,
.sixcolumn.single,
.sevencolumn.single,
.eightcolumn.single,
.ninecolumn.single,
.tencolumn.single,
.elevencolumn.single,
.twelvecolumn.single {
  float: none !important;
  margin: 0 auto;
}
.onecol {
  width: 6.43%;
}
.twocol {
  width: 14.76%;
}
.threecol {
  width: 23.1%;
}
.fourcol {
  width: 31.43%;
}
.fivecol {
  width: 39.77%;
}
.sixcol {
  width: 48.1%;
}
.sevencol {
  width: 56.43%;
}
.eightcol {
  width: 64.76%;
}
.ninecol {
  width: 73.1%;
}
.tencol {
  width: 81.44%;
}
.elevencol {
  width: 89.77%;
}
.twelvecol {
  width: 98.1%;
  margin: 0 0.95%;
  float: left;
}
.onecolumn {
  width: 8.33333333333333%;
}
.twocolumn {
  width: 16.6666666666667%;
}
.threecolumn {
  width: 25%;
}
.fourcolumn {
  width: 33.3333333333333%;
}
.fivecolumn {
  width: 41.6666666666665%;
}
.sixcolumn {
  width: 50%;
}
.sevencolumn {
  width: 58.3333333333333%;
}
.eightcolumn {
  width: 66.6666666666666%;
}
.ninecolumn {
  width: 75%;
}
.tencolumn {
  width: 83.33333333333%;
}
.elevencolumn {
  width: 91.6666666666%;
}
.twelvecolumn {
  width: 100%;
  float: left;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7em;
}
.items,
.item {
  zoom: 1;
}
.items:after,
.item:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
/* =============================================================================
   Media Queries large screen devices e.g landscape tablets, small desktop monitors
   ========================================================================== */
@media handheld, only screen and (max-width: 1280px) {
  .container .onecol-ld {
    width: 6.43%;
    float: left;
  }
  .container .twocol-ld {
    width: 14.76%;
    float: left;
  }
  .container .threecol-ld {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-ld {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-ld {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-ld {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-ld {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-ld {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-ld {
    width: 73.1%;
    float: left;
  }
  .container .tencol-ld {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-ld {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-ld {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-ld,
  .container .twocolumn-ld,
  .container .threecolumn-ld,
  .container .fourcolumn-ld,
  .container .fivecolumn-ld,
  .container .sixcolumn-ld,
  .container .sevencolumn-ld,
  .container .eightcolumn-ld,
  .container .ninecolumn-ld,
  .container .tencolumn-ld,
  .container .elevencolumn-ld,
  .container .twelvecolumn-ld {
    margin: 0;
  }
  .container .onecolumn-ld {
    width: 8.33333333333333%;
  }
  .container .twocolumn-ld {
    width: 16.6666666666667%;
  }
  .container .threecolumn-ld {
    width: 25%;
  }
  .container .fourcolumn-ld {
    width: 33.3333333333333%;
  }
  .container .fivecolumn-ld {
    width: 41.6666666666665%;
  }
  .container .sixcolumn-ld {
    width: 50%;
  }
  .container .sevencolumn-ld {
    width: 58.3333333333333%;
  }
  .container .eightcolumn-ld {
    width: 66.6666666666666%;
  }
  .container .ninecolumn-ld {
    width: 75%;
  }
  .container .tencolumn-ld {
    width: 83.33333333333%;
  }
  .container .elevencolumn-ld {
    width: 91.6666666666%;
  }
  .container .twelvecolumn-ld {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g Potrait tablets & phablets, phones landsacpe
   ========================================================================== */
@media handheld, only screen and (max-width: 1000px), print {
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
  .container .onecol-md {
    width: 6.43%;
    float: left;
  }
  .container .twocol-md {
    width: 14.76%;
    float: left;
  }
  .container .threecol-md {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-md {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-md {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-md {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-md {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-md {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-md {
    width: 73.1%;
    float: left;
  }
  .container .tencol-md {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-md {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-md {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-md,
  .container .twocolumn-md,
  .container .threecolumn-md,
  .container .fourcolumn-md,
  .container .fivecolumn-md,
  .container .sixcolumn-md,
  .container .sevencolumn-md,
  .container .eightcolumn-md,
  .container .ninecolumn-md,
  .container .tencolumn-md,
  .container .elevencolumn-md,
  .container .twelvecolumn-md {
    margin: 0;
  }
  .container .onecolumn-md {
    width: 8.33333333333333%;
  }
  .container .twocolumn-md {
    width: 16.6666666666667%;
  }
  .container .threecolumn-md {
    width: 25%;
  }
  .container .fourcolumn-md {
    width: 33.3333333333333%;
  }
  .container .fivecolumn {
    width: 41.6666666666665%;
  }
  .container .sixcolumn-md {
    width: 50%;
  }
  .container .sevencolumn-md {
    width: 58.3333333333333%;
  }
  .container .eightcolumn-md {
    width: 66.6666666666666%;
  }
  .container .ninecolumn-md {
    width: 75%;
  }
  .container .tencolumn-md {
    width: 83.33333333333%;
  }
  .container .elevencolumn-md {
    width: 91.6666666666%;
  }
  .container .twelvecolumn-md {
    width: 100%;
    float: left;
  }
}
/* =============================================================================
   Media Queries medium e.g phones portrait
   ========================================================================== */
@media handheld, only screen and (max-width: 600px) {
  .row,
  body {
    width: 100%;
    min-width: 0;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .container .onecol-sm {
    width: 6.43%;
    float: left;
  }
  .container .twocol-sm {
    width: 14.76%;
    float: left;
  }
  .container .threecol-sm {
    width: 23.1%;
    float: left;
  }
  .container .fourcol-sm {
    width: 31.43%;
    float: left;
  }
  .container .fivecol-sm {
    width: 39.77%;
    float: left;
  }
  .container .sixcol-sm {
    width: 48.1%;
    float: left;
  }
  .container .sevencol-sm {
    width: 56.43%;
    float: left;
  }
  .container .eightcol-sm {
    width: 64.76%;
    float: left;
  }
  .container .ninecol-sm {
    width: 73.1%;
    float: left;
  }
  .container .tencol-sm {
    width: 81.44%;
    float: left;
  }
  .container .elevencol-sm {
    width: 89.77%;
    float: left;
  }
  .container .twelvecol-sm {
    width: 98.1%;
    margin: 0 0.95%;
    float: left;
  }
  .container .onecolumn-sm,
  .container .twocolumn-sm,
  .container .threecolumn-sm,
  .container .fourcolumn-sm,
  .container .fivecolumn-sm,
  .container .sixcolumn-sm,
  .container .sevencolumn-sm,
  .container .eightcolumn-sm,
  .container .ninecolumn-sm,
  .container .tencolumn-sm,
  .container .elevencolumn-sm,
  .container .twelvecolumn-sm {
    margin: 0;
  }
  .container .onecolumn-sm {
    width: 8.33333333333333%;
    float: left;
  }
  .container .twocolumn-sm {
    width: 16.6666666666667%;
    float: left;
  }
  .container .threecolumn-sm {
    float: left;
    width: 25%;
  }
  .container .fourcolumn-sm {
    width: 33.3333333333333%;
    float: left;
  }
  .container .fivecolumn-sm {
    width: 41.6666666666665%;
    float: left;
  }
  .container .sixcolumn-sm {
    width: 50%;
    float: left;
  }
  .container .sevencolumn-sm {
    width: 58.3333333333333%;
    float: left;
  }
  .container .eightcolumn-sm {
    width: 66.6666666666666%;
    float: left;
  }
  .container .ninecolumn-sm {
    float: left;
    width: 75%;
  }
  .container .tencolumn-sm {
    width: 83.33333333333%;
    float: left;
  }
  .container .elevencolumn-sm {
    width: 91.6666666666%;
    float: left;
  }
  .container .twelvecolumn-sm {
    width: 100%;
    float: left;
  }
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
}
.js .js-fancybox-content {
  display: none;
}
.u-img-link {
  display: inline-block;
}
.u-img-link img {
  display: block;
}
.u-list-inline-block li {
  display: inline-block;
}
.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-hidden {
  display: none;
}
@media handheld, only screen and (max-width: 1000px) {
  .u-hide-md {
    display: none;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-show-md {
    display: none;
  }
}
.u-more {
  font-weight: bold;
  font-family: georgia,sans-serif;
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.1;
  display: block;
}
.u-more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border: 2px solid #333;
  border-bottom: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u-table {
  display: table;
  width: 100%;
}
.u-table .u-tr {
  display: table-row;
}
.u-table .u-td {
  display: table-cell;
  vertical-align: middle;
}
.u-table-md {
  table-layout: fixed;
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md {
    display: table;
    width: 100%;
    vertical-align: top;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md .u-tr {
    display: table-row;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md .u-th {
    display: table-cell;
    vertical-align: middle;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .u-table-md .u-td {
    display: table-cell;
  }
}
.u-table-sm {
  table-layout: fixed;
}
@media handheld, only screen and (min-width: 600px) {
  .u-table-sm {
    display: table;
    width: 100%;
    vertical-align: top;
  }
}
@media handheld, only screen and (min-width: 600px) {
  .u-table-sm .u-tr {
    display: table-row;
  }
}
@media handheld, only screen and (min-width: 600px) {
  .u-table-sm .u-th {
    display: table-cell;
    vertical-align: middle;
  }
}
@media handheld, only screen and (min-width: 600px) {
  .u-table-sm .u-td {
    display: table-cell;
  }
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center {
  text-align: center;
}
.u-txt-center ul,
.u-txt-center li {
  list-style-position: inside;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-small {
  font-size: 0.9em;
}
img:not([src]) {
  visibility: hidden;
}
.image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  /* You define this doing height / width * 100% */
  position: relative;
}
.image {
  width: 100%;
  /*height: auto;*/
  position: absolute;
}
@-webkit-keyframes fade-full {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-full {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-lesser {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes fade-lesser {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@-webkit-keyframes slide-in-fade-in {
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-fade-in {
  90% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fade-in-scale-up {
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes fade-in-scale-up {
  90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes fade-in-grow-down {
  90% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes fade-in-grow-down {
  90% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/*http://tobiasahlin.com/spinkit/*/
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes nudge-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudge-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudge-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudge-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudge-set-cover-popup {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
    transform: translateY(5px) translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}
@keyframes nudge-set-cover-popup {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-50%);
    transform: translateY(5px) translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
}
svg.logo-eng {
  width: 305px;
  height: 83px;
}
svg.logo-eng .circle {
  fill: #eebc32;
}
svg.logo-eng .line {
  fill: #fff;
}
svg.logo-eng .text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  fill: #2c3949;
}
svg.logo-te-reo {
  width: 390px;
  height: 77px;
}
svg.logo-te-reo .circle {
  fill: #eebc32;
}
svg.logo-te-reo .line {
  fill: #fff;
}
svg.logo-te-reo .text {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  fill: #fff;
}
svg.speech-dotted .line {
  fill: #ffffff;
}
svg.loader .bubble {
  fill: #eebc32;
}
svg.loader .line {
  fill: #fff;
}
svg.phone {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
}
@media handheld, only screen and (max-width: 1000px) {
  svg.phone {
    width: 20px;
    height: 20px;
  }
}
svg.question-mark {
  width: 16px;
  height: 16px;
  fill: #fff;
}
svg.speech-square {
  width: 40px;
  height: 40px;
  fill: #fff;
}
@media handheld, only screen and (max-width: 1000px) {
  svg.speech-square {
    width: 22px;
    height: 22px;
  }
}
svg.facebook {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  svg.facebook {
    width: 20px;
    height: 20px;
  }
}
svg.twitter {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  svg.twitter {
    width: 20px;
    height: 20px;
  }
}
svg.youtube {
  width: 30px;
  height: 30px;
  fill: #fff;
}
@media handheld, only screen and (max-width: 600px) {
  svg.youtube {
    width: 20px;
    height: 20px;
  }
}
/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/**
 * overlay option
 */
.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}
.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}
.animsition-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2c3949;
}
@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}
@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}
@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}
@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}
@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}
@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}
@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}
@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}
@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}
@-webkit-keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-lg {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}
@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}
@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}
@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}
@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}
@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}
@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}
@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}
@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}
@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}
@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}
@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}
@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}
@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}
@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}
@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}
@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}
@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}
@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}
@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}
@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}
@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}
@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}
@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}
@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}
@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}
@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}
@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}
@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}
@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}
@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}
/* Required */
img.colorify:not(.visible) {
  opacity: 0;
  filter: blur(3px);
}
img.colorify:not(.all-loaded).all-not-loaded {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.button-content-block .w-box {
  width: 100%;
  padding: 24px;
}
.button-content-block .w-box h3,
.button-content-block .w-box div {
  padding: 0 12px;
}
@media handheld, only screen and (max-width: 1000px) {
  .button-content-block .w-box h3,
  .button-content-block .w-box div {
    text-align: center;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .button-content-block .w-box h3:first-child,
  .button-content-block .w-box div:first-child {
    text-align: right;
  }
}
.block-title {
  margin-bottom: 24px;
  padding-left: 25px;
  padding-right: 25px;
}
@media handheld, only screen and (max-width: 600px) {
  .block-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.w-box {
  background-color: white;
  padding: 72px;
  box-shadow: 0 0 14px 0 rgba(221, 215, 196, 0.25);
  -webkit-border-radius: 50px 50px 50px 0;
  -moz-border-radius: 50px 50px 50px 0;
  border-radius: 50px 50px 50px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .w-box {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-border-radius: 30px 30px 30px 0;
    -moz-border-radius: 30px 30px 30px 0;
    border-radius: 30px 30px 30px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.links-list {
  width: calc(100% + 6px);
  list-style: none;
  padding: 0 3px 0 3px !important;
  margin: 0;
  margin-left: -3px !important;
  overflow: auto;
}
.links-list li {
  display: block;
  width: calc(50% - 12px);
  float: left;
  border-bottom: 1px solid #2c3949;
  margin-bottom: 0 !important;
  font-size: 0.8rem;
  line-height: 1rem;
}
@media handheld, only screen and (max-width: 1000px) {
  .links-list li {
    width: 100%;
  }
}
.links-list li:nth-child(1) {
  border-top: 1px solid #2c3949;
}
.links-list li:nth-child(2) {
  border-top: 1px solid #2c3949;
}
@media handheld, only screen and (max-width: 1000px) {
  .links-list li:nth-child(2) {
    border-top: none;
  }
}
.links-list li:nth-child(odd) {
  margin-right: 12px;
}
@media handheld, only screen and (max-width: 1000px) {
  .links-list li:nth-child(odd) {
    margin-right: 0;
  }
}
.links-list li:nth-child(even) {
  margin-left: 12px;
}
@media handheld, only screen and (max-width: 1000px) {
  .links-list li:nth-child(even) {
    margin-left: 0;
  }
}
.links-list li a {
  text-decoration: none;
}
.btn-link {
  display: block;
  position: relative;
  padding: 10px 17px;
  font-weight: 700;
  text-decoration: none;
}
@media handheld, only screen and (max-width: 600px) {
  .btn-link {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.btn-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-right: 0;
  background-position: right 12px;
  background-position: right center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-link:after:hover {
  padding-right: 5px;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-link:after {
    right: 17px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .btn-link:after {
    right: 5px;
  }
}
.btn-link:hover:after {
  right: -3px;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-link:hover:after {
    right: 14px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .btn-link:hover:after {
    right: 2px;
  }
}
.btn-download {
  display: block;
  padding: 10px 17px;
  padding-right: 0;
  font-weight: 700;
  text-decoration: none;
  background-image: url(../images/download.svg);
  background-repeat: no-repeat;
  background-size: 12px 14px;
  padding-right: 12px;
  background-position: right 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-download {
    background-position-x: calc(100% - 17px);
  }
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download {
    background-position-x: calc(100% - 5px);
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 7px;
  }
}
.btn-download:hover {
  background-position-y: 14px;
}
.btn-download .u-td {
  padding-left: 12px;
  margin-bottom: 0;
}
.btn-download .u-td:first-child {
  padding-left: 0;
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .u-td:first-child {
    padding-left: 0;
  }
}
.btn-download .u-td:last-child {
  padding-right: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .u-td:last-child {
    padding-right: 0;
  }
}
.btn-download .title-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .title-label {
    display: block;
    width: 100%;
    padding-right: 17px;
  }
}
.btn-download .extension-label {
  width: 65px;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .extension-label {
    opacity: 0.3;
    font-size: 0.7rem;
    padding: 0;
  }
}
.btn-download .size-label {
  width: 87px;
  text-transform: uppercase;
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .size-label {
    opacity: 0.3;
    font-size: 0.7rem;
    padding: 0;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .size-label:before {
    content: ",";
  }
}
@media handheld, only screen and (max-width: 600px) {
  .btn-download .size-label:empty:before {
    display: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .two-link-content-block .sixcolumn {
    width: 100%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .two-link-content-block .c-box {
    margin-bottom: 24px;
  }
}
.two-link-content-block .c-box:first-child .box-wrapper {
  margin-right: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .two-link-content-block .c-box:first-child .box-wrapper {
    margin-right: 0;
  }
}
.two-link-content-block .c-box:last-child .box-wrapper {
  margin-left: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .two-link-content-block .c-box:last-child .box-wrapper {
    margin-left: 0;
  }
}
.two-link-content-block .box-wrapper {
  display: block;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(221, 215, 196, 0.25);
  -webkit-border-radius: 30px 30px 60px 0;
  -moz-border-radius: 30px 30px 60px 0;
  border-radius: 30px 30px 60px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.two-link-content-block .box-wrapper .image-container,
.two-link-content-block .box-wrapper .colorify-anchor {
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.two-link-content-block .box-wrapper .image-container img,
.two-link-content-block .box-wrapper .colorify-anchor img {
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-wrapper {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.box-wrapper:hover,
.box-wrapper.hover:hover {
  margin-top: -12px !important;
  margin-bottom: 12px !important;
}
.box-wrapper:hover .img-wrapper:after,
.box-wrapper.hover:hover .img-wrapper:after,
.box-wrapper:hover .image-container:after,
.box-wrapper.hover:hover .image-container:after {
  display: none;
}
.box-wrapper:hover .cta,
.box-wrapper.hover:hover .cta {
  padding-right: 35px;
}
.box-wrapper .img-wrapper,
.box-wrapper .image-container {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 0 !important;
  padding-bottom: calc(70.23809524000001%) !important;
  overflow: hidden;
  -webkit-border-top-left-radius: 30px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
}
.box-wrapper .img-wrapper img,
.box-wrapper .image-container img {
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-duration: 1s;
}
.box-wrapper .desc {
  padding: 33px;
}
@media handheld, only screen and (max-width: 600px) {
  .box-wrapper .desc {
    padding: 20px;
  }
}
.box-wrapper .desc h3 {
  font-size: 1.3rem;
}
.box-wrapper .desc a {
  text-decoration: none;
  font-weight: 800;
}
.box-wrapper .cta {
  display: inline-block;
  font-weight: 700;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 20px 16px;
  padding-right: 30px;
  background-position: right 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.box-wrapper .cta:hover {
  padding-right: 35px;
}
@media handheld, only screen and (max-width: 600px) {
  .box-wrapper .cta {
    background-position-y: 4px;
  }
}
.colorify-anchor {
  position: relative;
}
.colorify-anchor .image-container {
  position: relative;
}
.colorify-anchor .image-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.colorify-anchor .image-container img {
  z-index: 10;
}
.contact-content-block .w-box {
  text-align: center;
  padding: 0;
}
.contact-content-block .chat-box {
  padding-left: 48px;
  padding-right: 48px;
  border-right: 1px solid #cccccc;
}
@media handheld, only screen and (max-width: 1000px) {
  .contact-content-block .chat-box {
    border-right: none;
    border-bottom: 1px solid #cccccc;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .contact-content-block .sixcolumn {
    width: 100%;
  }
}
.contact-content-block .u-td {
  padding: 50px;
  float: none;
}
@media handheld, only screen and (max-width: 600px) {
  .contact-content-block .u-td {
    padding: 30px;
  }
}
.contact-content-block h3 {
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.contact-content-block .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  max-width: 300px;
}
@media handheld, only screen and (max-width: 1000px) {
  .contact-content-block .btn {
    max-width: 500px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .contact-content-block .btn {
    max-width: none;
  }
}
.contact-content-block .phone {
  margin: 0 0 12px 0;
  font-family: 'Poppins', sans-serif, helvetica, arial, sans-serif;
  font-weight: 700;
  line-height: 2.2rem;
  font-weight: 800;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .contact-content-block .phone {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.contact-content-block a.legal {
  font-size: 0.7rem;
  text-decoration: underline;
  display: block;
  color: #cccccc;
}
.contact-content-block .tab {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #2c3949;
  font-size: 0.8rem;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 1000px) {
  .contact-content-block .tab {
    max-width: 500px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .contact-content-block .tab {
    max-width: none;
  }
}
.contact-content-block .tab a {
  font-weight: 700;
  color: white;
}
.contact-content-block .tab p {
  margin: 0;
}
.accordion .item {
  background: white;
  margin-bottom: 12px;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(221, 215, 196, 0.25);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.accordion .item:last-child {
  margin-bottom: 0;
}
.accordion .item .heading {
  cursor: pointer;
  font-size: 1rem;
  background: #2c3949;
  color: white;
  padding: 18px 30px;
  padding-right: 90px;
  margin-bottom: 0;
  position: relative;
}
@media handheld, only screen and (max-width: 600px) {
  .accordion .item .heading {
    padding-left: 20px;
    padding-right: 60px;
  }
}
.accordion .item .heading:after,
.accordion .item .heading:before {
  display: block;
  content: "";
  position: absolute;
}
.accordion .item .heading:before {
  right: 30px;
  top: 17px;
  width: 32px;
  height: 32px;
  background: #dd6862;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .accordion .item .heading:before {
    right: 20px;
  }
}
.accordion .item .heading:after {
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  right: 42px;
  top: 28px;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 600px) {
  .accordion .item .heading:after {
    right: 32px;
  }
}
.accordion .item .rich-text {
  padding: 48px 72px;
}
@media handheld, only screen and (max-width: 600px) {
  .accordion .item .rich-text {
    padding: 20px;
  }
}
.accordion .item.active .heading:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 32px;
}
.inview .accordion .stagger {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  transform: scaleY(0);
  -webkit-animation: fade-in-grow-down 1s ease 0.75s 1 forwards;
  animation: fade-in-grow-down 1s ease 0.75s 1 forwards;
}
@media handheld, only screen and (min-width: 600px) {
  .articles-content-block .flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .articles-content-block .fourcol {
    width: 48.1%;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .articles-content-block .fourcol {
    width: 98.1%;
  }
}
.articles-content-block .item-wrapper {
  max-width: 1180px;
}
.articles-content-block .img-wrapper {
  margin-bottom: 0;
  display: block;
}
.articles-content-block .img-wrapper img {
  display: block;
}
.articles-content-block .c-box {
  margin-bottom: 24px;
  background: white;
  overflow: hidden;
  box-shadow: 0 0 14px 0 rgba(221, 215, 196, 0.25);
  -webkit-border-radius: 30px 30px 60px 0;
  -moz-border-radius: 30px 30px 60px 0;
  border-radius: 30px 30px 60px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.articles-content-block .c-box .image-container,
.articles-content-block .c-box .colorify-anchor {
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.articles-content-block .c-box .image-container img,
.articles-content-block .c-box .colorify-anchor img {
  -webkit-border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  border-radius: 30px 30px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.articles-content-block .box-wrapper:hover {
  margin-bottom: 36px !important;
}
.inview .articles-content-block .stagger {
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: fade-in-scale-up 0.75s ease 1 forwards;
  animation: fade-in-scale-up 0.75s ease 1 forwards;
}
.form-content-block .form-wrapper {
  margin-top: 48px;
}
@media handheld, only screen and (max-width: 1000px) {
  .form-content-block .form-wrapper {
    margin-top: 24px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .form-content-block .form-wrapper input[type="submit"] {
    width: 100%;
  }
}
.form-content-block .form-group {
  margin-bottom: 24px;
}
@media handheld, only screen and (max-width: 1000px) {
  .form-content-block .form-group {
    margin-bottom: 12px;
  }
}
.form-content-block .form-group label .help-text {
  display: none;
}
.form-content-block .form-group input:not([type="submit"]),
.form-content-block .form-group select,
.form-content-block .form-group textarea {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.form-content-block .form-group input:not([type="submit"]).error,
.form-content-block .form-group select.error,
.form-content-block .form-group textarea.error {
  border: 1px solid #dd6862;
}
.form-content-block .form-group input:not([type="submit"]).error::-webkit-input-placeholder,
.form-content-block .form-group select.error::-webkit-input-placeholder,
.form-content-block .form-group textarea.error::-webkit-input-placeholder {
  color: #c30f36;
  opacity: 0.3;
  font-weight: 400;
}
.form-content-block .form-group input:not([type="submit"]).error:-moz-placeholder,
.form-content-block .form-group select.error:-moz-placeholder,
.form-content-block .form-group textarea.error:-moz-placeholder {
  color: #c30f36;
  opacity: 0.3;
  font-weight: 400;
}
.form-content-block .form-group input:not([type="submit"]).error::-moz-placeholder,
.form-content-block .form-group select.error::-moz-placeholder,
.form-content-block .form-group textarea.error::-moz-placeholder {
  color: #c30f36;
  opacity: 0.3;
  font-weight: 400;
}
.form-content-block .form-group span.help-block,
.form-content-block .form-group span.error {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}
@media handheld, only screen and (min-width: 1000px) {
  .form-content-block .form-group.halfdiv,
  .form-content-block .form-group:nth-child(1),
  .form-content-block .form-group:nth-child(2) {
    width: 50%;
    float: left;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .form-content-block .form-group:nth-child(1),
  .form-content-block .form-group.halfdiv:nth-child(1) {
    padding-right: 20px;
  }
}
@media handheld, only screen and (min-width: 1000px) {
  .form-content-block .form-group:nth-child(2),
  .form-content-block .form-group.halfdiv:nth-child(2) {
    padding-left: 20px;
  }
}
.form-content-block .requiredField label:after {
  content: "*";
}
.healthpoint-block iframe {
  width: 100%;
  height: 2600px;
}
.feedback-block {
  text-align: center;
}
.feedback-submitted .feedback-block .w-box {
  height: 380px;
}
@media handheld, only screen and (max-width: 600px) {
  .feedback-submitted .feedback-block .w-box {
    min-height: 40vh;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .feedback-block .w-box > * {
    margin-bottom: 6px;
  }
}
.feedback-block .w-box > *:last-child {
  margin-bottom: 0;
}
.feedback-block .optionset {
  text-align: center;
}
.feedback-block .optionset .pagefeedback {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  margin-left: 4px;
  margin-right: 4px;
}
.feedback-block .optionset .pagefeedback.checked label:after {
  opacity: 1;
}
.feedback-block .optionset .pagefeedback:nth-child(1) label:before {
  transition-delay: 0s;
}
.feedback-block .optionset .pagefeedback:nth-child(2) label:before {
  transition-delay: 0.1s;
}
.feedback-block .optionset .pagefeedback:nth-child(3) label:before {
  transition-delay: 0.2s;
}
.feedback-block .optionset .pagefeedback:nth-child(4) label:before {
  transition-delay: 0.3s;
}
.feedback-block .optionset .pagefeedback:nth-child(5) label:before {
  transition-delay: 0.4s;
}
.feedback-block .optionset .pagefeedback input[type="radio"] {
  opacity: 0;
}
.feedback-block .optionset .pagefeedback input[type="radio"]:checked + label:after {
  opacity: 1;
}
.feedback-block .optionset .pagefeedback label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.feedback-block .optionset .pagefeedback label:before,
.feedback-block .optionset .pagefeedback label:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.feedback-block .optionset .pagefeedback label:before {
  background-image: url(../images/star.svg);
}
.feedback-block .optionset .pagefeedback label:after {
  background-image: url(../images/star-pink.svg);
  opacity: 0;
}
.feedback-block form {
  margin-top: 20px;
}
@media handheld, only screen and (max-width: 600px) {
  .feedback-block form {
    margin-top: 12px;
  }
}
.feedback-block .Actions {
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.feedback-block .has-rating .Actions {
  visibility: visible;
  opacity: 1;
  height: 50px;
  margin-top: 30px;
}
@media handheld, only screen and (max-width: 600px) {
  .feedback-block .has-rating .Actions {
    margin-top: 20px;
  }
}
.feedback-block .has-rating .Actions input[type="submit"] {
  margin: 0 auto;
}
.feedback-block #PageFeedbackForm_getPageFeedbackForm_error,
.feedback-block #title-PageFeedbackForm_getPageFeedbackForm_Rating,
.feedback-block #PageFeedbackForm_getPageFeedbackForm_Comment_Holder {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 12px 0;
  font-family: 'Poppins', sans-serif, helvetica, arial, sans-serif;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 3.2rem;
  line-height: 3.6rem;
}
@media handheld, only screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 8vw;
    line-height: 10vw;
  }
}
h2,
.h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media handheld, only screen and (max-width: 600px) {
  h2,
  .h2 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
h3,
.h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media handheld, only screen and (max-width: 600px) {
  h3,
  .h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1rem;
  line-height: 1.6rem;
}
hr {
  height: 1px;
}
p {
  margin-bottom: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
@media handheld, only screen and (max-width: 600px) {
  ol,
  ul {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
}
a {
  color: #dd6862;
  text-decoration: none;
}
strong,
b {
  font-weight: 800;
}
em {
  font-style: italic;
}
nav ul {
  padding: 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a {
  display: block;
  color: #2c3949;
  text-decoration: none;
}
.hgroup {
  margin-bottom: 48px;
}
.hgroup > * {
  margin: 8px 0;
}
.hgroup:first-child {
  margin-top: 0;
}
.hgroup h4 {
  font-size: 18px;
}
.rich-text * {
  margin-bottom: 24px;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 8px;
}
.rich-text h1,
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6,
.rich-text .h1,
.rich-text .h2,
.rich-text .h3,
.rich-text .h4,
.rich-text .h5,
.rich-text .h6 {
  color: #2c3949;
}
.rich-text strong,
.rich-text b {
  font-weight: 800;
}
.rich-text table td,
.rich-text table th {
  background: none;
  border: 1px solid #cccccc;
}
.rich-text a {
  color: #dd6862;
  text-decoration: underline;
}
.rich-text label {
  margin-bottom: 6px;
}
.rich-text .lead {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media handheld, only screen and (min-width: 1000px) {
  .rich-text .lead {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .rich-text .lead:not(:last-child) {
    margin-bottom: 24px;
  }
}
.caption,
.transcript {
  margin-top: -12px;
  font-size: 0.8rem;
  line-height: 1.1rem;
}
.media {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .media {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.media iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .media iframe {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 182px 0 0 0;
  background-color: #2c3949;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
@media handheld, only screen and (max-width: 1000px) {
  .main-menu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .main-menu {
    padding-top: 48px;
    padding-bottom: 0;
  }
}
.main-menu .row {
  position: relative;
  right: 0;
  display: table;
  width: 100%;
}
@media handheld, only screen and (max-width: 1000px) {
  .main-menu .row {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.main-menu .row:after {
  display: none;
}
.main-menu a.hover:not(.active):hover {
  opacity: 0.7;
}
@media handheld, only screen and (max-width: 1000px) {
  .main-menu ul {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.main-menu ul li {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu ul li a {
  display: block;
  color: white;
}
.main-menu ul li a.active {
  cursor: pointer;
}
.main-menu .major {
  padding-top: 48px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.main-menu .major li a {
  display: inline-block;
  font-weight: 800;
  font-size: 2.1rem;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 33px 28px;
  padding-right: 48px;
  background-position: right 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .major li a:hover {
  padding-right: 53px;
}
@media handheld, only screen and (max-width: 600px) {
  .main-menu .major li a {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1rem;
    background-image: url(../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: 15px 13px;
    padding-right: 25px;
    background-position: right 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .main-menu .major li a:hover {
    padding-right: 30px;
  }
}
.main-menu .minor {
  margin-top: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .main-menu .minor {
    margin-top: 12px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .main-menu .minor li a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}
.main-menu .box {
  margin-top: 80px;
  margin-bottom: 48px;
  padding: 48px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
  line-height: 1.4;
  color: white;
  -webkit-border-radius: 30px 30px 30px 0;
  -moz-border-radius: 30px 30px 30px 0;
  border-radius: 30px 30px 30px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 1000px) {
  .main-menu .box {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .main-menu .box {
    margin-top: 24px;
    padding: 36px 24px;
  }
}
.main-menu .box h1,
.main-menu .box h2,
.main-menu .box h3,
.main-menu .box h4,
.main-menu .box h5,
.main-menu .box h6,
.main-menu .box .h1,
.main-menu .box .h2,
.main-menu .box .h3,
.main-menu .box .h4,
.main-menu .box .h5,
.main-menu .box .h6 {
  margin: 0 0 18px 0;
  font-size: 1rem;
  line-height: 1.3;
  color: white;
}
.main-menu .box .cta {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 14px;
  padding-right: 25px;
  background-position: right 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-menu .box .cta:hover {
  padding-right: 30px;
}
html.ios.menu-open {
  height: 100%;
}
html.ios.menu-open body {
  height: 100%;
}
html.menu-open {
  overflow: hidden;
}
html.menu-open body {
  overflow: hidden;
}
html.menu-open header {
  background: transparent !important;
}
html.menu-open header a {
  color: white;
}
html.menu-open .logo {
  opacity: 0;
  -webkit-animation: fade-in 1s ease 0.75s 1 forwards;
  animation: fade-in 1s ease 0.75s 1 forwards;
}
html.menu-open .logo .logo-eng .text {
  fill: #fff;
}
html.menu-open .js-header-menu {
  margin-right: -5px;
}
@media handheld, only screen and (max-width: 1000px) {
  html.menu-open .js-header-menu {
    margin-right: -16px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  html.menu-open .js-header-menu {
    margin-right: -14px;
  }
}
html.menu-open .js-header-menu .icon {
  top: 7px;
}
html.menu-open .js-header-menu .icon .line {
  opacity: 0;
}
html.menu-open .js-header-menu .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
html.menu-open .js-header-menu .icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
html.menu-open .js-header-search {
  opacity: 0;
  width: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
html.menu-open .main-menu .stagger {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-animation: slide-in-fade-in 1s ease 1 forwards;
  animation: slide-in-fade-in 1s ease 1 forwards;
}
a.btn,
.btn,
button,
input[type="submit"] {
  min-width: 240px;
  padding: 18px 30px;
  text-align: center;
  text-decoration: none;
  background: #dd6862;
  color: white;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 14px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: inline-block;
  -webkit-appearance: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 414px) {
  a.btn,
  .btn,
  button,
  input[type="submit"] {
    min-width: 1px;
  }
}
a.btn:hover,
.btn:hover,
button:hover,
input[type="submit"]:hover {
  transform-origin: center bottom;
  transform: scale(1.03) translateY(-2px);
}
a.btn.hover:hover,
.btn.hover:hover,
button.hover:hover,
input[type="submit"].hover:hover {
  transform-origin: center bottom;
  transform: scale(1.03) translateY(-2px);
}
a.btn.full-width,
.btn.full-width,
button.full-width,
input[type="submit"].full-width {
  width: 100%;
  display: block;
}
a.btn.secondary,
.btn.secondary,
button.secondary,
input[type="submit"].secondary {
  background: white;
  color: #dd6862;
}
a.btn.tertiary,
.btn.tertiary,
button.tertiary,
input[type="submit"].tertiary {
  background: #D8D8D8;
  color: #fff;
}
.secondary {
  background: white;
  color: #dd6862;
}
.tertiary {
  background: #D8D8D8;
  color: #fff;
}
.breadcrumbs {
  position: relative;
  z-index: 1;
  font-size: 0.7rem;
  font-weight: 700;
  margin: 0 0 24px 0;
  opacity: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-duration: 0.85s;
  padding-left: 25px;
  padding-right: 25px;
}
@media handheld, only screen and (max-width: 600px) {
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }
}
.breadcrumbs li {
  display: inline-block;
  color: #2c3949;
}
.breadcrumbs li a {
  display: inline-block;
  color: inherit;
  line-height: 1.1;
  text-decoration: none;
  color: #2c3949;
}
.breadcrumbs li:after {
  content: "";
  position: relative;
  top: -2px;
  width: 7px;
  height: 7px;
  margin: 0 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 2px solid #2c3949;
  border-bottom: 0;
  border-left: 0;
  display: inline-block;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.animsition-ready .breadcrumbs {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
html.no-js .search-box a {
  line-height: 1.3;
}
html.no-js .search-box a span {
  display: block;
  font-weight: 400;
}
html.no-js .js-fallback {
  display: block;
}
html.no-js .no-js-hide {
  display: none !important;
}
html.no-js .animsition,
html.no-js .animsition-overlay {
  opacity: 1 !important;
}
html.no-js .articles-content-block .stagger {
  opacity: 1;
  transform: none;
  -webkit-animation: none;
  animation: none;
}
html.no-js .element {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
html.no-js .stagger {
  opacity: 1 !important;
  transform: none !important;
  -webkit-animation: none !important;
  animation: none !important;
}
html.no-js .banner .hgroup > * {
  opacity: 1;
  transform: none;
}
html.no-js header {
  background-color: rgba(255, 255, 255, 0.7);
  transform: none;
}
html.no-js header .row {
  padding-top: 12px;
  padding-bottom: 12px;
}
html.no-js header .utilities a {
  display: none !important;
}
html.no-js .main-menu {
  display: block;
  bottom: auto;
  padding-top: 135px;
}
html.no-js .main-menu ul {
  display: inline-block !important;
  width: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
html.no-js .main-menu ul li {
  display: inline-block;
}
html.no-js .main-menu ul li a {
  font-size: 0.8rem !important;
  padding: 0 10px !important;
}
html.no-js .main-menu ul li a.arrow {
  background-image: none !important;
}
html.no-js .main-menu .row {
  display: block;
  position: static;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding: 12px 24px;
  text-align: center;
}
html.no-js .main-menu .box {
  display: none;
}
html.no-js .footer-form-block {
  position: static;
}
html.no-js footer .exit-wrapper .set-cover {
  display: none;
}
html.no-js .search-overlay {
  position: fixed;
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  height: auto;
  bottom: auto;
  background: transparent;
  z-index: 101;
}
html.no-js .search-overlay .row {
  max-width: 1440px;
}
html.no-js .search-overlay form {
  display: inline-block;
  float: right;
}
html.no-js .search-overlay .search-wrapper {
  display: inline-block;
}
html.no-js .search-overlay .search-wrapper label {
  display: none;
}
.js-fallback {
  display: none;
}
html {
  font-size: 20px;
}
body {
  color: #2c3949;
  font-family: 'Nunito Sans', sans-serif, helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  background: #2c3949;
  overflow-y: scroll;
}
.element {
  zoom: 1;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
.element:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.element > .container {
  margin-bottom: 72px;
}
@media handheld, only screen and (max-width: 1000px) {
  .element > .container {
    margin-bottom: 48px;
  }
}
.element:first-child > .container.button-content-block {
  margin-top: 60px;
}
@media handheld, only screen and (max-width: 600px) {
  .element:first-child > .container.button-content-block {
    margin-top: 0;
  }
}
.element:last-child > .container:last-child {
  margin-bottom: 0;
}
.animsition-ready .element:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.animsition-ready .element:first-child .accordion .stagger {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  transform: scaleY(0);
  -webkit-animation: fade-in-grow-down 1s ease 0.75s 1 forwards;
  animation: fade-in-grow-down 1s ease 0.75s 1 forwards;
}
.animsition-ready .element:first-child .articles-content-block .stagger {
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: fade-in-scale-up 0.75s ease 1 forwards;
  animation: fade-in-scale-up 0.75s ease 1 forwards;
}
.animsition-ready .element:first-child.HomeWelcomeBlock + .element {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.animsition-ready .element:first-child.HomeWelcomeBlock + .element .accordion .stagger {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  transform: scaleY(0);
  -webkit-animation: fade-in-grow-down 1s ease 0.75s 1 forwards;
  animation: fade-in-grow-down 1s ease 0.75s 1 forwards;
}
.animsition-ready .element:first-child.HomeWelcomeBlock + .element .articles-content-block .stagger {
  opacity: 0;
  transform: scale(0.3);
  -webkit-animation: fade-in-scale-up 0.75s ease 1 forwards;
  animation: fade-in-scale-up 0.75s ease 1 forwards;
}
.inview {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #2c3949;
  z-index: 200;
}
.loading-overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.loader {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}
.loader .bubble {
  -webkit-animation: fade-lesser 2s infinite linear;
  animation: fade-lesser 2s infinite linear;
}
.loader .line {
  -webkit-animation: fade-full 2s infinite linear;
  animation: fade-full 2s infinite linear;
}
.loader .line:nth-child(1) {
  animation-delay: 0s;
}
.loader .line:nth-child(2) {
  animation-delay: 0.4s;
}
.loader .line:nth-child(3) {
  animation-delay: 0.8s;
}
.loader .line:nth-child(4) {
  animation-delay: 1.2s;
}
.loader .line:nth-child(5) {
  animation-delay: 1.6s;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
header .row {
  max-width: 1440px;
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 1000px) {
  header .row {
    padding: 12px 0;
  }
}
header .logo {
  display: block;
  padding: 0 24px 0 0;
  position: relative;
  color: #2c3949;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 600px) {
  header .logo {
    padding: 0 0 0 0;
  }
}
header .logo .logo-eng {
  display: block;
}
@media handheld, only screen and (max-width: 600px) {
  header .logo .logo-eng {
    width: 155px;
    height: 42px;
  }
}
header .logo .h2 {
  display: block;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 600px) {
  header .logo .h2 {
    font-size: 1rem;
    line-height: 44px;
  }
}
header .logo .tagline {
  font-size: 0.7rem;
  line-height: 1.1;
  visibility: visible;
  opacity: 1;
  padding-left: 95px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 600px) {
  header .logo .tagline {
    font-size: 0.45rem;
    padding-left: 48px;
  }
}
header .logo .tagline:first-of-type {
  margin-top: 0;
}
header .utilities {
  text-align: right;
  padding: 24px 0;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities {
    padding-right: 0;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  header .utilities {
    padding: 0;
  }
}
header .utilities a {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  color: #2c3949;
  padding-right: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities a {
    width: 40px;
    height: 40px;
    padding: 11px 8px;
  }
}
header .utilities a.hover:hover {
  opacity: 0.8;
}
header .utilities a .menu-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities a .menu-label {
    display: none;
    margin-right: 0;
  }
}
header .utilities a .icon {
  position: absolute;
  right: 20px;
  top: 7px;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities a .icon {
    position: relative;
    top: 9px;
    right: auto !important;
  }
}
header .utilities a .icon .line,
header .utilities a .icon:after,
header .utilities a .icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #dd6862;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities a .icon .line,
  header .utilities a .icon:after,
  header .utilities a .icon:before {
    width: 24px;
    height: 4px;
  }
}
header .utilities a .icon:after {
  top: 6px;
}
header .utilities a .icon:before {
  top: 12px;
}
header .utilities a .icon .line {
  top: 0;
}
@media handheld, only screen and (max-width: 600px) {
  header .utilities .js-header-menu {
    padding-right: 0;
  }
}
header .utilities .js-header-search {
  margin-left: 30px;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities .js-header-search {
    margin-left: 0;
    margin-right: -11px;
  }
}
header .utilities .js-header-search .icon {
  top: 8px;
}
header .utilities .js-header-search .icon .line,
header .utilities .js-header-search .icon:after,
header .utilities .js-header-search .icon:before {
  width: 0;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities .js-header-search .icon .line,
  header .utilities .js-header-search .icon:after,
  header .utilities .js-header-search .icon:before {
    width: 0;
  }
}
header .utilities .js-header-search svg {
  position: absolute;
  right: -20px;
  top: -3px;
  fill: #dd6862;
  width: 19px;
  height: 19px;
}
@media handheld, only screen and (max-width: 1000px) {
  header .utilities .js-header-search svg {
    top: -3px;
    right: auto;
    left: 8px;
    width: 24px;
    height: 24px;
  }
}
header.scrolling-up {
  background-color: rgba(255, 255, 255, 0.7);
  transform: translateY(0);
}
header.scrolling-up .row {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  header.scrolling-up .row {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header.scrolling-up .logo .logo-eng .circle {
  fill: #eebc32;
}
header.scrolling-up .logo .logo-eng .line {
  fill: #fff;
}
header.scrolling-up .logo .stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-down 0.5s 1 ease;
  animation: nudge-down 0.5s 1 ease;
}
header.scrolling-up .logo .stagger:nth-child(1) {
  animation-delay: 0s;
}
header.scrolling-up .logo .stagger:nth-child(2) {
  animation-delay: 0.1s;
}
header.scrolling-up .logo .stagger:nth-child(3) {
  animation-delay: 0.1s;
}
header.scrolling-up .logo .stagger:nth-child(4) {
  animation-delay: 0.1s;
}
header.scrolling-up .logo .tagline {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
header.scrolling-up .logo .tagline:first-of-type {
  margin-top: 0;
}
header.scrolling-up .js-header-menu .stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-down 0.5s 1 ease;
  animation: nudge-down 0.5s 1 ease;
}
header.scrolling-up .js-header-menu .stagger:nth-child(1) {
  animation-delay: 0.15s;
}
header.scrolling-up .js-header-menu .stagger:nth-child(2) {
  animation-delay: 0.2s;
}
header.scrolling-up .js-header-search .stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-down 0.5s 1 ease;
  animation: nudge-down 0.5s 1 ease;
}
header.scrolling-up .js-header-search .stagger:nth-child(1) {
  animation-delay: 0.25s;
}
header.scrolling-up .js-header-search .stagger:nth-child(2) {
  animation-delay: 0.3s;
}
header.reversed .logo-eng .circle {
  fill: #fff;
}
header.reversed .logo-eng .line {
  fill: #eebc32;
}
.search-open .reversed .logo-eng .circle,
.js-cover-pop-open .reversed .logo-eng .circle,
.menu-open .reversed .logo-eng .circle {
  fill: #eebc32;
}
.search-open .reversed .logo-eng .line,
.js-cover-pop-open .reversed .logo-eng .line,
.menu-open .reversed .logo-eng .line {
  fill: #fff;
}
header.scrolling-down {
  background-color: rgba(255, 255, 255, 0);
  transform: translateY(-150px);
}
header.scrolling-down .logo .tagline {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
main {
  display: block;
  position: relative;
  min-height: 100vh;
  background-color: #f5f2e9;
  overflow: hidden;
  z-index: 2;
  padding-bottom: 0;
}
.content-blocks {
  position: relative;
  top: -110px;
  z-index: 15;
}
@media handheld, only screen and (max-width: 600px) {
  .content-blocks {
    top: -50px !important;
  }
}
.security-form {
  padding-top: 200px;
}
@media handheld, only screen and (max-width: 600px) {
  .security-form {
    padding-top: 20vh;
  }
}
.security-form > .row {
  max-width: 360px;
}
@media handheld, only screen and (max-width: 600px) {
  .security-form > .row {
    max-width: 100%;
  }
}
.security-form .breadcrumbs {
  padding: 0;
}
.security-form .form-wrapper input[type="submit"] {
  width: 100%;
  margin-bottom: 12px;
}
@media handheld, only screen and (max-width: 600px) {
  .security-form .form-wrapper input[type="submit"] {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.8rem;
    white-space: normal;
  }
}
.security-form .field {
  margin-bottom: 12px;
}
.security-form .rich-text > * {
  margin-bottom: 12px;
}
.security-form .rich-text p {
  font-size: 0.85rem;
  line-height: 1.2rem;
}
.security-form #ForgotPassword {
  font-size: 0.85rem;
  line-height: 1.2rem;
}
.footer-form-block {
  position: relative;
  bottom: auto;
  left: auto;
  padding-bottom: 100px;
  z-index: 1;
  width: 100%;
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #2c3949;
  color: #fff;
  background-image: url(../images/speech-dotted.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-form-block.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media handheld, only screen and (min-width: 1441px) {
  .footer-form-block {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block {
    background-image: none;
  }
}
.footer-form-block .sevencolumn {
  float: right;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .sevencolumn {
    float: none;
    width: 100%;
  }
}
.footer-form-block .sevencol {
  float: right;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .sevencol {
    float: none;
    width: 98.1%;
  }
}
.footer-form-block .fivecolumn {
  float: right;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .fivecolumn {
    float: none;
    width: 100%;
  }
}
.footer-form-block .fivecol {
  float: right;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .fivecol {
    float: none;
    width: 98.1%;
  }
}
.footer-form-block a {
  color: #fff;
}
.footer-form-block .logo {
  display: inline-block;
  /*padding: 20px @s 0 90px;*/
  padding: 20px 24px 0 95px;
  position: relative;
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .logo {
    padding-left: 67px;
  }
}
.footer-form-block .logo div:not(.h2) {
  font-size: 0.7rem;
  line-height: 1.1;
  font-weight: 700;
  max-width: 200px;
}
.footer-form-block .logo .logo-eng,
.footer-form-block .logo .logo-te-reo {
  display: block;
}
.footer-form-block .logo .logo-eng .text,
.footer-form-block .logo .logo-te-reo .text {
  fill: #fff;
}
.footer-form-block .logo .logo-eng {
  margin-left: -95px;
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .logo .logo-eng {
    width: 222px;
    height: 60px;
    margin-left: -67px;
  }
}
.footer-form-block .logo .logo-te-reo {
  margin-left: -90px;
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .logo .logo-te-reo {
    width: 305px;
    height: 60px;
  }
}
@media handheld and handheld, only screen and (max-width: 600px) and handheld, handheld and only screen and (max-width: 600px), only screen and (max-width: 600px) and only screen and (max-width: 600px) {
  .footer-form-block .logo .logo-te-reo {
    margin-left: -72px;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .navigation {
    padding-top: 48px;
    background-image: url(../images/speech-dotted.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.footer-form-block .navigation ul,
.footer-form-block .navigation .social-icons {
  padding: 24px 24px 0 95px;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .navigation ul,
  .footer-form-block .navigation .social-icons {
    padding-top: 48px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .navigation ul,
  .footer-form-block .navigation .social-icons {
    padding-left: 36px;
  }
}
.footer-form-block .navigation .major {
  font-weight: 800;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .navigation .major {
    font-size: 1.1rem;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .navigation .major li {
    margin-bottom: 6px;
  }
}
.footer-form-block .navigation .minor {
  padding-top: 0;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .navigation .minor {
    font-size: 1rem;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .navigation .minor li {
    margin-bottom: 6px;
  }
}
.footer-form-block .utils {
  font-size: 0.7rem;
  text-align: center;
  margin-top: 60px;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .utils {
    margin-left: 0;
    margin-right: 0;
    margin-top: 48px;
    padding-left: 90px;
    font-size: 0.85rem;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .utils {
    padding-left: 36px;
  }
}
.footer-form-block .utils li {
  display: inline-block;
  padding-right: 24px;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .utils li {
    display: block;
    float: left;
    min-width: 50%;
    margin-bottom: 3px;
    text-align: left;
  }
}
@media handheld, only screen and (max-width: 414px) {
  .footer-form-block .utils li {
    min-width: 1px;
    width: 100%;
  }
}
.footer-form-block .utils li a {
  display: block;
  padding: 12px;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .utils li a {
    padding: 0;
  }
}
.footer-form-block .utils li.nzg-logo {
  position: relative;
  top: 10px;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .utils li.nzg-logo {
    width: 100%;
    top: 0;
    margin-top: 24px;
  }
}
.footer-form-block .search-box {
  padding: 48px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .search-box {
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-form-block .search-box h3 {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 24px;
}
.footer-form-block .search-box .form-field {
  margin-bottom: 12px;
}
.footer-form-block .search-box label,
.footer-form-block .search-box legend,
.footer-form-block .search-box .label {
  font-weight: 400;
}
.footer-form-block .search-box .privacy {
  font-size: 0.7rem;
  display: block;
  text-align: center;
  text-decoration: underline;
}
.footer-form-block .search-box .btn {
  margin: 24px 0 12px 0;
}
.footer-form-block .phone-box {
  padding-top: 48px;
  text-align: center;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .phone-box {
    padding-top: 48px;
    padding-left: 90px;
    text-align: left;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .footer-form-block .phone-box {
    padding-left: 36px;
  }
}
.footer-form-block .phone-box a {
  color: #dd6862;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .phone-box a {
    font-size: 2rem;
  }
}
.footer-form-block .phone-box p {
  font-size: 0.8rem;
}
@media handheld, only screen and (max-width: 1000px) {
  .footer-form-block .phone-box p {
    font-size: 1rem;
  }
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  line-height: 1;
  z-index: 9999;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #2c3949;
}
@media handheld, only screen and (max-width: 600px) {
  footer {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
footer a {
  color: #fff;
}
footer .row {
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}
@media handheld, only screen and (max-width: 1280px) {
  footer .row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  footer .row .sixcolumn {
    display: inline-block;
    width: auto;
  }
}
footer .btn {
  background: white;
  color: #dd6862;
  font-size: 0.8rem;
}
@media handheld, only screen and (max-width: 1000px) {
  footer .btn {
    min-width: 1px;
    padding: 9.6px;
    /*font-size: 0.6rem;*/
    font-size: 0.7rem;
  }
}
footer .exit-wrapper {
  text-align: right;
  padding-top: 6px;
}
@media handheld, only screen and (max-width: 1000px) {
  footer .exit-wrapper {
    float: right;
  }
}
@media handheld, only screen and (max-width: 600px) {
  footer .exit-wrapper {
    padding-top: 3px;
  }
}
footer .exit-wrapper .set-cover {
  display: inline-block;
  position: relative;
  font-size: 0.7rem;
  padding-right: 24px;
}
@media handheld, only screen and (max-width: 1000px) {
  footer .exit-wrapper .set-cover {
    position: static;
  }
}
@media handheld, only screen and (max-width: 600px) {
  footer .exit-wrapper .set-cover {
    padding-right: 0;
  }
}
@media handheld, only screen and (max-width: 1000px) {
  footer .mobile-links {
    position: relative;
  }
}
.social-icons a {
  overflow: hidden;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #dd6862;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 1000px) {
  .social-icons a {
    width: 60px;
    height: 60px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .social-icons a {
    width: 40px;
    height: 40px;
  }
}
.social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media handheld, only screen and (max-width: 600px) {
  .social-icons a {
    margin-right: 4.8px;
  }
}
.btn-webchat {
  display: inline-block;
  cursor: pointer;
  margin-right: 24px;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-webchat {
    margin-right: 0;
  }
}
.btn-webchat .menu-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-webchat .menu-label {
    display: none;
  }
}
.icon-chat {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #dd6862;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 1000px) {
  .icon-chat {
    width: 40px;
    height: 40px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .icon-chat {
    width: 34px;
    height: 34px;
  }
}
.icon-chat svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.btn-phone {
  display: inline-block;
  font-weight: 800;
  background-color: transparent;
}
.btn-phone .menu-label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 7px;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-phone .menu-label {
    display: none;
  }
}
.icon-phone {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #dd6862;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 25px;
  background-color: transparent;
}
@media handheld, only screen and (max-width: 1000px) {
  .icon-phone {
    width: 40px;
    height: 40px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .icon-phone {
    width: 34px;
    height: 34px;
  }
}
.icon-phone svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media handheld, only screen and (max-width: 1000px) {
  .icon-phone {
    background-color: #dd6862;
  }
}
.btn-set-cover {
  cursor: pointer;
}
.btn-set-cover .menu-label {
  display: inline-block;
}
.icon-cover {
  display: inline-block;
  vertical-align: middle;
}
.btn-quickexit .menu-label {
  display: inline-block;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 1000px) {
  .btn-quickexit .menu-label {
    display: none;
  }
}
footer.scrolling-down .btn-webchat .stagger {
  -webkit-animation: nudge-up 0.5s 1 ease;
  animation: nudge-up 0.5s 1 ease;
}
footer.scrolling-down .btn-webchat .stagger:nth-child(1) {
  animation-delay: 0.4s;
}
footer.scrolling-down .btn-webchat .stagger:nth-child(2) {
  animation-delay: 0.35s;
}
footer.scrolling-down .btn-phone .stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-up 0.5s 1 ease;
  animation: nudge-up 0.5s 1 ease;
}
footer.scrolling-down .btn-phone .stagger:nth-child(1) {
  animation-delay: 0.3s;
}
footer.scrolling-down .btn-phone .stagger:nth-child(2) {
  animation-delay: 0.25s;
}
footer.scrolling-down .btn-set-cover .stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-up 0.5s 1 ease;
  animation: nudge-up 0.5s 1 ease;
}
footer.scrolling-down .btn-set-cover .stagger:nth-child(1) {
  animation-delay: 0.2s;
}
footer.scrolling-down .btn-set-cover .stagger:nth-child(2) {
  animation-delay: 0.15s;
}
footer.scrolling-down .btn-quickexit.stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-up 0.5s 1 ease;
  animation: nudge-up 0.5s 1 ease;
}
footer.scrolling-down .btn-quickexit.stagger:nth-child(1) {
  animation-delay: 0.1s;
}
footer.scrolling-down .btn-quickexit.stagger:nth-child(2) {
  animation-delay: 0s;
}
footer.scrolling-down .set-cover-popup.stagger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-animation: nudge-set-cover-popup 0.5s 1 ease;
  animation: nudge-set-cover-popup 0.55s 1 ease;
}
@media handheld, only screen and (max-width: 1000px) {
  footer.scrolling-down .set-cover-popup.stagger {
    -webkit-animation-name: nudge-up;
    animation-name: nudge-up;
  }
}
.set-cover-popup {
  display: none;
  position: absolute;
  z-index: 1000;
  z-index: 200;
  left: 50%;
  bottom: 50px;
  width: 470px;
  max-height: 640px;
  background: white;
  padding: 48px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  color: #333;
  box-shadow: 0 0 14px 0 rgba(221, 215, 196, 0.5);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media handheld, only screen and (max-width: 1000px) {
  .set-cover-popup {
    left: 50%;
    margin-left: -235px;
    -webkit-transform: none;
    transform: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup {
    width: 100%;
    max-height: 490px;
    margin-left: -50%;
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}
.set-cover-popup span.close {
  display: block;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup span.close {
    width: 24px;
    height: 24px;
    top: 20px;
    right: 20px;
  }
}
.set-cover-popup span.close:after,
.set-cover-popup span.close:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  width: 20px;
  height: 3px;
  background: #dd6862;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media handheld, only screen and (max-width: 1000px) {
  .set-cover-popup span.close:after,
  .set-cover-popup span.close:before {
    width: 24px;
    height: 4px;
  }
}
.set-cover-popup span.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
.set-cover-popup span.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.set-cover-popup:after {
  content: "";
  display: block;
  position: absolute;
  left: 225px;
  bottom: -20px;
  z-index: -1;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media handheld, only screen and (max-width: 1000px) {
  .set-cover-popup:after {
    bottom: -15px;
    left: auto;
    right: 30px;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup:after {
    right: 33%;
  }
}
.set-cover-popup form.save-success .form-field:after {
  opacity: 1;
}
.set-cover-popup form.save-success .form-field input[type="text"] {
  padding-right: 56px;
}
.set-cover-popup form.save-fail .form-field:after {
  background-image: url(../images/cross.svg);
  opacity: 1;
}
.set-cover-popup form.save-fail .form-field input[type="text"] {
  padding-right: 56px;
}
.set-cover-popup .form-field {
  position: relative;
}
.set-cover-popup .form-field:after {
  content: "";
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.set-cover-popup .form-field input[type="text"] {
  margin-bottom: 12px;
}
.set-cover-popup .rich-text {
  height: 400px;
  margin-bottom: 135px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 24px;
  overflow-y: auto;
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup .rich-text {
    height: 310px;
    padding-right: 30px;
  }
}
.set-cover-popup .rich-text:before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 1;
  width: calc(100% - 72px);
  height: 15px;
  background: -moz-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, #ffffff 50%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 50%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup .rich-text:before {
    top: 20px;
    width: calc(100% - 50px);
  }
}
.set-cover-popup .rich-text:after {
  content: "";
  position: absolute;
  top: 460px;
  left: 0;
  width: calc(100% - 72px);
  height: 20px;
  z-index: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup .rich-text:after {
    top: 310px;
    width: calc(100% - 50px);
  }
}
.set-cover-popup .rich-text .h4,
.set-cover-popup .rich-text h4,
.set-cover-popup .rich-text .h5,
.set-cover-popup .rich-text h5,
.set-cover-popup .rich-text .h6,
.set-cover-popup .rich-text h6,
.set-cover-popup .rich-text p {
  font-size: 0.9rem;
}
.set-cover-popup .rich-text * {
  margin-bottom: 8px;
}
.set-cover-popup form {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 30px;
  padding: 24px 48px;
  padding-bottom: 48px;
}
@media handheld, only screen and (max-width: 600px) {
  .set-cover-popup form {
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 20px;
  }
}
.set-cover-popup form label {
  margin-bottom: 5px;
}
html.js-cover-pop-open {
  overflow: hidden;
}
html.js-cover-pop-open header.scrolling-up {
  background-color: transparent;
}
html.js-cover-pop-open main:after {
  content: "";
  z-index: 201;
  background: #2c3949;
  opacity: 0.9;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
html.js-cover-pop-open .js-cover-pop {
  display: block;
}
html.js-cover-pop-open .set-cover-popup header {
  z-index: 100;
}
html.js-cover-pop-open .set-cover-popup footer {
  z-index: 500;
}
html.js-cover-pop-open .logo .logo-eng .text {
  fill: #fff;
}
html.js-cover-pop-open .logo .tagline {
  color: #fff;
}
html.js-cover-pop-open .utilities a {
  color: #fff;
}
.search-overlay {
  display: none;
  position: relative;
  color: white;
  background: #2c3949;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-top: 230px;
  padding-bottom: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .search-overlay {
    padding-top: 87px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-overlay .js-center {
  position: absolute;
  width: calc(82vw);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-overlay .form-wrapper {
  padding: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .search-overlay .form-wrapper {
    padding: 12px;
  }
}
.search-overlay .form-wrapper input[type="search"] {
  width: 100%;
  background: white;
  border: none;
}
.search-overlay .form-wrapper button[type="submit"]:hover,
.search-overlay .form-wrapper input[type="submit"]:hover,
.search-overlay .form-wrapper button[type="submit"].hover:hover,
.search-overlay .form-wrapper input[type="submit"].hover:hover {
  opacity: 0.8;
  transform: none;
}
@media handheld, only screen and (max-width: 600px) {
  .search-overlay .form-wrapper .search-wrapper label {
    font-size: 1rem;
  }
}
.search-overlay .form-wrapper .search-wrapper input.error {
  border-color: #feb7b3 !important;
}
.search-overlay .form-wrapper .search-wrapper span.error {
  margin-top: 10px;
  color: #feb7b3;
}
.search-overlay .form-wrapper .search-field-wrap {
  position: relative;
  padding-right: 160px;
}
@media handheld, only screen and (max-width: 600px) {
  .search-overlay .form-wrapper .search-field-wrap {
    padding-right: 0;
  }
}
.search-overlay .form-wrapper .search-field-wrap button {
  position: absolute;
  width: 150px;
  min-width: 1px;
  right: 0;
  text-align: center;
  padding: 18px;
  top: -2px;
}
@media handheld, only screen and (max-width: 600px) {
  .search-overlay .form-wrapper .search-field-wrap button {
    position: static;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 12px;
  }
}
.search-overlay .form-wrapper .search-field-wrap button:active {
  outline: 0;
}
html.search-open {
  overflow: hidden;
  height: 100%;
}
html.search-open body {
  overflow: hidden;
  height: 100%;
}
html.search-open header {
  background-color: transparent !important;
}
html.search-open header a {
  color: white;
}
html.search-open .logo .logo-eng .text {
  fill: #fff;
}
html.search-open .js-header-menu {
  opacity: 0;
  width: 0px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
}
html.search-open .js-header-search svg {
  display: none;
}
html.search-open .js-header-search .icon {
  top: 6px;
}
html.search-open .js-header-search .icon .line,
html.search-open .js-header-search .icon:after,
html.search-open .js-header-search .icon:before {
  width: 20px !important;
}
@media handheld, only screen and (max-width: 1000px) {
  html.search-open .js-header-search .icon .line,
  html.search-open .js-header-search .icon:after,
  html.search-open .js-header-search .icon:before {
    width: 24px !important;
  }
}
html.search-open .js-header-search .icon .line {
  opacity: 0;
}
html.search-open .js-header-search .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
html.search-open .js-header-search .icon:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 7px;
}
html.search-open .form-wrapper .stagger {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-animation: slide-in-fade-in 1s ease 1 forwards;
  animation: slide-in-fade-in 1s ease 1 forwards;
}
html.search-open .form-wrapper .stagger:nth-child(1) {
  animation-delay: 0.2s;
}
html.search-open .form-wrapper .stagger:nth-child(2) {
  animation-delay: 0.35s;
}
.CwpSearchPage main .search-results-wrapper {
  padding-top: 200px;
}
.search-summary + .list-results {
  margin-top: 24px;
}
.search-summary p {
  margin-bottom: 0;
}
.search-summary p + .btn {
  margin-top: 12px;
}
.list-results {
  padding: 0;
  margin: 0;
}
.list-results li:first-child {
  border-top: 1px solid #cccccc;
}
.list-results + .btn-load-more {
  display: block;
  width: 240px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media handheld, only screen and (max-width: 600px) {
  .list-results + .btn-load-more {
    width: 100%;
  }
}
.result-summary {
  display: block;
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #cccccc;
  color: #2c3949;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media handheld, only screen and (max-width: 600px) {
  .result-summary {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.result-summary:hover,
.result-summary.hover:hover {
  opacity: 0.5;
}
.result-summary:hover .btn-read-more,
.result-summary.hover:hover .btn-read-more {
  padding-right: 30px;
}
@media handheld, only screen and (max-width: 600px) {
  .result-summary.rich-text > * {
    margin-bottom: 12px;
  }
}
.result-summary .result-url,
.result-summary .blurb,
.result-summary h3 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.result-summary .result-url {
  font-size: 0.7rem;
}
.result-summary .btn-read-more {
  display: inline-block;
  color: #dd6862;
  font-size: 1rem;
}
.btn-read-more {
  font-weight: 700;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px 30px;
  padding-right: 25px;
  background-position: right 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn-read-more:hover {
  padding-right: 30px;
}
.home-page main {
  padding-bottom: 60px;
}
.home-page .banner .breadcrumbs {
  display: none;
}
.home-page .banner .row {
  min-height: 750px;
  height: 750px;
}
@media handheld, only screen and (max-width: 600px) {
  .home-page .banner .row {
    height: auto;
    min-height: 300px;
  }
}
.home-page .banner .row .twelvecol {
  padding-top: 184px;
  padding-bottom: 184px;
}
@media handheld, only screen and (max-width: 600px) {
  .home-page .banner .row .twelvecol {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.home-page .banner .hgroup .headline p,
.home-page .banner .hgroup .headline {
  width: 100%;
  max-width: none;
  font-size: 2.6rem;
  line-height: 3rem;
}
@media handheld, only screen and (max-width: 1000px) {
  .home-page .banner .hgroup .headline p,
  .home-page .banner .hgroup .headline {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .home-page .banner .hgroup .headline p,
  .home-page .banner .hgroup .headline {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
.home-page .banner .hgroup p,
.home-page .banner .hgroup .subhead {
  max-width: 75%;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
@media handheld, only screen and (max-width: 1000px) {
  .home-page .banner .hgroup p,
  .home-page .banner .hgroup .subhead {
    max-width: none;
  }
}
@media handheld, only screen and (max-width: 600px) {
  .home-page .banner .hgroup p,
  .home-page .banner .hgroup .subhead {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 1920px) {
  .home-page .banner .bg {
    background-size: auto 750px;
  }
}
@media screen and (max-width: 600px) {
  .home-page .banner .bg {
    background-size: auto 100%;
  }
}
.secondary-page .banner .row {
  min-height: 600px;
  height: 600px;
}
@media handheld, only screen and (max-width: 600px) {
  .secondary-page .banner .row {
    height: auto;
    min-height: 300px;
  }
}
.secondary-page .banner .row .twelvecol {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media handheld, only screen and (max-width: 600px) {
  .secondary-page .banner .row .twelvecol {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.secondary-page .banner .hgroup {
  max-width: 550px;
}
.secondary-page .banner .hgroup .headline {
  font-size: 3.2rem;
  line-height: 3.6rem;
}
@media handheld, only screen and (max-width: 600px) {
  .secondary-page .banner .hgroup .headline {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.secondary-page .banner .hgroup .subhead {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media handheld, only screen and (max-width: 600px) {
  .secondary-page .banner .hgroup .subhead {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
}
@media screen and (max-width: 1920px) {
  .secondary-page .banner .bg {
    background-size: auto 600px;
  }
}
@media screen and (max-width: 600px) {
  .secondary-page .banner .bg {
    background-size: auto 100%;
  }
}
.banner {
  position: relative;
  overflow: hidden;
}
.banner .breadcrumbs {
  margin-bottom: 12px;
}
.banner .row {
  display: table;
  width: 100%;
  min-height: 500px;
  height: 500px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .row {
    height: auto;
    min-height: 250px;
  }
}
.banner .row .twelvecol {
  padding-top: 105px;
  padding-bottom: 80px;
  float: none;
  display: table-cell;
  vertical-align: middle;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .row .twelvecol {
    padding-top: 90px;
    padding-bottom: 70px;
  }
}
.banner .hgroup {
  position: relative;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .hgroup {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.banner .hgroup > * {
  position: relative;
  opacity: 0;
  margin-top: 0;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.banner .hgroup a {
  color: #2c3949;
}
.banner .hgroup .headline {
  z-index: 12;
  transition-delay: 0s;
  transition-duration: 1s;
  margin-bottom: 0;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .hgroup .headline {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }
}
.banner .hgroup .headline + .subhead {
  margin-top: 15px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .hgroup .headline + .subhead {
    margin-top: 12px;
  }
}
.banner .hgroup .subhead {
  z-index: 13;
  transition-delay: 0.15s;
  transition-duration: 1.5s;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.banner .hgroup .subhead + .btn {
  margin-top: 24px;
}
@media handheld, only screen and (max-width: 600px) {
  .banner .hgroup .subhead + .btn {
    margin-top: 12px;
  }
}
.banner .hgroup .btn {
  z-index: 14;
  transition-delay: 0.2s;
  transition-duration: 2s;
}
.banner .hgroup .btn:hover,
.banner .hgroup .btn.hover:hover {
  transition-delay: 0s;
  transition-duration: 0.3s;
}
.banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #D8D8D8;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  transform: translate3d(0px, 0px, 0px) !important;
  background-attachment: fixed;
}
@media screen and (max-width: 1920px) {
  .banner .bg {
    background-size: auto 500px;
  }
}
@media screen and (max-width: 600px) {
  .banner .bg {
    background-size: auto 100%;
    background-attachment: scroll;
  }
}
.animsition-ready .banner-text > * {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/* ============================================================================= 
   Forms
   ========================================================================== */
form a {
  font-size: 0.9rem;
  text-decoration: none;
}
form a .hover:hover {
  text-decoration: underline;
}
.field-validation-error,
.error {
  line-height: 1.2;
  color: #c30f36;
  font-weight: 400;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #333333;
  opacity: 0.5;
  font-weight: 400;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #333333;
  opacity: 0.5;
  font-weight: 400;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: #333333;
  opacity: 0.5;
  font-weight: 400;
}
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  background: white;
  color: #333;
  margin: 0;
  width: 100%;
  padding: 12px 16px;
  display: block;
  font-size: 16px;
  border: 1px solid black;
  font-family: 'Nunito Sans', sans-serif, helvetica, arial, sans-serif;
  font-weight: 300;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
  background: #f8f8f8;
  border: 1px solid black;
  background: white;
  color: #444;
  outline: none;
}
textarea {
  min-height: 234px;
  font-family: sans-serif;
  -webkit-appearance: none;
  overflow: auto;
}
input[type="submit"],
button {
  -webkit-appearance: none;
  border: 0;
  display: block;
  cursor: pointer;
  text-align: center;
}
input[type="submit"].hover:hover,
button.hover:hover {
  opacity: 0.8;
}
input[type="submit"]:focus,
button:focus {
  outline: none;
}
label,
legend,
.label {
  display: block;
  font-weight: 700;
  font-size: 14px;
}
input[type="checkbox"] {
  display: inline;
}
.checkbox-wrapper,
.radio-wrapper {
  position: relative;
  padding-left: 24px;
}
.checkbox-wrapper label,
.radio-wrapper label {
  text-transform: none;
  font-size: 0.9rem;
}
.checkbox-wrapper input,
.radio-wrapper input {
  position: absolute;
  left: 0;
  top: 3px;
}
.field {
  margin-bottom: 24px;
}
.field:last-child {
  margin-bottom: 0;
}
.select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 3;
  background: #cccccc;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.select-wrapper:after {
  content: '';
  width: 11px;
  height: 11px;
  border: 1px solid #5c5c5c;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 18px;
  pointer-events: none;
}
.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: none;
  border: 0 !important;
  background: #F8F8F8;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  font-size: 16px;
  color: #333;
  cursor: pointer;
}
.select-wrapper select::-ms-expand {
  display: none;
}
input.error {
  border: 1px solid #dd6862 !important;
}
input.error::-webkit-input-placeholder {
  color: #c30f36;
  opacity: 0.3;
  font-weight: 400;
}
input.error:-moz-placeholder {
  color: #c30f36;
  opacity: 0.3;
  font-weight: 400;
}
input.error::-moz-placeholder {
  color: #c30f36;
  opacity: 0.3;
  font-weight: 400;
}
span.error {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 6px;
}
@media print {
  * {
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: black !important;
  }
  html,
  body,
  main,
  .footer-form-block,
  .accordion .heading {
    background-image: none !important;
    background-color: transparent !important;
  }
  .main-menu,
  .search-overlay,
  .bg,
  .loading-overlay,
  .footer-form-block,
  footer,
  nav {
    display: none !important;
  }
  .accordion .rich-text {
    display: block !important;
  }
  .element {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  header,
  footer,
  .footer-form-block,
  .set {
    position: static !important;
  }
  table,
  ul,
  ol,
  p {
    font-size: 12pt !important;
  }
  table {
    text-transform: none !important;
  }
  table th,
  table td {
    padding: 12px 8px !important;
    border: 1px solid black !important;
  }
  table th {
    font-weight: bold !important;
  }
  table td {
    font-weight: normal;
  }
  img {
    display: block;
    max-width: 100% !important;
  }
  a {
    text-decoration: none !important;
  }
  a:after {
    content: " (" attr(href) ")";
    font-style: italic !important;
    text-decoration: underline !important;
    color: #ccc !important;
    font-weight: 400;
    line-height: 1.2;
    white-space: normal;
  }
  a[href^="tel:"]:after {
    content: "";
  }
  .rich-text .media {
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }
  .rich-text .media iframe {
    display: none !important;
  }
  header .row {
    max-width: 1000px;
    padding: 12px 0;
    border-bottom: 1px solid;
    margin-bottom: 12px;
  }
  header .logo:after {
    content: "";
  }
  .btn {
    text-align: left !important;
    min-width: 1px !important;
  }
  main {
    margin-bottom: 0 !important;
    padding-bottom: 12px;
    min-height: 1px;
  }
  .banner {
    margin-bottom: 12px;
  }
  .banner .row {
    height: auto !important;
    min-height: 1px !important;
  }
  .banner .row .twelvecol,
  .banner .row .twelvecolumn {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .banner .hgroup {
    padding: 0 !important;
    max-width: none !important;
  }
  .banner .hgroup > * {
    opacity: 1;
    transform: none;
  }
  .element {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .element > .container {
    margin-bottom: 12px !important;
  }
  .stagger {
    opacity: 1 !important;
    transform: none !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .animsition,
  .animsition-overlay {
    opacity: 1 !important;
  }
  .articles-content-block .stagger,
  .accordion .stagger {
    opacity: 1;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }
  .breadcrumbs,
  .accordion .heading,
  .accordion .rich-text,
  .block-title,
  .c-box,
  .w-box {
    padding: 12px 0 !important;
  }
  .two-link-content-block .c-box,
  .articles-content-block .c-box,
  input,
  ol,
  ul,
  img {
    page-break-inside: avoid;
  }
  .breadcrumbs a:after {
    content: "";
  }
  .content-blocks {
    top: 0 !important;
  }
  .block-title {
    margin-bottom: 0;
  }
  .accordion .item {
    margin-bottom: 0 !important;
  }
  .accordion .heading {
    border-bottom: 1px solid black;
  }
  .accordion .heading:before,
  .accordion .heading:after {
    display: none !important;
  }
  .links-list li {
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .links-list li:nth-child(2) {
    border-top: none;
  }
  .btn-link {
    background-image: none;
  }
  .btn-download {
    background-image: none;
  }
  .btn-download .title-label {
    white-space: normal;
  }
  .btn-download .extension-label {
    color: #ccc !important;
    text-transform: none;
    font-weight: 400;
  }
  .btn-download .extension-label:before {
    content: "File type: ";
    color: #ccc !important;
  }
  .btn-download .size-label {
    color: #ccc !important;
    text-transform: none;
    font-weight: 400;
  }
  .btn-download .size-label:before {
    content: "File size: ";
    color: #ccc !important;
  }
  .button-content-block .w-box {
    padding: 12px 0;
  }
  .button-content-block .w-box h3,
  .button-content-block .w-box div {
    padding: 0;
  }
  .two-link-content-block .box-wrapper {
    display: table;
    table-layout: fixed;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .two-link-content-block .box-wrapper:after {
    display: block;
    position: absolute;
    top: 6px;
    left: calc(33% + 24px);
    width: 100%;
  }
  .two-link-content-block .c-box {
    display: table;
    table-layout: fixed;
    float: none !important;
    position: relative;
    width: 100% !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid;
    font-size: 12pt !important;
  }
  .two-link-content-block .c-box .colorify-anchor {
    display: table-cell;
    width: 33%;
    vertical-align: top;
  }
  .two-link-content-block .c-box .desc {
    display: table-cell;
    width: 66%;
    vertical-align: top;
    padding: 24px;
  }
  .two-link-content-block .c-box .cta {
    display: none;
  }
  .contact-content-block .u-table-md {
    display: table;
    float: none;
  }
  .contact-content-block .u-td {
    display: table-cell;
    vertical-align: middle;
    border: 1px solid;
    padding: 12px 0 !important;
  }
  .contact-content-block .tab * {
    color: #fff !important;
  }
  .articles-content-block .item-wrapper {
    max-width: 1000px;
  }
  .articles-content-block .c-box {
    display: table;
    table-layout: fixed;
    float: none !important;
    position: relative;
    width: 100% !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid;
    font-size: 12pt !important;
  }
  .articles-content-block .c-box:after {
    display: block;
    position: absolute;
    top: 6px;
    left: calc(33% + 24px);
    width: 100%;
  }
  .articles-content-block .c-box .colorify-anchor {
    display: table-cell;
    width: 33%;
    vertical-align: top;
  }
  .articles-content-block .c-box .desc {
    display: table-cell;
    width: 66%;
    vertical-align: top;
    padding: 24px;
  }
  .articles-content-block .c-box .cta {
    display: none;
  }
  .footer-form-block {
    padding-top: 12px;
    padding-bottom: 0;
  }
  .footer-form-block .row {
    border-top: 1px solid;
    padding: 12px 0;
  }
  .footer-form-block .row .fivecolumn,
  .footer-form-block .row .sevencolumn {
    width: 100% !important;
    float: none !important;
  }
  .footer-form-block .logo-te-reo {
    padding-top: 0;
  }
  .footer-form-block .logo-te-reo .text {
    fill: black;
  }
  .footer-form-block .social-icons a {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: left;
    font-size: 12pt;
  }
  .footer-form-block .social-icons a svg {
    display: none;
  }
  .footer-form-block .social-icons a.btn-fb:before {
    content: "Facebook: ";
  }
  .footer-form-block .social-icons a.btn-tw:before {
    content: "Twitter: ";
  }
  .footer-form-block .social-icons a.btn-yt:before {
    content: "Youtube: ";
  }
  .footer-form-block .search-box {
    padding: 12px 0;
  }
  .footer-form-block .search-box h3 {
    margin-bottom: 12px;
  }
  .footer-form-block .search-box .form-field {
    display: none;
  }
  .footer-form-block .search-box .privacy {
    text-align: left;
  }
  .footer-form-block .phone-box {
    padding-top: 0;
    text-align: left;
  }
  .footer-form-block .phone-box.u-show-md {
    display: none;
  }
  .footer-form-block .utils {
    margin-top: 0;
  }
  .footer-form-block .utils li {
    display: block;
    text-align: left;
    padding: 0;
  }
  .footer-form-block .utils li.nzg-logo:before {
    content: "New Zealand Government";
    display: inline-block;
  }
  .footer-form-block .utils li.nzg-logo a {
    display: inline-block;
  }
  .footer-form-block .utils li.nzg-logo img {
    background: #000;
    padding: 12px;
    display: inline-block;
    vertical-align: middle;
  }
  .footer-form-block .utils li a {
    padding: 0;
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
