/*!
Theme Name: CUI Urology
Theme URI: https://ayrform.com/
Author: AYR Form
Author URI: https://ayrform.com/
Description: Description
Version: 1.6.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ayr

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
		### Directory Listing
	## Comments
# Media
	## Captions
	## Galleries
# Bootstrap
# Reusable Styles
# Plugins
# Overrides
--------------------------------------------------------------*/

/* expose horizontal scroll and stray objects 
* {
  border: 1px solid #f00 !important;
}

/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(assets/fonts/Figtree/_Xmu-HUzqDCFdgfMm4GNAa5o7Cqcs8-2.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
  src: url(assets/fonts/Figtree/_Xmu-HUzqDCFdgfMm4GND65o7Cqcsw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(assets/fonts/Figtree/_Xms-HUzqDCFdgfMm4q9DaRvziissg.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Figtree';
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url(assets/fonts/Figtree/_Xms-HUzqDCFdgfMm4S9DaRvzig.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*:focus { box-shadow: none !important; }

html {
  font-family: 'Figtree', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "calt";
}

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

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

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility !important;
  
	scroll-behavior: smooth;
}

html,
body {
	min-height: 100%;
	height: auto;
	margin: 0;
}

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

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

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

/* 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,
.small {
	font-size: 85%;
}
bigger {
	font-size: 1.1em;
}
/**
 * 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;
}

::selection {
  background: #f28200; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #f28200; /* Gecko Browsers */
  color: #fff;
}

/* 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 {
	border-radius: 0;
	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;
}
button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
	cursor: pointer;
}

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

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.page-header:before,
.page-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,
.page-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	background: #f6f6f6;
	color: #333333;
	font-family: "Figtree", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 22px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.l-headline,
.xl-headline {
	clear: both;
	color: #1F5099;
	font-weight: 600;
	line-height: 1.1em;
	white-space: normal;
}
h1,
.xl-headline {
	font-size: 3.75rem;
	letter-spacing: -2.2px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	left: -0.05em;
}
.l-headline {
	font-size: 3.75em;
	letter-spacing: -2.2px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	left: -0.05em;
}
.single-product h1.entry-title {
	font-size: 3em;
	margin: 0.65em 0 1em 0;
}
h2 {
	font-size: 2.565em;
	letter-spacing: -1.48px;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.35em;
}
h5 {
	font-size: 1.25em;
}

h1 span,
h2 span,
h3 span,
.fullscreen span,
.xl-headline span {
	display: block;
}

@media (max-width: 1024px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 18px;
	}
	h1,
	h2,
	.xl-headline {
		/*font-size: 2.36em;*/
		font-size: 1.75em;
		margin-bottom: 0.125em;
	}
	.home .h2 {
		font-size: 1.6em;
	}
	h1 span,
	h2 span,
	h3 span,
	.fullscreen span {
		display: inline;
	}
}
p {
	margin-bottom: 1.125em;
}
p + h3,
ul + h3 {
	margin: 1.5em 0 0.5em 0;
}
dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 2em 0 3em 0;
    padding: 0.25em 1em 0 3em;
    position: relative;
}
blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
	font-family: 'Georgia', serif;
    font-size: 4em;
    position: absolute;
    left: 0;
    top: -0;
    color: #585858;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	background: #e9ebec;
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

body {
	background: #f6f6f6;
}
body.home {
	background: #ffffff;
}

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

ul {
	margin: 0 0 1.5em 1.5em;
}

ul {
	list-style: disc;
}
ol {
	counter-reset: section;
	list-style: none;
	margin-bottom: 2em;
	padding: 0 0 0 1.5em;
}
ol li {
	margin: 0 0 0.5em 0;
	padding:  0 0 0 1em;
}
ol > li {
	position: relative;
}
ol li:before {
	content: counter(section);
	counter-increment: section;
	display: inline-block;
	font-size: 0.6em;
	width: 24px;
	height: 24px;
	margin: 0 20px 0 0;
	border: 1px solid #585858;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	left: -1.5em;
	line-height: 1.8;
}
li > ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ul.check-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.check-list li {
	line-height: 1.4em;
	margin-bottom: 0.5rem;
	position: relative;
	padding-left: 1.5rem;
}
ul.check-list li:before {
	color: #585858;
	content: "\f138";
	font-family: 'Font Awesome 6 Pro';
	font-size: 0.8rem;
	font-weight: 900;
	padding: 0 12px 0 0;
	position: absolute;
	top: 0;
	left: 0;
}


dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
}

table {

}
table tr {
	
}
table td {

}
table th {

}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #585858;
	font-size: 1.25rem;
	font-weight: 400;
	height: auto;
	line-height: 1;
	padding: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
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 {
	background: transparent;
	cursor: pointer;
}

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 {
	/*background: #eef1f6;*/
	background: #ffffff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #585858;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 1em;
	padding: 0.5em;
	width: 100%;
}
#mc-embedded-subscribe-form input {
	border-bottom: 0;
}
#mc-embedded-subscribe-form input[required] {
	background: none;
}
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,
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
	outline: none;
	outline-width: 0;
}

select {
	border: 1px solid #eef1f6;
	/*box-shadow: 0 1px 0 1px rgba(0,0,0,.04);*/
	border-radius: 0;
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 700;
	color: #444;
	line-height: 1.3;
	padding: .8em 1.4em .7em .8em;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ebf5ff;
	
	 background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.8em;
  background-repeat: no-repeat;
}
select::-ms-expand {
	display: none;
}
select:hover {
	cursor: pointer;
}
select:focus {
	border-color: #aaa;
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
	
background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
select option {
	font-weight:normal;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f00;
}

select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 3px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}

textarea {
	min-height: 200px;
	padding: 0.5em;
	width: 100%;
}

/* required */
input[required] {
	background-image: radial-gradient(red 20%, transparent 25%);
	background-size: 1em 1em;
	background-position: top right;
	background-repeat: no-repeat;
}

.wcpr-comment-form input[required] {
	background-image: none;
}

/* Checkboxes */

input[type=checkbox] {
	height: 24px;
	margin-right: 8px;
	position: relative;
	top: 4px;
	width: 24px;
}
input[type=checkbox]:hover {
	cursor: pointer;
}

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

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a,
a:visited {
	color: #0387e7;
}*/
a,
a:visited {
	color: #1F5099;
	text-decoration: none;
	
	/* transition */
	-webkit-transition: color 0.4s linear;
    -moz-transition: color 0.4s linear;
    -o-transition: color 0.4s linear;
    -ms-transition: color 0.4s linear;
    transition: color 0.4s linear;
}

a:hover,
a:focus,
a:active {
	color: #296BCC;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.menu {
	list-style: none;
}

/* post nav */

.nav-previous a,
.nav-next a {
	display: block;
	padding: 1.25em;
	text-decoration: none !important;
	width: 100%;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	border: 1px solid #f6f6f6;
	float: left;
	width: 45%;
}
.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
	border: 1px solid #585858;
}
.comment-navigation .nav-previous a i,
.posts-navigation .nav-previous a i,
.post-navigation .nav-previous a i {
	font-size: 0.8em;
	font-weight: 900;
	padding-right: 0.75em;
}
.comment-navigation .nav-next a i,
.posts-navigation .nav-next a i,
.post-navigation .nav-next a i {
	font-size: 0.8em;
	font-weight: 900;
	padding-left: 0.75em;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 45%;
}
.post-navigation .nav-previous img,
.post-navigation .nav-next img {
	max-height: 150px;
	width: auto;
}

/* Pagination */
.pagination-wrapper {
	margin-top: 2.5rem;
}
.pagination-wrapper .page-numbers {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.pagination-wrapper .page-numbers li {
	margin: 0;
	padding: 0;
}

.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	line-height: 1;
}

.pagination-wrapper .page-numbers a:hover {
	text-decoration: underline;
}

.pagination-wrapper {
	margin-top: 2rem;
}
.pagination-wrapper .page-numbers .current {
	font-weight: 700;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.header-logo img {
	height: auto;
	width: 100%;
	max-width: 250px;
}
.wrap {
	max-width: 1410px;
	margin: 0 auto; 
	padding: 0 15px;
	width: 100%;
}
/*--------------------------------------------------------------
# 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[
index="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.post,
.page {
	margin: 0;
}

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

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

.info-block {
	display: block;
	border-top: 8px solid #0494b8;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}
.info-block.map {
	border-top: 1px solid #b2b2b2;
}
/* Full width feature image */
.fullwidth {
    width:100%;
    height: 100%;
    overflow:hidden;
}
.fullscreen {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}
.fullscreen-halfwidth {
	display: block;
	height: auto;
	width: 100%;
	min-height: 100vh;
}
@media (min-width: 960px) {
	.fullscreen-halfwidth {
		width: 100%;
		overflow: hidden;
		min-height: calc(100vh);
	}
}
@media (min-width: 1280px) {
	.fullscreen-halfwidth {
		width: 100%;
		overflow: hidden;
		min-height: calc(100vh - 290px);
	}
}
@media (min-width: 1980px) {
	.fullscreen-halfwidth {
		width: 100%;
		overflow: hidden;
		min-height: calc(100vh - 290px);
	}
}
.background {
    background-repeat:no-repeat;
    background-position:center;
    /* ie8- graceful degradation */
    background-position:50% 50%\9 !important;
    background-size: cover;
}
.subtext {
	max-width: 45%;
}
@media (max-width: 768px) {
	.subtext {
		width: 100%;
		max-width: 100%;
	}
}
@media (max-width: 991px) {
	.subtext {
		max-width: 80%;
	}
}
@media (max-width: 768px) {
	.packaging .background {
		background-position: 75% 50%;
	}
	.block-2 .background {
		background-position: 35% 50%;
	}
	.item {
		font-size: 0.8em;
		line-height: 1em;
	}
}
@media (min-width: 1681px) {
	.fullwidth {
		height: 900px;
	}
}
@media (min-width: 1201px) and (max-width: 1680px) {
	.fullwidth {
		height: 750px;
	}
}
@media (min-width: 0) and (max-width: 1200px) {
	.fullwidth {
		height: 650px;
	}
}
.image-wrap {
    display: block;
    position: relative;
}
.image-wrap img {
	width: 100%;
	height: auto;
}
.image-wrap img + .content.middle {
    position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.image-wrap img + .content.top {
    position: absolute;
	top: 10%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer-disclaimer {
	background-color: #5C7499;
	background-image: url('assets/img/cui-bg-footer@2x.jpg');
	background-size: cover;
	background-position: center;
}

.footer-disclaimer p:last-child {
	margin-bottom: 0;
}

#footer-menu {
	display: inline-flex;
	gap: 0.5rem;
	padding-left: 0;
}

#footer-menu li {
	list-style: none;
}

#footer-menu li::before {
	content: "|";
	margin: 0 0.5rem;
	color: #fff;
}

#footer-menu a {
	color: #fff;
	text-decoration: none;
}

#footer-menu a:hover {
	text-decoration: underline;
}

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

.bypostauthor {
	display: block;
}
.comment-form-author,
.comment-form-email {
	text-align: left;
}
.comment-form-cookies-consent {
	display: none;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	min-height: 500px;
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# AYR Blocks
--------------------------------------------------------------*/

/** Image show case **/
.ayr-image-showcase {
	row-gap: 1.5rem;
}

.ayr-image-showcase__item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.ayr-image-showcase__image {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

/** Ticker Tape **/
.ayr-ticker-tape .owl-stage {
	display: flex;
	align-items: center;
}

.ayr-ticker-tape .owl-item {
	display: flex;
	align-items: center;
}

.ayr-ticker-tape__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	min-height: 64px;
}

.ayr-ticker-tape__item img {
	display: block;
	width: auto;
	max-width: 100%;
	height: 28px;
	object-fit: contain;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.ayr-ticker-tape__item img {
		height: 32px;
	}
}

@media (min-width: 1200px) {
	.ayr-ticker-tape__item img {
		height: 36px;
	}
}

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

/*** fixed header ***/

/* Make sure wrappers don't break sticky */
#page, .site { overflow: visible; transform: none; filter: none; contain: none; }

/* Optional modern viewport height for short pages */
@supports (height: 100svh) {
  #page { min-height: 100svh; }
}

/* Admin bar + notch aware */

:root { --wp-admin-bar-h: 0px; }
body.admin-bar { --wp-admin-bar-h: 32px; }
@media (max-width: 782px){ body.admin-bar { --wp-admin-bar-h: 46px; } }
:root { --safe-or-admin: max(env(safe-area-inset-top,0px), var(--wp-admin-bar-h)); }

/* Sticky header */
#site-header.sticky-top{
  position: -webkit-sticky;
  position: sticky;
  top: var(--safe-or-admin) !important;
  z-index: 5000;         /* above content */
  background: #fff;      /* shadow needs a solid bg */
  width: 100%;
  max-width: 100%;
  overflow: visible;     /* allow decorations to extend */
  position: sticky;      /* keeps z-index effective */
  isolation: isolate;    /* new stacking context (prevents being blended under siblings) */
}

/* Shadow on scroll */
#site-header { transition: box-shadow .16s ease; }
#site-header.scrolled { box-shadow: 0 3px 8px rgba(0,0,0,0.15); }
@media (prefers-reduced-motion: reduce){ #site-header{ transition:none; } }

/* If any menu wrapper clips effects, unclip it */
#site-header .mega-menu-wrap,
#site-header .mega-menu > li { overflow: visible; }
