/*!
Theme Name: Triax Technologies
Theme URI: http://underscores.me/
Author: EDAPTIVE MEDIA
Author URI: https://edaptive.media
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: triax
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Triax Technologies is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Footer
	- Posts and pages
	- Query Loop
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@import "./css/custom-properties.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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

/* Grouping content
	 ========================================================================== */

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

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

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

/**
 * 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;
	outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li, li > ul,
li > ol {
	margin: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: var(--lt-blue);
	text-decoration: none;
}

a:visited {
	color: var(--lt-blue);
}

a:hover,
a:focus,
a:active {
	color: var(--lt-blue);
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: none !important;
	border-radius: 3em !important;
	background: var(--lt-blue);
	color: rgba(255, 255, 255, 1);
	line-height: 1;
	font-size: 1rem;
	padding: calc(.5em + 2px) calc(1em + 2px) !important;
	margin: 0 auto;
	cursor: pointer;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666 !important;
	border: 1px solid var(--grey-fifteen) !important;
	border-radius: 2em !important;
	background-color: rgba(255,255,255,1);
	padding: .5rem 1rem;
	margin: 0;
	line-height: 1rem;
	width: 100%;
	box-sizing: border-box;
}

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

select {
	border: transparent !important;
	border-radius: 2em !important;
	padding: .5rem 1rem !important;
	margin: 0;
	line-height: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	box-sizing: border-box;
	background-image: url(./img/arrow-toggle-white.svg);
	background-size: 1rem;
	background-position: calc(100% - 1rem) center;
	background-repeat: no-repeat;
	background-color: var(--grey-fifty);
	color: #fff;
	height: 2.2rem;
}

textarea {
	width: 100%;
}


input[type=radio], input[type=checkbox] {
	display:none !important; 
}
 
input[type=radio] + label, input[type=checkbox] + label {
	display: flex !important;
	padding: .5rem .75rem !important;
	font-size: .75rem;
	line-height: 1rem;
	position: relative;
	border-radius: 1rem;
	gap: .75rem;
	align-items:center;
	justify-content: flex-start;
	transition: background .5s ease;
	background-color: rgba(0,0,0,.05);
}

input[type=checkbox] + label, label.checkbox {
	gap: 0;
}

input[type=radio]:hover + label, input[type=checkbox]:hover + label {
	background-color: rgba(0,0,0,.15);
	cursor: pointer;
}

input[type=radio] + label::before, input[type=checkbox] + label::before {
	display: inline-block !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
	background-color: #fff !important;
	border:solid 1px #ccc;
	content: '';
	height: 1rem;
	width: 1rem;
	flex-shrink: 0;
}
input[type=checkbox] + label::before {
	margin-right: .75rem;
}

input[type=radio] + label::before {
	border-radius: 50%;
}

input[type=checkbox] + label::before {
	border-radius: .25rem;
} 


input[type=checkbox]:checked + label::before {
	background-image: url(./img/checkmark.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: .8rem;
} 

input[type=radio]:checked + label::before {
	background-image: url(./img/dot.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: .6rem;
} 


/* Pardot Form
--------------------------------------------- */

.form-container {
	background: var(--grey-five);
	padding: 3rem 0 1.5rem 0;
}

.triax-web-form label {
	display: none;
	position: relative;
	overflow: visible;
}

.triax-web-form .form-wrapper.pd-hidden {
	position: absolute;
}

.triax-web-form .error-message {
	position: absolute;
	top: .5rem;
	color: var(--dk-orange);
	font-size: .85rem;
}

.triax-web-form .form-wrapper.required.error input {
	box-shadow: inset 0 0 0 2px var(--dk-orange);
}

.triax-web-form .form-wrapper .error {
	display: none;
}

.triax-form-wrapper .row {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr;
}

iframe.pardot-iframe {
	height: 37rem !important;
}

body.triax-form {
		padding: 2rem var(--h-spacing) 0  var(--h-spacing);
	}

@media (min-width: 40rem) {
	.triax-form-wrapper .row {
		grid-template-columns: 1fr 1fr;
	}
	iframe.pardot-iframe {
		height: 25rem !important;
	}
}

iframe.pardot-iframe.footer-form {
	height: 26rem !important;
}


.triax-form-wrapper .row.submit {
	grid-template-columns: 1fr !important;
	align-content: center;
	margin-top: 1.5rem;
}

.triax-form-wrapper .row.submit > div {
	display: grid;
}
body.triax-form.footer-form {
	padding:2px;
}

body.triax-form.footer-form .form-wrapper.email .description {
	display: none;
}


.triax-form-wrapper .comments {
	grid-column: 1/-1;
}

.triax-form-wrapper .comments textarea {
	border-radius: var(--container-radius) !important;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Header
--------------------------------------------- */
header .edit-link {
	padding: .25rem 0 0 0;
	border-radius: 0 0 0 .25em;
	position: fixed;
	top: 0;
	left: var(--h-spacing);
	font-size: .7rem;
	line-height: 1em;
	z-index: 100000;
	display: flex;
	gap: .5rem;
}

#masthead {
	position: sticky;
	top:0;
	padding: 0  var(--h-spacing);
	background: #fff;
	z-index: 10000;
	height: 5rem;
}

#masthead .menu-wrap {
	display: flex;
	justify-content: space-between;
	align-items:center;
	padding: .75rem 0;
}

#masthead .menu-wrap::after {
	position: absolute;
	bottom: 0;
	right: var(--h-spacing);
	left:  var(--h-spacing);
	border-bottom: solid 1px var(--grey-twentyfive);
	content: '';
}

.site-branding {
	flex-shrink: 0;
}

/* Hamburger Icon
--------------------------------------------- */
.hamburger {
	padding: 0 !important;
	display: inline-block;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}

.hamburger.toggled .hamburger-inner,
.hamburger.toggled .hamburger-inner::before,
.hamburger.toggled .hamburger-inner::after {
	background-color: var(--grey);
}

.hamburger-box {
	width: 1.5em;
	height: 1.5em;
	display: block;
	position: relative;
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
	width: 1.5em;
	height: 2px;
	background-color: var(--grey);
	border-radius: 2px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.hamburger-inner {
	background: transparent;
}

.hamburger-inner::before,
.hamburger-inner::after {
	content: "";
	display: block;
}

.hamburger-inner::before {
	top: -.4em;
}

.hamburger-inner::after {
	bottom: -.4em;
}
	
/* Hamburger Animation
--------------------------------------------- */

.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.toggled .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.toggled .hamburger-inner::before {
	top: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.toggled .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Navigation
--------------------------------------------- */


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



#primary-menu > li {
	line-height: 2.25rem;
}
#primary-menu > li > a {
	line-height: 2.25rem;
}

.sub-menu li, .sub-menu li a {
	line-height: 1em;
}

.sub-menu-wrap {
	display: flex;
	gap: 1rem;
	align-items: center;
}

.menu-button {
	border-radius: 1rem;
	border: solid 1px var(--lt-blue);
	background: var(--lt-blue);
	padding: 0 .75rem;
	color: #fff !important;
	line-height: 1.75rem;
	margin: .25rem 0;
}

@media (min-width: 450px) {
	.menu-button.demo::before {
		content: 'Request a ';
	}
}

.menu-button.case {
	background-color: transparent;
	color: var(--lt-blue) !important;
}

.menu-item a:hover {
	color: var(--lt-blue);
	text-decoration: underline;
}

@media (max-width: 610px) {

.menu-courtesy-navigation-container {
	display: none !important;
}

}
@media (max-width: 72em) {

	.main-navigation.toggled .menu-main-menu-container > ul {
		display: block;
	}

	.menu-main-menu-container {
		position: absolute;
		top: 5rem;
		left: 0;
		right: 0;
		background: var(--grey-fifteen);
		padding: 0;
		overflow: scroll;
		max-height: 0;
		transition: padding .5s ease, max-height .5s ease;
		border-bottom-right-radius: 1rem;
		border-bottom-left-radius: 1rem;
		box-shadow: 0 .75rem .75rem rgb(0 0 0 / .25);
	}
	
	.toggled .menu-main-menu-container {
		max-height: calc(100vh - 6.5rem);
		max-height: calc(100dvh - 6.5rem);
	}
	
	#primary-menu > li {
		border-bottom: solid 1px var(--grey-twentyfive);
		padding: .5rem var(--h-spacing);
	}
	
	#primary-menu > li:last-child {
		border: none !important;
	}
	
	#primary-menu > li.toggled {
		background-color: var(--grey-twentyfive);
	}
	
	.menu-item-has-children::after {
		height: 3.25rem !important;
		right: var(--h-spacing) !important;
	}
	
	.sub-menu {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: .75rem 1.5rem !important;
	}
	
	@media (min-width: 50em) {
		.sub-menu {
			grid-template-columns: 1fr 1fr 1fr;
		}
	}
	
	@media (min-width: 72em) {
		.sub-menu {
			grid-template-columns: 1fr 1fr 1fr 1fr;
		}
	}
	
	#primary-menu .menu-item-has-children:not(.ct-mobile) > .sub-menu li:first-of-type {
		display: none;
	}
	
	/* Courtesy Navigation in Main Menu */
	.ct-mobile {
		background-color: #fff !important;
	}
	.ct-mobile > a {
		display: none;
	}
	.ct-mobile > .sub-menu {
		max-height: 200vh !important;
		padding: .5rem 0 !important;
		display: flex !important;
		flex-wrap: wrap;
	}
	.ct-mobile::after {
		display: none;
	}
	.ct-mobile > .sub-menu .menu-item {
	transition: top .5s ease, opacity .5s ease !important;
	opacity: 1 !important;
	top: 0 !important;
	transition-delay: 0.1s !important;
	}
	
}




.menu-item-has-children {
	position: relative;
	padding-right: 2rem;
}
.menu-item-has-children::after {
	height: 2.25rem;
	width: 2rem;
	background-image: url(./img/arrow-toggle.svg);
	background-size: 1rem;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
	position: absolute;
	right: 0;
	top:0;
	cursor: pointer;
	transform: rotateX(180deg);
	transition: transform .5s ease;
}

.menu-item-has-children.toggled::after {
	transform: rotateX(0);
}




.menu-item-has-children.toggled a:hover {
	text-decoration: underline;
}



.main-navigation li {
	position: relative;
}

.menu-item-has-children > ul {
	max-height: 0;
	transition: max-height .5s ease, padding-top .5s ease, padding-bottom .5s ease;
	overflow: hidden;
	padding: 0;
}

.menu-item-has-children.toggled > ul {
	max-height: 100vh;
	padding: 1rem 0;
}

.main-navigation a {
	text-decoration: none;
	color: var(--grey-seventyfive);
	font-weight: 400;
	font-size: 1rem;
}

.main-navigation ul ul a {
	font-size: .9rem;
}

.main-navigation {
	display: flex;
	flex-wrap: nowrap;
	gap: 2rem;
}

.main-navigation .current-menu-item > a {
	color: var(--lt-blue);
}

@media screen and (min-width: 72em) {

#masthead:not(.simple-menu) .menu-wrap {
	align-items:flex-end;
}

	#masthead:not(.simple-menu) #hamburger {
		display: none;
	}
	
	#masthead:not(.simple-menu) #primary-menu > li {
		cursor: pointer;
	}

	#masthead:not(.simple-menu) .main-navigation ul {
		display: flex;
		gap: 1.5rem;
	}
	#masthead:not(.simple-menu) .menu-item-has-children ul.sub-menu {
		flex-direction: column;
		gap: 1rem;
		padding: 0 1rem;
		background: var(--grey-fifteen);
		border-radius: 0 0 1rem 1rem;
		position: absolute;
		width:12rem;
		top: 3.1rem;
		left: 50%;
		transform: translateX(-50%);
		box-shadow: 0 .75rem .75rem rgb(0 0 0 / .5);
	}
	
	#masthead:not(.simple-menu) .menu-item-has-children > a {
		pointer-events: none;
	}
	
	#masthead:not(.simple-menu) .menu-item-has-children ul.sub-menu li {
		line-height: 1rem;
	}
	
	#masthead:not(.simple-menu) .menu-item-has-children.toggled ul.sub-menu {
		padding: 1rem;
	}
	
	#masthead:not(.simple-menu) .menu-item-has-children .sub-menu > li:first-of-type {
		padding-bottom: 1rem;
		border-bottom: solid 1px var(--lt-blue);
	}
	
	#masthead:not(.simple-menu) .menu-item-has-children .sub-menu > li:first-of-type > a {
		font-size: 1rem;
		font-weight: 600;
		color: var(--lt-blue);
	}
	
	#masthead:not(.simple-menu) #primary-menu .blog-item, #masthead:not(.simple-menu) #primary-menu .resources-item {
		display: none;
	}
	
	#masthead:not(.simple-menu) .menu-courtesy-navigation-container {
		position: absolute;
		right: var(--h-spacing);
		top: .5rem;
	}
	
	#masthead:not(.simple-menu) .menu-courtesy-navigation-container .menu li {
		line-height: 1em;
	}
	#masthead:not(.simple-menu) .menu-courtesy-navigation-container .menu a {
		font-size: .7rem;
		line-height: 1em;
		color: var(--grey-fifty);
		text-transform: uppercase;
	}
	#masthead:not(.simple-menu) .menu-courtesy-navigation-container .menu a:hover {
		text-decoration: underline;
	}
	
	#masthead:not(.simple-menu) .ct-mobile {
		display: none;
	}
	
}

@media screen and (min-width: 76em) {
	#masthead:not(.simple-menu) .main-navigation ul {
		gap: 2rem;
	}
}

.menu-courtesy-navigation-container {
	display: flex;
	align-items: center;
}
.menu-courtesy-navigation-container .menu {
	display: flex;
	gap: 1.5rem;
}

#masthead.simple-menu .menu-courtesy-navigation-container .hide {
	display: none;
}

@media (max-width:72em) {
	.menu-courtesy-navigation-container .hide {
		display: none;
	}
}


/* Menu Override -------------------- */


#masthead.simple-menu .main-navigation.toggled .menu-main-menu-container > ul {
	display: block;
}

#masthead.simple-menu .menu-main-menu-container {
	position: absolute;
	top: 5rem;
	left: 0;
	right: 0;
	background: var(--grey-fifteen);
	padding: 0;
	overflow: scroll;
	max-height: 0;
	transition: padding .5s ease, max-height .5s ease;
	border-bottom-right-radius: 1rem;
	border-bottom-left-radius: 1rem;
	box-shadow: 0 .75rem .75rem rgb(0 0 0 / .25);
}

#masthead.simple-menu .toggled .menu-main-menu-container {
	max-height: calc(100vh - 6.5rem);
	max-height: calc(100dvh - 6.5rem);
}

#masthead.simple-menu #primary-menu > li {
	border-bottom: solid 1px var(--grey-twentyfive);
	padding: .5rem var(--h-spacing);
}

#masthead.simple-menu #primary-menu > li:last-child {
	border: none !important;
}

#masthead.simple-menu #primary-menu > li.toggled {
	background-color: var(--grey-twentyfive);
}

#masthead.simple-menu .menu-item-has-children::after {
	height: 3.25rem !important;
	right: var(--h-spacing) !important;
}

#masthead.simple-menu .sub-menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.5rem;
}

@media (min-width: 50em) {
	#masthead.simple-menu .sub-menu {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 72em) {
	#masthead.simple-menu .sub-menu {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

#masthead.simple-menu .menu-item-has-children:not(.ct-mobile) .sub-menu li:first-of-type {
	display: none;
}



/* Courtesy Navigation in Main Menu */
#masthead.simple-menu .ct-mobile {
	background-color: #fff !important;
}
#masthead.simple-menu .ct-mobile > a {
	display: none;
}
#masthead.simple-menu .ct-mobile > .sub-menu {
	max-height: 200vh !important;
	padding: .5rem 0 !important;
	display: flex !important;
	flex-wrap: wrap;
}
#masthead.simple-menu .ct-mobile::after {
	display: none;
}
#masthead.simple-menu .ct-mobile > .sub-menu .menu-item {
transition: top .5s ease, opacity .5s ease !important;
opacity: 1 !important;
top: 0 !important;
transition-delay: 0.1s !important;
}


/* end Menu Override ---------------- */





.menu-main-menu-container .sub-menu .menu-item {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.05s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(2) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.1s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(3) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.15s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(4) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.2s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(5) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.25s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(6) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.3s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(7) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.35s;
}
.menu-main-menu-container .sub-menu .menu-item:nth-child(8) {
	transition: top .5s ease, opacity .5s ease; opacity: 0; top:-6em; transition-delay: 0.4s;
}

.menu-main-menu-container .toggled .sub-menu .menu-item {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.1s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(2) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.2s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(3) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.3s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(4) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.4s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(5) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.5s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(6) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.6s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(7) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.7s;
}
.menu-main-menu-container .toggled .sub-menu .menu-item:nth-child(8) {
	transition: top .5s ease, opacity .5s ease; opacity: 1; top:0; transition-delay: 0.8s;
}






#quick-links {
	display: grid;
	gap: .5rem;	
}
#quick-links a, #quick-links a:visited  {
	color: var(--dk-blue);
	text-decoration: none;
}
#quick-links a:hover {
	text-decoration: underline;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	justify-content: space-between;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex-grow: 0;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex-grow: 0;
}

.nav-links .nav-next a, .nav-links .nav-previous a {
	display: flex;
	gap: .5rem;
	font-size: .85rem;
	padding: .25rem .5rem;
	border-radius: 2rem;
	line-height: 1rem;
	background: var(--lt-blue);
	color: #fff;
	flex-grow: 0;
	text-decoration: none;
}

.nav-links .nav-next a::after, .nav-links .nav-previous a::before {
	height: 1rem;
	width: 1.25rem;
	background-image: url(./img/white-arrow.svg);
	background-size: 1.25rem auto;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
}

.nav-links .nav-previous a::before {
	transform: rotateY(180deg);
}

/* Announcements
--------------------------------------------- */

#announcements {
	background-color: var(--dk-blue);
	transition: all .5s ease;
	height: 3em;
	display: block;
	overflow: hidden;
	position: relative;
}

#announcements.hidden {
	pointer-events: none;
	transition: all .5s ease;
	height: 0;
}

#announcements .slider {
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	height: 3em;
	z-index: 1;
}
#announcements #close-an {
	position: absolute;
	bottom: 0;
	right: var(--h-spacing);
	height: 3em;
	width: 2em;
	display: block;
	background-color: transparent;
	background-image: url(./img/close-white.svg) !important;
	background-size: 1em !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 1em;
	z-index: 2;
	cursor: pointer;
}
#announcements #close-an:hover {
	background-color: transparent;
}
#announcements .announcement {
	text-align: center;
	display: flex !important;
	padding: 0 calc( var(--h-spacing) + 1.5rem) 0 var(--h-spacing);
	height: 3em;
	align-items: center;
	color:#fff;
	font-weight: 400;
	line-height: 1em;
	justify-content: center;
}
#announcements .announcement .text {
	line-height: 1em;
}

#announcements .announcement .text > * {
	margin: 0;
	padding: 0;
	font-size: clamp(.65rem, 2.5vw, .8rem);
}

#announcements .announcement img {
	display: inline-block;
	vertical-align: middle;
	height: 1.5rem;
	width: auto;
	margin: -.75em .5em -.75em 0;
}

#announcements .announcement a {
	color:#ffffff;
	text-decoration: underline;
}
#announcements .announcement a:hover {
	color:rgba(0,0,0,.5);
}

/* Footer
--------------------------------------------- */

footer#colophon {
	display: grid;
	gap: 1.5rem 3rem;
	background: linear-gradient(90deg, var(--lt-blue) 0%, var(--green) 100%);
	padding: 5em var(--h-spacing);
	color: var(--dk-blue);
	overflow: hidden;
	position: relative;
	isolation: isolate;
	margin-top: auto;
}
footer#colophon > div {
	z-index: 2;
}
footer#colophon h3 {
	color: #fff;
	border-bottom: solid 1px #fff;
	padding-bottom: 1rem;
}
.footer-logo {
	overflow: visible;
	position: relative;
	align-self: start;
	isolation: isolate;
}

.footer-logo img {
	height: 4rem;
	widows: 100%;
	display: block;
}

footer#colophon::before {
	height: 18rem;
	width:13rem;
	padding-left: var(--h-spacing);
	background-color: var(--lt-blue);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: content-box;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url("./img/corner-shape.svg");
	mask-image: url("./img/corner-shape.svg");
	-webkit-mask-position: right bottom;
	z-index: 1;
	opacity: .3;
	mix-blend-mode: multiply;
}

footer#colophon::after {
	height: 30rem;
	width:30rem;
	padding-right: var(--h-spacing);
	background-color: var(--green);
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: content-box;
	-webkit-mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-image: url("./img/corner-shape-two.svg");
	mask-image: url("./img/corner-shape-two.svg");
	-webkit-mask-position: left top;
	z-index: 1;
	opacity: .3;
	mix-blend-mode: multiply;
}


@media (min-width:30em) {
	footer#colophon {
		grid-template-columns: 1fr 1fr; 
		
	}
}

@media (min-width:60em) {
	footer#colophon {
		grid-template-columns: 1fr 1fr 1fr 1fr; 
	}
}


@media (min-width:80em) {
	footer#colophon {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
	}
}

@media (max-width:80em) {
.footer-logo {
	grid-column: 1/-1;
}
}

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

.post,
.page {
	margin: 0;
}

.site {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-height: 100dvh;
}

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

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

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

.archive-page-header {
	display: grid;
	padding: var(--sm-space) var(--h-spacing);
	background: var()
}

.archive-page-header .entry-title {
	font-size: 1.25rem;
	color: #fff;
}

.archive-page-section {
	display: grid;
	padding: var(--sm-space) var(--h-spacing);
	gap: var(--sm-space);
}

.archive-page-section article {
	background: var(--grey-five);
	border-radius: var(--container-radius);
	overflow: hidden;
	position: relative;
}

@media (min-width: 30rem) {
	.archive-page-section {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 50rem) {
	.archive-page-section {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 80rem) {
	.archive-page-section {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

.archive-page-section article .post-thumbnail {
	border-bottom-right-radius: var(--container-radius);
	overflow: hidden;
	display: block;
	aspect-ratio: 16/9;
	background-image: url(./img/default-image.png);
	background-position: center;
	background-size: cover;
}

.archive-page-section article .post-thumbnail img {
	display: block;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.archive-page-section article .entry-header {
	margin: var(--sm-space);
}


.archive-page-section article .entry-content {
	margin: var(--sm-space);
}

.archive-page-section article .entry-title {
	font-size: 1.1rem;
	margin: 0 !important;
}
.archive-page-section article .entry-title a {
	color: var(--dk-blue);
	text-decoration: none;
}
.archive-page-section article .entry-title a:hover {
	color: var(--lt-blue);
}
.archive-page-section article .entry-meta {
	font-size: .85rem;
	color: var(--lt-blue);
	margin-bottom: .5rem;
}
.archive-page-section article .entry-meta a {
	color: inherit;
	text-decoration: none;
	font-weight: 600;
}
.archive-page-section article .entry-meta a:hover {
	text-decoration: underline;
}
.archive-page-section article .posted-on::before {
	content: '\2014';
	padding: 0 .5rem;
}

.navigation.posts-navigation {
	margin: 0 var(--h-spacing)  var(--h-spacing);
}

.search .navigation.posts-navigation {
	margin: var(--sm-space) 0 0 0;
}

.single-post .download-heading {
	margin: var(--md-space) var(--h-spacing);
	border-radius: var(--container-radius);
	padding: var(--md-space) var(--h-spacing);
	display: flex;
	flex-wrap: wrap;
	gap: var(--h-spacing);
	align-items: center;
}
.single-post .download-heading .inner-container {
	flex-basis: 20rem;
	flex-grow: 1;
}

@media (min-width: 80rem) {
	.single-post .download-heading {
		flex-wrap: nowrap;
		gap: 8rem;
		padding: var(--md-space) 8rem;
	}
}
.download-heading .document-image {
	display: flex;
	justify-content: center;
	flex-basis: 15rem;
}

.download-heading .document-image img {
	height: 100%;
	width: 100%;
	max-width: 18rem;
	max-height: 22rem;
	object-fit: contain;
	object-position: center;
	display: block;
	box-shadow: 0 0 .5rem .5rem rgba(0,0,0,.1);
}

.blog-wrapper {
	display: grid;
	margin: var(--md-space) var(--h-spacing);
	gap: 3rem;
}

@media (min-width: 60rem) {
	.blog-wrapper {
		align-items: start;
		grid-template-columns: 2fr 1fr;
	}
}

@media (min-width: 80rem) {
	.blog-wrapper {
		grid-template-columns: 3fr 1fr;
	}
}

.blog-featured-image {
	display: grid;
	border-radius: var(--container-radius);
	overflow: hidden;
	place-items: center left;
	margin-bottom: 1.5rem;
}

.blog-featured-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	opacity: 1;
	z-index: 1;
	display: block;
	aspect-ratio: 2/1;
}

.blog-featured-image h1 {
	color: #fff;
	padding: 1.5rem;
	z-index: 2;
}

.blog-featured-image > * {
	grid-column: 1;
	grid-row: 1;
}

.blog-wrapper .widget-area {
	border-radius: var(--container-radius);
	background: var(--grey-five);
	padding: var(--sm-space);
	position: sticky;
	top: 8rem;
}

form.searchandfilter {
	padding: 1.5rem var(--h-spacing);
	background: var(--grey-five);
}

form.searchandfilter ul {
	display: flex;
	gap: .75rem;
	flex-wrap: wrap;
}

form.searchandfilter ul li {
	margin: 0;
	padding: 0;
}

form.searchandfilter ul li label, form.searchandfilter ul li label input {
	display: block;
	width: 100%;
}

form.searchandfilter ul .sf-field-category {
	margin-left: auto;
	min-width: 12rem;
}
form.searchandfilter input[type="text"] {
	margin: 0;
	background-color: var(--grey-fifteen)!important;
}

form.searchandfilter .sf-field-submit {
	margin-right: auto;
}
form.searchandfilter .sf-field-submit input, form.search-form .search-submit {
	background: var(--lt-blue);
	background-image: url(./img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 !important;
	height: 2.2rem;
	width: 2.2rem;
	background-size: 1.8rem;
	text-indent: -10000vh;
}

form.search-form {
	display: flex;
	flex-wrap: nowrap;
	gap: 1rem;
}
form.search-form label {
	flex-grow: 1;
}

form.search-form label input {
	box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

form.searchandfilter input.sf-field-reset {
	background: var(--lt-blue);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 !important;
	height: 2.2rem;
}

form.searchandfilter input {
	width: 100%;
}

form.searchandfilter select {
	background-image: url(./img/arrow-toggle-white.svg);
	background-size: 1rem;
	background-position: 95% center;
	background-repeat: no-repeat;
	background-color: var(--lt-blue);
	color: #fff;
	height: 2.2rem;
}

.sf-field-taxonomy-industry, .sf-field-taxonomy-use_case {
	border-top: solid 1px #fff;
	padding-top: .75rem !important;
	flex-basis: 100%;
}

.search-filter-result .entry-content p {
	font-size: .85rem;
}
.search-filter-result .document-image {
	aspect-ratio: 16/9;
	padding: 1rem;
	display: flex;
	justify-content: center;
	border-bottom-right-radius: var(--container-radius);
	position: relative;
}

.search-filter-result .document-image figure {
	position: absolute;
	top: 1rem;
	left: 50%;
	bottom: 1rem;
	transform: translateX(-50%);
}

.search-filter-result .document-image img {
	height: 100%;
	width: 100%;
	max-width: 12rem;
	max-height: 10rem;
	object-fit: contain;
	object-position: center;
	display: block;
	filter: drop-shadow(0px 0px 1px rgba(0,0,0,.3))
	drop-shadow(0px 0px 15px rgba(0,0,0,.3));
}

@media (max-width: 36rem) {
	#search-filter-form-6272 .sf-field-reset {
		order: 10;
	}
	#search-filter-form-6272 .sf-field-category {
		width: 100%;
	}
}

@media (max-width: 46rem) {
	#search-filter-form-6116 .sf-field-reset {
		order: 10;
	}
}

@media (max-width: 36rem) {
	#search-filter-form-6116 .sf-field-search, #search-filter-form-6272 .sf-field-search, #search-filter-form-6544 .sf-field-search {
		width: calc(100% - 3rem);
	}
	#search-filter-form-6116 .sf-field-category, #search-filter-form-6272 .sf-field-category {
		width: 100%;
	}
}

/* 404 / Search Page
--------------------------------------------- */
	.error-404, .search-archive {
		margin: 3rem var(--h-spacing);
	}
	
	.search-archive {
		display: grid;
		gap: var(--sm-space);
	}
	
	@media (min-width: 60rem) {
		.search-archive {
			grid-template-columns: 1fr 1fr;
		}
	}
	
	.search-archive  .page-header, .search-archive .posts-navigation {
		grid-column: 1/-1;
	}
	
	.search-archive > article {
		background: var(--grey-five);
		border-radius: var(--container-radius);
		padding: var(--sm-space);
		display:flex;
		gap: 1rem;
		flex-direction: column;
	}
	
	.search-archive > article h2 {
		font-size: 1.5rem;
	}


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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

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

.custom-logo-link img {
	height: 3.5rem;
	width: auto;
	display: block;
}

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

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

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

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




/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

.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: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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