/*!
Theme Name: central1-annual-report-2025
Theme URI: http://underscores.me/
Author: Mike Butcher
Author URI: https://www.mikebutcher.ca
Description: Central 1 Annual Report 2025
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: annual-report-2020
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.

central1-annual-report-2020 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
	- Posts and pages
	- 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 */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
	--dark-blue: #29487F;
	--blue: #2074dd;
	--grey: #3D4040;
	--yellow: #FCD930;
	--light-grey: #F4F4F2;
}

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

section {
	position: relative;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 5em;
	line-height: 1;
	margin: 0px 0 25px;
}

h3 {
	line-height: 1.3 !important;
}

/* 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
	 ========================================================================== */

/**
 * 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 {
	top: -0.65em;
	font-size: 65%;
	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;
}

.btn {
	border: 0px;
}

.btn.focus,
.btn:focus {
	border: 0px;
	box-shadow: none;
}

/**
 * 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 {
	font-family: 'motiva-sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.55;
	font-variant-ligatures: none;
	color: #3d4040;
}

h1,
h2,
h3,
h4,
h5,
.greyciff-font {
	font-family: 'greycliff-cf', Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	clear: both;
}

h6,
h6.sub-title {
	font-family: 'greycliff-cf', Helvetica, Arial, sans-serif !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.4;
	font-variant-ligatures: none;
}

h1 {
	font-size: 40px !important;
}

.page-template-page-story h1 {
	font-size: 36px !important;
}

h2 {
	font-size: 34px !important;
}

h3 {
	font-size: 26px !important;
}

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%;
}

.text-motiva-sans {
	font-family: 'motiva-sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-variant-ligatures: none;
	font-size: 90%;
}

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

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

ul,
ol {
	margin: 0 0 15px 15px;
	padding-left: 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 20px;
}

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: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #2074dd;
	transition: all 0.3s;
}

a:visited {
	color: #2074dd;
}

a:hover,
a:focus,
a:active {
	color: #2074dd;
	text-decoration: none;
	opacity: 0.65;
	transition: all 0.3s;
}

a:focus {
	outline: none;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-main-menu-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 20px 20px 20px 20px;
	font-size: 120%;
	justify-content: flex-end;
	background: rgba(61, 64, 64, .85);
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
}

#menu-main-menu:after {
	content: "";
	border-right: 1px solid #ddd;
	position: absolute;
	right: 39px;
	top: 80px;
	height: calc(100% - 165px);
}

#menu-main-menu li {
	width: 100%;
	padding-right: 15px;
	transform: translate(2px);
	padding-bottom: 5px;
	padding-top: 5px;
}

#menu-main-menu li.menu-clicked {
	border-right: 3px solid var(--yellow);

}

#menu-main-menu li.menu-clicked a {
	font-weight: 700;
	color: var(--yellow);
}

#menu-main-menu li.font-bold a {
	font-weight: 700;
}

a.menu-download-item {
	font-weight: 700;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
}

a.menu-download-item:hover {
	opacity: 0.65;
	transition: all 0.3s;
	text-decoration: none;
	;
}

.menu-main-menu-container a {
	color: #fff;
	transition: all 0.3s;
}

.menu-main-menu-container a:hover {
	color: var(--yellow);
	opacity: 1;
	text-decoration: none;
	font-weight: 700;
	transition: all 0.3s;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.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;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

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

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

.post,
.page {
	margin: 0 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

.wp-caption-text {
	text-align: 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;
}

.light-weight-font {
	font-weight: 400;
}

.page-template-page-story #hero-section .content-area .container {
	padding-top: 100px;
	padding-bottom: 100px;
}


/* Customization
--------------------------------------------- */

#masthead {
	position: absolute;
	width: 100%;
	z-index: 100000000;
}

.page-template-page-story #masthead {
	position: relative;
}

#masthead .container-full-width.background-dark-blue a,
#masthead .container-full-width.background-dark-blue a:hover {
	color: #fff;
}

.hide-desktop,
a.yellow-button.hide-desktop {
	display: inherit;
}

.hide-mobile,
a.yellow-button.hide-mobile {
	display: none;
}

.small-show-confirm .post-edit-link {
	display: inherit;
}

.small-show-confirm p {
	margin-bottom: 0px;
}

.small-show-confirm {
	display: none;
}

.logged-in .small-show-confirm {
	display: inherit;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 4px;
	background-color: #ccc;
	color: #fff;
	z-index: 30001000;
}

.small-font {
	font-size: 70%;
}

#branding.site-branding {
	color: #2074dd;
	font-family: 'greycliff-cf', Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
	font-style: normal !important;
	clear: none;
	float: left;
	display: inline-block;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 24px;

}

#branding.site-branding a,
#branding.site-branding a:hover {
	color: #2074dd;
	text-decoration: none;
}

.img-logo-large {
	width: 150px;
	height: 36px;
	vertical-align: text-bottom;
}

.img-logo-large.hide-desktop {
	width: 40px;
}

.top-navigation-bar {
	padding-top: 10px;
}

.carousel-home a,
.page-template-page-story .slide-content a {
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s;
}

.carousel-home a:hover,
.page-template-page-story .slide-content a:hover {
	opacity: 0.65;
	color: #fff;
	text-decoration: underline;
	transition: all 0.3s;
}

.no-padding-list,
.main-navigation ul,
.side-navigation-bar ul,
.social-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-links {
	display: none;
}

.site-footer .social-links {
	display: inherit;
	float: left;
	width: 100%;
}

.social-links li {
	float: left;
	margin: 8px 10px;
}

.social-links li a {
	display: block;
	text-decoration: none;
}

.social-links li a:before {
	display: block;
	height: 20px;
	text-align: center;
	vertical-align: top;
	width: 20px;
}

.social-links li a[href*="facebook.com"]:before {
	content: "";
	background-image: url("images/facebook.png");
	background-size: contain;

}

.social-links li a[href*="twitter.com"]:before {
	content: "";
	background-image: url("images/twitter.png");
	background-size: contain;
}

.social-links li a[href*="linkedin.com"]:before {
	content: "";
	background-image: url("images/linkedin.png");
	background-size: contain;
}

.social-links li a[href*="youtube.com"]:before {
	content: "";
	background-image: url("images/youtube.png");
	background-size: contain;
}

.social-links li a[href*="central1.com"]:before {
	content: "";
	background-image: url("images/c1-l.png");
	background-size: contain;
}

.menu-toggle,
.menu-toggle-main,
.menu-toggle:hover,
.menu-toggle-main:hover {
	background: none;
	border: 1px solid #2079e2;
	background-clip: padding-box;
	/* stops bg color from leaking outside the border: */
	color: #2079e2;
	cursor: pointer;
	display: inline-block;
	font-family: "motiva-sans", Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 5px 3px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	margin-top: 8px;
	transition: all 0.3s;
}

.menu-toggle a:hover,
.menu-toggle-main a:hover,
.menu-toggle:hover {
	color: #2079e2;
	text-decoration: none;
	opacity: 0.65;
	transition: all 0.3s;
}

#download a {
	color: #2079e2;
	text-decoration: none;
	transition: all 0.3s;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #2079e2;
}

#download li:last-of-type a {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px solid transparent;
}

#download a:hover {
	color: #2079e2;
	text-decoration: none;
	opacity: 0.65;
	transition: all 0.3s;
}

.side-navigation-bar {
	position: fixed;
	background: transparent;
	text-align: right;
	padding: 20px;
	text-align: right;
	z-index: 100000001;
	width: 100%;
}

.slide-content p:last-of-type {
	margin-bottom: 0px;
}

.carousel-home h2,
.page-template-page-story .featured-header h2 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.carousel-home .light-font h2.slide-title,
.carousel-home .light-font .slide-content,
.light-font h1.slide-title,
.light-font .slide-content,
.light-font h2.slide-title {
	color: #ffffff;
}

.carousel-home .dark-font h2.slide-title,
.carousel-home .dark-font .slide-content,
.dark-font h1.slide-title,
.dark-font .slide-content,
.dark-font h2.slide-title {
	color: #3d4040;
}

.message-title-bold-blue {
	color: #2074dd;
}

.blue-box-holder .arrow-up {

	display: block;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #c7def8;
	margin: 0 auto;
	position: absolute;
	z-index: 2000;
	left: 40px;
}

.blue-box {
	padding: 15px;
	background-color: #c7def8;
	margin-top: 10px;
	float: left;
	width: 100%;
}

.blue-box ul {
	margin-bottom: 0px;
}

.large-font,
.large-text {
	font-size: 160%;
}

.larger-font,
.larger-text {
	font-weight: 700;
	font-size: 135%;
}

.content-holder-financial {
	padding-left: 15px;
}

.medium-font,
.medium-text {
	font-weight: 700;
	font-size: 135%;
}

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

.vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.financial-image {
	margin-top: 25px;
	margin-bottom: 15px;
	width: 100%;
}

.background-teal {
	background-color: #1f9993;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.background-blue {
	background-color: #2074dd;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copyright-section {
	margin-top: 25px;
	margin-bottom: 25px;
}

.ar-link-section a,
.ar-link-section a:hover {
	color: #2079e2;
	text-decoration: none;
}

.intro-text {
	font-size: 125%;
	color: #ffffff;
	margin-bottom: 0px;
}

.intro-section-large {
	margin-top: 25px;
}

p.larger-heading {
	font-size: 120%;
}

/** -------- Home page slider start --------- **/

.carousel-home .slick-dots {
	bottom: 0px;
	display: block;
	list-style: none;
	margin: 0 20% 25px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 60%;
	z-index: 1049;
}

.carousel-home .slick-dots li {
	float: none;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 10px;
	padding: 0;
	position: relative;
	width: 10px;
}

.carousel-home .slick-dots li button {
	border: 2px solid #ffffff;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	font-size: 0;
	display: block;
	height: 10px;
	line-height: 0;
	outline: none;
	padding: 5px;
	width: 10px;
	border-radius: 7px;
}

.carousel-home .slick-dots li.slick-active button,
.carousel-home .slick-dots li button:hover {
	border: 2px solid #ffffff;
	background: rgba(255, 255, 255, 1);
	opacity: 1;
}

.hero-bucket-section-image {
	background-image: none;
	background-size: 0%;
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 50px;
	min-height: 275px;
}

.hero-bucket-section-image.title-slide {
	background-image: inherit;
	background-size: cover;
}


/* .btn-show-less[aria-expanded="false"] {
	display: none;
}

.btn-show-more[aria-expanded="true"] {
	display: none;
} */

.btn-show-more,
.btn-show-less,
.btn-show-more:hover,
.btn-show-less:hover {
	align-self: flex-start;
	text-transform: none;
}

section#board .card-body {
	padding: 0px;
	border: 0px solid transparent;
}

section#ceo .card-body {
	padding: 0px;
	border: 0px solid transparent;
}

.padding-left-30 {
	padding-left: 30px;
}

.padding-right-30 {
	padding-right: 30px;
}

.margin-left-30 {
	margin-left: 30px;
}

.intro-line-advance {
	font-family: 'greycliff-cf', Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	display: inline-block;
	margin-top: 35px;
	font-size: 125%;
	color: #1f9993;
	transition: all 0.3s;
	background-color: #ffffff;
	padding: 12px 15px;
	border-radius: 5px;
	text-transform: uppercase;
}

.intro-line-advance a,
.intro-line-advance a:hover {
	text-decoration: none;
}

.intro-line-advance:hover {
	opacity: 0.65;
	transition: all 0.3s;
}

/** -------- Home page slider end ---------- **/


/* Slider */
.slick-slider {
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;

	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;

	height: auto;

	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.slick-track {
	background-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slickHome {
	position: relative;
	float: right;
	visibility: hidden;
}

.slick-initialized {
	visibility: visible;
}


.slickHome .content-area {
	width: 80%;
	margin: 0 10%;
}

.special-slider-run,
.slickNormalAdaptive {
	overflow: hidden;
}

.special-slider-run img {
	max-height: 100px;
	width: auto;
}

.special-slider-run ul.slick-dots {
	z-index: 100000;
	position: relative;
}

.slick-slide {}

.slick-dots li {
	float: left;
	list-style-type: none;
	margin: 10px 20px;
}

.slick-prev,
.slick-next {
	background: transparent;
	border: none;
	color: transparent;
	cursor: pointer;
	display: block;
	height: 54px;
	line-height: 0px;
	font-size: 0px;
	margin-top: 0px;
	/*lte IE 8*/
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	position: absolute;
	outline: none;
	width: 26px;
	z-index: 1000000;
}

.carousel-home .slick-prev {
	top: 100px;
	left: 5px;
	background-image: url("images/arrow-left.png");
	background-size: contain;
}

.carousel-home .slick-next {
	top: 100px;
	right: 5px;
	background-image: url("images/arrow-right.png");
	background-size: contain;
}

/* Slider End */


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	width: 85%;
}


/* additional for 2025 */

.fixed-bottom {
	position: fixed !important;
	bottom: 0px;
	overflow-x: hidden;
	z-index: 100000;
	display: none;
}

.hide-cookie-div {
	display: none;
}

.show-cookie-div {
	display: inherit;
}

.background-dark-grey {
	background-color: #3D4040;
}

.white-light-button {
	color: #fff;
	padding: 5px 15px 5px 15px;
	border: solid #fff 2px;
	background-color: transparent;
	font-family: 'motiva-sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	display: inline-block;
	border-radius: 6px;
	opacity: 0.65;
	transition: all 0.3s;
}

.white-solid-button {
	color: #3D4040;
	padding: 5px 15px 5px 15px;
	border: solid #fff 2px;
	background-color: #fff;
	font-family: 'motiva-sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	margin-bottom: 15px;
	display: inline-block;
	border-radius: 6px;
	transition: all 0.3s;
}

.menu-blue-button {
	color: #2074dd;
	padding: 5px 15px 5px 15px;
	border: solid #2074dd 2px;
	background-color: #fff;
	font-family: 'motiva-sans', Helvetica, Arial, sans-serif;
	font-weight: 800;
	display: inline-block;
	border-radius: 6px;
	opacity: 1;
	transition: all 0.3s;
}

.white-light-button:hover,
.menu-blue-button:hover {
	border: solid #2074dd 2px;
	background-color: #f4f4f2;
	transition: all 0.3s;
}

.white-solid-button:hover {
	opacity: 0.65;
	transition: all 0.3s;
}

#hero-section {
	position: relative;
	background-size: cover;
	overflow: hidden;
}

#about-us-section {
	position: relative;
	min-height: 500px;
	background-size: cover;
	overflow: hidden;
}

.parallax-bg-alt {
	position: absolute !important;
	inset: 0;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.parallax-bg {
	position: relative !important;
	inset: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: 1;
}

.content-area {
	position: relative;
	inset: 0;
	z-index: 1000;
}

.content-area-absolute {
	position: absolute;
	inset: 0;
	z-index: 1000;
	margin-top: 100px;
	margin-bottom: 100px;
}

.content-area-relative {
	position: relative;
	inset: 0;
	z-index: 1000;
	margin-top: 100px;
	margin-bottom: 100px;
}

#hero-section .container {
	flex-direction: column;
}

#hero-section .content-area {
	flex-direction: row;
}

#hero-section .content-area .content-area-left {
	width: 100%;
	order: 2;
	margin-top: 25px;
	z-index: 10003;
}

#hero-section .content-area .content-area-right {
	width: 100%;
	order: 1;
	z-index: 9999;
}

.background-light-grey {
	background-color: #f4f4f2;
}

.padding-top-50-100 {
	padding-top: 50px;
}

.padding-bottom-50-100 {
	padding-bottom: 50px;
}

.card {
	background-color: transparent;
}

.rounded-corners {
	border-radius: 24px !important;
}

.rounded-corners.no-bottom-right {
	border-bottom-right-radius: 0px !important;
}

.rounded-corners-bottom {
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.quote-image-holder {
	min-height: 350px;
	background-size: cover;
	background-repeat: no-repeat;
}

.quote-text,
p.quote-text {
	font-family: 'greycliff-cf', Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	font-style: normal !important;
	clear: both;
	font-size: 135%;
	color: var(--blue);
	margin-bottom: 0px;
}

img.close-button-image {
	width: 40px;
}

div.scroll-button-holder {
	width: 86px;
	position: absolute;
	bottom: 20px;
	margin-left: calc(50% - 43px);
	z-index: 10000;
}

.background-dark-blue {
	background-color: var(--dark-blue);
	color: #fff;
}

#playback-section {
	background-image: url('/2025-dev/wp-content/uploads/2026/03/playback-background-scaled.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 50px;
}

.playback-marquee {
	display: flex;
	width: max-content;
	will-change: transform;
}

.playback-track {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}

.playback-item {
	flex-shrink: 0;
	margin-right: 30px;
	justify-content: center;
	width: 250px;
	margin: 25px 25px;
	background-color: transparent;
}

.playback-item.playback-item-text {
	border: 1px solid #fff;
	border-radius: 15px;
}

.playback-item.playback-item-image {
	padding: 20px;
	width: 250px;
	margin: 25px 0px;
}

.playback-item .playback-text {
	padding: 25px;
}

.playback-item.background-dark-blue {
	background-color: var(--dark-blue);
	color: #fff;
}

.animate-marquee {
	animation: marquee var(--marquee-duration, 40s) linear infinite;
}

.animate-marquee.is-paused {
	animation-play-state: paused;
}

.playback-text>*:last-child,
.story-hero-section>*:last-child {
	margin-bottom: 0 !important;
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(calc(-1 * var(--marquee-distance)));
	}
}

.menu-open-close.white-light-button {
	opacity: 1;
}

.c1-link:hover {
	opacity: 0.65;
}

button.c1-link {
	border: 0px;
	background-color: transparent;
}

.text-blue,
.blue-text {
	color: var(--blue);
}

.text-dark-blue,
.dark-blue-text {
	color: var(--dark-blue)
}

.text-yellow {
	color: var(--yellow) !important;
}

.grey-angle {
	background: #F4F4F2;
	position: relative;
	padding: 100px 0 25vw;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 25vw), 0 100%);
}

.role-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.role-item-icon {
	margin-right: 15px;
	flex-shrink: 0;
}

.role-item-icon img {
	margin-bottom: 0px;
}

.role-item-text>*:last-child {
	margin-bottom: 0px;
}

#about-us-section-products {
	margin-top: -200px;
	padding-bottom: 100px;
}

#ceo .container-intro {
	padding-top: 100px;
}

#stories {
	background-image: url('/2025-dev/wp-content/uploads/2026/03/C1_AR25_Home_Stories_Back_2000x3000-scaled.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 150px;
}

.padding-top-bottom-100-150 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.story-item-background {
	min-height: 350px;
	display: flex;
	align-items: flex-end;
}

.story-item-background .story-title-holder {
	background-color: rgba(0, 0, 0, 0.45);
	padding: 10px 20px;
	color: #fff;
	width: 100%;
}

a .story-title {
	color: #fff;
	transition: all 0.3s;
}

a:hover .story-title {
	color: #fff;
	opacity: 0.65;
	transition: all 0.3s;
	text-decoration: none;
}

h4.story-title:after {
	content: "";
	background-image: url('/2025-dev/wp-content/themes/annual-report-2025/images/white-arrow-right.svg');
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	margin-left: 12px;
	margin-top: 0px;
	background-position: center;
	transition: all 0.3s;
	width: 10px;
	height: 31px;
}

a:hover h4.story-title:after {
	margin-left: 16px;
}

.story-item-holder {
	margin-bottom: 25px;
}

.story-item-holder a:hover {
	text-decoration: none;
}

.story-title:hover {
	color: #fff;
}

.collapse-arrow {
	font-weight: 600;
	display: flex;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	color: var(--grey);
}


.collapse-arrow:hover {
	color: var(--grey);
}

.collapse-arrow:after {
	content: "";
	background-image: url('/2025-dev/wp-content/themes/annual-report-2025/images/arrow-down.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 20px;
	height: 15px;
	position: absolute;
	right: 15px;
	transition: all 0.3s;
	margin-top: 10px;
}

.collapse-arrow[aria-expanded="true"]:after {
	transform: rotate(180deg);
	transition: all 0.3s;
	margin-top: 0px;
}

.back-to-stories-object {
	display: flex;
	align-items: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px !important;
}

.back-to-stories-object:after {
	content: "";
	background-image: url('/2025-dev/wp-content/themes/annual-report-2025/images/arrow-right-alt.svg');
	background-size: contain;
	background-repeat: no-repeat;
	width: 25px;
	height: 15px;
	position: relative;
	margin-left: 10px;
	margin-top: 3px;
}

#financials .container-full-width {
	padding-top: 50px;
	padding-bottom: 50px;
}

#financials .grey-rule {
	margin-bottom: 0px;
	margin-top: 5px;
}

#financials .card {
	border: 0px solid transparent;
	border-radius: 0px;
	padding: 0px;
}

.dark-blue-background {
	background-color: var(--dark-blue);
}

#financials .white-background {
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

#financials ul {
	padding-inline-start: 0px;
	padding-top: 0px;
}

.padding-top-100-150 {
	padding-top: 100px;
}

.padding-bottom-100-150 {
	padding-bottom: 100px;
}

#masthead .yellow-button {
	padding: 8px 10px 7px 10px !important;
}


.yellow-button.yellow-button-download-ar {
	padding: 15px 45px 14px 20px !important;
}

#board {
	padding-bottom: 100px !important;
}

.page-template-page-story #masthead {
	position: fixed;
	top: 0px;
}

.yellow-button.yellow-button-download-ar:after {
	content: "";
	background-image: url('/2025-dev/wp-content/themes/annual-report-2025/images/download-icon.svg');
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	margin-left: 10px;
	margin-top: 2px;
	background-position: center;
	transition: all 0.3s;
	width: 18px;
	height: 18px;
}

.yellow-button.yellow-button-arrow-up-down[aria-expanded="false"]:after {
	content: "";
	background-image: url('/2025-dev/wp-content/themes/annual-report-2025/images/arrow-down.svg');
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	margin-left: 8px;
	margin-top: 0px;
	background-position: center;
	transition: all 0.3s;
	width: 15px;
	height: 27px;
}

.yellow-button.yellow-button-arrow-up-down[aria-expanded="true"]:after {
	content: "";
	background-image: url('/2025-dev/wp-content/themes/annual-report-2025/images/arrow-down.svg');
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	margin-left: 8px;
	margin-top: 0px;
	background-position: center;
	transition: all 0.3s;
	width: 15px;
	height: 27px;
	transform: rotate(180deg);
}


.yellow-button.no-icon {
	padding-right: 20px !important;
}

.yellow-button.no-icon:after {
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	position: absolute;
}

.small-dollar {
	font-size: 80%;
	display: inline-block;
	transform: translateY(-5px);
}

.teal-text {
	color: #28CEEA;
}

.result-icon {
	display: inline-block;
	position: relative;
	height: 21px;
	margin-top: -5px;
}

.page-template-page-story #primary-story .container .row .col-12 div>*:last-child {
	margin-bottom: 0px !important
}

.padding-bottom-50-75 {
	padding-bottom: 50px;
}

.padding-top-100-150 {
	padding-top: 100px;
}

#closing .container-full-width {
	padding-top: 100px;
}

li.download-icon a {
	padding-right: 25px;
}

li.download-icon a:after {
	content: "";
	background-image: url(/2025-dev/wp-content/themes/annual-report-2025/images/download-icon-white.svg);
	background-repeat: no-repeat;
	position: absolute;
	background-size: contain;
	margin-left: 10px;
	margin-top: 2px;
	background-position: center;
	transition: all 0.3s;
	width: 18px;
	height: 18px;
}

.playback-text h4 {
	font-size: 108%;
	line-height: 1.45;
}

.copyright-section {
	font-size: 15px;
}

.display-inline {
	display: inline;
}

.back-to-top-holder {
	position: fixed;
	right: 0px;
	bottom: 15vh;
	background-color: rgba(61, 64, 64, .70);
	z-index: 999999999999;
	padding: 15px 10px 20px 13px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 1s ease !important;
}

.back-to-top-holder.show-back-to-top,
.back-to-top-holder.show-back-to-top a {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: all 1s ease !important;
}

#financials hr {
	background-color: var(--grey);
}

/*--------------------------------------------------------------
## 1750 constraint
--------------------------------------------------------------*/

@media (max-width: 1749px) {

	#container-master,
	.container-full-width {
		width: 100%;
		position: relative;
	}
}


@media (min-width: 1750px) {

	#container-master,
	.container-full-width {
		width: 100%;
		position: relative;
	}

}


/*--------------------------------------------------------------
## Those min-height declarations
--------------------------------------------------------------*/

@media only screen and (min-width: 768px) {

	h1 {
		font-size: 42px !important;
	}

	.page-template-page-story h1 {
		font-size: 34px !important;
	}

	h2 {
		font-size: 38px !important;
	}

	h3 {
		font-size: 30px !important;
	}

	.carousel-home .slick-prev {
		display: none !important;
	}

	.carousel-home .slick-next {
		display: none !important;
	}

	.container,
	.container-fluid,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		width: 100%;
	}

	.vertical-center-desktop {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}

	.hide-desktop,
	a.yellow-button.hide-desktop {
		display: none;
	}

	.hide-mobile,
	a.yellow-button.hide-mobile {
		display: inherit;
	}

	#branding.site-branding {
		font-size: 20px;

	}

	.img-logo-large {
		width: 150px;
		height: 36px;
		vertical-align: text-bottom;
	}

	.site-footer {
		text-align: left;
	}

	.carousel-home h2,
	.page-template-page-story .featured-header h2 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.hero-bucket-section-image {
		padding-bottom: 65px;
	}

	.slide-content {
		column-count: 2;
		column-gap: 30px;
	}

	.ar-link-section {
		margin-top: 45px;
	}

	.ar-link-section {
		text-align: right;
	}

	.padding-top-50-100 {
		padding-top: 100px;
	}

	.padding-bottom-50-100 {
		padding-bottom: 100px;
	}

	.pl-md-opt {
		padding-left: 50px !important;
	}

	.pr-md-opt {
		padding-right: 50px !important;
	}

	.rounded-corners {
		border-radius: 30px !important;
	}

	.playback-item-text {
		border-radius: 20px !important;
	}

	.rounded-corners.no-bottom-right {
		border-bottom-right-radius: 0px !important;
	}

	.rounded-corners-bottom {
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}

	#hero-section .container {
		flex-direction: row;
	}

	#hero-section .content-area .content-area-left {
		position: relative;
		width: 60%;
		order: 1;
		padding-right: 25px;
	}

	#hero-section .content-area .content-area-right {
		position: relative;
		width: 40%;
		order: 2;
		margin-top: 0px;
		/** transform: translateX(-30%) scale(1.2);
		transform-origin: left center; **/
		margin-bottom: 50px;
	}

	.page-template-page-story #hero-section .content-area .container {
		padding-top: 125px;
		padding-bottom: 125px;
	}

	.image-offset {
		transform: translateY(-15%);
		margin-bottom: -15%;
	}

	#stories {
		padding-top: 200px;
	}


	.padding-bottom-50-75 {
		padding-bottom: 75px;
	}


	.padding-top-100-150 {
		padding-top: 150px;
	}

	.story-item-holder:first-of-type {
		margin-top: -75px;
		padding-bottom: 125px;
	}

	.story-item-holder:nth-child(2) {
		transform: translateY(87.5px) !important;
	}

}

@media only screen and (min-width: 992px) {

	.container {
		max-width: 710px;
		width: 710px;
	}

	.featured-header {
		min-height: 375px;
	}

	.hero-bucket-section-image {
		background-size: contain;
	}

	.hero-bucket-section-image.title-slide {
		background-size: cover;
	}

	.social-links {
		display: block;
	}


	.site-footer .social-links {
		display: none;
	}

	.grey-angle,
	#ceo .container-intro {
		padding-top: 150px;
	}

	.padding-top-bottom-100-150 {
		padding-top: 150px;
		padding-bottom: 150px;
	}

	#about-us-section-products {
		padding-bottom: 150px;
	}

	#board {
		padding-bottom: 150px !important;
	}

	#closing .container-full-width {
		padding-top: 150px;
	}

	.image-chart {
		padding-right: 50px;
	}

}

@media only screen and (min-width: 1100px) {

	h1 {
		font-size: 44px !important;
	}

	.page-template-page-story h1 {
		font-size: 36px !important;
	}

	.container {
		max-width: 750px;
		width: 750px;
	}

	.menu-open-close {
		display: none;
	}

	.side-navigation-bar {
		position: fixed;
		right: 0px;
		background: rgba(61, 64, 64, .70);
		padding: 30px 20px;
		text-align: right;
		z-index: 2000;
		top: 50%;
		transform: translateY(-50%) scale(1);
		transform-origin: right center;
		transition: transform 0.35s ease;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 20px;
		width: 220px;
	}

	.side-navigation-bar.menu-shrink {
		transform: translateY(-50%) scale(0.8);
	}

	.menu-main-menu-container {
		flex-direction: row;
		text-align: right;
		font-size: 100%;
		width: auto;
		padding: 0;
		background-color: transparent;
		border-radius: 0px;
	}

	.content-area-absolute,
	.content-area-relative {
		margin-top: 150px;
		margin-bottom: 150px;
	}

	#financials .container-full-width {
		padding-bottom: 100px;
	}

	.padding-top-100-150 {
		padding-top: 150px;
	}

	.padding-bottom-100-150 {
		padding-bottom: 150px;
	}

	#menu-main-menu:after {
		content: "";
		border-right: 1px solid #ddd;
		position: absolute;
		right: 19px;
		top: 40px;
		height: calc(100% - 110px);
	}


}

@media only screen and (min-width: 1200px) {

	h1 {
		font-size: 48px !important;
	}

	.page-template-page-story h1 {
		font-size: 44px !important;
	}

	h2 {
		font-size: 44px !important;
	}

	h3 {
		font-size: 34px !important;
	}

	#branding.site-branding {
		font-size: 24px;
	}

	.img-logo-large {
		width: 160px;
		height: 40px;
		vertical-align: text-bottom;
	}

	.featured-header {
		min-height: 400px;
	}

	.container {
		max-width: 820px;
		width: 820px;
	}

	#about-us-section-products {
		margin-top: -300px;
	}

}

@media only screen and (min-width: 1300px) {

	h1 {
		font-size: 50px !important;
	}

	.page-template-page-story h1 {
		font-size: 46px !important;
	}

	.container {
		max-width: 900px;
		width: 900px;
	}

}

@media only screen and (min-width: 1400px) {

	.container {
		max-width: 1000px;
		width: 1000px;
	}

	.content-area-absolute,
	.content-area-realtive {
		margin-top: 200px;
		margin-bottom: 200px;
	}

	#hero-section .content-area .content-area-left {
		width: 54%;
	}

	#hero-section .content-area .content-area-right {
		width: 46%;
	}

}

@media only screen and (min-width: 1500px) {

	h1 {
		font-size: 60px !important;
	}

	.page-template-page-story h1 {
		font-size: 48px !important;
	}

	h2 {
		font-size: 50px !important;
	}

	h3 {
		font-size: 38px !important;
	}

	.container {
		max-width: 1100px;
		width: 1100px;
	}

	#playback-section {
		padding-top: 75px;
		padding-bottom: 75px;
	}

}

@media only screen and (min-width: 1600px) {

	.container {
		max-width: 1200px;
		width: 1200px;
	}

	.content-area-absolute,
	.content-area-relative {
		margin-top: 250px;
		margin-bottom: 250px;
	}

	#hero-section .content-area .content-area-left {
		width: 52%;
	}

	#hero-section .content-area .content-area-right {
		width: 48%;
	}

}


@media only screen and (max-width: 767px) {

	.parallax-bg-alt {
		background-attachment: scroll;
	}

	.parallax-bg {
		background-attachment: scroll;
	}

	.role-item {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 25px;
	}

	#about-us-section-products {
		margin-top: -150px;
	}

	.back-to-top-holder {
		padding: 13px 8px 20px 12px;
	}

	.back-to-top-holder img {
		width: 25px;
	}


}

@media screen and (max-width: 500px) {

	#about-us-section-products {
		margin-top: -100px;
	}

}



@media screen and (max-width: 350px) {
	/*iphone 5s*/

	h1 {
		font-size: 2em;
		margin: 0.67em 0;
		word-break: break-word;
	}

	#branding.site-branding {
		font-size: 14px;
		line-height: 2 !important;
	}


	.menu-toggle,
	.menu-toggle-main,
	.menu-toggle:hover,
	.menu-toggle-main:hover {
		font-size: 10px;
	}

	.hero-bucket-section-image.title-slide {
		background-position: 85% 50%;
	}


}

@media screen and (min-width: 351px) and (max-width: 400px) {
	/*iphone 6*/

	#branding.site-branding {
		font-size: 17px;
		line-height: 2 !important;
	}

	.hero-bucket-section-image.title-slide {
		background-position: 85% 50%;
	}


}

@media only screen and (min-width: 401px) and (max-width: 500px) {
	/* iPhone 6plus*/

	#branding.site-branding {
		font-size: 20px;
		line-height: 2 !important;
	}

	h1 {
		font-size: 2.25em;
		margin: 0.67em 0;
		word-break: break-word;
	}

	.hero-bucket-section-image.title-slide {
		background-position: 85% 50%;
	}


}

@media only screen and (min-width: 501px) and (max-width: 650px) {

	#branding.site-branding {
		font-size: 22px;
		line-height: 2 !important;
	}

	h1 {
		font-size: 2.5em;
		margin: 0.67em 0;
		word-break: break-word;
	}

	.hero-bucket-section-image.title-slide {
		background-position: 85% 50%;
	}


}

@media only screen and (min-width: 651px) and (max-width: 767px) {

	#branding.site-branding {
		font-size: 24px;
		line-height: 2 !important;
	}

	h1 {
		font-size: 3em;
		margin: 0.67em 0;
		word-break: break-word;
	}

	.hero-bucket-section-image.title-slide {
		background-position: 85% 50%;
	}

}

@media only screen and (max-width: 812px) and (orientation: landscape) {}

@media print {}