@charset "UTF-8";
/* 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%;
}

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

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

.iadt_container {
  padding: 3.5vw !important;
}
.iadt_container_small {
  padding: 3.5vw 3.2vw !important;
}
.iadt_container.flush {
  padding: 0 !important;
}

.grid_container {
  width: 98.4vw;
  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;
}

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

.col1 {
  width: 8.3333333333%;
}
@media (max-width: 590px) {
  .col1 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

.col9 {
  width: 75%;
}
@media (max-width: 1090px) {
  .col9 {
    width: 100%;
  }
}

.col10 {
  width: 83.3333333333%;
}
@media (max-width: 1090px) {
  .col10 {
    width: 100%;
  }
}

.col11 {
  width: 91.6666666667%;
}
@media (max-width: 1090px) {
  .col11 {
    width: 100%;
  }
}

.col12 {
  width: 100%;
}

.offset1 {
  margin-left: 8.3333333333%;
}
@media (max-width: 1090px) {
  .offset1 {
    margin-left: 0;
  }
}

.offset2 {
  margin-left: 16.6666666667%;
}
@media (max-width: 1090px) {
  .offset2 {
    margin-left: 0;
  }
}

.offset3 {
  margin-left: 25%;
}
@media (max-width: 1090px) {
  .offset3 {
    margin-left: 0;
  }
}

.offset4 {
  margin-left: 33.3333333333%;
}
@media (max-width: 1090px) {
  .offset4 {
    margin-left: 0;
  }
}

.offset5 {
  margin-left: 41.6666666667%;
}
@media (max-width: 1090px) {
  .offset5 {
    margin-left: 0;
  }
}

.offset6 {
  margin-left: 50%;
}
@media (max-width: 1090px) {
  .offset6 {
    margin-left: 0;
  }
}

.offset7 {
  margin-left: 58.3333333333%;
}
@media (max-width: 1090px) {
  .offset7 {
    margin-left: 0;
  }
}

.offset8 {
  margin-left: 66.6666666667%;
}
@media (max-width: 1090px) {
  .offset8 {
    margin-left: 0;
  }
}

.offset9 {
  margin-left: 75%;
}
@media (max-width: 1090px) {
  .offset9 {
    margin-left: 0;
  }
}

.offset10 {
  margin-left: 83.3333333333%;
}
@media (max-width: 1090px) {
  .offset10 {
    margin-left: 0;
  }
}

.offset11 {
  margin-left: 91.6666666667%;
}
@media (max-width: 1090px) {
  .offset11 {
    margin-left: 0;
  }
}

.pad_offset1 {
  margin-left: 8.3333333333%;
}

.pad_offset2 {
  margin-left: 16.6666666667%;
}

.pad_offset3 {
  margin-left: 25%;
}

.pad_offset4 {
  margin-left: 33.3333333333%;
}

.pad_offset5 {
  margin-left: 41.6666666667%;
}

@media (max-width: 1090px) {
  .pad_offset6 {
    margin-left: 50%;
  }
}

.pad_offset7 {
  margin-left: 58.3333333333%;
}

@media (max-width: 1090px) {
  .pad_offset8 {
    margin-left: 66.6666666667%;
  }
}

.pad_offset9 {
  margin-left: 75%;
}

.pad_offset10 {
  margin-left: 83.3333333333%;
}

.pad_offset11 {
  margin-left: 91.6666666667%;
}

@media (max-width: 1090px) {
  .pad_col1 {
    width: 8.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col2 {
    width: 16.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col3 {
    width: 25%;
  }
}

@media (max-width: 1090px) {
  .pad_col4 {
    width: 33.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col5 {
    width: 41.6666666667%;
  }
}

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

@media (max-width: 1090px) {
  .pad_col7 {
    width: 58.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col8 {
    width: 66.6666666667%;
  }
}

@media (max-width: 1090px) {
  .pad_col9 {
    width: 75%;
  }
}

@media (max-width: 1090px) {
  .pad_col10 {
    width: 83.3333333333%;
  }
}

@media (max-width: 1090px) {
  .pad_col11 {
    width: 91.6666666667%;
  }
}

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

@media (max-width: 590px) {
  .phone_col1 {
    width: 8.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col2 {
    width: 16.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col3 {
    width: 25%;
  }
}

@media (max-width: 590px) {
  .phone_col4 {
    width: 33.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col5 {
    width: 41.6666666667%;
  }
}

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

@media (max-width: 590px) {
  .phone_col7 {
    width: 58.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col8 {
    width: 66.6666666667%;
  }
}

@media (max-width: 590px) {
  .phone_col9 {
    width: 75%;
  }
}

@media (max-width: 590px) {
  .phone_col10 {
    width: 83.3333333333%;
  }
}

@media (max-width: 590px) {
  .phone_col11 {
    width: 91.6666666667%;
  }
}

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

@media (max-width: 1090px) {
  .pad_hide {
    display: none !important;
  }
}

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

@font-face {
  font-family: "nbgrotesk";
  src: url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-regular-webfont.eot");
  src: url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-regular-webfont.woff") format("woff"), url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nbgrotesk";
  src: url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-bold-webfont.eot");
  src: url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-bold-webfont.woff") format("woff"), url("https://imma.ie/wp-content/themes/imma/discover-map/css/fonts/nbgrotesk-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  line-height: 1.3;
  font-family: "nbgrotesk", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  word-spacing: -0.05em;
  letter-spacing: 0.025em;
  font-size: 1.1vw;
  color: #2E2B26;
}
@media (min-width: 1800px) {
  body {
    font-size: 19.8px;
  }
}
@media (max-width: 1190px) {
  body {
    font-size: 13.09px;
  }
}
@media (max-width: 1050px) {
  body {
    font-size: 12.5px;
  }
}
@media (max-width: 490px) {
  body {
    font-size: 12.5px;
  }
}

p, .paragraph, blockquote {
  font-weight: 400;
  line-height: 1.4;
  font-family: "nbgrotesk", Helvetica, Arial, sans-serif;
  font-size: 1.35vw;
  color: #2E2B26;
}
@media (min-width: 1800px) {
  p, .paragraph, blockquote {
    font-size: 24.3px;
  }
}
@media (max-width: 1190px) {
  p, .paragraph, blockquote {
    font-size: 16.065px;
  }
}
@media (max-width: 1050px) {
  p, .paragraph, blockquote {
    font-size: 15px;
  }
}
@media (max-width: 490px) {
  p, .paragraph, blockquote {
    font-size: 14px;
  }
}
@media (max-width: 490px) {
  p, .paragraph, blockquote {
    font-size: 14.5px;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal !important;
  line-height: 1.2;
  word-spacing: -0.065em;
}

h1, .h1 {
  font-size: 7vw;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
@media (max-width: 590px) {
  h1, .h1 {
    font-size: 12vw;
  }
}

h2, .h2 {
  font-size: 34px;
}
@media (max-width: 1390px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 2.9vw;
  font-weight: 500;
}
@media (min-width: 1800px) {
  h3, .h3 {
    font-size: 52.2px;
  }
}
@media (max-width: 1190px) {
  h3, .h3 {
    font-size: 34.51px;
  }
}

h4, .h4 {
  font-size: 1.75vw;
  font-weight: 500;
}
@media (min-width: 1800px) {
  h4, .h4 {
    font-size: 31.5px;
  }
}
@media (max-width: 1190px) {
  h4, .h4 {
    font-size: 20.825px;
  }
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

blockquote {
  background: #f5f5f8;
  padding: 30px;
  border-left: 3px solid red;
  margin: 15px 0;
}

/* Text Editor */
.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 {
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 20px;
}
.text_editor ul li, .text_editor ol li {
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.text_editor ul li:before, .text_editor ol li:before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #ff5006;
  /* Change the color */
  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 table {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 1.75rem;
  background-color: #fafafa;
  border: none !important;
}
.text_editor table tr:first-of-type {
  background: #333333;
  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;
}
.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%;
}

.beag {
  font-size: 0.85em;
}

body {
  background-color: black;
}

h1 {
  position: fixed;
  z-index: 100;
  top: 1.4vw;
  left: 1.4vw;
  color: black;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1vw;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
h1.fadein2 {
  opacity: 0;
}
@media (max-width: 1000px) {
  h1 {
    top: 18px;
    left: 18px;
  }
}
h1 span {
  font-weight: bold;
}
h1 svg {
  height: 2.5vw;
}
@media (max-width: 1000px) {
  h1 svg {
    height: 30px;
  }
}
@media (max-width: 590px) {
  h1 svg {
    height: 21px;
  }
}
h1 svg path {
  fill: black;
}

.north {
  position: fixed;
  z-index: 100;
  top: 2vw;
  right: 1.5vw;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.north.fadein2 {
  opacity: 0;
}
@media (max-width: 590px) {
  .north {
    right: 15px;
    top: 80px;
  }
}
.north svg {
  height: 3.5vw;
}
@media (max-width: 1000px) {
  .north svg {
    height: 45px;
  }
}
.north svg path {
  fill: black;
}

.big_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: white;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.big_wrap::-webkit-scrollbar {
  display: none;
}
.big_wrap .scroller {
  position: relative;
  width: 300vw;
  height: 300vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
}
@media screen and (orientation: portrait) {
  .big_wrap .scroller {
    height: 160vh;
    width: 350vw;
  }
}
@media screen and (orientation: landscape) {
  .big_wrap .scroller {
    width: 130vw;
    height: 110vh;
  }
}
.big_wrap .scroller .scroller_rel {
  position: relative;
}
.big_wrap .scroller .scroller_rel .pinsfade {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.big_wrap .scroller .scroller_rel .pinsfade.on {
  opacity: 0;
}
.big_wrap .scroller .scroller_rel img {
  max-width: none;
  max-height: none;
  transition: opacity 1s ease-out;
}
@media screen and (orientation: landscape) {
  .big_wrap .scroller .scroller_rel img {
    width: auto;
    height: 110vh;
  }
}
@media screen and (orientation: portrait) {
  .big_wrap .scroller .scroller_rel img {
    width: auto;
    height: 110vh;
  }
}
@media screen and (min-aspect-ratio: 16/9) {
  .big_wrap .scroller .scroller_rel img#map {
    height: 130vh;
  }
}
@media screen and (min-aspect-ratio: 16/8) {
  .big_wrap .scroller .scroller_rel img#map {
    height: 145vh;
  }
}
@media screen and (min-aspect-ratio: 16/7) {
  .big_wrap .scroller .scroller_rel img#map {
    height: 165vh;
  }
}
@media screen and (min-aspect-ratio: 16/6) {
  .big_wrap .scroller .scroller_rel img#map {
    height: 180vh;
  }
}
@media screen and (min-aspect-ratio: 16/15) and (max-width: 1100px) {
  .big_wrap .scroller .scroller_rel img#map {
    height: 150vh;
  }
}
.big_wrap .scroller .scroller_rel img.fadein2 {
  opacity: 0;
}
.big_wrap .scroller .scroller_rel .pin {
  width: 1.9vw;
  height: 1.9vw;
  border-radius: 100%;
  background: #01b3bd;
  position: absolute;
  z-index: 9998;
  text-indent: 0;
  transition: 0.3s ease all;
  transition-delay: 0s;
  top: 50%;
  left: 50%;
  margin: -0.95vw 0 0 -0.95vw;
  text-align: center;
  line-height: 1.9vw;
  font-weight: bold;
  color: white;
  -webkit-box-shadow: 0px 0px 4px -4px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 4px -4px rgba(0, 0, 0, 0);
}
@media (max-width: 1000px) {
  .big_wrap .scroller .scroller_rel .pin {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: -9.5px 0 0 -9.5px;
  }
}
@media (min-width: 1490px) {
  .big_wrap .scroller .scroller_rel .pin {
    height: 28.5px;
    width: 28.5px;
    line-height: 29.25px;
    font-size: 16.5px;
    margin: -14.25px 0 0 -14.25px;
  }
}
.big_wrap .scroller .scroller_rel .pin:hover {
  transform: scale(1.2);
  z-index: 9999;
}
.big_wrap .scroller .scroller_rel .pin.artpin {
  background: #dd294b;
}
.big_wrap .scroller .scroller_rel .pin.purple {
  background: #6361b7;
}
.big_wrap .scroller .scroller_rel .pin.purple .pin_rel_pop {
  background: #6361b7;
}
.big_wrap .scroller .scroller_rel .pin.off {
  opacity: 0 !important;
}
.big_wrap .scroller .scroller_rel .pin.in {
  opacity: 1 !important;
}
.big_wrap .scroller .scroller_rel .pin.on {
  transform: scale(1.4);
  background: white;
  z-index: 9999;
  line-height: 1.9vw;
  font-size: 90%;
  -webkit-box-shadow: 0px 0px 8px -4px black;
  box-shadow: 0px 0px 8px -4px black;
  transition-delay: 0.5s;
}
.big_wrap .scroller .scroller_rel .pin.on .pin_rel_pop {
  transition-delay: 0.7s;
}
@media (max-width: 1000px) {
  .big_wrap .scroller .scroller_rel .pin.on {
    line-height: 19px;
  }
}
@media (min-width: 1490px) {
  .big_wrap .scroller .scroller_rel .pin.on {
    line-height: 28.5px;
  }
}
.big_wrap .scroller .scroller_rel .pin.on.nodelay {
  transition-delay: 0s;
}
.big_wrap .scroller .scroller_rel .pin.on.nodelay .pin_rel_pop {
  transition-delay: 0.2s;
}
.big_wrap .scroller .scroller_rel .pin.on:hover {
  transform: scale(1.3);
}
.big_wrap .scroller .scroller_rel .pin.on .pin_rel_pop {
  opacity: 1;
  bottom: 112%;
}
.big_wrap .scroller .scroller_rel .pin.on.locatepin {
  color: #01b3bd;
}
.big_wrap .scroller .scroller_rel .pin.on.artpin {
  color: #dd294b;
}
.big_wrap .scroller .scroller_rel .pin.on.purple {
  color: #6361b7;
}
.big_wrap .scroller .scroller_rel .pin_rel {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  user-select: none;
}
.big_wrap .scroller .scroller_rel .pin_rel_pop {
  position: absolute;
  bottom: 108%;
  width: 20vw;
  margin-left: -10vw;
  padding: 1vw;
  left: 50%;
  background: #dd294b;
  color: white;
  font-weight: normal;
  line-height: 1.2;
  font-size: 0.85vw;
  text-align: left;
  pointer-events: none;
  transition: all ease-in-out 0.4s;
  opacity: 0;
}
@media (max-width: 1000px) {
  .big_wrap .scroller .scroller_rel .pin_rel_pop {
    padding: 10px;
    font-size: 10px;
  }
}
@media (max-width: 590px) {
  .big_wrap .scroller .scroller_rel .pin_rel_pop {
    width: 50vw;
    margin-left: -25vw;
  }
}
.big_wrap .scroller .scroller_rel .pin.altpop .pin_rel .pin_rel_pop {
  bottom: auto;
  top: 108%;
  width: 26vw;
  margin-left: -13vw;
}
@media (max-width: 590px) {
  .big_wrap .scroller .scroller_rel .pin.altpop .pin_rel .pin_rel_pop {
    top: auto;
    bottom: 108%;
  }
}
.big_wrap .scroller .scroller_rel .pin_15 {
  left: 60.2%;
  top: 45.8%;
}
.big_wrap .scroller .scroller_rel .pin_16 {
  left: 75.2%;
  top: 53.35%;
}
.big_wrap .scroller .scroller_rel .pin_17 {
  left: 69.95%;
  top: 43%;
}
.big_wrap .scroller .scroller_rel .pin_18 {
  left: 73.2%;
  top: 45.8%;
}
.big_wrap .scroller .scroller_rel .pin_19 {
  left: 75.2%;
  top: 50%;
}
.big_wrap .scroller .scroller_rel .pin_20 {
  top: 64%;
  left: 67.95%;
}
.big_wrap .scroller .scroller_rel .pin_21 {
  left: 54%;
  top: 57%;
}
.big_wrap .scroller .scroller_rel .pin_22 {
  left: 71.95%;
  top: 43%;
}
.big_wrap .scroller .scroller_rel .pin_23 {
  left: 60%;
  top: 59.5%;
}
.big_wrap .scroller .scroller_rel .pin_24 {
  left: 56.7%;
  top: 59%;
}
.big_wrap .scroller .scroller_rel .pin_25 {
  left: 60%;
  top: 63%;
}
.big_wrap .scroller .scroller_rel .pin_26 {
  left: 67.95%;
  top: 27.2%;
}
.big_wrap .scroller .scroller_rel .pin_27 {
  left: 67.95%;
  top: 37%;
}
.big_wrap .scroller .scroller_rel .pin_28 {
  left: 70.1%;
  top: 64%;
}
.big_wrap .scroller .scroller_rel .pin_29 {
  left: 75.2%;
  top: 60%;
}
.big_wrap .scroller .scroller_rel .pin_30 {
  left: 70.2%;
  top: 45.8%;
}
.big_wrap .scroller .scroller_rel .pin_1.locatepin {
  left: 90.9%;
  top: 56.35%;
}
.big_wrap .scroller .scroller_rel .pin_2.locatepin {
  left: 9.6%;
  top: 56.35%;
}
.big_wrap .scroller .scroller_rel .pin_3.locatepin {
  left: 67.95%;
  top: 56%;
}
.big_wrap .scroller .scroller_rel .pin_4.locatepin {
  left: 67.95%;
  top: 62.6%;
}
.big_wrap .scroller .scroller_rel .pin_5.locatepin {
  left: 64.5%;
  top: 54.2%;
}
.big_wrap .scroller .scroller_rel .pin_6.locatepin {
  left: 70.8%;
  top: 61.5%;
}
.big_wrap .scroller .scroller_rel .pin_7.locatepin {
  left: 75.8%;
  top: 46.6%;
}
.big_wrap .scroller .scroller_rel .pin_8.locatepin {
  left: 67.95%;
  top: 66.2%;
}
.big_wrap .scroller .scroller_rel .pin_9.locatepin {
  left: 75.4%;
  top: 53%;
}
.big_wrap .scroller .scroller_rel .pin_10.locatepin {
  left: 70%;
  top: 46%;
}
.big_wrap .scroller .scroller_rel .pin_11.locatepin {
  left: 67.95%;
  top: 37%;
}
.big_wrap .scroller .scroller_rel .pin_12.locatepin {
  left: 67.95%;
  top: 24%;
}
.big_wrap .scroller .scroller_rel .pin_13.locatepin {
  left: 48%;
  top: 51%;
}
.big_wrap .scroller .scroller_rel .pin_14.locatepin {
  left: 17.2%;
  top: 51%;
}
.big_wrap .scroller .scroller_rel .servicepin {
  width: 1.9vw;
  height: 1.9vw;
  border-radius: 100%;
  background: black;
  position: absolute;
  z-index: 9995;
  top: 50%;
  left: 50%;
  margin: -0.95vw 0 0 -0.95vw;
  transition: 0.3s ease all;
}
@media (max-width: 1000px) {
  .big_wrap .scroller .scroller_rel .servicepin {
    height: 25px;
    width: 25px;
    line-height: 25px;
    font-size: 14px;
    margin: -9.5px 0 0 -9.5px;
  }
}
@media (min-width: 1490px) {
  .big_wrap .scroller .scroller_rel .servicepin {
    height: 28.5px;
    width: 28.5px;
    line-height: 29.25px;
    font-size: 16.5px;
    margin: -14.25px 0 0 -14.25px;
  }
}
.big_wrap .scroller .scroller_rel .servicepin.off {
  opacity: 0;
}
.big_wrap .scroller .scroller_rel .servicepin.parking {
  border-radius: 2px;
}
.big_wrap .scroller .scroller_rel .servicepin span.bottom, .big_wrap .scroller .scroller_rel .servicepin span.left {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.big_wrap .scroller .scroller_rel .servicepin span.bottom:after, .big_wrap .scroller .scroller_rel .servicepin span.left:after {
  content: "";
  position: absolute;
  height: 18px;
  width: 2px;
  top: 100%;
  left: 50%;
  margin-left: -1px;
  background: black;
}
.big_wrap .scroller .scroller_rel .servicepin span.bottom:before, .big_wrap .scroller .scroller_rel .servicepin span.left:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  top: calc(100% + 17px);
  left: 50%;
  margin-left: -2px;
  background: black;
  border-radius: 2px;
}
.big_wrap .scroller .scroller_rel .servicepin span.left:after {
  width: 18px;
  height: 2px;
  top: 50%;
  right: 100%;
  left: auto;
  margin-top: -1px;
  margin-left: 0;
}
.big_wrap .scroller .scroller_rel .servicepin span.left:before {
  left: auto;
  right: calc(100% + 17px);
  top: 50%;
  margin-top: -2px;
  margin-left: 0;
}
.big_wrap .scroller .scroller_rel .servicepin img {
  width: 100%;
  height: auto;
  filter: invert(1);
}
.big_wrap .scroller .scroller_rel .spin_1 {
  left: 9.6%;
  top: 59.5%;
}
.big_wrap .scroller .scroller_rel .spin_2 {
  left: 49.5%;
  top: 61.8%;
}
.big_wrap .scroller .scroller_rel .spin_3 {
  left: 59.3%;
  top: 61.5%;
}
.big_wrap .scroller .scroller_rel .spin_4 {
  left: 62.1%;
  top: 46%;
}
@media (max-width: 590px) {
  .big_wrap .scroller .scroller_rel .spin_4 {
    left: 61.6%;
  }
}
.big_wrap .scroller .scroller_rel .spin_5 {
  left: 63.6%;
  top: 46%;
}
.big_wrap .scroller .scroller_rel .spin_6 {
  left: 75.3%;
  top: 62.2%;
}
.big_wrap .scroller .scroller_rel .spin_7 {
  left: 89.2%;
  top: 19.7%;
}
.big_wrap .scroller .scroller_rel .spin_8 {
  left: 89.2%;
  top: 22.7%;
}
.big_wrap .scroller .scroller_rel .spin_9 {
  left: 89.2%;
  top: 25.7%;
}
.big_wrap .scroller .scroller_rel .spin_10 {
  left: 90.9%;
  top: 59.5%;
}
.big_wrap .scroller .scroller_rel .spin_11 {
  left: 90.9%;
  top: 62.7%;
}

.togglebar {
  position: absolute;
  z-index: 105;
  width: 100%;
  top: 0;
  left: 0;
  padding-left: 3px;
  padding-bottom: 0;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.togglebar.fadein4 {
  opacity: 0;
}
.togglebar .col12 {
  padding-bottom: 0 !important;
}
.togglebar:before {
  content: "";
  position: absolute;
  z-index: 100;
  pointer-events: none;
  width: 100%;
  height: 5vw;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+69,0+98 */
  background: -moz-linear-gradient(top, black 0%, black 69%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, black 69%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, black 0%, black 69%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
  /* IE6-9 */
}
@media (max-width: 1000px) {
  .togglebar:before {
    height: 50px;
  }
}
@media (max-width: 590px) {
  .togglebar:before {
    height: 60px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+69,0+98 */
    background: -moz-linear-gradient(top, black 0%, black 69%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, black 0%, black 69%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, black 0%, black 69%, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=0 );
    /* IE6-9 */
  }
}
.togglebar:after {
  content: "";
  display: table;
  height: 1px;
  clear: both;
}
.togglebar .col12 {
  position: relative;
  z-index: 105;
}
.togglebar .col12 ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1.5px solid #01b3bd;
  width: 15vw;
  transition: border 0.45s cubic-bezier(0.85, 0, 0.15, 1);
}
@media (max-width: 1190px) {
  .togglebar .col12 ul {
    width: 25vw;
  }
}
@media (max-width: 1050px) {
  .togglebar .col12 ul {
    width: 21vw;
  }
}
@media (max-width: 850px) {
  .togglebar .col12 ul {
    width: 33vw;
  }
}
@media (max-width: 590px) {
  .togglebar .col12 ul {
    width: 45vw;
  }
}
@media (max-width: 490px) {
  .togglebar .col12 ul {
    width: 100%;
  }
}
.togglebar .col12 ul:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0%;
  top: 0;
  height: 100%;
  width: 50%;
  background: #434c4e;
  background: #01b3bd;
  transition: all 0.45s cubic-bezier(0.85, 0, 0.15, 1);
}
.togglebar .col12 ul li:nth-of-type(2) {
  color: rgba(1, 179, 189, 0.7);
}
.togglebar .col12 ul li:nth-of-type(2):hover {
  color: #01b3bd;
}
.togglebar .col12 ul.right {
  border: 1.5px solid #dd294b;
}
.togglebar .col12 ul.right:after {
  left: 50%;
  background: #dd294b;
}
.togglebar .col12 ul.right li:nth-of-type(1) {
  color: rgba(221, 41, 75, 0.7);
}
.togglebar .col12 ul.right li:nth-of-type(1):hover {
  color: #dd294b;
}
.togglebar .col12 ul li {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  text-align: center;
  width: 50%;
  padding: 11px 16px;
  font-weight: bold;
  cursor: pointer;
  font-size: 120%;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.45s cubic-bezier(0.85, 0, 0.15, 1);
  user-select: none;
}
@media (max-width: 1050px) {
  .togglebar .col12 ul li {
    padding: 7px 12px;
  }
}
.togglebar .col12 ul li:nth-of-type(1).on {
  color: white;
}
.togglebar .col12 ul li:nth-of-type(2).on {
  color: white;
}

.pins_panel {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 29vh;
  background: black;
  color: white;
  overflow: hidden;
  padding-bottom: 20px;
  transform: translateY(0);
  transition: transform 0.5s ease-out;
}
.pins_panel:after {
  content: "";
  display: table;
  height: 1px;
  clear: both;
}
.pins_panel.fadein3 {
  transform: translateY(15px);
}
@media (max-width: 1000px) {
  .pins_panel {
    height: 200px;
    padding-bottom: 0px;
  }
}
.pins_panel .pins_scroll {
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding-top: 6.5vw;
  max-height: 29vh;
  opacity: 1;
  transition: opacity 0.4s ease-out;
}
.pins_panel .pins_scroll.fadein4 {
  opacity: 0;
}
@media (min-width: 1800px) {
  .pins_panel .pins_scroll {
    padding: 24.5px;
    padding-top: 6.5vw;
  }
}
@media (max-width: 1000px) {
  .pins_panel .pins_scroll {
    width: calc(100% + 20px);
    padding-right: 40px;
  }
}
@media (max-width: 1090px) {
  .pins_panel .pins_scroll {
    padding-top: 100px;
  }
}
@media (max-width: 590px) {
  .pins_panel .pins_scroll {
    padding-top: 90px;
  }
}
.pins_panel .pins_scroll .col12 {
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .pins_panel .pins_scroll .col12 {
    padding: 0;
  }
}
.pins_panel .pins_scroll .col6 {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 66%;
  display: none;
  column-count: 3;
}
@media (max-width: 1000px) {
  .pins_panel .pins_scroll .col6 {
    column-count: 2;
  }
}
@media (max-width: 590px) {
  .pins_panel .pins_scroll .col6 {
    column-count: 1;
  }
}
.pins_panel .pins_scroll .col6:after {
  content: "";
  display: table;
  height: 1px;
  clear: both;
}
@media (max-width: 1000px) {
  .pins_panel .pins_scroll .col6 {
    padding: 0;
  }
}
.pins_panel .pins_scroll .col6.on {
  display: block;
}
@media (max-width: 590px) {
  .pins_panel .pins_scroll .col6 {
    width: 100%;
    border-right: none;
  }
}
.pins_panel .pins_scroll .col6 .clicker {
  position: relative;
  display: block;
  cursor: pointer;
  border-top: 1px solid #999;
  line-height: 2vw;
  height: 2vw;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .pins_panel .pins_scroll .col6 .clicker {
    height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 590px) {
  .pins_panel .pins_scroll .col6 .clicker {
    height: 28px;
    line-height: 28px;
    border-top: 1px solid #999;
  }
}
.pins_panel .pins_scroll .col6 .clicker span {
  font-weight: bold;
}
.pins_panel .pins_scroll .col6 .clicker.on {
  color: rgba(255, 255, 255, 0.4);
}
.pins_panel .pins_scroll .col6.set1 .clicker.on {
  border-top: 1px solid #01b3bd;
  color: #01b3bd;
}
.pins_panel .pins_scroll .col6.set2 .clicker.on {
  border-top: 1px solid #dd294b;
  color: #dd294b;
}
.pins_panel .pins_scroll .col6.set2 .clicker.purple.on {
  border-top: 1px solid #6361b7;
  color: #6361b7;
}
.pins_panel .pins_scroll .col3 {
  position: relative;
  top: -4px;
  right: -5px;
  padding-top: 0;
  font-size: 90%;
  width: 27%;
  margin-left: 7%;
}
@media (max-width: 590px) {
  .pins_panel .pins_scroll .col3 {
    width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
    top: 0px;
    right: 0px;
  }
}
.pins_panel .pins_scroll .col3 .access_pin {
  position: absolute;
  top: 2px;
  left: -2.2vw;
  background: white;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 100%;
}
@media (max-width: 1000px) {
  .pins_panel .pins_scroll .col3 .access_pin {
    width: 32px;
    height: 32px;
    left: -25px;
    top: 0px;
  }
}
@media (max-width: 590px) {
  .pins_panel .pins_scroll .col3 .access_pin {
    left: 0;
    top: -43px;
  }
}
.pins_panel .pins_scroll .col3 .access_pin svg {
  width: 100%;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
