@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;
  z-index: 500;
}

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

/*! Lity - v3.0.0-dev - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* 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;
}
/* 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% - 30px);
  }
}

.grid_container {
  width: calc(100vw - 100px);
  max-width: 1900px;
  margin: auto;
  clear: both;
}
@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;
}

.col3,
.col6,
.col12 {
  box-sizing: border-box;
  padding: 1%;
  float: left;
}

.col3 {
  width: 25%;
}
@media (max-width: 1090px) {
  .col3 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col3 {
    width: 100%;
  }
}

.col6 {
  width: 50%;
}
@media (max-width: 1090px) {
  .col6 {
    width: 50%;
  }
}
@media (max-width: 590px) {
  .col6 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.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: 1190px) {
  .boxgrid_box {
    width: 33vw;
    height: 33vw;
  }
}
@media (max-width: 890px) {
  .boxgrid_box {
    width: 50vw;
    height: 50vw;
  }
}
@media (max-width: 590px) {
  .boxgrid_box {
    width: 83vw;
    height: 83vw;
  }
}
.boxgrid_box.large {
  width: 50vw;
  height: 50vw;
  border: none;
}
@media (max-width: 750px) {
  .boxgrid_box.large {
    width: 100vw;
    height: 100vw;
  }
}
.boxgrid_box.large.openinghours {
  height: 44vw;
  width: 100%;
  max-height: 800px;
}
@media (max-width: 1090px) {
  .boxgrid_box.large.openinghours {
    max-height: 540px;
    min-height: 540px;
  }
}
@media (max-width: 890px) {
  .boxgrid_box.large.openinghours {
    max-height: none;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.large.openinghours {
    padding-bottom: 30px;
  }
}
.boxgrid_box.large.openinghours h2 {
  float: left;
  width: 40%;
}
@media (max-width: 790px) {
  .boxgrid_box.large.openinghours h2 {
    width: 100%;
  }
}
.boxgrid_box.large.openinghours p {
  display: inline;
}
.boxgrid_box.large.openinghours table {
  margin-top: 3vw;
  font-size: 2.4vw;
  letter-spacing: -0.04em;
}
@media (max-width: 790px) {
  .boxgrid_box.large.openinghours table {
    font-size: 25px;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.large.openinghours table {
    margin-top: 25px;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.large.openinghours table tr td:nth-of-type(1) {
    width: 60%;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.large.openinghours table tr td:nth-of-type(2) {
    width: 40%;
  }
}
.boxgrid_box.tall {
  width: 25vw;
  height: 50vw;
  border: none;
}
@media (max-width: 1090px) {
  .boxgrid_box.tall {
    width: 33.3333333333vw;
    height: 66.6666666667vw;
  }
}
@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_full {
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 750px) {
  .boxgrid_full:nth-of-type(odd) {
    width: 100vw;
  }
  .boxgrid_full:nth-of-type(even) {
    width: 100vw;
  }
}
.boxgrid_full.sticky .boxgrid_box {
  position: relative;
  position: sticky;
  top: 0;
}

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

.iadt_featureblocks {
  background-color: black;
}
.iadt_featureblocks .swiper-slide {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  -webkit-box-shadow: -3px 0px 18px 6px rgba(0, 0, 0, 0);
  box-shadow: -3px 0px 18px 6px rgba(0, 0, 0, 0);
}
.iadt_featureblocks .swiper-slide:hover {
  transform: scale(1.01);
  z-index: 999;
  -webkit-box-shadow: -3px 0px 18px 6px rgba(0, 0, 0, 0);
  box-shadow: -3px 0px 18px 6px rgba(0, 0, 0, 0);
}
.iadt_featureblocks .swiper-slide .box {
  border: none !important;
  width: 100% !important;
}
.iadt_featureblocks .swiper-slide .box:nth-of-type(1) .darken {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.05;
  pointer-events: none;
  margin: 0 !important;
}
.iadt_featureblocks .swiper-slide .box:nth-of-type(2) a p {
  bottom: auto;
  top: 0;
}
.iadt_featureblocks .swiper-slide .box.isblack {
  background-color: white;
}
.iadt_featureblocks .swiper-slide .box p {
  width: 98%;
}

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

.orange {
  background-color: #ff5006 !important;
}

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

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

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

.isblack h2,
.isblack span,
.isblack p {
  color: black !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 34.2px left 34.2px !important;
    background-size: 39.6px !important;
  }
}
@media (max-width: 1290px) {
  .twitter {
    background-position: bottom 24.51px left 24.51px !important;
    background-size: 28.38px !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;
  position: relative;
}
.boxgrid_box.feature.isvideo:before {
  content: " ";
  position: absolute;
  z-index: 2;
  left: 0%;
  top: 68%;
  width: 80px;
  height: 80px;
  margin: -60px 0 0 0;
  background: url(img/iadt_play.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  border: 0;
}
.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;
}
@media (min-width: 990px) {
  .boxgrid_box.feature.hasbg:hover:after {
    opacity: 0;
  }
}
.boxgrid_box.feature.isblack {
  color: black;
}
.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;
  line-height: 1;
}
@media (max-width: 750px) {
  .boxgrid_box.feature a h2 {
    font-size: 23px;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.feature a h2 {
    font-size: 26px;
  }
}
.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: 95%;
    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: 77%;
  line-height: 1.2;
}
@media (min-width: 1800px) {
  .boxgrid_box p {
    width: 80%;
  }
}
@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.6vw 0 0.6vw 0;
  margin: 0;
  border-top: 1px solid #2d2d2d;
}
@media (min-width: 1800px) {
  .boxgrid_box table tr td {
    padding: 9px 0 9px 0;
  }
}
@media (max-width: 1290px) {
  .boxgrid_box table tr td {
    padding: 6.45px 0 9px 0;
  }
}
@media (max-width: 990px) {
  .boxgrid_box table tr td {
    padding-top: 5px;
  }
}
.boxgrid_box > div {
  float: right;
  margin-top: 0;
  margin-right: 2vw;
  width: calc(50% - 2vw);
}
@media (max-width: 790px) {
  .boxgrid_box > div {
    float: left;
    margin-top: 30px;
    bottom: 15px;
    left: 18px;
    width: calc(100% - 0px);
  }
}

.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: 72px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_container {
    margin-bottom: 51.6px;
  }
}
@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;
}
body ::-moz-selection {
  color: white;
  background: rgba(255, 80, 6, 0.97);
}
body ::selection {
  color: white;
  background: rgba(255, 80, 6, 0.97);
}
@media (min-width: 1800px) {
  body {
    font-size: 21.96px;
  }
}
@media (max-width: 1290px) {
  body {
    font-size: 15.738px;
  }
}
@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.3vw;
  line-height: 1.4;
  font-family: "Circular", Helvetica, Arial, sans-serif;
  margin-top: 0;
}
@media (min-width: 1800px) {
  p,
  .paragraph,
  blockquote {
    font-size: 23.4px;
  }
}
@media (max-width: 1290px) {
  p,
  .paragraph,
  blockquote {
    font-size: 16.77px;
  }
}
@media (max-width: 590px) {
  p,
  .paragraph,
  blockquote {
    font-size: 16px;
  }
}

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;
}

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

h2,
.h2 {
  font-size: 2.3vw;
}
@media (min-width: 1800px) {
  h2,
  .h2 {
    font-size: 41.4px;
  }
}
@media (max-width: 1290px) {
  h2,
  .h2 {
    font-size: 29.67px;
  }
}
@media (max-width: 790px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}
@media (max-width: 590px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 490px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

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

h3,
.h3 {
  font-size: 2.01vw;
}
@media (min-width: 1800px) {
  h3,
  .h3 {
    font-size: 36.18px;
  }
}
@media (max-width: 1290px) {
  h3,
  .h3 {
    font-size: 25.929px;
  }
}
@media (max-width: 790px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}

h4,
.h4 {
  font-size: 1.8vw;
}
@media (min-width: 1800px) {
  h4,
  .h4 {
    font-size: 32.4px;
  }
}
@media (max-width: 1290px) {
  h4,
  .h4 {
    font-size: 23.22px;
  }
}
@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: 23.4px;
  }
}
@media (max-width: 1290px) {
  h5,
  .h5 {
    font-size: 16.77px;
  }
}
@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: 32.4px !important;
    margin-top: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  blockquote {
    margin-bottom: 23.22px !important;
    margin-top: 23.22px !important;
  }
}

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

/* Text Editor */
.text_editor {
  /* Paragraphs */
  /* Headings */
  /* Heading Spacing */
  /* In Paragraph Text Links */
  /* Horizontal Rule */
  /* Bullet & Numbered Lists */
  /* Tables */
  /* Feature Blocks */
  /* Block Button Style */
  /* Inline Images */
}
.text_editor p,
.text_editor td {
  color: #444444;
  max-width: 825px;
  width: 82.5%;
  margin-top: 0;
  margin-bottom: 1.8vw;
}
@media (min-width: 1800px) {
  .text_editor p,
  .text_editor td {
    margin-bottom: 32.4px;
  }
}
@media (max-width: 1290px) {
  .text_editor p,
  .text_editor td {
    margin-bottom: 23.22px;
    width: 85%;
  }
}
@media (max-width: 990px) {
  .text_editor p,
  .text_editor td {
    width: 95%;
  }
}
.text_editor h1,
.text_editor h2,
.text_editor h3,
.text_editor h4,
.text_editor h5,
.text_editor h6 {
  margin-top: 0;
  margin-bottom: 1vw;
}
@media (min-width: 1800px) {
  .text_editor h1,
  .text_editor h2,
  .text_editor h3,
  .text_editor h4,
  .text_editor h5,
  .text_editor h6 {
    margin-bottom: 18px;
  }
}
@media (max-width: 1290px) {
  .text_editor h1,
  .text_editor h2,
  .text_editor h3,
  .text_editor h4,
  .text_editor h5,
  .text_editor h6 {
    margin-bottom: 12.9px;
  }
}
.text_editor h1 + p,
.text_editor h2 + p,
.text_editor h3 + p,
.text_editor h4 + p,
.text_editor h5 + p,
.text_editor h6 + p {
  margin-top: -0.8vw;
}
@media (min-width: 1800px) {
  .text_editor h1 + p,
  .text_editor h2 + p,
  .text_editor h3 + p,
  .text_editor h4 + p,
  .text_editor h5 + p,
  .text_editor h6 + p {
    margin-top: -14.4px;
  }
}
@media (max-width: 1290px) {
  .text_editor h1 + p,
  .text_editor h2 + p,
  .text_editor h3 + p,
  .text_editor h4 + p,
  .text_editor h5 + p,
  .text_editor h6 + p {
    margin-top: -10.32px;
  }
}
.text_editor p a,
.text_editor td a,
.text_editor ul a,
.text_editor ol a {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 0px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #7e7e7e;
}
.text_editor p a:after,
.text_editor td a:after,
.text_editor ul a:after,
.text_editor ol a:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.text_editor p a:hover,
.text_editor td a:hover,
.text_editor ul a:hover,
.text_editor ol a:hover {
  color: #757575;
}
.text_editor p a:hover:after,
.text_editor td a:hover:after,
.text_editor ul a:hover:after,
.text_editor ol a:hover:after {
  width: 100%;
}
.text_editor hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}
.text_editor blockquote p {
  width: 93%;
  margin: 0;
}
.text_editor ul,
.text_editor ol {
  padding-left: 20px;
  margin-left: 0;
  color: #444444;
  margin-top: 1.8vw;
  margin-bottom: 1.8vw;
  font-size: 1.3vw;
  max-width: 900px;
  width: 88%;
}
@media (min-width: 1800px) {
  .text_editor ul,
  .text_editor ol {
    font-size: 23.4px;
    margin-bottom: 32.4px;
    margin-top: 32.4px;
  }
}
@media (max-width: 1290px) {
  .text_editor ul,
  .text_editor ol {
    font-size: 16.77px;
    margin-bottom: 23.22px;
    margin-top: 23.22px;
    line-height: 1.45;
  }
}
@media (max-width: 590px) {
  .text_editor ul,
  .text_editor ol {
    font-size: 16px;
  }
}
.text_editor ul li,
.text_editor ol li {
  margin-bottom: 0;
  line-height: 1.4;
}
.text_editor ul {
  list-style: none;
  padding-left: 20px;
  margin-left: 0;
}
.text_editor ul li {
  margin-bottom: 0;
  line-height: 1.4;
}
@media (max-width: 1390px) {
  .text_editor ul li {
    line-height: 1.45;
  }
}
.text_editor ul li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff5006;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.text_editor ol {
  list-style-position: inside;
  padding-left: 0;
}
.text_editor table {
  width: 100% !important;
  max-width: 100% !important;
  background-color: #fafafa;
  border: none !important;
  max-width: 825px !important;
  margin-top: 1.8vw !important;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1800px) {
  .text_editor table {
    margin-bottom: 32.4px !important;
    margin-top: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  .text_editor table {
    margin-bottom: 23.22px !important;
    margin-top: 23.22px !important;
  }
}
.text_editor table tr:first-of-type {
  background: #333333;
  color: white;
}
.text_editor table tr:first-of-type td {
  color: white;
}
.text_editor table tr:first-of-type td p {
  color: white;
}
.text_editor table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.text_editor table tr td {
  padding: 0.7em 0.7em 0.7em 0.7em;
  border: none;
  vertical-align: top;
  max-width: none;
  width: auto;
}
.text_editor table tr td p {
  width: 94% !important;
}
.text_editor .feature_panel {
  position: relative;
  background: #f0efed;
  padding: 2% 17% 4% 15%;
  margin-top: 1.8vw !important;
  margin-bottom: 1.8vw !important;
  transition: background-color 0.3s ease-in-out;
  background: #f0efed;
}
.text_editor .feature_panel:hover {
  background-color: #fcfbfb;
}
@media (min-width: 1800px) {
  .text_editor .feature_panel {
    margin-bottom: 32.4px !important;
    margin-top: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  .text_editor .feature_panel {
    margin-bottom: 23.22px !important;
    margin-top: 23.22px !important;
    padding: 2% 17% 4% 12%;
  }
}
@media (max-width: 590px) {
  .text_editor .feature_panel {
    padding: 4% 4% 30% 22%;
  }
}
.text_editor .feature_panel + .feature_panel {
  margin-top: -0.5vw !important;
}
@media (min-width: 1800px) {
  .text_editor .feature_panel + .feature_panel {
    margin-bottom: -9px !important;
  }
}
@media (max-width: 1290px) {
  .text_editor .feature_panel + .feature_panel {
    margin-bottom: -6.45px !important;
  }
}
.text_editor .feature_panel pre {
  position: absolute;
  left: 2%;
  top: 10%;
  width: 8%;
  height: 90%;
  background: url("img/icon-05.svg");
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0.4;
  margin: 0;
  padding: 0;
}
@media (max-width: 590px) {
  .text_editor .feature_panel pre {
    left: 3%;
    top: 5%;
    width: 13%;
  }
}
.text_editor .feature_panel.download:before {
  background: url("img/icon-06b.svg");
  background-position: center top;
  background-repeat: no-repeat;
}
.text_editor .feature_panel a {
  text-decoration: none;
}
.text_editor .feature_panel a h4 {
  margin-bottom: 5px;
  width: 80%;
  color: #444444;
}
@media (max-width: 590px) {
  .text_editor .feature_panel a h4 {
    width: 96%;
  }
}
.text_editor .feature_panel a span {
  width: 85%;
  display: block;
  opacity: 0.8;
  color: #444444;
}
@media (max-width: 590px) {
  .text_editor .feature_panel a span {
    width: 96%;
  }
}
.text_editor .feature_panel button.iadt_btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  outline: none !important;
  height: 3.77vw !important;
  line-height: 3.77vw !important;
  padding-left: 1.7vw !important;
  padding-right: 1.7vw !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 0.9em;
}
@media (min-width: 1800px) {
  .text_editor .feature_panel button.iadt_btn {
    height: 67.86px !important;
    line-height: 67.86px !important;
    padding-left: 30.6px !important;
    padding-right: 30.6px !important;
  }
}
@media (max-width: 1290px) {
  .text_editor .feature_panel button.iadt_btn {
    height: 48.633px !important;
    line-height: 48.633px !important;
    padding-left: 21.93px !important;
    padding-right: 21.93px !important;
  }
}
@media (max-width: 1090px) {
  .text_editor .feature_panel button.iadt_btn {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .text_editor .feature_panel button.iadt_btn {
    line-height: 45px;
    height: 45px;
  }
}
@media (max-width: 590px) {
  .text_editor .feature_panel button.iadt_btn {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
  }
}
.text_editor .feature_panel button.iadt_btn:before {
  display: none;
}
.text_editor p .iadt_btn,
.text_editor .iadt_btn {
  display: block;
  margin-bottom: 1.8vw;
  color: white;
  border: none;
  transition: opacity 0.3s ease-in-out;
  user-select: none;
}
@media (min-width: 1800px) {
  .text_editor p .iadt_btn,
  .text_editor .iadt_btn {
    margin-bottom: 32.4px;
  }
}
@media (max-width: 1290px) {
  .text_editor p .iadt_btn,
  .text_editor .iadt_btn {
    margin-bottom: 23.22px;
  }
}
.text_editor p .iadt_btn:hover,
.text_editor .iadt_btn:hover {
  opacity: 0.7;
}
.text_editor p .iadt_btn:after,
.text_editor .iadt_btn:after {
  display: none;
}
.text_editor p .iadt_btn:before,
.text_editor .iadt_btn:before {
  content: "";
  width: 30px;
  margin-right: -15px;
  height: 100%;
  float: right;
  background: url("img/icon-17.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1290px) {
  .text_editor p .iadt_btn:before,
  .text_editor .iadt_btn:before {
    width: 25px;
    margin-right: -10px;
  }
}
@media (max-width: 750px) {
  .text_editor p .iadt_btn:before,
  .text_editor .iadt_btn:before {
    width: 20px;
    margin-right: -10px;
  }
}
.text_editor p .iadt_btn + .iadt_btn,
.text_editor .iadt_btn + .iadt_btn {
  margin-top: -0.5vw;
}
@media (min-width: 1800px) {
  .text_editor p .iadt_btn + .iadt_btn,
  .text_editor .iadt_btn + .iadt_btn {
    margin-bottom: -9px;
  }
}
@media (max-width: 1290px) {
  .text_editor p .iadt_btn + .iadt_btn,
  .text_editor .iadt_btn + .iadt_btn {
    margin-bottom: -6.45px;
  }
}
.text_editor p .iadt_btn {
  margin-top: 1.8vw;
  font-size: 1.22vw;
  padding-left: 1.7vw !important;
}
.text_editor p .iadt_btn:hover {
  color: white !important;
}
.text_editor p .iadt_btn:before {
  margin-right: 15px;
}
@media (min-width: 1800px) {
  .text_editor p .iadt_btn {
    font-size: 21.96px;
    margin-top: 32.4px;
    padding-left: 30.6px !important;
  }
}
@media (max-width: 1290px) {
  .text_editor p .iadt_btn {
    margin-top: 23.22px;
    font-size: 15.738px;
    padding-left: 21.93px !important;
  }
}
@media (max-width: 590px) {
  .text_editor p .iadt_btn {
    font-size: 16px;
  }
}
.text_editor figure {
  position: relative;
}
.text_editor figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 !important;
  padding: 6px 11px;
  font-size: 14px;
  color: white;
  background: black;
  max-width: 90%;
}

/* 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%;
}

/* Expanding Boxes */
.expander-group {
  margin-top: -1px;
  background: white;
  margin-bottom: 1.8vw !important;
}
@media (min-width: 1800px) {
  .expander-group {
    margin-bottom: 32.4px !important;
  }
}
@media (max-width: 1290px) {
  .expander-group {
    margin-bottom: 23.22px !important;
  }
}
.expander-group hr {
  border-bottom: 1px solid #000;
  border-top: none;
  opacity: 1;
  margin: 22px 0 0 0;
  clear: both;
}
@media (max-width: 1050px) {
  .expander-group hr {
    margin: 12px 0 0 0;
  }
}
.expander-group div.expander,
.expander-group div.expander-open {
  margin-top: -1px;
  padding-top: 0;
}
.expander-group div.expander hr,
.expander-group div.expander-open hr {
  background: none;
}
.expander-group div.expander h3,
.expander-group div.expander-open h3 {
  cursor: pointer;
  padding-bottom: 0;
  transition: 0.1s ease-in-out;
  margin-bottom: 0;
  padding-top: 25px;
  user-select: none;
}
.expander-group div.expander h3 i,
.expander-group div.expander-open h3 i {
  font-style: normal;
  padding-right: 35px;
  display: inline-block;
}
@media (max-width: 1050px) {
  .expander-group div.expander h3,
  .expander-group div.expander-open h3 {
    padding-top: 12px;
  }
}
.expander-group div.expander h3:first-of-type,
.expander-group div.expander-open h3:first-of-type {
  border-top: 1px solid #000;
}
.expander-group div.expander h3.ui-state-active,
.expander-group div.expander-open h3.ui-state-active {
  border-bottom: 0;
  transition: 0.1s ease-in-out;
}
.expander-group div.expander h3.ui-state-active hr,
.expander-group div.expander-open h3.ui-state-active hr {
  opacity: 0;
}
.expander-group div.expander h3.ui-state-active span.ui-accordion-header-icon,
.expander-group
  div.expander-open
  h3.ui-state-active
  span.ui-accordion-header-icon {
  transform: rotate(45deg);
}
.expander-group div.expander h3.ui-accordion-header,
.expander-group div.expander-open h3.ui-accordion-header {
  font-weight: normal;
  position: relative;
  outline: none;
}
.expander-group
  div.expander
  h3.ui-accordion-header
  span.ui-accordion-header-icon,
.expander-group
  div.expander-open
  h3.ui-accordion-header
  span.ui-accordion-header-icon {
  height: 36px;
  width: 36px;
  position: absolute;
  right: 0px;
  transition: 0.1s ease-in-out;
  background-image: none !important;
}
@media (max-width: 1050px) {
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon {
    height: 30px;
    width: 30px;
  }
}
@media (max-width: 500px) {
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon {
    height: 28px;
    width: 28px;
  }
}
.expander-group
  div.expander
  h3.ui-accordion-header
  span.ui-accordion-header-icon:after,
.expander-group
  div.expander
  h3.ui-accordion-header
  span.ui-accordion-header-icon:before,
.expander-group
  div.expander-open
  h3.ui-accordion-header
  span.ui-accordion-header-icon:after,
.expander-group
  div.expander-open
  h3.ui-accordion-header
  span.ui-accordion-header-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 17px;
  height: 100%;
  width: 2px;
  background: black;
}
@media (max-width: 1050px) {
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon:after,
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon:after,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before {
    left: 14px;
  }
}
@media (max-width: 500px) {
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon:after,
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon:after,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before {
    left: 13px;
  }
}
.expander-group
  div.expander
  h3.ui-accordion-header
  span.ui-accordion-header-icon:before,
.expander-group
  div.expander-open
  h3.ui-accordion-header
  span.ui-accordion-header-icon:before {
  top: 17px;
  left: 0px;
  height: 2px;
  width: 100%;
}
@media (max-width: 1050px) {
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before {
    top: 14px;
  }
}
@media (max-width: 500px) {
  .expander-group
    div.expander
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before,
  .expander-group
    div.expander-open
    h3.ui-accordion-header
    span.ui-accordion-header-icon:before {
    top: 13px;
  }
}
.expander-group div.expander h3 span.ui-accordion-header-icon,
.expander-group div.expander-open h3 span.ui-accordion-header-icon {
  height: 35px;
  width: 35px;
  position: absolute;
  right: 20px;
  transition: 0.1s ease-in-out;
}
@media (max-width: 500px) {
  .expander-group div.expander h3 span.ui-accordion-header-icon,
  .expander-group div.expander-open h3 span.ui-accordion-header-icon {
    height: 28px;
    width: 28px;
  }
}
.expander-group div.expander div.ui-accordion-content,
.expander-group div.expander-open div.ui-accordion-content {
  z-index: -1;
  margin-top: 0px !important;
}
@media (max-width: 1290px) {
  .expander-group div.expander div.ui-accordion-content div.col_5,
  .expander-group div.expander-open div.ui-accordion-content div.col_5 {
    margin-left: 42%;
    width: 50%;
  }
}
@media (max-width: 1050px) {
  .expander-group div.expander div.ui-accordion-content div.col_5,
  .expander-group div.expander-open div.ui-accordion-content div.col_5 {
    margin-left: 0%;
    width: 90%;
  }
}
.expander-group div.expander div.ui-accordion-content div.col_5 h3,
.expander-group div.expander-open div.ui-accordion-content div.col_5 h3 {
  font-size: 25px;
}
@media (max-width: 1050px) {
  .expander-group div.expander div.ui-accordion-content div.col_5 h3,
  .expander-group div.expander-open div.ui-accordion-content div.col_5 h3 {
    font-size: 24px;
  }
}
@media (max-width: 1050px) {
  .expander-group div.expander div.ui-accordion-content,
  .expander-group div.expander-open div.ui-accordion-content {
    margin-top: 0px !important;
  }
}
.expander-group div.expander div.ui-accordion-content div.expander-content,
.expander-group
  div.expander-open
  div.ui-accordion-content
  div.expander-content {
  margin-bottom: 35px;
}
.expander-group div.expander div.ui-accordion-content hr,
.expander-group div.expander-open div.ui-accordion-content hr {
  border-bottom: none;
  opacity: 1;
  clear: both;
}
.expander-group div.expander div.ui-accordion-content h3 span.dob,
.expander-group div.expander-open div.ui-accordion-content h3 span.dob {
  font-weight: normal;
  margin-left: 6px;
}
.expander-group div.expander div.ui-accordion-content-active hr,
.expander-group div.expander-open div.ui-accordion-content-active hr {
  border-bottom: 1px solid #000;
}

/* Image Carousel */
.content_slideshow {
  margin-top: 1.8vw;
  margin-bottom: 1.8vw;
}
@media (min-width: 1800px) {
  .content_slideshow {
    margin-bottom: 32.4px;
    margin-top: 32.4px;
  }
}
@media (max-width: 1290px) {
  .content_slideshow {
    margin-bottom: 23.22px;
    margin-top: 23.22px;
  }
}
.content_slideshow .swiper-container {
  width: 100%;
  height: 100%;
}
.content_slideshow .swiper-container .swiper-wrapper {
  margin-bottom: 50px;
}
.content_slideshow .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content_slideshow .swiper-slide img {
  width: 100%;
}
.content_slideshow .swiper-slide span {
  position: absolute;
  bottom: 0px;
  left: 0;
  background: black;
  color: white;
  font-size: 16px;
  padding: 3px 10px;
}
.content_slideshow .swiper-button-next,
.content_slideshow .swiper-button-prev {
  color: white;
  width: 50%;
  height: 100%;
  left: 10px;
  top: 0;
  align-items: center;
  justify-content: left;
}
.content_slideshow .swiper-button-next:focus,
.content_slideshow .swiper-button-prev:focus {
  box-shadow: none;
}
.content_slideshow .swiper-button-next {
  left: auto;
  right: 10px;
}
.content_slideshow .swiper-button-next:after {
  margin-left: auto;
}
.content_slideshow .swiper-pagination {
  text-align: left;
}
.content_slideshow .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}
.content_slideshow .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: left;
  line-height: 20px;
  color: #000;
  opacity: 1;
  background: transparent;
  outline: none;
}
.content_slideshow .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 0.35;
}

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

.boxgrid_box.contact {
  position: relative;
}
.boxgrid_box.contact table tr:first-of-type td {
  padding-top: 0 !important;
}
.boxgrid_box.contact table tr:last-of-type td {
  border-bottom: 0;
}
.boxgrid_box.contact table tr td {
  border-bottom: 1px solid #444444;
  border-top: none;
  width: 50%;
  vertical-align: top;
}
@media (max-width: 590px) {
  .boxgrid_box.contact table tr td {
    width: 20%;
    border-bottom: 1px solid #2f2f2f;
  }
}
.boxgrid_box.contact table tr td p {
  padding-top: 0.4vw;
  min-width: unset;
  max-width: none;
  width: auto;
  opacity: 0.65;
}
@media (max-width: 490px) {
  .boxgrid_box.contact table tr td p {
    font-size: 13px;
  }
}
.boxgrid_box.contact table tr td img {
  position: relative;
  width: 2vw;
  height: 2vw;
  top: 0.2vw;
}
@media (min-width: 1800px) {
  .boxgrid_box.contact table tr td img {
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 1290px) {
  .boxgrid_box.contact table tr td img {
    width: 25.8px !important;
    height: 25.8px !important;
  }
}
@media (max-width: 490px) {
  .boxgrid_box.contact table tr td img {
    top: 1vw;
  }
}
.boxgrid_box.contact table tr td a {
  margin-right: 1vw;
}

.backtotop {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
@media (max-width: 590px) {
  .backtotop {
    bottom: -60px;
    right: 5px;
  }
}
.backtotop img {
  width: 3.5vw;
  height: 3.5vw;
}
@media (min-width: 1800px) {
  .backtotop img {
    width: 63px !important;
    height: 63px !important;
  }
}
@media (max-width: 1290px) {
  .backtotop img {
    width: 45.15px !important;
    height: 45.15px !important;
  }
}

.boxgrid_box.policies {
  background-image: url("img/logo.png");
  background-repeat: no-repeat;
  background-size: 28%;
  display: flex;
  position: relative;
}
@media (max-width: 1490px) {
  .boxgrid_box.policies {
    background-size: 30%;
  }
}
@media (max-width: 590px) {
  .boxgrid_box.policies {
    background-size: 33%;
  }
}
@media (max-width: 490px) {
  .boxgrid_box.policies {
    background-size: 28%;
  }
}
.boxgrid_box.policies table {
  margin-bottom: 0;
}
.boxgrid_box.policies table tr td {
  border-top: 1px solid #222222;
}
.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;
}
@media (max-width: 590px) {
  .boxgrid_box.policies table tr td a {
    font-size: 13px;
  }
}
.boxgrid_box.policies table tr td a:hover {
  opacity: 1;
}

footer.footer_2020 {
  background: black !important;
  display: flex;
  flex-direction: row;
}
@media (max-width: 590px) {
  footer.footer_2020 {
    flex-direction: column;
  }
}
footer.footer_2020 p {
  font-size: 1.2vw;
  line-height: 1.25;
}
@media (min-width: 1800px) {
  footer.footer_2020 p {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  footer.footer_2020 p {
    font-size: 16.125px;
  }
}
@media (max-width: 1050px) {
  footer.footer_2020 p {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  footer.footer_2020 p {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  footer.footer_2020 p {
    font-size: 12px;
  }
}
footer.footer_2020 .footer-charity-no {
  display: block;
  margin-top: 20px;
}
footer.footer_2020 h1,
footer.footer_2020 h2,
footer.footer_2020 h3,
footer.footer_2020 h4,
footer.footer_2020 h5,
footer.footer_2020 h6,
footer.footer_2020 .h1,
footer.footer_2020 .h2,
footer.footer_2020 .h3,
footer.footer_2020 .h4,
footer.footer_2020 .h5,
footer.footer_2020 .h6 {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}
footer.footer_2020 h3,
footer.footer_2020 .h3 {
  font-size: 2.4vw;
  letter-spacing: -0.035vw;
  word-spacing: -0.07vw;
}
@media (min-width: 1800px) {
  footer.footer_2020 h3,
  footer.footer_2020 .h3 {
    font-size: 43.2px;
    letter-spacing: -0.63px;
    word-spacing: -1.26px;
  }
}
@media (max-width: 1290px) {
  footer.footer_2020 h3,
  footer.footer_2020 .h3 {
    font-size: 30.96px;
    letter-spacing: -0.4515px;
    word-spacing: -0.903px;
  }
}
@media (max-width: 850px) {
  footer.footer_2020 h3,
  footer.footer_2020 .h3 {
    font-size: 27px;
  }
}
@media (max-width: 790px) {
  footer.footer_2020 h3,
  footer.footer_2020 .h3 {
    font-size: 24px;
  }
}
@media (max-width: 590px) {
  footer.footer_2020 h3,
  footer.footer_2020 .h3 {
    font-size: 26px;
  }
}
@media (max-width: 490px) {
  footer.footer_2020 h3,
  footer.footer_2020 .h3 {
    font-size: 26px;
  }
}
footer.footer_2020 .boxgrid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100vw;
  margin: 0;
  padding: 0;
}
footer.footer_2020 .boxgrid_box {
  width: 50%;
  height: 25vw;
  box-sizing: border-box;
  padding: 1.8vw;
}
@media (min-width: 1800px) {
  footer.footer_2020 .boxgrid_box {
    padding: 32.4px;
  }
}
@media (max-width: 1650px) {
  footer.footer_2020 .boxgrid_box {
    padding: 1.6vw;
  }
}
@media (max-width: 1290px) {
  footer.footer_2020 .boxgrid_box {
    padding: 20.64px;
  }
}
@media (max-width: 790px) {
  footer.footer_2020 .boxgrid_box {
    padding: 15px;
  }
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box {
    padding: 15px;
  }
}
@media (max-width: 1090px) {
  footer.footer_2020 .boxgrid_box {
    width: 50%;
    height: 50vw;
  }
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box {
    width: 100vw;
    height: 100vw;
  }
}
footer.footer_2020 .boxgrid_box.large {
  height: auto;
}
footer.footer_2020 .boxgrid_box.footer_right {
  position: relative;
  width: 50%;
  background-color: #0b1315;
}
@media (max-width: 890px) {
  footer.footer_2020 .boxgrid_box.footer_right {
    width: 54%;
  }
}
@media (max-width: 750px) {
  footer.footer_2020 .boxgrid_box.footer_right {
    width: 100%;
    background-color: #151d1f;
    padding-bottom: 160px;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table {
  margin-bottom: 0;
  margin-top: 0;
  color: white;
}
@media (max-width: 750px) {
  footer.footer_2020 .boxgrid_box.footer_right table {
    border-top: 1px solid #2f2f2f;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table tr:first-of-type td {
  border-top: none;
  font-family: inherit;
  word-spacing: 0px !important;
  padding-top: 0 !important;
  background: transparent !important;
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr:first-of-type td {
    padding-top: 5px !important;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table tr:nth-of-type(4) td {
  border-bottom: 0;
}
footer.footer_2020 .boxgrid_box.footer_right table tr:last-of-type td {
  border-bottom: 0;
  border-top: none;
  padding-top: 11vw;
}
footer.footer_2020 .boxgrid_box.footer_right table tr td {
  border-bottom: 1px solid #444444;
  background: transparent;
  border-top: none;
  width: 50%;
  vertical-align: top;
  padding: 0.35vw 0 0.4vw 0;
}
@media (max-width: 890px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td {
    padding: 6px 0 6px 0;
  }
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td {
    width: 20%;
    border-bottom: 1px solid #2f2f2f;
    padding: 5px 0 6px 0;
  }
  footer.footer_2020 .boxgrid_box.footer_right table tr td:nth-of-type(1) {
    width: 0;
    display: none;
  }
  footer.footer_2020 .boxgrid_box.footer_right table tr td:nth-of-type(2) {
    width: 100%;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table tr td p {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  padding-top: 0.4vw;
  min-width: unset;
  max-width: none;
  width: auto;
  opacity: 0.65;
  word-spacing: -1px;
}
@media (max-width: 490px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td p {
    font-size: 13px;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table tr td img {
  position: relative;
  width: 2.3vw;
  height: 2.3vw;
  top: 0.25vw;
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
@media (min-width: 1800px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td img {
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 1290px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td img {
    width: 25.8px !important;
    height: 25.8px !important;
  }
}
@media (max-width: 890px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td img {
    top: 1px;
    width: 22px !important;
    height: 22px !important;
  }
}
@media (max-width: 490px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td img {
    top: 0;
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 24px !important;
    height: 24px !important;
  }
}
@media (min-width: 990px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td img:hover {
    opacity: 0.5;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table tr td a {
  font-family: "Circular", Helvetica, Arial, sans-serif;
  margin-right: 1vw;
  color: white !important;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  white-space: nowrap;
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box.footer_right table tr td a {
    font-size: 26px;
  }
}
footer.footer_2020 .boxgrid_box.footer_right table tr td a:hover {
  opacity: 1;
}
footer.footer_2020 .boxgrid_box.footer_right .policies a {
  color: white !important;
  text-decoration: none;
  opacity: 0.25;
  margin-right: 20px;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.3vw;
  display: block;
  line-height: 1.35;
  word-spacing: -1px;
}
@media (min-width: 1800px) {
  footer.footer_2020 .boxgrid_box.footer_right .policies a {
    font-size: 23.4px;
  }
}
@media (max-width: 890px) {
  footer.footer_2020 .boxgrid_box.footer_right .policies a {
    font-size: 14px;
  }
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box.footer_right .policies a {
    font-size: 13px;
  }
}
footer.footer_2020 .boxgrid_box.footer_right .policies a:hover {
  opacity: 1;
}
footer.footer_2020 .boxgrid_box.footer_left {
  background-image: url("https://iadt.ie/wp-content/themes/iadt/assets/css/img/2021_logo.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-color: #171f21;
  background-size: 26%;
  display: flex;
  position: relative;
  width: 50%;
  background-position: 2vw 2vw;
}
@media (max-width: 890px) {
  footer.footer_2020 .boxgrid_box.footer_left {
    width: 46%;
    background-size: 34%;
  }
}
@media (max-width: 750px) {
  footer.footer_2020 .boxgrid_box.footer_left {
    background-size: 33%;
    background-position: left 20px top 25px;
    height: 200px !important;
    width: 100%;
    background-color: #151d1f;
    z-index: 100;
  }
}
@media (max-width: 490px) {
  footer.footer_2020 .boxgrid_box.footer_left {
    background-size: 33%;
  }
}
footer.footer_2020 .boxgrid_box.footer_left .backtotop {
  position: absolute;
  bottom: 21px;
  left: 17px;
}
@media (max-width: 590px) {
  footer.footer_2020 .boxgrid_box.footer_left .backtotop {
    bottom: auto;
    left: auto;
    right: 7px;
    top: 10px;
  }
}
footer.footer_2020 .boxgrid_box.footer_left .backtotop img {
  width: 3.7vw;
  height: 3.7vw;
}
@media (min-width: 1800px) {
  footer.footer_2020 .boxgrid_box.footer_left .backtotop img {
    width: 66.6px !important;
    height: 66.6px !important;
  }
}
@media (max-width: 1290px) {
  footer.footer_2020 .boxgrid_box.footer_left .backtotop img {
    width: 47.73px !important;
    height: 47.73px !important;
  }
}
@media (max-width: 390px) {
  footer.footer_2020 .boxgrid_box.footer_left .backtotop img {
    width: 42px;
    height: 42px;
  }
}
footer.footer_2020 .tooltip {
  position: relative !important;
  display: inline-block !important;
  cursor: pointer;
  opacity: 1;
  color: white;
  transition: color 0.4s ease-in-out;
}
footer.footer_2020 .tooltip:hover {
  color: rgba(255, 255, 255, 0.5);
}
footer.footer_2020 .tooltip .tooltiptext {
  display: block;
  width: 220px;
  bottom: 110%;
  left: 50%;
  border: none !important;
  margin-left: -110px;
  background-color: #dddddd !important;
  color: #000000 !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: center;
  padding: 13px 5px 13px 5px !important;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1);
}
@media (max-width: 590px) {
  footer.footer_2020 .tooltip .tooltiptext {
    width: 160px;
    left: 0%;
    margin-left: 0px;
    padding: 9px 5px 9px 5px !important;
    font-size: 16px !important;
  }
}
footer.footer_2020 .tooltip .tooltiptext.on {
  opacity: 1;
  bottom: 120%;
}
footer.footer_2020 .tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 7px;
  border-style: solid;
  border-color: #dddddd transparent transparent transparent;
}
@media (max-width: 590px) {
  footer.footer_2020 .tooltip .tooltiptext::after {
    left: 10%;
  }
}

.globalbar {
  height: 4.25vw;
  background: black;
  color: white;
}
@media (min-width: 1800px) {
  .globalbar {
    height: 76.5px;
  }
}
@media (max-width: 1290px) {
  .globalbar {
    height: 54.825px;
  }
}
.globalbar_title {
  display: block;
  font-weight: bold;
  padding: 1.2vw 0 0 0;
  margin: 0;
  float: left;
  font-size: 0.855vw;
  line-height: 0.9vw;
  text-decoration: none;
  outline: none !important;
  color: white !important;
}
@media (min-width: 1800px) {
  .globalbar_title {
    padding-top: 21.6px;
    font-size: 15.39px;
    line-height: 16.2px;
  }
}
@media (max-width: 1290px) {
  .globalbar_title {
    padding-top: 15.48px;
    font-size: 11.0295px;
    line-height: 11.61px;
  }
}
@media (max-width: 750px) {
  .globalbar_title {
    padding-top: 17px;
  }
}
.globalbar_title span {
  opacity: 0.5;
}
.globalbar button {
  float: right;
  position: relative;
  z-index: 10001;
  margin-top: 0.95vw;
  width: 2.2vw;
  height: 2.2vw;
  border: 0;
  padding: 0;
  outline: none;
  background: none;
  margin-right: -0.5vw;
}
@media (min-width: 1800px) {
  .globalbar button {
    margin-top: 17.1px;
    width: 39.6px;
    height: 39.6px;
  }
}
@media (max-width: 1290px) {
  .globalbar button {
    margin-top: 12.255px;
    width: 28.38px;
    height: 28.38px;
  }
}
@media (max-width: 590px) {
  .globalbar button {
    margin-right: 0px;
  }
}
.globalbar button:after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  top: calc(50% - 1px);
  width: 100%;
  background: white;
}
.globalbar button:before {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  left: calc(50% - 1px);
  height: 100%;
  background: white;
}
.globalbar .globalnav_panel {
  position: fixed;
  overflow: hidden;
  z-index: 10000;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  width: 75%;
  height: 100%;
  transform: rotate(0deg);
  display: none;
}
@media (min-width: 1800px) {
  .globalbar .globalnav_panel {
    width: 1350px;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel {
    width: 85%;
    top: 50px;
  }
}
@media (max-width: 590px) {
  .globalbar .globalnav_panel {
    width: 100%;
  }
}
.globalbar .globalnav_panel .globalnav_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  padding-top: 5.5vw;
  overflow-y: auto;
}
@media (min-width: 1800px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 99px;
    width: 1350px;
  }
}
@media (max-width: 1290px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 70.95px;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel .globalnav_wrap {
    padding-top: 20px;
  }
}
.globalbar .globalnav_panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  width: 66%;
  float: left;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul {
    width: calc(100% - 20px);
    column-count: 1;
  }
}
.globalbar .globalnav_panel ul li {
  display: block;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.globalbar .globalnav_panel ul li a {
  color: white;
  text-decoration: none;
  margin-bottom: 0.5vw;
  transition: color 0.1s ease-in-out;
}
.globalbar .globalnav_panel ul li a:hover {
  color: white;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li {
    position: relative;
    border-top: 1px solid #333333;
    padding: 2px 0 10px 0;
  }
  .globalbar .globalnav_panel ul li:last-of-type {
    border-bottom: 1px solid #333333;
  }
}
.globalbar .globalnav_panel ul li .mobile_toggle {
  display: none;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li .mobile_toggle {
    display: block;
    position: absolute;
    right: -3px;
    top: 0;
    width: 31px;
    height: 38px;
    z-index: 9999;
    transform: rotate(180deg);
    background: url(img/icon-12.svg);
    background-position: center center;
    background-size: cover;
  }
}
.globalbar .globalnav_panel ul li ul {
  column-count: 1;
  margin-bottom: 2vw;
  float: none;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li ul {
    display: none;
    margin-top: 13px;
  }
}
.globalbar .globalnav_panel ul li ul li {
  display: block;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li ul li {
    padding: 2px 0 1px 0;
    border: none;
  }
}
.globalbar .globalnav_panel ul li ul li:last-of-type {
  border-bottom: none;
}
.globalbar .globalnav_panel ul li ul li a {
  text-decoration: none;
  color: #999;
  margin-bottom: 0.05vw;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li.on ul {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul li.on .mobile_toggle {
    transform: rotate(0deg);
  }
}
.globalbar .globalnav_panel ul + ul {
  column-count: 1;
  width: 33%;
}
@media (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul {
    width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul li a {
    font-size: 15.738px;
  }
}
@media (max-width: 750px) and (max-width: 750px) {
  .globalbar .globalnav_panel ul + ul li {
    border: none !important;
    padding: 2px 0 2px 0;
  }
}
.globalbar.on .globalnav_panel {
  display: flex;
}
.globalbar.on button {
  transform: rotate(45deg);
}

@media (max-width: 750px) {
  html.lock,
  body.lock {
    height: 100%;
    overflow: hidden;
  }
}

.sitebar {
  position: absolute;
  top: 4.25vw;
  left: 0;
  height: 4.5vw;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .sitebar {
    top: 76.5px;
    height: 81px;
  }
}
@media (max-width: 1290px) {
  .sitebar {
    top: 54.825px;
    height: 58.05px;
  }
}
.sitebar_title {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 2.1vw;
  line-height: 4.4vw;
  font-weight: normal;
  text-decoration: none;
}
@media (min-width: 1800px) {
  .sitebar_title {
    font-size: 37.8px;
    line-height: 79.2px;
  }
}
@media (max-width: 1290px) {
  .sitebar_title {
    font-size: 27.09px;
    line-height: 56.76px;
  }
}
.sitebar_title a {
  color: white;
  text-decoration: none !important;
  outline: none !important;
}
.sitebar nav {
  float: right;
}
@media (max-width: 750px) {
  .sitebar nav {
    width: calc(100% + 30px);
    margin-left: -15px;
    float: left;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
  }
}
.sitebar nav ul {
  list-style: none;
}
@media (max-width: 750px) {
  .sitebar nav ul {
    display: block;
    margin: 0;
    padding: 0;
    background: #101010;
  }
}
.sitebar nav ul li {
  display: inline-block;
  padding-top: 1.45vw;
  margin-right: 1.5vw;
}
@media (min-width: 1800px) {
  .sitebar nav ul li {
    padding-top: 26.1px;
    margin-right: 27px;
  }
}
@media (max-width: 1290px) {
  .sitebar nav ul li {
    padding-top: 18.705px;
    margin-right: 19.35px;
  }
}
@media (max-width: 750px) {
  .sitebar nav ul li {
    position: relative;
    display: block;
    margin: 0;
    text-align: left;
    padding: 16px 13px 16px 13px;
    border-bottom: 1px solid #333333;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    transition-delay: 0.4s;
  }
}
.sitebar nav ul li:last-of-type {
  margin-right: 0;
}
@media (max-width: 750px) {
  .sitebar nav ul li:last-of-type {
    border-bottom: none;
  }
}
.sitebar nav ul li.current_page_item a,
.sitebar nav ul li.current-menu-item a,
.sitebar nav ul li.current-page-ancestor a {
  opacity: 0.5;
  outline: none !important;
}
@media (min-width: 990px) {
  .sitebar nav ul li:hover a {
    opacity: 0.5;
    outline: none !important;
  }
}
.sitebar nav ul li a {
  font-size: 1.25vw;
  color: white;
  text-decoration: none;
  transition: 0.3s opacity ease-in-out;
  opacity: 1;
  outline: none !important;
  user-select: none;
}
@media (min-width: 1800px) {
  .sitebar nav ul li a {
    font-size: 22.5px;
  }
}
@media (max-width: 1290px) {
  .sitebar nav ul li a {
    font-size: 16.125px;
  }
}
@media (max-width: 750px) {
  .sitebar nav ul li a {
    display: block;
  }
}
.sitebar button {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 1.25vw;
  line-height: 1.3;
  color: white;
  float: right;
  padding-top: 1.45vw;
  border: none;
  outline: none;
  display: none;
}
.sitebar button:after {
  content: "Menu";
}
.sitebar button.on:after {
  content: "Close";
}
@media (min-width: 1800px) {
  .sitebar button {
    font-size: 22.5px;
    padding-top: 26.1px;
  }
}
@media (max-width: 1290px) {
  .sitebar button {
    font-size: 16.125px;
    padding-top: 18.705px;
  }
}
@media (max-width: 750px) {
  .sitebar button {
    display: block;
    padding-top: 22px;
  }
}
.sitebar.on {
  background: #101010;
}
.sitebar.on button:after {
  content: "Close";
}
.sitebar.on nav {
  opacity: 1;
  pointer-events: all;
}
.sitebar.on nav ul li {
  opacity: 1;
  top: 0;
  padding: 16px 13px 16px 13px;
}

.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: 18px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav h5 {
    padding-bottom: 12.9px;
  }
}
.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: 9px;
    padding-bottom: 9px;
  }
}
@media (max-width: 1290px) {
  .primarycontent_subnav ul li {
    padding-top: 6.45px;
    padding-bottom: 7.74px;
  }
}
.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: #000000 !important;
  outline: none !important;
  user-select: none;
}

.globalnav_panel > .globalnav_wrap > ul > li > a {
  font-size: 1.9vw;
}
@media (min-width: 1800px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 34.2px;
  }
}
@media (max-width: 1290px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24.51px;
  }
}
@media (max-width: 790px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 22px;
  }
}
@media (max-width: 590px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}
@media (max-width: 490px) {
  .globalnav_panel > .globalnav_wrap > ul > li > a {
    font-size: 24px;
  }
}

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

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

.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: 1.5vw;
  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: 81px;
    line-height: 81px;
    font-size: 32.4px;
    text-indent: 27px;
  }
}
@media (max-width: 1290px) {
  .input-group label {
    height: 58.05px;
    line-height: 58.05px;
    font-size: 23.22px;
    text-indent: 19.35px;
  }
}
@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: 1.5vw;
  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: 81px;
    line-height: 81px;
    font-size: 32.4px !important;
    text-indent: 27px;
  }
}
@media (max-width: 1290px) {
  .input-group input {
    width: 645px;
    height: 58.05px;
    line-height: 58.05px;
    font-size: 23.22px !important;
    text-indent: 19.35px;
  }
}
@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: 748.2px;
  }
}
@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: 81px;
    width: 81px;
  }
}
@media (max-width: 1290px) {
  .input-group .input-group-btn {
    height: 58.05px;
    width: 58.05px;
  }
}
@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: 67.86px;
    line-height: 67.86px;
    font-size: 29.88px;
  }
}
@media (max-width: 1290px) {
  .inner .input-group label {
    height: 48.633px;
    line-height: 48.633px;
    font-size: 21.414px;
  }
}
@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: 67.86px;
    line-height: 67.86px;
    width: 558px;
    font-size: 29.88px !important;
  }
}
@media (max-width: 1290px) {
  .inner .input-group input {
    height: 48.633px;
    line-height: 48.633px;
    width: 399.9px;
    font-size: 21.414px !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: 684px;
  }
}
@media (max-width: 1290px) {
  .inner .input-group input:active,
  .inner .input-group input:focus,
  .inner .input-group input.isactive {
    width: 490.2px;
  }
}
@media (max-width: 990px) {
  .inner .input-group input:active,
  .inner .input-group input:focus,
  .inner .input-group input.isactive {
    width: 440.2px;
    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: 67.86px;
    width: 67.86px;
  }
}
@media (max-width: 1290px) {
  .inner .input-group .input-group-btn {
    height: 48.633px;
    width: 48.633px;
  }
}
@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 {
  /* The container */
}
.text_editor form form,
.text_editor form input,
.text_editor form button,
.text_editor form textarea {
  font-family: "Circular", Helvetica, Arial, sans-serif !important;
}
.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 27px 0;
  }
}
@media (max-width: 1290px) {
  .text_editor form p {
    margin: 0 0 19.35px 0;
  }
}
@media (max-width: 590px) {
  .text_editor form p {
    width: 100%;
  }
}
.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: 1390px) {
  .text_editor form .form-control {
    height: 45px;
    padding-left: 12px;
  }
}
.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: 13.5px;
    margin-bottom: 36px;
    margin-top: 39.6px;
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form h4 {
    width: 85%;
    padding-top: 9.675px;
    margin-bottom: 25.8px;
    margin-top: 28.38px;
  }
}
@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: 1vw;
  color: black;
}
.text_editor .wpcf7-form label .wpcf7-list-item-label {
  white-space: nowrap;
}
.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;
}
@media (max-width: 1390px) {
  .text_editor .wpcf7-form .wpcf7-form-control {
    height: 50px;
    padding-left: 12px;
  }
}
.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;
  margin-bottom: 1vw;
}
.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: 1390px) {
  .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 input[type="tel"],
.text_editor .wpcf7-form textarea,
.text_editor .wpcf7-form input[type="date"] {
  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 input[type="tel"],
  .text_editor .wpcf7-form textarea,
  .text_editor .wpcf7-form input[type="date"] {
    margin-top: 13.5px;
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form input[type="text"],
  .text_editor .wpcf7-form input[type="email"],
  .text_editor .wpcf7-form input[type="tel"],
  .text_editor .wpcf7-form textarea,
  .text_editor .wpcf7-form input[type="date"] {
    margin-top: 9.675px;
  }
}
@media (max-width: 590px) {
  .text_editor .wpcf7-form input[type="text"],
  .text_editor .wpcf7-form input[type="email"],
  .text_editor .wpcf7-form input[type="tel"],
  .text_editor .wpcf7-form textarea,
  .text_editor .wpcf7-form input[type="date"] {
    margin-top: 5px;
  }
}
@media (max-width: 1390px) {
  .text_editor .wpcf7-form input[type="text"],
  .text_editor .wpcf7-form input[type="email"],
  .text_editor .wpcf7-form input[type="tel"],
  .text_editor .wpcf7-form input[type="date"] {
    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: 67.86px;
    line-height: 67.86px;
    padding-left: 30.6px;
    padding-right: 30.6px;
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form input[type="submit"] {
    height: 48.633px;
    line-height: 48.633px;
    padding-left: 21.93px;
    padding-right: 21.93px;
  }
}
@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-right: 0;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding: 25px 0;
  max-width: none;
  width: 100%;
}
@media (min-width: 1800px) {
  .text_editor .wpcf7-form .iadt-select {
    margin-top: -12.6px;
  }
}
@media (max-width: 1290px) {
  .text_editor .wpcf7-form .iadt-select {
    margin-top: -9.03px;
  }
}
@media (max-width: 1390px) {
  .text_editor .wpcf7-form .iadt-select {
    margin-top: -14px;
  }
}
.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: 58px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
@media (max-width: 1390px) {
  .text_editor .wpcf7-form .select-selected:after {
    top: 48px;
    right: 15px;
  }
}
.text_editor .wpcf7-form .select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 50px;
}
@media (max-width: 1390px) {
  .text_editor .wpcf7-form .select-selected.select-arrow-active:after {
    top: 42px;
  }
}
.text_editor .wpcf7-form .select-selected.select-arrow-active {
  color: #cccccc;
}
.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;
}
@media (max-width: 1390px) {
  .text_editor .wpcf7-form .select-items div,
  .text_editor .wpcf7-form .select-selected {
    padding: 14px 16px;
  }
}
.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: #f9f9f8;
  color: #000 !important;
}
.text_editor .optin_button {
  float: left;
  width: 21%;
}
@media (max-width: 590px) {
  .text_editor .optin_button {
    width: 37%;
  }
}
.text_editor .optin_text {
  float: left;
  width: 53%;
  font-size: 0.9em;
  opacity: 0.5;
  margin-bottom: 30px;
}
@media (max-width: 590px) {
  .text_editor .optin_text {
    width: 60%;
  }
}
.text_editor .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;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 590px) {
  .text_editor .check_container {
    margin-right: -4px !important;
    padding-left: 29px;
  }
}
.text_editor .check_container:last-of-type span.wpcf7-list-item {
  margin-right: 0px;
}
.text_editor .check_container br,
.text_editor .check_container + br {
  display: none;
}
.text_editor .check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.text_editor .check_container input:checked ~ .checkmark {
  background-color: #ff5006;
}
.text_editor .check_container input:checked ~ .checkmark:after {
  display: block;
}
.text_editor .check_container:hover input ~ .checkmark {
  background-color: #ccc;
}
.text_editor .check_container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}
@media (max-width: 590px) {
  .text_editor .check_container .checkmark {
    top: -2px;
  }
}
.text_editor .check_container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.text_editor .check_container .ischeckbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 21px;
  width: 21px;
  border-radius: 0;
  background-color: #eee;
}
@media (max-width: 590px) {
  .text_editor .check_container .ischeckbox .checkmark {
    top: 0px;
  }
}
.text_editor .check_container .ischeckbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 10px;
  border-radius: 0;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: transparent;
  padding: 0;
  margin-left: 0;
  color: #dc3232;
  font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #46b450;
  font-weight: bold;
  padding: 0;
  margin-left: 0;
}

.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: 63px;
  }
}
@media (max-width: 1290px) {
  .primarybanner {
    margin-bottom: 45.15px;
  }
}
@media (max-width: 750px) {
  .primarybanner {
    margin-bottom: 30px;
  }
}
@media (max-width: 550px) {
  .primarybanner {
    margin-bottom: 20px;
  }
}
.primarybanner .banner_fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131516;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.primarybanner .banner_fade.on {
  opacity: 1;
}
.primarybanner #vid {
  transition: opacity 1s ease-in-out;
  opacity: 1;
}
.primarybanner #vid.on {
  opacity: 0;
}
.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: 81px;
  }
}
@media (max-width: 1290px) {
  .primarybanner_search {
    top: 58.05px;
  }
}
.primarybanner .iadt_btn {
  position: absolute;
  z-index: 20;
  top: 4.5vw;
  color: white !important;
}
@media (min-width: 1800px) {
  .primarybanner .iadt_btn {
    top: 81px;
  }
}
@media (max-width: 1290px) {
  .primarybanner .iadt_btn {
    top: 58.05px;
  }
}
.primarybanner_content {
  position: absolute;
  width: 100%;
  bottom: 2vw;
}
@media (min-width: 1800px) {
  .primarybanner_content {
    bottom: 36px;
  }
}
@media (max-width: 1290px) {
  .primarybanner_content {
    bottom: 25.8px;
  }
}
@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: 67.86px;
    line-height: 67.86px;
    padding-left: 30.6px;
    padding-right: 30.6px;
  }
}
@media (max-width: 1290px) {
  .iadt_btn {
    height: 48.633px;
    line-height: 48.633px;
    padding-left: 21.93px;
    padding-right: 21.93px;
  }
}
@media (max-width: 1090px) {
  .iadt_btn {
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .iadt_btn {
    line-height: 45px;
    height: 45px;
  }
}

body.page-template-00_homepage-php .primarybanner {
  height: 75vh !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  background-color: #222222 !important;
  max-height: none !important;
  background-size: cover !important;
  background-position: center center !important;
}
@media (max-width: 590px) {
  body.page-template-00_homepage-php .primarybanner {
    height: 70vh !important;
  }
}
body.page-template-00_homepage-php .primarybanner_title {
  position: absolute;
  z-index: 5;
  bottom: 6.5vw;
  left: 1.5%;
}
@media (max-width: 1090px) {
  body.page-template-00_homepage-php .primarybanner_title {
    bottom: 7.5vw;
  }
}
@media (max-width: 890px) {
  body.page-template-00_homepage-php .primarybanner_title {
    bottom: 190px;
  }
}
@media (max-width: 790px) {
  body.page-template-00_homepage-php .primarybanner_title {
    bottom: 75px;
  }
}
@media (max-width: 490px) {
  body.page-template-00_homepage-php .primarybanner_title {
    bottom: 65px;
  }
}
body.page-template-00_homepage-php .primarybanner_title h2 {
  font-size: 6.5vw;
  word-spacing: -0.06em;
  letter-spacing: -0.018em;
  line-height: 1;
  margin: 0;
}
@media (max-width: 890px) {
  body.page-template-00_homepage-php .primarybanner_title h2 {
    font-size: 8.5vw;
  }
}
@media (max-width: 490px) {
  body.page-template-00_homepage-php .primarybanner_title h2 {
    font-size: 48px;
  }
}
body.page-template-00_homepage-php .primarybanner_para {
  position: absolute;
  z-index: 6;
  bottom: 0;
  right: 1.5%;
  width: 29vw;
}
@media (max-width: 1090px) {
  body.page-template-00_homepage-php .primarybanner_para {
    width: 33vw;
    right: 3%;
    bottom: 1%;
  }
}
@media (max-width: 890px) {
  body.page-template-00_homepage-php .primarybanner_para {
    bottom: 60px;
    left: 1.5%;
    right: auto;
    width: 58%;
  }
}
@media (max-width: 790px) {
  body.page-template-00_homepage-php .primarybanner_para {
    width: 90vw;
    max-width: 370px;
    right: auto;
    left: 15px;
    bottom: 1%;
    height: 100vw;
    bottom: calc(-100vw - 75px);
    pointer-events: none;
  }
}
body.page-template-00_homepage-php .primarybanner_para p {
  line-height: 1.25;
}
body.page-template-00_homepage-php .primarybanner_search {
  z-index: 7;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}
body.page-template-00_homepage-php .primarybanner video.killvid {
  display: none;
}
body.page-template-00_homepage-php .primarybanner .vidplaceholder {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
body.page-template-00_homepage-php .primarybanner .full_cover_vid {
  position: absolute;
  min-height: 100%;
  max-height: 75vh !important;
  object-fit: cover;
  object-position: center center;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
@media (max-width: 590px) {
  body.page-template-00_homepage-php .primarybanner .full_cover_vid {
    max-height: 70vh !important;
  }
}
body.page-template-00_homepage-php .primarybanner:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.iadtquicklinks {
  background: #ff5006;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.iadtquicklinks_social {
  width: 50%;
}
@media (max-width: 790px) {
  .iadtquicklinks_social {
    width: 100%;
    padding-top: 25px;
  }
}
.iadtquicklinks_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.iadtquicklinks_social ul li {
  display: inline-block;
  margin-right: 2.1vw;
}
@media (min-width: 1800px) {
  .iadtquicklinks_social ul li {
    margin-right: 37.8px;
  }
}
@media (max-width: 1290px) {
  .iadtquicklinks_social ul li {
    margin-right: 27.09px;
  }
}
@media (max-width: 790px) {
  .iadtquicklinks_social ul li {
    margin-right: 20px;
  }
}
.iadtquicklinks_social ul li a {
  outline: none !important;
}
.iadtquicklinks_social ul li a img {
  width: 2vw;
}
@media (min-width: 1800px) {
  .iadtquicklinks_social ul li a img {
    width: 36px;
  }
}
@media (max-width: 1290px) {
  .iadtquicklinks_social ul li a img {
    width: 27.09px;
  }
}
@media (max-width: 790px) {
  .iadtquicklinks_social ul li a img {
    width: 20px;
  }
}
.iadtquicklinks_options {
  width: 50%;
  padding-left: 0;
}
@media (max-width: 790px) {
  .iadtquicklinks_options {
    width: 100%;
    padding-top: 35vw;
    padding-left: 18px;
  }
}
@media (max-width: 690px) {
  .iadtquicklinks_options {
    padding-top: 65vw;
    padding-left: 15px;
  }
}
.iadtquicklinks_options ul {
  list-style: none;
  margin: 0;
  margin-bottom: 5vw;
  padding: 0;
}
@media (min-width: 1800px) {
  .iadtquicklinks_options ul {
    margin-bottom: 36px;
  }
}
@media (max-width: 1290px) {
  .iadtquicklinks_options ul {
    margin-bottom: 25.8px;
  }
}
@media (max-width: 790px) {
  .iadtquicklinks_options ul {
    margin-bottom: 0px;
  }
}
.iadtquicklinks_options ul li {
  display: block;
  border-bottom: 1px solid black;
}
.iadtquicklinks_options ul li:last-of-type {
  border-bottom: none;
}
.iadtquicklinks_options ul li a {
  display: block;
  text-align: right;
  color: white !important;
  text-decoration: none;
  line-height: 6.5vw;
  transition: 0.3s ease all;
  outline: none !important;
  user-select: none;
}
@media (min-width: 1800px) {
  .iadtquicklinks_options ul li a {
    line-height: 117px;
  }
}
@media (max-width: 1290px) {
  .iadtquicklinks_options ul li a {
    line-height: 83.85px;
  }
}
.iadtquicklinks_options ul li a img {
  width: 6.5vw;
  float: left;
}
@media (min-width: 1800px) {
  .iadtquicklinks_options ul li a img {
    width: 117px;
  }
}
@media (max-width: 1290px) {
  .iadtquicklinks_options ul li a img {
    width: 83.85px;
  }
}
@media (max-width: 790px) {
  .iadtquicklinks_options ul li a img {
    width: 75px;
  }
}
@media (min-width: 1090px) {
  .iadtquicklinks_options ul li a:hover {
    padding-right: 0.5vw;
    color: rgba(255, 255, 255, 0.5) !important;
  }
}

.recobooks h3 {
  color: black;
  position: absolute;
}
.recobooks a {
  text-decoration: none;
}
.recobooks .boxgrid_box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 0;
}
@media (max-width: 790px) {
  .recobooks .boxgrid_box.tall {
    height: 80vw;
  }
}
@media (max-width: 550px) {
  .recobooks .boxgrid_box.tall {
    width: 100vw;
    height: 110vw;
  }
}
.recobooks .boxgrid_box figure {
  height: 30vw;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (min-width: 1800px) {
  .recobooks .boxgrid_box figure {
    height: 540px;
  }
}
@media (max-width: 1490px) {
  .recobooks .boxgrid_box figure {
    height: 37vw;
  }
}
@media (max-width: 1090px) {
  .recobooks .boxgrid_box figure {
    height: 45vw;
  }
}
@media (max-width: 750px) {
  .recobooks .boxgrid_box figure {
    height: 61vw;
  }
}
@media (max-width: 550px) {
  .recobooks .boxgrid_box figure {
    height: 67vw;
  }
}
.recobooks .boxgrid_box figure img {
  width: 20vw;
  height: auto;
  -webkit-box-shadow: 0px 0px 25px 1px rgba(65, 0, 153, 0.25);
  -moz-box-shadow: 0px 0px 25px 1px rgba(65, 0, 153, 0.25);
  box-shadow: 0px 0px 25px 1px rgba(65, 0, 153, 0.25);
  transition: box-shadow 0.3s ease-in-out, width 0.3s ease-in-out,
    max-width 0.3s ease-in-out;
}
@media (min-width: 1800px) {
  .recobooks .boxgrid_box figure img {
    width: 342px;
  }
}
@media (min-width: 1490px) {
  .recobooks .boxgrid_box figure img {
    width: 315px;
  }
}
@media (max-width: 1090px) {
  .recobooks .boxgrid_box figure img {
    width: 25vw;
  }
}
@media (max-width: 750px) {
  .recobooks .boxgrid_box figure img {
    width: 35vw;
  }
}
@media (max-width: 550px) {
  .recobooks .boxgrid_box figure img {
    width: 70%;
    max-width: 310px;
  }
}
.recobooks .boxgrid_box figure img:hover {
  -webkit-box-shadow: 0px 0px 25px 1px rgba(65, 0, 153, 0.5);
  -moz-box-shadow: 0px 0px 25px 1px rgba(65, 0, 153, 0.5);
  box-shadow: 0px 0px 25px 1px rgba(65, 0, 153, 0.5);
  width: 20.5vw;
  max-width: 102.5%;
}
@media (min-width: 1800px) {
  .recobooks .boxgrid_box figure img:hover {
    width: 369px;
  }
}
@media (max-width: 1090px) {
  .recobooks .boxgrid_box figure img:hover {
    width: 25vw;
    -webkit-box-shadow: 0px 0px 34px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 34px 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 34px 1px rgba(0, 0, 0, 0);
  }
}
@media (max-width: 750px) {
  .recobooks .boxgrid_box figure img:hover {
    width: 35vw;
  }
}
@media (max-width: 550px) {
  .recobooks .boxgrid_box figure img:hover {
    width: 70%;
    max-width: 310px;
  }
}
.recobooks .boxgrid_box figure figcaption {
  width: 100%;
  color: black !important;
  text-decoration: none !important;
  border: none !important;
  padding-top: 20px;
  line-height: 1.1;
  font-size: 0.9em;
}
.recobooks .boxgrid_box figure figcaption span {
  display: block;
  opacity: 0.5;
  display: block;
  line-height: 1.3;
}

/* In Paragraph Text Links */
.openinghours p a {
  position: relative;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-left: -1px !important;
  margin-right: -1px !important;
  display: inline-block;
  font-size: inherit;
  padding-bottom: 0px;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.openinghours p a:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.openinghours p a:hover:after {
  width: 100%;
}

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

body.page-template-default .boxgrid_box.large.openinghours {
  background: #ff5006 !important;
}

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