@charset "UTF-8";
/*
Theme Name: Oncomyx V2
Author: AldenMC
Author URI: https://aldenmc.com
Version: 2.1.2
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* If we add the border using a regular CSS border, it won't look good on non-retina devices,
 * since its edges can look jagged due to lack of antialiasing. In this case, we are several
 * layers of box-shadow to add the border visually, which will render the border smoother. */
/* Fallback for non-latin fonts */
/* Calculates maximum width for post content */
/* Nested sub-menu padding: 10 levels deep */
/* 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;

}
body.home {
	background-image: none;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 28px;
  margin: 12px 0 36px;
  font-family: 'proxima-nova,' sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 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 */
html {
  font-size: 18px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4d4d4d;
  font-family:'proxima-nova', sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.7;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family:'Raleway', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link,
img:after,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family: "Raleway",-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; */
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* .main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */

.page-title {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
}
.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}
.has-regular-font-size,
.has-large-font-size,
.comments-title {
  font-size: 1.6875em;
}
.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio {
  font-size: 1.125em;
}
.pagination .nav-links,
.comment-content {
  font-size: 0.88889em;
}
.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after {
  font-size: 0.71111em;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  hyphens: auto;
  word-break: break-word;
}

/* Do not hyphenate entry title on tablet view and bigger. */


p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

blockquote cite {
  font-size: 0.71111em;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

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

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

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

.notouch a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

/* Arabic */
html[lang="ar"] .site *,
html[lang="ary"] .site *,
html[lang="azb"] .site *,
html[lang="ckb"] .site *,
html[lang="fa-IR"] .site *,
html[lang="haz"] .site *,
html[lang="ps"] .site * {
  font-family: Tahoma, Arial, sans-serif !important;
}

/* Cyrillic */
html[lang="be"] .site *,
html[lang="bg-BG"] .site *,
html[lang="kk"] .site *,
html[lang="mk-MK"] .site *,
html[lang="mn"] .site *,
html[lang="ru-RU"] .site *,
html[lang="sah"] .site *,
html[lang="sr-RS"] .site *,
html[lang="tt-RU"] .site *,
html[lang="uk"] .site * {
  font-family: 'Helvetica Neue', Helvetica, 'Segoe UI', Arial, sans-serif !important;
}

/* Chinese (Hong Kong) */
html[lang="zh-HK"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang HK', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
}

/* Chinese (Taiwan) */
html[lang="zh-TW"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang TC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
}

/* Chinese (China) */
html[lang="zh-CN"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Helvetica Neue', "Microsoft YaHei New", STHeiti Light, sans-serif !important;
}

/* Devanagari */
html[lang="bn-BD"] .site *,
html[lang="hi-IN"] .site *,
html[lang="mr"] .site *,
html[lang="ne-NP"] .site * {
  font-family: Arial, sans-serif !important;
}

/* Greek */
html[lang="el"] .site * {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* Gujarati */
html[lang="gu"] .site * {
  font-family: Arial, sans-serif !important;
}

/* Hebrew */
html[lang="he-IL"] .site * {
  font-family: 'Arial Hebrew', Arial, sans-serif !important;
}

/* Japanese */
html[lang="ja"] .site * {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "Helvetica Neue", sans-serif !important;
}

/* Korean */
html[lang="ko-KR"] .site * {
  font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', 'Nanum Gothic', Dotum, sans-serif !important;
}

/* Thai */
html[lang="th"] .site * {
  font-family: 'Sukhumvit Set', 'Helvetica Neue', helvetica, arial, sans-serif !important;
}

/* Vietnamese */
html[lang="vi"] .site * {
  font-family: 'Libre Franklin', sans-serif !important;
}

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

::-moz-selection {
  color:#fff;
  background-color:#000;
}

::selection {
  color:#fff;
  background-color:#000;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
}

a {
  color: #009ee0;
}


a:active {
  color: #4ea2c4;
  outline: 0;
  text-decoration: none;
}
.notouch a:hover {
  color: #4ea2c4;
  outline: 0;
  text-decoration: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 12px 0;
}
h1 {
  font-weight: 300;
  font-size: 40px;
}

h2 {
  font-size: 36px;
	color:#009ee0;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 1px;
}
h3 {
  font-size: 24px;
	font-weight: 600;
}
h4 {
  font-size: 28px;
  font-weight: 400;
	color:#009ee0;
}
h4 {
  font-size: 20px;
  font-weight: 600;
	color:#009ee0;
}
h6 {
  font-size: 18px;
  font-weight: 500;
}
p {
  font-size: 18px;
  font-weight: 500;

  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-bottom: 24px;
}

hr {
  background-color: #04a1e3;
  border: 0;
  height: 2px;
}

ul,
ol {
  padding-left: 1rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
}

li > ul,
li > ol {
  padding-left: 2rem;
}
.entry-content ul {
  list-style:none;
  padding-left: 46px;
}
.single .entry-content ul {
  list-style: disc;
  padding-left: 27px;
}
.single .entry-content ul ul {
  padding-top: 6px
}
.entry-content ul li {
  position: relative;
  line-height: 1.4;
  margin-bottom: 12px;
}
.entry-content ul li:before {
  position: absolute;
  content: "";
  background-image: url("/wp-content/uploads/2020/10/oncomyx-icons-rings.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 1px;
  left: -43px;
  width: 33px;
  height: 20px;
}
.single .entry-content ul li:before {
  content: none;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

figure {
  margin: 0;
}


blockquote {
	color: #4d4d4d;
	font-style: italic;
	font-weight: 500;
	line-height: 2.4;
	margin-bottom: 24px;
	text-align: center;
	margin: 24px 10%;
	position: relative;
	/*display: inline-block; */
	padding: 50px 7% 50px;
	letter-spacing: .1rem;
	font-style: italic;
	text-align: left;
	width: 70%;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens:none;



}
.wp-block-quote {
	margin: 0 auto;
}

blockquote:before,
q:before {
    content: '"';
    position: absolute;
    font-size: 12rem;
    opacity: 1;
    line-height: 1;
    color: #c9ecf7;
    font-family: 'Libre Baskerville', serif;
}



blockquote:before,
q:before {
    content: '\201C';
	left: -98px;
	top: 13px;
}
blockquote p:after,
q p:after {
	content: '\201D';
	font-size: 12rem;
    opacity: 1;
    color: #c9ecf7;
    font-family: 'Libre Baskerville', serif;
	line-height: 0;
	position: absolute;
	z-index: -1;
	right: 10px;
	bottom: 24px;
	bottom: -2rem;

}
.sidebar-area blockquote{
	color: #ffffff;
	text-align: left;

}
.sidebar-area blockquote:after,
.sidebar-area blockquote:before {
	color: #ffffff;
}

blockquote > p {
	position: relative;
	z-index: 1;
  margin: 0 0 1rem;
}

blockquote cite {
  color: #767676;
}

table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

table td,
table th {
  padding: 0.5em;
  border: 1px solid #767676;
  word-break: break-all;
}

/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #4ea2c4;
  border: none;
  border-radius: 7px;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.88889em;
  font-weight: 700;
  line-height: 1.2;
  outline: none;
  padding: 7px 1rem;
  text-decoration: none;
  vertical-align: bottom;
}
.button {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
	color:#4ea2c4;
	font-weight: 400;
	border-bottom: 1px solid #4ea2c4;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 1.2rem;
}
.notouch button:hover,
.notouch input[type="button"]:hover,
.notouch input[type="reset"]:hover,
.notouch input[type="submit"]:hover {
  background: #ebebec;
  color:#616265;
  cursor: pointer;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background: #111;
 /* outline: thin dotted;*/
  outline-offset: -4px;
}

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 {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: none;
  background-color: #ebebec;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 10px;
}

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 {
  border-color: #4ea2c4;
  outline: thin solid rgba(0, 115, 170, 0.15);
  outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

form p {
  margin: 1rem 0;
}

.nf-field-element input {
	border: none;
}
.label-hidden .nf-field {
	position: relative;
}
.label-hidden .nf-field:after {
	content:"*";
	color:#4ea2c4;
	position: absolute;
	top: -10px;
	right: -10px;
	font-size: 30px;
	line-height: 1;
}
#nf-field-5-container .nf-field:after {
	content: "";
}
/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: color 200ms ease-in-out;
  color: #009ee0;
}

a:visited {
  color: #009ee0;
}

a:active {
  color: #009ee0;
  outline: 0;
  text-decoration: none;
}
.notouch a:hover {
  color: #009ee0;
  outline: 0;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
.entry-content a {
  color: #009ee0;
  text-decoration: none;
  border-bottom: 1px solid #009ee0;
}
.entry-content a:hover {
  color: #009ee0;
  text-decoration: none;
  border-bottom: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigationXXX {
  display: inline-block;

  margin-top: 0.25rem;
  text-transform: uppercase;
  /*
	 * Sub-menu styles
	 *
	 * :focus-within needs its own selector so other similar
	 * selectors don’t get ignored if a browser doesn’t recognize it
	 */
  /**
	 * Fade-in animation for top-level submenus
	 */
  /**
	 * Off-canvas touch device styles
	 */
}



.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.main-navigation .main-menu > li {
  color: #fff;
  display: inline;
  position: relative;
  padding: 0 12px;
}
#top-navigation.main-navigation {
  margin-top: 0;
}
#site-navigation.main-navigation {
  margin-top: 17px;
}
#top-navigation .main-menu > li > a {
  font-size: 18px;
  color: #009ee0;
  font-weight: 500;
  text-transform: none;
}
#site-navigation .main-menu > li > a {
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 500;
  text-transform: none;
}
#top-navigation .main-menu > li > a:hover,
#site-navigation .main-menu > li > a:hover {
  color: #8c8c8c;
}
.main-navigation .main-menu > li > a + svg {
	margin-right: 0.5rem;
}

.main-navigation .main-menu > li.menu-item-has-children {
	display: inline-block;
	position: relative;
	padding-bottom: 26px;
	padding-right: 5px;
}



.main-navigation .main-menu > li.menu-item-has-children > a {
	margin-right: 0.125rem;
	position: relative;
}


.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 0.25rem;
  color:#4d4d4d;
}



.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}
.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 0px;
  left: 4px;
  width: 10px;
  height: 10px;
}
.main-navigation .main-menu > li:last-child > a,
.main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}
.main-navigation .sub-menu {
  background-color:#009ee0;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
  text-align: left;
}
.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}
.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  right: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu > li.menu-item-has-children .menu-item-has-children > a:after {
    content: "\203a";
  }
}
.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.2;
  padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem;
  white-space: nowrap;
  font-size: 20px;
  text-transform: none;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.main-navigation .sub-menu > li:last-child a {
  border-bottom: none;
}
.main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: #009ee0;
  color: #4d4d4d;
}
.notouch .main-navigation .sub-menu > li > a:hover,
.notouch .main-navigation .sub-menu > li > .menu-item-link-return:hover {
  background: #009ee0;
  color: #4d4d4d;
}

.main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
	background: #009ee0;
  color: #4d4d4d;
}

.main-navigation .sub-menu > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.88889em;
  font-weight: normal;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem);
}



@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu > li > a::before {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}



.notouch .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
	display: block;
	float: none;
	margin-top: 0;
	opacity: 1;
	position: absolute;
	left: 0;
	right: auto;
	/* top: auto;*/
	top:50px;
	bottom: auto;
	height: auto;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	min-width: max-content;
	transform: none;
}
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
	display: block;
	float: none;
	margin-top: 0;
	opacity: 1;
	position: absolute;
	left: 0;
	right: auto;
	/* top: auto;*/
	top:50px;
	bottom: auto;
	height: auto;
	min-width: -moz-max-content;
	min-width: -webkit-max-content;
	min-width: max-content;
	transform: none;
}

/*
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: table;
    width: max-content;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */

  /*
}
*/
@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
  animation: fade_in 0.1s forwards;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover{
  background-color: transparent;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc( 100vh - 46px);
  /* WP core breakpoint */
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}

@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc( 100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}


/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Social menu */
.social-navigation {
  margin-top: calc(1rem / 2);
  text-align: left;
}

.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #111;
  margin-bottom: -1px;
  transition: opacity 110ms ease-in-out;
}

.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #111;
  opacity: 0.6;
}

.social-navigation ul.social-links-menu li a:focus {
  color: #111;
  opacity: 1;
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .site-title + .social-navigation,
  .site-description + .social-navigation {
    margin-top: calc(1rem / 5);
  }
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
}

.footer-navigation > div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  padding:0 .3rem 0 .5rem;
  border-left:1px solid #fff;
  margin: 0;
}
.wp-image-76 {
	border-radius: 8px;
}
.home hr {
	display: none;
}
#social {
	display:inline-block;
}
#social img {
	padding:0 10px;
	height:15px;
	width:auto;
	margin-bottom:-3px;
}
#social a img {
	cursor: pointer;
}

#social-top {
	position:absolute;
	top:-20px;
	right:15px;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
  margin: calc(3 * 1rem) 0;
}

@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: calc(3 * 1rem) calc(10% + 60px);
    max-width: calc(6 * (100vw / 12));
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation {
    margin: calc(3 * 1rem) 0;
    max-width: 100%;
  }
}

.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}

.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}

.post-navigation .nav-links a .post-title {
  hyphens: auto;
}

.post-navigation .nav-links a:hover {
  color: #4ea2c4;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}

.post-navigation .nav-links .nav-previous {
  order: 2;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}

.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}

.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}

.post-navigation .nav-links .nav-next {
  order: 1;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}

.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem);
}

.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}

.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}


.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}

.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}

.comment-navigation .nav-next {
  text-align: right;
}

/* 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 {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

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

.site-footer {
	background-color: #868789;
	padding-left:1em;
	padding-right:1em;
}


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

/* Layout */
/** === Layout === */
#page {
  width: 100%;
  position: relative;
}
#page:before {
  /*  position: absolute;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=0 );
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;   */
}
.siteshadow {
  position: absolute;
    content: "";
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=0 );
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
}
.site-content {
	overflow: hidden;
	padding-top: 111px;
}
.home .site-content {
	padding: 0;
}
ol {
	list-style: none;
	counter-reset: li;
	padding-left: 60px;
	width: 75%;
	padding: 15px 0;
	border-top:1px solid #04a1e3;
	border-bottom:1px solid #04a1e3;
}
ol li {
	position: relative;
	counter-increment: li;
	margin-left: 70px;
	padding: 5px 0;
	margin-bottom:20px;
}
ol li:before {

	border-radius: 50%;
	background-color: #4ea2c4;
	/*
			content: "";
	position: absolute;
		height: 1rem;
	width: 1rem;*/
	position: absolute;
	height: 35px;
	width: 35px;
	left: -40px;
	top: 6px;
	color: #fff;
	content: counter(li);
	text-align: center;
	font-weight: 700;
}
ol li::before {
  margin-left: -1em;
}
#jsdata {
	display: none;
	position: fixed;
}
/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	padding: 1em 0 0 ;
	position: fixed;
	z-index: 9;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,1);
	height: 110px;
  box-shadow: 1px 1px 4px rgba(0,0,0,.4);
  /* -webkit-filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.5));
  filter: drop-shadow(0px 1px 3px rgba(0,0,0,0.5)) */

}
.home .site-header {
	background-image: none;
	background-color: rgba(255,255,255,.0);
  transition: all 200ms ease;
  box-shadow: none;
}

.main-menu-more {
	display: none;
}

.site-branding {
  color: #767676;
  position: relative;
}

.site-logo {
	max-width: 213px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}



.site-logo .custom-logo-link {
  /*border-radius: 100%;
  box-sizing: content-box;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: box-shadow 200ms ease-in-out;
  */
}

.site-logo .custom-logo-link .custom-logo {
  min-height: inherit;
}

.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
  box-shadow: 0 0 0 2px black;
}



.site-title {
  margin: auto;
  display: inline;
  color: #111;
  /* When there is no description set, make sure navigation appears below title. */
}

.site-title a {
  color: #111;
}

.site-title a:link, .site-title a:visited {
  color: #111;
}

.site-title a:hover {
  color: #4a4a4a;
}

.featured-image .site-title {
  margin: 0;
}
.main-navigation {
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: .1em;
	margin-top: 8px;
}
#nav-box {
  float: right;
  text-align: right;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: none;
  padding-left: 1em;
	padding-right: 1em;
}
/* Search in the header */

.search-toggle {
	/* cursor: pointer;
	float: right;
	height: 48px;
	text-align: center;
	margin-right: 0;
	margin-top: 31px;
	padding-left: 12px;
	padding-right: 12px; */
}
.search-toggle:hover a {
	color:#009ee0;
}
.search-toggle:after {
  color:#009ee0;
  content: "\f002";
  font-size: inherit;
  font-family: "Font Awesome 5 Free";
  padding-left: 8px;
  padding-right: 14px;
}
.search-toggle:hover:after {
	color:#8c8c8c;
}
.search-box-wrapper {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: absolute;
	top: 92px;
	right: 0;
	width: 327px;
	z-index: 2;
}
.search-box {
	background-color: #009ee0;
	padding: 12px;
}
.search-box .search-field {
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  float: left;
  font-size: 16px;
  padding: 2px 2px 2px 6px;
  width: 70%;
}
.search-box input[type="submit"] {
  background: #ffffff;
  color: #009ee0;
}
.hide {
  display: none;
}
/* socials in the header */
.linkedin-icon,
.twitter-icon {
  padding: 0 !important;
}
.linkedin-icon a,
.twitter-icon a {
	position: relative;
  padding-right: 0;
}
.linkedin-icon a:before {
  content: "\f08c";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #009ee0;
  width: 15px;
  height: 15px;
  font-size: 20px;
  vertical-align: initial;
}
.twitter-icon a:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #009ee0;
  width: 15px;
  height: 15px;
  font-size: 20px;
  vertical-align: initial;
}




@media only screen and (min-width: 768px) {
  .site-title {
    display: inline;
  }
}

.site-title:not(:empty) + .site-description:not(:empty):before {
  content: "\2014";
  margin: 0 .2em;
}

.site-description {
  display: inline;
  color: #767676;
  font-weight: normal;
  margin: 0;
}
.safezoneA {
	margin: 0 auto;
	max-width: 1780px;
  padding-left: 2%;
  padding-right: 2%;
}
.safezoneB {
	margin: 0 auto;
	max-width: 1120px;
}
#secondary.safezoneB {
    padding-left: 2%;
    padding-right: 2%;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky-post {
  background: #4ea2c4;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1rem;
  z-index: 1;
}

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

.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 1rem);
}

.entry {
  margin-top: calc(6 * 1rem);
}

.entry:first-of-type {
  margin-top: 0;
}



.entry .entry-title {
  margin: 0;
}

.entry .entry-title a {
  color: inherit;
}

.entry .entry-title a:hover {
  color: #4a4a4a;
}

.entry .entry-meta,
.entry .entry-footer {
  color: #767676;
  font-weight: 500;
}

.entry .entry-meta > span,
.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
  color: #4ea2c4;
}

.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.entry .entry-meta {
  margin: 1rem 0;
}

.entry .entry-footer {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-footer {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .post-thumbnail {
  margin: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}

.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}

.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
  background: #4ea2c4;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  background: #4ea2c4;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}



.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}
.entry .entry-content .more-link:after {
  content: "\02192";
  margin-left: 0.5em;
}
.entry .entry-content .more-link:hover {
  color: #4ea2c4;
  text-decoration: none;
}
.entry .entry-content a.button {
  display: inline-block;
}
.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}
.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}
.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}
.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

/* Author description */
.author-bio {
  margin: calc(2 * 1rem) 1rem 1rem;
}
.author-bio .author-title {
  display: inline;
}

.author-bio .author-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.author-bio .author-description {
  display: inline;
  color: #767676;
  font-size: 1.125em;
  line-height: 1.2;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #4ea2c4;
  text-decoration: none;
}

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

.bypostauthor {
  display: block;
}

.comments-area {
  margin: calc(2 * 1rem) 1rem;
  /* Add extra margin when the comments section is located immediately after the
	 * post itself (this happens on pages).
	 */
}
.comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}


.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}

.comment {
  list-style: none;
  position: relative;
}



.comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}
.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #4ea2c4;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}


.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}

.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #4ea2c4;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #4ea2c4;
}

.comment .comment-content {
  margin: 1rem 0;
}


.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 500;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #4ea2c4;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  color: #767676;
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header,
.error404 .page-header {
  margin: 1rem 1rem calc(3 * 1rem);
}
.archive .page-header .page-title,
.search .page-header .page-title,
.error404 .page-header .page-title {
  color: #767676;
  display: inline;
  letter-spacing: normal;
}

.archive .page-header .page-title:before,
.search .page-header .page-title:before,
.error404 .page-header .page-title:before {
  display: none;
}

.archive .page-header .search-term,
.archive .page-header .page-description,
.search .page-header .search-term,
.search .page-header .page-description,
.error404 .page-header .search-term,
.error404 .page-header .page-description {
  display: inherit;
  clear: both;
}

.archive .page-header .search-term:after,
.archive .page-header .page-description:after,
.search .page-header .search-term:after,
.search .page-header .page-description:after,
.error404 .page-header .search-term:after,
.error404 .page-header .page-description:after {
  content: ".";
  font-weight: bold;
  color: #767676;
}

.archive .page-header .page-description {
  display: block;
  color: #111;
  font-size: 1em;
}



/* 404 & Not found */
.error-404.not-found .page-content,
.no-results.not-found .page-content {
  margin: calc(3 * 1rem) 1rem;
}



.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 1rem 0;
}

.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Site footer */
#colophon .widget-area,
#colophon .site-info {
	padding: 12px 0;
}


#colophon .widget-column {
  display: flex;
  flex-wrap: wrap;
}

#colophon .widget-column .widget {
  width: 100%;
}

#colophon .site-info {
  color: #fff;
}

#colophon .site-info a {
  color: inherit;
}

#colophon .site-info a:hover {
  text-decoration: none;
  color: #009ee0;
}

#colophon .site-info .imprint,
#colophon .site-info .privacy-policy-link {
  margin-right: 1rem;
}
.site-info {
  font-size: 14px;
}
.site-name {
  display: inline-block;
  float: left;
  padding-right: 4px;
}
.footer-nav {
  float: left;
  margin-bottom: 15px;
}
.footer-nav a {
  padding: 0 2px;
}
.footer-nav i {
  padding: 0 2px;
}

/* Widgets */
.widget {
  margin: 0 0 1rem;
  /* Make sure select elements fit in widgets. */
}

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

.widget a {
  color: #4ea2c4;
}

.widget a:hover {
  color: #4ea2c4;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding: 0;
  list-style: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.widget_tag_cloud .tagcloud {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.widget_search .search-field {
  width: 100%;
}


.widget_search .search-submit {
  display: block;
  margin-top: 1rem;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border: none;
}

.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}

/* Blocks */
/* !Block styles */
.entry .entry-content > *,
.entry .entry-summary > * {
  /* margin: 16px 0 32px 0;
  max-width: 100%; */
}

.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}

/* .entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
} */

.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
}

.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}


.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}
.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}



/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

.entry .entry-content p.has-background {
  padding: 20px 30px;
}

.entry .entry-content .wp-block-audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

.entry .entry-content .wp-block-video video {
  width: 100%;
}

.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #4ea2c4;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;

  outline-offset: -4px;
}

.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #4ea2c4;
  border-color: currentColor;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}

.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}

.entry .entry-content .wp-block-categories ul > li > a::before {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

.entry .entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}

.entry .entry-content .wp-block-verse {
  font-family: "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.8;
}

.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin-left: 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #4ea2c4;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: calc(100% - (2 * 1rem));
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-left: 2px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

.entry .entry-content .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}

.entry .entry-content .wp-block-image img {
  display: block;
}

.entry .entry-content .wp-block-image.alignleft, .entry .entry-content .wp-block-image.alignright {
  max-width: 100%;
}

.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    margin-left: auto;
    margin-right: auto;
  }
}

.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}

.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}

.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}
.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}
.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}
.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}
.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}
.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}

.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  /* border-color: #767676; */
}

.entry .entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #4ea2c4;
  font-size: 23px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}


.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-code {
  border-radius: 0;
}

.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

.entry .entry-content .wp-block-columns.alignfull {
  padding-left: 1rem;
  padding-right: 1rem;
}


.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}

.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}

.entry .entry-content .has-large-font-size {
  font-size: 1.6875em;
}

.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}

.entry .entry-content .has-primary-background-color p,
.entry .entry-content .has-primary-background-color h1,
.entry .entry-content .has-primary-background-color h2,
.entry .entry-content .has-primary-background-color h3,
.entry .entry-content .has-primary-background-color h4,
.entry .entry-content .has-primary-background-color h5,
.entry .entry-content .has-primary-background-color h6,
.entry .entry-content .has-primary-background-color a,
.entry .entry-content .has-secondary-background-color p,
.entry .entry-content .has-secondary-background-color h1,
.entry .entry-content .has-secondary-background-color h2,
.entry .entry-content .has-secondary-background-color h3,
.entry .entry-content .has-secondary-background-color h4,
.entry .entry-content .has-secondary-background-color h5,
.entry .entry-content .has-secondary-background-color h6,
.entry .entry-content .has-secondary-background-color a,
.entry .entry-content .has-dark-gray-background-color p,
.entry .entry-content .has-dark-gray-background-color h1,
.entry .entry-content .has-dark-gray-background-color h2,
.entry .entry-content .has-dark-gray-background-color h3,
.entry .entry-content .has-dark-gray-background-color h4,
.entry .entry-content .has-dark-gray-background-color h5,
.entry .entry-content .has-dark-gray-background-color h6,
.entry .entry-content .has-dark-gray-background-color a,
.entry .entry-content .has-light-gray-background-color p,
.entry .entry-content .has-light-gray-background-color h1,
.entry .entry-content .has-light-gray-background-color h2,
.entry .entry-content .has-light-gray-background-color h3,
.entry .entry-content .has-light-gray-background-color h4,
.entry .entry-content .has-light-gray-background-color h5,
.entry .entry-content .has-light-gray-background-color h6,
.entry .entry-content .has-light-gray-background-color a {
  color: #fff;
}

.entry .entry-content .has-white-background-color {
  color: #111;
}

.entry .entry-content .has-white-background-color p,
.entry .entry-content .has-white-background-color h1,
.entry .entry-content .has-white-background-color h2,
.entry .entry-content .has-white-background-color h3,
.entry .entry-content .has-white-background-color h4,
.entry .entry-content .has-white-background-color h5,
.entry .entry-content .has-white-background-color h6,
.entry .entry-content .has-white-background-color a {
  color: #111;
}
/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

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

.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #4ea2c4;
}
.entry-header .entry-title {
	color:#8c8c8c;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .1em;
  text-shadow: #fff 9px 0px 20px, #fff -9px 0px 20px, #fff 0px -4px 10px, #fff 0px 4px 10px;
  text-align: center;
  font-size: 60px;
  margin: 0;
  line-height: 1;
}
.site-main {
/*	max-width: 1140px;
	margin-left: 30%;
	min-height: 400px;
	padding-top: 60px;*/
}
.home .site-main {
	max-width: none;
	margin: 0;
	padding: 0;

}
.sidebar-area {
	width: 30%;
	width: auto;
	display: inline-block;
	vertical-align: top;
	position:relative;
	padding-top: 60px;
}
.sidebar-area:before {
	/*position: absolute;
	content: "";
	top:0;
	bottom:0;
	left: 0;
	right:0;
	background-color: pink;*/
}
/* .notouch .main-navigation li:hover > a:after{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #4ea2c4;
    border-radius: 50%;
    left: 49%;
    bottom: -20px;
    content: "";
    z-index: 3;
}

.notouch .main-navigation li:hover li > a:after{
	content: none;
} */

.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-item > a:after,
.main-navigation .current_page_ancestor > a:after {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #009ee0;
  border-radius: 50%;
  left: 49%;
  bottom: -17px;
  content: "";
  z-index: 3;
}
#top-navigation.main-navigation .current_page_item > a:after,
#top-navigation.main-navigation .current-menu-item > a:after,
#top-navigation.main-navigation .current_page_ancestor > a:after {
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #009ee0;
  border-radius: 50%;
  left: 48%;
  bottom: -11px;
  content: "";
  z-index: 3;
}
.main-navigation li .current_page_item > a:after,
.main-navigation li .current-menu-item > a:after,
.main-navigation li .current_page_ancestor > a:after {
	/* content: none; */
}

.content-area {
	/* position: relative;
	background-repeat: no-repeat;
	background-size: 28% auto;
	padding-right: 24px; */
}
#fi-mask {
	position: absolute;
	top:0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.75);
	max-width: 28%;
}
#fi-mask:after {
	position: absolute;
	right: -1px;
	top:0;
	bottom:0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100,207cca+100,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	width: 50%;
	content: "";
}
#fi-mask:before {
	position: absolute;
	content: "";
	bottom:0;
	left: 0;
	right:0;
	height: 80px;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+54,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 54%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 54%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.page-template-sidebar-page #fi-mask {
	background-color: #4ea2c4;
}
#sect-8 .has-2-columns{
	display: block;
}
#sect-8 .has-2-columns .news_cont{
	display: inline-block;
	vertical-align: top;
	width: 44%;
	margin-right: 16px;
	margin-left: 16px;
	flex: unset;
}
#sect-8 .video-date {
	line-height: 1;
    margin: 0 0 18px;
    font-size: .9em;
    color: #4ea2c4;
    text-transform: uppercase;
    margin-left: 32px;
}
#sect-8 .video-h3 {
	text-align: left;
}
#sect-8 .video-cont {
	margin-left: 32px;
	margin-bottom: 48px;
    max-width: 640px;
    border: 1px solid #616265;
}
#sect-8 .video-button {
	display: inline-block;
    margin: 0 0 30px 32px
}
.news_cont,
.careers_cont {
	margin-bottom: 40px;
}
.news_cont hr {
  background-color: rgba(0,0,0,0.4);
  border: 0;
  height: 1px;
}
.careers_cont {
	padding-top: 12px;
}
.news h3,
.pubs h3{
	text-align: left;
}
.news .news_cont .date,
.pubs .news_cont .date {
	line-height: 1;
	margin: 0;
	font-size: .9em;
}
.news .news_cont h4,
.pubs .news_cont h4
.careers_cont h4{
	margin-bottom: 0;
}
.news .news_head p,
.pubs .news_head p,
.careers_head p {
	margin-top: 0;
	margin-bottom: 0;
}

.news .news_head,
.pubs .news_head {
/*	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;*/
}

.news_cont a .date {
	color:#009ee0;
	font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
	margin: 0 0 9px;
}
.news_cont a p {
  font-size: 28px;
	color:#4d4d4d;
	margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.3
}
.news_cont .button {
  text-transform: capitalize;
  font-style: italic;
  text-decoration: none;
  border: none;
  font-weight: 500;
  color: #009ee0;
  font-size: 22px;
  transition: all 200ms ease;
  display: block;
  line-height: 1.9;
}
.news_cont:hover .button {
  /* border-bottom: 1px solid #009ee0; */
  text-decoration: underline;
}
.entry-content ul.pubtabs {
  display: block;
  list-style: none;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  padding-left: 0;
}
.pubtabs li {
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
  color: #009ee0;
  cursor: pointer;
}
.entry-content ul.pubtabs li:before {
  content: none;
}
.pubtabs li:after {
  position: absolute;
  content: "|";
  top: 0;
  right: 0;
  font-weight: 300;
  color: #7381af;
}
.pubtabs li:last-of-type:after {
  content: none;
}
.pubtabs li.stick {
  color: #4d4d4d;
}
.pubtabs li:hover {
  color: #8c8c8c;
}
.pub span {
  margin-bottom: 24px;
}
.about-header {
  margin-bottom:40px;
}
.bio_box {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 0;
	cursor: pointer;
}
.bio_box2,
.bio_box3 {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin: 0;
	cursor: pointer;
}
.bio_box:nth-of-type(2) {
  margin: 0 15%
}
.nyb:last-of-type .bio_box {
  margin-right:0;
}
.bio_box2:nth-of-type(2),
.bio_box3:nth-of-type(2) {
  margin: 0 15%
}
.nyb {
	text-align: center;
}
.bio_box2,
.bio_box3 {
	min-height: 60px;
	margin-top: 20px;
	/* background-color: #f8f8f8; */
}
.newSection {
	margin: 96px 0;
}
.bc_active .bio-title,
.bc_active .bmt{
	color: #009ee0;
}
.bio_box img,
.bio_box2 img,
.bio_box3 img,
.bio_box0 img{
	/* max-width: 240px; */
	border-radius: 50%;
}
.bio-info {
  text-align: left;
}
.inset_label {
	text-align: center;
  margin-bottom: 25px;
}
.bio-title {
  color: #009ee0;
  margin: 15px 0 5px;
  font-size: 24px;
  line-height: 1.4;
}
.bmt {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 20px;
  margin-top: 0;
  line-height: 1.3;
}
.lil {
  background-color: #009ee0;
  height: 3px;
  position: relative;
  width: 90%;
  margin: auto;
  visibility: hidden;
  transition: all 200ms ease;
}
.lil svg {
  top: -2px;
  position: absolute;
  width: 19px;
  height: 19px;
  color: #009ee0;
}
.bio_box.bc_active .lil {
  visibility: visible;
}
.notouch .bio_box:hover .bio-title,
.notouch .bio_box:hover .bmt,
.notouch .bio_box2:hover .bio-title,
.notouch .bio_box2:hover .bmt,
.notouch .bio_box3:hover .bio-title,
.notouch .bio_box3:hover .bmt,
.notouch .bio_box0:hover .bio-title,
.notouch .bio_box0:hover .bmt{
	color:#4ea2c4;
}
.bioless,
.bioless2,
.bioless3,
.bioless0 {
	display: inline-block;
	cursor: pointer;
}

.cellpad {
	margin-bottom: 24px;
}

.sidebar-area blockquote {
	hyphens: none;
}
.core-vaules-cols .wp-block-column {
  background-color: #f9f9f9;
  padding: 10px;
  color: #4d4d4d;
  text-align: center;
  border-radius: 15px;
}
.core-vaules-cols .wp-block-image {
  max-width: 100px;
  margin: auto;
}
.core-vaules-cols .wp-block-column p {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  margin: 20px 0;
}
#hcb-1 {
	position: fixed;
	z-index:2;
	bottom: 23%;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.4);
	text-align: center;
	color: #fff;
}
#hcb-1.lockr {
	position: absolute;
}
#hcb-1 h1 {
	color: #fff;
	text-transform: uppercase;
	margin: 10px 0;
    font-size: 3.25em;
    font-weight: 700;
   	font-family: 'Roboto Condensed', sans-serif;
   	letter-spacing: 3px;
}
#hcb-1 h1 span{
	color: transparent;
	transition-duration: 0.5s;
	text-shadow: rgba(255,255,255,.7) 0px 0px 7px;
	text-shadow: rgba(255,255,255,.7) 0px 0px 7px 0.01em;  /* ie 10+ */
}
#hcb-1 h1 span.semiblur{
	transition-duration: 0.5s;
	text-shadow: rgba(255,255,255,.8) 0px 0px 7px;
	text-shadow: rgba(255,255,255,.8) 0px 0px 7px 0.01em;  /* ie 10+ */
}
#hcb-1 h1 span.unblur{
	transition-duration: 0.5s;
	text-shadow: 0 0 0px rgba(255,255,255,1);
}

#nf-field-4-container .nf-field-element{
	text-align: right;
}
#sect-1 {
	background-color: transparent;
}

#sect-10 a {
	color:#616265;
}
.notouch #sect-10 a:hover {
	color:#4ea2c4;
}
.ninja-forms-req-symbol {
	color:#4ea2c4 !important;
	line-height: 0;
	font-size: 30px;
}
.bio_detail_cont {
	text-align: left;
}
.bio_detail_cont p {
	margin-top: 0;
}
.wprmenu_bar {
	/* display: none; */
}
html body div.wprm-overlay {
    background: rgba(0,0,0,0);
}
#mg-wprm-wrap ul li {
  border-bottom: 1px solid rgba(255,255,255,.5);
}
#mg-wprm-wrap li.menu-item a {
    padding: 8px 0 8px 15px;
}
#wprmenu_bar .menu_title a {
  top: 9px;
}
#mobile-social {
  color: #ffffff;
  padding: 8px 15px;
}
#mobile-social p {
  font-size: 20px;
  display: inline-block;
}

.wprm_after_menu_content {
    border-bottom: none !important;
}
#mobile-social .linkedin-icon a:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-size: 20px;
  vertical-align: initial;
}
#mobile-social .twitter-icon a:before {
  content: "\f08c";
  font-family: "Font Awesome 5 Brands";
  font-weight: 900;
  color: #ffffff;
  width: 15px;
  height: 15px;
  font-size: 20px;
  vertical-align: initial;
}
.twitter-icon, .linkedin-icon {
  display: inline-block;
  padding-left: 10px !important;
}
.twitter-icon a, .linkedin-icon a {
  padding: 0;
}
	.custom #wprmenu_menu_ul {
		padding-bottom: 0;
	}
	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
		-webkit-transition:all .4s;
		-moz-transition:all .4s;
		-o-transition:all .4s;
		transition:all .4s;
	}


	#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
		border: none;
	}
	body #mg-wprm-wrap.cbp-spmenu.custom {
    	/*top: 100px !important*/
    }
    html.wprmenu-body-fixed body {
	    position: relative !important;
    }
.page-id-20 h3 {
	text-align: left;
}

/*begin new styles */
#secondary li {
  display: none;
}
 #secondary .current-menu-ancestor ul li {
    display: inline-block;
    padding: 0;
}
#secondary .current_page_parent > a:first-child,
#secondary .current_page_parent > span {
    display: none;
}
#secondary ul ul li:last-child span {
  display: none;
}
#secondary .current_page_parent {
  display: inline-block;
}
#secondary ul {
  text-align: center;
  padding: 0;
}
#secondary .current-menu-ancestor ul li span {
  padding: 0 15px 0 20px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
}
#secondary .current-menu-ancestor ul li a {
  color: #4d4d4d;
  font-size: 22px;
  letter-spacing: .5px;
  vertical-align: bottom;
}
#secondary .current-menu-ancestor ul li.current_page_item a {
  color: #009ee0;
}
#secondary .current-menu-ancestor ul li:hover a {
  color: #009ee0;
}
#feat_cont {
  height: 200px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
#primary {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-id-11 #primary {
  margin-top: 80px;
  margin-bottom: 0;
}
.entry-content-last {
  margin-bottom: 40px;
}
.entry-content-not-last {
  margin-bottom: 14px;
}
.p-full {
  position: relative;
  background: #009ee0;
  color: #ffffff;
  padding: 10px 0;
  margin-bottom: 14px;
}
.p-full:before {
  position: absolute;
  content:"";
  background: #009ee0;
  width:200%;
  height: 100%;
  top:0;
  left:-100%;
  z-index: -1;
}
.p-full:after {
  position: absolute;
  content:"";
  background: #009ee0;
  width:200%;
  height: 100%;
  top:0;
  right:-100%;
  z-index: -1;
}
.home #feat_cont {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 90vh;
}
#home-tagline {
  position: absolute;
  left: 5%;
  bottom: 3%;
  width: 95%;
}
#home-tagline h1 {
  font-size: 100px;
  color: #8c8c8c;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: .9;
  margin-left: -3px;
}
#home-tagline h1 span {
  display: block;
  color: #009ee0;
  font-weight: 900;
}
#home-tagline h2 {
  font-weight: 500;
  color: #8c8c8c;
  font-size: 40px;
  width: 50%;
  max-width: 705px;
}
.home .entry-content h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
.home-icon-4-cols {
  position: relative;
  background-color: #009ee0;
  margin-top: 40px;
  text-align: center;
  max-width: 1540px;
  margin: 40px auto;
}
.home-icon-4-cols:before {
  position: absolute;
  content:"";
  background: #009ee0;
  width:200%;
  height: 100%;
  top:0;
  left:-100%;
  z-index: -1;
}
.home-icon-4-cols:after {
  position: absolute;
  content:"";
  background: #009ee0;
  width:200%;
  height: 100%;
  top:0;
  right:-100%;
  z-index: -1;
}
.home-icon-4-cols  .wp-block-image {
  margin-bottom: 0;
}
.home-icon-4-cols img {
  width: 90%;
  margin: 20px auto 0;
  max-width: 200px;
}
.home-icon-4-cols p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
}
.home-2-cols {
  max-width: 1540px;
  margin: 40px auto;
}
.home-1-cols {
  position: relative;
  max-width: 1370px;
  margin: 80px auto -40px;
  padding: 60px 0;
}
.home-1-cols:before {
  position: absolute;
  content: "";
  background-color: #713795;
  width:200vw;
  height: 100%;
  top: 0;
  left:-50vw;
  z-index: -1;
}
.home-spotlight .news_cont {
  margin-bottom: 0;
  display: inline-block;
}
.home-spotlight h2 {
  color: #ffffff;
  /* text-align: left !important; */
  font-weight: 400 !important;
  font-size: 42px !important;
  margin-bottom: 0;
}
.home-spotlight .news_cont a,
.home-spotlight .news_cont a p,
.home-spotlight .news_cont .button {
    color: #fff;
}
.home-spotlight h3 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0;
}
.home-spotlight .news_cont a p {
  font-size: 26px;
}
.home-2-cols .wp-block-column:nth-of-type(1){
  flex-basis: 30%;
}
.home-2-cols .wp-block-column:nth-of-type(1) img {
  width: 90%;
  margin: auto;
  max-width: 300px;
}
.home-2-cols .wp-block-column:nth-of-type(2){
  flex-basis: 67%;
  padding-top: 25px;
}
.home-2-cols .wp-block-column:nth-of-type(2) p {
  font-size: 24px;
  color: #575757;
  margin-bottom: 14px;
}
.home-btn .wp-block-button__link {
  background-color: #713795 !important;
  font-size: 22px !important;
  font-style: italic;
  font-weight: 400 !important;
  border-radius: 50px !important;
  padding: 8px 30px !important;
  margin-top: 20px;
  transition: all 200ms ease !important;
}
.home-btn .wp-block-button__link:hover {
  opacity: .7;
}
.investor-cols a {
  color: initial;
  text-decoration: none;
  border-bottom: none;
}
.investor-cols p {
  text-align: center;
}
.investor-cols img {
  max-width: 250px;
}
.page-template-sab .nyb {
  margin-bottom: 40px;
}
.page-template-sab .group-6 {
  margin-bottom: 40px !important;
}
.page-template-sab .bio_box {
  width: 26%;
  background-color: #f8f8f8;
  margin: 0;
}
.page-template-sab .bio_box:nth-of-type(2) {
  margin: 0 10%;
}
.page-template-sab .inset_label {
  margin-bottom: 5px;
}
.page-template-sab .nyb:last-of-type .bio_box {
  margin-right: 0;
}
.platform-cols .wp-block-column {
  background-color: #f9f9f9;
  border-radius: 25px;
  padding: 22px;
  border: 2px solid #fff;
  transition: all 200ms ease;
}
.platform-cols .wp-block-column:hover {
  border: 2px solid #009ee0
}
.platform-cols a,
.platform-cols a:hover {
  color:#4d4d4d;
  text-decoration: none;
  border:none;
}
.platform-cols .wp-block-column p:nth-of-type(1) {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #009ee0;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  margin-top: 14px;
}
.platform-cols .wp-block-column p:nth-of-type(2) {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 0;
}
.platform-cols .wp-block-column .wp-block-image {
  max-width: 100px;
  margin: auto;
}
.publications-header {
  position: relative;
  background: #009ee0;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 5px 0;
}
.publications-header:before {
  position: absolute;
  content:"";
  background: #009ee0;
  width:200%;
  height: 100%;
  top:0;
  left:-100%;
  z-index: -1;
}
.publications-header:after {
  position: absolute;
  content:"";
  background: #009ee0;
  width:200%;
  height: 100%;
  top:0;
  right:-100%;
  z-index: -1;
}
.pipeline-4-cols {
  margin-bottom: 40px;
}
.pipeline-4-cols-header {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.pipeline-4-cols .wp-block-column {
  background-color: #71319c;
  border-radius: 25px;
  text-align: center;
  padding: 22px;
  color: #ffffff;
}
.pipeline-4-cols .wp-block-column p:nth-of-type(1) {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 14px;
  min-height: 50px;
}
.pipeline-4-cols .wp-block-column p:nth-of-type(2) {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
.pipeline-table table {
  width: 99%;
}
.pipeline-table td{
  width: 33%;
  border:none;
  font-family: 'proxima-nova', sans-serif;
}
.pipeline-table td:nth-of-type(1){
  width: 20%;
}
.pipeline-table td:nth-of-type(2){
  width: 40%;
}
.pipeline-table td:nth-of-type(3){
  width: 40%;
}
.pipeline-table tr:nth-of-type(3) td:nth-of-type(1),
.pipeline-table tr:nth-of-type(1) td:nth-of-type(1) {
  background-color: #00aae3;
  color:#ffffff;
}
.pipeline-table tr:nth-of-type(3) td:nth-of-type(2),
.pipeline-table tr:nth-of-type(1) td:nth-of-type(2) {
  background-color: #8ad4f2;
}
.pipeline-table tr:nth-of-type(5) td:nth-of-type(1) {
  background-color: #2f66c8;
  color:#ffffff;
}
.pipeline-table tr:nth-of-type(5) td:nth-of-type(2) {
  background-color: #98b2e4;
}
.pipeline-table tr:nth-of-type(7) td:nth-of-type(1) {
  background-color: #71319c;
  color:#ffffff;
}
.pipeline-table tr:nth-of-type(7) td:nth-of-type(2) {
  background-color: #b998cf;
}
.pipeline-table tr:nth-of-type(9) td:nth-of-type(1) {
  background-color: #3e1957;
  color:#ffffff;
}
.pipeline-table tr:nth-of-type(9)  {
  background-color: #9e8cab;
}
.pipeline-table tr:nth-of-type(2n-1) td:nth-of-type(3) {
  background-color: #e2e2e2;
  border-left: 2px solid #ffffff;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
}
.pipeline-table td:nth-of-type(1) {
  border-right: 2px solid #ffffff;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
}
.pipeline-table tr:nth-of-type(2n) td {
  padding-top: 0;
  padding-bottom: 11px;
}
.pipeline-table td:nth-of-type(2) {
  color:#000000;
}
.header-p {
  margin-bottom: 10px;
  font-weight: 700;
}
.contact-cols p {
  line-height: 1.4;
}
.contact-cols .wp-block-image {
  margin-bottom: 3em;
}
.contact-cols .wp-block-column:nth-of-type(2) {
  margin-left: 130px;
}
.contact-cols .wp-block-column:nth-of-type(2) a {
  color: #4d4d4d;
  text-decoration: none;
  border-bottom: none;
  transition: color 200ms ease;
}
.contact-cols .wp-block-column:nth-of-type(2) a:hover {
  color: #009ee0;
  text-decoration: underline;
  border-bottom: none;
}
.single-entry-header.entry-header .entry-title {
  font-size: 32px;
  margin-bottom: 10px;
  text-shadow: none;
  text-transform: none;
  padding-top: 0;
  text-align: left;
}
.back-bttn {
  float:right;
  padding-bottom:10px;
  padding-right: 4%;
}
.back-bttn:hover {
  cursor: pointer;
}
.search-results .entry-header .entry-title {
  font-size: 22px;
  text-align: left;
  padding-top: 0;
  margin-bottom: 20px;
  text-transform: none;
}
.search-results .post-thumbnail,
.search-results .entry-footer {
  display: none !important;
}
.search-results .entry {
  margin-top: 20px;
}


#nf-form-1-cont .ninja-forms-req-symbol,
#nf-form-1-cont .nf-form-fields-required,
#nf-form-1-cont .label-hidden .nf-field:after {
  display: none;
}
#nf-form-1-cont .list-radio-wrap .nf-field-element li {
  font-size: 20px;
  line-height: 1.4;
}
#nf-form-1-cont .list-radio-wrap .nf-field-element li:before {
  content: none;
}
#nf-form-1-cont .list-radio-wrap .nf-field-element li input {
  margin-top: 7px;
}
#nf-form-1-cont .list-radio-wrap .nf-field-element li label {
  margin-left: 28px;
}
.tab-holder,
.tab-content {
  display: none;
}
.tab-holder.active,
.tab-content.active {
  display: block;
}
.platform-cols .wp-block-column.active {
  border: 2px solid #009ee0
}
@media screen and (max-width: 1777px) {
  #home-tagline h1 {
    font-size: 80px;
  }
  #home-tagline h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1365px) {
  #home-tagline {
    left: 2%;
    bottom: 2%;
  }
  #home-tagline h1 {
    font-size: 70px;
  }
  #home-tagline h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1335px) {
    #hcb-1 h1 {
		font-size: 3.0em;
    }
}
@media screen and (max-width: 1300px) {
	.entry-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.entry-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1240px) {
    #hcb-1 h1 {
		font-size: 2.75em;
    }
}
@media screen and (max-width: 1145px) {
    #hcb-1 h1 {
		font-size: 2.5em;
    }
}
@media screen and (max-width: 1050px) {
    #hcb-1 h1 {
		font-size: 2.25em;
		letter-spacing: 2px;
    }
}
@media screen and (max-width: 1024px) {
  #home-tagline {
    width: 70%;
  }
  #home-tagline h2 {
    font-size: 22px;
    width: 100%;
  }
  .entry-header .entry-title {
    font-size: 40px;
  }
  .home-icon-4-cols img {
    max-width: 160px;
  }

}

@media screen and (max-width: 1023px) {
  .home #feat_cont {
    background-position: 43% 53%;
    height: 70vh;
  }
  #home-tagline h2 {
    font-size: 20px;
  }

  #home-tagline h1 {
    font-size: 55px;
  }
  .site-content {
    padding-top: 29px;
  }
  .bio_box {
    width: 25%;
    margin-bottom: 25px;
  }
  .bio_box:nth-of-type(2) {
    margin: 0px 10%;
  }
  .bio-title {
    font-size: 18px;
  }
  .bmt {
    font-size: 16px;
  }
  .platform-cols .wp-block-column {
    margin-bottom: 32px;
  }
  .platform-cols.wp-block-columns {
    flex-wrap: wrap;
  }
  .wp-block-column {
    flex-basis: calc(50% - 16px)!important;
    flex-grow: 0;
  }
  .wp-block-column:not(:first-child) {
    margin-left: inherit;
  }
  .core-vaules-cols .wp-block-column:not(:first-child) {
    margin-left: 12px;
  }
  .core-vaules-cols .wp-block-column p {
    font-size: 18px;
  }
  .wp-block-column:nth-child(2n)  {
    margin-left: 32px;
  }
  .wp-block-columns.pipeline-4-cols {
    flex-wrap: wrap;
  }
  .pipeline-4-cols .wp-block-column {
    margin-bottom: 32px;
  }
  .contact-cols {
    display: block;
  }
  .contact-cols .wp-block-column:nth-of-type(2) {
    margin-left: 0;
  }
  .page-id-11 #primary {
    margin-top: 40px;
    margin-bottom: 0;
  }
  .entry-content ul.pubtabs {
    margin-bottom: 20px;
  }
  .pubtabs li {
    font-size: 18px;
    padding-right: 15px;
    margin-right: 15px;
  }
  .news_cont a p {
    font-size: 18px;
  }
  .news_cont a .date {
    font-size: 16px;
  }
  .news_cont .button {
    font-size: 16px;
  }
  .pub span {
    margin-bottom: 20px;
  }
  .news_cont, .careers_cont {
    margin-bottom: 29px;
  }
  .single-entry-header.entry-header .entry-title {
    font-size: 22px;
    margin-bottom: 0;
  }
  .tab-content,
  .tab-content.active {
    display: none;
  }
  .wp-block-column.active {
    border: none;
  }
  .platform-cols .wp-block-column {
    height: max-content;
    min-height: 300px;
  }
  .platform-cols .wp-block-group__inner-container p.header-p {
    text-align: left;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 800;
    margin: 20px 0 10px;
  }


	ol {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.has-3-columns {
		display: block;
	}
	.has-3-columns .wp-block-column{
		max-width: 60%;
		margin: 12px auto;
	}
}

@media screen and (max-width: 900px) {
  .investor-cols {
    display: block;
  }
  .investor-cols .wp-block-column {
    margin: auto !important;
    text-align: center;
  }
}
@media screen and (max-width: 887px) {
	.main-navigation .main-menu > li {
		padding: 0 6px;
	}
}
@media screen and (max-width: 822px) {
	.main-navigation {
		font-size: 15px;
	}
}

@media screen and (max-width: 785px) {
	#sect-8 .video-date {
		margin-left: 8px;
	}
	#sect-8 .video-cont {
		margin-left: 8px;
	}
	#sect-8 .video-button {
		margin-left: 8px;
	}
	.main-navigation {
		font-size: 14px;
	}
}
@media screen and (max-width: 781px) {
  .core-vaules-cols .wp-block-column {
    margin-bottom: 32px;
  }
  .core-vaules-cols .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
  .core-vaules-cols .wp-block-column:nth-of-type(3){
    margin-left: 0;
  }
  .core-vaules-cols .wp-block-column:last-of-type {
    margin: auto;
  }

}
@media screen and (max-width: 768px) {
  .platform-cols.wp-block-columns {
    display: block;
  }
  .platform-cols .wp-block-column {
    margin-bottom: 12px;
  }
  .platform-cols .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
.mobile-header-img {
  display: none;
}
@media screen and (max-width: 767px) {
  .home #feat_cont {
    background-image: none !important;
    height: initial;
    display: block;
  }
  .home #feat_cont:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    bottom:0;
    left: 0;
    background: rgb(238,238,238);
    background: -moz-linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
    background: linear-gradient(180deg, rgba(238,238,238,0) 0%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#eeeeee",GradientType=1);
  }
  .mobile-header-img {
    display: inline-block;
  }
  #home-tagline {
    position: relative;
    left:4%;
    top: -40px;
    width: 96%;
  }
  #home-tagline h1 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
  #home-tagline h2 {
    font-size: 16px;
    max-width: 98%;
    width: 98%;
  }
  .home #primary {
    margin-top: 0;
  }
  .home .entry-content h2 {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  .home-icon-4-cols {
    margin: 20px auto 40px;
  }
  .home-icon-4-cols p {
    font-size: 21px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .home-icon-4-cols img {
    margin: 0 auto 0;
  }
  .home-2-cols .wp-block-column:nth-of-type(2) p {
    font-size: 18px;
  }
	.has-3-columns .wp-block-column{
		max-width: none;
	}
  .entry-header .entry-title {

    font-size: 30px;
  }
	.bio_box, .bio_box2,.bio_box3,.bio_box0 {
		display: block;
		width: auto;
	}
	.bio_box2,.bio_box3 {
		min-height: 0;
		margin-top: 30px;
	}
	.bio_box2 .bio_detail_cont,
	.bio_box3 .bio_detail_cont {
		margin-top: 12px;
	}
	.main-navigation {
		font-size: 13px;
	}
  .bio_box:nth-of-type(2) {
    margin: auto;
  }
  .site-name {
    float: none;
  }
	blockquote {
		width: 90%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	blockquote:before,
	q:before {
		font-size: 8em;
	    left: -53px;
	    top: 0;
	}
	blockquote p:after, q p:after {
	    font-size: 8rem;
	    right: 0px;
	    bottom: -1rem;
    }
	h2 {
		font-size: 26px;
	}
    h3 {
		font-size: 22px;
	}
	h4,.news_head h4 {
		font-size: 19px;
		margin-top: .5rem;
	}
	.bmt {
		margin-top: 5px;
	}
	.news_cont a .date {
		font-size: 1rem;
	}
  .news_cont .button {
    font-size: 16px;
  }
	.button {
		font-size: 1rem;
	}
	body {
		font-size: 16px;
	}
	.home .has-6-columns .wp-block-column {
		flex: none;
		display: block;
		text-align: center;
	}
	.home .has-6-columns {
		display: block;
		text-align: center;
	}
	.bio_box2,.bio_box3 {
		margin-bottom: 24px;
	}
	.home hr {
		display: block;
	}
  .bio_box img, .bio_box2 img, .bio_box3 img, .bio_box0 img {
    max-width: 240px;
  }
  .nyb:last-of-type .bio_box {
    margin: 0px 10%;
  }
  .page-template-sab .nyb {
    margin-bottom: 0;
  }
  .page-template-sab .bio_box {
    width: 100%;
    margin: 0 auto !important;
    background-color: transparent;
  }
  .page-template-sab .bio_box:nth-of-type(2) {
    margin: auto;
  }
  .page-template-sab .inset_label {
    margin-bottom: 15px;
    background-color: #f8f8f8;
  }
  .page-template-sab .bio-title {
    padding: 20px 0;
  }
  #secondary .current-menu-ancestor ul li a {
    font-size: 18px;
  }
  #secondary .current-menu-ancestor ul li span {
    padding: 0 10px 0 15px;
    font-size: 20px;
    line-height: 20px;
  }
  .home-spotlight h3 {
    font-size: 22px;
  }
  .home-spotlight .news_cont a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 740px) {
	#hcb-1 h1 {
		font-size: 1.5em;
	}
}
@media screen and (max-width: 720px) {
	.wprmenu_bar {
		display: block;
	}
	.main-navigation {
		display: none;
	}
	#mg-wprm-wrap.cbp-spmenu-right {
		height: auto;
	}
	#mg-wprm-wrap.cbp-spmenu.custom {
		top: 110px;
	}
	#wprmenu_menu_ul {
		padding-bottom: 0;
	}
	html .wprmenu_bar #custom_menu_icon.hamburger {
		background-color: transparent !important;
	}
	.home .site-header {
		background-color: rgba(255,255,255,.8);
	}
}
@media screen and (max-width: 670px) {
	#sect-8 .video-date {
		margin-left: 0;
	}
	#sect-8 .video-cont {
		margin-left: 0;
	}
	#sect-8 .video-button {
		margin-left: 0;
	}
	.wp-block-columns {
		display: block;
	}
    .wp-block-column:not(:first-child) {
    	margin-left: 0;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 0;
	}
	.wp-block-column:nth-child(2n+1) {
    	margin-right: 0;
	}
  .core-vaules-cols .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
	.has-3-columns .wp-block-column{
		max-width: none;
	}
	.wp-block-columns {
		display: block;
	}
	.has-2-columns{
		display: block;
	}
	.wp-block-quote:not(.is-large):not(.is-style-large) {
		padding-left: 0;
		padding-right: 0;
	}

	blockquote:before,
	q:before,
	blockquote p:after,
	q p:after {
		font-size: 6rem;
	}
	blockquote:before, q:before {
		/*left: -60px;
		top: 35px;*/
	}
	blockquote p:after, q p:after {
		bottom: 0;
		right: -10px;
	}
	ol li {
	    position: relative;
	    counter-increment: li;
	    margin-left: 30px;
	    padding: 5px 0;
	    margin-bottom: 10px;
	}
	ol li:before {
		height: 26px;
		width: 26px;
		left: -20px;
		font-size: 13px;
	}
}
@media screen and (max-width: 500px) {
  .home-icon-4-cols img {
    max-width: 110px;
  }
  .home-icon-4-cols img {
    margin: 0 auto;
  }
  .home-1-cols {
    margin: 40px auto -40px;
    padding: 20px 0;
  }
  .home-2-cols .wp-block-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
	#hcb-1 h1 {
	    font-size: 1.5em;
	}
	.site-header {
		height: auto;
	}
	.entry .entry-content > p:first-child {
		margin-top: 12px;
	}
	.site-footer {
		padding-left: .5em;
		padding-right: .5em;
		text-align: center;
	}

}
@media screen and (max-width: 380px) {
	.site-info {
		font-size: 0.7em;
	}

}
@media screen and (max-width: 360px) {
	.site-info {
		font-size: 0.55em;
	}
	#hcb-1 h1 {
	    font-size: 1.25em;
	}
}
