@charset "UTF-8";
/* Reset ----------------------------------------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  padding-left: 20px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:visited {
  color: purple;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: left;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

#wpadminbar {
  top: auto;
  bottom: 0;
  position: fixed !important;
}

html {
  margin-top: 0px !important;
}

/* Typography ----------------------------------------------------------------------------- */
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff") format("woff"), url("fonts/lineto-circular-bold.ttf") format("truetype"), url("fonts/lineto-circular-bold.svg#lineto-circular-bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff") format("woff"), url("fonts/lineto-circular-book.ttf") format("truetype"), url("fonts/lineto-circular-book.svg#lineto-circular-book") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circular-Black";
  src: url("fonts/lineto-circular-black.eot");
  src: url("fonts/lineto-circular-black.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-black.woff") format("woff"), url("fonts/lineto-circular-black.ttf") format("truetype"), url("fonts/lineto-circular-black.svg#Circular-Black") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Simplon";
  src: url("fonts/SimplonMono-Regular-WebS.eot");
  src: url("fonts/SimplonMono-Regular-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/SimplonMono-Regular-WebS.woff") format("woff"), url("fonts/SimplonMono-Regular-WebS.ttf") format("truetype"), url("fonts/SimplonMono-Regular-WebS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Simplon";
  src: url("fonts/SimplonMono-Bold-WebS.eot");
  src: url("fonts/SimplonMono-Bold-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/SimplonMono-Bold-WebS.woff") format("woff"), url("fonts/SimplonMono-Bold-WebS.ttf") format("truetype"), url("fonts/SimplonMono-Bold-WebS.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Simplon-Light";
  src: url("fonts/SimplonMono-Light-WebS.eot");
  src: url("fonts/SimplonMono-Light-WebS.eot?#iefix") format("embedded-opentype"), url("fonts/SimplonMono-Light-WebS.woff") format("woff"), url("fonts/SimplonMono-Light-WebS.ttf") format("truetype"), url("fonts/SimplonMono-Light-WebS.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OnShow";
  src: url("fonts/onshow_reg.eot");
  src: url("fonts/onshow_reg.eot?#iefix") format("embedded-opentype"), url("fonts/onshow_reg.woff") format("woff"), url("fonts/onshow_reg.ttf") format("truetype"), url("fonts/onshow_reg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OnShow";
  src: url("fonts/onshow_bold.eot");
  src: url("fonts/onshow_bold.eot?#iefix") format("embedded-opentype"), url("fonts/onshow_bold.woff") format("woff"), url("fonts/onshow_bold.ttf") format("truetype"), url("fonts/onshow_bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* Breakpoints ----------------------------------------------------------------------------- */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  line-height: 1.3;
  color: #fff;
}
body:after {
  content: "";
  display: table;
  clear: both;
  height: 0px;
  width: 100%;
}

.clearer:after {
  content: "";
  height: 0px;
  width: 100%;
  background: transparent;
  clear: both;
  display: table;
}

.container {
  width: 97%;
  margin: auto;
}
@media (max-width: 750px) {
  .container {
    width: calc(100% - 26px);
  }
}

.grid_container {
  width: calc(100vw - 10px);
  max-width: 1900px;
  margin: auto;
  float: left;
  clear: both;
}
@media (min-width: 1900px) {
  .grid_container {
    margin-left: 0.5vw;
  }
}
@media (max-width: 1550px) {
  .grid_container {
    width: calc(100vw - 50px);
  }
}
@media (max-width: 1350px) {
  .grid_container {
    width: calc(100vw - 30px);
  }
}
@media (max-width: 750px) {
  .grid_container {
    width: 100%;
  }
}

.grid_container:after {
  content: "";
  height: 1px;
  background: transparent;
  display: block;
  clear: both;
}

.colbreak {
  clear: both;
}

.col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  padding: 1.3vw;
  float: left;
  margin: 0;
}
@media (min-width: 1800px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: calc(1790px / 100 * 1.3);
  }
}
@media (max-width: 1090px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 20px;
  }
}
@media (max-width: 890px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 19px;
  }
}
@media (max-width: 750px) {
  .col1, .col2, .col3, .col4, col5, .col6, col7, .col8, col9, col10, col11, .col12 {
    padding: 16px;
  }
}
.col1.flush, .col2.flush, .col3.flush, .col4.flush, col5.flush, .col6.flush, col7.flush, .col8.flush, col9.flush, col10.flush, col11.flush, .col12.flush {
  padding: 0;
}

.col1 {
  width: calc(100% / 12 * 1);
}
@media (max-width: 590px) {
  .col1 {
    width: 100vw;
  }
}

.col2 {
  width: calc(100% / 12 * 2);
}
@media (max-width: 590px) {
  .col2 {
    width: 100vw;
  }
}

.col3 {
  width: calc(100% / 12 * 3);
}
@media (max-width: 1090px) {
  .col3 {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .col3 {
    width: 100%;
  }
}

.col4 {
  width: calc(100% / 12 * 4);
}
@media (max-width: 890px) {
  .col4 {
    width: calc(100% / 12 * 6);
  }
}
@media (max-width: 590px) {
  .col4 {
    width: 100%;
  }
}

.col5 {
  width: calc(100% / 12 * 5);
}
@media (max-width: 890px) {
  .col5 {
    width: calc(100% / 12 * 6);
  }
}
@media (max-width: 590px) {
  .col5 {
    width: 100%;
  }
}

.col6 {
  width: calc(100% / 12 * 6);
}
@media (max-width: 590px) {
  .col6 {
    width: 100%;
  }
}

.col7 {
  width: calc(100% / 12 * 7);
}
@media (max-width: 890px) {
  .col7 {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .col7 {
    width: 100%;
  }
}

.col8 {
  width: calc(100% / 6 * 4);
}
@media (max-width: 890px) {
  .col8 {
    width: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .col8 {
    width: 100%;
  }
}

.col9 {
  width: calc(100% / 12 * 9);
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col9 {
  width: calc(100% / 12 * 10);
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col11 {
  width: calc(100% / 12 * 11);
}
@media (max-width: 1090px) {
  .col11 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.offset1 {
  margin-left: calc(100% / 12);
}
@media (max-width: 590px) {
  .offset1 {
    margin-left: 0;
  }
}

.offset2 {
  margin-left: calc(100% / 12 * 2);
}
@media (max-width: 890px) {
  .offset2 {
    margin-left: 0;
  }
}

.offset3 {
  margin-left: calc(100% / 12 * 3);
}
@media (max-width: 1090px) {
  .offset3 {
    margin-left: 0;
  }
}

.offset4 {
  margin-left: calc(100% / 12 * 4);
}
@media (max-width: 1090px) {
  .offset4 {
    margin-left: 0;
  }
}

.offset5 {
  margin-left: calc(100% / 12 * 5);
}
@media (max-width: 1090px) {
  .offset5 {
    margin-left: 0;
  }
}

.offset6 {
  margin-left: calc(100% / 12 * 6);
}
@media (max-width: 1090px) {
  .offset6 {
    margin-left: 0;
  }
}

.offset7 {
  margin-left: calc(100% / 12 * 7);
}
@media (max-width: 1090px) {
  .offset7 {
    margin-left: 0;
  }
}

.offset8 {
  margin-left: calc(100% / 12 * 8);
}
@media (max-width: 1090px) {
  .offset8 {
    margin-left: 0;
  }
}

.offset9 {
  margin-left: calc(100% / 12 * 9);
}
@media (max-width: 1090px) {
  .offset9 {
    margin-left: 0;
  }
}

.offset10 {
  margin-left: calc(100% / 12 * 10);
}
@media (max-width: 1090px) {
  .offset10 {
    margin-left: 0;
  }
}

.offset11 {
  margin-left: calc(100% / 12 * 11);
}
@media (max-width: 1090px) {
  .offset11 {
    margin-left: 0;
  }
}

.pad_offset1 {
  margin-left: calc(100% / 12);
}

.pad_offset2 {
  margin-left: calc(100% / 12 * 2);
}

.pad_offset3 {
  margin-left: calc(100% / 12 * 3);
}

.pad_offset4 {
  margin-left: calc(100% / 12 * 4);
}

.pad_offset5 {
  margin-left: calc(100% / 12 * 5);
}

@media (max-width: 1090px) {
  .pad_offset6 {
    margin-left: calc(100% / 12 * 6);
  }
}

.pad_offset7 {
  margin-left: calc(100% / 12 * 7);
}

@media (max-width: 1090px) {
  .pad_offset8 {
    margin-left: calc(100% / 12 * 8);
  }
}

.pad_offset9 {
  margin-left: calc(100% / 12 * 9);
}

.pad_offset10 {
  margin-left: calc(100% / 12 * 10);
}

.pad_offset11 {
  margin-left: calc(100% / 12 * 11);
}

.boxgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
}
.boxgrid_box {
  width: 25vw;
  height: 25vw;
  box-sizing: border-box;
  border: 1px solid gray;
}
@media (max-width: 750px) {
  .boxgrid_box {
    width: calc(100vw / 3);
    height: calc(100vw / 3);
  }
}
@media (max-width: 590px) {
  .boxgrid_box {
    width: 100vw;
    height: 100vw;
  }
}
.boxgrid_box.large {
  width: 50vw;
  height: 50vw;
  border: none;
}
@media (max-width: 750px) {
  .boxgrid_box.large {
    width: 100vw;
    height: 100vw;
  }
}
.boxgrid_box.large.openinghours {
  max-height: 100vh;
}
@media (max-width: 890px) {
  .boxgrid_box.large.openinghours {
    height: 100vw;
    max-height: none;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.large.openinghours {
    height: 140vw;
  }
}
.boxgrid_box.tall {
  width: 25vw;
  height: 50vw;
  border: none;
}
@media (max-width: 1090px) {
  .boxgrid_box.tall {
    width: calc(100vw / 3);
    height: calc(100vw / 3 * 2);
  }
}
@media (max-width: 950px) {
  .boxgrid_box.tall {
    width: 50vw;
    height: 100vw;
  }
}
@media (max-width: 550px) {
  .boxgrid_box.tall {
    width: 100vw;
    height: 150vw;
  }
}
.boxgrid_half {
  width: 50vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .boxgrid_half:nth-of-type(odd) {
    width: 100vw;
  }
  .boxgrid_half:nth-of-type(even) {
    width: 100vw;
  }
}
.boxgrid_half.sticky .boxgrid_box {
  position: sticky;
  top: 0;
}

.box {
  padding: 1.8vw;
}
@media (min-width: 1800px) {
  .box {
    padding: calc(1800px / 100 * 1.8);
  }
}
@media (max-width: 1650px) {
  .box {
    padding: 1.6vw;
  }
}
@media (max-width: 1290px) {
  .box {
    padding: calc(1290px / 100 * 1.6);
  }
}
@media (max-width: 790px) {
  .box {
    padding: 15px;
  }
}
@media (max-width: 590px) {
  .box {
    padding: 15px;
  }
}

.iadt_featureblocks {
  background-color: black;
}

.zpurple {
  background-color: #410099 !important;
}

.lightpurple {
  background-color: #8969D3 !important;
}

.darkgray {
  background-color: #0c0c0c !important;
}

.gray {
  background-color: #131516 !important;
}

.twitter {
  background-color: #08a0e9 !important;
  background-image: url("img/icon-14.svg") !important;
  background-size: 2.2vw !important;
  background-position: bottom 1.9vw left 1.9vw !important;
  background-repeat: no-repeat !important;
}
@media (min-width: 1800px) {
  .twitter {
    background-position: bottom calc(1800px / 100 * 1.9) left calc(1800px / 100 * 1.9) !important;
    background-size: calc(1800px / 100 * 2.2) !important;
  }
}
@media (max-width: 1290px) {
  .twitter {
    background-position: bottom calc(1290px / 100 * 1.9) left calc(1290px / 100 * 1.9) !important;
    background-size: calc(1290px / 100 * 2.2) !important;
  }
}
@media (max-width: 790px) {
  .twitter {
    background-position: bottom 15px left 13px !important;
    background-size: 30px !important;
  }
}

.boxgrid_box.feature {
  border-top: none;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  background: #131516;
  transition: background-color 0.3s ease-in-out;
  background-size: cover;
  background-position: center center;
}
.boxgrid_box.feature.hasbg {
  position: relative;
  border: none !important;
}
.boxgrid_box.feature.hasbg:after {
  content: " ";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #131516;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.boxgrid_box.feature.hasbg:hover:after {
  opacity: 0.85;
}
.boxgrid_box.feature:hover {
  background-color: #131516 !important;
}
.boxgrid_box.feature a {
  display: block;
  text-decoration: none;
  color: white;
  height: 100%;
  position: relative;
  z-index: 2;
  outline: none !important;
}
.boxgrid_box.feature a span {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 0.78em;
}
@media (max-width: 750px) {
  .boxgrid_box.feature a span {
    font-size: 10px;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.feature a span {
    font-size: 12px;
  }
}
.boxgrid_box.feature a h2 {
  font-weight: bold;
}
@media (max-width: 750px) {
  .boxgrid_box.feature a h2 {
    font-size: 23px;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.feature a h2 {
    font-size: unset;
  }
}
.boxgrid_box.feature a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
@media (max-width: 750px) {
  .boxgrid_box.feature a p {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.feature a p {
    font-size: unset;
    max-width: 85%;
    letter-spacing: 0;
  }
}
.boxgrid_box.twitter a p, .boxgrid_box.research a p {
  position: relative;
}
.boxgrid_box.twitter a h2, .boxgrid_box.research a h2 {
  display: none !important;
}

@media (max-width: 590px) {
  .swaporder_small {
    flex-direction: column-reverse;
  }
}

.boxgrid_box p {
  width: 69%;
  line-height: 1.2;
}
@media (max-width: 1190px) {
  .boxgrid_box p {
    width: 80%;
  }
}
@media (max-width: 990px) {
  .boxgrid_box p {
    width: 98%;
  }
}
.boxgrid_box table {
  border-spacing: 0;
  border-collapse: collapse;
}
.boxgrid_box table tr td {
  padding: 0.5vw 0 0.5vw 0;
  margin: 0;
  border-top: 1px solid black;
}
@media (min-width: 1800px) {
  .boxgrid_box table tr td {
    padding: calc(1800px / 100 * 0.5) 0 calc(1800px / 100 * 0.5) 0;
  }
}
@media (max-width: 1290px) {
  .boxgrid_box table tr td {
    padding: calc(1290px / 100 * 0.5) 0 calc(1800px / 100 * 0.5) 0;
  }
}
@media (max-width: 990px) {
  .boxgrid_box table tr td {
    padding-top: 5px;
  }
}
.boxgrid_box > div {
  position: absolute;
  bottom: 2vw;
  left: 2vw;
  width: calc(100% - 4vw);
}
@media (min-width: 1800px) {
  .boxgrid_box > div {
    bottom: calc(1800px / 100 * 2);
    left: calc(1800px / 100 * 2);
    width: calc(100% - 72px);
  }
}
@media (max-width: 1290px) {
  .boxgrid_box > div {
    bottom: calc(1290px / 100 * 2);
    left: calc(1290px / 100 * 2);
    width: calc(100% - 51.6px);
  }
}
@media (max-width: 890px) {
  .boxgrid_box > div {
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
  }
}

.primarycontent {
  width: 88vw;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 750px) {
  .primarycontent {
    flex-direction: column-reverse;
    width: calc(100vw - 45px);
  }
}
@media (max-width: 550px) {
  .primarycontent {
    width: calc(100vw - 30px);
  }
}
.primarycontent_subnav {
  width: 25%;
}
@media (max-width: 750px) {
  .primarycontent_subnav {
    width: 100%;
  }
}
.primarycontent_container {
  width: 65%;
  margin-bottom: 4vw;
}
@media (min-width: 1800px) {
  .primarycontent_container {
    margin-bottom: calc(1800px / 100 * 4);
  }
}
@media (max-width: 1290px) {
  .primarycontent_container {
    margin-bottom: calc(1290px / 100 * 4);
  }
}
@media (max-width: 750px) {
  .primarycontent_container {
    width: 100%;
  }
}

/* Typography ----------------------------------------------------------------------------- */
body {
  line-height: 1.3;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.22vw;
  word-spacing: -0.05em;
  letter-spacing: -0.015em;
}
@media (min-width: 1800px) {
  body {
    font-size: calc(1800px / 100 * 1.22);
  }
}
@media (max-width: 1290px) {
  body {
    font-size: calc(1290px / 100 * 1.22);
  }
}
@media (max-width: 590px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 590px) {
  body {
    font-size: 16px;
  }
}

p, .paragraph, blockquote {
  font-weight: 400;
  font-size: 1.15vw;
  line-height: 1.4;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}
@media (min-width: 1800px) {
  p, .paragraph, blockquote {
    font-size: calc(1800px / 100 * 1.15);
  }
}
@media (max-width: 1290px) {
  p, .paragraph, blockquote {
    font-size: calc(1290px / 100 * 1.15);
  }
}
@media (max-width: 590px) {
  p, .paragraph, blockquote {
    font-size: 16px;
  }
}
p + p, .paragraph + p, blockquote + p {
  text-indent: 20px;
}

p a, p a:visited, p a:active {
  text-decoration: none;
  color: rgba(20, 20, 20, 0.9);
  display: inline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.3s ease-in-out;
}
p a:hover, p a:visited:hover, p a:active:hover {
  color: black;
  border-bottom: 1px solid black;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  color: black;
}

h1, .h1 {
  font-size: 3vw;
  letter-spacing: -0.02em;
}
@media (min-width: 1800px) {
  h1, .h1 {
    font-size: calc(1800px / 100 * 3);
  }
}
@media (max-width: 1290px) {
  h1, .h1 {
    font-size: calc(1290px / 100 * 3);
  }
}
@media (max-width: 590px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 1.65vw;
  margin-bottom: 0.5vw;
}
@media (min-width: 1800px) {
  h2, .h2 {
    font-size: calc(1800px / 100 * 1.65);
    margin-bottom: calc(1800px / 100 * 0.5);
  }
}
@media (max-width: 1290px) {
  h2, .h2 {
    font-size: calc(1290px / 100 * 1.65);
    margin-bottom: calc(1290px / 100 * 0.5);
  }
}
@media (max-width: 790px) {
  h2, .h2 {
    font-size: 26px;
  }
}
@media (max-width: 590px) {
  h2, .h2 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  h2, .h2 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  h2, .h2 {
    font-size: 19.5px;
  }
}

.featurebig p {
  font-weight: bold;
  line-height: 1.1;
}

h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
  font-size: 2.01vw;
}
@media (min-width: 1800px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: calc(1800px / 100 * 2.01);
  }
}
@media (max-width: 1290px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: calc(1290px / 100 * 2.01);
  }
}
@media (max-width: 790px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  h3, .h3, .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}

h4, .h4 {
  font-size: 1.8vw;
}
@media (min-width: 1800px) {
  h4, .h4 {
    font-size: calc(1800px / 100 * 1.8);
  }
}
@media (max-width: 1290px) {
  h4, .h4 {
    font-size: calc(1290px / 100 * 1.8);
  }
}
@media (max-width: 590px) {
  h4, .h4 {
    font-size: 22px;
  }
}
@media (max-width: 490px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
  font-weight: bold;
  font-size: 1.3vw;
  margin-top: 0;
}
@media (min-width: 1800px) {
  h5, .h5 {
    font-size: calc(1800px / 100 * 1.3);
  }
}
@media (max-width: 1290px) {
  h5, .h5 {
    font-size: calc(1290px / 100 * 1.3);
  }
}
@media (max-width: 590px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (max-width: 490px) {
  h6, .h6 {
    font-size: 14px;
  }
}

blockquote {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid #ff5006;
  margin: 15px 0;
  max-width: 825px !important;
  margin-top: 1.8vw !important;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1800px) {
  blockquote {
    margin-bottom: calc(1800px / 100 * 1.8) !important;
    margin-top: calc(1800px / 100 * 1.8) !important;
  }
}
@media (max-width: 1290px) {
  blockquote {
    margin-bottom: calc(1290px / 100 * 1.8) !important;
    margin-top: calc(1290px / 100 * 1.8) !important;
  }
}

form, input, button, textarea {
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
}

a.button {
  background: black;
  color: white;
  display: inline-block;
  text-decoration: none;
  height: 3.5vw;
  line-height: 3.2vw;
  border-radius: 1.75vw;
  padding: 0 1.5vw;
  margin: 1vw 0.5vw 0 -0.25vw;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  a.button {
    height: calc(1800px / 100 * 3.5);
    line-height: calc(1800px / 100 * 3.2);
    border-radius: calc(1800px / 100 * 1.75);
    padding: calc(1800px / 100 * 0) calc(1800px / 100 * 1.5);
    margin: calc(1800px / 100 * 1) calc(1800px / 100 * 0.5) 0 calc(1800px / 100 * -0.25);
  }
}
@media (max-width: 1290px) {
  a.button {
    height: calc(1290px / 100 * 3.5);
    line-height: calc(1290px / 100 * 3.2);
    border-radius: calc(1290px / 100 * 1.75);
    padding: calc(1290px / 100 * 0) calc(1290px / 100 * 1.5);
    margin: calc(1290px / 100 * 1) calc(1290px / 100 * 0.5) 0 calc(1290px / 100 * -0.25);
  }
}
a.button:hover {
  opacity: 0.95;
}
a.button:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/themes/pdl/assets/css/img/icon-12.svg);
  transform: rotate(90deg);
  position: relative;
  top: 0.55vw;
  right: -0.5vw;
}
@media (min-width: 1800px) {
  a.button:after {
    top: calc(1800px / 100 * 0.55);
    right: calc(1800px / 100 * -0.5);
  }
}
@media (max-width: 1290px) {
  a.button:after {
    top: calc(1290px / 100 * 0.55);
    right: calc(1290px / 100 * -0.5);
  }
}


/* Video Embeds */
.responsiveEmbed {
  margin-bottom: 0;
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.responsiveEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



header {
  position: relative;
  z-index: 9000;
}

footer {
  position: relative;
  z-index: 10;
  color: white;
}
footer p, footer h2, footer h3, footer .h3 {
  color: white;
}
footer .boxgrid_box.contact {
  position: relative;
  height: auto;
  padding-bottom: 10vw;
}
@media (min-width: 1800px) {
  footer .boxgrid_box.contact {
    padding-bottom: calc(1800px / 100 * 10) !important;
  }
}
@media (max-width: 1290px) {
  footer .boxgrid_box.contact {
    padding-bottom: calc(1290px / 100 * 10) !important;
  }
}
footer .boxgrid_box.contact table tr:first-of-type td {
  padding-top: 0 !important;
}
footer .boxgrid_box.contact table tr:last-of-type td {
  border-bottom: none;
}
footer .boxgrid_box.contact table tr td {
  border-bottom: 1px solid #444444;
  border-top: none;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 590px) {
  footer .boxgrid_box.contact table tr td {
    width: 20%;
    border-bottom: 1px solid #2f2f2f;
  }
}
footer .boxgrid_box.contact table tr td p {
  padding-top: 0.4vw;
  min-width: unset;
  max-width: none;
  width: auto;
  opacity: 0.65;
}
footer .boxgrid_box.contact table tr td p a {
  color: white;
  text-decoration: none;
  opacity: 0.5;
}
footer .boxgrid_box.contact table tr td p a:hover {
  opacity: 1;
}
footer .boxgrid_box.contact table tr td img {
  position: relative;
  width: 2vw;
  height: 2vw;
  top: 0.2vw;
}
@media (min-width: 1800px) {
  footer .boxgrid_box.contact table tr td img {
    width: calc(1800px / 100 * 2) !important;
    height: calc(1800px / 100 * 2) !important;
  }
}
@media (max-width: 1290px) {
  footer .boxgrid_box.contact table tr td img {
    width: calc(1290px / 100 * 2) !important;
    height: calc(1290px / 100 * 2) !important;
  }
}
@media (max-width: 490px) {
  footer .boxgrid_box.contact table tr td img {
    top: 1vw;
  }
}
footer .boxgrid_box.contact table tr td a {
  margin-right: 1vw;
}
footer .backtotop {
  position: absolute;
  bottom: 18px;
  left: 18px;
}
@media (max-width: 590px) {
  footer .backtotop {
    top: 95px;
    right: 5px;
    left: auto;
  }
}
footer .backtotop img {
  width: 3.5vw;
  height: 3.5vw;
}
@media (min-width: 1800px) {
  footer .backtotop img {
    width: calc(1800px / 100 * 3.5) !important;
    height: calc(1800px / 100 * 3.5) !important;
  }
}
@media (max-width: 1290px) {
  footer .backtotop img {
    width: calc(1290px / 100 * 3.5) !important;
    height: calc(1290px / 100 * 3.5) !important;
  }
}
footer .boxgrid_box.policies {
  background-image: url("img/logo.svg");
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: 2vw 2vw;
  display: flex;
  position: relative;
  height: auto !important;
}
@media (max-width: 1490px) {
  footer .boxgrid_box.policies {
    background-size: 30%;
  }
}
@media (max-width: 590px) {
  footer .boxgrid_box.policies {
    background-size: 33%;
  }
}
@media (max-width: 590px) {
  footer .boxgrid_box.policies {
    height: 200px !important;
    background-color: #0c0c0c !important;
    background-position: left 20px bottom 25px;
  }
}
@media (max-width: 490px) {
  footer .boxgrid_box.policies {
    background-size: 28%;
  }
}
footer .boxgrid_box.policies table tr td {
  border-top: 1px solid #222222;
}
footer .boxgrid_box.policies table tr td a {
  color: white !important;
  text-decoration: none;
  opacity: 0.25;
  margin-right: 20px;
  transition: opacity 0.3s ease-in-out;
}
footer .boxgrid_box.policies table tr td a:hover {
  opacity: 1;
}


.primarycontent_subnav .primarycontent_subnav-sticky {
  top: 50px;
  position: sticky;
  margin-bottom: 50px;
}
.primarycontent_subnav h5 {
  padding-bottom: 1vw;
  font-size: 0.9em;
  user-select: none;
}
@media (min-width: 1800px) {
  .primarycontent_subnav h5 {
    padding-bottom: calc(1800px / 100 * 1);
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav h5 {
    padding-bottom: calc(1290px / 100 * 1);
  }
}
.primarycontent_subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid gray;
}
.primarycontent_subnav ul li {
  border-bottom: 1px solid gray;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}
@media (min-width: 1800px) {
  .primarycontent_subnav ul li {
    padding-top: calc(1800px / 100 * 0.5);
    padding-bottom: calc(1800px / 100 * 0.5);
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav ul li {
    padding-top: calc(1290px / 100 * 0.5);
    padding-bottom: calc(1290px / 100 * 0.6);
  }
}
.primarycontent_subnav ul li.current_page_item a, .primarycontent_subnav ul li.current-menu-item a, .primarycontent_subnav ul li:hover a {
  opacity: 0.5;
  outline: none !important;
}
.primarycontent_subnav ul li a {
  text-decoration: none;
  font-size: 0.9em;
  color: black !important;
  outline: none !important;
  user-select: none;
}

.input-group {
  position: relative;
  padding: 0;
  display: inline-block;
  background: white;
}
.input-group label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  text-indent: 10px;
  height: 4.5vw;
  line-height: 4.5vw;
  font-size: 1.8vw;
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
  color: black;
}
@media (min-width: 1800px) {
  .input-group label {
    height: calc(1800px / 100 * 4.5);
    line-height: calc(1800px / 100 * 4.5);
    font-size: calc(1800px / 100 * 1.8);
  }
}
@media (max-width: 1290px) {
  .input-group label {
    height: calc(1290px / 100 * 4.5);
    line-height: calc(1290px / 100 * 4.5);
    font-size: calc(1290px / 100 * 1.8);
  }
}
@media (max-width: 1090px) {
  .input-group label {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .input-group label {
    line-height: 45px;
    height: 45px;
  }
}
.input-group input {
  position: relative;
  z-index: 10;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: 10px;
  width: 50vw;
  height: 4.5vw;
  line-height: 4.5vw;
  font-size: 1.8vw !important;
  background: white;
  border: none;
  outline: none !important;
  opacity: 0;
  border-radius: 0;
  transition: width 0.4s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s ease;
}
@media (min-width: 1800px) {
  .input-group input {
    height: calc(1800px / 100 * 4.5);
    line-height: calc(1800px / 100 * 4.5);
    font-size: calc(1800px / 100 * 1.8) !important;
  }
}
@media (max-width: 1290px) {
  .input-group input {
    width: calc(1290px / 100 * 50);
    height: calc(1290px / 100 * 4.5);
    line-height: calc(1290px / 100 * 4.5);
    font-size: calc(1290px / 100 * 1.8) !important;
  }
}
@media (max-width: 1090px) {
  .input-group input {
    height: 50px;
    width: 50vw;
  }
}
@media (max-width: 890px) {
  .input-group input {
    width: 65vw;
  }
}
@media (max-width: 490px) {
  .input-group input {
    height: 45px;
    line-height: 45px;
    width: calc(100vw - 35px);
    opacity: 0.000001;
  }
}
.input-group input:active, .input-group input:focus, .input-group input.isactive {
  opacity: 1;
  left: 0px;
  width: 58vw;
}
@media (max-width: 1290px) {
  .input-group input:active, .input-group input:focus, .input-group input.isactive {
    width: calc(1290px / 100 * 58);
  }
}
@media (max-width: 1090px) {
  .input-group input:active, .input-group input:focus, .input-group input.isactive {
    width: 55vw;
  }
}
@media (max-width: 750px) {
  .input-group input:active, .input-group input:focus, .input-group input.isactive {
    width: 300px;
  }
}
@media (max-width: 490px) {
  .input-group input:active, .input-group input:focus, .input-group input.isactive {
    width: calc(100vw - 25px);
  }
}
.input-group .input-group-btn {
  position: absolute;
  z-index: 11;
  top: 0;
  right: 0;
  height: 4.5vw;
  width: 4.5vw;
  margin: 0;
  padding: 0;
}
@media (min-width: 1800px) {
  .input-group .input-group-btn {
    height: calc(1800px / 100 * 4.5);
    width: calc(1800px / 100 * 4.5);
  }
}
@media (max-width: 1290px) {
  .input-group .input-group-btn {
    height: calc(1290px / 100 * 4.5);
    width: calc(1290px / 100 * 4.5);
  }
}
@media (max-width: 1090px) {
  .input-group .input-group-btn {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 750px) {
  .input-group .input-group-btn {
    height: 45px;
    width: 45px;
  }
}
.input-group .input-group-btn button {
  width: 100%;
  height: 100%;
  background: url(img/searchicon.png);
  background-position: center center;
  background-size: cover;
  border: none;
  cursor: pointer;
  font-size: 0;
  color: rgba(255, 255, 255, 0);
  outline: none !important;
  transition: 0.4s opacity ease-in-out;
  border-radius: 0;
}
@media (max-width: 750px) {
  .input-group .input-group-btn button {
    background-color: transparent;
  }
}
.input-group .input-group-btn button:hover {
  opacity: 0.5;
  cursor: pointer;
}

@media (max-width: 990px) {
  .inner .input-group {
    background: transparent;
  }
}
@media (max-width: 990px) {
  .inner .input-group.on {
    background: white;
  }
}
@media (max-width: 990px) {
  .inner .input-group.on .input-group-btn button {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}
.inner .input-group label {
  height: 3.77vw;
  line-height: 3.77vw;
  font-size: 1.66vw;
}
@media (min-width: 1800px) {
  .inner .input-group label {
    height: calc(1800px / 100 * 3.77);
    line-height: calc(1800px / 100 * 3.77);
    font-size: calc(1800px / 100 * 1.66);
  }
}
@media (max-width: 1290px) {
  .inner .input-group label {
    height: calc(1290px / 100 * 3.77);
    line-height: calc(1290px / 100 * 3.77);
    font-size: calc(1290px / 100 * 1.66);
  }
}
@media (max-width: 1090px) {
  .inner .input-group label {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 990px) {
  .inner .input-group label {
    color: rgba(0, 0, 0, 0);
    width: 50px;
  }
}
@media (max-width: 750px) {
  .inner .input-group label {
    color: rgba(0, 0, 0, 0);
    line-height: 45px;
    height: 45px;
    width: 45px;
  }
}
.inner .input-group input {
  height: 3.77vw;
  line-height: 3.77vw;
  width: 31vw;
  font-size: 1.66vw !important;
}
@media (min-width: 1800px) {
  .inner .input-group input {
    height: calc(1800px / 100 * 3.77);
    line-height: calc(1800px / 100 * 3.77);
    width: calc(1800px / 100 * 31);
    font-size: calc(1800px / 100 * 1.66) !important;
  }
}
@media (max-width: 1290px) {
  .inner .input-group input {
    height: calc(1290px / 100 * 3.77);
    line-height: calc(1290px / 100 * 3.77);
    width: calc(1290px / 100 * 31);
    font-size: calc(1290px / 100 * 1.66) !important;
  }
}
@media (max-width: 1090px) {
  .inner .input-group input {
    height: 50px;
  }
}
@media (max-width: 990px) {
  .inner .input-group input {
    width: 50px;
    z-index: 101;
  }
}
@media (max-width: 750px) {
  .inner .input-group input {
    width: 45px;
    height: 45px;
  }
}
.inner .input-group input:active, .inner .input-group input:focus, .inner .input-group input.isactive {
  width: 38vw;
}
@media (min-width: 1800px) {
  .inner .input-group input:active, .inner .input-group input:focus, .inner .input-group input.isactive {
    width: calc(1800px / 100 * 38);
  }
}
@media (max-width: 1290px) {
  .inner .input-group input:active, .inner .input-group input:focus, .inner .input-group input.isactive {
    width: calc(1290px / 100 * 38);
  }
}
@media (max-width: 990px) {
  .inner .input-group input:active, .inner .input-group input:focus, .inner .input-group input.isactive {
    width: calc(1290px / 100 * 38 - 50px);
    margin-right: 50px !important;
    background: none;
  }
}
@media (max-width: 750px) {
  .inner .input-group input:active, .inner .input-group input:focus, .inner .input-group input.isactive {
    width: calc(100vw - 165px);
    margin-right: 44px !important;
  }
}
.inner .input-group .input-group-btn {
  height: 3.77vw;
  width: 3.77vw;
}
@media (min-width: 1800px) {
  .inner .input-group .input-group-btn {
    height: calc(1800px / 100 * 3.77);
    width: calc(1800px / 100 * 3.77);
  }
}
@media (max-width: 1290px) {
  .inner .input-group .input-group-btn {
    height: calc(1290px / 100 * 3.77);
    width: calc(1290px / 100 * 3.77);
  }
}
@media (max-width: 1090px) {
  .inner .input-group .input-group-btn {
    height: 50px;
    width: 50px;
  }
}
@media (max-width: 750px) {
  .inner .input-group .input-group-btn {
    height: 45px;
    width: 45px;
  }
}
@media (max-width: 990px) {
  .inner .input-group .input-group-btn button {
    background: url(img/searchicon_white.png);
    background-position: center center;
    background-size: cover;
  }
}

.text_editor form p {
  padding: 0;
  position: relative;
  margin: 0 0 1.5vw 0;
}
@media (min-width: 1800px) {
  .text_editor form p {
    margin: 0 0 calc(1800px / 100 * 1.5) 0;
  }
}
@media (max-width: 1290px) {
  .text_editor form p {
    margin: 0 0 calc(1290px / 100 * 1.5) 0;
  }
}
.text_editor form input {
  padding-left: 20px;
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
  font-size: 1.2em !important;
  text-indent: 0 !important;
}
.text_editor form .form-control {
  height: 70px;
  background: white;
  border-radius: 0;
  padding-left: 25px;
  border: 1px solid #ededed;
}
@media (max-width: 590px) {
  .text_editor form .form-control {
    height: 45px;
  }
}
.text_editor form .form-control:focus {
  border-color: #ff5006;
  box-shadow: none;
}
.text_editor form textarea.form-control {
  height: 200px;
}
.text_editor .wpcf7-form {
  margin: 0;
  /*the container must be positioned relative:*/
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.text_editor .wpcf7-form h4 {
  display: block;
  border-top: 1px solid #dedede;
  max-width: 825px;
  width: 82.5%;
  padding-top: 0.75vw;
  margin-bottom: 2vw;
  margin-top: 2.2vw;
}
@media (min-width: 1800px) {
  .text_editor .wpcf7-form h4 {
    padding-top: calc(1800px / 100 * 0.75);
    margin-bottom: calc(1800px / 100 * 2);
    margin-top: calc(1800px / 100 * 2.2);
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form h4 {
    width: 85%;
    padding-top: calc(1290px / 100 * 0.75);
    margin-bottom: calc(1290px / 100 * 2);
    margin-top: calc(1290px / 100 * 2.2);
  }
}
@media (max-width: 990px) {
  .text_editor .wpcf7-form h4 {
    width: 95%;
  }
}
.text_editor .wpcf7-form label {
  position: relative;
  width: 100%;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.2vw;
  color: black;
}
.text_editor .wpcf7-form label .wpcf7-not-valid-tip {
  font-size: 16.5px;
  line-height: 1.3;
  padding: 5px 0 15px 0;
}
.text_editor .wpcf7-form .ajax-loader {
  float: right;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin: -32px 5px 0 0;
}
.text_editor .wpcf7-form .wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 7px 0;
  line-height: 1.5;
  color: #495057;
  background-color: #f0efed;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  height: 70px;
  border-radius: 0;
  padding-left: 20px;
  border-bottom: 2px solid #ededed;
  border-top: none;
  border-left: none;
  border-right: none;
}
.text_editor .wpcf7-form .wpcf7-form-control:focus {
  border-color: #ff5006;
  box-shadow: none;
  outline: none;
}
.text_editor .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
}
.text_editor .wpcf7-form textarea.wpcf7-form-control {
  min-height: 200px;
  font-size: 16.5px;
  line-height: 1.3;
  padding-top: 20px;
}
.text_editor .wpcf7-form .wpcf7-checkbox, .text_editor .wpcf7-form .wpcf7-checkbox, .text_editor .wpcf7-form .wpcf7-radio {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}
.text_editor .wpcf7-form .wpcf7-checkbox {
  margin-right: 20px;
}
.text_editor .wpcf7-form span.wpcf7-list-item {
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-right: 20px;
}
.text_editor .wpcf7-form img.wpcf7-captchac {
  width: 115px !important;
  height: auto !important;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 10;
  mix-blend-mode: multiply;
  background: none;
  border: none;
}
@media (max-width: 590px) {
  .text_editor .wpcf7-form img.wpcf7-captchac {
    width: 95px !important;
    top: 6px;
  }
}
.text_editor .wpcf7-form input[type=text], .text_editor .wpcf7-form input[type=email], .text_editor .wpcf7-form textarea {
  margin-top: 0.75vw;
  font-size: 0.95em !important;
}
@media (min-width: 1800px) {
  .text_editor .wpcf7-form input[type=text], .text_editor .wpcf7-form input[type=email], .text_editor .wpcf7-form textarea {
    margin-top: calc(1800px / 100 * 0.75);
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form input[type=text], .text_editor .wpcf7-form input[type=email], .text_editor .wpcf7-form textarea {
    margin-top: calc(1290px / 100 * 0.75);
  }
}
@media (max-width: 590px) {
  .text_editor .wpcf7-form input[type=text], .text_editor .wpcf7-form input[type=email] {
    line-height: 20px;
    padding: 5px 10px;
    height: 50px;
  }
}
.text_editor .wpcf7-form input[type=submit] {
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: auto;
  cursor: pointer;
  display: block;
  right: 0;
  height: 3.77vw;
  line-height: 3.77vw;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  background: #ff5006;
  color: white;
  font-size: 0.95em !important;
  border-bottom: none;
}
.text_editor .wpcf7-form input[type=submit]:hover {
  color: white;
}
@media (min-width: 1800px) {
  .text_editor .wpcf7-form input[type=submit] {
    height: calc(1800px / 100 * 3.77);
    line-height: calc(1800px / 100 * 3.77);
    padding-left: calc(1800px / 100 * 1.7);
    padding-right: calc(1800px / 100 * 1.7);
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form input[type=submit] {
    height: calc(1290px / 100 * 3.77);
    line-height: calc(1290px / 100 * 3.77);
    padding-left: calc(1290px / 100 * 1.7);
    padding-right: calc(1290px / 100 * 1.7);
  }
}
@media (max-width: 1090px) {
  .text_editor .wpcf7-form input[type=submit] {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .text_editor .wpcf7-form input[type=submit] {
    line-height: 45px;
    height: 45px;
  }
}
.text_editor .wpcf7-form div.wpcf7-validation-errors, .text_editor .wpcf7-form div.wpcf7-acceptance-missing, .text_editor .wpcf7-form div.wpcf7-mail-sent-ok {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  border: none !important;
}
.text_editor .wpcf7-form div.wpcf7-validation-errors {
  color: red;
}
.text_editor .wpcf7-form div.wpcf7-mail-sent-ok {
  color: forestgreen;
}
.text_editor .wpcf7-form .iadt-select-wrap {
  padding: 0 !important;
}
.text_editor .wpcf7-form .iadt-select {
  position: relative;
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
  margin-top: -0.7vw;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 1800px) {
  .text_editor .wpcf7-form .iadt-select {
    margin-top: calc(-1800px / 100 * 0.7);
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form .iadt-select {
    margin-top: calc(-1290px / 100 * 0.7);
  }
}
.text_editor .wpcf7-form .iadt-select select {
  display: none !important;
  /*hide original SELECT element:*/
}
.text_editor .wpcf7-form .select-selected {
  background-color: #f0efed;
}
.text_editor .wpcf7-form .select-selected:after {
  position: absolute;
  content: "";
  top: 36px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.text_editor .wpcf7-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 27px;
}
.text_editor .wpcf7-form .select-items div, .text_editor .wpcf7-form .select-selected {
  color: #999999;
  padding: 22px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.text_editor .wpcf7-form .select-items {
  border-top: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
}
.text_editor .wpcf7-form .select-items div:last-of-type {
  border-bottom: none !important;
}
.text_editor .wpcf7-form .select-selected {
  border-bottom: none;
}
.text_editor .wpcf7-form .select-items {
  position: absolute;
  background-color: #f0efed;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.text_editor .wpcf7-form .select-hide {
  display: none;
}
.text_editor .wpcf7-form .select-items div:hover, .text_editor .wpcf7-form .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
  color: #000 !important;
}

/* The container */
.check_container {
  display: inline-block !important;
  width: auto !important;
  margin-right: 15px !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check_container br, .check_container + br {
  display: none;
}
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.check_container input:checked ~ .checkmark {
  background-color: #ff5006;
}
.check_container input:checked ~ .checkmark:after {
  display: block;
}
.check_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.check_container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}
.check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.primarybanner {
  position: relative;
  background-color: #fb4b00;
  background-position: center center;
  background-size: cover;
  height: 55vh;
  min-height: 300px;
  max-height: 600px;
  margin-bottom: 3.5vw;
}
@media (min-width: 1800px) {
  .primarybanner {
    margin-bottom: calc(1800px / 100 * 3.5);
  }
}
@media (max-width: 1290px) {
  .primarybanner {
    margin-bottom: calc(1290px / 100 * 3.5);
  }
}
@media (max-width: 750px) {
  .primarybanner {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .primarybanner {
    margin-bottom: 20px;
  }
}
.primarybanner_title {
  position: absolute;
  bottom: 6.5vw;
  left: 0;
}
.primarybanner_title h2 {
  font-size: 6.5vw;
  word-spacing: -0.06em;
  letter-spacing: -0.018em;
  line-height: 1;
  margin: 0;
}
.primarybanner_para {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29vw;
}
.primarybanner_para p {
  line-height: 1.25;
}
.primarybanner_search {
  position: absolute;
  z-index: 9000;
  bottom: auto;
  left: 0;
  top: 4.5vw;
  z-index: 100;
}
@media (min-width: 1800px) {
  .primarybanner_search {
    top: calc(1800px / 100 * 4.5);
  }
}
@media (max-width: 1290px) {
  .primarybanner_search {
    top: calc(1290px / 100 * 4.5);
  }
}
.primarybanner .iadt_btn {
  position: absolute;
  z-index: 20;
  top: 4.5vw;
  color: white !important;
}
@media (min-width: 1800px) {
  .primarybanner .iadt_btn {
    top: calc(1800px / 100 * 4.5);
  }
}
@media (max-width: 1290px) {
  .primarybanner .iadt_btn {
    top: calc(1290px / 100 * 4.5);
  }
}
.primarybanner_content {
  position: absolute;
  width: 100%;
  bottom: 2vw;
}
@media (min-width: 1800px) {
  .primarybanner_content {
    bottom: calc(1800px / 100 * 2);
  }
}
@media (max-width: 1290px) {
  .primarybanner_content {
    bottom: calc(1290px / 100 * 2);
  }
}
@media (max-width: 750px) {
  .primarybanner_content {
    bottom: 10px;
  }
}
@media (max-width: 550px) {
  .primarybanner_content {
    bottom: 0;
  }
}
.primarybanner_content .primarycontent_container {
  margin-bottom: 0;
}

.iadt_btn {
  cursor: pointer;
  display: block;
  right: 0;
  height: 3.77vw;
  line-height: 3.77vw;
  padding-left: 1.7vw;
  padding-right: 1.7vw;
  color: white;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  background: #ff5006;
  color: white;
  font-size: 0.95em;
}
.iadt_btn:hover {
  color: white;
}
@media (min-width: 1800px) {
  .iadt_btn {
    height: calc(1800px / 100 * 3.77);
    line-height: calc(1800px / 100 * 3.77);
    padding-left: calc(1800px / 100 * 1.7);
    padding-right: calc(1800px / 100 * 1.7);
  }
}
@media (max-width: 1290px) {
  .iadt_btn {
    height: calc(1290px / 100 * 3.77);
    line-height: calc(1290px / 100 * 3.77);
    padding-left: calc(1290px / 100 * 1.7);
    padding-right: calc(1290px / 100 * 1.7);
  }
}
@media (max-width: 1090px) {
  .iadt_btn {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .iadt_btn {
    line-height: 45px;
    height: 45px;
  }
}

.main_banner {
  position: relative;
  z-index: 10;
  pointer-events: none;
}
.main_banner h1 {
  font-size: 6.75vw;
  letter-spacing: -0.02em;
  line-height: 0.95;
  margin-left: -0.4vw;
  margin-top: 8.5vw;
  margin-bottom: 4vw;
  word-spacing: -0.05em;
  font-family: "OnShow";
  font-weight: bold;
  letter-spacing: -0.01em;
}
@media (min-width: 1800px) {
  .main_banner h1 {
    font-size: calc(1800px / 100 * 6.75);
  }
}
@media (max-width: 1290px) {
  .main_banner h1 {
    font-size: calc(1290px / 100 * 6.5);
  }
}
@media (max-width: 1190px) {
  .main_banner h1 {
    font-size: 75px;
  }
}
@media (max-width: 990px) {
  .main_banner h1 {
    font-size: 85px;
    margin-top: 120px;
    margin-bottom: 80px;
  }
}
@media (max-width: 590px) {
  .main_banner h1 {
    font-size: 45px;
    letter-spacing: 0em;
    margin-top: 90px;
    margin-bottom: 50px;
    margin-left: -5px;
  }
}

.main_content {
  position: relative;
  z-index: 10;
  margin-bottom: 5vw;
}
.main_content h2 {
  font-family: "OnShow";
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 590px) {
  .main_content .col4, .main_content .col5 {
    margin-left: 15px;
  }
}
.main_content .col4 p, .main_content .col5 p {
  width: 85%;
}
@media (max-width: 590px) {
  .main_content .col4 p, .main_content .col5 p {
    width: 85%;
  }
}
.main_content .col4 + .col4, .main_content .col5 + .col4 {
  margin-left: -4vw;
}
@media (max-width: 590px) {
  .main_content .col4 + .col4, .main_content .col5 + .col4 {
    margin-left: 0;
  }
}

.line_holder, .colour_holder {
  width: 50%;
  height: auto;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 590px) {
  .line_holder, .colour_holder {
    width: 52%;
  }
}
.line_holder div, .colour_holder div {
  position: relative;
  border-left: 1px black solid;
  border-bottom: 1px black solid;
  width: calc(100% / 3);
  padding-bottom: calc(100% / 3);
  box-sizing: border-box;
}
@media (max-width: 1190px) {
  .line_holder div, .colour_holder div {
    width: calc(100% / 2);
    padding-bottom: calc(100% / 2);
  }
}
@media (max-width: 590px) {
  .line_holder div, .colour_holder div {
    width: calc(100% / 1);
    padding-bottom: calc(100% / 1);
  }
}
.line_holder div.circle:after, .colour_holder div.circle:after {
  content: "";
  border-radius: 50%;
  border: 1px solid black;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.line_holder div.triangle:after, .line_holder div.triangle:before, .colour_holder div.triangle:after, .colour_holder div.triangle:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 111.9%;
  background: black;
}
.line_holder div.triangle:after, .colour_holder div.triangle:after {
  transform: rotate(-26.5deg);
  transform-origin: bottom right;
  left: auto;
  right: 0;
}
.line_holder div.triangle:before, .colour_holder div.triangle:before {
  transform: rotate(-333.5deg);
  transform-origin: bottom left;
}
.line_holder div.noborder_left, .colour_holder div.noborder_left {
  border-left: none;
}
.line_holder div.noborder_right, .colour_holder div.noborder_right {
  border-right: none;
}
@media (max-width: 590px) {
  .line_holder div.hide_small, .colour_holder div.hide_small {
    display: none !important;
  }
}

.line_holder {
  opacity: 0.5 !important;
  pointer-events: none;
}

.colour_holder_wrap {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 92vw;
  top: 0;
  right: 0;
  overflow: hidden;
  display: none;
}
@media (min-width: 1800px) {
  .colour_holder_wrap {
    height: 2220px;
  }
}
@media (max-width: 590px) {
  .colour_holder_wrap {
    height: 160%;
  }
}
.colour_holder_wrap .colour_holder {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: auto;
  top: 0;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 1090px) {
  .colour_holder_wrap .colour_holder.on {
    filter: blur(8px);
  }
}
@media (max-width: 590px) {
  .colour_holder_wrap .colour_holder {
    width: 52%;
  }
}
.colour_holder_wrap .colour_holder div {
  border-bottom: 1px transparent solid !important;
  border-left: 1px transparent solid !important;
}
.colour_holder_wrap .colour_holder div:after {
  background: #FFFF89;
  border: none !important;
}
.colour_holder_wrap .colour_holder div.triangle:after {
  display: none;
}
.colour_holder_wrap .colour_holder div.triangle:before {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  transform-origin: center;
  background: #FFFF89;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.colour_holder_wrap .colour_holder div.red.circle:after {
  background: #FC744F;
}
.colour_holder_wrap .colour_holder div.red.triangle:before {
  background: #FC744F;
}
.colour_holder_wrap .colour_holder div.purple.circle:after {
  background: #EFCCFC;
}
.colour_holder_wrap .colour_holder div.purple.triangle:before {
  background: #EFCCFC;
}

@media (max-width: 590px) {
  .hide_phone {
    display: none;
  }
}

main {
  background: white;
  color: #222222;
}

/*# sourceMappingURL=00_comp.css.map */
