/*
Theme Name: TymbreIQ 2026
Author: SuperVox / Deyo Designs
Version: 20.1.9


*/
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */

@font-face {
  font-family: "Neuzeit Grotesk";
  src: url("inc/fonts/neuzeit-grotesk-regular.woff");
}

@font-face {
  font-family: "Neuzeit Grotesk Bold";
  src: url("inc/fonts/neuzeit-grotesk-bold.woff");
}

/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
	color: #272c30;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0;
}

/* Fallback title styles */
h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

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

.comments-area pre {
	background: #d7dee5;
}

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

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

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

.entry-content li {
	margin-bottom: 2%;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

/* Tables */
table {
	font-size: 18px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
}

table thead {
	background: #ededed;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #ededed;
}

table tr:last-child td {
	border-bottom: none;
}

table tr:nth-child(even) {
	background: #ededed;
}

/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
	color: #62707c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
	/* The blog title in the block editor. */
	font-size: 42px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 3%;
	position: relative;
	z-index: 5;
	line-height: 1.3;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 32px;
	}
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #0072e5;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {
	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1000px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 15px;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}

select {
	background: #fff url(images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}
	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}

/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.menu-toggle {
		display: block;
	}
}

.button-toggle {
	background: none;
	padding: 0;
	color: #fff;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
	box-shadow: none;
	color: #fff;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media (max-width: 1000px) {
	.top-navigation .main-navigation {
		border-bottom: none;
	}
}

.site-header .container {
	display: block;
}


@media (max-width: 1000px) {
	.header-text {
		max-width: 100%;
		margin-bottom: 6%;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.header-text {
		margin-bottom: 8%;
	}
}

.header-text:empty {
	margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
	color: #272c30;
	font-size: 34px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 600;
}

@media only screen and (max-width: 500px) {
	.header-text h1,
	.header-text .browsing {
		font-size: 28px;
	}
}

.header-text p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 0;
}

@media (max-width: 1000px) {
	.header-text p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.header-text p {
		font-size: 16px;
		margin-top: 3%;
	}
}

.header-text a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.header-text a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
	margin-top: 1%;
	width: 100%;
}

.archive.author .browsing {
	display: none;
}

.search-results .browsing {
	display: none;
}

.text-empty {
	display: none;
}

.header-text h2:empty,
.header-text p:empty {
	display: none;
}

.top-navigation {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.top-navigation-right {
	float: right;
	display: inline-block;
	max-width: 70%;
}

#secondary-navigation {
	display: inline-block;
	width: 60%;
}

.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.top-navigation #secondary-navigation {
		display: none;
	}
}

.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}

.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
	padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
	background: #272c30;
	top: 52px;
	left: -15px;
	border: none;
}

.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
}

.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.main-navigation a {
	color: #272c30;
}

.main-navigation a:hover {
	color: #0072e5;
}

.main-navigation ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	position: relative;
}

.main-navigation ul li a {
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
	color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
	color: #fff;
}

.main-navigation .menu-cta a {
	border-radius: 5px;
	color: #fff;
	padding: 4px 12px;
	background: #272c30;
}

.main-navigation .menu-cta a:hover {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
	line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
	position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
	position: relative;
}



@media (max-width: 1000px) {
	.site-header .menu-item-has-children > a::after,
	.site-header .page_item_has_children > a::after {
		display: none;
		pointer-events: none;
	}
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
	content: "\e906";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
	display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
	color: #a6b5c1;
	top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1.4;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #424851;
	border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
	cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
	animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
	position: absolute;
	width: 200px;
	top: 52px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	background: #15171a;
	left: -999em;
	z-index: 100;
	border-radius: 3px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}

.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}

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

.main-navigation li ul li:last-child a {
	border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
	padding: 15px 20px;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	line-height: 1.6;
	color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
	color: #fff;
}

.main-navigation li ul li ul {
	padding: 0;
}

.main-navigation ul ul {
	top: 0;
}

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

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
	display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
	left: 0;
}

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

.site-header .sub-menu::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	content: " ";
	display: block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #181c1f;
	border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: 100%;
	padding: 15px;
	background: #0072e5;
	transition: 0.2s ease;
	text-align: center;
}

.mobile-navigation button {
	width: 100%;
}

@media (max-width: 1000px) {
	.mobile-navigation {
		display: inline-block;
	}
}

.toggle-active {
	background: #0072e5;
}

.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}

@media (max-width: 1000px) {
	.drawer .drawer-navigation {
		font-size: 17px;
		display: inline-block;
	}
}

.drawer .drawer-navigation .menu {
	margin: 0;
}

.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}

.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}

.drawer .drawer-navigation ul li:hover {
	border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}

.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}

.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
	color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
	display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
	padding: 2% 0 0 0;
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar */
}

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .meta-list a {
	font-weight: 300;
	color: #0072e5;
}

.entry-content .meta-list a:hover {
	color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	display: inline-block;
	background: #ededed;
}

@media (max-width: 600px) {
	.author-profile {
		padding: 8% 4%;
	}
}

.archive .author-profile {
	margin-top: 0;
	margin-bottom: 5%;
}

.author-columns .author-profile {
	margin: 0;
	border-top: none;
	border: solid 1px #cbcbcb;
	padding: 35px;
	transition: 0.2s ease;
}

@media (max-width: 1000px) {
	.author-columns .author-profile {
		padding: 30px 0;
	}
}

.author-columns .author-profile .author-profile-title {
	font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
	font-size: 14px;
	padding-left: 100px;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-info {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-links {
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-links {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-avatar img {
	transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
	transform: scale(1.1);
}

.author-profile-avatar {
	display: block;
	margin: 0 auto;
}

.author-profile-avatar img {
	border-radius: 100px;
}

.author-profile-avatar {
	position: absolute;
}

.author-profile-info {
	padding: 0 0 0 90px;
	font-size: 16px;
	line-height: 1.6;
}

.author-profile-links {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.author-profile-links a {
	background: #272c30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.author-profile-links a:hover {
	opacity: 0.8;
}

.author-profile-links a:first-child {
	margin-right: 5px;
}

.author-profile-links i {
	font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
	margin-bottom: 10px;
}

.author-profile-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	.author-profile-title {
		font-size: 18px;
	}
}

.archive .author-profile-title {
	font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}

.pagination a {
	color: #272c30;
}

.pagination a,
.pagination span {
	background: #ededed;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: 600;
	text-align: center;
	line-height: 1.9;
	vertical-align: middle;
	height: 50px;
}

@media (max-width: 600px) {
	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
}

.pagination .next,
.pagination .prev {
	font-size: 0;
	line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-size: 18px;
}

.pagination .next {
	text-indent: 3px;
}

.pagination .next::after {
	content: "\e906";
}

.pagination .prev {
	text-indent: -3px;
}

.pagination .prev::after {
	content: "\e905";
}

@media (max-width: 600px) {
	.pagination .next::after,
	.pagination .prev::after {
		font-size: 17px;
	}
}

.page-numbers {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.page-numbers {
		font-size: 17px;
	}
}

.page-numbers.current,
.page-numbers:hover {
	background: #0072e5;
	color: #fff;
}

span.page-numbers.dots {
	background: transparent;
	color: #272c30;
}

.post-navigation {
	margin-top: 10%;
	line-height: 1.4;
	width: 100%;
	display: block;
	font-weight: 600;
}

.post-navigation::before, .post-navigation::after {
	content: "";
	display: table;
}

.post-navigation::after {
	clear: both;
}

.post-navigation a {
	color: #272c30;
}

.post-navigation a:hover .post-title {
	color: #0072e5;
}

.post-navigation span {
	vertical-align: top;
}

.post-navigation .meta-title {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.post-navigation .post-title {
	font-size: 20px;
	transition: 0.3s ease;
}

@media (max-width: 600px) {
	.post-navigation .post-title {
		font-size: 16px;
	}
}

.nav-next,
.nav-previous {
	display: inline-block;
	float: left;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {
	.nav-next,
	.nav-previous {
		width: 100%;
	}
}

.nav-previous + .nav-next {
	text-align: right;
	float: right;
}

@media (max-width: 600px) {
	.nav-previous + .nav-next {
		text-align: left;
		margin-top: 15px;
	}
}

.nav-previous i {
	margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
	#page .alignleft {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignleft img {
		width: 100%;
	}
}

#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
	#page .alignright {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignright img {
		width: 100%;
	}
}

#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}

.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
	border-left-color: #a6b5c1;
}

#main .tiled-gallery {
	margin-bottom: 1.2em;
}

#main .tiled-gallery p {
	margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
	margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5%;
	visibility: hidden;
}

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

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

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	color: #272c30;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}

#wp-calendar caption {
	text-align: center;
	background: #ededed;
	padding: 5px 10px;
	font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr th {
	background: #272c30;
	color: #fff;
	margin: -10px -10px 10px -10px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 2px 0;
	border-right: solid 1px #ededed;
	border-top: solid 1px #ededed;
}

#wp-calendar tfoot td {
	border-top: solid 1px #ededed;
	border-right: solid 1px #d9dee3;
	padding: 7px 0 5px 0;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar a {
	color: #272c30;
}

#wp-calendar a:hover {
	color: #62707c;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comment-navigation {
	font-size: 16px;
	margin: 0 0 6% 0;
}

.comment-navigation .button {
	display: inline-block;
}

.comment-navigation .button:empty {
	display: none;
}

.comment-navigation .nav-previous a::before {
	content: "\e904";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

.comment-navigation .nav-next a::after {
	content: "\e903";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-left: 10px;
}

.comments-area {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10%;
	padding-top: 10%;
	border-top: solid 3px #eee;
}

@media (max-width: 1000px) {
	.comments-area {
		margin-top: 7%;
	}
}

.comment-list + .no-comments {
	margin-top: 1.2em;
	text-align: center;
	position: relative;
}

.comment-list + .no-comments span {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments span {
		padding: 0 20px;
	}
}

.comment-list + .no-comments::after {
	content: " ";
	display: inline-block;
	height: 2px;
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 5;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments::after {
		top: 14px;
	}
}

h3.comment-reply-title {
	font-size: 32px;
	margin-bottom: 5%;
	position: relative;
	font-weight: 600;
}

@media (max-width: 600px) {
	h3.comment-reply-title {
		font-size: 22px;
	}
}

h3.comments-title {
	margin-bottom: 10%;
}

#commentform,
#respond form {
	display: inline-block;
	width: 100% !important;
	min-width: 100%;
}

.comment-list #commentform {
	margin-top: 2%;
}

.comment-info {
	display: inline-block;
	margin: 0;
}

@media (max-width: 1000px) {
	.comment-info {
		line-height: 2;
	}
}

.comment-content {
	font-size: 18px;
	line-height: 1.6;
	background: #ededed;
	padding: 30px;
	position: relative;
	border-radius: 5px;
}

.comment-content::after {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ededed;
}

@media (max-width: 1000px) {
	.comment-content {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.comment-content {
		padding: 20px;
	}
}

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

.entry-content .comment-list,
.entry-content .comment-list li {
	margin-left: 0;
	padding-left: 0;
	counter-reset: li;
}

.comment-list > li {
	list-style-type: none;
	margin-bottom: 6%;
}

.comment-list .children {
	margin: 5% 0 0 0;
	padding-left: 25px;
}

@media (max-width: 600px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list .children li {
	margin-bottom: 6%;
}

.comment-list .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children > li {
	list-style: none;
}

.comment-list .reply {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	border-radius: 100px;
	vertical-align: top;
	width: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.comment-list .avatar {
		margin-top: 3px;
	}
}

.comment-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.comment-cite {
	font-style: normal;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	.comment-cite {
		font-size: 18px;
	}
}

.comment-cite a {
	color: #272c30;
}

.comment-time,
.comment-edit-link {
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
}

.comment-list .comment-reply-title {
	margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.comments-closed p.reply {
	display: none;
}

.comments-closed p:nth-last-child(2) {
	margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 2%;
	display: none;
	color: #62707c;
	font-family: "Public Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.required {
	color: #f35959;
}

.logged-in-as a {
	color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	display: inline-block;
	width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		width: 100%;
		margin-right: 0;
	}
}

.comment-list #respond {
	display: inline-block;
	margin-top: 4%;
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-url {
		margin-bottom: 1em;
	}
}

.form-submit {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.comment-form #submit {
	margin-top: 10px;
	width: auto;
}

@media (max-width: 600px) {
	.comment-form #submit {
		margin: 0;
		width: 100%;
	}
}

.comment-list .comment-respond #submit {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-subscription-form label {
	font-weight: 300;
	font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
	width: 100% !important;
}

.comment-awaiting-moderation {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
}

.comment-awaiting-moderation::before {
	content: "\e90a";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
.post-cats,
.entry-cats {
	margin-bottom: 1.5%;
	position: relative;
	z-index: 10;
}

@media (max-width: 1000px) {
	.post-cats,
	.entry-cats {
		margin-bottom: 5%;
	}
}

.post-cats a,
.entry-cats a {
	background-color: #0072e5;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
	.post-cats a,
	.entry-cats a {
		font-size: 11px;
		padding: 3px 4px;
	}
}

.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
}

.search-results .entry-byline {
	margin-bottom: 5px;
}

.entry-byline a {
	color: #62707c;
}

.entry-byline a:hover {
	color: #272c30;
}

.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}

.meta-avatar {
	position: absolute;
}

.meta-avatar img {
	width: 24px;
	border-radius: 50px;
	margin-right: 5px;
	vertical-align: top;
}

.index-text {
	position: relative;
	z-index: 10;
	margin: 0 5%;
	background: #fff;
	padding: 0 4% 6% 4%;
	border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
	margin-top: -10%;
	padding-top: 4%;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
		visibility: visible;
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}

.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.background-effect {
	position: absolute;
	z-index: -999998;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-header-bg.background-effect {
	background-attachment: scroll;
}

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

.site-main .gallery {
	margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
	.has-wide-image .featured-image,
	.has-wide-image .featured-video {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.featured-image .gallery {
	margin-bottom: 0;
}

.featured-gallery {
	background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.gallery a img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.gallery dd,
.gallery figcaption {
	font-size: 15px;
	text-align: left;
	margin: 0;
}

.gallery-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

#content .wp-playlist-light {
	color: #55626d;
	padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
	background: none;
}

#content .mejs-container:not(.mejs-video) {
	margin-bottom: 1em;
	height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
	border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
	background: transparent;
}

#content .wp-playlist {
	border: none;
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .wp-playlist-tracks {
	margin-top: 3.5%;
}

#content .wp-playlist-item {
	border-bottom: dotted 1px #cad1d8;
	padding: 0;
}

#content .wp-playlist-item:last-child {
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
	padding: 2%;
}

@media (max-width: 1000px) {
	#content .wp-playlist-item .wp-playlist-caption,
	#content .wp-playlist-item-length {
		padding: 4%;
	}
}

#content .wp-playlist-item .wp-playlist-caption {
	color: #272c30;
	display: inline-block;
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
	background: none;
	border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-caption,
	#content .wp-playlist-item-title {
		font-size: 16px;
	}
}

#content .wp-playlist-current-item {
	height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
	margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
	display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
	color: #272c30;
	font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 22px;
	}
}

#content .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-album {
		font-size: 16px;
	}
}

#page .mejs-controls {
	background: #272c30;
}

@media (max-width: 1000px) {
	#page .mejs-controls {
		padding: 0 10px;
	}
}

#page .mejs-controls .mejs-button button:hover {
	background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
	height: 40px;
}

#page .mejs-video .mejs-time {
	height: 35px;
	padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
	margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
	margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: relative;
}

.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
	.drawer {
		display: none !important;
	}
}

.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
	.drawer-menu-explore {
		background: #272c30;
		padding: 15px 5% 30px 5%;
	}
}

.drawer-menu-explore .container {
	padding: 0;
}

.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}

.site-header {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #ededed;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
	padding: 30px 0;
	position: relative;
	z-index: 8;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 8% 0;
	}
}

@media (max-width: 600px) {
	.site-identity {
		padding: 12% 0;
	}
}

.site-title-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	width: 100%;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

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

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

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

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.custom-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1300px;
	width:90%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0;
	}
}

@media (max-width: 600px) {
	.container {
		padding: 0;
	}
}

.container::before, .container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

.single #page {
	margin: 0 auto;
}

#primary {
	margin: 0 auto;
	display: block;

}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link + .page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 5%;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {
	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

#page {

}

@media (max-width: 600px) {
	#page {

	}
}

.site-content {
	display: inline-block;
	width: 100%;
	padding:  0;
	vertical-align: top;
	position: relative;
	z-index: 10;
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;
	margin-bottom: 5%;
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

.entry-content p a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.entry-content p a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	padding: 0;
	font-size: 16px;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #5d5d5d;
	color: #fff;
}

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	color: #d4d5d6;
	text-decoration: underline;
}


@media (max-width: 1000px) {
	.site-footer {
		padding-bottom: 0px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
	margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
	border-top: none;
}

.post-navigation + .site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation + .site-footer {
		box-shadow: none;
	}
}



/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 0;
	width: 100%;
}

@media (max-width: 600px) {
	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}

body {font-family: 'Neuzeit Grotesk', sans-serif;font-size:20px;line-height:32px;font-weight:400;transition:all .3s;}
a {transition:all .3s;}
h1 {font-size:55px;line-height:65px;font-weight:bold;font-family:'Neuzeit Grotesk Bold';text-transform:uppercase;text-shadow:1px 1px 1px #000;}
h2 {font-size:76px;line-height:70px;font-weight:normal;margin-bottom:15px;font-family:'Neuzeit Grotesk';}
h2 a {text-decoration:underline;}
h3 {font-size:46px;line-height:50px;font-weight:bold;margin-bottom:15px;font-family:'Neuzeit Grotesk Bold';}
h4 {margin-bottom:15px;}
h5 {text-transform:uppercase;letter-spacing:2px;}
b, strong {font-weight:bold;font-family:'Neuzeit Grotesk Bold';}
.home .wp-block-genesis-blocks-gb-container.alignfull.gb-block-container:first-of-type h1 {margin-bottom:50px;}
gb-block-container.alignwide .gb-container-inside, .gb-block-container.alignwide .gb-container-inside {max-width:100%;}
.post .entry-header {width: 100vw;margin-left: calc(50% - 50vw);max-width: none;background-color:#242424;margin-bottom:0;color:#fff;display:flex;align-content:center;justify-content:center;align-items:center;}
.post .entry-header h1 {font-weight:700;margin:0;padding:100px 25px;}

@media (max-width: 700px) {
h1, .slider .rap h1 {font-size:44px !important;line-height:52px !important;}
h2 {font-size:50px;line-height:40px;}
h3  {font-size:40px;}
}


.has-dark-pink-color.has-small-font-size {letter-spacing:2px;font-size:17px !important;text-transform:uppercase;font-family:'Neuzeit Grotesk Bold'}
.action, .action a, .wp-block-button, .wp-block-button a {font-family: 'Neuzeit Grotesk', sans-serif;font-size:18px;line-height:20px;font-weight:700;transition:all .3s;}
.action a, .wp-block-button a {display:inline-block;transition:all .3s;}

.wp-block-button a {border-radius:42px !important;border:2px solid #f67730;padding:20px 30px 22px 30px !important;}
.wp-block-button .wp-block-button__link.is-style-outline, .wp-block-button.is-style-outline > .wp-block-button__link {border:2px solid #f67730;}

.has-medium-font-size {font-size:26px !important;font-family:'Neuzeit Grotesk Bold';margin-bottom:10px;}

.has-dark-orange-color.has-text-color, .has-dark-orange-color.has-inline-color, .has-dark-orange-color.has-text-color a {color:#f67730;}
.has-dark-pink-color.has-text-color, .has-dark-pink-color.has-inline-color, .has-dark-pink-color.has-text-color a {color:#cf2655;}
.has-dark-grey-color.has-text-color, .has-dark-grey-color.has-inline-color, .has-dark-grey-color.has-text-color a {color:#5d5d5d;}

.has-light-grey-color.has-text-color, .has-light-grey-color.has-inline-color, .has-light-grey-color.has-text-color a {color:#ededed;}

.has-black-color.has-text-color, .has-black-color.has-inline-color, .has-black-color.has-text-color a {color:#000000;}
.has-white-color.has-text-color, .has-white-color.has-inline-color, .has-white-color.has-text-color a {color:#ffffff !important;}
.has-white-color.has-text-color a:hover {color:#cf2655 !important;}

.wp-block-column.has-white-background-color {padding:25px;}
.wp-block-column.has-light-grey-background-color, .wp-block-column.has-dark-orange-background-color.has-background {padding:25px;}
.wp-block-group.has-light-grey-background-color.has-background {padding:25px;margin-bottom: 10px;}
.wp-block-group.has-white-background-color.has-background {padding:25px;margin-bottom: 10px;}

.wp-block-column p:last-of-type {margin:0;}

.has-dark-orange-background-color {background-color:#f67730;}
.has-light-grey-background-color {background-color:#ededed;}
.has-dark-grey-background-color {background-color:#5d5d5d;}
.has-dark-pink-background-color {background-color:#cf2655;}

.has-black-background-color {background-color:#000000;}
.has-white-background-color {background-color:#ffffff;}

.scroller {font-size:100px;}

.ticker-tape p {margin:0px 20px 50px 20px;display:inline-block;font-size:150px;line-height:150px;letter-spacing:0px;} 

.ticker-tape-container {
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
  display: flex;
}

.ticker-tape {
  --direction: normal;
  --duration: 120s;
  --delay: 0s;
  --iteration-count: infinite;
  display: flex;
  gap: 8.5rem;
  flex: 0 0 auto;
  margin-right: 1rem;
  min-width: 100%;
  align-items: center;
  animation: marquee var(--duration) linear var(--delay) var(--iteration-count);
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 600px) {
.ticker-tape p {margin:0px 20px 50px 20px;display:inline-block;font-size:100px;line-height:100px;letter-spacing:0px;} 
.wp-block-cover {min-height:450px !important;}
}

.wp-block-cover {padding:0px;}

#contact {opacity:0;height;0;overflow:hidden;background-color:#fff;border-radius:10px;padding:20px;position:absolute;width:600px;right:5%;top:170px;border:3px solid #f67730;}
#contact.active {opacity:1;height:auto;}
@media (max-width: 700px) {
#contact {width:90%;top:120px;}
}
.absolute {top:-60px;}
.absolute-pull {position:absolute;top:-60px;}
.pull {position:relative;top:-70px;}
.pull-100 {position:relative;top:-100px;}
.bumped {position:relative;top:38px;}
.bumped .wp-block-button {position:absolute;top:0px;}

.wp-block-image {margin:0;}
.wp-block-columns {margin-bottom:0;}

.rounded {border-radius:10px;}
.rounded img, .rounded figure {border-radius:10px;}
.rounded.border {border:2px solid #242424;border-radius:10px;}
.rounded-top-left {border-radius:60px 0px 0px 0px;}
.rounded-top-right {border-radius:0px 60px 0px 0px;}

.spaced {margin:75px auto !important;max-width:1100px;mix-blend-mode:multiply}

#rmp_menu_trigger-94 {background-color:#f67730 !important;}
#rmp_menu_trigger-94.is-active {background-color: #e8e8e8 !important;}

@media (max-width: 1200px) {
.rounded-top-right {margin-left:5%;}
}
@media (max-width: 780px) {
.rounded-top-right {margin-right:5%;padding:10% 5% !important;}
.wp-block-genesis-blocks-gb-container.alignfull.gb-block-container:first-of-type {min-height:500px;}
}

@media (max-width: 600px) {
	.rounded.border {text-align:center;}
}

.wp-block-column {position:relative;}
.site-header {position:relative;display:block;}
.top-navigation {width:100%;background-color:#fff;display:flex;align-items:flex-end;padding:25px 0px;position:relative;}
.top-navigation .logo {width:50%;margin:0px auto;display:flex;align-items:flex-end;padding-left:3%;}
.top-navigation .logo img {display:block;height:120px;}
.top-navigation .logo span {padding-bottom:10px;padding-left:20px;color:#5d5d5d;}
.top-navigation .rap {display:flex;align-items:flex-end;width:90%;justify-content: space-between;padding:0;margin:0px auto;}
.top-navigation .main-navigation {width:50%;padding:5px 0px 10px 0px;}
.main-navigation ul li {padding:0;}
.top-navigation .main-navigation ul li a {font-size:16px;font-family:'Neuzeit Grotesk Bold';font-weight:normal;text-transform:uppercase;}
.top-navigation .main-navigation ul li a:hover {color:#d4d5d6;}


.main-navigation ul {padding:0;}
.main-navigation ul li {margin:0 25px;border-left:1px solid #5d5d5d;padding-left:50px;}
.main-navigation ul li:last-of-type {margin-right:0;border-right:1px solid #5d5d5d;padding-right:50px;}
.main-navigation ul li a {color:#5d5d5d;font-size:15px;margin:0 !important;line-height:30px !important;text-transform:uppercase;}
.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {color:#f67730 !important;}

.main-navigation ul li.menu-item-has-children:hover a:after {display:none;}
.top-navigation .logo {margin:0;}
.top-navigation-right {float:none;max-width:80%;}
.main-navigation .sub-menu {background-color: #fff;width:400px;top:50px;}

.top-navigation .main-navigation {width:100%;top:20px;}
.main-navigation li ul li {padding:0;margin:0;}
.main-navigation li ul li a, .main-navigation ul li.current-menu-item li a {color:#f67730 !important;border:0;text-transform:uppercase;font-weight:600;line-height:22px !important;padding:5px 20px;}
.main-navigation li ul li a:hover, .main-navigation ul li.current-menu-item li a:hover, .main-navigation ul li li.current-menu-item a {color:#0080ac !important;}
.main-navigation li ul li a:hover:after {display:none !important;} 
.main-navigation ul li.current-menu-item li a:after, .main-navigation ul li li.current-menu-item a:after {display:none !important;} 
.main-navigation .sub-menu {border-radius:0;padding:20px;}
.site-header .sub-menu::before {display:none;}
.main-navigation li:hover > ul {left:-40px;margin-left:0 !important;}

@media (max-width: 1340px) {
.top-navigation .logo span {font-size:15px;}
}
@media (max-width: 1145px) {
.top-navigation .logo {width:60%;}
.main-navigation ul li {margin:0 15px;border-left:1px solid #5d5d5d;padding-left:30px;}
.main-navigation ul li:last-of-type {margin-right:0;border-right:1px solid #5d5d5d;padding-right:30px;}
}

@media (max-width: 1015px) {
.top-navigation .logo {width:80%;}
#menu-main-menu li:nth-of-type(1) {display:none;}
.main-navigation ul li:last-of-type {border:none;margin:0;padding:0;}
}
@media (max-width: 700px) {
.top-navigation .logo img {height:70px;}
.top-navigation .logo {display:block;}
.top-navigation .logo span {padding:0px;}
.top-navigation {padding:10px 0px;}
.top-navigation .main-navigation ul li a {font-size:14px;}
}


.site-footer {background-color:#fff;}
.site-footer .rap {display:flex;align-items:top;width:90vw;margin:25px auto;padding:20px 2%;align-items:flex-end;border:1px solid #d4d4d4;border-radius:10px;color:#5d5d5d;}
.site-footer .rap .footer-column {width:45%;font-size:14px;line-height:22px;}
.site-footer .rap .footer-column:first-of-type {width:100px;}
.site-footer .rap .footer-column:nth-of-type(2) {padding:0px 0px 10px 50px;font-size:18px;width:50%;}
.site-footer .rap .footer-column:nth-of-type(2) a {padding:0px 35px 0px 0px;font-size:18px;}
.site-footer .rap .footer-column:last-of-type {text-align:right;color:#5d5d5d;font-size:12px;}
.site-footer .rap .footer-column img {width:100%;height:auto;margin:0px 0px;display:block;}
.site-footer .rap .footer-column .menu-footer-menu-container ul {margin:0 0 20px 0;padding:0;display:flex;align-items:center;text-align:right;justify-content:right;list-style-type:none;}
.site-footer .rap .footer-column .menu-footer-menu-container ul li {padding:0px 30px 0px 30px;font-family:'Neuzeit Grotesk Bold';font-size:18px;text-transform:uppercase;font-weight:normal;}
.site-footer .rap .footer-column .menu-footer-menu-container ul li a {color:#5d5d5d;fill:#5d5d5d;text-decoration:none;font-weight:normal;letter-spacing:2px;}
.site-footer .rap .footer-column .menu-footer-menu-container ul li a:hover {fill:#d4d5d6;}
.site-footer .rap.mobile {display:none;}
.site-footer a {color:#5d5d5d !important;border:0;text-decoration:none;}
@media (max-width: 1400px) {
.site-footer .rap .footer-column .menu-footer-menu-container ul li {font-size:15px;}
.site-footer .rap .footer-column:nth-of-type(2) {padding:0px 0px 10px 40px;font-size:15px;width:50%;}
.site-footer .rap .footer-column:nth-of-type(2) a {padding:0px 15px 0px 0px;font-size:15px;}
.site-footer .rap .footer-column .menu-footer-menu-container ul li {padding:0px 10px 0px 10px;}
}

@media (max-width: 900px) {
.site-footer .rap {display:flex;flex-wrap:wrap;}
.site-footer .rap .footer-column:first-of-type {width:100%;text-align:center;}
.site-footer .rap .footer-column:first-of-type img {width:75px;margin:0px auto;}
.site-footer .rap .footer-column:nth-of-type(2) {width:100%;text-align:center;margin:25px 0px;padding:0px;}
.site-footer .rap .footer-column:nth-of-type(3) {width:100%;text-align:left;}
.site-footer .rap .footer-column .menu-footer-menu-container ul {justify-content:center;}

}


.hero {position:relative;height:400px;}
.home .hero {position:relative;height:600px;}
.home .hero:before {content:'';position:absolute;z-index:999999;background:url('images/home-3m.svg')no-repeat right center;width:200px;height:80px;background-size:contain;right:0;top:50px;}
.hero .rap {max-width:1250px;margin:0px auto;position:relative;z-index:999;height:100%;width:90%;display:flex;justify-content: center;align-items: center;}
.hero .overlay {position:absolute;left:0;right:0;z-index:5;width:100%;height:100%;top:0; background: rgb(22,65,117, .5);mix-blend-mode:multiply;}
.hero .overlay-logo {display:none;background:url('images/hero-home-logo.svg') no-repeat top left;height:100%;position:absolute;width:40%;background-size:cover;z-index:4;}
.home .hero .overlay-logo {display:block;}
.hero .button {display:flex;letter-spacing:3px;border-radius:0;position:absolute;bottom:0;left:0;right:0;width:auto;background:transparent;padding:0;margin:0px auto;}
.hero .button a {transition:all .3s;color:#fff;font-size:15px;background-color:#7c8676;color:#fff;text-transform:uppercase;display:inline-block;padding:10px 35px 10px 25px;margin:0px auto;text-align:center;position:relative;}
.hero .button a:after {background:url('images/right-arrow-blue.svg') no-repeat center right;background-size:contain;content:'';position:absolute;right:20px;width:10px;height:10px;top:18px;}
.hero .button a:hover {background-color:#f67730;transition:all .3s;}
.hero .button a:hover:after {background:url('images/right-arrow-white.svg') no-repeat center right;background-size:contain;content:'';position:absolute;right:20px;width:10px;height:10px;top:18px;}

.hero .rap h1 {font-size:60px;line-height:60px;color:#fff;text-align:center;font-weight:500;text-shadow: 1px 1px 2px #000;}
.hero .rap span {color:#fff;font-size:24px;line-height:34px;display:block;font-weight:500;text-align:center;margin-top:25px;text-shadow: 1px 1px 2px #000;}
.hero .rap .hero-left {width:75%;color:#fff;font-size:18px;}
.hero .rap .hero-left h1 {line-height:65px;}

#heroslider {width:100%;z-index:0;position:absolute;overflow:hidden;height:100%;}

.parent-pageid-13 .hero .overlay-logo {display:block;background:url('https://idproducts.wpenginepowered.com/wp-content/uploads/2024/09/epson.svg') no-repeat bottom right;height:40px;position:absolute;width:100%;bottom:50px;right:50px;background-size:contain;z-index:999;}

@media (max-width: 1400px) {
.home .hero {height:500px;}
.about-top {padding:5% !important;}
}

@media (max-width: 1500px) {
#heroslider .slick-track {height:100% !important;position:relative;}
#heroslider .slick-list {height:100% !important;}
#heroslider .slick-track img {width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  opacity: 1;
  height: 100%;
  object-fit: cover;
  float: none;}
  }
  
@media (max-width: 1250px) {
.home .hero {height:500px;}
.hero .rap .hero-left h1 {font-size:50px;line-height:60px;}
.hero .rap span {font-size: 20px;line-height: 30px;}


}
@media (max-width: 1100px) {
.home .hero {height:450px;}
.hero .rap .hero-left h1 {font-size:50px;line-height:60px;}
.hero .rap span {font-size: 20px;line-height: 30px;}
}

@media (max-width: 1050px) {
#heroslider .slick-track img.slick-slide {height:100%;width:150% !important;}
.hero .rap .hero-left {width:95%;}

}

@media (max-width: 700px) {
.home .hero:before {display:none;}
.hero .rap .hero-left h1 {font-size:40px;line-height:50px;}
.hero .rap span {font-size: 18px;line-height: 26px;}

.about-top {padding:0% !important;}
}

.crumb, .yoast-breadcrumbs {position:absolute;z-index:15;color:#fff;max-width:unset;width:97%;margin:25px auto;left:0;right:0;font-size:16px;}
.crumb a, .yoast-breadcrumbs a {color:#fff;}
.crumb a:hover, .yoast-breadcrumbs a:hover {color:#cf2655;}
.single-post .crumb a, .single-post .crumb {color:#000;}
.single-post .crumb a:hover{color:#cf2655;}

.hero .action {margin-top:40px;}
.hero .action a {color:#fff;background-color:#353535;border-radius:40px !important;border:none;padding:15px 35px;font-size:20px;}
.hero .action a:hover {background-color:#000;}

.page-id-651 .hero .overlay {display:none;}

.rounded-bottom {padding:50px;border-radius:0px 0px 60px 60px;}


.hovercols {
  padding:25px 0
}

.frm_form_field label {text-transform:uppercase !important;}

.hovercols .three-col {display:flex;align-items:top;}
.hovercols .three-col .col .image-back {position:relative;background-color:#fff;width:100%;aspect-ratio:1/1;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;}
.hovercols .three-col .col {width:32%;margin-right:1%;position:relative;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;aspect-ratio:1/1;}
.hovercols .three-col .col .hide {display:flex;flex-wrap:wrap;opacity:0;transition:all .3s;z-index:2;font-size:16px;line-height:22px;padding:20px;color:#fff;font-weight:400;top:0;left:0;right:0;position:absolute;width:100%;height:100%;background-color:#ededed;text-align:center;margin:0px auto;justify-content:center;align-content:center;}
.hovercols .three-col .col:hover .hide {transition:all .3s;opacity:1;}
.hovercols .three-col .col h4 {padding:25px;transition:all .3s;color:#fff;width:100%;position:relative;z-index:6;font-family:'Neuzeit Grotesk';font-weight:600;text-align:center;margin:0;}
.hovercols .three-col .col:hover h4 {opacity:0;transition:all .3s;color:#fff;}
.hovercols .three-col .col:hover .hide h4 {opacity:1;transition:all .3s;color:#000;text-align:center;padding:25px 0px;}
.hovercols .three-col .col .image-back:before {content:'';background:url('images/corner-gray.svg') no-repeat bottom right;bottom:0;right:0;width:50px;height:50px;position:absolute;background-size:contain;z-index:999;}
.hovercols .three-col .overlay {height: 100%;width: 100%;background-color: rgba(21,37,28,.5);z-index: 0;position:absolute;}

.hovercols .three-col .col .icon {width:125px;height:125px;margin:0px auto 15px auto;z-index:15;position:relative;}

@media (max-width: 900px) {
.hovercols .three-col {display:block;}
.hovercols .three-col .col {width:96%;margin:20px auto;}
}



.wp-block-media-text .wp-block-media-text__content {padding:0 0 0 0%;}
.wp-block-media-text .wp-block-media-text__content {padding-right:0px;padding-left:5%;}
.has-media-on-the-right .wp-block-media-text__content {padding-left:0px;padding-right:5%;}


p:last-of-type {margin-bottom:0;}


.columned {column-count:2;gap:10px;}
.columned-3 {column-count:3;gap:40px;}
.nomargin {margin:0 !important;}


@media (max-width: 700px) {
.columned {column-count:1;gap:0px;}
}


.entry-content p a, .header-text a {box-shadow:none !important;}


.pad {padding:25px 0px;}
.wp-block-media-text__content h3 {margin-bottom:20px;}


@media (max-width: 600px) {
.wp-block-media-text__content {text-align:center;}
.wp-block-media-text .wp-block-media-text__content {padding:25px 10px;}
}

.wp-block-genesis-blocks-gb-testimonial, .testimonials {border-radius:30px;background-size:cover;color:#fff !important;text-align:center !important;padding:25px;font-size:18px;font-weight:300;}
.gb-testimonial-text:before, .testimonial:before {background:url('images/quotemark.svg') no-repeat center center;content:'';display:block;width:50px;height:50px;text-align:center;margin:50px auto 50px auto;}
.gb-testimonial-info, .gb-block-testimonial .gb-testimonial-name, .gb-testimonial-title, .testimonial .credit {color:#d3d4d5 !important;font-size:15px;}
.testimonial .credit {font-weight:600;margin-top:40px;line-height:22px;letter-spacing:2px;color:#d3d4d5;text-transform:uppercase;}
.testimonial .credit span {font-weight:normal;}
.testimonial-rap {max-width:60%;margin:0px auto;}
.thetestimonials {text-align:center;}
.thetestimonials .boxed {display:inline-block;color:#80937a;letter-spacing:2px;font-weight:600;padding: 15px 35px;}


.entry-content ul {padding:0;margin:0;text-align:left;}
.entry-content ul li {list-style-type:none;position:relative;padding:0px 25px 5px 35px;color:#f67730;line-height:22px;}
.entry-content ul li:before {content:'';background:url('images/bullet.svg') no-repeat center center;width:25px;height:25px;background-size:contain;color:#f67730;top:10px;display:inline-block;position:absolute;left:0;transition:all .4s;font-size: 22px;}
.entry-content ul.greyarrows li:before {display:inline-block;content:'»';position:absolute;left:0;color:#353535;transition:all .4s;font-size: 22px;top: -2px;}
.slick-dots li {padding:0 !important;}
ul.has-white-color.has-text-color li {color:#FFF;}
ul.has-white-color.has-text-color li:before {color:#fff;}

ul.slick-dots {text-align:center;margin:0px auto 0px auto;bottom:-35px;}
.entry-content ul.slick-dots li::before {content:'';}
.slick-dots li button::before {color:#fff !important;opacity:1 !important;}
.slick-dots li.slick-active button::before {color:#cf2655 !important;opacity:1 !important;}

.wp-block-query {margin:50px auto;}
.wp-block-post-template li {padding:0 !important;}
.wp-block-post-template li:before {display:none !important;}
.wp-block-post-template .wp-block-column:nth-of-type(2) {padding-right:50px !important;}

@media (max-width: 700px) {
.testimonial-rap {max-width:90%;}
.wp-block-post-template h5 {font-size:14px;}
.wp-block-post-template .wp-block-column:nth-of-type(2) {padding-right:0px !important;}
.wp-block-genesis-blocks-gb-testimonial {padding:25px;}
}

.logo-hold {position:relative;}
.logo-hold figure {position:absolute;text-align:center;margin:0px auto !important;top:-80px;z-index:99;width:100%;}

.partner {height:auto !important;width:21%;margin:25px 2%;background-color:#fff;border-radius:20px;padding:20px;display:flex !important;align-items:center;justify-content:center;}
.partner img {width:100%;height:auto;max-width:150px;max-height:75px;}
.partners .slick-track {display:flex !important;}
#partners {display:flex;flex-wrap:wrap;justify-content:center;}


@media (max-width: 781px) {
.applications-links {padding-bottom:50px;}
:where(.wp-block-columns.is-layout-flex) {gap:10px !important;}
}
@media (max-width: 500px) {
	.applications-links a {font-size:15px;}
	.applications-links a:hover:after {padding-left:5px;}
.applications-links {padding-bottom:100px;}
.logo-hold figure {top:-40px;}
.logo-hold figure img {width:60px !important;height:60px !important;}
.applications-links li {padding:0px 0px 3px 50px !important;margin:0;}
}


.ISO {border-radius:30px;position:relative;margin-top:60px !important;}
.ISO .pad {padding:0px 50px 0px 50px;position: relative;top: -100px;}
.ISO .wp-block-image {position:relative;top:-125px;left:0;right:0;text-align:center;}

.gb-block-accordion .gb-accordion-title {background-color:#353535;color:#fff;font-weight:600;font-size:20px;position:relative;}
.gb-block-accordion details[open] .gb-accordion-title {background-color:#cf2655;color:#fff;font-weight:600;}
.gb-block-accordion .gb-accordion-title::-webkit-details-marker, .gb-block-accordion .gb-accordion-title::marker  {display:none !important;color:#353535;font-size:0;}

.gb-accordion-title::after {content: '+';display: block;position: absolute;right: 10px;font-size:33px;top: 17%;line-height: 1;}
details[open] .gb-accordion-title::after {content: '-';display: block;position: absolute;right: 10px;font-size:33px;top: 12%;line-height: 1;}
    
.sbackwhite {background:url('images/greysonwhiteback.svg') no-repeat bottom right;background-size:50%;}
.sbackwhite .wp-block-columns {margin-bottom:0;}

@media (max-width: 780px) {
.ISO {border-radius:30px;position:relative;margin-top:60px !important;}
.ISO .pad {padding:0px 50px 0px 50px;position: relative;top: -100px;}
.ISO .wp-block-image {position:relative;top:-100px;left:0;right:0;text-align:center;}
.wp-block-spacer {max-height:50px !important;}
}



h2.featured-product:before {content:'FEATURED PRODUCT';display:block;font-size:16px;font-weight:500;line-height:16px;}

.wide-rounded.grey {border-radius:20px;background-color:#353535;color:#fff;padding:50px 25px !important;}
.back-image-small.gb-block-container .gb-container-image {height:100% !important;width:20% !important;}
.back-image-small-right.gb-block-container .gb-container-image {height:100% !important;width:20% !important;}

.whitearrowdown {position:relative;}
.whitearrowdown:before {position:absolute;content:'';display:block;top:0;border-left: 30px solid transparent;border-right: 30px solid transparent;border-top: 30px solid #fff;z-index: 999;width: 20px;height: 20px;margin: 0px auto;left:0;right:0;}


.gb-block-container.full .gb-container-content {width:100%;}

form.searchandfilter {text-align:right;margin:20px 0;}
.searchandfilter h4 {color:#fff;font-size:30px;display:inline-block;margin-right:20px;}
.searchandfilter ul li {text-align:right;display:block;padding:0;cursor:pointer;}
.searchandfilter ul li:before {display:none;}
.searchandfilter input[type="radio"] {display:none;}
.searchandfilter li[data-sf-field-input-type="radio"] label {padding-left:0;font-weight:700;transition:all .3s;cursor:pointer;}
form.searchandfilter ul ul {display:flex;align-items:center;text-align:center;}
form.searchandfilter ul ul li {cursor:pointer;transition:all .3s;background-color:#d9d9d9;line-height:16px;padding:15px 25px;color:#cf2655;font-size:14px;font-weight:700;margin-right:10px;margin-top:5px;margin-bottom:5px;}
form.searchandfilter ul ul li:hover {background-color:#cf2655;color:#fff;transition:all .3s;}
li.sf-option-active label, form.searchandfilter ul ul li:hover label {color:#fff;transition:all .3s;}
li.sf-option-active {background-color:#cf2655 !important;color:#fff;transition:all .3s;}
form.searchandfilter ul ul li.sf-item-0, li.sf-item-0.sf-option-active label {border:0;color:#002169;}
li.sf-item-0.sf-option-active {background-color:#cf2655;color:#002169;transition:all .3s;}
li.sf-item-0:hover, li.sf-item-0:hover label {background-color:#cf2655 !important;color:#002169 !important;transition:all .3s;}
li.sf-item-0 {display:none !important;}
li.sf-field-search {display:flex !important;text-align:left;align-items:center;margin-bottom:25px !important;}
li.sf-field-search label {width:50% !important;text-align:left;}
.sf-input-text {border-radius:30px !important;width:300px !important;padding:10px 20px !important;}

@media screen and (max-width: 780px) {
li.sf-field-search {display:block !important;}
.searchandfilter h4, .searchandfilter ul li {display:block;text-align:left;}
form.searchandfilter ul ul {flex-wrap:wrap;}
.mobile-pad {padding:60px 0 !important;}
.greysback {padding:60px 0 !important;}
}


.posts {display:flex;align-items:top;justify-content:space-between;flex-wrap:wrap;}
.posts .group {width:47%;margin-bottom:25px;display:flex;align-items:center;}
.posts .group .image {width:100px;height:75px;position:relative;object-fit:cover;}
.posts .group .image img {width:100%;height:100%;object-fit:cover;position:absolute;}
.posts a {color:#353535;font-weight:500;font-size:18px;}
.posts a:hover {color:#cf2655;}
.posts h4 {width:70%;margin-left:5%;margin-bottom:0;}

.posts h4.dlmdown {width:100%;margin-left:0;padding-left:10px;margin-bottom:0;}
.downloadicon {width:35px;height:35px;background-color:#ededed;border-radius:100%;padding:10px;transition:all .3s;}
.posts .group:hover .downloadicon {transform:scale(1.1);background-color:#e4e4e4;transition:all .3s;}
@media screen and (max-width: 900px) {
.posts .group {width:100%;}
}

.pagination {text-align:center;margin:50px auto 25px auto;}
.pagination a {background-color:#ed1c2e;border:1px solid #ed1c2e;height:unset;padding:5px 15px;line-height:30px;color:#fff;}
.pagination span.current {background-color:#fff;border:1px solid #b3b3b3;height:unset;padding:5px 15px;line-height:30px;}
.pagination span.extend {display:none;}
.pagination a.last {background:none;border:0;color:#000;padding-left:10px;}
a.nextpostslink, a.previouspostslink {padding:4px 15px 6px 15px;}
a.nextpostslink:hover, a.previouspostslink:hover {background-color:#000;}


tbody th {padding:8px !important;}
.entry-content ol {padding-left:0;margin-top:20px;}

.bordered {border:1px solid #e4e4e4;width:95%;margin:0px auto;}
.bordered-with-button {border:1px solid #e4e4e4;border-bottom:0;width:95%;max-width:1300px;margin:0px auto;}


.whyid {text-align:center;}
.whyid .wp-block-media-text {padding:25px 15px 25px 0px;}
.whyid .wp-block-media-text__content {padding:0 0 0 20px;text-align:left;font-size:14px;line-height:20px;}
.whyid .boxed {display:inline-block;padding: 15px 35px;}

.logo-back .gb-container-image-wrap {top:unset;right:0;left:unset;width:50%;}



ul.arrowed li {padding-right:35px;}
ul.arrowed li:before {content:' ';background:url('images/right-arrow-blue.svg') no-repeat center center;background-size:contain;width:10px;height:10px;top:8px !important;color:#f67730;top:0px;display:inline-block;position:absolute;left:0;transition:all .4s;font-size: 22px;}

.arrow-down:after { content:'';width: 0; 
  height: 0; 
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  
  border-top: 30px solid #fff;position:absolute;bottom: -30px;
  left: 0;
  right: 0;
  margin: 0px auto;}
  
  .wp-block-media-text.padded .wp-block-media-text__content {padding:0 10%;}

.usecase .wp-block-columns {margin:50px 0px;}
.usecase .wp-block-column {border: 2px solid #fff;padding: 30px 20px;margin-bottom:25px;}
.usecase .wp-block-column img {position:absolute;top:-40px;border-radius:100%;background-color:#81947a;left:0;right:0;margin:0px auto;}
.usecase .wp-block-column.blank {border:0;}

@media screen and (max-width: 1120px) {
.spliced .gb-container-image-wrap img {display:none !important;}
.spliced .gb-container-image-wrap {background: rgb(255,255,255);
background: linear-gradient(100deg, rgba(22,65,117,1) 50%, rgba(255,255,255,1) 50%);}
.spliced .wp-block-columns .wp-block-column:nth-of-type(1) {flex-basis:45% !important;}
.spliced .wp-block-columns .wp-block-column:nth-of-type(2) {flex-basis:10% !important;}
}

@media screen and (max-width: 900px) {
.spliced .wp-block-columns {display:block !important;}
.spliced .gb-container-image-wrap {background:transparent;}
.spliced .wp-block-columns .wp-block-column {background-color:#fff;padding:20px;}
.spliced .wp-block-columns .wp-block-column:nth-of-type(2) {padding:0;display:none;}
.spliced .wp-block-columns .wp-block-column:nth-of-type(1) {background-color:rgba(22,65,117,1) ;padding:20px;}

.spliced .wp-block-columns .wp-block-column {flex-basis:100% !important;}


}


@media screen and (max-width: 800px) {
.usecase .wp-block-column {max-width:95%;margin:50px auto;}
.arrow-down {padding:25px 5% !important;}
}
.wp-block-button a.wp-block-frm-modal-button__link {text-transform:uppercase;background-color: transparent !important;
  border: 0 !important;
  padding: 0px !important;
  margin-top: 25px;}
  .wp-block-button a.wp-block-button__link.wp-block-frm-modal-button__link.has-white-background-color:hover {background-color: transparent !important;} 
  .wp-block-button:hover a.wp-block-frm-modal-button__link,  .wp-block-button a.wp-block-frm-modal-button__link:hover {background-color: transparent !important;}

.entry-content ul.lined {border-right:1px solid #f67730;border-bottom:1px solid #dddddd;}
.wp-block-columns.the-lined .wp-block-column:last-of-type ul.lined {border-right:0;}
.entry-content ul.lined li::before {display:none;}
.entry-content ul.lined li {border-top:1px solid #dddddd;padding:10px 20px;margin:0;color:#231f20;font-size:15px;}
.wp-block-columns.the-lined {gap:0 !important;}
.wp-block-columns.the-lined strong {font-size:15px;min-height:55px;display:block;line-height:22px;padding-left:20px;}

.wp-block-details {margin-bottom:15px;}
.wp-block-details summary { text-transform: uppercase;
  letter-spacing: 1px;font-weight:600;}
.wp-block-details p {padding:20px;}

@media screen and (max-width: 800px) {
.entry-content ul.lined {border-right:0;margin:20px 0px;}
.wp-block-columns.the-lined strong {min-height:unset;}
.columned-3 {columns:1;}
}

.width900 {max-width:900px !important;margin:0px auto;}

sup {font-size:60%;bottom: .8ex;}


.pad-50 {padding:50px;}


